From 568fe39fbd360bfcf819b0bcf3e9fc6eda9f6bd5 Mon Sep 17 00:00:00 2001 From: Mohamed Fazil Date: Thu, 17 Feb 2022 19:09:29 -0800 Subject: [PATCH] Parameterizing the variables in data collection node,Head Data Collection Node Clean up --- .../config/testrig_marker_info.yaml | 139 +- .../testrig_collected_data_202202161602.yaml | 3392 - .../testrig_collected_data_202202161605.yaml | 17648 ----- .../testrig_collected_data_202202161622.yaml | 12752 ---- .../testrig_collected_data_202202161924.yaml | 34128 ---------- .../testrig_collected_data_202202171737.yaml | 44560 +++++++++++++ .../testrig_collected_data_202202171741.yaml | 47744 ++++++++++++++ .../testrig_collected_data_202202171834.yaml | 3328 + .../testrig_collected_data_202202171845.yaml | 50928 +++++++++++++++ .../testrig_collected_data_202202171849.yaml | 53504 ++++++++++++++++ .../testrig_collected_data_202202171855.yaml | 52368 +++++++++++++++ .../launch/test_basic.launch | 33 - .../launch/testrig_collect_data.launch | 35 + .../nodes/collect_head_calibration_data.py | 77 +- stretch_camera_testrig/nodes/test_basic.py | 38 - .../nodes/testrig_collect_data | 13 + 16 files changed, 252587 insertions(+), 68100 deletions(-) delete mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202161602.yaml delete mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202161605.yaml delete mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202161622.yaml delete mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202161924.yaml create mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202171737.yaml create mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202171741.yaml create mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202171834.yaml create mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202171845.yaml create mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202171849.yaml create mode 100644 stretch_camera_testrig/data/testrig_collected_data_202202171855.yaml delete mode 100644 stretch_camera_testrig/launch/test_basic.launch create mode 100644 stretch_camera_testrig/launch/testrig_collect_data.launch delete mode 100755 stretch_camera_testrig/nodes/test_basic.py create mode 100755 stretch_camera_testrig/nodes/testrig_collect_data diff --git a/stretch_camera_testrig/config/testrig_marker_info.yaml b/stretch_camera_testrig/config/testrig_marker_info.yaml index 641816f..d0ead94 100644 --- a/stretch_camera_testrig/config/testrig_marker_info.yaml +++ b/stretch_camera_testrig/config/testrig_marker_info.yaml @@ -1,59 +1,94 @@ # This file contains the nominal poses of the each Aruco markers # that is to be used in the test rig in Millimeters. Each aruco marker's -# pose(mm)/orientation(rad) are to be measured and inserted carefully. +# pose(mm)/orientation(rad) are to be measured and inserted as a 4x4 Homogeneous matrix +# 'testrig_data_directory': "/catkin_ws/src/stretch_ros/stretch_camera_testrig/data/" 'testrig_aruco_marker_info': - 'base_left': - 'pose': - 'x': 0 - 'y': 0 - 'z': 0 - 'orientation': - 'x': 0 - 'y': 0 - 'z': 0 - 'w': 0 + 'base_left_marker_pose': + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + 'base_right_marker_pose': + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 - 'base_right': - 'pose': - 'x': 0 - 'y': 0 - 'z': 0 - 'orientation': - 'x': 0 - 'y': 0 - 'z': 0 - 'w': 0 + 'shoulder_marker_pose': + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 - 'shoulder_top': - 'pose': - 'x': 0 - 'y': 0 - 'z': 0 - 'orientation': - 'x': 0 - 'y': 0 - 'z': 0 - 'w': 0 + 'wrist_inside_marker_pose': + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 - 'wrist_top': - 'pose': - 'x': 0 - 'y': 0 - 'z': 0 - 'orientation': - 'x': 0 - 'y': 0 - 'z': 0 - 'w': 0 - - 'wrist_inside': - 'pose': - 'x': 0 - 'y': 0 - 'z': 0 - 'orientation': - 'x': 0 - 'y': 0 - 'z': 0 - 'w': 0 + 'wrist_top_marker_pose': + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 0.0 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202161602.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202161602.yaml deleted file mode 100644 index 758bc20..0000000 --- a/stretch_camera_testrig/data/testrig_collected_data_202202161602.yaml +++ /dev/null @@ -1,3392 +0,0 @@ -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997662749394955 - - -0.021106599180271548 - - 0.004680487650701444 - - -0.03497118926514407 - - - -0.0211749015161766 - - -0.9996623817436127 - - 0.015058089934275749 - - 0.037611858139790254 - - - 0.00436108236395853 - - -0.015153679346346061 - - -0.9998756657519393 - - 0.5775316889977317 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972057747696281 - - -0.037869410154863004 - - -0.06439371507087088 - - 0.048252100017009865 - - - -0.03784356640189991 - - -0.9992823602022105 - - 0.0016214409286631043 - - 0.03521470805572012 - - - -0.06440890658977791 - - 0.0008199775746388486 - - -0.9979232537568643 - - 0.5746922471908489 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9942350038796783 - - -0.028665934781803765 - - -0.10331999440312362 - - 0.022886139577023554 - - - -0.024795929278401345 - - -0.99894903664237 - - 0.03854846407448001 - - -0.030199254154867704 - - - -0.10431643663199314 - - -0.0357643170543816 - - -0.9939008978132765 - - 0.575290161635449 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984130434545058 - - -0.030392206032665025 - - -0.04741000392722174 - - 0.06158790676361229 - - - -0.0270796805186516 - - -0.9972482196957081 - - 0.06901216716455681 - - -0.03253408176955399 - - - -0.049376974015414334 - - -0.0676188000944191 - - -0.9964886413356012 - - 0.5749271632822162 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974638029979864 - - -0.03997897873390017 - - -0.05888669602030998 - - 0.04828209715023084 - - - -0.03827014540568798 - - -0.9988209894991507 - - 0.029866819491954803 - - 0.03527368413108889 - - - -0.06001131292865981 - - -0.027537468934741818 - - -0.997817784029352 - - 0.5750422916730484 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9915284668492359 - - -0.031301636014689764 - - -0.12606152073653384 - - 0.022870793251004037 - - - -0.0239165612257499 - - -0.9979312083360662 - - 0.05967664139388084 - - -0.03016909907199785 - - - -0.12766870222078172 - - -0.056156130669079866 - - -0.9902258285166766 - - 0.5749216973642403 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978453610916617 - - -0.03157704222399903 - - -0.05751109242776836 - - 0.06156344252640721 - - - -0.027360321219775708 - - -0.996979464497275 - - 0.07268672639125635 - - -0.032554683703127876 - - - -0.05963260995967076 - - -0.07095659077993004 - - -0.9956952917706738 - - 0.5748066691387639 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997353884642108 - - -0.022461877190572563 - - -0.004961564812550926 - - -0.03499543812990391 - - - -0.022455347125848485 - - -0.9997469110269119 - - 0.0013679464923575528 - - 0.03760494853533941 - - - -0.004991035741322217 - - -0.0012561708577821062 - - -0.9999867557107971 - - 0.577730446012228 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9964608298625237 - - -0.03759172570740889 - - -0.07518428498050321 - - 0.04822745541885549 - - - -0.03815302418212002 - - -0.9992536369747476 - - -0.006042825373848301 - - 0.03522322243332954 - - - -0.07490100997616221 - - 0.008889946629715735 - - -0.9971513463629644 - - 0.5745492892038743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9935936486803361 - - -0.02886080760634114 - - -0.10926442736044732 - - 0.022891941204952727 - - - -0.024300227233233676 - - -0.9987862474679452 - - 0.04284309542170761 - - -0.03019261138263306 - - - -0.11036829371930108 - - -0.03991347708744625 - - -0.9930889960563857 - - 0.575152247247181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990262665424844 - - -0.03186335290795116 - - -0.03051631530260807 - - 0.06159496259232594 - - - -0.029297581953606162 - - -0.9962734549778309 - - 0.08112246666743513 - - -0.0325416966074664 - - - -0.03298742866391016 - - -0.08014942075898461 - - -0.9962368693750218 - - 0.5747390378302698 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997513126980198 - - -0.022185125160351166 - - 0.002265608131562018 - - -0.034989747564834035 - - - -0.022208405755197228 - - -0.9996947334418632 - - 0.0108271253070305 - - 0.037604995137765704 - - - 0.0020247153871023327 - - -0.010874748283117698 - - -0.9999388183170906 - - 0.577702242162422 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9990799504142661 - - -0.03719561532989934 - - -0.02134804160707857 - - 0.04832862940504262 - - - -0.036661968349511874 - - -0.999018283708228 - - 0.02486702421695356 - - 0.035281051632409445 - - - -0.02225202815400856 - - -0.024061484095901545 - - -0.9994628018221271 - - 0.5750483974460794 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9921656717823247 - - -0.02746746398957171 - - -0.12187213856624478 - - 0.022883746957919907 - - - -0.022735373792133525 - - -0.9989389598464781 - - 0.04005068388141711 - - -0.0301765195478727 - - - -0.1228429180509009 - - -0.036966105053397466 - - -0.9917374272265425 - - 0.5750007112472822 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981334644182428 - - -0.03343407911369063 - - -0.051105279201427795 - - 0.06154394104333407 - - - -0.02972351191233319 - - -0.9969820018764677 - - 0.07171750674687727 - - -0.03254642099905829 - - - -0.053348852359107024 - - -0.07006461509357256 - - -0.9961148777444074 - - 0.574870611638288 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961890674305041 - - -0.03788770650310867 - - -0.07856120943491708 - - 0.04823411986718352 - - - -0.037696185543129035 - - -0.9992815575925917 - - 0.0039199809722321 - - 0.03522182886178403 - - - -0.07865328681905541 - - -0.0009435842617219639 - - -0.9969015849728102 - - 0.5745377961577427 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983121656884014 - - -0.029394943670126086 - - -0.05008749469841577 - - -0.045654348266743916 - - - -0.026176898174561952 - - -0.9976234321402595 - - 0.06373584271544806 - - -0.023312700360724956 - - - -0.05184196987472919 - - -0.06231713192469494 - - -0.9967090775287383 - - 0.5769473198082703 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9947088691624639 - - -0.026474461869605566 - - -0.09926413490403799 - - 0.022898277428743792 - - - -0.025706408966693697 - - -0.9996289426790923 - - 0.00900874554629957 - - -0.030200362677278512 - - - -0.09946580391053672 - - -0.006409354647363774 - - -0.9950203384983827 - - 0.5753406759421805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978286393418371 - - -0.03192554619731713 - - -0.057608732057050104 - - 0.06157188525204744 - - - -0.028422103847269658 - - -0.9977548756974511 - - 0.06064150422655201 - - -0.032552572247751335 - - - -0.05941540643732938 - - -0.05887246828498764 - - -0.9964957812032724 - - 0.5750338070564952 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997452310474918 - - -0.02256167262984381 - - -0.0006662776756072152 - - -0.03499640692586457 - - - -0.022570324049569972 - - -0.9995595397997122 - - -0.019269324525924062 - - 0.03762471667761552 - - - -0.00023123601505665097 - - 0.019279453403344502 - - -0.9998141073251439 - - 0.5780401748120011 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965219823197128 - - -0.03872379333596891 - - -0.07378622217774185 - - 0.04826303465066153 - - - -0.038087824683419536 - - -0.9992242850079511 - - 0.010007290404210573 - - 0.035251656283913115 - - - -0.07411650534445759 - - -0.007162128176895287 - - -0.9972238703297786 - - 0.57471562590299 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998808230252115 - - -0.029510480328854942 - - -0.03887480844195025 - - -0.04564898862815486 - - - -0.028204170078377583 - - -0.9990328219989745 - - 0.0337334457023863 - - -0.023328258110869207 - - - -0.039832699768255875 - - -0.03259681149324517 - - -0.9986745235108616 - - 0.5770562384761478 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9898735801916727 - - -0.03419679699406879 - - -0.1377710938980542 - - 0.022889155635530106 - - - -0.018397522202088904 - - -0.993269092848852 - - 0.11435926008873788 - - -0.030155389407293204 - - - -0.1407544898585607 - - -0.11066656345331412 - - -0.9838399693639669 - - 0.5748030303061966 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981489672125121 - - -0.032423744023509254 - - -0.05145230875377265 - - 0.06156275445921251 - - - -0.02900546829058349 - - -0.9974081357657301 - - 0.06584598330631743 - - -0.03255344478623028 - - - -0.053453924662643405 - - -0.06423170192225817 - - -0.9965023664830563 - - 0.5748630415912368 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975548962582249 - - -0.03969777074191131 - - -0.05751796197158602 - - 0.0482521153928904 - - - -0.038828142162976136 - - -0.9991152364064915 - - 0.016159200369221954 - - 0.03525485571041771 - - - -0.05810855640449073 - - -0.01388637384357768 - - -0.9982136866894097 - - 0.5745748331583085 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9923829644328811 - - -0.031175764723950193 - - -0.11918105385204457 - - 0.022865495750736153 - - - -0.023683276697112864 - - -0.9976833023540418 - - 0.06377405905869855 - - -0.030176893193975162 - - - -0.12089315244584796 - - -0.06046569190715742 - - -0.9908222574174919 - - 0.5749396690085685 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981858976270429 - - -0.03204852679982407 - - -0.050968673795338884 - - 0.06155363091924727 - - - -0.028603940542755852 - - -0.9973474038958176 - - 0.06693258195901358 - - -0.032548421818986505 - - - -0.05297856513648888 - - -0.0653532544884686 - - -0.9964548277588126 - - 0.5748395178660917 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995831719497027 - - -0.022763197440058662 - - -0.017757229436937826 - - -0.03500340641918959 - - - -0.02267537119884753 - - -0.9997297099161945 - - 0.005131729910770494 - - 0.03762490467168967 - - - -0.01786924441507308 - - -0.004726939092851468 - - -0.9998291584820118 - - 0.5776482660715135 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9979668535711124 - - -0.040377046474299655 - - -0.04931382454632996 - - 0.04824792064316504 - - - -0.038067080746495854 - - -0.998173229657122 - - 0.04691589239597183 - - 0.0352830973887075 - - - -0.051118064681810224 - - -0.044943272175965214 - - -0.9976808336082755 - - 0.5745982869166669 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980279907971314 - - -0.028472445520786958 - - -0.0559414822069165 - - -0.04562275847609303 - - - -0.025014013770966136 - - -0.9977887410737685 - - 0.06157862698608374 - - -0.023306645657062208 - - - -0.05757107520714594 - - -0.06005787236067511 - - -0.9965333026382024 - - 0.5769640982290486 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9908801821068777 - - -0.02568009932011185 - - -0.13227621557464536 - - 0.02286278527617104 - - - -0.024305808054075444 - - -0.9996326183011385 - - 0.01199400363721699 - - -0.030177907742569635 - - - -0.13253562691849802 - - -0.008669540202359292 - - -0.9911403264270913 - - 0.5749712385217892 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978130134256536 - - -0.03314835885300335 - - -0.057187206119628936 - - 0.061524791530125286 - - - -0.028764833100913358 - - -0.9967048415954999 - - 0.07584222515700832 - - -0.03250788315338623 - - - -0.05951281051246875 - - -0.07403137878928275 - - -0.9954785684983203 - - 0.5745196153170065 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955338224584984 - - -0.03966171168096629 - - -0.08567004708593885 - - 0.04824222070537229 - - - -0.037889459119722434 - - -0.9990349656753631 - - 0.022215450606311016 - - 0.03529586631224216 - - - -0.08646847534671791 - - -0.01887024071289139 - - -0.9960758589518431 - - 0.5748321241390608 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.991137172186501 - - -0.027419743328462535 - - -0.12998178174631875 - - 0.022834369219203225 - - - -0.02458032545400578 - - -0.9994239757320177 - - 0.023399237863289776 - - -0.03013231520163546 - - - -0.1305485101819303 - - -0.01999685994872427 - - -0.9912402393373011 - - 0.5748786381368038 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989922011157407 - - -0.03402566735514382 - - -0.029271762348113524 - - 0.06156957515369013 - - - -0.031464953715256365 - - -0.9959782062039019 - - 0.08388903059730454 - - -0.0325010114762317 - - - -0.03200841760575038 - - -0.08288345267841962 - - -0.9960450765274034 - - 0.5747799621953606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995278221509333 - - -0.04015016025413473 - - -0.08836982754756459 - - 0.04821068578377659 - - - -0.038263713564249194 - - -0.9990043422699862 - - 0.02293931886487889 - - 0.03527071350036377 - - - -0.0892028587742125 - - -0.01944964671347004 - - -0.9958235592860959 - - 0.5746109815786289 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9971831820387574 - - -0.030215425213095524 - - -0.06864932292637865 - - -0.0456423255467997 - - - -0.023926414061722426 - - -0.9955950225554613 - - 0.09065361422986641 - - -0.023293151139868525 - - - -0.07108606170836446 - - -0.08875572737565875 - - -0.9935135593885028 - - 0.5768080883208273 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9940626917086753 - - -0.025141810128417163 - - -0.10586432041235512 - - 0.022900718358141378 - - - -0.025155885078362538 - - -0.9996828173389981 - - 0.0012025652115006588 - - -0.03018349630645781 - - - -0.10586097675171614 - - 0.0014676854670925973 - - -0.9943798567451689 - - 0.575205492310364 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976270064282128 - - -0.031062580453485318 - - -0.06144487074324074 - - 0.06153973221395467 - - - -0.026475089031076933 - - -0.9968982305519644 - - 0.0741146920870499 - - -0.03252296439685092 - - - -0.06355647650617016 - - -0.07231205997572202 - - -0.9953549820421794 - - 0.5745835607080363 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999625566593206 - - -0.022373619323761515 - - 0.015752706801284905 - - -0.03496559940221797 - - - -0.022060346858904623 - - -0.9995608021943495 - - -0.01978746605944825 - - 0.03759990382862857 - - - 0.016188505480020668 - - 0.019432546795116815 - - -0.9996801030406575 - - 0.5776912145484042 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971266678790726 - - -0.04027126228021185 - - -0.06416099780034687 - - 0.048242282505498196 - - - -0.03843682472694911 - - -0.9988233045334451 - - 0.029573921380151736 - - 0.03529184755200076 - - - -0.06527647898965999 - - -0.027022800655150263 - - -0.9975012528991959 - - 0.5746231757326049 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9988149506483339 - - -0.028569659927333704 - - -0.03940138186666514 - - -0.04567397425383716 - - - -0.026593254602204765 - - -0.9984049056100304 - - 0.049804048665631984 - - -0.023295695841151112 - - - -0.04076141767687405 - - -0.048697217430391515 - - -0.997981506764283 - - 0.5769269020785576 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9935031135030645 - - -0.027275853256975457 - - -0.1104879689777159 - - 0.02289077147490601 - - - -0.026670509259553492 - - -0.9996200955473132 - - 0.006953309558514398 - - -0.030180865510166664 - - - -0.1106356515575013 - - -0.0039613642958452435 - - -0.993853138143339 - - 0.5753323012055502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998506411830005 - - -0.031812449194912766 - - -0.044417492169073744 - - 0.06153458480452029 - - - -0.028937971210098626 - - -0.9975352005378793 - - 0.06392274642172902 - - -0.03252028383220348 - - - -0.0463415510812072 - - -0.06254192005426648 - - -0.9969658815021273 - - 0.574808885160826 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958015370441236 - - -0.04106522240130719 - - -0.0818104292232481 - - 0.04821291746264239 - - - -0.03800269889505158 - - -0.9985300292400852 - - 0.038646805592263356 - - 0.035276906708883685 - - - -0.08327720995118024 - - -0.03537553130237525 - - -0.9958983271839656 - - 0.5746122901310997 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9934357543544567 - - -0.026742711276315962 - - -0.11122153282428393 - - 0.022878074592424455 - - - -0.02536224109026194 - - -0.999582954225627 - - 0.013808488275245247 - - -0.030176854967277594 - - - -0.11154442476910756 - - -0.010897018636294963 - - -0.9936997012617893 - - 0.5751948679521772 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982826948349175 - - -0.03487708190206219 - - -0.04706644612812847 - - 0.06156125415922604 - - - -0.03166227369543255 - - -0.9972234229846286 - - 0.06740137294786444 - - -0.032508352776938004 - - - -0.04928652572022798 - - -0.0657953935227873 - - -0.9966151737624769 - - 0.5747980886363715 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997384861739282 - - -0.022430915088673894 - - 0.004451214547379886 - - -0.03499546629834556 - - - -0.02245122133542023 - - -0.9997375142498159 - - 0.004565661194932046 - - 0.037660940463486475 - - - 0.004347634208403013 - - -0.00466440241441908 - - -0.9999796705068089 - - 0.5778565976713919 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9969398663934261 - - -0.04058898200150665 - - -0.06680896149124743 - - 0.048230212943175414 - - - -0.03838136945577471 - - -0.998684486177391 - - 0.03400246384160438 - - 0.035270108136045905 - - - -0.06810119877180532 - - -0.03133419232534418 - - -0.9971862389329093 - - 0.574642514282689 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9986479959332896 - - -0.0296441230982987 - - -0.042701360448555006 - - -0.04562434100045283 - - - -0.026653097385008147 - - -0.9972613910933608 - - 0.06898789918761675 - - -0.023289277396454745 - - - -0.0446295038983157 - - -0.06775650374885361 - - -0.9967031973368613 - - 0.5768631094359034 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9929949904617732 - - -0.028477097906544426 - - -0.1146734660357143 - - 0.022874609413816343 - - - -0.02555348671592032 - - -0.9993118662593141 - - 0.026885186813291176 - - -0.030166595096334993 - - - -0.11536016745169159 - - -0.023766548932214894 - - -0.9930393662475672 - - 0.5751613735868972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971142361113816 - - -0.032664941578271885 - - -0.06852883871556599 - - 0.0615390658722583 - - - -0.028439731195184385 - - -0.997686338631328 - - 0.06175071981734599 - - -0.03253575422829512 - - - -0.07038736984403969 - - -0.05962358006781206 - - -0.9957362335811303 - - 0.5747369977231672 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957935490049821 - - -0.04171685043703479 - - -0.08157764491376564 - - 0.04826010486361539 - - - -0.038598646188604015 - - -0.9984763560041129 - - 0.03943489588112171 - - 0.03531479555896644 - - - -0.08309844927836697 - - -0.03612022827117812 - - -0.9958865280930195 - - 0.5748924815157457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9924324368664328 - - -0.026787912911968692 - - -0.11983432720708435 - - 0.022869907649778656 - - - -0.0257279173363325 - - -0.9996150474507549 - - 0.010384179291625294 - - -0.030179953017146568 - - - -0.12006636716786519 - - -0.007222508694806753 - - -0.9927395946789196 - - 0.575237610320777 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979298592272886 - - -0.03561212684814387 - - -0.05355158712826138 - - 0.06153454983575134 - - - -0.030196559900070752 - - -0.9946549225740761 - - 0.09874083638171324 - - -0.03247994115422583 - - - -0.05678172093909709 - - -0.09691935524192544 - - -0.9936712105856162 - - 0.5746193864615483 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997091983608748 - - -0.022525949721714098 - - 0.008608153216111837 - - -0.03500379587354949 - - - -0.022521555425254376 - - -0.9997461732781835 - - -0.0006070888363829272 - - 0.03763923152822439 - - - 0.008619643489405075 - - 0.0004130432941884679 - - -0.9999627648774491 - - 0.5778875046885222 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9936702140966345 - - -0.03976511071678685 - - -0.10506303625362433 - - 0.04816926615512647 - - - -0.039390124133168926 - - -0.9992079762625066 - - 0.005642543235139561 - - 0.035254420260399946 - - - -0.10520420019144787 - - -0.0014683811046727552 - - -0.9944495563471332 - - 0.5743707089918124 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9988439880794436 - - -0.029116838973052832 - - -0.03824783870716764 - - -0.04563551895822168 - - - -0.02677795271577036 - - -0.9978209714628061 - - 0.06030132799013838 - - -0.023259351817624337 - - - -0.039920279632088836 - - -0.05920742011977546 - - -0.9974471678624671 - - 0.5767456001332855 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9900649354280748 - - -0.03079097730919418 - - -0.13719817546945234 - - 0.022857664380692245 - - - -0.023706649793285642 - - -0.998314447294823 - - 0.05297413593454467 - - -0.03013639402870006 - - - -0.1385980461311791 - - -0.04919532537526097 - - -0.9891260797137252 - - 0.574894699499473 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978948189787145 - - -0.0316447154086643 - - -0.05660867638572121 - - 0.06155623630809109 - - - -0.028060452669348583 - - -0.9976172017479774 - - 0.06302800784196326 - - -0.03251254676363493 - - - -0.058468292701513984 - - -0.06130685739164892 - - -0.9964050019873094 - - 0.5747158964496515 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978864349420464 - - -0.039684335096769 - - -0.05145693837161497 - - 0.04828879861031153 - - - -0.03816804725652832 - - -0.9988172129674572 - - 0.030122670010228943 - - 0.035300233054623834 - - - -0.05259147390286997 - - -0.028094992931998995 - - -0.998220821384164 - - 0.5751042620706225 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9911839161690709 - - -0.0281463777099476 - - -0.1294690146311199 - - 0.022861697558534275 - - - -0.02268841146628387 - - -0.9987983679603775 - - 0.04344025949305128 - - -0.03016466961132956 - - - -0.13053612646651033 - - -0.04011984024763806 - - -0.9906314744170124 - - 0.5749159717685041 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980849549666585 - - -0.035195788202896164 - - -0.050869235909144626 - - 0.061561546094525604 - - - -0.031155348123674004 - - -0.9964548331114342 - - 0.07814799966830063 - - -0.03251910000370069 - - - -0.05343937642315839 - - -0.07641349397613559 - - -0.9956431142662833 - - 0.5746942779820375 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997311998181302 - - -0.022139982538616175 - - -0.006881081556827259 - - -0.03502050939820264 - - - -0.022111628700908527 - - -0.9997468127833947 - - 0.0041696769224846605 - - 0.03765498721876379 - - - -0.00697165592919613 - - -0.004016404192124325 - - -0.9999676317316332 - - 0.5777795503268568 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970322086115668 - - -0.03766485146907539 - - -0.06714263887391991 - - 0.04824310759107322 - - - -0.03793380267078375 - - -0.9992765120258629 - - -0.0027347995100674262 - - 0.03525088551990041 - - - -0.06699105616479839 - - 0.005273658809471328 - - -0.9977396388420612 - - 0.5745331549455228 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9909941018049241 - - -0.0298584486560167 - - -0.1305341458458589 - - 0.022874742379943077 - - - -0.02221890741944631 - - -0.9979753254917832 - - 0.059595048977706226 - - -0.030156049942839297 - - - -0.13204927239836659 - - -0.05615801593205679 - - -0.9896510834155827 - - 0.5749362709687746 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977738138042631 - - -0.03359293912598542 - - -0.057610163403460264 - - 0.061522448563311745 - - - -0.028326092834895403 - - -0.9955461245176269 - - 0.08991966649539126 - - -0.032466875753963426 - - - -0.060374240791950674 - - -0.08808761773831406 - - -0.9942814101902862 - - 0.5744837045448716 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997569470936121 - - -0.021737585731015415 - - -0.0036775133782601236 - - -0.03497683524826398 - - - -0.021677902743011627 - - -0.9996439555043374 - - 0.015557337699859994 - - 0.03763790663730555 - - - -0.004014382981861132 - - -0.015473835666366339 - - -0.9998722144049438 - - 0.5775947057423746 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965039786847121 - - -0.03945661743278232 - - -0.07364099270312653 - - 0.04824063204512565 - - - -0.038024443676200476 - - -0.9990613430804896 - - 0.020750287837132515 - - 0.0352935384573188 - - - -0.07439060524457598 - - -0.017877586609256015 - - -0.9970689192570261 - - 0.5746659359517943 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993351195218841 - - -0.028555527632670843 - - -0.022669378725526212 - - -0.04566059273722961 - - - -0.026899056882786376 - - -0.9971640358059009 - - 0.07028745573788144 - - -0.023290389554376813 - - - -0.02461218456371135 - - -0.06963093807286953 - - -0.9972691576671234 - - 0.5769708373418544 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.992240991565515 - - -0.028454579466064108 - - -0.12102954831153036 - - 0.0228845969978623 - - - -0.026409833994533106 - - -0.9994806365630894 - - 0.018465584307627195 - - -0.03016025560405764 - - - -0.12149212042542028 - - -0.015125939403895778 - - -0.9924771385939749 - - 0.5751872615558461 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984377459970891 - - -0.030818667035901335 - - -0.046607693896847505 - - 0.06158718284049867 - - - -0.028482055975318287 - - -0.9983433707449447 - - 0.04999286526136689 - - -0.032546647475626245 - - - -0.04807119569628805 - - -0.04858728076104483 - - -0.9976614838173202 - - 0.5748124713251733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970914834452874 - - -0.03976912483892286 - - -0.06501530858515031 - - 0.048231733022037454 - - - -0.038572119295453074 - - -0.999064276711174 - - 0.019564319886862473 - - 0.0353034886045044 - - - -0.06573252812674626 - - -0.016999638499812727 - - -0.9976924611507003 - - 0.5748621117323214 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9912413270668641 - - -0.025942146208313567 - - -0.12948990912356273 - - 0.02287123296441442 - - - -0.024021829035100778 - - -0.999577397676912 - - 0.016370026978014932 - - -0.03017473178268078 - - - -0.12985986002044836 - - -0.01311606280707093 - - -0.9914456039803246 - - 0.5750500817765292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.996960685167845 - - -0.03549399137048404 - - -0.069351054831582 - - 0.06154340433571314 - - - -0.0275720233324633 - - -0.9933232360910962 - - 0.11202112377077182 - - -0.032497647556539534 - - - -0.0728640910120698 - - -0.10976850740583331 - - -0.9912828552047495 - - 0.5745925529561757 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960819286556687 - - -0.0393044524803233 - - -0.07922090267615868 - - 0.04818037271397899 - - - -0.03751027044286763 - - -0.9990077405346262 - - 0.024010705179246587 - - 0.03523245867296987 - - - -0.08008602260635951 - - -0.020945032039215782 - - -0.996567877575818 - - 0.574323291202276 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.997482739259296 - - -0.0304239150664236 - - -0.06405130968061867 - - -0.045678123660630086 - - - -0.026670991465423136 - - -0.9979220458922926 - - 0.05865363191135478 - - -0.023299183382015774 - - - -0.06570268711417213 - - -0.05679767349260366 - - -0.9962214518829662 - - 0.5768045182689913 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.991003566480122 - - -0.028889411254995515 - - -0.13068027066477245 - - 0.0228817611642965 - - - -0.023483743230284446 - - -0.9988110740007392 - - 0.04271945993788565 - - -0.030175835900948623 - - - -0.13175904154012552 - - -0.039266275234993785 - - -0.99050376809056 - - 0.5751309572151668 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9964333491530274 - - -0.03347702559577815 - - -0.07745882424192002 - - 0.06154616560564237 - - - -0.025942975047012064 - - -0.9950137442692603 - - 0.0963047805717704 - - -0.03251193976308933 - - - -0.08029659233984435 - - -0.09395178270009756 - - -0.9923333712951923 - - 0.5746304715097397 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999744314360187 - - -0.02175856576960509 - - -0.006153919086998863 - - -0.034996343765782215 - - - -0.021731074905321134 - - -0.9997537277755477 - - 0.004499353548613942 - - 0.03765164540086983 - - - -0.006250303027764431 - - -0.004364471851882263 - - -0.9999709421265777 - - 0.5779229553016658 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9956878486060255 - - -0.04064791855342884 - - -0.08338737827500028 - - 0.04821238322620608 - - - -0.03823696232299153 - - -0.9988089268007656 - - 0.03030944498687803 - - 0.035279504677905235 - - - -0.08452007365480879 - - -0.026990266030113043 - - -0.9960561644249831 - - 0.5744307489459165 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9922779614499263 - - -0.02938765518651061 - - -0.12050233584216269 - - 0.022894471525001688 - - - -0.023106459839926492 - - -0.9983167591741724 - - 0.053195299281456894 - - -0.03017105384686956 - - - -0.12186278650369223 - - -0.050000140745968515 - - -0.9912867633490016 - - 0.575159591206326 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977497260362744 - - -0.03317990359871646 - - -0.0582630087767456 - - 0.061562711082908436 - - - -0.02747219940234997 - - -0.9949857368141145 - - 0.09616996306785251 - - -0.032519427922011145 - - - -0.06116177282042089 - - -0.09435294130897286 - - -0.9936582712440981 - - 0.5744914199932535 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9925679548577133 - - -0.04034925245269052 - - -0.1148076339625783 - - 0.04815129277832337 - - - -0.03878224581139066 - - -0.9991219569727456 - - 0.015850946494651328 - - 0.03524416388588498 - - - -0.11534640176182863 - - -0.011280643663394235 - - -0.9932612721128005 - - 0.5743647761803328 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.99925671205532 - - -0.028537514303514522 - - -0.025915896468540187 - - -0.04565116106112211 - - - -0.026608885479769768 - - -0.9970541048625072 - - 0.07193802325856391 - - -0.023292623432602067 - - - -0.02789248332285757 - - -0.07119495947187476 - - -0.9970723580161487 - - 0.5769999334650497 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9903868031779328 - - -0.026964602012670848 - - -0.13567199537595429 - - 0.022854132413191064 - - - -0.02141450846243658 - - -0.9988795420912852 - - 0.04220283425097953 - - -0.030174440554476694 - - - -0.1366579632451286 - - -0.03889178100578176 - - -0.9898545501496118 - - 0.5748827148198412 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980577965969615 - - -0.032229711748839325 - - -0.05330928936503557 - - 0.06153531718485231 - - - -0.02872419367301927 - - -0.997454420770008 - - 0.06526560490950413 - - -0.03250970580321095 - - - -0.05527707797860923 - - -0.06360757947725522 - - -0.9964429338819119 - - 0.5745244174821047 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997304303270411 - - -0.022290326679840145 - - -0.006496769552269102 - - -0.034965480477603034 - - - -0.022327727826551885 - - -0.9997342136650147 - - -0.005742351234307008 - - 0.03761600792406069 - - - -0.0063670439147774744 - - 0.005885861372877654 - - -0.9999624079872635 - - 0.5775382866555435 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974488788603566 - - -0.04155326506748516 - - -0.058043606215061064 - - 0.04823291537899996 - - - -0.03871132352434786 - - -0.9980356447682821 - - 0.04925733653936389 - - 0.03531844986359031 - - - -0.05997639111526326 - - -0.04688473028812471 - - -0.9970981168243165 - - 0.5745637137054259 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981962517347579 - - -0.029125087107788078 - - -0.05249735539666253 - - -0.04565630398694585 - - - -0.025092023081115584 - - -0.9967988834558349 - - 0.07591031760504297 - - -0.0232961552964957 - - - -0.05454019985640407 - - -0.0744561296480383 - - -0.9957317165569544 - - 0.5769184476694027 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9924123906874868 - - -0.029255312842032036 - - -0.1194226673645412 - - 0.022882759206665926 - - - -0.023142916779015584 - - -0.9983656834051993 - - 0.052252919553165376 - - -0.03016397032494627 - - - -0.12075616842590932 - - -0.049092655961812136 - - -0.9914675279189477 - - 0.5750312381877924 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985274864697106 - - -0.03153090932575186 - - -0.04414363511961 - - 0.061540065416252676 - - - -0.029116811259338092 - - -0.9980999767373568 - - 0.054301452457320855 - - -0.0325019070310082 - - - -0.04577193535967354 - - -0.0529361709417843 - - -0.9975483405527027 - - 0.5747098862516578 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996425181237545 - - -0.022243703189658234 - - 0.0148342046503861 - - -0.034997688220694254 - - - -0.022054383555455994 - - -0.9996747505586574 - - -0.012806141553015469 - - 0.037623017542124534 - - - 0.015114235845320817 - - 0.012474404350405888 - - -0.9998079561150308 - - 0.5776632545467206 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.998181296901933 - - -0.03999467721527154 - - -0.04510570152011031 - - 0.04825403951026122 - - - -0.038484915610411896 - - -0.9986854176702233 - - 0.033857758391717514 - - 0.035294900274691676 - - - -0.04640053648002917 - - -0.032060292065087016 - - -0.9984082971846076 - - 0.5744641841791811 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9908766088978824 - - -0.03027671768860443 - - -0.13132732505094805 - - 0.02286416256672918 - - - -0.024444717514410932 - - -0.998651706265884 - - 0.04579547311556016 - - -0.030145595198786436 - - - -0.1325367938523996 - - -0.04216740374082675 - - -0.9902807219859848 - - 0.5749701353126607 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975236687816036 - - -0.030343927651857446 - - -0.06344900531252265 - - 0.06156692011818507 - - - -0.026981554088453843 - - -0.9982195642659136 - - 0.053194898775562716 - - -0.03253265075262254 - - - -0.06495018059606553 - - -0.05135121781836692 - - -0.9965663683213025 - - 0.5747017146978903 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997149807364673 - - -0.022660279953307716 - - -0.007514586051325123 - - -0.03498593198115517 - - - -0.022533343394408115 - - -0.9996088139390569 - - 0.01656706162304823 - - 0.037653381180580626 - - - -0.00788706070439006 - - -0.016393010943384186 - - -0.9998345180406883 - - 0.5776254069800084 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9977692676520397 - - -0.039431072651530376 - - -0.05386723529811118 - - 0.04824666959403468 - - - -0.03786263362878086 - - -0.998837508200252 - - 0.02983375918325414 - - 0.03528938841444458 - - - -0.05498099220462518 - - -0.027727652656895082 - - -0.9981023333177483 - - 0.574652742822181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984555235910336 - - -0.03013128796167898 - - -0.04667625623724796 - - -0.0456291292423649 - - - -0.026670742303799413 - - -0.9969704178740945 - - 0.07306611655835019 - - -0.023297634108923833 - - - -0.04873642288390864 - - -0.07170837726322127 - - -0.996234244399758 - - 0.5769416475457982 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9924345320714658 - - -0.024796495303835226 - - -0.12024488917512285 - - 0.022893852068987766 - - - -0.0252198589493863 - - -0.9996799279596171 - - -0.002000087305193673 - - -0.030185151781280905 - - - -0.12015680699262843 - - 0.005017514853213147 - - -0.9927422456398411 - - 0.5753007341927351 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978531935021648 - - -0.03232549676491827 - - -0.05695670703641869 - - 0.06158231014452498 - - - -0.028023426146144493 - - -0.9968065120622563 - - 0.07477609977333008 - - -0.03253154442289747 - - - -0.059191991050840255 - - -0.07301944788329126 - - -0.9955724325363059 - - 0.5748074444625536 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997013953975054 - - -0.03865814951822428 - - -0.06684850824704824 - - 0.04823590133049638 - - - -0.037365227438129596 - - -0.9990916924654748 - - 0.02048486819509198 - - 0.03527822328983183 - - - -0.06757969634088265 - - -0.017925889721295843 - - -0.9975528292377173 - - 0.5746300713590788 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987322335105465 - - -0.02871105468451862 - - -0.04134732259696765 - - -0.04560532996298393 - - - -0.0249449303747668 - - -0.9957295237978119 - - 0.0888845649479191 - - -0.023260359902618075 - - - -0.04372271944462246 - - -0.08774047399168411 - - -0.995183366535073 - - 0.5767310655601654 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9910320547475865 - - -0.026131628809304835 - - -0.13104428426508916 - - 0.022872982039100265 - - - -0.023381622009566047 - - -0.999473824824143 - - 0.02248050808144901 - - -0.03017995553624852 - - - -0.13156278430839993 - - -0.0192148761945277 - - -0.9911215981492133 - - 0.5750999298939611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975014097184113 - - -0.033347689880095344 - - -0.06228056831342462 - - 0.06156404560517094 - - - -0.027616464775814357 - - -0.995493659338719 - - 0.09071772202658837 - - -0.0325102724107037 - - - -0.06502513731679749 - - -0.08877108648691948 - - -0.9939272738590406 - - 0.5746692999345583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996185405850679 - - -0.04111927578574857 - - -0.07696650134294374 - - 0.04823365955912794 - - - -0.038473410635540224 - - -0.9986270491716888 - - 0.03555015241477336 - - 0.03526756659096912 - - - -0.07832262664254123 - - -0.03245337920001657 - - -0.996399691054906 - - 0.5746617754341433 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989081211115909 - - -0.029177588234947628 - - -0.036486078469784126 - - -0.04563857304159012 - - - -0.02678690797597564 - - -0.9975659892622616 - - 0.06437824654564593 - - -0.02331137742040198 - - - -0.0382756729320075 - - -0.0633306040709956 - - -0.9972583453898015 - - 0.5769687230044229 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9921115650931104 - - -0.028066915197379572 - - -0.12217565502096615 - - 0.022854926487816764 - - - -0.023513461867175015 - - -0.9989798500756212 - - 0.03855355047087675 - - -0.03015782659380791 - - - -0.12313309676735958 - - -0.03537665069212514 - - -0.9917594128952281 - - 0.5751405267905472 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977142271134303 - - -0.03277910033756612 - - -0.05909189112315061 - - 0.06155839825037625 - - - -0.029407324797657994 - - -0.9979379258231154 - - 0.05705353146040591 - - -0.03251663689574268 - - - -0.060840202692755405 - - -0.055185385609944335 - - -0.9966208120199911 - - 0.5748663671103887 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971474383613896 - - -0.0409147591087194 - - -0.06342687645150191 - - 0.04822491899303273 - - - -0.038385408273351865 - - -0.9984380034000109 - - 0.040596967845991414 - - 0.03526448891063491 - - - -0.06498881904609988 - - -0.03804649594477569 - - -0.9971604271857752 - - 0.574451547986394 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9986267886967 - - -0.02936555010563577 - - -0.04338434469148849 - - -0.04561969724372001 - - - -0.02625004247476698 - - -0.9971511489161103 - - 0.07071436548081969 - - -0.023286857921751603 - - - -0.04533731539680553 - - -0.06947841882394423 - - -0.996552696624888 - - 0.5768255624861086 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.991541655833594 - - -0.02699341962269775 - - -0.12695077803561364 - - 0.02288104107657791 - - - -0.024308529665710715 - - -0.9994478553791949 - - 0.022651264057872884 - - -0.03016710621742661 - - - -0.12749211792211293 - - -0.019373685116703482 - - -0.9916503517836985 - - 0.5750958093638625 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981914250413296 - - -0.033160246186534514 - - -0.05014256721397588 - - 0.0615582653483726 - - - -0.02790906368268068 - - -0.9943905594059176 - - 0.10202205412920895 - - -0.03250250538545141 - - - -0.053244371893334794 - - -0.10043810749529081 - - -0.9935176009635911 - - 0.5746557444031641 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995859443158092 - - -0.023734852855438165 - - -0.016266428194376858 - - -0.03499397880194126 - - - -0.023483007893651126 - - -0.9996040323107965 - - 0.015502481358244865 - - 0.03765851045147848 - - - -0.01662793632832525 - - -0.01511407780602936 - - -0.9997475063162371 - - 0.5777380927650617 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9952499806537605 - - -0.03820929837529266 - - -0.0895406361735118 - - 0.04818011154791814 - - - -0.03919570381617701 - - -0.9991884290345611 - - -0.009283322993467107 - - 0.035224129167146935 - - - -0.0891132583347948 - - 0.012748835284619783 - - -0.9959399050082501 - - 0.5742384983334767 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987568055116653 - - -0.028261524584751608 - - -0.04106250932759441 - - -0.04562620453768886 - - - -0.02544261962135064 - - -0.9973866390641459 - - 0.06762074624795511 - - -0.023304947535303638 - - - -0.04286626355231536 - - -0.06649194270340245 - - -0.9968657407116521 - - 0.5768829610385977 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9910365935590602 - - -0.02823796051425961 - - -0.13057215558015928 - - 0.022896543784037635 - - - -0.02331630133432622 - - -0.9989644195877799 - - 0.03906966201205879 - - -0.030160973973876896 - - - -0.1315401851866611 - - -0.035675005026555046 - - -0.9906687002713944 - - 0.5750549284286322 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997217442073646 - - -0.032892159235897916 - - -0.06689902155409119 - - 0.061535475709126305 - - - -0.028716513494861 - - -0.9976349614031265 - - 0.0624487440937225 - - -0.03250095747367612 - - - -0.06879487682083521 - - -0.06035387019060261 - - -0.995803532468239 - - 0.5747344855320224 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997324182113277 - - -0.0227712304764517 - - 0.004069771482429006 - - -0.034982174982927626 - - - -0.022735349937633438 - - -0.9997040512546961 - - -0.00865527400843419 - - 0.03761644497886188 - - - 0.004265658277948005 - - 0.00856043033591434 - - -0.999954260549911 - - 0.5776388275167998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9981431632157401 - - -0.03854052771699282 - - -0.047168352196911185 - - 0.04824199820136966 - - - -0.03817640777516705 - - -0.9992340369706213 - - 0.008596583552820409 - - 0.035238538293715205 - - - -0.04746353984966053 - - -0.006779902852708592 - - -0.9988499613566839 - - 0.5744011419342981 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987903546641764 - - -0.029909856872803627 - - -0.039028552261864684 - - -0.045643647197137927 - - - -0.027916486147209367 - - -0.9983258710405878 - - 0.0506569344931607 - - -0.02327891450210845 - - - -0.04047835509258459 - - -0.04950611753005995 - - -0.9979532289121061 - - 0.5767737732075034 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9916876439504919 - - -0.029825936665183034 - - -0.1251640137498275 - - 0.022857784409780355 - - - -0.023021845617932222 - - -0.9981954464137605 - - 0.05546030457161924 - - -0.030157139298776548 - - - -0.12659230411153205 - - -0.0521177921719365 - - -0.9905847385654876 - - 0.5750759910429972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981961810391078 - - -0.029812708160982946 - - -0.05211129043737674 - - 0.06160613042379657 - - - -0.026892132003863364 - - -0.998075554137797 - - 0.05587487332259724 - - -0.03254267371132839 - - - -0.05367678637201895 - - -0.05437270146532689 - - -0.9970769338120982 - - 0.574971170575726 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968298088559294 - - -0.03972315972650415 - - -0.06893767299230363 - - 0.048260712022432366 - - - -0.038122980786709566 - - -0.998975726788077 - - 0.024374897418672086 - - 0.03529986820714884 - - - -0.06983530992404433 - - -0.021669514751771726 - - -0.9973231480409129 - - 0.5748004467402481 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992352375253917 - - -0.027194568635008496 - - -0.02809618344775579 - - -0.045626275921231856 - - - -0.02445500516406159 - - -0.995306713796026 - - 0.09362957970098018 - - -0.02325965539361865 - - - -0.030510536049041404 - - -0.09287088300060622 - - -0.9952105838869926 - - 0.5765709471537103 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9910657475897926 - - -0.025041881528482992 - - -0.13100224472809213 - - 0.022889259950338983 - - - -0.025295141261084158 - - -0.9996799904473318 - - -0.00026930986718523954 - - -0.030170693860762193 - - - -0.13095357873256963 - - 0.003580624070771455 - - -0.9913820350139478 - - 0.5751124592031861 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983794876089735 - - -0.03364436455838969 - - -0.04589613769268075 - - 0.06151407952589291 - - - -0.02964701377000661 - - -0.9959264391102762 - - 0.08515622382213928 - - -0.03249544220052852 - - - -0.04857420401987435 - - -0.08365754368009745 - - -0.9953099829144929 - - 0.5746345502402157 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952738161987 - - -0.03972521660946398 - - -0.08861116156899954 - - 0.048201385148200285 - - - -0.03874808042240766 - - -0.9991680359619775 - - 0.012720934535777394 - - 0.03524181085967319 - - - -0.08904278214911526 - - -0.009227300646238456 - - -0.9959850600636184 - - 0.574337289934875 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985526185231866 - - -0.02948248644633873 - - -0.04498278596784675 - - -0.04563666526725344 - - - -0.027019047142244765 - - -0.9981523768814708 - - 0.05442245508423334 - - -0.023306757018223635 - - - -0.04650418402695409 - - -0.05312829301616695 - - -0.9975042583112994 - - 0.5767872074225042 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9910760770624859 - - -0.02634973505353886 - - -0.13066713793851106 - - 0.02287011758465194 - - - -0.024353264299377897 - - -0.9995613376354012 - - 0.01685380735894522 - - -0.03017256339671092 - - - -0.13105391254135915 - - -0.013521233935410456 - - -0.9912830313490018 - - 0.5753106585431806 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984328384034261 - - -0.03228110798866721 - - -0.045714300439819326 - - 0.06152058583259712 - - - -0.028408774641735194 - - -0.9961477928863303 - - 0.08296093207677613 - - -0.03250644704014812 - - - -0.048216270293679524 - - -0.08153223163091003 - - -0.9955037350428425 - - 0.5744881152852883 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997192574686127 - - -0.022327654688729843 - - -0.007929822350262981 - - -0.03499343977399224 - - - -0.022167480244794365 - - -0.9995593118240875 - - 0.019742972556187788 - - 0.037651090810518956 - - - -0.00836714204507976 - - -0.019561645683801067 - - -0.9997736408568392 - - 0.5777941105453903 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997850403505979 - - -0.039275389880740245 - - -0.05245966043228657 - - 0.0482826489374243 - - - -0.03819537762134672 - - -0.9990403849757739 - - 0.021434139026798867 - - 0.035259870298245254 - - - -0.05325115352100547 - - -0.019384347736595697 - - -0.9983929896145649 - - 0.5747940648497438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979954170728008 - - -0.030581890182261987 - - -0.05540663763996521 - - -0.04561940646758113 - - - -0.027733827536513125 - - -0.998289768673629 - - 0.051462341296602765 - - -0.02329504078415042 - - - -0.05688569514263923 - - -0.04982254263316102 - - -0.9971367669150036 - - 0.5769042690152226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9910809918167467 - - -0.02597918478965182 - - -0.1307040535607011 - - 0.022881499386260086 - - - -0.023981504409607023 - - -0.9995706410713409 - - 0.01683511076533036 - - -0.03018469603491691 - - - -0.13108529706181962 - - -0.013550478437828936 - - -0.9912784822784769 - - 0.575267577961049 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997602840461785 - - -0.031120702203213294 - - -0.061806752033715155 - - 0.06155751759254346 - - - -0.0278335081701047 - - -0.9981877843281983 - - 0.05335206688504899 - - -0.03251603259409609 - - - -0.06335509865451203 - - -0.051503874731333964 - - -0.9966611672790989 - - 0.5747857460252666 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997037701258437 - - -0.02267087936846726 - - 0.008854559550575439 - - -0.03499321148613655 - - - -0.022678871236420595 - - -0.9997424786794931 - - 0.0008031956341107954 - - 0.0376482512626194 - - - 0.008834070161377256 - - -0.0010037691194718984 - - -0.9999604750448591 - - 0.5779291606551196 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9979850023452848 - - -0.039300681424462684 - - -0.04981356776476451 - - 0.04825563663608589 - - - -0.03782002868126621 - - -0.9988242937473655 - - 0.030326154563767103 - - 0.03528671468604546 - - - -0.05094684018101705 - - -0.02838109687186499 - - -0.9982980180366585 - - 0.574708311946963 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9914901376609029 - - -0.029861409809392225 - - -0.12671070643540508 - - 0.02288144180845071 - - - -0.02340318060909915 - - -0.9983647532603174 - - 0.05215467941463438 - - -0.030155427970528063 - - - -0.12806091542130157 - - -0.048745416724661775 - - -0.990567658612877 - - 0.5750115515504998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974093576270956 - - -0.026628653230563477 - - -0.06682430804004723 - - 0.06156450158424508 - - - -0.025272077617682357 - - -0.9994586545999373 - - 0.021064658510627617 - - -0.03253796616346121 - - - -0.0673490564951771 - - -0.01932129841418323 - - -0.9975423760506618 - - 0.5747816211773177 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981676909319869 - - -0.037707061345647476 - - -0.047322703897612124 - - 0.048248794832442564 - - - -0.03704581219897037 - - -0.9992043575946967 - - 0.014773610333590547 - - 0.03525717008684516 - - - -0.04784212137880294 - - -0.012993432512070593 - - -0.9987703951026637 - - 0.574563393429466 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999027372846209 - - -0.02821982414994471 - - -0.033881408308214754 - - -0.04557928135786776 - - - -0.02514433589779028 - - -0.9958032104458643 - - 0.08799845702038721 - - -0.023275665576116083 - - - -0.036222516150329225 - - -0.08706094182040554 - - -0.9955442339409551 - - 0.5767896779360018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9932995122777935 - - -0.02776436775680382 - - -0.1121838615477405 - - 0.02287547248864117 - - - -0.024050407338849 - - -0.9991212993912575 - - 0.03432502016838584 - - -0.0301618080266928 - - - -0.11303829800352223 - - -0.03139695822511488 - - -0.9930944437457481 - - 0.5749938244835852 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9968813256726917 - - -0.0345984495793139 - - -0.07092650993644269 - - 0.06153607243132362 - - - -0.02912104070297856 - - -0.9966167870548633 - - 0.07685665064792574 - - -0.03251956259021265 - - - -0.07334567140214952 - - -0.07455150600188779 - - -0.9945162067253701 - - 0.5747008313752727 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999667949316238 - - -0.022532700860688967 - - -0.012500740049695354 - - -0.03499198500382787 - - - -0.022385223647842657 - - -0.99967960746271 - - 0.011814575127300763 - - 0.03765332409734208 - - - -0.01276294919301243 - - -0.011530820227775412 - - -0.9998520627136656 - - 0.5777419912108777 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9976253383095517 - - -0.03969578382937793 - - -0.056284359363181415 - - 0.04825845130525573 - - - -0.03787460947271267 - - -0.9987353857028345 - - 0.03306271770893232 - - 0.03528972884354494 - - - -0.05752563185260944 - - -0.030852456809504502 - - -0.9978671893537618 - - 0.5748050000109569 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9971563019173789 - - -0.029231871220586472 - - -0.06946083249861251 - - -0.045619557118019564 - - - -0.021932275536379282 - - -0.994375105580284 - - 0.10362009791539349 - - -0.023277653963086023 - - - -0.07209913200762957 - - -0.1018019995242846 - - -0.9921885244531929 - - 0.5766115986254987 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9922513505032782 - - -0.028136073785141782 - - -0.12101908434779052 - - 0.022857087278124372 - - - -0.026064179031701717 - - -0.9994859178815012 - - 0.01866972222550996 - - -0.030162090801610784 - - - -0.12148216328261519 - - -0.015370794011089905 - - -0.9924745954913132 - - 0.5751782014627189 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998631851321795 - - -0.029863098853822996 - - -0.04292575977721581 - - 0.06159553819803248 - - - -0.027661892979161412 - - -0.9983160276442835 - - 0.05098949524508017 - - -0.03252899527308644 - - - -0.04437617832141322 - - -0.04973232626155174 - - -0.9977762527351516 - - 0.5748976440419626 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978149853778131 - - -0.03910778815930065 - - -0.053252566705858304 - - 0.04822577055965457 - - - -0.03752372002231057 - - -0.9988323576441861 - - 0.03042846954158973 - - 0.035249638957569746 - - - -0.05438037689426098 - - -0.02836374848717054 - - -0.9981173640312017 - - 0.5742710256923852 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984330780180896 - - -0.028746590078076943 - - -0.04801064755037629 - - -0.04565462771772693 - - - -0.02534328661317095 - - -0.9972215031167009 - - 0.07004992180802706 - - -0.023295754856722542 - - - -0.049890946503009084 - - -0.06872341144436185 - - -0.9963874678941337 - - 0.5769803002219609 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9931402116006193 - - -0.02553965220217379 - - -0.11410629372330516 - - 0.02286925430826804 - - - -0.025133518457068845 - - -0.9996716155865645 - - 0.0049967229776754305 - - -0.03018652317878954 - - - -0.11419643756197201 - - -0.002094553875995843 - - -0.9934559811547841 - - 0.5752450802299187 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9970821233715017 - - -0.031117052711706505 - - -0.0697063001708914 - - 0.06158305173324647 - - - -0.026640589029118936 - - -0.9975779889927275 - - 0.0642528979378213 - - -0.0325384676208502 - - - -0.07153683155661232 - - -0.062208399013022116 - - -0.9954961561066312 - - 0.5747936684893327 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997352673234084 - - -0.02100562549630621 - - 0.00938930068226635 - - -0.034976462301309214 - - - -0.02111697535085485 - - -0.9997059297108996 - - 0.0119217218931264 - - 0.03763730045506468 - - - 0.00913611634254214 - - -0.012116839454849237 - - -0.9998848501601576 - - 0.5775966023830482 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971458842841852 - - -0.03839419584503125 - - -0.06500747019015332 - - 0.0482191520544153 - - - -0.03770766475756613 - - -0.9992196661074865 - - 0.01175546181888519 - - 0.035262422239915533 - - - -0.0654080841612204 - - -0.009270630477893477 - - -0.9978155330204587 - - 0.5745349577656245 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9922577303403528 - - -0.02642747771253796 - - -0.12135149361077098 - - 0.022895779500892235 - - - -0.025098798585763176 - - -0.9996072624515429 - - 0.012464796977298409 - - -0.030168370266968204 - - - -0.12163324746697744 - - -0.009322514461629142 - - -0.992531331412138 - - 0.5751896939656462 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981683128664096 - - -0.0338933661683827 - - -0.050112462713394465 - - 0.061547973515215494 - - - -0.028491157193764893 - - -0.994080921980699 - - 0.10483975637020625 - - -0.03248506686781156 - - - -0.05336921538851398 - - -0.1032199606848402 - - -0.9932257379694884 - - 0.5747460730488223 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997411741451866 - - -0.021608492989382652 - - 0.007117425765782297 - - -0.034997205360896955 - - - -0.021744907728768074 - - -0.999569803830564 - - 0.01968162234152922 - - 0.03767244420216559 - - - 0.006689073678095004 - - -0.019831295995345857 - - -0.9997809640078538 - - 0.5779753204867388 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9943776244611611 - - -0.03844449044940243 - - -0.09866692011542659 - - 0.048199083876055177 - - - -0.03873245867466771 - - -0.9992491123403379 - - -0.0010040577976720086 - - 0.03524958609446164 - - - -0.09855423185228183 - - 0.004820025013598298 - - -0.9951200082115091 - - 0.5745344184474553 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987328496915873 - - -0.027643413295156023 - - -0.04205397303840254 - - -0.045650687174147914 - - - -0.024893180135589665 - - -0.997602529780469 - - 0.0645718371919698 - - -0.023285277770344465 - - - -0.04373813587315514 - - -0.06344315784229501 - - -0.9970265498939032 - - 0.5770145822358058 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9934896140894838 - - -0.02802851964536976 - - -0.11042096170029393 - - 0.02287552598872618 - - - -0.025141709738859125 - - -0.9993069529107692 - - 0.027450105566297074 - - -0.030154110174575078 - - - -0.1111138205973299 - - -0.024495223017621602 - - -0.9935057639095918 - - 0.574956484484366 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998901430496191 - - -0.030766212161151052 - - -0.03534646151905817 - - 0.06154076771501589 - - - -0.029204039265865393 - - -0.9986092893024076 - - 0.043893181811076376 - - -0.03252836769124068 - - - -0.036647731760929086 - - -0.042812702650001616 - - -0.9984107452589758 - - 0.5747138477195168 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997117963218609 - - -0.02213543336685807 - - -0.009292302436944726 - - -0.034991595341787585 - - - -0.02207710933474535 - - -0.9997362126997411 - - 0.006332950355102355 - - 0.037624495162209795 - - - -0.009430033846172681 - - -0.006125977998644593 - - -0.9999367714286842 - - 0.5777046268985873 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996536999486263 - - -0.03847441916852277 - - -0.07371382315794384 - - 0.04819941092776692 - - - -0.03769030709808612 - - -0.9992174209210216 - - 0.011999436603197838 - - 0.03524361086747164 - - - -0.07411780761576645 - - -0.009179585915879494 - - -0.9972072431529193 - - 0.5743414706748988 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9909156600065399 - - -0.025605741287962825 - - -0.1320246218206947 - - 0.02287953083771174 - - - -0.022963220798779316 - - -0.9995051100331642 - - 0.021499430414295508 - - -0.030176679927212152 - - - -0.1325097930130073 - - -0.018272411737002357 - - -0.9910132560793341 - - 0.5751334222697457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979979897586213 - - -0.034005034514496824 - - -0.053326073035791004 - - 0.06155580794137934 - - - -0.029157301096260187 - - -0.9955878975175325 - - 0.0891885088416759 - - -0.032508370796351355 - - - -0.05612365125802723 - - -0.08745510816577584 - - -0.9945862153806377 - - 0.5747517848101532 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997283586961576 - - -0.022685419738821253 - - 0.005346077997960706 - - -0.03499436212984475 - - - -0.022647869253387375 - - -0.9997191177396743 - - -0.006982810615309666 - - 0.03763843068145908 - - - 0.005502984369253756 - - 0.0068598365200134145 - - -0.9999613291552583 - - 0.5777483253876725 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965427300743457 - - -0.040368394392631526 - - -0.07261528675238246 - - 0.04823181734923232 - - - -0.038478343822311925 - - -0.998888024642132 - - 0.02724208661668969 - - 0.03525667961941964 - - - -0.07363425963953005 - - -0.024353787399503793 - - -0.9969879080744349 - - 0.5748052108804143 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981989474556928 - - -0.028870074309838793 - - -0.05258688151708146 - - -0.04567182481180728 - - - -0.02520727320181843 - - -0.9972959873625478 - - 0.069031202859945 - - -0.023293060615706525 - - - -0.05443762188115921 - - -0.06758130214716478 - - -0.9962275407375659 - - 0.5769236120210035 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9937796548663757 - - -0.02471245943730563 - - -0.10858771533754091 - - 0.022884572429031986 - - - -0.02644353675363796 - - -0.999544697347551 - - -0.014530566690686088 - - -0.03018541675985467 - - - -0.10817918902277968 - - 0.017311624792404712 - - -0.9939806691829683 - - 0.5752198805395812 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998531195699775 - - -0.03303607898461422 - - -0.04294262101572367 - - 0.061541443174147725 - - - -0.03039159641477282 - - -0.9976847345811382 - - 0.06084012862516277 - - -0.0325246440237077 - - - -0.04485311674498563 - - -0.059445671575709465 - - -0.9972233501323434 - - 0.5748294805963071 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202161605.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202161605.yaml deleted file mode 100644 index 121ec39..0000000 --- a/stretch_camera_testrig/data/testrig_collected_data_202202161605.yaml +++ /dev/null @@ -1,17648 +0,0 @@ -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996948083708512 - - -0.02149070241193014 - - 0.012183588396238404 - - -0.0349763445987004 - - - -0.021537494245968545 - - -0.9997611113635861 - - 0.003722438267076126 - - 0.03762718569470029 - - - 0.012100680062375283 - - -0.003983706175056225 - - -0.9999188485207883 - - 0.5777533115225499 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9959402093391654 - - -0.03920558424042953 - - -0.08103099151451901 - - 0.04823380407355036 - - - -0.038536220147324614 - - -0.9992090623578543 - - 0.00980864102178024 - - 0.03523058527224784 - - - -0.08135145455501333 - - -0.00664619186480504 - - -0.9966633177635663 - - 0.5744481502630513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998032841216563 - - -0.030753166132427748 - - -0.05463232217310707 - - -0.04560620497242385 - - - -0.02655226037224398 - - -0.9967525297088139 - - 0.07602218089614017 - - -0.023302608910131715 - - - -0.05679282808875985 - - -0.07442202155217363 - - -0.9956083252895032 - - 0.5768494694068318 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9925535915060264 - - -0.026072459470054182 - - -0.11898569176867616 - - 0.022888767954726275 - - - -0.023832446847764983 - - -0.9995116581951888 - - 0.020210383696303975 - - -0.030176156064529475 - - - -0.1194545204910073 - - -0.017224168748759826 - - -0.9926902565982891 - - 0.5748963442790361 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988965564074853 - - -0.031680485238993895 - - -0.03467010891660745 - - 0.061608660385232925 - - - -0.02942746528010594 - - -0.9975370132193222 - - 0.06367049194612548 - - -0.032532338693083855 - - - -0.036601828976919895 - - -0.0625799817233543 - - -0.9973685637732165 - - 0.5749304688725663 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997393957668185 - - -0.02150353767987708 - - 0.0076640993630597894 - - -0.03500617543157014 - - - -0.02152317415449511 - - -0.9997652515606538 - - 0.0024889247032183624 - - 0.037631451673650666 - - - 0.007608779541557283 - - -0.0026532318242331247 - - -0.999967532890331 - - 0.5779387789747226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9962342724310076 - - -0.04035091013035189 - - -0.0767403315441964 - - 0.04825750922593043 - - - -0.03846391195707096 - - -0.9989239927934757 - - 0.025911080612333853 - - 0.03528431911825322 - - - -0.07770329407959237 - - -0.0228617731856572 - - -0.9967143710291269 - - 0.5748116353331413 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9900122852310828 - - -0.031724050544785616 - - -0.1373654239922156 - - 0.02284608126145148 - - - -0.022342287605256573 - - -0.9973450057490805 - - 0.0693091746591391 - - -0.03013633414531763 - - - -0.13919948734134505 - - -0.06554787658192246 - - -0.9880925961667298 - - 0.5747320103492488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997365940419284 - - -0.0344146605709956 - - -0.0638499180057476 - - 0.06154175725166143 - - - -0.02821788159289987 - - -0.9950259981320109 - - 0.09553540809461308 - - -0.032516525218680904 - - - -0.06682014703640374 - - -0.0934820527116213 - - -0.9933761491856218 - - 0.5744669277848604 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996477515145319 - - -0.022117842927563698 - - 0.014668807592042954 - - -0.03495875051198953 - - - -0.021932252813386503 - - -0.9996788617136569 - - -0.012694476334890405 - - 0.0376222108161917 - - - 0.014944871309932927 - - 0.01236828472824802 - - -0.9998118204714379 - - 0.5779099714684985 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9957683516859476 - - -0.04023504715489665 - - -0.08262282227746993 - - 0.04826380273308463 - - - -0.037903531774328286 - - -0.9988430111460607 - - 0.029596644466945404 - - 0.035305128406537954 - - - -0.08371805097876815 - - -0.026339705106806485 - - -0.9961413091902186 - - 0.5749681338282013 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9974623553508309 - - -0.029375068242421466 - - -0.06485333471554026 - - -0.04565516138582168 - - - -0.02733126262539679 - - -0.9991083324941982 - - 0.03217983878088084 - - -0.023316119880555833 - - - -0.06574079206455004 - - -0.030325654261944217 - - -0.9973758082850765 - - 0.5770981435908067 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9921957496731607 - - -0.0339450048156343 - - -0.11998054416688177 - - 0.022843119946285656 - - - -0.02200216271809717 - - -0.9947944559423884 - - 0.09949821738108595 - - -0.030103278116548816 - - - -0.12273344762631284 - - -0.09608187692980412 - - -0.9877776945038823 - - 0.5745270872854014 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972871354727955 - - -0.03422783718683476 - - -0.06516766515671395 - - 0.06155495903666965 - - - -0.027808786934815522 - - -0.9948979114714542 - - 0.0969784363606325 - - -0.0324934576559986 - - - -0.06815453609027129 - - -0.09490311328534351 - - -0.9931507228508016 - - 0.5746101755190026 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974564964775193 - - -0.03943768699407048 - - -0.059373449279540504 - - 0.048203340265102285 - - - -0.037462041319147835 - - -0.9987185061017146 - - 0.034028532589027376 - - 0.03525432473836596 - - - -0.060639369183682186 - - -0.031717730286351865 - - -0.9976556783231818 - - 0.5743630134114588 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983920969919399 - - -0.02881796217171463 - - -0.04881337644853665 - - -0.045634796989109064 - - - -0.025508634713832135 - - -0.9974193020055311 - - 0.06711218623942099 - - -0.02328681045110974 - - - -0.05062144031014138 - - -0.06575911376431463 - - -0.9965506553797744 - - 0.5770325585691496 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9933526489844056 - - -0.027235235076020808 - - -0.11184255328817512 - - 0.02284848594539598 - - - -0.02493719933446294 - - -0.9994492191475411 - - 0.021895077865203876 - - -0.030158670114942193 - - - -0.1123772701440005 - - -0.018960493551697575 - - -0.9934846998516172 - - 0.5749244513731631 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977679771557785 - - -0.03204760797504055 - - -0.05858339854894058 - - 0.06157198004572084 - - - -0.02752323713303637 - - -0.9966920401483681 - - 0.0764686113552688 - - -0.03253419440931973 - - - -0.06084024309767791 - - -0.07468552689753627 - - -0.9953494546599467 - - 0.5746829719167551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949648022395452 - - -0.039262897330012966 - - -0.09221424617528307 - - 0.048231440735885915 - - - -0.038705478928302964 - - -0.9992200143544001 - - 0.007826162183587573 - - 0.03522330968541137 - - - -0.09244959818924872 - - -0.004217559347061057 - - -0.9957084332211921 - - 0.5746642216937338 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978607744559121 - - -0.02898539993346216 - - -0.058597964068254016 - - -0.045658736814369966 - - - -0.024754710876571936 - - -0.9971205897305812 - - 0.0716779870305727 - - -0.023323443130300877 - - - -0.06050685160925552 - - -0.07007407599130273 - - -0.9957050490894883 - - 0.5769580230811716 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9903257160343013 - - -0.030940914351542018 - - -0.1352687546340211 - - 0.022860393782678574 - - - -0.021084059441501546 - - -0.997057299829709 - - 0.07370348223630722 - - -0.030137623959951784 - - - -0.13715115237800846 - - -0.07013843935661078 - - -0.9880638444584459 - - 0.5747000439681949 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978728770500362 - - -0.03073919353711211 - - -0.05748759195314381 - - 0.06160241004982106 - - - -0.0275688268871139 - - -0.9980973301845778 - - 0.055151421219105 - - -0.03255260806957567 - - - -0.05907352225787409 - - -0.053449241894593456 - - -0.9968216979525187 - - 0.5749154249018922 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997005701366635 - - -0.022518824776199636 - - 0.009574580885283736 - - -0.03498529438977597 - - - -0.022407466742789175 - - -0.9996818190717973 - - -0.011583007013506584 - - 0.037591723580269104 - - - 0.009832370141569144 - - 0.011364996612536364 - - -0.9998870742985919 - - 0.5776516097511605 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9977681113075831 - - -0.0389525499327612 - - -0.054235550254739154 - - 0.048270244894756086 - - - -0.03741025291206095 - - -0.9988742178002367 - - 0.02916796172206674 - - 0.03527169055433889 - - - -0.0553106593230837 - - -0.027073896426263823 - - -0.9981020664729358 - - 0.5745884333092116 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9893664814194201 - - -0.027156250659601228 - - -0.14288633067536302 - - 0.022873818170662523 - - - -0.02229545143740784 - - -0.9991205641860955 - - 0.03551071761680376 - - -0.030185083921504718 - - - -0.14372500926755397 - - -0.0319473984945738 - - -0.9891018579703864 - - 0.5749735284549182 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981583442139934 - - -0.031940682323139125 - - -0.05157240239421949 - - 0.06156891455067824 - - - -0.02792401242605928 - - -0.9966546880128652 - - 0.07680938999894109 - - -0.032540511279544215 - - - -0.053853220943675 - - -0.07522782513613198 - - -0.9957111051501238 - - 0.5745600531043569 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997164683514187 - - -0.022320256059749452 - - -0.008293918036372357 - - -0.034971335743620546 - - - -0.022201772956293504 - - -0.9996538911581099 - - 0.014113085064840223 - - 0.03764164837746839 - - - -0.008606055110446313 - - -0.013924943873403572 - - -0.999866006899704 - - 0.5776529536163149 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9983988192070954 - - -0.04011809854474547 - - -0.03987901672598953 - - 0.04832773098286475 - - - -0.03782511081319314 - - -0.9976756716680882 - - 0.05667905392293322 - - 0.03531884957899643 - - - -0.0420601806682677 - - -0.05507987228365008 - - -0.9975956840681347 - - 0.5749298273079559 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9935755303841103 - - -0.028723013590905146 - - -0.10946530917231538 - - 0.02289999071878994 - - - -0.023637926520205712 - - -0.9985928417126121 - - 0.04747193813354865 - - -0.030159148072369725 - - - -0.11067481127952859 - - -0.044579423174675475 - - -0.9928563648270851 - - 0.5750965095899987 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982638085359653 - - -0.032040197255117885 - - -0.04942463279704627 - - 0.061598030171697196 - - - -0.029026453206553574 - - -0.9977440213680485 - - 0.06053373306317158 - - -0.032528045987653256 - - - -0.051252644629496746 - - -0.058994013121406584 - - -0.996941760001212 - - 0.5749707386925191 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997178747861576 - - -0.022162689676122983 - - -0.008543185551553844 - - -0.035007910501705125 - - - -0.022148026376448283 - - -0.9997530690081047 - - 0.0018071902236440173 - - 0.037624915528687464 - - - -0.008581128170383997 - - -0.0016174656707810115 - - -0.999961873295241 - - 0.5779258750134595 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9982027865063203 - - -0.03852913108094083 - - -0.045898835161311505 - - 0.048289295497572 - - - -0.03725570558907297 - - -0.9989054112716873 - - 0.02828412510935539 - - 0.03528506648143298 - - - -0.04693835757754933 - - -0.02652329900840072 - - -0.9985455949517945 - - 0.5748585676462536 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.994623078808831 - - -0.028372939261627903 - - -0.09959873201250004 - - 0.022890476231637605 - - - -0.024193821044310507 - - -0.9987855412909838 - - 0.04291971028971255 - - -0.030172525993703642 - - - -0.10069553179817715 - - -0.0402792604913863 - - -0.99410159996358 - - 0.5750208216122772 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981459235128498 - - -0.028238855800432013 - - -0.05391922104187627 - - 0.06157010218705322 - - - -0.02629522497141861 - - -0.998990469465147 - - 0.03642256253353743 - - -0.032551078300764945 - - - -0.054893319433085744 - - -0.03493721426916245 - - -0.9978808117910323 - - 0.5749582774435353 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963639633598744 - - -0.03847428199156961 - - -0.07601698588497209 - - 0.04823859465055917 - - - -0.039034045963078766 - - -0.999220515206819 - - -0.005891115817110454 - - 0.0352114468224587 - - - -0.07573107534925884 - - 0.008836946025156927 - - -0.9970891196936171 - - 0.5745207887517878 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998339288045072 - - -0.027192041946365136 - - -0.050786403696715596 - - -0.045621028334600036 - - - -0.023802366989492948 - - -0.9975227198759805 - - 0.06619569968604373 - - -0.023290597469951897 - - - -0.05246058779079915 - - -0.06487693107734453 - - -0.9965133569313713 - - 0.5768380382873948 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9938941382544708 - - -0.02665905165411082 - - -0.10706884191167024 - - 0.02288812973068302 - - - -0.024995167803436764 - - -0.9995455130278827 - - 0.016852565748408266 - - -0.03018811408363172 - - - -0.10746945393869284 - - -0.014073462641789205 - - -0.9941087737865455 - - 0.5751438435234765 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979913568934016 - - -0.029764414306136418 - - -0.055922546500314606 - - 0.061601034754856274 - - - -0.02734036901760087 - - -0.998673903356163 - - 0.043622688790892906 - - -0.032570498616693096 - - - -0.0571467915814055 - - -0.042006123320039244 - - -0.9974816939751695 - - 0.5750186125686975 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966721245225187 - - -0.03924884116366307 - - -0.07144371677816386 - - 0.04824187232986204 - - - -0.038529119258467213 - - -0.9991921633274418 - - 0.01142487261171047 - - 0.03524197595061368 - - - -0.07183441493417869 - - -0.008634188574298582 - - -0.9973791995117643 - - 0.5747402921637541 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.992070080834713 - - -0.026761224750265773 - - -0.1228038743789127 - - 0.02287741967391961 - - - -0.024794261021823485 - - -0.9995390806072662 - - 0.01751773270613566 - - -0.030163405161251072 - - - -0.12321606767377254 - - -0.014333987185974919 - - -0.992276341287227 - - 0.5748485460319155 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984779879482125 - - -0.03376490481321263 - - -0.04360778354656297 - - 0.06156371366797489 - - - -0.029431094338524 - - -0.9949015341132367 - - 0.09646112224707898 - - -0.032524395196465994 - - - -0.04664245136060173 - - -0.09503088246503716 - - -0.9943810200868635 - - 0.5746737078338042 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999679352471822 - - -0.021640504888277522 - - 0.013148413961346996 - - -0.034967537480935146 - - - -0.021672580644710737 - - -0.9997624719743541 - - 0.00230192960986286 - - 0.037631702540896754 - - - 0.013095475925563666 - - -0.002586151563750751 - - -0.9999109061963339 - - 0.5778128480364213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.99502160029804 - - -0.042759876045639585 - - -0.09002004188450985 - - 0.04823011511196705 - - - -0.03848407191116792 - - -0.9980712718124471 - - 0.048710497757871916 - - 0.035303740783998304 - - - -0.09192927253853053 - - -0.045003659665021976 - - -0.9947480482349743 - - 0.574634452429734 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989474615301974 - - -0.02932457741190396 - - -0.03527092658249579 - - -0.04564909183088035 - - - -0.02686711667984753 - - -0.9973073184887817 - - 0.06823687075200806 - - -0.023317666692796446 - - - -0.03717697060931693 - - -0.06721742072058438 - - -0.9970454810127696 - - 0.5769820268325089 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9914619124834252 - - -0.026782571285159623 - - -0.1276164956816493 - - 0.022894685560078402 - - - -0.023065700284097934 - - -0.9992681388280427 - - 0.03051491755755506 - - -0.030196598355674377 - - - -0.12834036607830457 - - -0.02731081468018779 - - -0.991354058768305 - - 0.5750488249707665 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998081008777939 - - -0.034022047101476945 - - -0.05173780269625359 - - 0.06153169474794906 - - - -0.0296408970598113 - - -0.9960912088696672 - - 0.08320889876722865 - - -0.032507573141412664 - - - -0.05436650750509223 - - -0.0815156667370765 - - -0.995188162579373 - - 0.5745564785151787 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997276029995957 - - -0.022612390613883485 - - -0.005779237960817266 - - -0.03498981511827087 - - - -0.02253302003796385 - - -0.9996556419233152 - - 0.013448441502826333 - - 0.03760174838127056 - - - -0.006081349245958241 - - -0.013314554502925595 - - -0.9998928641758271 - - 0.5775463921324575 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9980153738035152 - - -0.03801737550362152 - - -0.05019952999427808 - - 0.048266373789704546 - - - -0.03719331762949576 - - -0.9991592055222255 - - 0.017249322998506265 - - 0.03524819183092456 - - - -0.050813096496289484 - - -0.015348002476283217 - - -0.9985902403110332 - - 0.5745663577333431 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9908938384695999 - - -0.02687422704752722 - - -0.1319362603819753 - - 0.02285903590886294 - - - -0.022616703644329064 - - -0.9991773063931298 - - 0.03366296340542467 - - -0.030162493208697398 - - - -0.13273238338569465 - - -0.030372459722062758 - - -0.9906864428724083 - - 0.5748497998663851 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9970583418041541 - - -0.03281164427332913 - - -0.06926802320574052 - - 0.0615761015710081 - - - -0.0267353663954726 - - -0.9958586699635467 - - 0.0868949345021774 - - -0.03254339545938042 - - - -0.07183232714071244 - - -0.084787413326026 - - -0.9938064254768296 - - 0.5748097519861666 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.999225591301277 - - -0.036781823375687424 - - -0.01397551994643453 - - 0.048321464425565494 - - - -0.03659279505549808 - - -0.9992384069343091 - - 0.01354892827531844 - - 0.03524987502082553 - - - -0.014463230574106527 - - -0.013027032530209755 - - -0.9998105377444351 - - 0.574671646058265 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9929916691761703 - - -0.031119305031978094 - - -0.11401374391295946 - - 0.022887811613185465 - - - -0.023352169038672425 - - -0.9973545086393937 - - 0.06883792775688692 - - -0.03015436890509325 - - - -0.1158543100100832 - - -0.06569302056535244 - - -0.9910914215656834 - - 0.5751095540646299 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980639556002607 - - -0.034643550557859795 - - -0.05165428284572043 - - 0.06157543558427325 - - - -0.029114731140617522 - - -0.9941311478481442 - - 0.10419017856180435 - - -0.032518950833599486 - - - -0.05496064921532707 - - -0.10248456119277738 - - -0.9932151034669949 - - 0.5746094694703222 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997705640582145 - - -0.02141262900578902 - - 0.0005644127744707046 - - -0.03496785053564069 - - - -0.02141761594674634 - - -0.9997076519889383 - - 0.011220351238801808 - - 0.03761959059807461 - - - 0.0003239905511275618 - - -0.011229865262987221 - - -0.9999368905867502 - - 0.5775498144098726 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9964844108829737 - - -0.038677181602408746 - - -0.07431617919744676 - - 0.048263823178668314 - - - -0.0383562640053083 - - -0.999247634863769 - - 0.005741187222077016 - - 0.035286396435638766 - - - -0.07448231923596241 - - -0.0028705125775972022 - - -0.997218202941951 - - 0.5746670001123375 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984500907822573 - - -0.030273715223540595 - - -0.04670030389051191 - - -0.04565747483148361 - - - -0.027985732793332954 - - -0.9984119148259384 - - 0.0488921986990097 - - -0.02331340598830954 - - - -0.0481062883303458 - - -0.047509478003523085 - - -0.997711699100953 - - 0.5771343232966737 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9927342628510244 - - -0.027959116305933365 - - -0.1170340599014857 - - 0.022886736719255583 - - - -0.02368063466539096 - - -0.9990050753081318 - - 0.03779003903726257 - - -0.030164551098872328 - - - -0.11797419592214874 - - -0.03474402573083373 - - -0.9924086566392583 - - 0.5749469406435582 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979584316037534 - - -0.03020891207619231 - - -0.05627068883663644 - - 0.06159023160035336 - - - -0.02678353327706672 - - -0.997798880603199 - - 0.06066330202189072 - - -0.03254119392421331 - - - -0.05797940268899757 - - -0.05903232587469135 - - -0.996570907344606 - - 0.5747213329164108 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9976493151919014 - - -0.039707820159457494 - - -0.055849197982731656 - - 0.048291951725461905 - - - -0.03778172609240868 - - -0.9986682967133065 - - 0.03513081714424672 - - 0.03528836140130975 - - - -0.05716979159143736 - - -0.03293815656542538 - - -0.997820972304884 - - 0.574910536713395 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.99059808232165 - - -0.02943555403412832 - - -0.1336001027670763 - - 0.022876383641293845 - - - -0.022715244784360697 - - -0.9984120282348354 - - 0.05155035916838232 - - -0.030171503602030122 - - - -0.1349053629588387 - - -0.04803092789762193 - - -0.9896936763515456 - - 0.5748837590034459 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972645128918255 - - -0.029968958434663028 - - -0.06756739492515064 - - 0.061588350887173376 - - - -0.02665134642394146 - - -0.9984195297410222 - - 0.049478766814743544 - - -0.03254972091567662 - - - -0.06894343377306424 - - -0.04754265623687999 - - -0.996487079082073 - - 0.5748720913594523 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997701167065041 - - -0.021430141973931303 - - -0.0006802614500224893 - - -0.03497426570422786 - - - -0.021400104458044536 - - -0.99932093293127 - - 0.029995141849309948 - - 0.03764294159977424 - - - -0.0013225996552325735 - - -0.029973688801223492 - - -0.9995498130207412 - - 0.5776104039676648 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996667124564113 - - -0.04230803150972075 - - -0.0697472098572784 - - 0.0482847263266236 - - - -0.038658491778866516 - - -0.9978528321626576 - - 0.05287008944901469 - - 0.03531831623340507 - - - -0.07183428030185914 - - -0.04999755808773045 - - -0.996162677658011 - - 0.5750045173725152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.991949088035553 - - -0.026340904995505607 - - -0.12386752386906068 - - 0.022888788071890345 - - - -0.023265995124493094 - - -0.9993857870043386 - - 0.026205766628472356 - - -0.030182002491813638 - - - -0.12448172643525489 - - -0.02311288510196509 - - -0.9919526673818473 - - 0.5749838282100593 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982461149590642 - - -0.0315651503999271 - - -0.05008328313284418 - - 0.06160019456621938 - - - -0.02912581283287875 - - -0.9983882240080112 - - 0.04870976482136974 - - -0.0325551217129704 - - - -0.0515400911520223 - - -0.04716561716291874 - - -0.9975565264994671 - - 0.5751652151613148 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997120044865628 - - -0.022193114345621316 - - -0.009130923343275857 - - -0.03497647815279334 - - - -0.022188897078306097 - - -0.9997536376339278 - - 0.000562924664674754 - - 0.03761678190095793 - - - -0.009141166878847676 - - -0.000360157426603074 - - -0.9999581538018087 - - 0.5776496305146803 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9983433567591177 - - -0.03931026879238734 - - -0.04201481622484462 - - 0.048283587018036526 - - - -0.03814917373564052 - - -0.9988771922378555 - - 0.028089061399518375 - - 0.035287632769992264 - - - -0.04307183021680323 - - -0.026439697322175527 - - -0.9987220633626186 - - 0.574742540845113 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.993870680003434 - - -0.02854476373022757 - - -0.1068001305855807 - - 0.02289589590390948 - - - -0.024273584279912084 - - -0.9988609276454671 - - 0.04108089981297506 - - -0.03019468735976855 - - - -0.10785112208835664 - - -0.03823667986139976 - - -0.9934314731160171 - - 0.5753008326110653 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977997428168852 - - -0.02870170204993505 - - -0.05976525356755774 - - 0.06160610693383359 - - - -0.02634519088096994 - - -0.9988582609796992 - - 0.039851040012233635 - - -0.03255471853504235 - - - -0.06084080992231265 - - -0.03818883046190524 - - -0.9974166677351795 - - 0.5748487707423536 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996598933963148 - - -0.022766141158378595 - - -0.012720076714599734 - - -0.03500500757944373 - - - -0.0226757819627345 - - -0.999716920497838 - - 0.00720331747865277 - - 0.03761709824824852 - - - -0.012880467664143525 - - -0.006912429896680319 - - -0.9998931502244011 - - 0.5777135470627168 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974785427861365 - - -0.03746374942080806 - - -0.06027457308501219 - - 0.04828420303932715 - - - -0.03746418823698548 - - -0.9992973396293194 - - 0.0011232139191375476 - - 0.03526843323294107 - - - -0.060274300335958195 - - 0.001137756168662409 - - -0.9981812031038809 - - 0.5749401141999506 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9927713108176357 - - -0.02622115969446403 - - -0.11712205258494567 - - 0.022890526566964973 - - - -0.02272298069870716 - - -0.9992578252391202 - - 0.03110409694157544 - - -0.03018402558413942 - - - -0.11785071304663176 - - -0.028217892952205975 - - -0.9926303239130563 - - 0.5751015598135091 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979667792649428 - - -0.031819455610619066 - - -0.05522526349598419 - - 0.06157609430834246 - - - -0.02811551839013399 - - -0.9973837353432892 - - 0.06659731299625904 - - -0.03254218005093611 - - - -0.05719986983561307 - - -0.0649092190471546 - - -0.9962504545411648 - - 0.5746478476401559 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9976518407251833 - - -0.03978479921323757 - - -0.05574921030127637 - - 0.04833302670436429 - - - -0.037908448342679875 - - -0.9986916864641113 - - 0.03432003688400879 - - 0.03528851457424114 - - - -0.0570416886312453 - - -0.03212608191223642 - - -0.9978547793236572 - - 0.5750954958990924 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9915991330902993 - - -0.028203577412121938 - - -0.1262367516839895 - - 0.022866942386238768 - - - -0.0233189466058568 - - -0.9989272827038052 - - 0.040006381980686984 - - -0.030171130056589786 - - - -0.12722965842821393 - - -0.036726585617912824 - - -0.9911931052651091 - - 0.5748806128739343 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976153021951565 - - -0.028163896418557804 - - -0.06301193350938547 - - 0.06160469755669625 - - - -0.025910829668656963 - - -0.9990052585218254 - - 0.03629218030959433 - - -0.032544275836044884 - - - -0.06397138213254669 - - -0.03457294295062263 - - -0.9973526827977083 - - 0.5748955003057321 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997426436136242 - - -0.02262046302170226 - - -0.0017208117636302687 - - -0.03498841029450589 - - - -0.022633063555076327 - - -0.9997142323891387 - - -0.007694023180824076 - - 0.037609257186293696 - - - -0.001546277644513883 - - 0.007730990316834134 - - -0.999968919924098 - - 0.5777097759558476 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972607797751247 - - -0.040988744790075325 - - -0.061569959581309834 - - 0.04826608992427777 - - - -0.03790681491000713 - - -0.9980086423055344 - - 0.05041649796288618 - - 0.03528205279739626 - - - -0.06351386073675977 - - -0.04794447501013353 - - -0.9968286296100818 - - 0.5746927077394424 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9988655073420789 - - -0.027515493072705576 - - -0.03886638500320322 - - -0.04564734268078077 - - - -0.024978276617688176 - - -0.9976165290805461 - - 0.06432220924761653 - - -0.02328611359619376 - - - -0.0405436054077777 - - -0.06327842085774427 - - -0.9971720300501257 - - 0.576953501601801 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9923760178814783 - - -0.02763538128376482 - - -0.12010880415273749 - - 0.02286367850520272 - - - -0.024071544058648097 - - -0.9992287929292871 - - 0.03102225246035166 - - -0.030152558415770032 - - - -0.12087348716874298 - - -0.027894534991323522 - - -0.992275916777832 - - 0.574918162353779 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998010260294387 - - -0.030753696998308856 - - -0.05504298745586104 - - 0.061581995025634176 - - - -0.02718634729329983 - - -0.9975521434639153 - - 0.06442533345971965 - - -0.03251963188812909 - - - -0.056889567303486814 - - -0.06280072604265172 - - -0.9964033550427948 - - 0.5748045575375734 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966818557835446 - - -0.03859735699065564 - - -0.07166255915891868 - - 0.04825641289810248 - - - -0.03810474523077004 - - -0.999239867247972 - - 0.008228978864605128 - - 0.035244903022448475 - - - -0.07192570293551355 - - -0.005470990366642622 - - -0.9973949877163214 - - 0.5747002532105148 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9886101232608278 - - -0.03146020875147873 - - -0.14717431654852106 - - 0.02287584132253941 - - - -0.019388878200150093 - - -0.9963818966243945 - - 0.0827477339950357 - - -0.030137516784113062 - - - -0.14924508564221015 - - -0.07895170260663682 - - -0.9856432077923337 - - 0.5747831442578877 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979654581295115 - - -0.03145044445197422 - - -0.05546002095318305 - - 0.061576570244270164 - - - -0.02731019525279702 - - -0.9968922074706031 - - 0.0738923535938725 - - -0.032534136748261666 - - - -0.05761161007651428 - - -0.07222739250562119 - - -0.9957229063129112 - - 0.5746502890192228 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996542314148766 - - -0.02176053396810647 - - 0.014761327032321744 - - -0.03497386027974511 - - - -0.021989674720436954 - - -0.9996373763086209 - - 0.015542525293736323 - - 0.03763373725143047 - - - 0.014417760575819123 - - -0.015861747956639013 - - -0.9997702401710798 - - 0.5775973288082318 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9975959451171253 - - -0.039643994079717665 - - -0.05683910642574107 - - 0.048289060419906916 - - - -0.038332198631007675 - - -0.9989771112556037 - - 0.023986949275044477 - - 0.0353005159174285 - - - -0.05773190481858695 - - -0.021750515414994048 - - -0.998095156909 - - 0.5749521135895675 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9970657026260101 - - -0.030329747346754095 - - -0.0702857814410775 - - -0.045619452616803675 - - - -0.023453800899130565 - - -0.9950403692143236 - - 0.09666738259209737 - - -0.023242626729288434 - - - -0.07286908720633731 - - -0.09473526302124805 - - -0.9928319727275158 - - 0.5765700613540594 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9915752830035516 - - -0.02736588272117271 - - -0.1266079247097805 - - 0.022871849547559872 - - - -0.024819411535099995 - - -0.99945754791627 - - 0.021647326029959002 - - -0.030172722904163497 - - - -0.12713164416256784 - - -0.018322619247449747 - - -0.9917166060303892 - - 0.5750595026561899 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981226618630855 - - -0.029955351647517753 - - -0.053421239062961444 - - 0.06157717408682696 - - - -0.028119047575845713 - - -0.9989986140626319 - - 0.03480069344666515 - - -0.032517940631982364 - - - -0.05441021079517932 - - -0.03323320641489461 - - -0.9979654718238552 - - 0.5747662653470351 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997409734020645 - - -0.02230103012791191 - - 0.004544244307537536 - - -0.03498371700626106 - - - -0.022286745018310912 - - -0.9997465929111437 - - -0.0031703247545545356 - - 0.03763567518845841 - - - 0.0046137942716830945 - - 0.003068227141936013 - - -0.9999846493244906 - - 0.5777797960696154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965690371301468 - - -0.03796515207044571 - - -0.07354455426311385 - - 0.04823234274285563 - - - -0.03812004790376772 - - -0.9992729194577686 - - -0.0007031259926522856 - - 0.03525827319670279 - - - -0.07346438716348636 - - 0.0035042355250498114 - - -0.9972916845898584 - - 0.5746512992095685 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978235866613928 - - -0.028248846033531824 - - -0.05958265351566334 - - -0.04563172722934335 - - - -0.024217074176669476 - - -0.9974364097316336 - - 0.06733603685984939 - - -0.023276814709468442 - - - -0.06133207334270923 - - -0.06574656827122706 - - -0.9959496802248806 - - 0.5769045281624574 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9944380040789267 - - -0.026302900611191057 - - -0.10198633958995822 - - 0.022876347284777037 - - - -0.024830705885401653 - - -0.9995687225164248 - - 0.015678169922400946 - - -0.030179890253685886 - - - -0.10235473652329506 - - -0.013058575202555711 - - -0.9946622449479655 - - 0.575095185917518 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986749961509229 - - -0.0317224447079692 - - -0.04052084111545493 - - 0.0615985830047838 - - - -0.02830473877744865 - - -0.9962056225908139 - - 0.08229944885106974 - - -0.032520716305967354 - - - -0.04297782946699962 - - -0.08104346994174969 - - -0.9957835418172499 - - 0.5747475493716481 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997414083050478 - - -0.02269019906573938 - - 0.0015071120054106432 - - -0.034993740369683966 - - - -0.022670376808428212 - - -0.9996700693045381 - - -0.012075038386003338 - - 0.03763919380323843 - - - 0.0017805997876034197 - - 0.012037749084305325 - - -0.9999259582896022 - - 0.5776085383414239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974519111185451 - - -0.039691305324993695 - - -0.05928140760440968 - - 0.04825310548875342 - - - -0.03768634239195624 - - -0.9986916449259721 - - 0.03456498158791899 - - 0.03529267966955474 - - - -0.060575775711733795 - - -0.03224280751819022 - - -0.9976427099719957 - - 0.5745312234431396 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980988909455574 - - -0.027977729394404606 - - -0.054916760202891046 - - -0.045649501553844715 - - - -0.02339355408037421 - - -0.9963237507459524 - - 0.08241192466510072 - - -0.023278252218827896 - - - -0.057020571031312695 - - -0.08097055240920059 - - -0.995084129167887 - - 0.5769183597791998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9925110165398774 - - -0.028160442182998725 - - -0.11886492982809262 - - 0.022880854531821256 - - - -0.02466425812274561 - - -0.9992217483600554 - - 0.030782657057652176 - - -0.030150700516344393 - - - -0.11963927623583308 - - -0.02762041093706667 - - -0.9924331496284442 - - 0.5750109517249593 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975429455689204 - - -0.03036103503497779 - - -0.06313698834507919 - - 0.061583291995608525 - - - -0.027376449180862305 - - -0.9984907128728829 - - 0.047611199699749245 - - -0.032532749972323256 - - - -0.06448722180346644 - - -0.045765749837696205 - - -0.9968685441751403 - - 0.57477630405204 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996656063031663 - - -0.02242548998612534 - - -0.012875285371804818 - - -0.035000781805086256 - - - -0.022292629159658267 - - -0.9996976897507086 - - 0.010371489393793327 - - 0.037641315693316704 - - - -0.01310397877261609 - - -0.010080997270994848 - - -0.9998633202765009 - - 0.5774454527126666 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9961443545486903 - - -0.03942000440341534 - - -0.07837402728970706 - - 0.04823141112999909 - - - -0.037939540922481974 - - -0.9990740161460745 - - 0.020290428688044686 - - 0.035269788474115084 - - - -0.07910130299409958 - - -0.017238721373350942 - - -0.9967175178304271 - - 0.5745472492042834 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9912170478234132 - - -0.027319062573723258 - - -0.12939255358918544 - - 0.022845431083056027 - - - -0.025018388720336602 - - -0.999499257069191 - - 0.019373057166421185 - - -0.03016458303327067 - - - -0.1298570149436501 - - -0.015965711328603003 - - -0.9914041818207628 - - 0.5750051516177902 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974458678756337 - - -0.03249339105773414 - - -0.06360754825799353 - - 0.061579597978114374 - - - -0.0271193449272249 - - -0.996130326166257 - - 0.08359972740759872 - - -0.032509496699792556 - - - -0.06607784642784609 - - -0.08166120761705509 - - -0.9944672771800901 - - 0.5746691398237445 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997203497352422 - - -0.02352609184952902 - - -0.0023969412868495906 - - -0.03502005800364602 - - - -0.023585452093759212 - - -0.9993062568407941 - - -0.028822412951969367 - - 0.03762784413431598 - - - -0.0017171996907957346 - - 0.02887088570044893 - - -0.9995816740937649 - - 0.5779805348488098 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9977282459822318 - - -0.040182947486271756 - - -0.05407104493659068 - - 0.048279395492713865 - - - -0.03864422807133239 - - -0.9988260529789164 - - 0.029208552297744297 - - 0.03529738192845642 - - - -0.05518125411759077 - - -0.02705266385912383 - - -0.9981098048672478 - - 0.5747404290407667 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987162965740832 - - -0.029697776484224888 - - -0.04103414467539014 - - -0.04562849256274375 - - - -0.026157937117509075 - - -0.9961002640017144 - - 0.0842616542768485 - - -0.0232639581179093 - - - -0.04337650611914555 - - -0.08308011872649025 - - -0.9955983992500629 - - 0.5766769731146502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9908312377545776 - - -0.029243793257628922 - - -0.1319024595890345 - - 0.02286179051472125 - - - -0.021739182071970918 - - -0.9980809748055759 - - 0.057980821777486605 - - -0.030146879972930155 - - - -0.13334491461084488 - - -0.05458175782306782 - - -0.9895655437920068 - - 0.5747622918910825 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984262394695957 - - -0.03128831059145244 - - -0.046541228592875336 - - 0.061557533409169245 - - - -0.027689496943547817 - - -0.99671901545785 - - 0.07605587409100888 - - -0.03250560424019052 - - - -0.048768187352153325 - - -0.07464747715138766 - - -0.9960167759919099 - - 0.5746049539399603 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967216540935995 - - -0.041204074067246625 - - -0.06962879103632262 - - 0.048251919051889476 - - - -0.03886785714096647 - - -0.9986458014157977 - - 0.03458110749915931 - - 0.03530779359739146 - - - -0.0709593823408043 - - -0.031761416764052655 - - -0.9969734091052538 - - 0.5748797005103528 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.991564912429106 - - -0.030048429512706018 - - -0.1260798014087872 - - 0.022870559737345537 - - - -0.02109589840041927 - - -0.9971994720996002 - - 0.07175079034378108 - - -0.030146774120391386 - - - -0.1278827099733911 - - -0.06848579946308563 - - -0.9894219058428831 - - 0.574820795498371 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986210501015632 - - -0.03247370731363484 - - -0.04124871667530353 - - 0.061527863857738785 - - - -0.030146897542600352 - - -0.9979850158299484 - - 0.05583075091250041 - - -0.0324977454004888 - - - -0.04297863262840084 - - -0.05451024226882584 - - -0.9975878260209409 - - 0.5744908776164325 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997219180450144 - - -0.022087046548835476 - - 0.008261292583309073 - - -0.03497442759877887 - - - -0.022106654895939833 - - -0.9997529958710794 - - 0.002289772065954154 - - 0.03764811769951885 - - - 0.00820867770772382 - - -0.002471764865795183 - - -0.9999632533192105 - - 0.5777835726192627 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9958888871803454 - - -0.0392283583273063 - - -0.08164839431144917 - - 0.048211141063596696 - - - -0.038183288171344115 - - -0.9991681047071919 - - 0.014322536097429473 - - 0.035253839971311596 - - - -0.08214232097474188 - - -0.011146050366947767 - - -0.9965582796134403 - - 0.5743815776463326 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983498320632306 - - -0.030158367080005005 - - -0.048868043897694925 - - -0.045659436853074324 - - - -0.026586047353359264 - - -0.9970378733801268 - - 0.07217105466708586 - - -0.023264779608467 - - - -0.05089985172320551 - - -0.07075275217758124 - - -0.9961943852250191 - - 0.5767985924618875 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9895131910239533 - - -0.029949626453729773 - - -0.14130344887820429 - - 0.022869039316493228 - - - -0.021764774892929797 - - -0.9980136938294293 - - 0.05911819942114646 - - -0.03014870812478788 - - - -0.14279334495505502 - - -0.055422800400380334 - - -0.9881995617446541 - - 0.574781555360848 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980606480700092 - - -0.0309778987667005 - - -0.05399363445882574 - - 0.06158579923229208 - - - -0.027488587702367874 - - -0.9975577054485419 - - 0.06421060540416525 - - -0.03250471862222048 - - - -0.05585087573353231 - - -0.06260186968645777 - - -0.9964746286742866 - - 0.5749516686197331 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997307764547121 - - -0.02251064628082199 - - 0.005625425608621465 - - -0.03497877592878541 - - - -0.02252504460303693 - - -0.9997431296814886 - - 0.0025093864378144173 - - 0.037643839246285525 - - - 0.005567492693270081 - - -0.002635423814646396 - - -0.9999810286032572 - - 0.5777717604993172 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.99826898759676 - - -0.04057157306729961 - - -0.042579054256579034 - - 0.048307215605853354 - - - -0.03886267108868585 - - -0.9984346683918558 - - 0.040223199140509584 - - 0.03532058208047796 - - - -0.044144322380036065 - - -0.038498836503058624 - - -0.9982830852967097 - - 0.5749415500519891 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9986839031480896 - - -0.029158448043494548 - - -0.042192967430508835 - - -0.045639961984423 - - - -0.026194581448360923 - - -0.9972609474094463 - - 0.06916969477132764 - - -0.02324169044463222 - - - -0.044094279624939295 - - -0.06797343363188499 - - -0.9967122487582107 - - 0.5767393603792004 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.992463559970096 - - -0.02360485282045286 - - -0.12024513734371259 - - 0.02288288163395589 - - - -0.02482478034425365 - - -0.9996543310982966 - - -0.008657285791561664 - - -0.030184670586666757 - - - -0.11999921838221739 - - 0.011577099798394098 - - -0.9927064814676668 - - 0.5751796954377595 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973016574132693 - - -0.032383701788464545 - - -0.06588398879258814 - - 0.06156658966104014 - - - -0.028534327156338097 - - -0.9978765050392804 - - 0.05855145484380307 - - -0.03253084695893812 - - - -0.06764019732733745 - - -0.05651350766911077 - - -0.9961079395108002 - - 0.5748444080985939 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965395697936046 - - -0.040161827654474916 - - -0.07277302683707654 - - 0.04824465594582705 - - - -0.038512727923476944 - - -0.998971661326676 - - 0.023924666227838527 - - 0.035287949339182875 - - - -0.0736590498409384 - - -0.021039188807401573 - - -0.9970615311558545 - - 0.5746683762014305 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989191116159827 - - -0.02803603519728689 - - -0.037075452509070655 - - -0.04565652620283139 - - - -0.02398285983338573 - - -0.9941219259675516 - - 0.10557660131287536 - - -0.023241001732204215 - - - -0.03981746956485352 - - -0.10457330941010787 - - -0.9937197754278967 - - 0.5766790903576962 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9905256463325733 - - -0.02714261340039984 - - -0.13461880438941015 - - 0.022868075697990094 - - - -0.02283029647000869 - - -0.9991787725897816 - - 0.033474736280790666 - - -0.030157657428105257 - - - -0.1354168435628646 - - -0.030084197575694274 - - -0.9903318734321827 - - 0.5749576009638158 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988955178958338 - - -0.032313918399850275 - - -0.034110922081672 - - 0.06159294681949661 - - - -0.029738574810513656 - - -0.9968531347677427 - - 0.07348091501855115 - - -0.032523288434618006 - - - -0.03637803589878875 - - -0.072385346454734 - - -0.9967130981996645 - - 0.5748071842782498 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961261370302644 - - -0.03937129949242427 - - -0.07862963755124838 - - 0.04822462592752842 - - - -0.03856564516222553 - - -0.9991871108811764 - - 0.011739184901414472 - - 0.035256342081140896 - - - -0.07902790733901643 - - -0.008661306206694154 - - -0.9968347764982972 - - 0.5744935750479584 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9920558875082265 - - -0.03082580986827493 - - -0.12196263979690668 - - 0.02286822793707263 - - - -0.024474189015448605 - - -0.9982818726352795 - - 0.05323830237561229 - - -0.030146903329846833 - - - -0.12339420623473833 - - -0.049830434613456806 - - -0.991105845837837 - - 0.5748148177664487 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984082033818555 - - -0.02957619850134777 - - -0.04802403462875885 - - 0.061570979799387804 - - - -0.028097849535063297 - - -0.9991190117761084 - - 0.03117228190294296 - - -0.032523473297492694 - - - -0.048903683617088585 - - -0.029773289870964476 - - -0.9983596450873493 - - 0.574674507854976 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971461948477109 - - -0.03857254287178592 - - -0.06489703411663143 - - 0.048217118266114085 - - - -0.037578410021493036 - - -0.9991579365073321 - - 0.016470610634291314 - - 0.03526499929072707 - - - -0.0654777000282351 - - -0.013984879363588228 - - -0.9977560292717845 - - 0.5743024342423065 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987684332678144 - - -0.02901565231100187 - - -0.04024560384343397 - - -0.045590871573976115 - - - -0.0258159361684234 - - -0.9966296242165917 - - 0.07786481601881079 - - -0.023272243440448686 - - - -0.04236925946371336 - - -0.07672994236191252 - - -0.9961512745550418 - - 0.5767614749405223 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9921032636555459 - - -0.027171034028844007 - - -0.12244529045176748 - - 0.022880585761053417 - - - -0.022542170381379886 - - -0.9989836686292096 - - 0.03903178661836671 - - -0.030171320549408534 - - - -0.12338137946429008 - - -0.035963380290627185 - - -0.9917074520641458 - - 0.5750419131961583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971302798548665 - - -0.0349469955250547 - - -0.0671558820977535 - - 0.06152749681606005 - - - -0.02929845841133741 - - -0.9960913171829903 - - 0.0833287955473666 - - -0.03250097175228451 - - - -0.06980548210043888 - - -0.0811221014053969 - - -0.9942567069586697 - - 0.5745480942745679 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997242347510555 - - -0.03984715226759979 - - -0.06260914300483872 - - 0.048213113703787155 - - - -0.03779347188453045 - - -0.9987188165740896 - - 0.033650838084122614 - - 0.0352809058081493 - - - -0.06386981927758081 - - -0.031191823880840103 - - -0.9974706593722126 - - 0.5741388365521585 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9943704642089801 - - -0.02459236668091345 - - -0.10306597600493048 - - 0.022903777165507656 - - - -0.026437305285557402 - - -0.9995130884443756 - - -0.016572716060595745 - - -0.03020273867335624 - - - -0.10260822967996108 - - 0.01920420603457449 - - -0.9945364496450227 - - 0.5754986552364084 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978329946561536 - - -0.027718293613807097 - - -0.05967420694631254 - - 0.06161872247071643 - - - -0.026639174026743737 - - -0.9994682426214686 - - 0.01880389316937333 - - -0.03253115426465812 - - - -0.06016368657841221 - - -0.01717347344863944 - - -0.9980407820460058 - - 0.5748764325319244 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996856743659303 - - -0.022641157083790348 - - -0.010767101441081216 - - -0.035000392627676714 - - - -0.022576384467168604 - - -0.9997265124174363 - - 0.006099773279418924 - - 0.03765637252925798 - - - -0.010902262697531707 - - -0.005854773742584334 - - -0.9999234282146294 - - 0.5777707830392507 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9988703663376834 - - -0.03864083920048002 - - -0.02765640609885328 - - 0.048314335237706646 - - - -0.03748641853663559 - - -0.9984512199811663 - - 0.04110875507015184 - - 0.035304871070301426 - - - -0.02920204920409227 - - -0.0400255776223679 - - -0.9987718425437705 - - 0.5749965670597579 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992035805320153 - - -0.027205023939192 - - -0.029190603359100394 - - -0.04562340640385394 - - - -0.024240130040323476 - - -0.994938850160513 - - 0.09751461704228924 - - -0.023263550267636823 - - - -0.03169575283265157 - - -0.0967293704814836 - - -0.994805914808827 - - 0.5767681671291724 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9907317274212357 - - -0.02731231390970091 - - -0.13305894103679075 - - 0.022869316882848257 - - - -0.022905142399383065 - - -0.999140766168983 - - 0.03454104559681846 - - -0.030154025805389752 - - - -0.13388800817324223 - - -0.031173175779112817 - - -0.9905060496429318 - - 0.575004298002078 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984104218161847 - - -0.03410019730865375 - - -0.04487545155582413 - - 0.06150907331728234 - - - -0.030068370945114435 - - -0.9956982187921583 - - 0.08764103013332329 - - -0.03250898587862179 - - - -0.047670983601507864 - - -0.08615238614010622 - - -0.9951408160078806 - - 0.5745921497358448 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996911725820155 - - -0.023031676812456655 - - -0.009332809052014718 - - -0.034992694154642595 - - - -0.023123139634071494 - - -0.999684456198523 - - -0.009813686795828681 - - 0.037636854090198284 - - - -0.009103838479347788 - - 0.01002645990716248 - - -0.9999082909080572 - - 0.5777808524564163 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974168929209013 - - -0.03943176050674793 - - -0.06003897050544485 - - 0.04825766558420213 - - - -0.037736185146943144 - - -0.9988634059113597 - - 0.029118321753049306 - - 0.03527981561937722 - - - -0.06111891725620497 - - -0.026777464302972204 - - -0.99777123899165 - - 0.5747218359453696 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.997743548600589 - - -0.029941519935978152 - - -0.060094231086082625 - - -0.04561813555239528 - - - -0.026422073725726723 - - -0.9979359742589317 - - 0.0585291833183167 - - -0.023303403140103544 - - - -0.06172264775539314 - - -0.05680930085646437 - - -0.9964752972805012 - - 0.5767726281182749 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913161878297763 - - -0.028468419852946975 - - -0.1283813258138273 - - 0.022866613314225265 - - - -0.02232163464287042 - - -0.9985460515030369 - - 0.0490665635088263 - - -0.030157608857694012 - - - -0.12959151350883266 - - -0.045774797637693744 - - -0.9905103268152833 - - 0.5749482090055014 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998418586435862 - - -0.032654307146203834 - - -0.04576049042805759 - - 0.061550453650689535 - - - -0.029382082493448952 - - -0.99708308612895 - - 0.07044155438316586 - - -0.03250677130611833 - - - -0.04792723117146587 - - -0.06898561864888751 - - -0.9964657369583094 - - 0.5746369428324426 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970164698645633 - - -0.03892454774671457 - - -0.06665612051056036 - - 0.04824831074902 - - - -0.038014755774739326 - - -0.9991666238307734 - - 0.014863921622523075 - - 0.035259054040779385 - - - -0.06717914231509309 - - -0.012285658522330963 - - -0.9976652872744851 - - 0.5744693718359833 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984975186298694 - - -0.028663901579845073 - - -0.04670209884164524 - - -0.04564142349402929 - - - -0.024826262624645837 - - -0.9964230468718905 - - 0.08077603819593109 - - -0.023283677709031086 - - - -0.04885040403196231 - - -0.07949523513242389 - - -0.9956375573556648 - - 0.5768451895381398 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9940871826788453 - - -0.022620902754760606 - - -0.10620248580987036 - - 0.022897502066910828 - - - -0.02484756588527187 - - -0.9994973270728228 - - -0.019689886842225633 - - -0.030185286762765794 - - - -0.1057036976799446 - - 0.02221233740159375 - - -0.9941495563364421 - - 0.5752990179489769 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985508823550553 - - -0.030531975076162392 - - -0.044316293232727434 - - 0.06160741424772416 - - - -0.02823082562785585 - - -0.9982659376432496 - - 0.051654024292534816 - - -0.03253698729145116 - - - -0.045816545399125004 - - -0.050328085987774045 - - -0.9976812757231127 - - 0.5749454418097937 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997127469981986 - - -0.022294103976029885 - - 0.008797523357283893 - - -0.03499968878492899 - - - -0.022386450275280502 - - -0.9996938115453899 - - 0.010541821565716359 - - 0.037662010253651096 - - - 0.008559809191119894 - - -0.010735738715010604 - - -0.9999057323472325 - - 0.5778943485247302 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9967371124772082 - - -0.037160725274174806 - - -0.0716533956466436 - - 0.04824075487529695 - - - -0.037506184962442866 - - -0.99929033121032 - - -0.0034813846574101043 - - 0.03526268293992384 - - - -0.07147317468925081 - - 0.006157470801159515 - - -0.9974235162924391 - - 0.5746893972020508 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983955434247824 - - -0.030396241364620297 - - -0.0477745474121636 - - -0.045646719369355354 - - - -0.026518343735780756 - - -0.9964574968876361 - - 0.07980748299462134 - - -0.023273404961672933 - - - -0.05003115344507159 - - -0.07841253348368196 - - -0.9956647820816127 - - 0.5768958195196934 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9864318362867499 - - -0.030299512745715334 - - -0.16135108269646967 - - 0.022863704866624174 - - - -0.019730058470852314 - - -0.9975773082560582 - - 0.06671011051807804 - - -0.030156797819964068 - - - -0.16298146260445542 - - -0.06262151052130308 - - -0.9846398271791278 - - 0.5748398328476679 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986022732905971 - - -0.03584268911887625 - - -0.03884329305786473 - - 0.06153386332037564 - - - -0.03154667002097046 - - -0.9938584623499856 - - 0.10606679228632723 - - -0.03250706017979252 - - - -0.04240645457285454 - - -0.10469316334914364 - - -0.9936000373180904 - - 0.5746681583233657 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997010413164961 - - -0.02326672934935953 - - -0.00751580309061484 - - -0.035006737459170725 - - - -0.023348758775735484 - - -0.9996666706451103 - - -0.011017398284254607 - - 0.0376295209936416 - - - -0.007256959028805314 - - 0.011189589210736602 - - -0.9999110608643901 - - 0.5779274007236153 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9986935260468718 - - -0.03744103511791479 - - -0.03477657144350622 - - 0.04828111009923212 - - - -0.03685112993446006 - - -0.9991683689812259 - - 0.0174517807100186 - - 0.03528114979831801 - - - -0.03540106290240113 - - -0.016147424460145575 - - -0.9992427259823732 - - 0.5745650356228567 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984036796974747 - - -0.02895136785820231 - - -0.04849650158188004 - - -0.04562219199362651 - - - -0.026186058199858888 - - -0.9980468423698895 - - 0.056716759352478274 - - -0.023302083649841376 - - - -0.050043808033520445 - - -0.055356289025117814 - - -0.9972117621362436 - - 0.5767650418731488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.990534507562001 - - -0.03060920204025358 - - -0.13380757108386315 - - 0.02286728785564834 - - - -0.022001833403843297 - - -0.9976205649961225 - - 0.06533856153671336 - - -0.030143828615555163 - - - -0.13548914589653915 - - -0.061776087989417784 - - -0.9888510536460736 - - 0.57481367330594 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998282249497762 - - -0.033002021988488985 - - -0.0484088512811377 - - 0.06154746627799709 - - - -0.029514523167444722 - - -0.9970346959466228 - - 0.0710683333195896 - - -0.03252699674927713 - - - -0.05061070301711276 - - -0.06951749149169013 - - -0.9962960780394635 - - 0.5748157483914406 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997504787133517 - - -0.02191715961958006 - - 0.004314907488469383 - - -0.03498835329433815 - - - -0.021970994678685685 - - -0.9996760019689331 - - 0.012851711179433956 - - 0.037646850898931765 - - - 0.004031836461634486 - - -0.012943307213393013 - - -0.999908103324064 - - 0.577613254954029 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9973599771720005 - - -0.03851753538840938 - - -0.061558715086244255 - - 0.04825266510654439 - - - -0.03777627539228767 - - -0.9991995534516861 - - 0.013160752236752966 - - 0.03526216778039498 - - - -0.06201636036525205 - - -0.010800548576520956 - - -0.9980166928451114 - - 0.5747759649862779 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.99313113917942 - - -0.025553845778025507 - - -0.11418205357296839 - - 0.022893431488616382 - - - -0.024492196507785034 - - -0.9996428502775294 - - 0.010691314196192198 - - -0.030171983353553963 - - - -0.11441447767835754 - - -0.007821307753217883 - - -0.9934023124810104 - - 0.575126131119394 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982047408140493 - - -0.03342604486049307 - - -0.04969904366626097 - - 0.06151471292721352 - - - -0.028274462371719277 - - -0.9944876658142187 - - 0.10096948707890512 - - -0.03249097668244394 - - - -0.052800096533499256 - - -0.09938300693967385 - - -0.9936474061444945 - - 0.5743118935828704 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973070739892784 - - -0.038139097608249024 - - -0.06264191411964155 - - 0.048248856930513305 - - - -0.03744553662832554 - - -0.9992240828597458 - - 0.012209177683914947 - - 0.03526341870821614 - - - -0.06305895620418105 - - -0.00983063918212495 - - -0.9979613853129343 - - 0.5747023133997575 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989126182222907 - - -0.028820900245680618 - - -0.036646103003137885 - - -0.045646406210971775 - - - -0.026512457115019088 - - -0.9977245750124094 - - 0.061990015599538976 - - -0.023294155501939563 - - - -0.038349325600489224 - - -0.06095103055187286 - - -0.9974037803721479 - - 0.5768759233172246 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9924126526164555 - - -0.026236416216363936 - - -0.12011984594933538 - - 0.022883453017207542 - - - -0.02421701139419766 - - -0.9995402984119659 - - 0.018240839061102916 - - -0.030158415356639386 - - - -0.12054320091114078 - - -0.01519349580055468 - - -0.9925918065345173 - - 0.5747693213304016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.996949224168571 - - -0.030248551903946194 - - -0.07195324549593846 - - 0.061580444735516784 - - - -0.02632980277413839 - - -0.99815007858835 - - 0.054801114039275664 - - -0.032525648655894586 - - - -0.07347779198886892 - - -0.052739413362162035 - - -0.9959013848582878 - - 0.5747657932180728 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997441765275917 - - -0.022278641328553155 - - -0.003904310402773511 - - -0.034996121517186174 - - - -0.0222838940466623 - - -0.9997508287859498 - - -0.0013070607959228225 - - 0.037645091434635146 - - - -0.0038742180223434444 - - 0.001393729658432047 - - -0.9999915239402558 - - 0.5778604735441453 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9964038505580441 - - -0.04183286416630321 - - -0.07368431358672212 - - 0.04824541878572071 - - - -0.038226304987944486 - - -0.998032653201868 - - 0.04969479600329376 - - 0.03531794410778049 - - - -0.07561822663929263 - - -0.046699407046385026 - - -0.9960426944571428 - - 0.5747955791921034 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9971540737769854 - - -0.028779985945777492 - - -0.06968117076315043 - - -0.045660690855445066 - - - -0.0220276881143861 - - -0.9951566499407661 - - 0.09580199911801039 - - -0.023279430148621817 - - - -0.07210086064880096 - - -0.09399443859948726 - - -0.9929584640890423 - - 0.5768085398392959 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9928822119082428 - - -0.025476242277677173 - - -0.11634377660882622 - - 0.022891373184908425 - - - -0.025083778080555636 - - -0.9996736531521823 - - 0.004836452271700972 - - -0.030174667754213756 - - - -0.11642902281390496 - - -0.001883685955805571 - - -0.9931972283357519 - - 0.575098853215745 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975305024166096 - - -0.03238201574790316 - - -0.06232416709888042 - - 0.06149309804381882 - - - -0.027520527216513616 - - -0.9966248695457584 - - 0.07734009299597149 - - -0.0324881348054847 - - - -0.06461824301380958 - - -0.07543390788632746 - - -0.995054876984584 - - 0.5743946850239012 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996740554291846 - - -0.02312092912271849 - - -0.010826150667240844 - - -0.035020142693500865 - - - -0.023141769061472302 - - -0.9997305663928802 - - -0.0018036475477610486 - - 0.03764095213845505 - - - -0.010781531731301199 - - 0.002053595937201183 - - -0.9999397688447308 - - 0.5777470897886766 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.99652351432142 - - -0.040584256661538455 - - -0.07275852881770707 - - 0.04825197533930962 - - - -0.03853791760982445 - - -0.9988271230182281 - - 0.02931223685472847 - - 0.03526601605822258 - - - -0.07386280735786531 - - -0.02640637109410703 - - -0.9969187475691562 - - 0.5745865144877689 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9916042977063327 - - -0.027446379707674672 - - -0.12636302074290873 - - 0.022864160361093087 - - - -0.024539579471394807 - - -0.9993985162830261 - - 0.024503360803229242 - - -0.03015451655593319 - - - -0.1269595439882238 - - -0.021196742490964898 - - -0.9916813864836197 - - 0.5749478289325881 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9969427756441878 - - -0.030771803169083557 - - -0.07182059746748132 - - 0.061554123824773 - - - -0.026061109152586064 - - -0.9975036756747707 - - 0.06562953302484416 - - -0.03250186512437339 - - - -0.0736608490352901 - - -0.06355716438801605 - - -0.9952560304636969 - - 0.5744150629590997 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997498903396927 - - -0.022270829425203798 - - 0.002041304114009371 - - -0.035011047110174214 - - - -0.022301625910304514 - - -0.9996140448835579 - - 0.01656498576178874 - - 0.037652795520737685 - - - 0.001671600289910629 - - -0.016606367099546666 - - -0.9998607074609067 - - 0.5777679779673505 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9963836046293575 - - -0.04078585890071291 - - -0.07454009752837203 - - 0.04822617950835525 - - - -0.038613582345664275 - - -0.9987930432061065 - - 0.030355363636748237 - - 0.035278309366276184 - - - -0.07568820042941092 - - -0.027367326446252494 - - -0.9967559007896274 - - 0.574622952315082 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985465231741534 - - -0.030505094294181908 - - -0.04443287385386168 - - -0.0456518800168499 - - - -0.029207658983295606 - - -0.9991361202000013 - - 0.029562238893620578 - - -0.02330791496698567 - - - -0.04529628807668048 - - -0.028221490637297175 - - -0.998574881394822 - - 0.5770224937494222 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9902206298422093 - - -0.02743572655193773 - - -0.13678590988645606 - - 0.022876294918946542 - - - -0.02305595045800384 - - -0.9991726897546496 - - 0.033501629765384816 - - -0.030156155730640066 - - - -0.13759188705507475 - - -0.030020275765324747 - - -0.9900339669221442 - - 0.5749411826951019 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976190383152422 - - -0.032706206474146536 - - -0.06071703590460934 - - 0.06155392805070834 - - - -0.02910845537923338 - - -0.9978203651802947 - - 0.05922175830637174 - - -0.03251754591603179 - - - -0.06252161399393256 - - -0.05731337443855166 - - -0.9963966202743062 - - 0.5748510347733391 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996784185619702 - - -0.022587247525708738 - - -0.011527172708461837 - - -0.03499505807770788 - - - -0.022487520900901628 - - -0.9997091904838992 - - 0.008708953195386735 - - 0.0376402223910342 - - - -0.011720531778458484 - - -0.00844693502048459 - - -0.99989563376564 - - 0.577712811769517 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9955861702779386 - - -0.0396491373060046 - - -0.08506540696544689 - - 0.04824246894372513 - - - -0.03742194475861592 - - -0.9989177969320995 - - 0.027619431978310027 - - 0.03526407002419123 - - - -0.08606843557187853 - - -0.024314211548207575 - - -0.9959924916960966 - - 0.5745265152645282 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9936948489891693 - - -0.027426903928571805 - - -0.10871206020163962 - - 0.022892721854518495 - - - -0.024685977279680325 - - -0.9993445150574773 - - 0.02647910025442763 - - -0.030163076984569867 - - - -0.10936704082189996 - - -0.023628482080527625 - - -0.9937205569054273 - - 0.5750673432237019 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974951449096857 - - -0.03465138365526014 - - -0.06166617786421614 - - 0.06154394848641259 - - - -0.03025917054316305 - - -0.9970323745660753 - - 0.07078719280472573 - - -0.03248380730760786 - - - -0.06393604992212878 - - -0.06874391375176142 - - -0.9955834750750163 - - 0.5747690017196436 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996282747945244 - - -0.021872397008793384 - - -0.016276070791581245 - - -0.03501658943932617 - - - -0.0221092930256157 - - -0.999650111576746 - - -0.01452010972782812 - - 0.03765236515616122 - - - -0.015952786378256898 - - 0.01487456465549275 - - -0.9997620996682564 - - 0.5777229823428905 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.998064362747997 - - -0.03811267607327299 - - -0.04914215842805659 - - 0.04826475456955257 - - - -0.03764096676043054 - - -0.9992362757143561 - - 0.010489180990125295 - - 0.03525429278166052 - - - -0.049504398125566694 - - -0.008619119388731517 - - -0.9987367147287559 - - 0.5746410192135649 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9938624068180966 - - -0.026764611378490323 - - -0.10733672200835377 - - 0.02288052667966918 - - - -0.02409229288216576 - - -0.9993685390137688 - - 0.02611675043271069 - - -0.03016842383548778 - - - -0.1079679477318161 - - -0.02337046869968455 - - -0.9938796423387171 - - 0.574892370786285 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976390404501417 - - -0.031222320117553614 - - -0.06116789759504074 - - 0.06159996119521815 - - - -0.027349460937177463 - - -0.9976285737601528 - - 0.06316039743168833 - - -0.03252517721723314 - - - -0.06299485658501167 - - -0.061338369262314306 - - -0.9961271266761453 - - 0.5748631970755022 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997218276047054 - - -0.022760293917211006 - - -0.006183561393716884 - - -0.03502066269765852 - - - -0.02273177909799053 - - -0.9997308172404816 - - 0.0046431970363504564 - - 0.037649869198749304 - - - -0.006287577414860133 - - -0.004501342075468195 - - -0.9999701016979314 - - 0.5777750888026526 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974703396078122 - - -0.03839151622824827 - - -0.05982485340033762 - - 0.048251996642432134 - - - -0.037417326175163496 - - -0.9991496106784056 - - 0.01732048449358142 - - 0.035290618293226356 - - - -0.06043893864535646 - - -0.015038183496922732 - - -0.998058609367474 - - 0.5747224008043973 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9969120668725354 - - -0.028440463168311468 - - -0.07319474693378827 - - -0.04565442004219451 - - - -0.02282467400935128 - - -0.9968122694970388 - - 0.07644824155289509 - - -0.02326162153939271 - - - -0.0751356452044982 - - -0.07454152825730681 - - -0.9943833241686875 - - 0.5766968624072311 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9909284829609607 - - -0.028023943711265403 - - -0.1314359168399448 - - 0.022860875327368167 - - - -0.02304403149955478 - - -0.9989633553681725 - - 0.03925795771318363 - - -0.030159143354367486 - - - -0.13239982729949681 - - -0.035873015073038056 - - -0.9905470269101985 - - 0.574973233807949 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998319999524873 - - -0.03051120808836353 - - -0.04925692570234185 - - 0.061548584439409554 - - - -0.029136320249745107 - - -0.9991720992336999 - - 0.02839350198946451 - - -0.032500204689081845 - - - -0.050082465903365216 - - -0.02691063533085036 - - -0.9983824739623228 - - 0.5747361228486788 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997313860515704 - - -0.022886280784653233 - - -0.0036570336684211132 - - -0.03498500520359209 - - - -0.02290028482897706 - - -0.9997304005004483 - - -0.0038344843152450484 - - 0.037631339692524704 - - - -0.0035682906492712184 - - 0.003917201431908941 - - -0.9999859613188492 - - 0.577746867882411 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9980198185660785 - - -0.03884436657133131 - - -0.049472789844557497 - - 0.04822625871036357 - - - -0.03778484129074729 - - -0.9990398311562952 - - 0.022174794967157935 - - 0.035259556315997274 - - - -0.050286653477485954 - - -0.020261563337375853 - - -0.9985292792568289 - - 0.5744248566099761 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9919347840299193 - - -0.02845520741171511 - - -0.12351390772975188 - - 0.022864997955823696 - - - -0.023476820411191764 - - -0.9988594655253715 - - 0.041576520221760054 - - -0.03015384808435961 - - - -0.12455610436625753 - - -0.03834148277683124 - - -0.9914714860063181 - - 0.5749704429025309 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985991281612521 - - -0.034158426255573957 - - -0.0404101862323073 - - 0.06152455614518616 - - - -0.030967350913575126 - - -0.9965410300525578 - - 0.07711678545675411 - - -0.032520901694125054 - - - -0.04290459664165065 - - -0.07575735830617421 - - -0.9962027997599122 - - 0.5747077937406031 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999644437120047 - - -0.02291576712593846 - - 0.013633303047094826 - - -0.0349819848501101 - - - -0.022701851002455847 - - -0.9996198758556455 - - -0.015643840813748 - - 0.03761836175026294 - - - 0.013986611312482427 - - 0.015328777230208262 - - -0.9997846784646282 - - 0.5779149901371201 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9942747919082229 - - -0.04029036648569537 - - -0.09896627983464085 - - 0.04819542623834403 - - - -0.038143628151475095 - - -0.9989961485669554 - - 0.02348954618191647 - - 0.03524447914539081 - - - -0.09981333481705779 - - -0.019580130664496227 - - -0.9948135084908427 - - 0.5742753075255068 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983521510097941 - - -0.029998178215473372 - - -0.04891923832062351 - - -0.045669881733419196 - - - -0.027210493491764975 - - -0.9980210431773294 - - 0.05668850341268471 - - -0.02328491684812991 - - - -0.05052298108833125 - - -0.05526397270363441 - - -0.9971927204422223 - - 0.5768850617749359 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913936121323667 - - -0.028210164274015317 - - -0.12783932280316418 - - 0.022861167666101505 - - - -0.024678258857178306 - - -0.9992709996889799 - - 0.029128211760504508 - - -0.030167328932152217 - - - -0.1285678395358522 - - -0.025722671171940187 - - -0.9913670636171364 - - 0.5751137794108084 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998054425541554 - - -0.031954446807294236 - - -0.05353762215637316 - - 0.061526100289306024 - - - -0.02917611410813438 - - -0.9982261802549448 - - 0.051896506810874814 - - -0.03250550693204388 - - - -0.05510098023146137 - - -0.05023351851962848 - - -0.9972163634812006 - - 0.5746902799341542 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997352937403283 - - -0.02244696623687009 - - 0.005047391078590467 - - -0.03497753490905515 - - - -0.02248881486529958 - - -0.9997118626109752 - - 0.008393149638189544 - - 0.0376348586943282 - - - 0.0048575359899542545 - - -0.008504437762461141 - - -0.9999520382910626 - - 0.5776798400828407 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9963076620205865 - - -0.03964380793270705 - - -0.07615386458786952 - - 0.04824809438612488 - - - -0.037485301202493514 - - -0.9988596465766676 - - 0.02956786489574861 - - 0.035307715161370955 - - - -0.07723920502459403 - - -0.026604039793413675 - - -0.9966575792486803 - - 0.57486325508547 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9890433246197069 - - -0.02776704410629623 - - -0.14499066620577997 - - 0.022860921133282433 - - - -0.020439077674679385 - - -0.9984488975397082 - - 0.051788445676120835 - - -0.03016055364056181 - - - -0.1462037828819943 - - -0.048257540999714195 - - -0.988076749856839 - - 0.5749652670669533 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992504172852595 - - -0.03178359942038262 - - -0.02209991771747883 - - 0.06156846128009466 - - - -0.030275013421665588 - - -0.9973907959265761 - - 0.06553643080965892 - - -0.03251475306263177 - - - -0.024125238186443868 - - -0.06481823052842382 - - -0.9976054179251492 - - 0.5747699473313174 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997513693366014 - - -0.02168512937081328 - - -0.005191789071365214 - - -0.0349695263404865 - - - -0.021587410050733898 - - -0.9996014552162181 - - 0.018191054310328497 - - 0.03762346412497914 - - - -0.005584195277023287 - - -0.018074454176846923 - - -0.9998210494230045 - - 0.5772355776916193 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974652055551287 - - -0.03883765990986678 - - -0.059622142527673824 - - 0.04825817841275329 - - - -0.03749579563231873 - - -0.9990213039161698 - - 0.02346272856119911 - - 0.0352862619939606 - - - -0.060475028042689755 - - -0.021167675695802024 - - -0.997945239223513 - - 0.5746368085645283 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981766621783907 - - -0.028228208686997866 - - -0.0533527817150162 - - -0.0456188919868271 - - - -0.024087471988239066 - - -0.9967616482789023 - - 0.07672033767875344 - - -0.02326780105013757 - - - -0.05534568434505682 - - -0.07529531695032204 - - -0.9956241612524921 - - 0.5767441398070337 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9909382594827146 - - -0.02809229671295405 - - -0.1313475875635314 - - 0.022886975486834476 - - - -0.02325127653786257 - - -0.9989977960364649 - - 0.038246328629620796 - - -0.03016045152549454 - - - -0.13229037770271893 - - -0.034845751242819564 - - -0.990598318990899 - - 0.5750359208074753 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979384675460942 - - -0.034107677469386435 - - -0.0543643387653838 - - 0.061617765588032315 - - - -0.028947721448158464 - - -0.9952426541054474 - - 0.0930273555042025 - - -0.0325269368107542 - - - -0.05727865583891551 - - -0.09126185285643591 - - -0.9941782686211251 - - 0.5750014490450079 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943178749430842 - - -0.041886190382844087 - - -0.09786475680182924 - - 0.04822521869129688 - - - -0.03808963943780964 - - -0.9984595016281764 - - 0.04034604039942226 - - 0.03529308915629884 - - - -0.0994039382326812 - - -0.03638915585207077 - - -0.9943815597647654 - - 0.5744302891156299 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9977015875557681 - - -0.028663398390080613 - - -0.06139993307350964 - - -0.04568780804319351 - - - -0.025854247410511677 - - -0.9986036891185903 - - 0.04606766729039956 - - -0.02328625314095703 - - - -0.06263465557928764 - - -0.0443743357299512 - - -0.9970495565662675 - - 0.5771276074544099 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9908659716319387 - - -0.026006904657776803 - - -0.13231880883689726 - - 0.022858890495130433 - - - -0.02257411767761982 - - -0.9993702336218862 - - 0.027377826093654037 - - -0.03015575864280813 - - - -0.13294749141285453 - - -0.024140775891812155 - - -0.9908290404839631 - - 0.5747287680712814 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983117932030033 - - -0.033145320186942766 - - -0.04769644956921801 - - 0.06155831849785903 - - - -0.02873316245101669 - - -0.9954919373387007 - - 0.09038920327784496 - - -0.03250609451648597 - - - -0.0504774100699253 - - -0.08886613777668713 - - -0.9947637109531524 - - 0.57455449300472 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997088644769103 - - -0.0223613972689369 - - -0.009063895325259414 - - -0.035000521998625043 - - - -0.0223582403733504 - - -0.9997499222558416 - - 0.0004494850901858302 - - 0.03762319522327523 - - - -0.009071679761431294 - - -0.00024670147870794096 - - -0.9999588210344897 - - 0.5775800758337049 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9981162301171448 - - -0.039617005382231715 - - -0.04684532059110284 - - 0.04829249844930619 - - - -0.03790864599313436 - - -0.9986029656692664 - - 0.03681102437468863 - - 0.03530278912776031 - - - -0.04823821862078033 - - -0.03496583820089153 - - -0.9982236545099519 - - 0.5748164152216606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9972255329078655 - - -0.02878141245034285 - - -0.06865032275224 - - -0.04564237801597848 - - - -0.023097661487277616 - - -0.9963485408206524 - - 0.08219539669821041 - - -0.02326701745475813 - - - -0.07076534851495189 - - -0.08038168635902271 - - -0.994248987903753 - - 0.5767522947483937 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9908859870996557 - - -0.026441231436859728 - - -0.13208263265714948 - - 0.02285310312662471 - - - -0.024478230984177344 - - -0.9995647843343887 - - 0.01646384300315277 - - -0.030157171248003413 - - - -0.13246047250944837 - - -0.013080642134452838 - - -0.9911019725658526 - - 0.5750310316929597 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985510556938143 - - -0.03337170630259727 - - -0.04221514409808428 - - 0.061591938203845474 - - - -0.030321104394719845 - - -0.9970191004710047 - - 0.07094747299427412 - - -0.03252148992381764 - - - -0.0444569432266022 - - -0.06956466426600466 - - -0.9965863423128499 - - 0.5747757934189337 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997574497456505 - - -0.021886771260932303 - - 0.002451718141371229 - - -0.03499376931007443 - - - -0.021912060504950204 - - -0.9997014312801564 - - 0.010812488188858941 - - 0.037680091995031424 - - - 0.002214335679273254 - - -0.010863587813353393 - - -0.9999385376998535 - - 0.577824810261574 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9960651614772363 - - -0.037401449423025195 - - -0.08034504136774087 - - 0.04823845095486884 - - - -0.03794074006571784 - - -0.9992664843697779 - - -0.005195522931328574 - - 0.03527285568403902 - - - -0.08009178693594454 - - 0.008223429717655283 - - -0.9967535707832131 - - 0.5745505462608362 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9972512423436426 - - -0.02985495833578806 - - -0.06781328119793241 - - -0.04563245789695561 - - - -0.02545171109352101 - - -0.9975676136618915 - - 0.06489273129813053 - - -0.02326412559448058 - - - -0.06958570288840542 - - -0.06298839286477936 - - -0.9955854018203757 - - 0.5768116466967308 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.991432366736269 - - -0.0265129088837687 - - -0.12790202441807225 - - 0.022878097710399274 - - - -0.024432057079704528 - - -0.9995428179659451 - - 0.017810941568392667 - - -0.03014767907755989 - - - -0.12831576978132592 - - -0.014533434391760833 - - -0.991626866573414 - - 0.5749714887683404 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984965728926268 - - -0.032088615641126715 - - -0.04444001201524534 - - 0.06157679225329571 - - - -0.02899267190254333 - - -0.997220172074521 - - 0.06863929911947957 - - -0.03253239957467734 - - - -0.046519016516158064 - - -0.06724767024884916 - - -0.9966512589408949 - - 0.5746582059246411 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999588648994397 - - -0.022116596339517285 - - 0.018258942135599168 - - -0.03499686452341389 - - - -0.0220047130725749 - - -0.9997379794885758 - - -0.006305947247868053 - - 0.03764873731121415 - - - 0.018393624008062128 - - 0.005901570507423755 - - -0.9998134056219666 - - 0.5778247532921277 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9960418341753948 - - -0.040240146476927766 - - -0.07925525335288927 - - 0.048301748269242446 - - - -0.03818637643114936 - - -0.9988987044822758 - - 0.02726130662110005 - - 0.03528097378301938 - - - -0.08026496886920115 - - -0.024126930910218784 - - -0.9964815231489643 - - 0.5750507307900181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9962896528763502 - - -0.028599098686158377 - - -0.08117277330399082 - - -0.0456563675502396 - - - -0.02241257144163767 - - -0.9968461590005051 - - 0.07612760292636146 - - -0.023277265898860634 - - - -0.08309394811233366 - - -0.07402585251302173 - - -0.9937884930642061 - - 0.5767736068844307 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.991110943822763 - - -0.02913327340774439 - - -0.12980889574794777 - - 0.02287172695815737 - - - -0.021197579407198578 - - -0.9978447092504846 - - 0.06210152049742302 - - -0.030160259759837552 - - - -0.13133834041142542 - - -0.0587978622176517 - - -0.9895923664502507 - - 0.5749424511770216 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978611139484495 - - -0.03287371794917746 - - -0.056502353382469714 - - 0.061515288928775 - - - -0.028361267435846264 - - -0.9964799150808293 - - 0.07888863891547206 - - -0.0324706901291476 - - - -0.05889682316553216 - - -0.07711742675103504 - - -0.99528089839618 - - 0.5745736381142347 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997594907084614 - - -0.02188339959154161 - - 0.00144137457823126 - - -0.03499918056649555 - - - -0.021868076766086323 - - -0.9997118057108627 - - -0.009904177950697436 - - 0.03764114432421072 - - - 0.0016576962660301536 - - 0.009870275813949796 - - -0.9999499135948992 - - 0.5778347204233567 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9969872493957925 - - -0.038637876053577457 - - -0.06725726039826507 - - 0.04822321999761708 - - - -0.03789761544750416 - - -0.9992065614862173 - - 0.012248192776230824 - - 0.03525145440387655 - - - -0.0676771400519019 - - -0.009662402235417686 - - -0.9976604846827586 - - 0.5744713227307113 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.991470043723065 - - -0.027205321592865334 - - -0.1274638100670632 - - 0.02288502194492501 - - - -0.023924833447982134 - - -0.9993437306376763 - - 0.02719761716874711 - - -0.030165560532637387 - - - -0.12812007939534653 - - -0.023916072256961168 - - -0.991470255097716 - - 0.5750084794208451 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975394524472809 - - -0.031643022628358754 - - -0.06256005059237159 - - 0.06153254171387139 - - - -0.02748166822489073 - - -0.9974215766069773 - - 0.06629446757030294 - - -0.03247636687317316 - - - -0.0644965016319176 - - -0.06441209232585207 - - -0.995836976437133 - - 0.5746044759753874 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997375576505301 - - -0.022814620944232308 - - -0.002075787591239092 - - -0.03501624289889932 - - - -0.02283074908330238 - - -0.9997064536286218 - - -0.00810946789743289 - - 0.037632238312452534 - - - -0.00189016381518458 - - 0.00815473141527075 - - -0.9999649632043597 - - 0.5779124733466542 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9954497241013492 - - -0.03889272421372782 - - -0.08698967059244779 - - 0.04820085079305987 - - - -0.038088120141967066 - - -0.9992150348311774 - - 0.010890788372769092 - - 0.03524885668056074 - - - -0.08734495915963754 - - -0.007527959256283884 - - -0.9961496814931163 - - 0.5743181825729808 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978494877789184 - - -0.02896490759000681 - - -0.058799947854165056 - - -0.045649796921896316 - - - -0.024741228425686445 - - -0.9971458597521099 - - 0.07133026002485195 - - -0.023294894347903702 - - - -0.06069819894641166 - - -0.06972208048765723 - - -0.9957181127895254 - - 0.5769771261403209 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9905897827294274 - - -0.029417122992740196 - - -0.13366568455252723 - - 0.022853094939832983 - - - -0.02389406817049575 - - -0.9988005444045691 - - 0.04273810949725588 - - -0.03016269244590325 - - - -0.13476259072283162 - - -0.039142117622399115 - - -0.9901045090139244 - - 0.5750000455798123 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978890277484544 - - -0.029828422834314576 - - -0.05768668382271442 - - 0.06157791277883558 - - - -0.026244436436821485 - - -0.9977361161918336 - - 0.061918268730234954 - - -0.03250551874949782 - - - -0.059403012174115526 - - -0.06027360647624544 - - -0.9964127530832735 - - 0.5748484549335018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997018122538384 - - -0.02292288046830243 - - -0.008415944832721135 - - -0.03498325026798944 - - - -0.022908305179744577 - - -0.9997359060288618 - - 0.0018242122803938943 - - 0.037651366419181334 - - - -0.008455538432481655 - - -0.0016308732900416128 - - -0.9999629213736527 - - 0.5777299980404265 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9973855538112478 - - -0.03951646567024799 - - -0.060502115579230874 - - 0.04827184578272695 - - - -0.03759385093769007 - - -0.9987614257014954 - - 0.03259320331589367 - - 0.03531316630243128 - - - -0.061715147413785205 - - -0.030233482625204703 - - -0.997635793818589 - - 0.574751687828809 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9920410533182785 - - -0.027639834631285495 - - -0.12284375471596258 - - 0.02285466943610828 - - - -0.022578722448533258 - - -0.9988454409258131 - - 0.04240267013185053 - - -0.03014090205743056 - - - -0.12387392713461735 - - -0.03929153449884109 - - -0.9915197554728672 - - 0.5748165880146057 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981509703174747 - - -0.0320451306619285 - - -0.0516502667480408 - - 0.06157657597500514 - - - -0.028608201924082966 - - -0.9974120215633525 - - 0.06596082188372193 - - -0.032511494590935275 - - - -0.05363032012728188 - - -0.06436123710561445 - - -0.9964845306984343 - - 0.5747539213572583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963525703677767 - - -0.04059336953131736 - - -0.07505820322668695 - - 0.0482414102795566 - - - -0.03838852939855412 - - -0.9987946014452341 - - 0.030588640611723842 - - 0.03526539312956895 - - - -0.07620942416880651 - - -0.02759569665637689 - - -0.9967098881790574 - - 0.5746232361702022 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9917261362814924 - - -0.029498940927597434 - - -0.12493631617881482 - - 0.022846115844643702 - - - -0.023811783474148297 - - -0.9986217418027372 - - 0.04677195491582524 - - -0.030135132300462487 - - - -0.1261438448120357 - - -0.04341001362609585 - - -0.9910617039988074 - - 0.5748203786339547 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978156340752671 - - -0.03319852545416163 - - -0.05711233056566816 - - 0.061557273643122495 - - - -0.027390362821469776 - - -0.9946471655374832 - - 0.09963324802875337 - - -0.03249670867664742 - - - -0.060114294635144956 - - -0.09785128510101551 - - -0.9933838118192783 - - 0.5746107930087732 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983970871648616 - - -0.040849803132282723 - - -0.039173331805877856 - - 0.04830325384418191 - - - -0.03839403241217298 - - -0.997367398171758 - - 0.06151561866088143 - - 0.03535105956412575 - - - -0.041583104932804954 - - -0.05991299231512075 - - -0.9973370938333717 - - 0.5749692390755089 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9921313837242542 - - -0.025974799809942783 - - -0.12247704766294011 - - 0.02288288742831635 - - - -0.023959592656077205 - - -0.9995526963313272 - - 0.01789818919691919 - - -0.030151914134545873 - - - -0.1228871651115427 - - -0.014822855042374938 - - -0.9923099453392782 - - 0.5748745900739272 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997713954853478 - - -0.03300113116847426 - - -0.05897278721777601 - - 0.061562503681672244 - - - -0.02749153651647016 - - -0.9953876830340976 - - 0.09191069515554233 - - -0.032497582477816846 - - - -0.0617339429373786 - - -0.09007933062369304 - - -0.9940194336549928 - - 0.5745319532146543 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997553213026842 - - -0.021859258519080323 - - 0.0033867896247925223 - - -0.03499109767052602 - - - -0.021865906724984955 - - -0.9997590330511874 - - 0.0019385447245147019 - - 0.037628275306150365 - - - 0.0033435983701464 - - -0.0020121256299496793 - - -0.9999923858212063 - - 0.5777694750578226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9959422567711641 - - -0.03806662314341404 - - -0.08154724630554955 - - 0.04822943971819653 - - - -0.037794633394582874 - - -0.9992736268183205 - - 0.004876928534358441 - - 0.035253515532008325 - - - -0.08167366077340815 - - -0.001775090932164634 - - -0.9966575450916193 - - 0.5746724352594206 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.997553982263246 - - -0.02823842766184579 - - -0.06394250287505288 - - -0.04562347845418057 - - - -0.022998480586194768 - - -0.9964283553229946 - - 0.08125024676293642 - - -0.023277676989905502 - - - -0.06600850219074711 - - -0.07958092680723404 - - -0.9946405148228356 - - 0.5768484183618232 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9911303252484416 - - -0.024837684652687004 - - -0.1305517820407368 - - 0.022871373872314495 - - - -0.024654030811254456 - - -0.9996914723859822 - - 0.0030230454022949476 - - -0.03016909137105832 - - - -0.130586588659311 - - 0.0002223956840791048 - - -0.9914368832167195 - - 0.5749274616270983 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988243146738989 - - -0.03135289497773193 - - -0.03697275203080686 - - 0.061574440064265934 - - - -0.029662533942487652 - - -0.9985277728990251 - - 0.0454138836637356 - - -0.03251231688374773 - - - -0.03834217646830953 - - -0.0442637857150499 - - -0.9982838247601954 - - 0.5747041860411906 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997423651151818 - - -0.022028915063610002 - - 0.00547085870980998 - - -0.034977657649069176 - - - -0.02205799812220903 - - -0.999742571007628 - - 0.005313796561632506 - - 0.037658291639489645 - - - 0.005352393179043399 - - -0.005433103733415262 - - -0.999970916212606 - - 0.5777561763131768 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9980624710550036 - - -0.03901891630445219 - - -0.048464709242977966 - - 0.04826846133853921 - - - -0.03782408154719243 - - -0.998963297333864 - - 0.025331194898083106 - - 0.03528889543574697 - - - -0.04940286152331236 - - -0.023448981860189354 - - -0.9985036317024732 - - 0.5747559650499863 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9973161123846692 - - -0.029021981670801042 - - -0.06721827547497491 - - -0.04565787045481348 - - - -0.023049630046136756 - - -0.995855440644926 - - 0.08798099733826562 - - -0.02327916382106199 - - - -0.06949306823465312 - - -0.08619550984708751 - - -0.993851622501837 - - 0.5766983085919268 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.987916270143192 - - -0.0316183073628777 - - -0.15172911990079618 - - 0.022876362849521253 - - - -0.020283478625035534 - - -0.996925898276189 - - 0.07567915063662722 - - -0.030120906657296914 - - - -0.1536555357975472 - - -0.07168706986423828 - - -0.9855206442957187 - - 0.574591289877024 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984097081636516 - - -0.030853249028223815 - - -0.04718189980251452 - - 0.06155775986592676 - - - -0.028086871622044336 - - -0.9979090847419904 - - 0.05821156441712298 - - -0.03252801365563613 - - - -0.04887926234159957 - - -0.05679379907881198 - - -0.9971886893156859 - - 0.5747868310240415 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997099122367846 - - -0.022405111328254887 - - -0.008837554067104141 - - -0.03499741711017821 - - - -0.022322515245749172 - - -0.9997072245951472 - - 0.00933650927126008 - - 0.03765024745327566 - - - -0.009044152178274098 - - -0.009136524428771275 - - -0.9999173602017017 - - 0.5777311942450163 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.99766584616424 - - -0.03941761205755861 - - -0.05575940509968506 - - 0.048281925876151405 - - - -0.038132340483856754 - - -0.9989861295756233 - - 0.023929845898796244 - - 0.03528830123086431 - - - -0.05664612967020954 - - -0.02174775333676393 - - -0.9981574280734427 - - 0.5748033825035428 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980215144443245 - - -0.02858108498486974 - - -0.0560015918286681 - - -0.045619906707120204 - - - -0.024374037257949184 - - -0.9969292463031091 - - 0.0744176334833583 - - -0.023288242010136254 - - - -0.057956561440489184 - - -0.07290541438468749 - - -0.9956534726195617 - - 0.5766423458821361 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9932743832209056 - - -0.03040032441255379 - - -0.11172206546936564 - - 0.022860358633013018 - - - -0.02741502413122522 - - -0.9992273911769 - - 0.0281609157111517 - - -0.030147684045908913 - - - -0.11249184898922265 - - -0.024908653063097135 - - -0.993340396296037 - - 0.5749278117713003 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983081959063256 - - -0.029749843764185227 - - -0.04995690925451618 - - 0.06159597274153721 - - - -0.02717673312216448 - - -0.9983073260675358 - - 0.05141894492007201 - - -0.0325320662851662 - - - -0.051402054074365974 - - -0.049974288548145646 - - -0.9974268892109549 - - 0.5747619367954815 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997156233140032 - - -0.022492883848774556 - - 0.007921027588611875 - - -0.03500850081134266 - - - -0.022441507300264465 - - -0.9997269207929855 - - -0.006516332700851575 - - 0.03764195601822448 - - - 0.008065435635239461 - - 0.006336719809297825 - - -0.9999473959814449 - - 0.5777232896091545 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9969570573512194 - - -0.040005280788144255 - - -0.06690443413301635 - - 0.04823864616061119 - - - -0.03784325493904068 - - -0.9987294704928217 - - 0.03327661077613556 - - 0.0352899814631312 - - - -0.06815067023306638 - - -0.030643470400549988 - - -0.9972043240322387 - - 0.5747250684643401 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9895444868881877 - - -0.02930280106831029 - - -0.14121987933270666 - - 0.022857274981321004 - - - -0.02118590282624707 - - -0.9980542537849445 - - 0.058641828273120936 - - -0.030144317306315484 - - - -0.14266347111517372 - - -0.055036827228033616 - - -0.9882398907441662 - - 0.5748439010959063 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978612141808532 - - -0.035655051059912395 - - -0.05478790530243538 - - 0.0615238740831915 - - - -0.029788158397488933 - - -0.9940891922058903 - - 0.1043999212582407 - - -0.03248474978874175 - - - -0.0581864490478642 - - -0.10254460138571796 - - -0.9930251466472764 - - 0.5745870666418396 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997357431725721 - - -0.02291402609070511 - - -0.001841529662942363 - - -0.03497592045455591 - - - -0.02295500593827141 - - -0.9993808940480772 - - -0.026662638917413876 - - 0.03761443664171801 - - - -0.0012294411571667219 - - 0.02669786545739105 - - -0.9996427924286058 - - 0.5776484499780317 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9963368700986105 - - -0.037894703589776264 - - -0.07666050301131339 - - 0.048226468720655495 - - - -0.0373281628105366 - - -0.9992642233720332 - - 0.008810229842479795 - - 0.035259445143373126 - - - -0.07693795905334805 - - -0.005916361088561756 - - -0.9970183283812665 - - 0.5746300326388732 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9922792830051873 - - -0.02793639274593867 - - -0.12083618033956613 - - 0.022865406542544618 - - - -0.022324296628059383 - - -0.9986193097647766 - - 0.04755102464704184 - - -0.03016605411890914 - - - -0.12199774710532117 - - -0.04448631390962652 - - -0.9915329130069058 - - 0.5749630895291478 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977904908220193 - - -0.03212895477685028 - - -0.058153819221965095 - - 0.06159484709283559 - - - -0.027612752241995556 - - -0.9966592264034911 - - 0.07686301020918135 - - -0.03249786948168102 - - - -0.06042906865719558 - - -0.07508739368057502 - - -0.9953442675634809 - - 0.5747060250440603 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997384932932846 - - -0.02183456105979123 - - -0.006796835366521593 - - -0.03498030141123779 - - - -0.02166844294734044 - - -0.9994860783946821 - - 0.02362324438888378 - - 0.03765453157088623 - - - -0.007309145498018403 - - -0.02346978991267977 - - -0.9996978270225174 - - 0.5775083717540874 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974745837002346 - - -0.039855431256735525 - - -0.05878774933081911 - - 0.04823093269999209 - - - -0.038048031177109636 - - -0.9987777152145667 - - 0.031550323521574115 - - 0.03526552778202331 - - - -0.05997334570948404 - - -0.02923388770091875 - - -0.9977718063837548 - - 0.5743577208893687 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987788751860528 - - -0.028427738891230365 - - -0.04040571919438217 - - -0.04561360861447156 - - - -0.024913102362090513 - - -0.996071763593346 - - 0.08497281390384422 - - -0.02328495101732744 - - - -0.04266258094371736 - - -0.08386241967397177 - - -0.99556365881527 - - 0.5768244615027729 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9915793153386914 - - -0.030750294875131607 - - -0.12579698230698777 - - 0.022858002362659554 - - - -0.023850951977985948 - - -0.9981464904788886 - - 0.05598853127580172 - - -0.03014044734357217 - - - -0.12728548024891112 - - -0.05251669172529887 - - -0.9904748374431496 - - 0.574766913147382 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99842107632432 - - -0.03445790968254149 - - -0.044362222799317806 - - 0.06154002566950657 - - - -0.03110685468989038 - - -0.9967632053270903 - - 0.07413147845124282 - - -0.03251115468425967 - - - -0.046773047181988735 - - -0.07263446128646406 - - -0.9962612694925648 - - 0.5746252421128006 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997458850025592 - - -0.022262077693850173 - - 0.0035447591176905385 - - -0.03498515397490104 - - - -0.022308797885798797 - - -0.9996567542531873 - - 0.01373649201481434 - - 0.03764108562139074 - - - 0.0032377395417251664 - - -0.013812080680891552 - - -0.9998993666714288 - - 0.5775647331642582 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9967280228342397 - - -0.03789718837324339 - - -0.07139363844454491 - - 0.048237083433910054 - - - -0.03813028185159224 - - -0.9992709617242841 - - -0.0019043793065423263 - - 0.035236824414106444 - - - -0.07126941912816204 - - 0.004620407777237542 - - -0.9974464004291694 - - 0.5743692439220066 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980384804887945 - - -0.02992152145720385 - - -0.05498994469268287 - - -0.04561730984693443 - - - -0.02651332610359798 - - -0.9977427732498291 - - 0.06169604498397418 - - -0.02327834244470906 - - - -0.05671185945234472 - - -0.060117060651917985 - - -0.9965790003888458 - - 0.576926755548036 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.989337214677623 - - -0.03119135271599439 - - -0.1422637521284651 - - 0.022844241010396855 - - - -0.023829258319824773 - - -0.9983014759123422 - - 0.05316323578532509 - - -0.030148109524324864 - - - -0.14368034695757798 - - -0.04920632791608654 - - -0.9884000683888909 - - 0.5748909673981986 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978657329714702 - - -0.03140881503096095 - - -0.05724915108245122 - - 0.06158875852530073 - - - -0.02699851511729245 - - -0.9967234581119295 - - 0.07624584074465007 - - -0.032520412506127326 - - - -0.0594563633497019 - - -0.07453746968973451 - - -0.9954441754661487 - - 0.5747275999385237 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978830597016135 - - -0.04011925281272726 - - -0.051184418667154695 - - 0.048259990536254425 - - - -0.03822055956042295 - - -0.9985635613898663 - - 0.03755000254692903 - - 0.03531451515558516 - - - -0.05261737343724276 - - -0.0355142143110993 - - -0.9979830422379082 - - 0.574763550266793 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985395610003746 - - -0.029032431679416618 - - -0.0455616398734647 - - -0.0456025273646571 - - - -0.02613632867868724 - - -0.9976761873416788 - - 0.0629215188514304 - - -0.023305786129152132 - - - -0.04728252785521215 - - -0.06163881181651124 - - -0.9969779433054021 - - 0.5770049412705156 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9929025633737456 - - -0.03001549780148726 - - -0.11508070879853832 - - 0.02286720157086383 - - - -0.022856870689956836 - - -0.9977499806035084 - - 0.0630280863422202 - - -0.030151796277466055 - - - -0.11671359435861639 - - -0.059950363613815436 - - -0.9913545736992717 - - 0.5749229776090952 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983305728234184 - - -0.032231846049719605 - - -0.04792885838711858 - - 0.06157979624020257 - - - -0.029149362679554938 - - -0.9975447076788744 - - 0.06367786771905713 - - -0.03250139820818927 - - - -0.04986363425825541 - - -0.06217446648019702 - - -0.9968189172043549 - - 0.5747549580463402 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996674911858628 - - -0.023200881987718955 - - -0.011252828140287004 - - -0.035014452647707334 - - - -0.0234354483156217 - - -0.9995009359041898 - - -0.021181569556937542 - - 0.037628494727654505 - - - -0.010755781162180691 - - 0.021438241570648872 - - -0.9997123161039633 - - 0.5778878491739855 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970564817365545 - - -0.0394725918114874 - - -0.06572888803872637 - - 0.04823738796961448 - - - -0.03843536927419184 - - -0.99911695953167 - - 0.01697125702323986 - - 0.03524956880382521 - - - -0.06634074627165598 - - -0.014394987734487868 - - -0.9976931841564544 - - 0.5744665420932712 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9920683913804986 - - -0.025485501107493962 - - -0.12308856996898519 - - 0.022886068641879555 - - - -0.026418380300309432 - - -0.9996332511620684 - - -0.005952508165560481 - - -0.030163849165579893 - - - -0.12289172472554065 - - 0.009157095852548766 - - -0.9923778371112127 - - 0.5748836353864512 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978094684650847 - - -0.03400183119542799 - - -0.056746278439937195 - - 0.061567542855491306 - - - -0.029189117082921018 - - -0.9960730710412385 - - 0.08358488254699471 - - -0.032501976733025045 - - - -0.05936547890268207 - - -0.08174541346052995 - - -0.9948836249998397 - - 0.5748351802670071 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997493628888375 - - -0.02202198218285828 - - -0.0040303478883933035 - - -0.03502042949096128 - - - -0.0219746963769872 - - -0.9996932670006922 - - 0.011422987027152179 - - 0.03765746299292307 - - - -0.004280668464484208 - - -0.011331558331541772 - - -0.9999266331402902 - - 0.577902213365441 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9979698110479103 - - -0.04092988357906145 - - -0.04879550048111573 - - 0.04830625784626452 - - - -0.0383492433485246 - - -0.9978738173516719 - - 0.052698958040921916 - - 0.035327413302576764 - - - -0.050848714552029044 - - -0.050720698676257246 - - -0.9974175750177052 - - 0.5751067994377296 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998520406041178 - - -0.027450850658935405 - - -0.046940915174949395 - - -0.04563397843902988 - - - -0.02349884120030258 - - -0.9962921303346034 - - 0.08276349132063329 - - -0.023256206354495833 - - - -0.04903879261976105 - - -0.08153797784737127 - - -0.995463085697786 - - 0.5767406124273685 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9883474487963241 - - -0.03090658019335854 - - -0.14904396585755855 - - 0.022881641775536088 - - - -0.021406276699229586 - - -0.9976601953578755 - - 0.0649300078265959 - - -0.030149813861952937 - - - -0.15070199658821246 - - -0.06098293121224398 - - -0.9866965036550446 - - 0.5748688177250344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991600998619772 - - -0.03409189569243813 - - -0.022734060171900966 - - 0.061576242142183026 - - - -0.03222654260397438 - - -0.9964399499094478 - - 0.07790299208791922 - - -0.03251017503401243 - - - -0.025308986459317555 - - -0.0771049211954211 - - -0.9967017037869701 - - 0.5748607526546132 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997380427527126 - - -0.022852524581764396 - - -0.001268066723440998 - - -0.03499873860418744 - - - -0.0228654446708744 - - -0.9996742910713299 - - -0.011335043495145924 - - 0.037640601769729574 - - - -0.0010086193426788333 - - 0.01136106910785787 - - -0.999934952282271 - - 0.5779232723515814 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9958992358944055 - - -0.04080238016874662 - - -0.08074575974937787 - - 0.048209267075403295 - - - -0.03911049071715366 - - -0.9989832105029991 - - 0.022425758604417447 - - 0.03531899203662271 - - - -0.08157868263708734 - - -0.019175789571364166 - - -0.9964824171221045 - - 0.574472696695147 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979642570528522 - - -0.027303262978426945 - - -0.0576356961932429 - - -0.045680319402996036 - - - -0.023368696735057794 - - -0.9974204859870792 - - 0.0678695671579116 - - -0.023277678469936808 - - - -0.059340084747612494 - - -0.0663845310597901 - - -0.9960280359398106 - - 0.5768354201101334 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9928895646472432 - - -0.030813667408538196 - - -0.1149818695075182 - - 0.022863488734792433 - - - -0.02473624667196501 - - -0.9982391882107002 - - 0.05391327499814391 - - -0.03015445192355827 - - - -0.11644067380083152 - - -0.05068570825467254 - - -0.9919034874742251 - - 0.575069688168844 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976404587867611 - - -0.030469531895918354 - - -0.061523350183361164 - - 0.061560568021791336 - - - -0.025891991337255192 - - -0.9969312252343243 - - 0.0738764978689554 - - -0.03252161272264073 - - - -0.06358553118699548 - - -0.07210922117755734 - - -0.9953678417775185 - - 0.5745945692584987 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997378944912225 - - -0.022698489047043587 - - -0.002986789788095809 - - -0.03497435671235345 - - - -0.022717742714612542 - - -0.9997202747012707 - - -0.00657848897306825 - - 0.037602472132453116 - - - -0.0028366325475288057 - - 0.00664461783681757 - - -0.9999739009442162 - - 0.5776774301722886 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996264823841931 - - -0.03954252318914991 - - -0.07676450765191946 - - 0.04819514551560395 - - - -0.03862939996593703 - - -0.9991644997575122 - - 0.013344357706271494 - - 0.03525714484127646 - - - -0.07722804046120633 - - -0.010329147310248057 - - -0.9969599482839652 - - 0.5745041162274815 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9892779661607667 - - -0.02824523772885241 - - -0.14328751590581001 - - 0.022864999851996602 - - - -0.02279172667032943 - - -0.9989572343488379 - - 0.039559842485861745 - - -0.03015559497935519 - - - -0.1442554777615122 - - -0.03586991061825789 - - -0.9888901388162571 - - 0.5749058594305702 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984152129971604 - - -0.03238044385062798 - - -0.046027918830545377 - - 0.061584953131697366 - - - -0.028018060424456443 - - -0.9953229357736917 - - 0.09245129427375408 - - -0.032536498556911764 - - - -0.04880625724112076 - - -0.09101516565318714 - - -0.9946527981538269 - - 0.574641832539367 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995662695394681 - - -0.03872775769750109 - - -0.08459289440090224 - - 0.04822347885115845 - - - -0.03800155212501299 - - -0.9992258380714335 - - 0.010178731086565525 - - 0.035274190674390936 - - - -0.0849216052338183 - - -0.006919921543365858 - - -0.996363606145039 - - 0.5746718501095138 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9974554892021772 - - -0.028540963759233068 - - -0.06532962917497412 - - -0.045637005243630034 - - - -0.023324455401806055 - - -0.996580770493642 - - 0.0792637222347562 - - -0.02329783163758744 - - - -0.0673685152029837 - - -0.07753825681554602 - - -0.9947106623985451 - - 0.5769100753092816 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9942271309551799 - - -0.02602298851971818 - - -0.10409234429646762 - - 0.0228898803695622 - - - -0.02384326582715469 - - -0.9994707344286028 - - 0.02213028909537498 - - -0.03016306172840835 - - - -0.10461314806145246 - - -0.019520632398870977 - - -0.9943213937975088 - - 0.5748946403841715 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973840410700222 - - -0.03186696039279208 - - -0.06488121033208541 - - 0.06158349880212913 - - - -0.026656322484288793 - - -0.9964664434209705 - - 0.07964965541404527 - - -0.03249732154546305 - - - -0.06719014131883996 - - -0.0777118007209122 - - -0.9947091841027046 - - 0.5747413483563116 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997399551988921 - - -0.02267738493632644 - - -0.0023996231718423334 - - -0.03499879074843802 - - - -0.022695002094327576 - - -0.9997136350617322 - - -0.007588461741170347 - - 0.03766310774627754 - - - -0.0022268495359217557 - - 0.007640947854056708 - - -0.9999683280269616 - - 0.5779693766926071 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971974434563619 - - -0.04010733747505173 - - -0.06315584093936427 - - 0.04824235146584306 - - - -0.03853168696997446 - - -0.9989197864934327 - - 0.025972471025352 - - 0.03529516917253081 - - - -0.06412930580743775 - - -0.023466180613324363 - - -0.9976656606820137 - - 0.5747284436390172 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980420357054671 - - -0.02782457004784439 - - -0.05601685698555165 - - -0.04563782538773946 - - - -0.024754237958125407 - - -0.9981916713753476 - - 0.05477786870628331 - - -0.023281042148705838 - - - -0.05743973074449122 - - -0.053283960987739167 - - -0.9969260237517414 - - 0.5770184450693768 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9927021332848489 - - -0.0295961419340143 - - -0.11690399032681348 - - 0.022880377061089217 - - - -0.025741104869962995 - - -0.9990783229127557 - - 0.03434967548477744 - - -0.0301436567263719 - - - -0.1178128604685566 - - -0.03108975825666119 - - -0.9925490198674115 - - 0.5751062979217207 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975946058282277 - - -0.032190430862074466 - - -0.061390378589296066 - - 0.06155592216308244 - - - -0.027703597665487845 - - -0.9969772228431973 - - 0.07258738050277738 - - -0.03250469337959134 - - - -0.0635414282087826 - - -0.07071204489180194 - - -0.9954708903872621 - - 0.5747633712351816 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996864893588185 - - -0.022044222259931832 - - 0.011873300231841915 - - -0.0349809977880907 - - - -0.022254311052670197 - - -0.9995927517165576 - - 0.01786270850943416 - - 0.037660661174401984 - - - 0.01147469533415735 - - -0.01812134047681728 - - -0.9997699477311333 - - 0.5775648640540961 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9960059388995183 - - -0.038427127983205384 - - -0.08059482310825894 - - 0.04821943766488605 - - - -0.039009440441368406 - - -0.9992227975333028 - - -0.005662547674906921 - - 0.03524613291583116 - - - -0.08031458916872156 - - 0.008783890065433201 - - -0.9967308613873541 - - 0.5743922182329382 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9975765122664669 - - -0.029153345023428458 - - -0.06317582328878997 - - -0.04563328663583381 - - - -0.024571953140929893 - - -0.9970932826072592 - - 0.0721193794920727 - - -0.02328234306054535 - - - -0.06509471017764364 - - -0.07039224569103184 - - -0.9953931938954893 - - 0.5767253692115499 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9921179391217498 - - -0.026463442657992095 - - -0.12248134990887025 - - 0.02288922100767853 - - - -0.023594928746960314 - - -0.9994136568507483 - - 0.02481172782457292 - - -0.030172947150661263 - - - -0.12306613754497137 - - -0.021726221551433753 - - -0.9921606206088107 - - 0.5750979951602415 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997421908967893 - - -0.03273253512008195 - - -0.06386013353773061 - - 0.06157720900992936 - - - -0.027470897442658897 - - -0.9962865971172932 - - 0.08159881247996302 - - -0.032515230518059365 - - - -0.0662939311290189 - - -0.07963414813418836 - - -0.9946172716911786 - - 0.5746247750699841 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996752882369451 - - -0.023224253958837694 - - -0.010485805473887303 - - -0.0349860948143862 - - - -0.023222047698897224 - - -0.9997302767211261 - - 0.0003321261368065701 - - 0.0376298399607549 - - - -0.010490690589800818 - - -8.851641666716247e-05 - - -0.9999449672735962 - - 0.5776086917398239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972711265787682 - - -0.0413877250229743 - - -0.061133921105531 - - 0.04822650366903673 - - - -0.03831164466379837 - - -0.9979808401163458 - - 0.05066024717495734 - - 0.03531027893759865 - - - -0.06310719432417727 - - -0.048179860710628776 - - -0.9968431085413768 - - 0.5743639174953781 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9899848141516792 - - -0.029159896015000825 - - -0.13812953418244603 - - 0.022894348084856284 - - - -0.02188814363831809 - - -0.9983078066028973 - - 0.05387422801100086 - - -0.03015482362928784 - - - -0.13946675918344678 - - -0.050311268520156535 - - -0.9889478243783946 - - 0.5748809437117419 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980449026415018 - - -0.030876752549727413 - - -0.05434149853747261 - - 0.06151715016467538 - - - -0.027589073728762157 - - -0.9978023237620751 - - 0.06024421719793826 - - -0.03249234774461414 - - - -0.05608221930437633 - - -0.05862720227834802 - - -0.9967033840771837 - - 0.5745109562571569 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997674089154202 - - -0.021553883102962954 - - -0.0007471236382927094 - - -0.03496863423478403 - - - -0.021553843242102418 - - -0.9997676870533211 - - 6.136406172045568e-05 - - 0.03763305079414489 - - - -0.0007482727056118096 - - -4.5246403204555607e-05 - - -0.9999997190203214 - - 0.5777616063518737 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965488514544155 - - -0.038441335656081384 - - -0.07357071685026402 - - 0.04818172624427567 - - - -0.0386174224179913 - - -0.9992535964669149 - - -0.0009719226957321048 - - 0.03523249962110478 - - - -0.07347844140069697 - - 0.0038096798963353842 - - -0.9972895291681408 - - 0.5739394069848188 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9907059174992427 - - -0.029193584303443633 - - -0.1328514947883588 - - 0.022871532349669987 - - - -0.025037837610365106 - - -0.999146783779442 - - 0.03284526070826162 - - -0.030168502130876698 - - - -0.13369701462553527 - - -0.029213679992674962 - - -0.9905915753636837 - - 0.5751909793126562 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997507998363251 - - -0.030856457061685272 - - -0.06344818562371035 - - 0.06157094800263259 - - - -0.026154851195946356 - - -0.9969417530025851 - - 0.07364146168463989 - - -0.032491947057809445 - - - -0.06552646000096707 - - -0.07179846918794824 - - -0.9952644185652417 - - 0.5746477874719403 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997175396379732 - - -0.022762642448639608 - - -0.0068339629025115116 - - -0.034999240878912444 - - - -0.022816649397881205 - - -0.9997082025772926 - - -0.007931595673872263 - - 0.037648393806754436 - - - -0.006651424693378147 - - 0.008085283448031503 - - -0.9999451918685914 - - 0.5778334456627274 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9973450335341378 - - -0.040813638736495114 - - -0.06030863103964719 - - 0.048268424124286925 - - - -0.03798886424218052 - - -0.9981597104225454 - - 0.04726561840037519 - - 0.035312101440167984 - - - -0.06212672756856431 - - -0.04484907337133705 - - -0.997060093644989 - - 0.5747567959083499 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987402601886608 - - -0.028461431541990642 - - -0.04132601593266287 - - -0.04560416735455562 - - - -0.02546713509710094 - - -0.9971328114149869 - - 0.07125715002433779 - - -0.023280878789514344 - - - -0.043235606948811706 - - -0.07011492932482748 - - -0.9966015146373917 - - 0.5766965894121204 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9899976548558047 - - -0.03235389641827283 - - -0.13732395554513654 - - 0.022861150994133994 - - - -0.02315760284822884 - - -0.9974134416407757 - - 0.06804521926357326 - - -0.030134444572498774 - - - -0.13917028709581175 - - -0.06418451387102445 - - -0.988186206829872 - - 0.574964282745547 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985690341540544 - - -0.03306667301463398 - - -0.04202950349911791 - - 0.061571824306526746 - - - -0.029617061105590464 - - -0.9963384050343221 - - 0.08020356815710518 - - -0.0325143893749752 - - - -0.04452767364355349 - - -0.07884400921697839 - - -0.995892016480947 - - 0.5746607380089135 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963904209581621 - - -0.039933687734828215 - - -0.07490947608089168 - - 0.04822827326145425 - - - -0.0380185876917122 - - -0.9989170463680539 - - 0.026820169001173007 - - 0.03527652283000611 - - - -0.07589938084559084 - - -0.02387540699592623 - - -0.9968295987419492 - - 0.574565442858495 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987933159711874 - - -0.02949134701759361 - - -0.03927050321001437 - - -0.04564029499805146 - - - -0.026615309483425633 - - -0.9970605034918412 - - 0.07184690444060612 - - -0.023259697154209908 - - - -0.041273929693952695 - - -0.07071501133199362 - - -0.996642287834474 - - 0.5766377567635061 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9925883844756924 - - -0.027177407668322936 - - -0.11844698187950907 - - 0.022850330160523014 - - - -0.02812972979308871 - - -0.9995839499733257 - - -0.006375363322387299 - - -0.030162214534114395 - - - -0.11822443616149238 - - 0.009659993175691457 - - -0.9929399111860413 - - 0.5751624626889786 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987599517105058 - - -0.030273109174389225 - - -0.03952338194213172 - - 0.06160616884155348 - - - -0.02827768075468838 - - -0.9983435229778754 - - 0.05010571723126954 - - -0.032532875759074695 - - - -0.04097476821611123 - - -0.04892595414541781 - - -0.9979615821165643 - - 0.5749227710815473 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997072935267726 - - -0.02279694667349458 - - 0.008101017944753475 - - -0.03498334244486875 - - - -0.022842121392343196 - - -0.9997237993076643 - - 0.005528344069180147 - - 0.03762854898030047 - - - 0.007972751073050677 - - -0.00571177032238048 - - -0.9999519043034583 - - 0.5776297439105839 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997955011396941 - - -0.03991763437778886 - - -0.04992371874582806 - - 0.048250982236740604 - - - -0.038191568272043216 - - -0.9986550862494695 - - 0.03506312622951132 - - 0.035273927642048036 - - - -0.05125621270298106 - - -0.03308475742310877 - - -0.9981373650383003 - - 0.5744447498437188 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985491189657384 - - -0.028354675049808646 - - -0.045778482014669636 - - -0.045634474310349775 - - - -0.02436276475434445 - - -0.996038624002657 - - 0.08551909253738776 - - -0.023264142432991086 - - - -0.04802200231427407 - - -0.08427972411982362 - - -0.9952842887316238 - - 0.5767668353184089 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9889731504681818 - - -0.030767203736836706 - - -0.14486368360377613 - - 0.022827149413226038 - - - -0.02298329163891544 - - -0.9982161088320757 - - 0.055103251933002105 - - -0.030150226888135696 - - - -0.14630063553682718 - - -0.05116619237706987 - - -0.987916061616145 - - 0.5748596081603269 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984810086043955 - - -0.02993537576080803 - - -0.046255256289511965 - - 0.06156122472912101 - - - -0.02731801987998087 - - -0.9980447881106456 - - 0.05621678321474534 - - -0.03250855986404497 - - - -0.04784768799206686 - - -0.05486778839388308 - - -0.997346541855226 - - 0.5745654643800274 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997441458287949 - - -0.0224217698355711 - - 0.0029844796018795423 - - -0.03499968034990783 - - - -0.022399679643144953 - - -0.999722879770531 - - -0.007240028673999936 - - 0.03763691603725315 - - - 0.0031459867987387864 - - 0.007171324895480446 - - -0.9999693369630416 - - 0.5778142055537319 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9959103094670594 - - -0.03980582120408954 - - -0.08110580802565276 - - 0.04822659420678508 - - - -0.03822668091698328 - - -0.9990498483427691 - - 0.02093134951120586 - - 0.035285357900070605 - - - -0.08186193476394954 - - -0.01774534092535748 - - -0.9964856880618732 - - 0.5745987971237376 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998507514798766 - - -0.029604848062531067 - - -0.04589439902195697 - - -0.04560637794584918 - - - -0.027268629769025332 - - -0.9983405476734308 - - 0.05072053530508523 - - -0.02329926070304769 - - - -0.04731981319608077 - - -0.04939335828134206 - - -0.9976578228214218 - - 0.5765994481348944 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913194003603292 - - -0.03154907640273628 - - -0.12763425185807978 - - 0.022882178395719044 - - - -0.022110076426454225 - - -0.9969604656414631 - - 0.07470591990180399 - - -0.030156586992119983 - - - -0.1296032059389496 - - -0.07123542465720765 - - -0.9890038034730982 - - 0.5749800231725894 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973011545769529 - - -0.03195712565889352 - - -0.06609954008235054 - - 0.061543411905572026 - - - -0.02657196240870284 - - -0.9963758146349518 - - 0.08080325998551022 - - -0.03251204793841187 - - - -0.0684422230295529 - - -0.07882878998283027 - - -0.9945359138696879 - - 0.5745192814299757 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999725334585745 - - -0.022662287100435774 - - 0.005972949924258059 - - -0.03498712206234369 - - - -0.02258591683697358 - - -0.9996660367107056 - - -0.012557523949586012 - - 0.03763343075371182 - - - 0.006255537391270676 - - 0.012419170281807682 - - -0.9999033115564018 - - 0.5777902717439187 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9966351897240888 - - -0.038130967649912605 - - -0.07255568833462198 - - 0.04824134138694344 - - - -0.037926237005751616 - - -0.999271724253942 - - 0.004197815281508213 - - 0.035249982966403436 - - - -0.07266291454526883 - - -0.0014319261976182968 - - -0.997355528604094 - - 0.5744376382724057 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980320992829684 - - -0.029255627238193936 - - -0.05546203274070481 - - -0.04564335527567491 - - - -0.026306844038025926 - - -0.9982387932200331 - - 0.05317200078396777 - - -0.02327798877495246 - - - -0.05691993286705588 - - -0.05160833252015739 - - -0.9970439816060763 - - 0.5767328662048068 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9901425867982795 - - -0.029345725909994506 - - -0.13695432150621278 - - 0.022848554399144867 - - - -0.021891267290439546 - - -0.9982118426515495 - - 0.05562274360921857 - - -0.030161462728233536 - - - -0.1383417154181274 - - -0.052076343583375845 - - -0.9890144711854101 - - 0.5749828572128854 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998031785848138 - - -0.02929895639148764 - - -0.055444797692353644 - - 0.06154299732460086 - - - -0.028338505838702625 - - -0.9994357566620196 - - 0.01803045734989772 - - -0.03254010323235453 - - - -0.05594178691824329 - - -0.01642374682544666 - - -0.9982989417086485 - - 0.5748784468509421 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995246097665222 - - -0.023548564510382987 - - -0.019900240716679795 - - -0.03499471275338114 - - - -0.02378557415047955 - - -0.999647932508556 - - -0.011758294676602579 - - 0.03761818852372242 - - - -0.01961634352812747 - - 0.012226043549329949 - - -0.9997328257718242 - - 0.5776953755004058 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9945558432838536 - - -0.03780882990199226 - - -0.09710389781767276 - - 0.04818499331738835 - - - -0.038857839894789886 - - -0.999204809722713 - - -0.00893400837855192 - - 0.03522378052051077 - - - -0.09668889733911382 - - 0.012658617951394883 - - -0.9952341516059962 - - 0.574281219179886 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987137365324538 - - -0.03017510528579908 - - -0.04074721441246625 - - -0.0456518955208384 - - - -0.026952568792763518 - - -0.9966323993284675 - - 0.07744300900826172 - - -0.02326727577617464 - - - -0.04294684501632113 - - -0.07624515479539205 - - -0.9961637640836827 - - 0.5767993068340117 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9884126707458218 - - -0.030492427923351044 - - -0.14869634880672347 - - 0.02286828504532436 - - - -0.019523685571941306 - - -0.9970167334538769 - - 0.07467569159136601 - - -0.030130802304363425 - - - -0.15052979110727385 - - -0.0709072990058152 - - -0.9860592968665223 - - 0.5747432723893255 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976110936273407 - - -0.028469594740482943 - - -0.0629411474869493 - - 0.06156039099471626 - - - -0.02562713973916916 - - -0.9986348533655438 - - 0.04551570445866773 - - -0.032520565288746583 - - - -0.06415103725155451 - - -0.04379397012023864 - - -0.9969788024831111 - - 0.5746030989109808 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997352017401508 - - -0.022529403977573657 - - -0.004685334352552554 - - -0.03499142284274221 - - - -0.02247039289627 - - -0.9996719945775906 - - 0.012287583177718768 - - 0.03763440014963761 - - - -0.00496062946279798 - - -0.01217904814332331 - - -0.9999135277321013 - - 0.5777125843214014 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.994701550066173 - - -0.038386539089568225 - - -0.09536928180854533 - - 0.04815699046852132 - - - -0.03975615016043982 - - -0.9991311957055293 - - -0.012502091523445374 - - 0.03520811590762475 - - - -0.09480651254198334 - - 0.016227365305714104 - - -0.9953634500999434 - - 0.5741355507063489 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9917472866571138 - - -0.026524155996157536 - - -0.1254343994163653 - - 0.02288323276950129 - - - -0.024071736377806508 - - -0.9994890752198299 - - 0.021027125908388858 - - -0.030176200600326 - - - -0.12592803864116264 - - -0.017834171270382913 - - -0.9918790608834774 - - 0.5751275745159555 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976685140627181 - - -0.037573681481381016 - - -0.05697152365720857 - - 0.061534654576118994 - - - -0.030320981906340517 - - -0.9919168296723833 - - 0.12321380226631701 - - -0.03250198534552924 - - - -0.06114060928812797 - - -0.12119909848106719 - - -0.9907434604494004 - - 0.5744560531546218 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974398456603709 - - -0.03572657646205833 - - -0.0619464770855949 - - 0.04820758086917306 - - - -0.036590812853090404 - - -0.9992474141674671 - - -0.012873138482178262 - - 0.03520874727700118 - - - -0.06143994387827472 - - 0.015106853210775723 - - -0.9979964510369279 - - 0.5741286020467478 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9975410808673253 - - -0.0314134487909038 - - -0.06264971841205513 - - -0.045647726038819454 - - - -0.02618811933274436 - - -0.9962428292483477 - - 0.08254942505590963 - - -0.023268631152556365 - - - -0.06500749485915047 - - -0.08070576439331063 - - -0.9946158078403081 - - 0.5765329899569136 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9938507781439909 - - -0.02971965724577596 - - -0.10666476810914427 - - 0.022867384196352758 - - - -0.02582689064004641 - - -0.9989555500786149 - - 0.037693244580423495 - - -0.030164532668142143 - - - -0.10767359240988947 - - -0.034706641155924874 - - -0.9935803171144362 - - 0.5753095699543707 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975883842852726 - - -0.03224745118429582 - - -0.06146151178758716 - - 0.061533809034354695 - - - -0.028448674167309364 - - -0.9976885468627021 - - 0.061710909871040776 - - -0.03249508537583976 - - - -0.06330946593694754 - - -0.059813588348350336 - - -0.9961999027161528 - - 0.5746414184402501 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964523387186819 - - -0.03932245648540486 - - -0.07440753374506383 - - 0.04824425765934603 - - - -0.0385857047582977 - - -0.9991912426330076 - - 0.011313886768563609 - - 0.03525625803583766 - - - -0.07479224592412541 - - -0.008402681801653452 - - -0.9971637352452032 - - 0.5745734766508834 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979858345689016 - - -0.029886807993067085 - - -0.05595581031312631 - - -0.04562466420102543 - - - -0.025666549271844735 - - -0.9968773870258602 - - 0.07467732912316122 - - -0.023268303814918276 - - - -0.058012948970803044 - - -0.07309072406590672 - - -0.9956366022838012 - - 0.5765359922748581 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9904548292238108 - - -0.028861162179384416 - - -0.13478228587202065 - - 0.022867200026675052 - - - -0.022734235624680948 - - -0.9986465633723665 - - 0.046778157243780205 - - -0.03014829393594797 - - - -0.13594993857223073 - - -0.04326747949924527 - - -0.9897704478413111 - - 0.574920497244534 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981969321375612 - - -0.030134611790073033 - - -0.051911365262556415 - - 0.06157097548504744 - - - -0.02753478380979439 - - -0.9983651082793882 - - 0.05008938261582103 - - -0.0325102173161827 - - - -0.05333591990121519 - - -0.04856969984000128 - - -0.9973947382585012 - - 0.5746616738767094 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997008770891579 - - -0.02198807290865038 - - 0.010708921371095175 - - -0.034977372584993165 - - - -0.02206367091787071 - - -0.999732109543276 - - 0.006993109021010859 - - 0.0376526713429877 - - - 0.01055228756224592 - - -0.007227295338901854 - - -0.9999182043693817 - - 0.5778434226442926 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9966408948452775 - - -0.039845239616677214 - - -0.07154916912092026 - - 0.04817067160366311 - - - -0.03854485227440038 - - -0.9990672706675949 - - 0.01946491828771483 - - 0.03522458485442734 - - - -0.07225801744546499 - - -0.01664168142623635 - - -0.9972471275236438 - - 0.5739587157176342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985699212042842 - - -0.030856814118901794 - - -0.04365741046490298 - - -0.045610186858512244 - - - -0.027850176800477522 - - -0.9973049541982995 - - 0.0678763285962831 - - -0.023300021435065224 - - - -0.04563419899868542 - - -0.06656339349792796 - - -0.9967380972591491 - - 0.5768018191989588 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.99219597509008 - - -0.030160608821252228 - - -0.12098547305596973 - - 0.022880004668307224 - - - -0.023533648874949385 - - -0.9981626326712209 - - 0.055834810911182274 - - -0.03016569615530824 - - - -0.12244719019102059 - - -0.05255184501412189 - - -0.9910827357995574 - - 0.5749472959825916 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979797277100445 - - -0.031470887522769025 - - -0.05519099852615997 - - 0.061589961154551676 - - - -0.027513893979191194 - - -0.9970934903018784 - - 0.07104616270931904 - - -0.032523811494659174 - - - -0.05726647114924402 - - -0.06938411083343526 - - -0.9959449766156591 - - 0.5748022760761758 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977227509216443 - - -0.03755395289673407 - - -0.056026894570164826 - - 0.0482601893897838 - - - -0.03711867647491313 - - -0.9992722055175197 - - 0.008789945216094722 - - 0.03525172862952665 - - - -0.05631621569403626 - - -0.006690284148008559 - - -0.9983905668364066 - - 0.5745997219274298 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978954533686815 - - -0.029339411195181173 - - -0.05782614544333636 - - -0.04563324892851284 - - - -0.024757107265674885 - - -0.9966125578011741 - - 0.07842509338748953 - - -0.023266939443280225 - - - -0.05993120878098222 - - -0.07682843603588883 - - -0.9952414991499946 - - 0.5766772150566547 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913410756721172 - - -0.027685608535682648 - - -0.12836034732446963 - - 0.02285048751490182 - - - -0.024955091262121438 - - -0.9994278014170113 - - 0.022832283610246387 - - -0.030140692047299827 - - - -0.12891902538162756 - - -0.019431336412312757 - - -0.9914647286010144 - - 0.5749200447162923 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999049317427513 - - -0.033177266300898976 - - -0.02827950403418773 - - 0.06158207354907189 - - - -0.030599799997679193 - - -0.9957246514410459 - - 0.08715544017850983 - - -0.03251181051531658 - - - -0.031050178545741717 - - -0.08620723585295499 - - -0.9957932510812025 - - 0.5747310136002697 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979115905394002 - - -0.039368303666355735 - - -0.05121126959525783 - - 0.04826514120316672 - - - -0.037498874296433414 - - -0.9986126762111196 - - 0.03696697630273008 - - 0.03530239376211651 - - - -0.052595550131402394 - - -0.03496940915857636 - - -0.9980034311210938 - - 0.5745424599129663 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983323817190094 - - -0.029055900403173133 - - -0.049881963303493045 - - -0.045624352112101 - - - -0.024328539901543555 - - -0.9953788753859666 - - 0.09289250013659199 - - -0.023284461085918407 - - - -0.052350527767245546 - - -0.09152403557060092 - - -0.994425851009195 - - 0.5765950525743586 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9938493083278436 - - -0.026817288883850772 - - -0.10744480142467124 - - 0.022881783520797828 - - - -0.024572999402015336 - - -0.9994524486231389 - - 0.02215785733323185 - - -0.03017935211549484 - - - -0.10798018353686704 - - -0.01938133014350141 - - -0.9939641059943828 - - 0.5752208206119698 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977866457127614 - - -0.032771454065799364 - - -0.05786053435364649 - - 0.061565313243693964 - - - -0.029500621345389836 - - -0.9979663112729579 - - 0.056506237748426634 - - -0.032522146507977016 - - - -0.05959465561199455 - - -0.05467424771004158 - - -0.9967242365167153 - - 0.5748318605976919 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996917418056015 - - -0.04065504960551937 - - -0.06710311854229672 - - 0.04823052794268549 - - - -0.03863431618864614 - - -0.9987680167761442 - - 0.031142226601261577 - - 0.03525559328549624 - - - -0.0682865373932848 - - -0.028453745036837744 - - -0.9972599125625251 - - 0.5743063110450883 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.992865537854625 - - -0.02969259628821859 - - -0.11548321724956861 - - 0.022890903110663573 - - - -0.02385916502979292 - - -0.9983842394766451 - - 0.05157180051852775 - - -0.030150565519511185 - - - -0.11682792467867989 - - -0.048448530321430594 - - -0.9919697454685636 - - 0.5750063550937321 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99789405746449 - - -0.03222578344355434 - - -0.056293418429744356 - - 0.06155338612720191 - - - -0.027842144808859194 - - -0.9966429617289714 - - 0.07699105018472306 - - -0.03250474995835178 - - - -0.058585536180013394 - - -0.07526158194957881 - - -0.995441323852364 - - 0.5744501057818046 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996203086146117 - - -0.03889453985563461 - - -0.07788854808231295 - - 0.04820556071073806 - - - -0.03804196627603644 - - -0.9991991956795739 - - 0.012400651400029892 - - 0.03525998154592029 - - - -0.07830849222661122 - - -0.00939053367549515 - - -0.9968849471842194 - - 0.5743052207623986 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987835492411024 - - -0.029724968366369536 - - -0.0393426997162709 - - -0.04565978081100628 - - - -0.02644473322597994 - - -0.9963289904403312 - - 0.0814200153080143 - - -0.023254174301681144 - - - -0.04161847966892934 - - -0.08028056467021681 - - -0.9959030741423978 - - 0.576604332494298 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9902981108092948 - - -0.03211480877148842 - - -0.13519722920649066 - - 0.022848286948766082 - - - -0.021439430455097795 - - -0.9965891253512018 - - 0.07968981147855438 - - -0.03014390661440105 - - - -0.1372953114614722 - - -0.07601811816466679 - - -0.9876088512976178 - - 0.5748737972042292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998151643671378 - - -0.032458084563956865 - - -0.051378682180117805 - - 0.06157578195403407 - - - -0.029066740444466374 - - -0.9974336456515138 - - 0.06543123965098703 - - -0.032520061827092356 - - - -0.05337059898540163 - - -0.06381688858578032 - - -0.9965334835795383 - - 0.5747605250739533 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997027780666417 - - -0.021842944083170116 - - -0.010827803083655253 - - -0.03499035688400255 - - - -0.02156107170821622 - - -0.9994423029553037 - - 0.02549908332064168 - - 0.037640369274945476 - - - -0.011378739501019811 - - -0.025258045395069116 - - -0.999616204065435 - - 0.5774787247396779 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9966345682113066 - - -0.03799034216653218 - - -0.07263794702724201 - - 0.04824260540738686 - - - -0.03778854717378977 - - -0.9992771368803588 - - 0.004150832529473808 - - 0.035266665281565884 - - - -0.07274313128232023 - - -0.0013919806978833968 - - -0.9973497376752954 - - 0.5746012926138163 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998674128707116 - - -0.02984714220078171 - - -0.041942016564883604 - - -0.04565457558500301 - - - -0.027190226700334788 - - -0.9976713968282969 - - 0.06254978435341657 - - -0.02328522831159742 - - - -0.04371128256030766 - - -0.061326438451297906 - - -0.9971601635263071 - - 0.5768791654768264 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9921649008568265 - - -0.028178106498947 - - -0.12171607873201298 - - 0.02287331183524086 - - - -0.02367214818414456 - - -0.9989855027809348 - - 0.038309197771165246 - - -0.03015477609129138 - - - -0.12267207876330899 - - -0.035127760356395504 - - -0.9918253886366449 - - 0.5750673599280196 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998579159828283 - - -0.03335045639115554 - - -0.041562105518633326 - - 0.0615903861371465 - - - -0.029867441074453948 - - -0.9962030263768799 - - 0.0817769295168786 - - -0.03250674798369151 - - - -0.04413159322191302 - - -0.08041938383279332 - - -0.9957836738888866 - - 0.5746729301332688 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997343217046332 - - -0.02264841938794167 - - 0.004281951074556394 - - -0.03496334153001399 - - - -0.022640737841890902 - - -0.9997419834591642 - - -0.0018339844906747676 - - 0.03760868396966481 - - - 0.004322383110247889 - - 0.0017365507090707217 - - -0.9999891506390877 - - 0.5773979812442377 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9959800987495135 - - -0.03824896284605922 - - -0.08099789957838358 - - 0.04821291364305004 - - - -0.03841818574742928 - - -0.9992616077889961 - - -0.0005312276603596712 - - 0.03521816125840798 - - - -0.0809177724531833 - - 0.0036408845287774624 - - -0.9967141305615485 - - 0.5742988544475057 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9988334704073814 - - -0.02794712341323782 - - -0.039378378418519766 - - -0.045640489329899614 - - - -0.024519938746210414 - - -0.9960811395141266 - - 0.08497726818462212 - - -0.023259257970696962 - - - -0.041598930248613095 - - -0.08391258425983766 - - -0.9956044431424594 - - 0.5766822670567682 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913201170566239 - - -0.028542448480656162 - - -0.12833453998659286 - - 0.022881698825094558 - - - -0.022803793268520407 - - -0.998682701795791 - - 0.04596572795492487 - - -0.03014988296111791 - - - -0.12947745954955983 - - -0.04264023649780413 - - -0.9906651289411593 - - 0.5749736115702726 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986023123405416 - - -0.03591622226432143 - - -0.03877430549195139 - - 0.061559167112701915 - - - -0.03218367955359327 - - -0.9951520961905987 - - 0.09293285865531878 - - -0.03251619505100779 - - - -0.041924128595773255 - - -0.09155506772275196 - - -0.9949171005745995 - - 0.5748006993440623 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997062977963437 - - -0.022789602458669473 - - -0.008243310385045397 - - -0.035005675782966955 - - - -0.022751655725542577 - - -0.9997302486540165 - - 0.004668199644947418 - - 0.03765411667975769 - - - -0.008347473155079723 - - -0.004479279624505245 - - -0.9999551268661865 - - 0.5778888426018688 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9967618866620327 - - -0.03990716118856467 - - -0.06980802091318052 - - 0.04823578399537362 - - - -0.038472705437651154 - - -0.9990223874720746 - - 0.021774302879856905 - - 0.035269535461775046 - - - -0.0706087263321812 - - -0.019018091793498518 - - -0.9973227762115339 - - 0.574411175446057 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981177952446049 - - -0.027985532057264964 - - -0.05456809334694524 - - -0.04563421653521354 - - - -0.023485763792714588 - - -0.9964025879739482 - - 0.08142666380179818 - - -0.023303610608002717 - - - -0.05665055794184159 - - -0.07999182879700932 - - -0.9951844158800859 - - 0.5767493891895654 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9915474661624054 - - -0.02638431600241293 - - -0.1270334216495728 - - 0.02285638245541368 - - - -0.02295845442504897 - - -0.9993341589591683 - - 0.02835750531666473 - - -0.03016616483813949 - - - -0.12769703096519622 - - -0.025201321522026112 - - -0.9914929962819794 - - 0.574969756049193 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978078916971307 - - -0.03259905499622274 - - -0.05759090970179508 - - 0.061558393502262006 - - - -0.02936157842203181 - - -0.9979880526379723 - - 0.05619381197637294 - - -0.03252305775805229 - - - -0.05930690499000892 - - -0.05437966904296425 - - -0.9967575144513761 - - 0.5747432469554334 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960710493255679 - - -0.038253773765158795 - - -0.07986935262155442 - - 0.04818596164811562 - - - -0.03859839795061521 - - -0.9992509513543144 - - -0.0027748681309294285 - - 0.035216990056617235 - - - -0.07970337741343272 - - 0.005846794867459723 - - -0.9968014780379643 - - 0.5741181561577643 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985742283720586 - - -0.028369178478310456 - - -0.04521836069135649 - - -0.045625360042674507 - - - -0.026038093998937438 - - -0.9983421165821784 - - 0.051332600938575154 - - -0.023300648700809515 - - - -0.046599657638767535 - - -0.0500820124464091 - - -0.9976573880532674 - - 0.5768662293615302 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9920820204999646 - - -0.029480949523467654 - - -0.12208250577335984 - - 0.0228856629141845 - - - -0.02496992893741014 - - -0.9989535926821278 - - 0.03831738921599746 - - -0.030155309023776125 - - - -0.1230843907632823 - - -0.034965601420028566 - - -0.9917800358283925 - - 0.5750380267040425 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990436673593356 - - -0.03063246789922959 - - -0.03119940094956862 - - 0.06160941792672564 - - - -0.029080394538798238 - - -0.998373324610468 - - 0.049041159852815916 - - -0.032528186981202536 - - - -0.03265090140680818 - - -0.04808696930192502 - - -0.9983093518647811 - - 0.574857929145805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9942367341721602 - - -0.038793584962453595 - - -0.09994185403742618 - - 0.048178872080461656 - - - -0.038811847859017604 - - -0.9992449823082854 - - 0.0017623272916223974 - - 0.03523182997220124 - - - -0.09993476316300438 - - 0.002126757502683609 - - -0.9949917185655762 - - 0.5742406821780583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980748296311756 - - -0.02837083037044013 - - -0.05515188519707616 - - -0.04562233882955437 - - - -0.024274763701173062 - - -0.9969945672763503 - - 0.07357016153778628 - - -0.02327951556701407 - - - -0.05707337648984828 - - -0.07208972746193087 - - -0.9957638780807995 - - 0.5767207359112634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9941352138963574 - - -0.027592657670117576 - - -0.1045649163627231 - - 0.02287173100268998 - - - -0.02476698685128464 - - -0.9992946923351474 - - 0.028226126781958027 - - -0.030149007320453287 - - - -0.10526999977938571 - - -0.025470828677186304 - - -0.9941174296998043 - - 0.5750655605066743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977979982119205 - - -0.032253729683491744 - - -0.057955600987208464 - - 0.06155623515751674 - - - -0.02749734320141272 - - -0.9963289397346976 - - 0.08107120305014379 - - -0.03249829849782067 - - - -0.06035769115156739 - - -0.0792990590652762 - - -0.995021913502519 - - 0.5746088330255389 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996966699817916 - - -0.022713679043383596 - - -0.009521387064446002 - - -0.03497751693314788 - - - -0.022594128830588728 - - -0.9996668104047837 - - 0.012480926148026025 - - 0.037610558982916584 - - - -0.00980170238803454 - - -0.012262012862490294 - - -0.9998767772435041 - - 0.5774315595866972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9963640235903896 - - -0.03924988206892881 - - -0.07561864355001958 - - 0.04823106683205645 - - - -0.03822454403650789 - - -0.9991571888365621 - - 0.014959820500960841 - - 0.03526972695424547 - - - -0.07614208250350661 - - -0.012014938776168625 - - -0.9970245857140312 - - 0.5746037882899794 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980347107311325 - - -0.028028671229222063 - - -0.056045604332088245 - - -0.045652389839189074 - - - -0.02351598519269628 - - -0.9965481534315067 - - 0.07961643255428462 - - -0.023277931480880375 - - - -0.05808368631760297 - - -0.07814199563217107 - - -0.9952487698572553 - - 0.5766642803179151 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913791617709928 - - -0.025790014624793207 - - -0.12846101646762983 - - 0.022863566283819435 - - - -0.023714651582778443 - - -0.9995627872029019 - - 0.017659267806802 - - -0.030164807908212552 - - - -0.1288602844423026 - - -0.014460621868297439 - - -0.9915573193258319 - - 0.5749362039918542 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989569659365196 - - -0.029316540346409105 - - -0.03500743733866585 - - 0.06159801843970761 - - - -0.028038485227603487 - - -0.9989417937625645 - - 0.03645731779178679 - - -0.03252424875264616 - - - -0.03603919467808221 - - -0.035437736052790395 - - -0.9987218548276632 - - 0.5747749919585832 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997334267890952 - - -0.023033677909519983 - - 0.0015890382290393047 - - -0.03497614308092366 - - - -0.023023690917663868 - - -0.9997166715915797 - - -0.0060403806487096465 - - 0.03761507138671136 - - - 0.0017277201916802273 - - 0.006002184920003279 - - -0.9999804941893242 - - 0.5777385266651685 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970837291792645 - - -0.04049618426509163 - - -0.06468458909152043 - - 0.04826310079681961 - - - -0.03821589445160597 - - -0.9986168692875401 - - 0.036109469472921006 - - 0.035303732781767454 - - - -0.0660574175792152 - - -0.033532185051377845 - - -0.9972522299541102 - - 0.5749631506158314 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980173204907584 - - -0.02872506001208299 - - -0.05600266893415915 - - -0.04565845503674098 - - - -0.024762211946737084 - - -0.9972245042732749 - - 0.07021481992020304 - - -0.02326672681463613 - - - -0.057864158681792614 - - -0.06868885647777156 - - -0.9959586237067406 - - 0.5768559500267495 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9919266349502739 - - -0.02991246601116131 - - -0.1232347161045016 - - 0.022840708922990803 - - - -0.025760845438998026 - - -0.9990501242411672 - - 0.035145811926553035 - - -0.030134232099579456 - - - -0.12416895633971495 - - -0.031687436482614094 - - -0.991754998298807 - - 0.5748992902892559 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998779388058434 - - -0.029959486174925998 - - -0.03927038550554915 - - 0.06159879811187302 - - - -0.02786113622574868 - - -0.998209310364044 - - 0.05293325788906062 - - -0.032538236169003094 - - - -0.040785917641145475 - - -0.05177452936216747 - - -0.9978255894852044 - - 0.574805631506836 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997543766707492 - - -0.022096979466260273 - - 0.0017058212536221968 - - -0.034981836698974464 - - - -0.02211071860432753 - - -0.9997193415734842 - - 0.008506127596007355 - - 0.03763111043758747 - - - 0.0015173827736868735 - - -0.008541755226356312 - - -0.9999623672754746 - - 0.5775562725698883 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996118492316 - - -0.03821218899094895 - - -0.07929550982633915 - - 0.048274366007184336 - - - -0.038190757506338276 - - -0.9992688683834511 - - 0.0017873781772875532 - - 0.035265099441550304 - - - -0.07930583400476357 - - 0.0012479151319609852 - - -0.9968495510359784 - - 0.5747792368244242 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.99804398162217 - - -0.028092008411916 - - -0.055848453972787114 - - -0.04565473505368553 - - - -0.02381340255862598 - - -0.996834624845132 - - 0.0758528349400704 - - -0.02326473561088733 - - - -0.057802531141348 - - -0.07437452368418625 - - -0.9955537643042708 - - 0.5767660096649795 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9908144450426525 - - -0.026731671208351498 - - -0.132559998676936 - - 0.02288942820790909 - - - -0.0238417533029343 - - -0.9994432378020546 - - 0.023340634335585884 - - -0.030171777471292013 - - - -0.13311012844356626 - - -0.0199657748698642 - - -0.9909001269247991 - - 0.5750512381061885 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987994658015958 - - -0.03148695926709292 - - -0.037525971147450286 - - 0.06154509830156987 - - - -0.02946787263260692 - - -0.9981492617530537 - - 0.05319488456931354 - - -0.03252499654044011 - - - -0.03913146556104558 - - -0.05202521175301997 - - -0.9978788031344781 - - 0.574851370505977 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999737939423108 - - -0.022891005729244202 - - -0.00023309813771795826 - - -0.034993054070949325 - - - -0.022889537894121025 - - -0.9997252494585772 - - 0.005049222710292434 - - 0.03766498757877196 - - - -0.0003486158798679498 - - -0.005042563999419775 - - -0.9999872254260447 - - 0.577903432813138 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9950031382935273 - - -0.03976071481430343 - - -0.09158515351020267 - - 0.048236431786286865 - - - -0.03871414217329988 - - -0.9991634493070616 - - 0.01317637145046861 - - 0.03528374419884391 - - - -0.09203243983410024 - - -0.009564890290580021 - - -0.9957100696949449 - - 0.5748183187574937 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9988834958749502 - - -0.028671927341004908 - - -0.03754573545944118 - - -0.04567184443539367 - - - -0.027090338791170027 - - -0.9987512716476382 - - 0.04197631387349298 - - -0.023316180677499236 - - - -0.038702392856486696 - - -0.04091232045213893 - - -0.9984128939584086 - - 0.5770982195913767 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.992122015893367 - - -0.03406523068408546 - - -0.12055482420094889 - - 0.02287755092462664 - - - -0.02158357507168955 - - -0.9944092076926719 - - 0.10336574356699178 - - -0.030126162307248436 - - - -0.12340200511663653 - - -0.0999494257836052 - - -0.987310517222784 - - 0.574637144865152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985348477158706 - - -0.03183281791417467 - - -0.04375876598678445 - - 0.06156689576095743 - - - -0.02847889788532429 - - -0.9967586019558748 - - 0.0752412240876469 - - -0.03251754770067002 - - - -0.04601206659432322 - - -0.07388478280818876 - - -0.9962047623842735 - - 0.5745168212736513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979042934708648 - - -0.040134004458955555 - - -0.050757095646840576 - - 0.04825768654515121 - - - -0.038150471035826986 - - -0.9984925041412269 - - 0.039462143042748206 - - 0.035293874422941955 - - - -0.05226435336018722 - - -0.03744303486458236 - - -0.9979310880556689 - - 0.5747390257370731 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982175916945094 - - -0.03030396014909287 - - -0.05141312702895957 - - -0.04568183396907307 - - - -0.026960561980617085 - - -0.9975520335295691 - - 0.06452184512791743 - - -0.023289639546133233 - - - -0.05324253684135501 - - -0.06302071405739425 - - -0.9965910002957047 - - 0.5768590268637223 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9947839009624304 - - -0.029717886137661662 - - -0.09757990381978397 - - 0.02285430490783901 - - - -0.024982562237982137 - - -0.9984667708205706 - - 0.04939614510432233 - - -0.030157173849906266 - - - -0.09889824047977124 - - -0.04670069389902996 - - -0.9940010981982637 - - 0.5750165554093589 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978687221218019 - - -0.02993439441332888 - - -0.057982285588870815 - - 0.0615644513487699 - - - -0.027112600602934606 - - -0.9984377527926661 - - 0.048856531670562704 - - -0.032522897296707216 - - - -0.05935419361382869 - - -0.047180354274191406 - - -0.9971214037774007 - - 0.5747716329256124 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997355905154157 - - -0.02291228606653859 - - -0.0019432457379851497 - - -0.03496645944557968 - - - -0.02294641811745441 - - -0.999539081158043 - - -0.01987679886988997 - - 0.037614731847234566 - - - -0.00148692715761599 - - 0.019916133784954364 - - -0.9998005484408817 - - 0.5776511830472174 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9960197132891 - - -0.04041562315914306 - - -0.07944374200751793 - - 0.048277309285529854 - - - -0.03775420293846063 - - -0.9986836154836627 - - 0.034722562188890034 - - 0.03531198565483953 - - - -0.08074249748416541 - - -0.03158502127809865 - - -0.9962344279991941 - - 0.5750884962103022 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9988885137445215 - - -0.02865771269868791 - - -0.03742288888020803 - - -0.045629184386596126 - - - -0.025916255704797244 - - -0.9970828727768165 - - 0.07179200864563395 - - -0.023288247380555908 - - - -0.039371116310113696 - - -0.07074235165733944 - - -0.9967173294783658 - - 0.5769752744163101 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913390073650372 - - -0.029647764077991322 - - -0.12793741658200908 - - 0.022851912050388685 - - - -0.02367848734914523 - - -0.9985700296813937 - - 0.04792937574137175 - - -0.030140684144144805 - - - -0.1291754686980432 - - -0.044484895271057937 - - -0.9906234362154798 - - 0.5748650011200469 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997443207072425 - - -0.034571290037200504 - - -0.06254498037604037 - - 0.06153429790759026 - - - -0.028544297837843128 - - -0.9950857755221704 - - 0.09481309199886638 - - -0.03248474412367759 - - - -0.06551543120532763 - - -0.0927853720076864 - - -0.9935283604484451 - - 0.5745272249475157 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997491342896496 - - -0.02228412603047617 - - 0.0022552636551100755 - - -0.03498899990850162 - - - -0.02230509293673571 - - -0.9997037330346604 - - 0.009743150704368243 - - 0.0376567502333115 - - - 0.002037477896760871 - - -0.009791010347369813 - - -0.9999499911496564 - - 0.5778432093946213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9968945965943813 - - -0.038414633045955354 - - -0.06874212135852642 - - 0.04826435288193134 - - - -0.037516793514532645 - - -0.9991936012130902 - - 0.014305156385180469 - - 0.035277012203937815 - - - -0.06923621512845499 - - -0.011681749131065242 - - -0.9975318958569322 - - 0.5748186395712639 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9971753099814931 - - -0.0301939285270915 - - -0.06877301682647091 - - -0.04570422998615114 - - - -0.026985103354491936 - - -0.9985247210040984 - - 0.04711884697904266 - - -0.0232942138787505 - - - -0.07009426053722623 - - -0.04512990387523487 - - -0.9965189844734275 - - 0.5771623350656208 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9915207046540221 - - -0.02998898096473508 - - -0.12644110590740723 - - 0.022861281532558744 - - - -0.024100061343190055 - - -0.9985637536410642 - - 0.0478499420848303 - - -0.03013967015186134 - - - -0.12769447633177364 - - -0.044396969884935786 - - -0.9908193729330232 - - 0.5747163875473488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999169830791388 - - -0.03109406625446638 - - -0.02632125149136764 - - 0.061582380070634116 - - - -0.029168984066247756 - - -0.9970777283868618 - - 0.07060576409499207 - - -0.032514597850185935 - - - -0.02843975395202906 - - -0.06977938519833447 - - -0.9971569674812937 - - 0.5747886766870545 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995570152063543 - - -0.022700682058839648 - - -0.019247139679112662 - - -0.035015601458034486 - - - -0.02263730144899146 - - -0.9997376010404028 - - 0.0035045183819214488 - - 0.037647985897472945 - - - -0.01932164420724299 - - -0.0030672626306222877 - - -0.9998086146683698 - - 0.5779182945381809 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970492184444345 - - -0.039144627366478515 - - -0.06603449210588268 - - 0.04825819041313976 - - - -0.03873303244795834 - - -0.9992214307312025 - - 0.0075023039710566015 - - 0.03525942462060581 - - - -0.06627675457298544 - - -0.00492245018545296 - - -0.9977891366854241 - - 0.5746586373837703 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9969109416095235 - - -0.029074415376916594 - - -0.0729606254750032 - - -0.04564498124574208 - - - -0.025034192377939295 - - -0.9981341177796238 - - 0.055691760039306155 - - -0.02329877382748163 - - - -0.07444369490559624 - - -0.05369321460652033 - - -0.9957786777160977 - - 0.5770062542843516 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9945662074736604 - - -0.023841532232190776 - - -0.10133923372653453 - - 0.022906057352006234 - - - -0.02519367974662556 - - -0.9996095543833268 - - -0.012083761268374085 - - -0.030187248088241476 - - - -0.10101157088316295 - - 0.014571208816978671 - - -0.9947785393851877 - - 0.5751361836433981 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990424418881029 - - -0.03381496815549854 - - -0.027762334824344873 - - 0.06158837726696027 - - - -0.031178461943037715 - - -0.9954124074650669 - - 0.0904546437473833 - - -0.0325158457346872 - - - -0.03069369344218713 - - -0.08950244126973353 - - -0.995513540937357 - - 0.5748225028554834 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970907019287942 - - -0.04009575990592172 - - -0.06482640021404214 - - 0.048264403783829124 - - - -0.037571800231382485 - - -0.9985051870082177 - - 0.03969573459523969 - - 0.03529718151588529 - - - -0.06632112751241169 - - -0.03714460331258501 - - -0.9971067076748764 - - 0.5747461934920401 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9943305123264977 - - -0.02400719300742671 - - -0.10358806369668687 - - 0.02288588846110732 - - - -0.025794908077919145 - - -0.9995399602798775 - - -0.015952759038882002 - - -0.0301835770035073 - - - -0.1031574281076084 - - 0.01853435964917838 - - -0.9944923441327331 - - 0.5751609921074095 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977590118916239 - - -0.036463575628000795 - - -0.05610135329447478 - - 0.06153118157505849 - - - -0.030448899300888087 - - -0.9940522046363004 - - 0.10456136470548838 - - -0.03248904371095087 - - - -0.0595803551551582 - - -0.10261881947348078 - - -0.9929348212090527 - - 0.5744179337452706 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997258223850304 - - -0.02339946001333313 - - 0.0008633236120117159 - - -0.034977760768774596 - - - -0.023368613602693093 - - -0.9993798145942129 - - -0.026341869332402856 - - 0.03760473961518561 - - - 0.0014791737094270814 - - 0.026314472305592276 - - -0.999652619959762 - - 0.5777629484651603 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9954758947013679 - - -0.03830673487861831 - - -0.08695019914554858 - - 0.048244789372626024 - - - -0.03774995862718045 - - -0.9992548776193125 - - 0.00803928962401823 - - 0.03527947668727224 - - - -0.0871933695423997 - - -0.0047205526108634105 - - -0.9961802209896011 - - 0.5746639138488878 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.994250772270708 - - -0.025890878125923632 - - -0.10389929869334741 - - 0.022894413248299557 - - - -0.02402033839661337 - - -0.9995267987187988 - - 0.01921462948540836 - - -0.03016344786227459 - - - -0.10434761704233134 - - -0.016608463890977764 - - -0.9944021991854043 - - 0.5749071691065912 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984460100001533 - - -0.032228130314231954 - - -0.045463311925362425 - - 0.06155173341967596 - - - -0.02855944466920653 - - -0.9964529510232271 - - 0.07915727709622764 - - -0.03251479966466254 - - - -0.04785314237289385 - - -0.07773586053779374 - - -0.9958248906065205 - - 0.5746743795609359 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997534515576028 - - -0.021840092705322403 - - -0.004005801952556926 - - -0.034958634805205474 - - - -0.021878518255446344 - - -0.9997124711105639 - - -0.00981353885999143 - - 0.03759815777295159 - - - -0.0037903215703007087 - - 0.009898760358417814 - - -0.9999438224249205 - - 0.5775898435539074 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9977247088481829 - - -0.03994088941696595 - - -0.054315105692528336 - - 0.04831100579230951 - - - -0.03704783079758329 - - -0.997892833780259 - - 0.05326678630439583 - - 0.03532971036318118 - - - -0.056328177557972404 - - -0.05113333201138206 - - -0.9971020603581217 - - 0.5749837102509662 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979217259641802 - - -0.02986412104365072 - - -0.05709958951658016 - - -0.04562441651217741 - - - -0.02476119235487959 - - -0.9958059049420271 - - 0.08807657484119051 - - -0.023274220599210867 - - - -0.05949043790254384 - - -0.0864796736631294 - - -0.9944758186307412 - - 0.5767061349804845 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9927711194666264 - - -0.02801199568265392 - - -0.11670832211481891 - - 0.022865254459890298 - - - -0.02432411068116531 - - -0.9991624563258397 - - 0.032904764221703 - - -0.03014664720889959 - - - -0.11753230191122682 - - -0.029828073467631534 - - -0.9926209971790132 - - 0.5749767571264001 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988978398513043 - - -0.028090090213346672 - - -0.03760388772725691 - - 0.06156295512964815 - - - -0.026988524251178474 - - -0.9992007221011614 - - 0.029487904490851185 - - -0.0325290263621642 - - - -0.03840214966823666 - - -0.028440530661787155 - - -0.9988575529656541 - - 0.5745617295751377 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997378153780498 - - -0.022474761597955677 - - 0.004380136326578476 - - -0.034955891368781966 - - - -0.02238263979874042 - - -0.9995483267205293 - - -0.020053926942838963 - - 0.037634424048224584 - - - 0.00482886516318245 - - 0.019950630097917654 - - -0.9997893050137768 - - 0.5777061639962283 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9981139500656424 - - -0.039658598602038346 - - -0.04685870507475372 - - 0.04829038080365045 - - - -0.03807216444803189 - - -0.9986869437804023 - - 0.034276794144167524 - - 0.0353219607398087 - - - -0.04815654658094126 - - -0.03242813407339408 - - -0.9983132590233968 - - 0.5749465753889575 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9901953978131237 - - -0.030133642145504885 - - -0.13640028504646332 - - 0.0228837211194643 - - - -0.024164668519302848 - - -0.9986853222266119 - - 0.04520725566190081 - - -0.030147346358450244 - - - -0.13758322188792502 - - -0.041467948830089245 - - -0.9896217794060329 - - 0.5749567340215944 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985993293152154 - - -0.034373769910028676 - - -0.040222175890599336 - - 0.06150306053823215 - - - -0.030307047538206202 - - -0.9947562462900289 - - 0.09768056785506878 - - -0.03250163240044301 - - - -0.043368910070680965 - - -0.0963247341503946 - - -0.9944046878560748 - - 0.5744229934965147 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958173732611326 - - -0.04013577942425898 - - -0.08207848878546235 - - 0.048210736934776476 - - - -0.03795878658850708 - - -0.9988893377986088 - - 0.027914536589126963 - - 0.03529124957567954 - - - -0.0831076989936926 - - -0.024682180662671655 - - -0.9962348620308916 - - 0.5745131523587766 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979315608450072 - - -0.02901821767481943 - - -0.05736325402576677 - - -0.04560954329720201 - - - -0.02426145090198821 - - -0.9963412934060984 - - 0.08194759944009045 - - -0.0232979491676209 - - - -0.059531351988496496 - - -0.08038638004562648 - - -0.9949844461264619 - - 0.5768241888684433 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9926294609393046 - - -0.028385753648942566 - - -0.11781766533558126 - - 0.02287190159628974 - - - -0.025114321836390445 - - -0.9992592213058382 - - 0.029159552018993493 - - -0.03015565810326042 - - - -0.11855810437942944 - - -0.02598571963659519 - - -0.9926070311361516 - - 0.5749174943610138 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980147547790545 - - -0.03261238287589223 - - -0.05387932559395904 - - 0.06155787656576285 - - - -0.028828521075886477 - - -0.9971603052108966 - - 0.06957184836043968 - - -0.03251818034495123 - - - -0.055995228509943665 - - -0.06788046990752979 - - -0.9961208642475328 - - 0.5746190995686855 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9994560913377112 - - -0.0228749256714242 - - -0.02375414202769043 - - -0.03499380171106117 - - - -0.02291766101949496 - - -0.9997361876634537 - - -0.0015283617177270124 - - 0.037614591153137145 - - - -0.023712914231287383 - - 0.0020719198033491777 - - -0.9997166622833638 - - 0.5776272369735301 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.995925095041386 - - -0.03852658514579276 - - -0.08154083212605959 - - 0.048211638081128674 - - - -0.03751491478377681 - - -0.9991993430162593 - - 0.013903383927711758 - - 0.035279820868649864 - - - -0.08201119579406349 - - -0.010787731590995836 - - -0.996573022217413 - - 0.5744942602462637 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9969007676536865 - - -0.029195068517943443 - - -0.07305140262666548 - - -0.04565814431292365 - - - -0.02724050219053497 - - -0.9992475108446055 - - 0.027610996202011153 - - -0.02333675070287222 - - - -0.07380253716436896 - - -0.02553546641619461 - - -0.9969458989649385 - - 0.5772159386085393 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9907108963078106 - - -0.027525315121186215 - - -0.13317010537073984 - - 0.022864346054664017 - - - -0.024460358199967155 - - -0.9993981543104539 - - 0.024597155071015526 - - -0.030157217695030582 - - - -0.13376700196126043 - - -0.021111281068132332 - - -0.9907879202927125 - - 0.5749435336584139 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979019266857568 - - -0.03151760947002269 - - -0.0565542660649892 - - 0.06159732728744842 - - - -0.028568666111392402 - - -0.9982271183518342 - - 0.05221543357675665 - - -0.03254465641993835 - - - -0.058099707688337235 - - -0.05049020182459209 - - -0.9970331807348447 - - 0.5749094979888184 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997275489414121 - - -0.021455696715530777 - - 0.009191352786595731 - - -0.034958863048424715 - - - -0.021428138635108743 - - -0.999765627248552 - - -0.003086332280125643 - - 0.03762321816575214 - - - 0.00925541799331934 - - 0.002888537823873402 - - -0.9999529956888016 - - 0.5776829786544316 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9984204365322946 - - -0.037364543315032014 - - -0.04195858455097725 - - 0.048304781273790405 - - - -0.03668291573110326 - - -0.999184050835276 - - 0.016899593186629897 - - 0.03529994609102747 - - - -0.04255579406058813 - - -0.015333735985333344 - - -0.9989764166048191 - - 0.575031115492997 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979706174282553 - - -0.029358043863166254 - - -0.05650444239522469 - - -0.045642543033308114 - - - -0.025701366845036502 - - -0.9975939301125972 - - 0.06438781208272447 - - -0.023296925412080314 - - - -0.05825878896925096 - - -0.06280490317667713 - - -0.9963239722323283 - - 0.5768471468445541 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9903190366353009 - - -0.026639035970200852 - - -0.1362298331508486 - - 0.022874072327201025 - - - -0.022699014576377605 - - -0.9992802149505575 - - 0.030394189339893657 - - -0.03016857944515472 - - - -0.1369414488567691 - - -0.027007661337965817 - - -0.9902108996643407 - - 0.574736276452152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977972795817734 - - -0.032094310033749164 - - -0.058056387440744546 - - 0.061522099455644456 - - - -0.02788229603071448 - - -0.9970177460015227 - - 0.07195965346011324 - - -0.03251888212101164 - - - -0.06019274397523224 - - -0.07018240108105145 - - -0.9957164577083335 - - 0.5745330102769655 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997506664105947 - - -0.02232472401840125 - - -0.0004601185433178147 - - -0.034967834176609314 - - - -0.022328461418384703 - - -0.99968883843686 - - -0.011120526761312036 - - 0.037623998913115256 - - - -0.0002117126812271096 - - 0.011128027779600917 - - -0.9999380591694051 - - 0.5776552013709038 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9937996659939001 - - -0.039445782219826364 - - -0.10395313432253252 - - 0.04818800746724917 - - - -0.038971551046876995 - - -0.9992185901767258 - - 0.006589935829515231 - - 0.035276805966074465 - - - -0.10413184949578642 - - -0.002497861145560035 - - -0.9945603644878899 - - 0.5745141281423249 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9922191256652322 - - -0.028707989078104647 - - -0.12114890848544037 - - 0.022869738675729154 - - - -0.024009890576765915 - - -0.9989086460105544 - - 0.040062976422788193 - - -0.03015143617321093 - - - -0.12216681963042957 - - -0.03684247940153566 - - -0.9918255390404774 - - 0.5748228190240903 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973055785544382 - - -0.03643015695883521 - - -0.06367437984112548 - - 0.06154018547086802 - - - -0.02916998611086878 - - -0.9933423365224001 - - 0.11144556690380178 - - -0.03252152031161689 - - - -0.06731043674267029 - - -0.10928790480273956 - - -0.9917285208005957 - - 0.5745442889806485 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997636960894771 - - -0.021628667139607007 - - -0.0021800778132504105 - - -0.034950274740746315 - - - -0.021634581756316603 - - -0.9997622259740409 - - -0.0027269740849742603 - - 0.03764247730112617 - - - -0.002120578632589607 - - 0.002773494762019984 - - -0.9999939054179621 - - 0.5776663501981887 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9978285003635553 - - -0.03984641565219466 - - -0.05244565779824625 - - 0.04827859304856618 - - - -0.03750779404795954 - - -0.9982895909915149 - - 0.04484482025441166 - - 0.035337038192394456 - - - -0.05414285962039742 - - -0.0427803188121264 - - -0.9976163566594423 - - 0.5747993750417798 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981036722937109 - - -0.029899656606591 - - -0.053805853664972515 - - -0.04564260404782393 - - - -0.027059644473872883 - - -0.9982406058419241 - - 0.052758586877363116 - - -0.02328761585004369 - - - -0.05528865159104623 - - -0.05120257203653553 - - -0.9971566886011886 - - 0.5768936695816718 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9885498710000642 - - -0.031234038652562524 - - -0.14762651311741617 - - 0.022865119098362016 - - - -0.022690173572811202 - - -0.9979877004811725 - - 0.05920900025788219 - - -0.030152696910145393 - - - -0.14917878055873804 - - -0.055181378360389145 - - -0.9872693183287203 - - 0.5748839348009331 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982796343039598 - - -0.033399227205964534 - - -0.04818986777318131 - - 0.061571286558625045 - - - -0.030124582394033535 - - -0.9972880930849746 - - 0.06714885647961293 - - -0.03252151878303299 - - - -0.050301901251716366 - - -0.0655816362481063 - - -0.996578530632425 - - 0.5748031509362482 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997706284909064 - - -0.02112834536116492 - - 0.0035047723460326793 - - -0.034952703160699546 - - - -0.021146106625687545 - - -0.999763334233136 - - 0.0051105476828438344 - - 0.037646165294923616 - - - 0.003395965469969895 - - -0.005183487758537493 - - -0.9999807992522579 - - 0.5777026702307115 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9982832060176274 - - -0.03822204223370526 - - -0.044381483421039224 - - 0.04826990842472828 - - - -0.03666647856820843 - - -0.9987021158533105 - - 0.03535043337115128 - - 0.03530403402688684 - - - -0.04567504715459241 - - -0.0336624312491826 - - -0.9983890177630261 - - 0.5746600405640016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998378895205786 - - -0.028673877446422337 - - -0.04916696411068804 - - -0.04561586458940528 - - - -0.023865601191782167 - - -0.9951206109294811 - - 0.09573611013140139 - - -0.02327774022158975 - - - -0.05167218485248073 - - -0.09440751270701163 - - -0.9941917354600405 - - 0.5766923797290957 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.994606103466684 - - -0.024950729004477874 - - -0.10067849854345697 - - 0.022865162004020726 - - - -0.024812354825786004 - - -0.9996886755608354 - - 0.0026265954049948135 - - -0.030183090212720816 - - - -0.10071269033651646 - - -0.00011435719195775442 - - -0.9949155446205538 - - 0.575018437245213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981195731911904 - - -0.03257925238221401 - - -0.05192215256373775 - - 0.06152070407492945 - - - -0.029387037993825717 - - -0.9976988753117739 - - 0.06110119638411176 - - -0.03249883598839999 - - - -0.053793304514460724 - - -0.05946046178626895 - - -0.996780183327085 - - 0.574457348155624 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997449384707275 - - -0.021355656766136797 - - -0.007348055950257452 - - -0.03498470711243459 - - - -0.02137067979207533 - - -0.9997696759604454 - - -0.0019720738248303112 - - 0.0376453017021118 - - - -0.007304248584607556 - - 0.0021286037754719173 - - -0.9999710580804734 - - 0.5774973804850845 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971463775032883 - - -0.039946075679405724 - - -0.06405788686715184 - - 0.04825878200458871 - - - -0.038168323325773676 - - -0.998857932128276 - - 0.028740398725912282 - - 0.035284947691882264 - - - -0.0651327945551919 - - -0.02621340234003227 - - -0.9975322433942633 - - 0.5747055911290921 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981070706962234 - - -0.027732566761694496 - - -0.05489244180224105 - - -0.04559523480433692 - - - -0.02461932067203323 - - -0.9980932864706294 - - 0.056601064936136654 - - -0.023285211912455306 - - - -0.05635747045292097 - - -0.05514250849449378 - - -0.9968867233949311 - - 0.5770197160320323 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9915480437895622 - - -0.0291813411415198 - - -0.1264156880544291 - - 0.022879757249208113 - - - -0.023835709042376963 - - -0.9987649195079329 - - 0.04359466176907309 - - -0.03014857336675488 - - - -0.1275317052012543 - - -0.04021299403793477 - - -0.9910189601006459 - - 0.5746371017619161 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990581689354336 - - -0.03409062460638875 - - -0.026844075646682324 - - 0.06156996872610115 - - - -0.03215769302810182 - - -0.99706958796218 - - 0.06941267564385341 - - -0.032533511733865664 - - - -0.029131732912562765 - - -0.0684840570853882 - - -0.9972267926919314 - - 0.5747854256010685 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997124687748333 - - -0.0223871757001017 - - 0.008590351581905393 - - -0.034953031708486695 - - - -0.022305404694607414 - - -0.9997060707747756 - - -0.009499525118083113 - - 0.037616585840623405 - - - 0.008800494164406576 - - 0.009305182439484047 - - -0.9999179790773991 - - 0.5777388722281692 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9949970251084093 - - -0.038829092637705495 - - -0.09205010369547698 - - 0.04820813307733963 - - - -0.03817557133598248 - - -0.9992318524826088 - - 0.008850465374509805 - - 0.03527975570352393 - - - -0.09232305117676134 - - -0.005292121418350972 - - -0.9957150434096628 - - 0.5744741401243486 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984998307323768 - - -0.027310761161281918 - - -0.04745745834119459 - - -0.04565017076878142 - - - -0.024530673031778864 - - -0.9980031075170476 - - 0.05820690222752514 - - -0.023289083465946492 - - - -0.04895236570404705 - - -0.056955418628152746 - - -0.9971758852784545 - - 0.5769930918768071 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9894707957735244 - - -0.027918227718262405 - - -0.1420144952896704 - - 0.022876845039159058 - - - -0.024939530770494947 - - -0.9994309353323135 - - 0.022711787814368185 - - -0.03015387783329254 - - - -0.14256775272219205 - - -0.018930875886989277 - - -0.9896039904031793 - - 0.5748366412324888 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976475817318688 - - -0.0356980798876831 - - -0.05852307029613805 - - 0.06152905433876907 - - - -0.02975057460199203 - - -0.9945904262801575 - - 0.0995227977033748 - - -0.032494617517197726 - - - -0.061759258216120334 - - -0.09754758348717898 - - -0.993312771980914 - - 0.5745136413088344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997452523925728 - - -0.02151398480072828 - - 0.006824864577763897 - - -0.0349818423929134 - - - -0.021407769327825312 - - -0.9996541775868228 - - -0.015271956181857966 - - 0.03765750885558183 - - - 0.007151065019799884 - - 0.015121960560985491 - - -0.9998600845007645 - - 0.5778620452723011 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9974872246852808 - - -0.0397420248687132 - - -0.05864987680285956 - - 0.04823282224379863 - - - -0.0378409525029743 - - -0.9987328866581595 - - 0.0331765492649095 - - 0.035287908473989035 - - - -0.0598940640074095 - - -0.030873816848486765 - - -0.9977271713899958 - - 0.5746915674374752 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9972719526190138 - - -0.028572364817985106 - - -0.06806079993775742 - - -0.045576733961190136 - - - -0.02370198195749819 - - -0.9971716953017276 - - 0.07132198917841179 - - -0.023323394950256232 - - - -0.06990614115187523 - - -0.06951424356048927 - - -0.995128585345365 - - 0.5768160990466442 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9924518603919809 - - -0.025089987531509306 - - -0.12004081526782798 - - 0.02289665654451671 - - - -0.027428943359338872 - - -0.9994639790327778 - - -0.017871980364765616 - - -0.030172528941173043 - - - -0.11952806310940656 - - 0.021029672884690702 - - -0.9926080772327404 - - 0.5751025683838744 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99787460165404 - - -0.033761933434287815 - - -0.055735188387318814 - - 0.06151548196213433 - - - -0.02962399356003547 - - -0.9968574313599482 - - 0.0734689087165471 - - -0.03253339805749599 - - - -0.0580404891377233 - - -0.07166165915762815 - - -0.9957388755228094 - - 0.5746556951553898 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997687801870316 - - -0.02111059876223105 - - 0.004090083524205384 - - -0.03497017567155484 - - - -0.021134243563855903 - - -0.9997596677588473 - - 0.005826703330719429 - - 0.037667762770383834 - - - 0.003966095349144134 - - -0.005911796902862149 - - -0.9999746600514746 - - 0.5777009106515575 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972515735916685 - - -0.03985839338394258 - - -0.06245484325328021 - - 0.04823432534981361 - - - -0.0379041779799026 - - -0.9987634521150182 - - 0.03216892927904062 - - 0.03530168885123425 - - - -0.06365981668689272 - - -0.029713215849903107 - - -0.9975292239043669 - - 0.5746711352513636 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985668459360355 - - -0.027125794416468015 - - -0.04613507856971165 - - -0.04559569390434749 - - - -0.022444044399138614 - - -0.9948212012842209 - - 0.09913143974758228 - - -0.023293586859963456 - - - -0.04858517333886388 - - -0.09795391137006502 - - -0.9940042817709275 - - 0.5766915395467581 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9879706020978206 - - -0.030266142226870414 - - -0.15165107986813917 - - 0.022854166462345848 - - - -0.020014223079213078 - - -0.997438079100406 - - 0.06867830250542929 - - -0.030145998741308144 - - - -0.1533411890687084 - - -0.06481696533466073 - - -0.9860452528863975 - - 0.5746440758098394 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9964267886617475 - - -0.03202150314252604 - - -0.07815547436827654 - - 0.06152540502112336 - - - -0.026946278492054786 - - -0.9975115935969652 - - 0.06514997095219333 - - -0.03251197066988968 - - - -0.08004719178500742 - - -0.06281117715929391 - - -0.994810134202099 - - 0.574545016432056 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997478221445433 - - -0.022422167214559464 - - -0.0012403768157224144 - - -0.034984441950679984 - - - -0.022444320264897278 - - -0.9994975958796289 - - -0.022378747031238422 - - 0.03763800410006345 - - - -0.0007379736373126289 - - 0.022400943021305502 - - -0.9997487950213625 - - 0.5778197928052078 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997205016879229 - - -0.039644298064767415 - - -0.06332838180348867 - - 0.0482293155629835 - - - -0.037055647368406115 - - -0.9984493944700239 - - 0.04154137311825464 - - 0.035319087231937794 - - - -0.06487706304237957 - - -0.03907859149705361 - - -0.9971277903947922 - - 0.5747454253907458 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9975738834971352 - - -0.02899354577130357 - - -0.06329076763676926 - - -0.045625038703112214 - - - -0.023329219834384757 - - -0.9958056327325939 - - 0.08846970848803248 - - -0.023285507009587064 - - - -0.06559035345508625 - - -0.08677854643658087 - - -0.9940660890564527 - - 0.5768665730886032 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9956982090745291 - - -0.02358321325591622 - - -0.08960417679048953 - - 0.02289085192037514 - - - -0.025614404211898482 - - -0.9994388058277308 - - -0.021586470357820117 - - -0.030186760118694988 - - - -0.08904481311477273 - - 0.02378876747890791 - - -0.9957434989992101 - - 0.5751283867575978 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981684114529566 - - -0.03478418908180864 - - -0.04949628842046626 - - 0.061560640612094264 - - - -0.03129820806612465 - - -0.9970880047811406 - - 0.06954087210707967 - - -0.03253364028046861 - - - -0.051771078309521115 - - -0.06786435670869227 - - -0.996350432598483 - - 0.5748367558712713 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996226965113938 - - -0.022680934861708982 - - -0.015493218293460113 - - -0.03497843874274195 - - - -0.023000020005274395 - - -0.9995203692355026 - - -0.020737178281562556 - - 0.037660436500982254 - - - -0.01501544867950573 - - 0.02108569840254874 - - -0.9996649086688146 - - 0.5776077820224552 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9973660722491078 - - -0.041028713293228276 - - -0.059812729513788465 - - 0.048288824763756316 - - - -0.03815437374803874 - - -0.9980975397373885 - - 0.04843082627901397 - - 0.03533903204652838 - - - -0.06168599265864594 - - -0.046021145744919605 - - -0.9970340477907679 - - 0.5748990837346454 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978584367570323 - - -0.028603791452710203 - - -0.05882485280339788 - - -0.045632857259995156 - - - -0.025631537574771043 - - -0.9983862017697529 - - 0.05067559962467243 - - -0.023323489072494596 - - - -0.060179435643454356 - - -0.049059303198240214 - - -0.9969812537331578 - - 0.5770008780730885 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9942678275696707 - - -0.02730574017409544 - - -0.1033725476779623 - - 0.0228986398378658 - - - -0.024502262231525324 - - -0.9992993061749089 - - 0.02829374177945674 - - -0.030163809413329513 - - - -0.10407269673370326 - - -0.025598695902131388 - - -0.9942402026485774 - - 0.5749456186293765 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977961703987639 - - -0.0340150169401465 - - -0.05697175581042418 - - 0.061536649769604365 - - - -0.030095210783866955 - - -0.9972107056877049 - - 0.06830144031939288 - - -0.03253125656287517 - - - -0.05913611946548127 - - -0.06643633858356822 - - -0.9960367123204712 - - 0.5746782864218716 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997056937394666 - - -0.02224641143010097 - - -0.009675902199510977 - - -0.03497764776522442 - - - -0.022655509571765244 - - -0.9987544804291465 - - -0.04445464777443895 - - 0.037690877182916104 - - - -0.008674894289585431 - - 0.04466077698818561 - - -0.9989645445199126 - - 0.5779062252148548 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971103471052282 - - -0.041232193756542176 - - -0.06380330629140007 - - 0.048291066189286594 - - - -0.03740309813322698 - - -0.9974921142203147 - - 0.06008735572750069 - - 0.035370658890252614 - - - -0.06612082838052954 - - -0.057527282799641956 - - -0.9961519200342701 - - 0.5752480532028246 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979752633541555 - - -0.027182459061625707 - - -0.05750206650692718 - - -0.04569335420979003 - - - -0.024598254708041483 - - -0.9986759119783245 - - 0.04518128705094889 - - -0.02329878250436629 - - - -0.058654067195057745 - - -0.043675356365174285 - - -0.9973224973136086 - - 0.577063419902327 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.992312884487132 - - -0.033522473087138245 - - -0.11912759159384594 - - 0.022884497473581542 - - - -0.021720944770898674 - - -0.9948485213568771 - - 0.0990182817074462 - - -0.030152234657666362 - - - -0.12183324603361607 - - -0.09566955290037524 - - -0.9879291456419104 - - 0.5747364742162611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998240344850116 - - -0.03168557260759965 - - -0.05012223460750486 - - 0.061581395588916246 - - - -0.028995290135168713 - - -0.9981457135786637 - - 0.05352016082298652 - - -0.032542525192506284 - - - -0.051725110570192266 - - -0.05197267506170415 - - -0.9973080537042868 - - 0.5746875109109459 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9990755775563622 - - -0.023440839643466542 - - -0.03603494647187062 - - -0.03500586280372725 - - - -0.024530962403493055 - - -0.9992454237113819 - - -0.030113370376282252 - - 0.037666451063231826 - - - -0.03530187266958657 - - 0.03096950481796618 - - -0.998896725171001 - - 0.5775215540877606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9967719760542866 - - -0.04167632442111772 - - -0.06862005345071188 - - 0.04826950375007352 - - - -0.0373770458864835 - - -0.9973267342482767 - - 0.06278806888627432 - - 0.03537664472609892 - - - -0.07105338974062052 - - -0.060020572609844114 - - -0.9956650775586912 - - 0.5749619605107709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9968650694876782 - - -0.029128143135079682 - - -0.07356347268059722 - - -0.04568987598912971 - - - -0.026252723595291617 - - -0.9988644534476022 - - 0.03975673707251566 - - -0.02332015396859795 - - - -0.07463797786084429 - - -0.03770086094940317 - - -0.9964977758853849 - - 0.577383752361197 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9939916275891706 - - -0.030800554744673962 - - -0.10503318575598868 - - 0.022886321468177963 - - - -0.024421037737864228 - - -0.9978087404010452 - - 0.06149252389587822 - - -0.03016965925578169 - - - -0.10669703462813525 - - -0.058558034518754846 - - -0.9925657154037019 - - 0.574902678734359 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982790949306237 - - -0.0344911942477981 - - -0.0474257961857823 - - 0.06155041392270676 - - - -0.03084214635799243 - - -0.9966587430885713 - - 0.0756314209382738 - - -0.03251940441765108 - - - -0.049875952447315505 - - -0.07403855309547078 - - -0.9960073704662046 - - 0.574648706427515 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9990803922765435 - - -0.02333849849529545 - - -0.03596782251586641 - - -0.03502700072856808 - - - -0.025127470475847576 - - -0.9984272522224442 - - -0.05011618747496961 - - 0.03767656446560697 - - - -0.03474161763696652 - - 0.0509738806402454 - - -0.9980955282418823 - - 0.5779070504737801 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965811011611895 - - -0.040038578147060896 - - -0.07227047162093843 - - 0.04826124222213414 - - - -0.03729739198016359 - - -0.99854721531795 - - 0.038889115858371626 - - 0.03537464825185824 - - - -0.0737225430911685 - - -0.036060657796683646 - - -0.9966266179464812 - - 0.5750260718974674 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9937164960969066 - - -0.027929376500805268 - - -0.10838577080577945 - - 0.022889129119170206 - - - -0.025170343458733316 - - -0.9993254570024077 - - 0.026741069483050946 - - -0.030158729445650546 - - - -0.10905952134067014 - - -0.02384493479136028 - - -0.9937491835919859 - - 0.5751930906621749 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984239903571835 - - -0.0339594179911938 - - -0.044679899383705146 - - 0.06150522992361356 - - - -0.030398168441712295 - - -0.9964816722217575 - - 0.07810395816806456 - - -0.03249794770207132 - - - -0.047175065814770406 - - -0.07662267846942494 - - -0.995943511605725 - - 0.5743264547976946 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995047050371806 - - -0.0239612414930325 - - -0.020401066507693733 - - -0.034970444786003925 - - - -0.024757520219360795 - - -0.9989042045517339 - - -0.03971719176196243 - - 0.037682220205054295 - - - -0.01942703788864136 - - 0.04020259985350614 - - -0.999002673251625 - - 0.5776769206290356 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9950449881251979 - - -0.03763727878831248 - - -0.09202666381182968 - - 0.0481952762289055 - - - -0.03617458883225387 - - -0.999192046587924 - - 0.017511515018792573 - - 0.035309596888363375 - - - -0.09261139632756894 - - -0.014095718528931687 - - -0.9956025512168052 - - 0.5745766290368628 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9972228267261196 - - -0.02939824104260312 - - -0.0684278984038574 - - -0.04563992505456163 - - - -0.025620221295888403 - - -0.9981327475652717 - - 0.0554492786116478 - - -0.0233227916782846 - - - -0.0699302375022231 - - -0.053542148457112186 - - -0.9961139494161699 - - 0.5771751534841283 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.995288627775073 - - -0.027892071627030054 - - -0.09285784706725042 - - 0.022877382429415408 - - - -0.024847788271172472 - - -0.9991203346744445 - - 0.03378082678170738 - - -0.030179423423786333 - - - -0.09371838047919537 - - -0.03131436060942902 - - -0.9951061631705324 - - 0.5749120512243872 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983721622588984 - - -0.03210953299066613 - - -0.047138132309344924 - - 0.061577704491807224 - - - -0.02945196477348391 - - -0.9979946349361322 - - 0.05602937095557999 - - -0.03250441565046377 - - - -0.04884268008078024 - - -0.05454985361866566 - - -0.9973157504385002 - - 0.5746917214694351 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9993643467304504 - - -0.02397125029979716 - - -0.02638714920343973 - - -0.034967051059487955 - - - -0.025107076129842677 - - -0.9987339738335009 - - -0.04358995571177745 - - 0.03766076671158568 - - - -0.02530883664316476 - - 0.04422475177781001 - - -0.9987009733238279 - - 0.5777032353205386 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970723904415466 - - -0.03945958833967949 - - -0.06549495482281734 - - 0.04826796292799213 - - - -0.03718839277229003 - - -0.9986760166695815 - - 0.03554204794313767 - - 0.035341664238300104 - - - -0.06681071517499076 - - -0.03300234259929802 - - -0.9972197218871904 - - 0.574899316836128 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.997449952970033 - - -0.027902762252846804 - - -0.06568886647476907 - - -0.04564685710156196 - - - -0.024992750101161768 - - -0.9986872149632677 - - 0.044712516271084086 - - -0.023296204435418515 - - - -0.06685023382501973 - - -0.042956751827532176 - - -0.9968378823610021 - - 0.5771036465864616 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9906535355973594 - - -0.03080874177661912 - - -0.13287736390594518 - - 0.02287303937675382 - - - -0.022342664204393268 - - -0.9976519722274996 - - 0.06474061836923725 - - -0.030149572285938717 - - - -0.13455994115895376 - - -0.061166688162128745 - - -0.989015802954926 - - 0.5747839968187876 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979877237040852 - - -0.0330696828876418 - - -0.05410082633055802 - - 0.061556697334614524 - - - -0.029876756781648577 - - -0.9978226918389514 - - 0.05879842732147762 - - -0.03251950195628195 - - - -0.05592747750568235 - - -0.057063751409977256 - - -0.9968028117611184 - - 0.5746743026565225 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999402501109759 - - -0.022896856229828327 - - -0.025891596133659517 - - -0.0349373671648738 - - - -0.023524729440741955 - - -0.9994300391710115 - - -0.024211235147554664 - - 0.037660127079841475 - - - -0.02532247776774322 - - 0.024805861755255936 - - -0.9993715231795837 - - 0.5775186982620255 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9979217344636137 - - -0.038999628262019345 - - -0.05129562243074218 - - 0.04828964085490704 - - - -0.0371906133162843 - - -0.9986681303706768 - - 0.03576064405314456 - - 0.035324957699546244 - - - -0.05262195517359247 - - -0.03377860828041008 - - -0.9980430529072116 - - 0.574756825854008 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979619607894614 - - -0.02990808698721444 - - -0.05636870718775435 - - -0.04565407316492823 - - - -0.025671892312151206 - - -0.996895555428079 - - 0.07443255680718541 - - -0.023280075048696586 - - - -0.05841984904436922 - - -0.0728337689571725 - - -0.9956316403857031 - - 0.5769814743540058 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9942603716331835 - - -0.028784008885686014 - - -0.10304268160482173 - - 0.02289695377126475 - - - -0.02586095302609658 - - -0.999227460381822 - - 0.02959211934750402 - - -0.030174926770823243 - - - -0.1038148568771635 - - -0.02675748963119754 - - -0.9942366480070078 - - 0.5751218370194273 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983891273656884 - - -0.030599401071136074 - - -0.04777893900106084 - - 0.061575050034291264 - - - -0.029023200762839332 - - -0.9990225068443854 - - 0.03334193509440269 - - -0.032538334234939056 - - - -0.0487524786596462 - - -0.031901527744720874 - - -0.9983013013875586 - - 0.5747128923458181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997648035920156 - - -0.021648724096134775 - - 0.001292379057437981 - - -0.03493365534158892 - - - -0.021615521019132132 - - -0.9995297766494393 - - -0.021748444592507705 - - 0.03765358802303262 - - - 0.0017625974271306716 - - 0.02171539398977956 - - -0.9997626392870352 - - 0.5776880230542654 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9955253624211444 - - -0.03811557916396469 - - -0.08646649872201716 - - 0.048227005030940635 - - - -0.036798408544467774 - - -0.9991818703756351 - - 0.01677697950291634 - - 0.03526600896008039 - - - -0.08703522220827321 - - -0.013520079054590415 - - -0.9961134862843256 - - 0.574402483917708 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9973039740343165 - - -0.027848556108050794 - - -0.06789139340193262 - - -0.045616598399894986 - - - -0.021367191568811728 - - -0.9953059948717028 - - 0.09438972241145704 - - -0.02327739821902397 - - - -0.07020132833373549 - - -0.09268459686024946 - - -0.9932176694990038 - - 0.576853282880511 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9922431363971556 - - -0.028470170610813278 - - -0.12100829582357907 - - 0.022891267280912515 - - - -0.022421760550849462 - - -0.998444133064912 - - 0.05105465504786403 - - -0.030168911954582434 - - - -0.12227355775692474 - - -0.047945412018744825 - - -0.9913376894579448 - - 0.574919231867271 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9967440759115453 - - -0.03611834147440636 - - -0.07208822750198404 - - 0.061568787481219474 - - - -0.029179126836411513 - - -0.9950406391924389 - - 0.09509313809401992 - - -0.032535360756770035 - - - -0.0751653224053768 - - -0.09268005052136039 - - -0.9928547640733034 - - 0.574644080010729 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999785160453511 - - -0.020723798375908185 - - -0.0003963809051191364 - - -0.03495456564112384 - - - -0.02072477153613503 - - -0.9997817523683104 - - -0.0026327696683240785 - - 0.037634183261202186 - - - -0.00034173340814879204 - - 0.002640418948982406 - - -0.9999964556967452 - - 0.5775409800834008 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972256718554564 - - -0.04032013048447971 - - -0.0625719303693602 - - 0.04824638817347845 - - - -0.03735430205659964 - - -0.9981550455597282 - - 0.04786607505867169 - - 0.035317007424417374 - - - -0.06438645440073437 - - -0.045395948072185985 - - -0.9968919662572925 - - 0.5747667451718979 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9975904064684258 - - -0.029607946313163522 - - -0.06274352904704833 - - -0.045642595558668106 - - - -0.02718440193298687 - - -0.998864116998103 - - 0.039134180266696274 - - -0.02330554947298184 - - - -0.06383094244727075 - - -0.03733423748675319 - - -0.9972621347958501 - - 0.5770061317530202 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9919382867378645 - - -0.03038702562190645 - - -0.12302464784507006 - - 0.02286549448746583 - - - -0.024170440816287452 - - -0.9983694821421079 - - 0.05171234782956954 - - -0.03014736173988967 - - - -0.12439543839826381 - - -0.04832189773957187 - - -0.9910553814517888 - - 0.5749235427751251 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987811041530918 - - -0.03298790055246832 - - -0.036716541284156634 - - 0.06158643030404222 - - - -0.03022338578454466 - - -0.9968402491985833 - - 0.07345790991734943 - - -0.032544163517194524 - - - -0.03902374839055446 - - -0.0722586741841234 - - -0.9966222108034237 - - 0.5748760418611707 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968002028135186 - - -0.03944548319618115 - - -0.06952272668953662 - - 0.04826710091807956 - - - -0.03819527351943131 - - -0.9990854040039816 - - 0.019221773772907683 - - 0.0353329358960991 - - - -0.0702173536364341 - - -0.01650482843354643 - - -0.9973951643589793 - - 0.5747905273170432 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982809408591927 - - -0.028261243865450987 - - -0.051346520938253315 - - -0.04559591673301024 - - - -0.023895590971600045 - - -0.9962016989442705 - - 0.08373276391394635 - - -0.023298305402983 - - - -0.053517883454065746 - - -0.08236186687859984 - - -0.99516448843137 - - 0.5769910908549181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9924014770461514 - - -0.02629007722324257 - - -0.12020041678884832 - - 0.022888789209875738 - - - -0.025722257974370295 - - -0.9996494440790069 - - 0.00627330831644266 - - -0.03016957659300532 - - - -0.12032320558112158 - - -0.003133814309934015 - - -0.992729824980873 - - 0.5750345911847387 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976615721643465 - - -0.03208946450327944 - - -0.06034611581914051 - - 0.06157463173028134 - - - -0.027531954225166022 - - -0.9968113469451068 - - 0.07489412592469959 - - -0.032528661419051995 - - - -0.06255700538794767 - - -0.0730575449175112 - - -0.9953638612123294 - - 0.5746723074714709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997598922373185 - - -0.02190305127639045 - - -0.0006435980182011201 - - -0.03497663720087147 - - - -0.021910237363507796 - - -0.9996476880782612 - - -0.01498136237004082 - - 0.0376292207039807 - - - -0.00031523372276530984 - - 0.0149918666139857 - - -0.9998875659608579 - - 0.5778002077337805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9968546621075074 - - -0.04083466045104595 - - -0.06792137469438499 - - 0.04825078175745306 - - - -0.038148236018465655 - - -0.9984554874981144 - - 0.04038999348331533 - - 0.035329411043683936 - - - -0.0694657809515354 - - -0.037671872673794696 - - -0.9968727778839399 - - 0.5746618517579192 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9971103874503203 - - -0.028845825582415652 - - -0.07027655074874657 - - -0.045648490660095756 - - - -0.02604770430419064 - - -0.9988435172562052 - - 0.04041219043475632 - - -0.023335223298795442 - - - -0.07136100012719655 - - -0.038464872048694206 - - -0.9967086140287564 - - 0.5771787147315639 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9888107067686948 - - -0.03252733921608943 - - -0.1455862575352351 - - 0.022870056984667264 - - - -0.02048303279183316 - - -0.9962991614261935 - - 0.08347710050734022 - - -0.030132340800634004 - - - -0.14776275426251043 - - -0.07956100266452998 - - -0.9858175365186865 - - 0.5748052693125283 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982247847650351 - - -0.03361201509498498 - - -0.04916819624568332 - - 0.061577616015374544 - - - -0.029140924660808826 - - -0.995606726818156 - - 0.08898343679781753 - - -0.03249656795856733 - - - -0.05194309954856939 - - -0.0873926653426512 - - -0.9948187957882557 - - 0.574773262052732 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999732813423096 - - -0.022081312963639778 - - -0.00683501155397287 - - -0.03495604993151192 - - - -0.02214073978007576 - - -0.9997166208710249 - - -0.008744460887347458 - - 0.03762618047907573 - - - -0.006639985476800344 - - 0.008893456696986421 - - -0.9999384066135507 - - 0.577679886174972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9957427282146979 - - -0.04275158671503146 - - -0.08166223754525337 - - 0.048263674848456554 - - - -0.03913979912353005 - - -0.998205061207847 - - 0.04532915070469608 - - 0.035361209158343815 - - - -0.08345355194429988 - - -0.04193992861685006 - - -0.9956287194810597 - - 0.5748153796650473 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978816527153318 - - -0.02881392502039074 - - -0.05832636538510769 - - -0.04559939788077228 - - - -0.024915137057525457 - - -0.9974751762044187 - - 0.06650194584648361 - - -0.023296509593416857 - - - -0.06009528367120426 - - -0.0649078622424373 - - -0.9960800802644305 - - 0.5767975089268487 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9885619929280244 - - -0.03361414523794712 - - -0.14702134327401212 - - 0.022878033111771685 - - - -0.02184868582719066 - - -0.9964810416580705 - - 0.08092075471515776 - - -0.03012936429644265 - - - -0.14922406329341603 - - -0.07678295941137074 - - -0.9858177093551493 - - 0.5746082761845843 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972641084559538 - - -0.033049515832374726 - - -0.06612130888599513 - - 0.06151523866953521 - - - -0.02810645821091967 - - -0.9968368435715013 - - 0.0743393187031203 - - -0.032541111802403974 - - - -0.06836903533317837 - - -0.07227749858463475 - - -0.995038510916014 - - 0.5745831727721152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9994816196775501 - - -0.020638889781005528 - - 0.024708867949557303 - - -0.03498454770672511 - - - -0.020316117823908904 - - -0.9997058885278624 - - -0.013243556896915734 - - 0.03761939349349081 - - - 0.024974933099133727 - - 0.012734703425062515 - - -0.9996069627835578 - - 0.5777279723572879 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9973510037185557 - - -0.03970494805556466 - - -0.06094663634274204 - - 0.04827378350282498 - - - -0.0379965731287008 - - -0.9988587556550177 - - 0.028938671043873182 - - 0.035301017807568884 - - - -0.06202608976926424 - - -0.026546249287142692 - - -0.997721434487964 - - 0.574844721242306 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982148019809586 - - -0.028693123578822432 - - -0.05238238029534392 - - -0.045646936316822026 - - - -0.02472588079358257 - - -0.9968864564950805 - - 0.07487338429417542 - - -0.023303990938509763 - - - -0.05436763674372058 - - -0.07344451998598775 - - -0.9958162795209418 - - 0.5769726719809204 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.993022926662355 - - -0.02700061763555563 - - -0.11478864826379578 - - 0.02287639482206415 - - - -0.0247141160254887 - - -0.9994677006098017 - - 0.021296194656213664 - - -0.030171885907862038 - - - -0.11530255674532802 - - -0.01831070957268404 - - -0.9931616375610448 - - 0.5749863365492893 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978296668922678 - - -0.034872155871279086 - - -0.055855963106504335 - - 0.06154863285166618 - - - -0.030000663645868484 - - -0.9958608679680687 - - 0.08579680548069896 - - -0.032525605627898066 - - - -0.058616687474416555 - - -0.08393488187145226 - - -0.9947457059745232 - - 0.5747453348612611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997004457644183 - - -0.02197127900413681 - - -0.010783396373387684 - - -0.03496582999022289 - - - -0.022074805907430373 - - -0.9997104469198617 - - -0.009577330705328397 - - 0.037629425913145206 - - - -0.010569847802711764 - - 0.009812503157315472 - - -0.999895991140686 - - 0.5776128535245427 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972548892652444 - - -0.03913626298197417 - - -0.06285728880862593 - - 0.048268926447496946 - - - -0.037448402815567876 - - -0.9989115181760961 - - 0.027809997872887366 - - 0.03533246285807742 - - - -0.06387724918253931 - - -0.02537975127799306 - - -0.9976349859853249 - - 0.5749505334113205 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9968531154465881 - - -0.03034512226414362 - - -0.07323277803828954 - - -0.045602007292832536 - - - -0.024212920164144308 - - -0.9962372488616785 - - 0.08321705641056777 - - -0.023274271596107482 - - - -0.0754824530706043 - - -0.08118200253312934 - - -0.9938369492744551 - - 0.5767898273148326 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9923421212914807 - - -0.02658500988821169 - - -0.12062483807229667 - - 0.02287990441746848 - - - -0.024198574217224593 - - -0.9994822314462756 - - 0.021206084717046533 - - -0.03017312191302363 - - - -0.1211261462962377 - - -0.018124741995867638 - - -0.9924716370813854 - - 0.5749829177557833 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972444534260589 - - -0.030847829807924658 - - -0.06746785536166298 - - 0.06154869502309501 - - - -0.02747406357723598 - - -0.9983524435787228 - - 0.050374340997651604 - - -0.03252247701207775 - - - -0.06891063736111398 - - -0.0483819160072749 - - -0.9964489521605964 - - 0.5746952997472429 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997520630140956 - - -0.022139977123265313 - - -0.002373586324778768 - - -0.034946169467599986 - - - -0.02213404486499323 - - -0.9997518935457812 - - 0.0024970802028028137 - - 0.037636642752402055 - - - -0.0024282827212569586 - - -0.0024439240180601815 - - -0.9999940653215994 - - 0.5776076445920697 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971258771696366 - - -0.03830008078638922 - - -0.06536886789932024 - - 0.048234261205801925 - - - -0.0378811109154997 - - -0.9992530680992284 - - 0.0076372331434392164 - - 0.0352762666071315 - - - -0.0656125484529471 - - -0.0051390374619860535 - - -0.9978319416512357 - - 0.5746906307444317 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979460172860839 - - -0.027884131590205346 - - -0.05767340624848989 - - -0.04562768359806041 - - - -0.023162979283199697 - - -0.9964475596454734 - - 0.08096750747865605 - - -0.023268618605879192 - - - -0.05972623354581555 - - -0.07946531370378068 - - -0.9950467531449916 - - 0.5767420974590423 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9890393340898036 - - -0.02775519373468118 - - -0.14502015323377748 - - 0.022866090787819253 - - - -0.021970937769613702 - - -0.9989036797611422 - - 0.041336623630548804 - - -0.030152711881466784 - - - -0.1460084707019485 - - -0.037697317947039656 - - -0.9885648378851427 - - 0.5746942019917403 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997111344404569 - - -0.033841621057539226 - - -0.06799787896626543 - - 0.061538230582391454 - - - -0.028158170246037756 - - -0.996162550008672 - - 0.08286912216631855 - - -0.03252338590195065 - - - -0.07054136593593945 - - -0.08071504596058278 - - -0.9942378976117707 - - 0.5745322881224051 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997453593046086 - - -0.02170664286398503 - - 0.006167512016565724 - - -0.034963368136905044 - - - -0.021566954372763448 - - -0.9995279920862638 - - -0.021878288669022177 - - 0.03765566960749998 - - - 0.006639505100699476 - - 0.021739703116126777 - - -0.9997416177595292 - - 0.5777063805924625 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9968095521032235 - - -0.03956873550918887 - - -0.0693183381651264 - - 0.04823938914025227 - - - -0.03791804608952567 - - -0.9989688344983382 - - 0.02496977136028234 - - 0.03531127273693544 - - - -0.07023488176485791 - - -0.022261690664368346 - - -0.9972820456181093 - - 0.5747942369949828 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9975430443112979 - - -0.03081449614700458 - - -0.06291535244560048 - - -0.04566595495889735 - - - -0.028503995497304917 - - -0.9988976142576758 - - 0.03729716438300331 - - -0.023319096787510048 - - - -0.06399528878626543 - - -0.03541218797997928 - - -0.9973217033413203 - - 0.5770199480802678 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9932877561312325 - - -0.02729185817560622 - - -0.11240368320079078 - - 0.022876456582306536 - - - -0.023556832354684885 - - -0.9991296509804374 - - 0.03442406398324541 - - -0.030152429343159853 - - - -0.11324534943738046 - - -0.03154512654962568 - - -0.9930661588342308 - - 0.5748705846586608 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974802320138275 - - -0.035420232346217856 - - -0.06147026827809235 - - 0.06152973506008251 - - - -0.029641637747103683 - - -0.9952716743849264 - - 0.09249685118258966 - - -0.0325150003937414 - - - -0.06445587679420847 - - -0.09044170115364153 - - -0.9938137343783918 - - 0.5744929429478154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997143194892063 - - -0.020236573034891334 - - 0.01271851092056953 - - -0.034945271717922416 - - - -0.020267959440285123 - - -0.9997918367088494 - - 0.0023437300340313797 - - 0.03768223833985257 - - - 0.012668434329470023 - - -0.0026008387395170217 - - -0.9999163697077326 - - 0.5778842197458771 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9953393342789404 - - -0.038688089294579966 - - -0.0883336933671995 - - 0.04819473373949369 - - - -0.03739805314985831 - - -0.9991689115272736 - - 0.016213323471866093 - - 0.035280558620902874 - - - -0.08888754275913015 - - -0.0128342504314665 - - -0.9959589784514751 - - 0.5744663987442058 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978444761632349 - - -0.028725125300451588 - - -0.05900227594756495 - - -0.04562383988097747 - - - -0.026489592634653194 - - -0.9989140444858875 - - 0.03832796904215556 - - -0.0232868550437359 - - - -0.06003917781390225 - - -0.036682405936902016 - - -0.9975217783197071 - - 0.5769772492906438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9901972111305354 - - -0.030529670164430214 - - -0.1362990180043896 - - 0.022837918949336573 - - - -0.020059986300021482 - - -0.9967876240292157 - - 0.07753727833651484 - - -0.030104683437708918 - - - -0.1382283618471722 - - -0.07404304033359464 - - -0.9876287501684048 - - 0.5744875086854133 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987620265808241 - - -0.03220841693029388 - - -0.03790820675011535 - - 0.061538610804190194 - - - -0.02920252236882844 - - -0.9965770548387684 - - 0.07733942368665445 - - -0.03250821760263261 - - - -0.0402694294404975 - - -0.07613666428029356 - - -0.9962838859505888 - - 0.5746486857173034 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997816750095783 - - -0.020886723439748303 - - -0.0005891510786230857 - - -0.03495220122526993 - - - -0.020891782511095823 - - -0.999725973021317 - - -0.01055993797756349 - - 0.03764369037494014 - - - -0.0003684271312547592 - - 0.010569940895406457 - - -0.9999440687413055 - - 0.5777027297048788 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9959063744370988 - - -0.03985828211063773 - - -0.08112835942345863 - - 0.04823506500807648 - - - -0.03802832064813946 - - -0.9989889282808138 - - 0.02397849038270799 - - 0.03530289512046789 - - - -0.08200207426788277 - - -0.020795156155704764 - - -0.9964151851995355 - - 0.5748386255828742 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9977443050787074 - - -0.029312579750073356 - - -0.0603910121740225 - - -0.045631340209166156 - - - -0.025148117800315832 - - -0.9973272129343862 - - 0.06860030985084324 - - -0.023304768928487832 - - - -0.062240451911187 - - -0.06692684819208096 - - -0.9958147032138891 - - 0.5770073708757926 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9935992602032893 - - -0.02694267729033243 - - -0.10970233481519572 - - 0.02287914455230221 - - - -0.02301348726785804 - - -0.999052939941221 - - 0.0369269901098903 - - -0.030143505526989214 - - - -0.11059335209337147 - - -0.034165996769197376 - - -0.9932783069903014 - - 0.5748764451514099 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975595514883634 - - -0.03567428464185647 - - -0.06001905238861369 - - 0.06154673700301397 - - - -0.029701654084925158 - - -0.9947806798977771 - - 0.0976176758929277 - - -0.03249056034789126 - - - -0.0631882344978462 - - -0.09559677984853378 - - -0.9934125541302752 - - 0.5744609550243513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996744063337498 - - -0.020904121750499997 - - 0.014632122713575533 - - -0.034942564977432346 - - - -0.02057643675449387 - - -0.9995418202383001 - - -0.022198194638147567 - - 0.03767887686273508 - - - 0.015089452334434605 - - 0.02188989009897132 - - -0.9996465080915857 - - 0.5776937792526622 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997817000092838 - - -0.03742518459566481 - - -0.05441130290399032 - - 0.048292298531886296 - - - -0.037340411802371326 - - -0.9992992882107515 - - 0.002574146055234674 - - 0.03528458633745648 - - - -0.05446951415387051 - - -0.0005367862374965127 - - -0.9985152897619423 - - 0.5749603866097954 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9966530970247752 - - -0.028486363431771616 - - -0.0766233077422073 - - -0.045660877531254716 - - - -0.02668758995438834 - - -0.9993460381177506 - - 0.024398127813074308 - - -0.0233072628229969 - - - -0.07726821295559003 - - -0.02227157822853388 - - -0.996761556276054 - - 0.5773016837518488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9939517689202613 - - -0.027681417639198857 - - -0.10627144573105057 - - 0.022893108721218167 - - - -0.02349635524859701 - - -0.9989059425790877 - - 0.04043314445125668 - - -0.030161433364440444 - - - -0.10727442542523871 - - -0.037691603808656264 - - -0.9935147410340807 - - 0.5749135974189978 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.996319502882037 - - -0.033792481267481175 - - -0.07877510004232144 - - 0.06153988576651102 - - - -0.027820555062136796 - - -0.9967415572731031 - - 0.07571185323860766 - - -0.03251164939303103 - - - -0.08107690727281988 - - -0.07324162897271458 - - -0.9940131784299936 - - 0.5746233467983082 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997812872218671 - - -0.020855501608721443 - - -0.0015574895297047725 - - -0.03493528411389046 - - - -0.02083213908547619 - - -0.9996883911249047 - - 0.013752913553970986 - - 0.03765732859154519 - - - -0.0018438281128938972 - - -0.013717459777533192 - - -0.9999042112098249 - - 0.5775727659095986 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9979221913109618 - - -0.0405609722926057 - - -0.050061038900592554 - - 0.048280239287344824 - - - -0.037835587333274266 - - -0.9978109581329865 - - 0.05423799554627205 - - 0.03533473813004698 - - - -0.052151399025091784 - - -0.05223121055853218 - - -0.9972723460636597 - - 0.5749454876632165 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984741674838258 - - -0.027261697657324398 - - -0.048022252220420954 - - -0.04562502455233336 - - - -0.023956415077559363 - - -0.9973903017676253 - - 0.06810782713107862 - - -0.02329232383690599 - - - -0.049753663625031454 - - -0.06685346498668439 - - -0.9965215437586692 - - 0.5769190336656247 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.993670595998081 - - -0.02713825482183893 - - -0.10900578780066372 - - 0.022875483133942942 - - - -0.02581037069614054 - - -0.9995746875295458 - - 0.013574564992616408 - - -0.03016118268568125 - - - -0.10932781628362565 - - -0.010675166295467867 - - -0.9939484239190775 - - 0.5748106546893045 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983884757931631 - - -0.033372403237083285 - - -0.045899173256018264 - - 0.061578400771641506 - - - -0.02984836645735025 - - -0.9967043002556866 - - 0.07542952254688061 - - -0.03252443959034873 - - - -0.04826516780486936 - - -0.07393795070195112 - - -0.996094198870149 - - 0.5748669440426841 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997119723345984 - - -0.022221041554741108 - - 0.009066293790175992 - - -0.03495942350494012 - - - -0.022052681523238856 - - -0.9995899422772233 - - -0.018265446500202405 - - 0.03762605888814928 - - - 0.009468453332087267 - - 0.018060249456738564 - - -0.9997920662723115 - - 0.577796376599421 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9977670094375856 - - -0.03716290538150586 - - -0.05549696695840558 - - 0.04824551344943544 - - - -0.03690534932318954 - - -0.9993027427878749 - - 0.005658926396684435 - - 0.03524240893756199 - - - -0.05566857344418367 - - -0.003598155115469775 - - -0.9984428191992037 - - 0.5744274426965907 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978670689781646 - - -0.029506894838167964 - - -0.05822933801732767 - - -0.04563407383848376 - - - -0.026234750279449902 - - -0.998075918236318 - - 0.05618006153881971 - - -0.023309964117962892 - - - -0.05977499917776502 - - -0.054532601200932666 - - -0.9967211971657662 - - 0.5770298907644305 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9928244798765348 - - -0.02794149790604723 - - -0.1162704814329694 - - 0.022884580255249375 - - - -0.023700388669066482 - - -0.9990079904369188 - - 0.0377004856749221 - - -0.030152689673747582 - - - -0.1172085480450266 - - -0.03467430948059643 - - -0.9925018128584053 - - 0.5750504895703774 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974639562298746 - - -0.028642318539417566 - - -0.06515576421877964 - - 0.0615787915051137 - - - -0.025739502869523027 - - -0.9986569832221011 - - 0.044963405718018414 - - -0.0325377154529169 - - - -0.0663561151234495 - - -0.04317229957298837 - - -0.9968615844415436 - - 0.5747983582838205 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999743435602188 - - -0.022132038293725342 - - 0.0048203580052557605 - - -0.03499282900586412 - - - -0.022082209175194663 - - -0.9997045708988741 - - -0.010156129274525387 - - 0.037652974573808416 - - - 0.005043709773242983 - - 0.010047079419562585 - - -0.999936806596727 - - 0.5777475658902255 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972035807714117 - - -0.03789162584736237 - - -0.06441461936018887 - - 0.048209500075518906 - - - -0.03740578069425997 - - -0.9992620055043574 - - 0.008732234883585079 - - 0.03525499348891351 - - - -0.06469796030268225 - - -0.006298336768756615 - - -0.9978850158643627 - - 0.5744578264876152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985863156578745 - - -0.02776907085956971 - - -0.04532382248253071 - - -0.045620980606325814 - - - -0.02344818156953254 - - -0.9953686764309938 - - 0.09322757511109334 - - -0.0232594759196021 - - - -0.0477027563345557 - - -0.09203301952890883 - - -0.9946126735340136 - - 0.5765578789660745 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.990610197103274 - - -0.029219915870409174 - - -0.13355760521789398 - - 0.022890449666987268 - - - -0.021843984711970396 - - -0.9981713953641773 - - 0.05636227291933918 - - -0.030159782597456955 - - - -0.13496028203481134 - - -0.05291561199926806 - - -0.9894370421001161 - - 0.5749324501785701 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978443627859908 - - -0.03301313765992248 - - -0.0567164914118209 - - 0.061567882955000854 - - - -0.029085454812735854 - - -0.9972110013104908 - - 0.06873321746917412 - - -0.032527594544577314 - - - -0.05882740836171899 - - -0.06693542863966352 - - -0.9960215782894807 - - 0.5748130823706429 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967523421477764 - - -0.03882778267918325 - - -0.07054907309908522 - - 0.048231839717454046 - - - -0.03757729807475158 - - -0.9991137055009646 - - 0.0189670806803062 - - 0.03527618702607734 - - - -0.07122299553039892 - - -0.016254438543059285 - - -0.9973279691933475 - - 0.5745649884179019 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9976948938616274 - - -0.029744156364731208 - - -0.060993310490468036 - - -0.045606363043135686 - - - -0.02441278721563799 - - -0.9959645164867071 - - 0.08636375234879733 - - -0.023271549150358766 - - - -0.06331598994567013 - - -0.08467565802254408 - - -0.9943948503263931 - - 0.5768065045052131 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9925631676817571 - - -0.03156217449585484 - - -0.11756779874884662 - - 0.022862383969053164 - - - -0.026560469161556896 - - -0.9986841166566652 - - 0.04386999675877131 - - -0.030136989391659232 - - - -0.1187977257335934 - - -0.0404210870560136 - - -0.9920953765045659 - - 0.5749031256973935 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973315045781354 - - -0.027840543073146713 - - -0.06748906679829805 - - 0.061588236788807614 - - - -0.0259282067095013 - - -0.9992416870750149 - - 0.029047872698476154 - - -0.03254066945651999 - - - -0.06824659751769493 - - -0.02722048810858775 - - -0.9972970705634242 - - 0.5749010970214234 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997539706593658 - - -0.039763555865360616 - - -0.05773554705708638 - - 0.04827528083613877 - - - -0.038354507838408346 - - -0.9989435585727672 - - 0.025312023120442277 - - 0.03529558054005166 - - - -0.05868104887876633 - - -0.02303532962470206 - - -0.9980109759374237 - - 0.574673066850591 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980534203237912 - - -0.02844963744710897 - - -0.055497642374337484 - - -0.04562751263099188 - - - -0.02538321733784422 - - -0.9981528102266902 - - 0.05519655527423253 - - -0.02331364344018942 - - - -0.056965449682782006 - - -0.053680402063413214 - - -0.9969319695830551 - - 0.5769444800386915 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9919685332679355 - - -0.030159678218216506 - - -0.12283656953869306 - - 0.022873063615279823 - - - -0.02460034734622384 - - -0.9986141108871965 - - 0.046526126503496745 - - -0.030161398221368818 - - - -0.12406954467840074 - - -0.04313063118884167 - - -0.9913357134374544 - - 0.5750876156114131 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9967228396172519 - - -0.03178967782943262 - - -0.07438412040766934 - - 0.06153392187462792 - - - -0.02566336935372656 - - -0.996308961141506 - - 0.08191364613144315 - - -0.03250580328711923 - - - -0.07671357414914245 - - -0.07973625481946066 - - -0.993859727128849 - - 0.5745658789041654 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997240340281497 - - -0.022103487743883432 - - 0.007955602808030846 - - -0.034973554155603125 - - - -0.022023335212192387 - - -0.9997071891839301 - - -0.010025397752572237 - - 0.037623570386492076 - - - 0.008174869577831836 - - 0.00984742217648194 - - -0.9999180965378432 - - 0.5777116148431953 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9976291147730966 - - -0.03773353318890724 - - -0.057552843805751416 - - 0.04823451664035782 - - - -0.03753673992668509 - - -0.9992851296440483 - - 0.004496979870393249 - - 0.03526977046528332 - - - -0.05768138792300327 - - -0.0023259719172752324 - - -0.998332333114538 - - 0.5743786706436312 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9976420940302639 - - -0.029711388645942898 - - -0.0618666760351619 - - -0.04559420482075267 - - - -0.024522663832262478 - - -0.9962476126468578 - - 0.08300200752997479 - - -0.023280779686334307 - - - -0.06410063320654318 - - -0.08128916090209003 - - -0.9946271568494167 - - 0.5767218181362657 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9904458920237958 - - -0.02995967585670711 - - -0.1346081453543889 - - 0.02289583427078732 - - - -0.022991479916139482 - - -0.9983284019642195 - - 0.05302634894873942 - - -0.030168187742809903 - - - -0.1359717868693833 - - -0.04942488901483508 - - -0.9894790819018955 - - 0.5749716998980742 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975058971753823 - - -0.031403418963837075 - - -0.06321242265344139 - - 0.06153358082385792 - - - -0.027429240564721142 - - -0.9976500770403091 - - 0.06278503439123495 - - -0.03251215619379616 - - - -0.06503554306975724 - - -0.06089457331197598 - - -0.9960232070984966 - - 0.5745112404123323 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996484649327686 - - -0.021051609113694508 - - 0.016117577711417 - - -0.03495086507501738 - - - -0.02103078924315627 - - -0.9997777622030943 - - -0.0014601739566196036 - - 0.037649512785122394 - - - 0.016144734787827703 - - 0.0011206952743105898 - - -0.9998690372147412 - - 0.577811541626587 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.995547805170587 - - -0.0400157656405543 - - -0.08534228799503316 - - 0.04823302367938234 - - - -0.03840818981659101 - - -0.99905394091785 - - 0.020396913774560172 - - 0.0352613968376317 - - - -0.08607774726977735 - - -0.01702825994382168 - - -0.9961428912501695 - - 0.5743794903767079 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9973098527772523 - - -0.029785721779215128 - - -0.06697662526214991 - - -0.045600690964778715 - - - -0.026553011154868845 - - -0.9984629153575166 - - 0.04864919582458264 - - -0.023309696433973525 - - - -0.06832272793166765 - - -0.046739891247844896 - - -0.9965678037214104 - - 0.5768863228863523 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9893826562902889 - - -0.0308369551200463 - - -0.14202479231069617 - - 0.022882909511894572 - - - -0.0213606831687643 - - -0.9974722331365714 - - 0.06777068198051951 - - -0.0301436995860436 - - - -0.1437556282255961 - - -0.06401739076583247 - - -0.9875404260246761 - - 0.5748282169799538 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9969378136699167 - - -0.033698320030319175 - - -0.070564997712609 - - 0.061567179577407656 - - - -0.028311448906823352 - - -0.9967062039676458 - - 0.07599476845943469 - - -0.032506719392870406 - - - -0.07289346703129614 - - -0.07376426099094972 - - -0.994608152120531 - - 0.5747563432014258 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970488463169953 - - -0.03908455003519733 - - -0.0660756839275606 - - 0.048254260478760296 - - - -0.03759911199871781 - - -0.9990147222394402 - - 0.023577351966708442 - - 0.03529324853327243 - - - -0.06693209121831327 - - -0.021023384537232164 - - -0.9975360206367202 - - 0.5746785651102233 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9909457516005704 - - -0.029507901543208846 - - -0.1309801554866112 - - 0.022876314117481592 - - - -0.022900616487731427 - - -0.9984017171399112 - - 0.05166791051088235 - - -0.030165018280284263 - - - -0.13229542376538353 - - -0.048200570106535 - - -0.9900376891271082 - - 0.5749965120432436 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979790988603949 - - -0.03434535594200265 - - -0.05346133895640066 - - 0.06157383016303554 - - - -0.030434373016802532 - - -0.996916670373278 - - 0.07232496989927562 - - -0.03250059609227829 - - - -0.05578052686079741 - - -0.07055174595340746 - - -0.9959472797121632 - - 0.5747956485018996 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997551818365464 - - -0.022000543827214974 - - -0.002356366329932227 - - -0.03496884348784758 - - - -0.02201438323331438 - - -0.9997395427270029 - - -0.006017776903457178 - - 0.03762102005633692 - - - -0.0022233582326768387 - - 0.006068177593792806 - - -0.9999791167313742 - - 0.5774984348927752 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9979607610016936 - - -0.03807431690600037 - - -0.05123149317619012 - - 0.048283153499743464 - - - -0.037664994795521656 - - -0.9992505039819315 - - 0.008931878800629747 - - 0.035262634754856484 - - - -0.05153317056007603 - - -0.006984030641203353 - - -0.9986468623332418 - - 0.5747407872681887 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989332742510937 - - -0.027291879771002437 - - -0.03724871665647416 - - -0.04561681966942838 - - - -0.023459632188623295 - - -0.9947408333656548 - - 0.09970115391798122 - - -0.02327816486673087 - - - -0.03977385135442201 - - -0.09872095893764211 - - -0.994319975166379 - - 0.5765974626916572 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.994799468680134 - - -0.025477639754406214 - - -0.0986149430171096 - - 0.022911021482065867 - - - -0.025067069756240852 - - -0.9996711850876737 - - 0.005400344363180806 - - -0.03020158984163212 - - - -0.09872010498150227 - - -0.0029002720475644187 - - -0.9951110135530058 - - 0.5753961030835599 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987656083693053 - - -0.031577786601539475 - - -0.038341921339952845 - - 0.06159153344453577 - - - -0.028274355753517718 - - -0.9960782255368874 - - 0.08383751796188901 - - -0.032492586301090844 - - - -0.040838956223378395 - - -0.08264993650713942 - - -0.995741516484048 - - 0.574778363995948 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997336357741228 - - -0.02243167294685282 - - -0.005429323222927751 - - -0.03497935063249195 - - - -0.022466508379068748 - - -0.9997268375099182 - - -0.006442543261106067 - - 0.037611120242702356 - - - -0.0052833231120976345 - - 0.006562805133738221 - - -0.9999645074129732 - - 0.5774641335436371 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9964855557802247 - - -0.03790194817778582 - - -0.07469926000774856 - - 0.0482373194263868 - - - -0.03845287265085803 - - -0.9992426981694169 - - -0.0059503562919130904 - - 0.03522139763805095 - - - -0.07441716002558603 - - 0.00880184522882866 - - -0.9971883542311825 - - 0.574495975552254 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982068996154686 - - -0.02909072066669165 - - -0.052313626629839384 - - -0.04562616284952883 - - - -0.024690721585462063 - - -0.9962543279101262 - - 0.08287148114962561 - - -0.023292910231166107 - - - -0.054528468048010655 - - -0.08143122307466635 - - -0.9951862147763613 - - 0.5765971657833945 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.991011944481139 - - -0.02976945128027738 - - -0.13041896206527206 - - 0.022830364407768144 - - - -0.023564319770395206 - - -0.9985273209047721 - - 0.04886626894389938 - - -0.030118821595962193 - - - -0.1316816187987915 - - -0.04535382207940292 - - -0.9902539987767383 - - 0.5747418911064809 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9993501649297519 - - -0.03266946089401814 - - -0.015230042014772736 - - 0.06159433276346479 - - - -0.031132401203400085 - - -0.9952637362961366 - - 0.09209163267727463 - - -0.03251384945479612 - - - -0.01816649251198635 - - -0.091557640526336 - - -0.9956340577797966 - - 0.5747613919745723 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9994318755901671 - - -0.021838041770299618 - - 0.02567150143562422 - - -0.034967035324310766 - - - -0.021754654507701178 - - -0.9997571319515277 - - -0.0035230837779913694 - - 0.037637070597256836 - - - 0.025742203898873228 - - 0.0029626075836732472 - - -0.9996642245747992 - - 0.5778225626715561 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9963315061389267 - - -0.037610635042791295 - - -0.07686982507210317 - - 0.048203798959249096 - - - -0.03737259892773307 - - -0.9992911176586735 - - 0.004533323048962153 - - 0.035203768299607786 - - - -0.07698583456925427 - - -0.0016438674391220619 - - -0.9970308315069891 - - 0.5742510942269891 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9976091072536662 - - -0.02866775637381 - - -0.0628826595257779 - - -0.045627212225545145 - - - -0.024969754598479624 - - -0.9979559473546695 - - 0.05882549187840312 - - -0.02329629855385044 - - - -0.0644405189289684 - - -0.05711468185971311 - - -0.9962857685605216 - - 0.576776621657389 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.989064242470228 - - -0.028429354653572374 - - -0.14471937002618374 - - 0.022853329922059757 - - - -0.02437619201256213 - - -0.9992614652289638 - - 0.029703962217713088 - - -0.03015163921263494 - - - -0.14545695421588062 - - -0.025851419737531387 - - -0.9890267835442038 - - 0.5749509789351217 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9967371818848636 - - -0.02993543559685853 - - -0.07495905511575443 - - 0.06156398567705139 - - - -0.026494372229605684 - - -0.9985674744851443 - - 0.046487064227808884 - - -0.032525941400949526 - - - -0.07624328487401022 - - -0.044349392284310556 - - -0.9961024510137666 - - 0.5747872508101073 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995717130706572 - - -0.02160861280729238 - - 0.019734697401690243 - - -0.03494441924536432 - - - -0.02161889216982763 - - -0.9997662371009689 - - 0.00030765942047829113 - - 0.03763085620869077 - - - 0.01972343606832049 - - -0.00073416994910113 - - -0.9998052045594407 - - 0.5775927972513348 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9964609009491928 - - -0.03760908420294429 - - -0.07517466105636147 - - 0.04821304583122695 - - - -0.03780919057700537 - - -0.9992842075808102 - - -0.0012399949615132643 - - 0.035217795310665115 - - - -0.07507421652894336 - - 0.004077899582963721 - - -0.9971696108223301 - - 0.5744200952626326 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9887316848143481 - - -0.028990951153022283 - - -0.1468644960343496 - - 0.022888606535580565 - - - -0.022012809032692378 - - -0.998560153062587 - - 0.048918881366134405 - - -0.030161747571721815 - - - -0.14807123853966586 - - -0.045134747887484554 - - -0.9879462347974527 - - 0.5749895033181552 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984025893580022 - - -0.03401186038874719 - - -0.04511610484220558 - - 0.061596294768529895 - - - -0.02956458046847936 - - -0.9949594374371794 - - 0.0958209446645933 - - -0.032526840388466115 - - - -0.048147742885407664 - - -0.09433404055582804 - - -0.9943756250268069 - - 0.5747738974973107 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949995770935182 - - -0.040463068941642304 - - -0.09131583452799376 - - 0.04820245909370599 - - - -0.038791897131655255 - - -0.9990470805415063 - - 0.020002989237153723 - - 0.03527157020678815 - - - -0.09203820022494526 - - -0.016360651372072963 - - -0.9956210618433279 - - 0.5744108025910956 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9918662462251453 - - -0.027548830590108254 - - -0.12426749990386467 - - 0.022881396922807103 - - - -0.024240562425248854 - - -0.999312381908356 - - 0.02805634505699527 - - -0.03018667009462148 - - - -0.12495497081968009 - - -0.024815827565630073 - - -0.9918520201974119 - - 0.5750958599906856 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997394211599767 - - -0.032387206383526754 - - -0.06446592534005825 - - 0.06157343066452435 - - - -0.027468628849945925 - - -0.9967466575399143 - - 0.07577318201127078 - - -0.03250782544544985 - - - -0.06671027729205627 - - -0.0738049425559027 - - -0.9950389788133616 - - 0.5746660361656016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997536957154415 - - -0.02219147763338125 - - 0.00029363883187844426 - - -0.03495570618830879 - - - -0.02218898077824793 - - -0.9997308442678288 - - -0.0067740793882208146 - - 0.03761581005252787 - - - 0.0004438866285341071 - - 0.006765895357047258 - - -0.9999770125481283 - - 0.5775757050063965 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965408310782594 - - -0.038919336009576665 - - -0.0734279053114387 - - 0.04819886009895749 - - - -0.03829037923047416 - - -0.999217070836929 - - 0.009954506841353275 - - 0.03523406537323216 - - - -0.0737578392595554 - - -0.007108490180182078 - - -0.9972508463346222 - - 0.5742338421021995 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980153092885989 - - -0.03235194216489761 - - -0.05402586661721577 - - -0.04566669237622149 - - - -0.02872273965470162 - - -0.9973628312191104 - - 0.06665123501727963 - - -0.023266789954725087 - - - -0.056039688188910364 - - -0.0649671820287715 - - -0.9963126108842195 - - 0.576911302559807 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9909394597850941 - - -0.026883615730712237 - - -0.1315912544437107 - - 0.022885298199860495 - - - -0.022997796261376057 - - -0.9992559837308914 - - 0.03096094871170367 - - -0.030169911251892764 - - - -0.13232569065735592 - - -0.02765411693133428 - - -0.9908204486226563 - - 0.5749852661199715 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9969995443023623 - - -0.030517018839935073 - - -0.07113803639407743 - - 0.061569162013871755 - - - -0.02645674258141601 - - -0.9980043316821157 - - 0.05733580657594377 - - -0.032515577098164807 - - - -0.07274578635813023 - - -0.055281692311798816 - - -0.9958172448106533 - - 0.5746258717454044 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999706496162596 - - -0.022775039507285485 - - 0.008259485804033616 - - -0.03500986446455437 - - - -0.022641984307632885 - - -0.9996178251097628 - - -0.015860147207409702 - - 0.037625971999040615 - - - 0.008617544715193161 - - 0.015668481045378487 - - -0.9998401055292854 - - 0.5779002190511418 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970689224710787 - - -0.03937861616909926 - - -0.06559640562537578 - - 0.048237954133139783 - - - -0.038351178714508695 - - -0.9991222512440731 - - 0.016849752525893977 - - 0.03524910340424266 - - - -0.0662023483992063 - - -0.014284665119729253 - - -0.9977039628110375 - - 0.5746752052855271 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983384673697488 - - -0.02775227556754352 - - -0.05049867097898814 - - -0.04564263732361519 - - - -0.024270365002550795 - - -0.9973693388823841 - - 0.06830337649018213 - - -0.02329833464783094 - - - -0.05226140021530163 - - -0.06696426702458359 - - -0.9963857350390946 - - 0.5769107860584008 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9916156267987066 - - -0.02867108636088365 - - -0.1260016567172625 - - 0.022878220605681916 - - - -0.022441477961102182 - - -0.9984675802400759 - - 0.050585287153964945 - - -0.030157134860161413 - - - -0.12725890442530718 - - -0.0473334978256887 - - -0.9907394769706394 - - 0.5750536589416526 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982695476012308 - - -0.02937646035938785 - - -0.05094049380195748 - - 0.06160597989135733 - - - -0.02694349436677713 - - -0.9984931232666931 - - 0.047807226445709915 - - -0.03254101743379612 - - - -0.052268139849638844 - - -0.04635198340823455 - - -0.9975567829405908 - - 0.5748989685933219 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996687841197037 - - -0.02078694003741387 - - 0.015173173053585133 - - -0.034967086616205206 - - - -0.021055825862162 - - -0.9996201562745973 - - 0.017781883106488143 - - 0.037648514768366906 - - - 0.0147977786811194 - - -0.01809547715401444 - - -0.9997267523942099 - - 0.5775814049682685 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.99684424656696 - - -0.03977133072601106 - - -0.06870072298478472 - - 0.04821321655889302 - - - -0.037742398001923146 - - -0.9988193944036452 - - 0.03058314496907651 - - 0.03524529747149041 - - - -0.06983594689996195 - - -0.02789370207443557 - - -0.9971684320640961 - - 0.5743529587703338 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9904102807759655 - - -0.029306206700956714 - - -0.13501341408198725 - - 0.022866560098614635 - - - -0.021947006058227147 - - -0.9982075956566269 - - 0.05567696919280011 - - -0.030152061348670545 - - - -0.13640309621982005 - - -0.052179902474196634 - - -0.9892782485829907 - - 0.5749962326214496 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979762317702333 - - -0.03421849454394245 - - -0.05359603952562036 - - 0.06156572753131054 - - - -0.030116589773334302 - - -0.9966866873956501 - - 0.07555553049717897 - - -0.03251507316549446 - - - -0.056003855600399284 - - -0.07378849367910709 - - -0.9957001689055084 - - 0.5748211861433457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997192936840428 - - -0.022009293708912137 - - 0.008770679923100363 - - -0.03499284501650102 - - - -0.022104691101759423 - - -0.9996958848356031 - - 0.01093254197599228 - - 0.037663768772127834 - - - 0.008527395098999052 - - -0.01112334631286269 - - -0.9999017725254966 - - 0.5778783108568393 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.994986387204646 - - -0.03906668176454984 - - -0.09206456241873724 - - 0.048195625179386976 - - - -0.03947645614370091 - - -0.9992170307897467 - - -0.0026333989551754963 - - 0.03523272847081553 - - - -0.09188960054206698 - - 0.006254578773190852 - - -0.9957495576482017 - - 0.5742992183788128 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.992069348379238 - - -0.02755363025411242 - - -0.12263443833692829 - - 0.022891291558559863 - - - -0.023563127922033793 - - -0.9991483613133493 - - 0.03387227608797063 - - -0.030164793920487695 - - - -0.12346330227611797 - - -0.03071399590853486 - - -0.9918737134567118 - - 0.5751204741439675 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981017500910516 - - -0.03261600998339807 - - -0.052240715519054355 - - 0.0616096463228162 - - - -0.028209481321147527 - - -0.9961524260380299 - - 0.0829733045150079 - - -0.03252244111206883 - - - -0.054745973630685556 - - -0.081342116958629 - - -0.9951815605104015 - - 0.5748886329090769 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997405938229476 - - -0.02261735551431076 - - 0.002683335998229798 - - -0.034979683182575674 - - - -0.022577275677587313 - - -0.9996452546687603 - - -0.014129099094015397 - - 0.03762151511948135 - - - 0.0030019469546185497 - - 0.014064851501866595 - - -0.9998965787853827 - - 0.577874351965322 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9986637811813985 - - -0.037559881565931465 - - -0.03549517506964995 - - 0.048278721695920145 - - - -0.03729072701008087 - - -0.9992706923481155 - - 0.00821493111215048 - - 0.03526187775979022 - - - -0.03577784000651133 - - -0.0068803132829075644 - - -0.999336083334129 - - 0.5746515317345715 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9988058838944632 - - -0.029508257912671282 - - -0.03893673089461088 - - -0.045669490366074456 - - - -0.02614629734273209 - - -0.996106195248568 - - 0.08419512410280947 - - -0.023269544030570924 - - - -0.04126957030386328 - - -0.0830765340055862 - - -0.9956882604834474 - - 0.576728651695689 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9937333293548665 - - -0.02753612667655546 - - -0.10833204446028433 - - 0.02288873969209604 - - - -0.02365850902341679 - - -0.9990382085538814 - - 0.03691791977130835 - - -0.03016782293468475 - - - -0.10924442814203952 - - -0.03412359267580927 - - -0.9934290288404173 - - 0.5752442251067265 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998081609455426 - - -0.02880155784572293 - - -0.05480484588543171 - - 0.0615845908267913 - - - -0.027424869908426467 - - -0.9992932282703374 - - 0.025708373024252572 - - -0.03253841744987869 - - - -0.055506552562488785 - - -0.02415603855576714 - - -0.9981660725670458 - - 0.5748324359214333 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997055871220665 - - -0.021902530497577816 - - 0.010441179757432322 - - -0.03497431978363601 - - - -0.021992432501469907 - - -0.9997213649156732 - - 0.0085746978845959 - - 0.03765231233133734 - - - 0.010250462896505259 - - -0.008801800324165329 - - -0.9999087239950761 - - 0.5777740755320288 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9965932952359733 - - -0.03755001468030721 - - -0.07342887911586919 - - 0.04822513740699013 - - - -0.03754078370921347 - - -0.99929396098915 - - 0.0015063495985604618 - - 0.03526103777682532 - - - -0.07343359891223002 - - 0.0012553597586920711 - - -0.9972993184709764 - - 0.5744539368640488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.997763799778501 - - -0.03117781148904508 - - -0.05912143369642502 - - -0.045710463117794864 - - - -0.027432790161076453 - - -0.9976281236856233 - - 0.06313136190105399 - - -0.023259625551679302 - - - -0.0609495026685662 - - -0.06136832165097131 - - -0.9962525218147246 - - 0.5769499943295628 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9897670656415452 - - -0.026847254289155447 - - -0.14014414261202204 - - 0.02285553128730687 - - - -0.023430526918027727 - - -0.9993880017533359 - - 0.025973685911286428 - - -0.030155754880467397 - - - -0.14075569679295016 - - -0.022424247782434212 - - -0.9897903752470638 - - 0.5749811097097994 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981214874361473 - - -0.03265938037807005 - - -0.05183494180158292 - - 0.06159039183452731 - - - -0.02896661464360975 - - -0.9970939656655478 - - 0.07045962581110576 - - -0.03250921794599945 - - - -0.05398547540164454 - - -0.06882578373453485 - - -0.9961669438096139 - - 0.5746662605860875 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997375045645245 - - -0.02285849266750373 - - -0.0015528296967544685 - - -0.03500130995545179 - - - -0.022868447504682133 - - -0.9997158440708469 - - -0.006727943403468483 - - 0.0376292725963017 - - - -0.001398597806033606 - - 0.006761688153438876 - - -0.9999761614646088 - - 0.577731061730387 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996651840756347 - - -0.03881503893820143 - - -0.07196180284853272 - - 0.04823973910769658 - - - -0.03810237024922754 - - -0.9992105075657148 - - 0.011250375622950986 - - 0.03525967375355577 - - - -0.07234167331750051 - - -0.008470792317877722 - - -0.997343936653315 - - 0.5745340514008465 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982491196112498 - - -0.0292814914269019 - - -0.05139347677653905 - - -0.04562923110762659 - - - -0.025752234368639475 - - -0.9973502521016859 - - 0.06803893780568836 - - -0.02328363919241183 - - - -0.05324957859351613 - - -0.06659631290484434 - - -0.996358074934455 - - 0.5767816410663447 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9920842774260082 - - -0.026486866514945327 - - -0.12274865533411985 - - 0.022888818141737585 - - - -0.02395083374976511 - - -0.9994690466072184 - - 0.02209032450529153 - - -0.03017947331172035 - - - -0.12326858499555429 - - -0.01897553098802347 - - -0.9921919094494354 - - 0.5752046238233884 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981686695258772 - - -0.032804122714042726 - - -0.05082515823784676 - - 0.06158123940756003 - - - -0.028827961048063046 - - -0.996607939172532 - - 0.07708154279781014 - - -0.03251858466764505 - - - -0.053181348598465385 - - -0.07547519533754983 - - -0.9957284966545888 - - 0.5747614080500775 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997509037694113 - - -0.022308969218395425 - - -0.0006635545627985942 - - -0.03500947604968133 - - - -0.02230328380839476 - - -0.999722324261708 - - 0.007605123544819896 - - 0.03763588034679266 - - - -0.0008330327768589529 - - -0.007588429691475268 - - -0.9999708604710498 - - 0.5778117350932591 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.99722482643189 - - -0.03829435162767584 - - -0.06384503254993842 - - 0.04823472710696396 - - - -0.03789003014965945 - - -0.9992535279257251 - - 0.007532100852387105 - - 0.0352492203926131 - - - -0.06408581093459514 - - -0.0050921077569660664 - - -0.9979314000849192 - - 0.5745038613415642 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9976881952017603 - - -0.029254140548540544 - - -0.06133889806493452 - - -0.04561072096339689 - - - -0.02275137113304484 - - -0.9943009966029291 - - 0.10415326814837718 - - -0.02323358969128579 - - - -0.06403624182149235 - - -0.1025169420885521 - - -0.9926679385968862 - - 0.5763834453258437 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9910919609121402 - - -0.02743916122754407 - - -0.1303219760687258 - - 0.022878002125645756 - - - -0.02374861369923266 - - -0.9992740413187052 - - 0.029789153964936796 - - -0.030174709867687187 - - - -0.13104475709731128 - - -0.026428824750846056 - - -0.9910241111393786 - - 0.5750913770282784 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975457305720573 - - -0.03324783329138477 - - -0.06162058908261627 - - 0.061580998664933245 - - - -0.028129863937457235 - - -0.9962238125856935 - - 0.08213906495745299 - - -0.03252760988958678 - - - -0.06411884412807597 - - -0.08020409477484816 - - -0.9947140679657779 - - 0.5747048550141363 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997010807779642 - - -0.022993504589292876 - - 0.008309502877592703 - - -0.035011196110191704 - - - -0.02301001584320618 - - -0.9997334349222643 - - 0.0018969104949928051 - - 0.037652775465624164 - - - 0.0082636712341401 - - -0.0020875452648459456 - - -0.9999636762865445 - - 0.577927306325869 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971511394826315 - - -0.03734674549194017 - - -0.06553491916261046 - - 0.0482040934109422 - - - -0.037302612184241066 - - -0.9993022141255118 - - 0.0018973581851008394 - - 0.03524717028711459 - - - -0.06556004997497906 - - 0.0005526707977684469 - - -0.9978484726662 - - 0.574349874475337 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985608600063312 - - -0.028812071407683524 - - -0.04523354291468511 - - -0.04561820804196932 - - - -0.02551334648365455 - - -0.9970867363453328 - - 0.07188260815675877 - - -0.023275269733589163 - - - -0.04717285251732299 - - -0.07062509996744555 - - -0.9963868813066377 - - 0.5766028964382248 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.992355290560057 - - -0.025626493864281688 - - -0.12072390032503351 - - 0.022905436113723164 - - - -0.023663161386218552 - - -0.9995638380477923 - - 0.01766885566119228 - - -0.03017832889703188 - - - -0.12112403597418007 - - -0.01467707325696114 - - -0.9925288667993162 - - 0.5752083772636911 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976063910076848 - - -0.03390292387208614 - - -0.060266743512039214 - - 0.061554670604633314 - - - -0.029865578066566076 - - -0.9973277312005313 - - 0.06667416160065229 - - -0.03250474255507897 - - - -0.062366143598688514 - - -0.06471466859471336 - - -0.9959530489944309 - - 0.5748173872218199 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963700257041759 - - -0.03926467883651391 - - -0.07553182689519175 - - 0.048218523723249515 - - - -0.03793710164535902 - - -0.999100770683805 - - 0.018932150902017456 - - 0.03527097043120213 - - - -0.07620727128699395 - - -0.015997969086495922 - - -0.9969636486793779 - - 0.574340773428482 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980569558473621 - - -0.029909881820461275 - - -0.05465996573528721 - - -0.045666411455625076 - - - -0.02751291534365182 - - -0.9986486043946791 - - 0.04409086560561605 - - -0.02329300309488748 - - - -0.05590485107743137 - - -0.042501340097054446 - - -0.997531094109835 - - 0.5768330363113031 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9909703560631609 - - -0.02686371309791358 - - -0.1313624540066342 - - 0.02285384575380765 - - - -0.022487383131840694 - - -0.9991452387121189 - - 0.034685869727964475 - - -0.030157581394719163 - - - -0.1321819617191919 - - -0.03141867084229538 - - -0.990727407574137 - - 0.5749325718507299 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976148158879191 - - -0.030854522536902858 - - -0.06174688299771005 - - 0.06156543900434025 - - - -0.027770393033689722 - - -0.9983531400535794 - - 0.050197739151405046 - - -0.032519712573772265 - - - -0.0631940218032334 - - -0.048363273092067074 - - -0.9968287262233942 - - 0.5746692461772116 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995737241387004 - - -0.02326474183004263 - - -0.017638645046340388 - - -0.03500360764071706 - - - -0.023197312210268432 - - -0.9997228322897106 - - 0.004017873176015907 - - 0.03765721260823032 - - - -0.01772723096562615 - - -0.0036069912975611454 - - -0.9998363540580383 - - 0.5778750782070318 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9987305729393279 - - -0.03829082398490838 - - -0.032726983894618124 - - 0.04825826299880688 - - - -0.03768303736398522 - - -0.9991092700272958 - - 0.018990925215709484 - - 0.03527721355684577 - - - -0.03342501116389227 - - -0.01773356546442203 - - -0.9992838882342759 - - 0.5744609453806901 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984186710485108 - - -0.028332815287981046 - - -0.04855315519698878 - - -0.04563965520659505 - - - -0.02591429232185275 - - -0.9984260808927623 - - 0.04973741495671892 - - -0.02327886322331176 - - - -0.04988593744917794 - - -0.04840054308555257 - - -0.9975814656827984 - - 0.5768967456228096 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9912692749742386 - - -0.030688706133846916 - - -0.128231929751828 - - 0.022862809041165614 - - - -0.021982653484930455 - - -0.9973906479502189 - - 0.06876524069036556 - - -0.030159345157404767 - - - -0.1300076437668526 - - -0.06534599220512931 - - -0.9893573236525408 - - 0.5749653771570766 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985150112634634 - - -0.03192144933600377 - - -0.044145139639764866 - - 0.061583084624627 - - - -0.0294309509966716 - - -0.9979991826627183 - - 0.05595936497117651 - - -0.03252568991838513 - - - -0.04584311731281927 - - -0.054577032503011436 - - -0.9974566437285421 - - 0.5749625661593609 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997436802082116 - - -0.021856130512193945 - - 0.005906220684594863 - - -0.03497642908385799 - - - -0.021927957526793673 - - -0.9996828602704586 - - 0.0123831966865612 - - 0.03764393519490757 - - - 0.005633698824424689 - - -0.01250953398448049 - - -0.9999058820694311 - - 0.5777012059594313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9975649136761486 - - -0.038562485794766864 - - -0.0581134897560504 - - 0.048242956302605194 - - - -0.03816718601251289 - - -0.9992401607103588 - - 0.00789728658606436 - - 0.03528109952026222 - - - -0.058373871845067905 - - -0.005660027638147661 - - -0.9982787462292037 - - 0.5746849478258689 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989553343103412 - - -0.029934644581018938 - - -0.03452762816531913 - - -0.04566166811685865 - - - -0.027678659731092715 - - -0.9975619858485952 - - 0.06406228364098757 - - -0.02332237090934014 - - - -0.03636113101107901 - - -0.06303968149995706 - - -0.9973484179102005 - - 0.5769619904289177 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9908795828409647 - - -0.0265172388827288 - - -0.13211543570284306 - - 0.02288299421632963 - - - -0.022980296884779317 - - -0.9993374073830454 - - 0.028225027192573318 - - -0.030167245220720503 - - - -0.13277634677909755 - - -0.024931551234738628 - - -0.990832407367173 - - 0.5751690683832702 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982323135271343 - - -0.03322212315893517 - - -0.04928020660546829 - - 0.06157092058772798 - - - -0.028683863191662745 - - -0.9955196308918254 - - 0.0900993923475942 - - -0.03250875391539652 - - - -0.052052706199265684 - - -0.08852657816619983 - - -0.9947128031424531 - - 0.5747007967360441 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999757031569597 - - -0.021944122886915083 - - 0.0020816574818579843 - - -0.03497792144581726 - - - -0.021947505915590856 - - -0.9997578176629663 - - 0.0016164794671717486 - - 0.037643351420052665 - - - 0.002045681117112333 - - -0.0016617739035901435 - - -0.9999965268420987 - - 0.5776077053580241 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9980482128128608 - - -0.038430940891170946 - - -0.04922222753262776 - - 0.04822601368257515 - - - -0.0378227781849629 - - -0.9991969037388292 - - 0.01322818994075128 - - 0.03524602299700522 - - - -0.049691069131439995 - - -0.011340649935379525 - - -0.9987002489774488 - - 0.5743445440897155 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993806938826574 - - -0.028124594104754496 - - -0.02114795264467027 - - -0.04562058353439613 - - - -0.026179382170933 - - -0.9958448623579812 - - 0.08722184396331706 - - -0.023295765141220566 - - - -0.023513158949121298 - - -0.08661418660736706 - - -0.9959644140402694 - - 0.5766177303545111 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9928816774855093 - - -0.027388318775612715 - - -0.11591313345866647 - - 0.022904370264022575 - - - -0.02402979031068489 - - -0.9992527582177172 - - 0.03027365805299835 - - -0.030185825545214495 - - - -0.1166556629194902 - - -0.027272792100017512 - - -0.9927978903683692 - - 0.5753485152376001 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981494850709113 - - -0.032693367293855524 - - -0.05127132909983722 - - 0.061563624090536416 - - - -0.028929987685717744 - - -0.9969487642180045 - - 0.07249977473549503 - - -0.032500389324716425 - - - -0.05348514995004667 - - -0.07088233390050276 - - -0.9960497143594984 - - 0.5745163677249525 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996696240547285 - - -0.02301320483213612 - - 0.011447058383349208 - - -0.034983291833853215 - - - -0.0227229964384982 - - -0.9994324852481222 - - -0.024867104045658693 - - 0.037599878135592825 - - - 0.012012833767835839 - - 0.024598777085777318 - - -0.9996252257675124 - - 0.5777209891691513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.998134381979381 - - -0.03742217516730763 - - -0.048242474194288225 - - 0.04823495202992391 - - - -0.03793852190491112 - - -0.9992317051895725 - - -0.00983198350332844 - - 0.03518206989074358 - - - -0.04783747554281894 - - 0.011643888941693315 - - -0.9987872625259112 - - 0.5741683846103645 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998569687610094 - - -0.02768922377855577 - - -0.04573713887881672 - - -0.04565849832176977 - - - -0.02516511834711564 - - -0.998176329186778 - - 0.054870143701141655 - - -0.023292466538849275 - - - -0.04717304108126558 - - -0.0536406817420261 - - -0.9974454278091585 - - 0.5770308191058728 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9905763149688009 - - -0.0281090296222154 - - -0.13404643477738692 - - 0.022890177947747187 - - - -0.02313452249676749 - - -0.9989898031764763 - - 0.03852488829668675 - - -0.030162113448408277 - - - -0.13499391872109423 - - -0.035060741622547714 - - -0.9902259269001192 - - 0.574972355957875 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9966768127507322 - - -0.033785179900612396 - - -0.07412079697443354 - - 0.061564610512367446 - - - -0.026051578643795075 - - -0.9943474592875317 - - 0.10292932263740973 - - -0.03250835432152909 - - - -0.07717931183424805 - - -0.1006563054533251 - - -0.9919232137606611 - - 0.5747237176549163 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982280401493357 - - -0.039111512261889095 - - -0.04484494919390855 - - 0.04829992201055819 - - - -0.038136836880941785 - - -0.9990217006132944 - - 0.022388018591157296 - - 0.03528104973739259 - - - -0.04567670667126275 - - -0.02063810340873563 - - -0.998743063633164 - - 0.574903361592983 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9930381733248734 - - -0.027771845190354992 - - -0.11447231514353849 - - 0.0228795311042922 - - - -0.024747102421040577 - - -0.9993082267395303 - - 0.02776056361924715 - - -0.030165059724823428 - - - -0.11516408833208884 - - -0.024734441279695346 - - -0.9930384887672887 - - 0.5751094959057806 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9994363382374828 - - -0.03150004751990343 - - -0.01160830808928322 - - 0.0616035906376 - - - -0.03056265912436708 - - -0.996819129149984 - - 0.07360399192921258 - - -0.03251090171907845 - - - -0.013889912803888795 - - -0.07320772341025006 - - -0.9972199855374886 - - 0.5749549509331299 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965054185139534 - - -0.040458230625524186 - - -0.07307586774703734 - - 0.048237899284522844 - - - -0.038237975884150566 - - -0.9987710693619803 - - 0.0315310673116147 - - 0.035274541188481764 - - - -0.07426175376742536 - - -0.028626606158927655 - - -0.9968278233211632 - - 0.5744665518680239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981524330049202 - - -0.029356151166163927 - - -0.05319715100517845 - - -0.045628931494632714 - - - -0.025393470845071694 - - -0.9969575933062716 - - 0.07369347859483041 - - -0.023274426444076977 - - - -0.055198660534463345 - - -0.07220646465293509 - - -0.9958611019301462 - - 0.5766811517753534 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9913157596911665 - - -0.029818645326475924 - - -0.12807776145302982 - - 0.022867783152865966 - - - -0.02266265002863024 - - -0.9981185919905126 - - 0.05697087516052457 - - -0.030146815513681997 - - - -0.1295355892471455 - - -0.053573544905765616 - - -0.9901264598043142 - - 0.5749614934994306 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972411654817358 - - -0.03000642114466335 - - -0.06789456943466386 - - 0.06156757594321659 - - - -0.026665939642750866 - - -0.9984139398870602 - - 0.049583589040811525 - - -0.0325277769638914 - - - -0.06927471062082079 - - -0.047636323633211 - - -0.9964596304613221 - - 0.5748308066868819 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996871055520904 - - -0.02263130126799558 - - 0.010654351026745121 - - -0.03499358648174536 - - - -0.02256528402801442 - - -0.9997256706975619 - - -0.0062762492817290995 - - 0.03763879929099685 - - - 0.010793467914387867 - - 0.006033867021122479 - - -0.9999235438268037 - - 0.5777266295026522 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997687647155308 - - -0.03845808967197328 - - -0.05603868353635965 - - 0.04825706726727777 - - - -0.037577063920617076 - - -0.9991543142949773 - - 0.016691928973014365 - - 0.035279839421189105 - - - -0.05663323212400704 - - -0.0145475621502972 - - -0.9982890590678994 - - 0.5747016014478807 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9986247410555252 - - -0.030734447446312922 - - -0.04247376004022956 - - -0.045619946223993305 - - - -0.027692691678001875 - - -0.9971318181163212 - - 0.07043615639476637 - - -0.023285817021337044 - - - -0.04451675391818565 - - -0.06916307569947054 - - -0.9966116232416609 - - 0.5768470105509551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9920419895687406 - - -0.03327791560364107 - - -0.12143010856279306 - - 0.022844085039908556 - - - -0.02519219247470659 - - -0.997399430571796 - - 0.06752576792139782 - - -0.030151960091855334 - - - -0.1233614379407605 - - -0.06392930648876215 - - -0.9903004591542175 - - 0.5750456217918227 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977156647239555 - - -0.03041185409858791 - - -0.060320572732044914 - - 0.06158789099441787 - - - -0.02741600623850767 - - -0.9983785504681209 - - 0.04988619615789541 - - -0.032516728640897254 - - - -0.06173989768671331 - - -0.04811849016189215 - - -0.9969316907081317 - - 0.5747455053523866 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972419865486793 - - -0.03826591580513733 - - -0.06359355275527319 - - 0.04821651612065146 - - - -0.03782106226204009 - - -0.9992510072502875 - - 0.008184849336269453 - - 0.035240963042410936 - - - -0.06385912240091042 - - -0.005757099693481472 - - -0.9979423171152255 - - 0.5741244193167502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9974337412705573 - - -0.029453250916368197 - - -0.06525670682371564 - - -0.04562385814541295 - - - -0.024549582725498766 - - -0.9969029319461108 - - 0.07471186161013577 - - -0.023249346571919235 - - - -0.0672551095681422 - - -0.0729181067205234 - - -0.9950676861145034 - - 0.5765207698309243 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9929942127028069 - - -0.029413553160684974 - - -0.1144435949679854 - - 0.02290544820587921 - - - -0.02311385764305058 - - -0.9981637880982217 - - 0.05598929999799845 - - -0.03015672333200412 - - - -0.11588029652874351 - - -0.052951817909044775 - - -0.9918507255915774 - - 0.575105559353653 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971353739373362 - - -0.03107276333694299 - - -0.06896034673241587 - - 0.061577559919510506 - - - -0.02612511850585618 - - -0.9970967339530528 - - 0.0715232921726219 - - -0.0325116840756667 - - - -0.07098256282992084 - - -0.0695168074551874 - - -0.9950522042864559 - - 0.5747361325271967 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968086764890668 - - -0.03887426752161662 - - -0.06972269215092657 - - 0.04820979822963755 - - - -0.03789666340489011 - - -0.9991646778596914 - - 0.015290173979221847 - - 0.035245321859430814 - - - -0.07025884555621133 - - -0.012599120691389257 - - -0.9974492251633221 - - 0.574123535002079 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9984627305765331 - - -0.02791366778122649 - - -0.04788530881860007 - - -0.04564116822274207 - - - -0.024983613079955655 - - -0.9978413476436342 - - 0.06073272602318452 - - -0.023285103907189703 - - - -0.04947721422154291 - - -0.059443015432727196 - - -0.9970047809259193 - - 0.576852091019148 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9916250928523537 - - -0.030332539967466828 - - -0.12553729423833745 - - 0.022873596949127842 - - - -0.0229326695356235 - - -0.9979363052465317 - - 0.05997685669381149 - - -0.030140487388920622 - - - -0.12709747398564133 - - -0.056595650804829006 - - -0.9902742874660768 - - 0.5750505037667956 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997837179286174 - - -0.032868736866700124 - - -0.05692635392328721 - - 0.061578785681972864 - - - -0.028492312095538604 - - -0.9966965439823536 - - 0.07605384516960484 - - -0.03253486700472478 - - - -0.059238094041437164 - - -0.07426739089546253 - - -0.995477374360622 - - 0.5749259917196279 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996599546713191 - - -0.021716088018259874 - - 0.014435600012451878 - - -0.03496189710618702 - - - -0.02172374834302055 - - -0.9997639415631853 - - 0.0003740427416840202 - - 0.03761395799908422 - - - 0.014424069622177458 - - -0.0006875108920479924 - - -0.9998957313361767 - - 0.57746054968599 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9962592105126046 - - -0.03868834460661935 - - -0.07727093541818464 - - 0.04819715566829857 - - - -0.0369692873071233 - - -0.9990387410909429 - - 0.023555585227882293 - - 0.03527888800080712 - - - -0.0781079846418096 - - -0.020610817330327345 - - -0.9967318279979683 - - 0.5742847774757902 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9977656125059109 - - -0.02817912135203885 - - -0.06057821077360636 - - -0.04564224746403052 - - - -0.025212687029771787 - - -0.9984712860948043 - - 0.04918751118859267 - - -0.02328164093215385 - - - -0.06187166486723294 - - -0.04755026775966903 - - -0.99695078570737 - - 0.5768739470869015 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9918719031050508 - - -0.02668877042143694 - - -0.1244099568529643 - - 0.02289118653874254 - - - -0.024577430912234056 - - -0.999527198164276 - - 0.01847511893404534 - - -0.030172906889398752 - - - -0.12484421380472133 - - -0.015267274257855961 - - -0.9920588856596251 - - 0.5751922122723713 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972418843066294 - - -0.029022155104803722 - - -0.0683106045767128 - - 0.06156839734183741 - - - -0.02606657093810935 - - -0.9987016189527791 - - 0.04376768420452201 - - -0.032528650009856865 - - - -0.06949214390196788 - - -0.04186634464783101 - - -0.9967035924093669 - - 0.5747110518714622 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996316477546922 - - -0.023674382826387574 - - -0.013269981349975639 - - -0.03501036385601108 - - - -0.023793291978599602 - - -0.9996774989477778 - - -0.008875660783116543 - - 0.037642179218405035 - - - -0.013055575975810647 - - 0.009188127954349033 - - -0.999872556999458 - - 0.5777741231555246 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997608243071555 - - -0.03717906798465653 - - -0.058271007023025394 - - 0.04822626076626113 - - - -0.03743260415807351 - - -0.999293820237295 - - -0.003265115847474117 - - 0.035228137754276426 - - - -0.05810846325304229 - - 0.005438542023808977 - - -0.9982954616540259 - - 0.5744853865522763 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9986844600299112 - - -0.02968107005409659 - - -0.04181367450019771 - - -0.045626996073581054 - - - -0.025554709787373894 - - -0.9950553144758951 - - 0.09597852854134097 - - -0.02323788397847006 - - - -0.044455664458511596 - - -0.09478372863377825 - - -0.994504770568664 - - 0.57663769918518 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9917556028651147 - - -0.028213302032795352 - - -0.12499933509446853 - - 0.022887546502616957 - - - -0.02337051221160045 - - -0.9989246813142038 - - 0.040041231503083745 - - -0.030166242371098023 - - - -0.12599461633189096 - - -0.03678981720153523 - - -0.9913485088532977 - - 0.5749571828220826 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9970712259721777 - - -0.03898143192560377 - - -0.06579831535357117 - - 0.06155199100427787 - - - -0.031251268785400466 - - -0.9929114680847978 - - 0.11467421133364976 - - -0.03247570654765248 - - - -0.0698020668579458 - - -0.11228207564309377 - - -0.991221673971891 - - 0.5746697093404805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997258391655524 - - -0.02295964460556126 - - -0.0045936068963598935 - - -0.03499767418991136 - - - -0.02298259701542828 - - -0.9997233227812481 - - -0.005007806071245029 - - 0.037634488786899505 - - - -0.00447735850233041 - - 0.005112006143100117 - - -0.9999769100604448 - - 0.5777019767047835 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9976402818878816 - - -0.03831294208646096 - - -0.05697355898438917 - - 0.04825912746426421 - - - -0.03751739900193294 - - -0.9991838623432246 - - 0.014968433618962072 - - 0.03528230768557898 - - - -0.057500545447829836 - - -0.012795612590063874 - - -0.9982634720211127 - - 0.5748178557707107 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992532347317669 - - -0.02865036394688538 - - -0.025925460918012264 - - -0.04563730591621311 - - - -0.026265339499298462 - - -0.9957675340290583 - - 0.0880746848684423 - - -0.023279926917669364 - - - -0.0283391040628839 - - -0.08732797272008458 - - -0.9957764409552546 - - 0.5766977711303861 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9914045292104647 - - -0.028490397137757625 - - -0.12769243020598228 - - 0.02287754427387169 - - - -0.02324101865952905 - - -0.9988298155898004 - - 0.04241290535334248 - - -0.030178934664287272 - - - -0.12875136703213766 - - -0.03908064431118065 - - -0.9909065489376775 - - 0.5751615589962094 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9961382597281655 - - -0.031832660229123 - - -0.08182450273896619 - - 0.06157667373559165 - - - -0.02667142562517094 - - -0.9976308455401468 - - 0.06341396598520602 - - -0.032511363746433555 - - - -0.08364928308636513 - - -0.060986701579845266 - - -0.9946272767572525 - - 0.5748294274036214 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997358946397742 - - -0.022880291982227883 - - -0.0021524887033941985 - - -0.03500095012264751 - - - -0.02289067047457997 - - -0.9997258317968137 - - -0.004927316043519685 - - 0.03764100670640783 - - - -0.0020391601296695645 - - 0.004975286622550718 - - -0.9999855440700074 - - 0.5777635745337565 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970237929758751 - - -0.039707240045470625 - - -0.06608245854968355 - - 0.048237358595139675 - - - -0.03829224520478427 - - -0.9990122560521576 - - 0.02254365131820608 - - 0.03527587973739943 - - - -0.06691233217558588 - - -0.019946111038283938 - - -0.9975594681307347 - - 0.5743015743057848 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9921963617870418 - - -0.028429677474884424 - - -0.1214007129107228 - - 0.022874829688007123 - - - -0.02435526987597096 - - -0.999093474018993 - - 0.034914910882434216 - - -0.030154562995842796 - - - -0.1222832796658084 - - -0.0316857004235941 - - -0.9919893224742088 - - 0.5750799997607328 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998103619793266 - - -0.03404293498340446 - - -0.05128589214681991 - - 0.061567341713699944 - - - -0.029560869250634954 - - -0.9958779940280028 - - 0.08575066192110786 - - -0.032512082262036675 - - - -0.05399369560167568 - - -0.08407199051097203 - - -0.9949957694617585 - - 0.5747282604732743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996580211519897 - - -0.039384181057879525 - - -0.07264136761761587 - - 0.04823646700644084 - - - -0.03849763327041249 - - -0.9991666143894966 - - 0.013564988831823435 - - 0.03525516132308077 - - - -0.07311507532331672 - - -0.010722078708479446 - - -0.9972658736709257 - - 0.5744317416972746 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.991528827287809 - - -0.028955380632442983 - - -0.12661820797062545 - - 0.022880858957078767 - - - -0.023474165641721292 - - -0.998730456314801 - - 0.04456948705846509 - - -0.03014945037079725 - - - -0.1277479870866357 - - -0.04121967444873869 - - -0.9909497415276179 - - 0.5749766547631566 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983734393491122 - - -0.03237856610071267 - - -0.046926581587481565 - - 0.061573375327480515 - - - -0.028896646002051385 - - -0.9969082695934786 - - 0.07306768003686012 - - -0.03251389128956391 - - - -0.04914732395621262 - - -0.07159281020744065 - - -0.9962223697922794 - - 0.5747374441443992 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996968227984875 - - -0.02311583318140845 - - 0.008480609821162851 - - -0.03496275369960381 - - - -0.022960780524349054 - - -0.9995752753726619 - - -0.017946348413522464 - - 0.037605219335019854 - - - 0.008891852693459377 - - 0.017746186069016723 - - -0.9998029845102891 - - 0.577647465423657 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9962558110264521 - - -0.03932484181109753 - - -0.07699295949993318 - - 0.04824143725287359 - - - -0.03867683773053248 - - -0.9992028262436029 - - 0.009890108693143525 - - 0.035268879906257794 - - - -0.07732050969304494 - - -0.006875234056255091 - - -0.9969825825647504 - - 0.5747582466195709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9900724859596592 - - -0.03135475946440894 - - -0.13701588084813146 - - 0.022871122529848326 - - - -0.02210202236339331 - - -0.9974036743234803 - - 0.06853766156988994 - - -0.030154696042245216 - - - -0.13880912489137145 - - -0.06482892490971731 - - -0.9881949389376278 - - 0.5749195927225542 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9958423853620932 - - -0.03253244608900197 - - -0.0850857418596226 - - 0.061564854059172655 - - - -0.027022711507652668 - - -0.997511225796737 - - 0.06512393931777694 - - -0.03248532811287021 - - - -0.0869926237051759 - - -0.06255393161870401 - - -0.9942430734281896 - - 0.5747170999392117 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997318905953864 - - -0.022943880007341502 - - 0.00311854080990855 - - -0.03502031903953794 - - - -0.022915477955822244 - - -0.9996981719870514 - - -0.008856963125417863 - - 0.03764511713055618 - - - 0.00332081264611163 - - 0.008783125637123832 - - -0.9999559134818958 - - 0.5779698799376952 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9973787877557616 - - -0.038360404170895035 - - -0.06135171657495021 - - 0.04825248790947097 - - - -0.037774961096075824 - - -0.9992292576381875 - - 0.010674408368982575 - - 0.0352723640948879 - - - -0.06171390482733531 - - -0.008328869772269583 - - -0.9980591284484502 - - 0.5746604324313472 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9979298635866681 - - -0.03013224396378079 - - -0.056815800932498474 - - -0.045688951912693385 - - - -0.026746051037020126 - - -0.997873147128083 - - 0.05944603430524993 - - -0.02328532004147986 - - - -0.058486204491479975 - - -0.05780337459355667 - - -0.9966133321252422 - - 0.5768879356725884 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9906490537179282 - - -0.02919149193708511 - - -0.1332753134164782 - - 0.022879828086802157 - - - -0.02153533964427657 - - -0.9980532967712648 - - 0.05853072654953017 - - -0.030157180081933594 - - - -0.13472446516568193 - - -0.05511327972909361 - - -0.9893492027001003 - - 0.5751112911359672 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9967279910749002 - - -0.03126688613456957 - - -0.07453652553776272 - - 0.061577518563182415 - - - -0.02721508821996008 - - -0.9981280768364916 - - 0.05476934547597422 - - -0.03251086789408337 - - - -0.07610946577774333 - - -0.05256162157063544 - - -0.9957131239252057 - - 0.5747430538942039 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999650237487996 - - -0.02248950528706683 - - 0.013914914377610384 - - -0.03497076202218683 - - - -0.02253320329634169 - - -0.9997416192154099 - - 0.002991581146523784 - - 0.03764353101092505 - - - 0.013844039851104557 - - -0.003304082398108995 - - -0.9998987076699859 - - 0.5777066598692493 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9981385228585322 - - -0.03655718455632111 - - -0.048816610319670176 - - 0.04825380813805014 - - - -0.037112834934326044 - - -0.9992556578054214 - - -0.01052462954177843 - - 0.035235078622152076 - - - -0.04839552323226724 - - 0.01231676098531123 - - -0.9987523069960366 - - 0.5744402269763703 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9976442900942529 - - -0.02941694354630963 - - -0.06197187970949015 - - -0.04564551779248541 - - - -0.025383268695470952 - - -0.9975689055577039 - - 0.06489967900334918 - - -0.023295959444553625 - - - -0.06373037041056492 - - -0.06317374531241178 - - -0.9959656207874518 - - 0.5768488639597187 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9935523707262113 - - -0.02650526637813837 - - -0.11023228872952473 - - 0.02288237962240334 - - - -0.02319347453528899 - - -0.9992434490940396 - - 0.03121845898869701 - - -0.03017950249995605 - - - -0.11097634596303069 - - -0.028460504157024058 - - -0.9934154470008116 - - 0.5752761554939754 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975398035373962 - - -0.030277828919234355 - - -0.0632265247701511 - - 0.061580668649113365 - - - -0.026779595255538337 - - -0.9981016353453951 - - 0.055461507361395566 - - -0.03250570389224262 - - - -0.06478575180178513 - - -0.053631880414415474 - - -0.9964569372364728 - - 0.5747003631990781 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996021697371287 - - -0.022515885095240707 - - 0.016986382051585293 - - -0.034997784906155904 - - - -0.021988671348551907 - - -0.9992894915590215 - - -0.030610625476116284 - - 0.03763751638404696 - - - 0.017663538409669624 - - 0.030224939670603215 - - -0.999387038355391 - - 0.5777090218762484 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9960244581163663 - - -0.03738301306053526 - - -0.08085659632036658 - - 0.04820933870660382 - - - -0.03835989753947524 - - -0.9992081707561694 - - -0.010561711739635033 - - 0.03522685718555209 - - - -0.08039774309493912 - - 0.013621373962491223 - - -0.9966697853735782 - - 0.5742203004903121 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989600826217939 - - -0.02887143218355812 - - -0.03528730270123773 - - -0.04565907261633148 - - - -0.026104027380691574 - - -0.9967265844555528 - - 0.07651598260543936 - - -0.02326741808333451 - - - -0.03738091869880514 - - -0.07551527158951359 - - -0.996443731815297 - - 0.5767458681972746 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9933318505679491 - - -0.02978231486159535 - - -0.11137705494732028 - - 0.022866942698900095 - - - -0.02506370752166334 - - -0.9987377176303981 - - 0.04352909311819253 - - -0.030150292087876177 - - - -0.11253286281136779 - - -0.040447312690814904 - - -0.9928244405148222 - - 0.5752636096717154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9969195150645708 - - -0.031345766131973755 - - -0.07189522535621294 - - 0.0615906603453891 - - - -0.027060341409134752 - - -0.9978420183402642 - - 0.05982511477172173 - - -0.0325346791989643 - - - -0.0736153408349245 - - -0.057695315063081315 - - -0.9956164081680909 - - 0.5749230513986291 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9987095184462741 - - -0.03802510574619123 - - -0.03366584467679747 - - 0.048295274427897224 - - - -0.03750413952233212 - - -0.999168799495016 - - 0.01597340396967251 - - 0.03524618719554788 - - - -0.03424525198477483 - - -0.014690182050603661 - - -0.9993054894614658 - - 0.5747319398221278 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9976238515347918 - - -0.030709876368932573 - - -0.061672962814287684 - - -0.04564455393260183 - - - -0.027150073758561332 - - -0.9979617284511788 - - 0.05775172760740449 - - -0.023263532810300604 - - - -0.06332080498376749 - - -0.05594007543917011 - - -0.9964241986303158 - - 0.5766686784265764 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9894595057856641 - - -0.03008614505989519 - - -0.1416499568860657 - - 0.022859215676389558 - - - -0.020253259236378243 - - -0.9973164659047979 - - 0.07035390767731567 - - -0.030158375557593348 - - - -0.14338651226908822 - - -0.06674346942285173 - - -0.9874135999613878 - - 0.5748778159594037 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99702107076702 - - -0.03251328291729653 - - -0.06994191075832165 - - 0.06155769174484592 - - - -0.027959158064531395 - - -0.997484726025866 - - 0.06513452867278875 - - -0.032518513797955555 - - - -0.07188372504891316 - - -0.06298498058302172 - - -0.9954223336323379 - - 0.5746803834952887 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997230037652748 - - -0.02262633073089706 - - 0.006478032123449309 - - -0.034982643561013105 - - - -0.022636009664238437 - - -0.9997427575516266 - - 0.0014247068298256472 - - 0.03764080511694763 - - - 0.006444129810679025 - - -0.0015709489891498438 - - -0.9999780024131817 - - 0.5776713272720707 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9962781337751746 - - -0.0389688627719515 - - -0.07688503037468436 - - 0.04826158697101428 - - - -0.03853194409065971 - - -0.9992317266033164 - - 0.007158619556118467 - - 0.035268976695674706 - - - -0.07710492491436327 - - -0.004169446439970165 - - -0.997014265830903 - - 0.5746418221642551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9977532367013204 - - -0.029618031086187244 - - -0.060093684248983696 - - -0.04567948144117982 - - - -0.02682465866826207 - - -0.998545460987165 - - 0.046769648590316584 - - -0.023293288999761682 - - - -0.061391500546656604 - - -0.045052575692274416 - - -0.9970964592676689 - - 0.576967619571306 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.992542457259559 - - -0.02763590316507665 - - -0.11872542858801105 - - 0.022868059437071094 - - - -0.02367192446132982 - - -0.9991184445259135 - - 0.034669493800967045 - - -0.030174899060146594 - - - -0.11957888830999183 - - -0.031600485191982476 - - -0.9923216710352429 - - 0.5752679663424605 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9967064938194267 - - -0.03125611329892117 - - -0.07482793969922061 - - 0.061593406154364 - - - -0.02772951242510178 - - -0.9984760908230242 - - 0.04771341735231734 - - -0.032535433389157264 - - - -0.07620524469386158 - - -0.045481330633736904 - - -0.9960543204288268 - - 0.5751228672273216 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997296758775107 - - -0.023249971736305355 - - 0.00011825442206779468 - - -0.03499258842885231 - - - -0.023242991562959902 - - -0.999530956703724 - - -0.01994066032362512 - - 0.0376097141321922 - - - 0.0005818187445514185 - - 0.019932521295586876 - - -0.9998011582718582 - - 0.5776843844451097 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9971744953513489 - - -0.036331799242232975 - - -0.06574972383671787 - - 0.04822465339807994 - - - -0.03788202550458144 - - -0.9990291901547426 - - -0.0224862038243204 - - 0.03520562287404205 - - - -0.0648689291144291 - - 0.024913401666185997 - - -0.9975827506793439 - - 0.57423607424361 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.997642550472222 - - -0.02927808841344137 - - -0.062065570376293254 - - -0.04563825280820629 - - - -0.023665709864454623 - - -0.9957228733907824 - - 0.08930785846170629 - - -0.023240787304836683 - - - -0.06441487144977746 - - -0.08762849391185164 - - -0.9940683937188879 - - 0.5766637332845791 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9926571182282347 - - -0.027157952786219137 - - -0.117874048167008 - - 0.022868956858638892 - - - -0.025377717585188808 - - -0.9995404672298632 - - 0.01657787139754362 - - -0.030169738457094156 - - - -0.11827010222783707 - - -0.013464767742838654 - - -0.9928901666088997 - - 0.5753181215132714 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977241578284315 - - -0.03008549358835856 - - -0.06034374831821409 - - 0.06157905447413778 - - - -0.028281121392344975 - - -0.9991334852865127 - - 0.030536154833532364 - - -0.03251046327821913 - - - -0.061210154862886744 - - -0.02876007049314814 - - -0.9977104666619924 - - 0.5751040834133541 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9945997841161223 - - -0.03866975026312493 - - -0.09631157693003692 - - 0.04823477262800389 - - - -0.03862442630522367 - - -0.9992510689346232 - - 0.0023355782165354194 - - 0.03528164385712595 - - - -0.096329762424472 - - 0.0013970138155216447 - - -0.9953484943594602 - - 0.5748120043632127 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982701156504652 - - -0.0279382201445451 - - -0.051732311511878 - - -0.045665142761340066 - - - -0.02470479870543042 - - -0.9977628336715432 - - 0.06212085531170095 - - -0.02328834575657508 - - - -0.053352123857736106 - - -0.06073535707384995 - - -0.9967270274658862 - - 0.5768763700175538 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9914076596581043 - - -0.02785354088141443 - - -0.12780857808303775 - - 0.022900992869830085 - - - -0.02360781578764211 - - -0.9991218459919585 - - 0.03461513968421586 - - -0.03016905242590702 - - - -0.12866049667624224 - - -0.03130043325560199 - - -0.9911946123103345 - - 0.5753313625789673 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9965325972773159 - - -0.03000234779349768 - - -0.07760568078823195 - - 0.061584025592033215 - - - -0.025615351670199207 - - -0.9980500844508269 - - 0.0569199673797311 - - -0.032531197321583605 - - - -0.07916208892228004 - - -0.05473470612486774 - - -0.995357963560289 - - 0.5748673559872316 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9994964610447232 - - -0.022532969777472094 - - 0.022340314055123097 - - -0.03497086449068369 - - - -0.022169212509395457 - - -0.9996197322746356 - - -0.016398684822245317 - - 0.03764997365265323 - - - 0.022701329824203368 - - 0.015895160275807355 - - -0.9996159229944366 - - 0.577821164623872 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9979077692767894 - - -0.03928872144376798 - - -0.05134666867807489 - - 0.04827154925608678 - - - -0.0382827744928997 - - -0.9990580691130032 - - 0.020430460526478043 - - 0.035270969059897184 - - - -0.0521009903374953 - - -0.018422022351310827 - - -0.9984718903896797 - - 0.574526388649116 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981436046854486 - - -0.03055009497005614 - - -0.05268810228941102 - - -0.04563915159931595 - - - -0.029216959814055622 - - -0.9992377521613549 - - 0.02588984192200802 - - -0.0233185202347771 - - - -0.05343887802679569 - - -0.024302393973500955 - - -0.9982753527771755 - - 0.5769510296618032 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9914567588613106 - - -0.030089451037787672 - - -0.12691776961666767 - - 0.02288865751996193 - - - -0.024700645220606658 - - -0.998733972859559 - - 0.04382156526013088 - - -0.030145512010692408 - - - -0.1280756551180226 - - -0.04031223626154677 - - -0.9909447765509858 - - 0.5750585820342805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972542105334367 - - -0.03493584454765531 - - -0.06529568392377808 - - 0.06158456307240165 - - - -0.0290598416582672 - - -0.9956193309010118 - - 0.08886885584398137 - - -0.0325225726369136 - - - -0.06811435367180918 - - -0.08672735843990619 - - -0.9939007999402698 - - 0.5748910775703655 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996719815336373 - - -0.022351642525003535 - - 0.012503336076643909 - - -0.034976442380073455 - - - -0.022274758003116398 - - -0.999732319445807 - - -0.006254966939087172 - - 0.03762320813963219 - - - 0.012639797961741845 - - 0.005974406409085787 - - -0.9999022662118259 - - 0.5776930007464438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9957729717092136 - - -0.03865023451501786 - - -0.083320754829369 - - 0.048234921177383656 - - - -0.03878435082514115 - - -0.9992476039755713 - - 8.952814500262814e-06 - - 0.035266219624414626 - - - -0.08325841065306296 - - 0.0032226264156177326 - - -0.9965227803389705 - - 0.574621879309589 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9911158525849012 - - -0.03132226091591669 - - -0.12926052268972038 - - 0.022850508737432277 - - - -0.023889463747668156 - - -0.9979922580580498 - - 0.05865787566938136 - - -0.030149454741233497 - - - -0.1308382982033675 - - -0.05504878588407732 - - -0.9898742197349805 - - 0.5750638084761416 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976389938360077 - - -0.03371521823594649 - - -0.05983077834343065 - - 0.06158169144916732 - - - -0.029134189864289856 - - -0.9966933130305586 - - 0.07585274379427774 - - -0.03251335151836781 - - - -0.0621903284991303 - - -0.07393053374263796 - - -0.9953223795442856 - - 0.5748872118112676 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996694636031732 - - -0.022973548153965774 - - 0.011540347679391876 - - -0.03498188130950837 - - - -0.022779384974911686 - - -0.999601301208392 - - -0.016683472140229295 - - 0.037626655613610394 - - - 0.011919025107306275 - - 0.01641507562292831 - - -0.9997942198936661 - - 0.5777344360518146 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9980337282981318 - - -0.03769354334155647 - - -0.05007867779493537 - - 0.04827379254828069 - - - -0.03763755029629672 - - -0.9992893310630365 - - 0.002060978234702349 - - 0.035286868234804925 - - - -0.05012077400663803 - - -0.00017208703724237023 - - -0.998743149362752 - - 0.5747937065301774 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983310791380929 - - -0.028729090726062508 - - -0.05009686390408721 - - -0.04565631279991494 - - - -0.024746743990609138 - - -0.9966165938416657 - - 0.07837706004501645 - - -0.02326918024647955 - - - -0.0521790675351162 - - -0.07700652066864554 - - -0.9956642710701613 - - 0.5767723950647526 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.992355721882777 - - -0.025007474447818624 - - -0.12085010330262115 - - 0.022890263267820014 - - - -0.025381472930308298 - - -0.9996766273129702 - - -0.0015561606771880856 - - -0.030195172754773805 - - - -0.12077210803161685 - - 0.004611618577777013 - - -0.9926695476822551 - - 0.575472746399712 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9957340688281588 - - -0.030481028698094235 - - -0.08708944289881144 - - 0.06159160709178942 - - - -0.025911275724362075 - - -0.9982514195653888 - - 0.05312917396330831 - - -0.032505887069776335 - - - -0.08855659187917898 - - -0.05064592999633187 - - -0.9947827500562886 - - 0.5748172064775021 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973498589616896 - - -0.037025807144722 - - -0.06262865505804513 - - 0.04823865109457507 - - - -0.03774794143157414 - - -0.9992333142654785 - - -0.010386365086344856 - - 0.03524011781806524 - - - -0.062196075011018155 - - 0.012722942557060007 - - -0.9979828530520524 - - 0.5747076598721146 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9986521533808249 - - -0.03043075154391338 - - -0.04204575969481174 - - -0.04568057085734876 - - - -0.02782076726442318 - - -0.9977301184802225 - - 0.06132385821408024 - - -0.023266362052561516 - - - -0.04381645189492231 - - -0.060071457764186396 - - -0.9972319381695646 - - 0.5768724403392977 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9939110227781409 - - -0.024932250690618458 - - -0.10732782339920098 - - 0.022886429964185828 - - - -0.026413254219282655 - - -0.9995742080430903 - - -0.012399299035719104 - - -0.03017966265969498 - - - -0.10697298164329845 - - 0.01515867707056896 - - -0.9941463653345082 - - 0.575206027840452 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973188282257963 - - -0.030593330189534064 - - -0.06647708638499983 - - 0.06155991087247465 - - - -0.026847871864056884 - - -0.9980402487610428 - - 0.05652303627166193 - - -0.03251349478003275 - - - -0.0680760357445685 - - -0.05458672000505774 - - -0.9961856972253688 - - 0.574730770680219 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995273414133722 - - -0.03875888191726197 - - -0.08904257516002434 - - 0.048233565194590336 - - - -0.03800397423255289 - - -0.9992259522337329 - - 0.010158460765340615 - - 0.03528879179165931 - - - -0.08936738253488405 - - -0.006726474196282296 - - -0.9959760165203528 - - 0.574791056784344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.998380610802775 - - -0.028001591233687853 - - -0.04951834873518684 - - -0.045653906453516316 - - - -0.02469284387625824 - - -0.9974999643580442 - - 0.06621242003584994 - - -0.023302374009548783 - - - -0.05124860421885518 - - -0.06488244750379367 - - -0.9965760626121506 - - 0.576873753406425 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9898092530778186 - - -0.030470763859113258 - - -0.13910131225611438 - - 0.022870135503765775 - - - -0.0220874027309646 - - -0.9978676484938517 - - 0.06141907464258452 - - -0.03014092504857692 - - - -0.14067618548329724 - - -0.0577207816925009 - - -0.9883716518590949 - - 0.5750314414849518 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9970185989487084 - - -0.03310848345331008 - - -0.06969750120181264 - - 0.061577519036804806 - - - -0.027155273009485503 - - -0.9960369068768624 - - 0.08469398613215016 - - -0.032521633278492244 - - - -0.07222537295255102 - - -0.08254882471964352 - - -0.993966391302679 - - 0.5747847341382467 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996874257678894 - - -0.022614356153117656 - - 0.01066028411209169 - - -0.034964856076375665 - - - -0.022605817306208597 - - -0.9997440317901215 - - -0.0009208278625106773 - - 0.03763470776822307 - - - 0.010678379347489244 - - 0.0006795556003784243 - - -0.9999427535707724 - - 0.5775801093075963 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9952915614583105 - - -0.03773948645325242 - - -0.08927731431961199 - - 0.04820838522798237 - - - -0.03937740576028451 - - -0.9990855769511372 - - -0.016656225376809566 - - 0.03524223579735426 - - - -0.08856707969368714 - - 0.020093309594438148 - - -0.9958675269854289 - - 0.5743469083584627 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9978562184351645 - - -0.030340357507016393 - - -0.057986464253478594 - - -0.04565908892153865 - - - -0.02711270441339482 - - -0.998081550593066 - - 0.05566075480204369 - - -0.023282069690370884 - - - -0.05956398735532568 - - -0.05396926043673178 - - -0.9967644909095865 - - 0.5769933870532239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9931132194896165 - - -0.029406988032972523 - - -0.11340794650198635 - - 0.022891614182624847 - - - -0.02324208662616259 - - -0.9981989714105197 - - 0.05530478174842804 - - -0.03016089482591284 - - - -0.11483004260310428 - - -0.05228807253865757 - - -0.9920080739520017 - - 0.5752422351285158 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9963935090956934 - - -0.03347903883268904 - - -0.07796876932983933 - - 0.06158858327186297 - - - -0.0270551764154509 - - -0.9962620206350854 - - 0.0820365995713258 - - -0.03251354418194728 - - - -0.08042383018172676 - - -0.07963127651203715 - - -0.9935747920211969 - - 0.5748165718017718 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997404541105548 - - -0.02270889666627382 - - 0.0018249457587519464 - - -0.0349848852712445 - - - -0.022690000261669604 - - -0.9996946884014791 - - -0.009782324365645502 - - 0.03763467119799418 - - - 0.0020465343748205444 - - 0.009738377383823563 - - -0.9999504866257042 - - 0.5775993997900214 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9967165103685651 - - -0.03849247425333554 - - -0.07123571705658872 - - 0.04825592142616627 - - - -0.038277458751011344 - - -0.9992575436307677 - - 0.004381512132824438 - - 0.03525666021609951 - - - -0.07135148288770661 - - -0.001640403261934013 - - -0.9974498859425794 - - 0.5746747988003003 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9933995713411428 - - -0.029313479985746446 - - -0.11089640007844705 - - 0.02286485965365296 - - - -0.025510336672523275 - - -0.9990419079457274 - - 0.035559652571648864 - - -0.03017763398117506 - - - -0.11183252828264352 - - -0.03249593911994393 - - -0.9931955998486027 - - 0.5752363326731568 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9967391249692809 - - -0.0298445107868417 - - -0.07496947332992648 - - 0.061590284136550794 - - - -0.02686699539794811 - - -0.9988216656888768 - - 0.040415896733649204 - - -0.03252108160158027 - - - -0.07608732689324224 - - -0.0382699010502046 - - -0.9963664653930546 - - 0.5748867115791294 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997330386991791 - - -0.022196311526009732 - - 0.006416781743687941 - - -0.03497796156042344 - - - -0.022167741414164457 - - -0.9997441838871888 - - -0.004489768850944126 - - 0.03763133151870339 - - - 0.006514796535620839 - - 0.004346324698006087 - - -0.9999693329736269 - - 0.5776923895771963 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9981407445058891 - - -0.03751189322859118 - - -0.04804073296314547 - - 0.048274896115075315 - - - -0.037652571536221466 - - -0.9992888359057518 - - -0.0020263984893881012 - - 0.035290039946695655 - - - -0.04793055407502819 - - 0.0038314880314107955 - - -0.998843321890639 - - 0.5748675885887423 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982427046408916 - - -0.027641062519116816 - - -0.05241635521525512 - - -0.04560371056198644 - - - -0.022474937501359687 - - -0.9950590748082103 - - 0.09670736696932132 - - -0.023271079581892316 - - - -0.05483046430176844 - - -0.09535936925464263 - - -0.9939316932665996 - - 0.576547255720121 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9923409333809124 - - -0.028113034590466296 - - -0.12028769356345108 - - 0.022872295812898145 - - - -0.02228572689375674 - - -0.9985245234618634 - - 0.04951890974239641 - - -0.03016513079290461 - - - -0.12150233871624182 - - -0.04645894242633984 - - -0.9915032770269142 - - 0.5750624038526715 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980972821552027 - - -0.029729799748529514 - - -0.054018092907008715 - - 0.061619379376298494 - - - -0.027566030025342452 - - -0.99880449810247 - - 0.04036940127019955 - - -0.032524912253564395 - - - -0.05515368839016851 - - -0.03880352531903262 - - -0.9977235875129818 - - 0.5750243133094113 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997359384083702 - - -0.022880360536499153 - - -0.002131327392805252 - - -0.03499500270550132 - - - -0.02289173455389549 - - -0.9997229608087098 - - -0.005474497326740762 - - 0.03764202437109762 - - - -0.0020054784589960454 - - 0.005521841503186833 - - -0.9999827435123888 - - 0.5778696319057735 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9984037649492242 - - -0.037304752581109574 - - -0.042406102981488066 - - 0.04827450586316339 - - - -0.0370653285076311 - - -0.9992922313173842 - - 0.006418555238147074 - - 0.03525121422251649 - - - -0.04261553188493324 - - -0.004836513577563314 - - -0.9990798389411021 - - 0.574585760492287 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9985321397457025 - - -0.02880050018064342 - - -0.045870438020729494 - - -0.04562878864100903 - - - -0.024987814281298985 - - -0.9963497152193969 - - 0.08162630776698662 - - -0.02328885686880455 - - - -0.04805387635053116 - - -0.0803602897678466 - - -0.9956068746227681 - - 0.5767999406663993 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9922416451429333 - - -0.027742082578578593 - - -0.12118949830017595 - - 0.022865740863215942 - - - -0.026666981483668088 - - -0.9995893901978539 - - 0.010484421893073182 - - -0.030169825738442728 - - - -0.12143059640220305 - - -0.007171321920369705 - - -0.9925740185997814 - - 0.5752473245550063 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9969717112029454 - - -0.0344608640200425 - - -0.06971266679781402 - - 0.06158726046972196 - - - -0.026771983887435232 - - -0.9937503475797899 - - 0.10836746543025685 - - -0.03251888152411956 - - - -0.07301142335143049 - - -0.10617295105646798 - - -0.9916635702314365 - - 0.5747597134312519 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960424971036067 - - -0.03740959775633174 - - -0.08062174619369729 - - 0.048220280804418356 - - - -0.038687949957568364 - - -0.9991482642562042 - - -0.01435230162361051 - - 0.03523094090732906 - - - -0.08001616394012005 - - 0.017414592430598702 - - -0.9966414327524137 - - 0.5744023064165973 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9982702553832385 - - -0.029411859101208505 - - -0.050906185884372256 - - -0.04561738856616096 - - - -0.02688159091583265 - - -0.9984026162036309 - - 0.049695030210066375 - - -0.023281462001653704 - - - -0.05228649239447437 - - -0.048240631235051686 - - -0.997466272217325 - - 0.5768633837624512 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.991311556512329 - - -0.026045574116369884 - - -0.128930314488301 - - 0.02286125724198553 - - - -0.023418254800163744 - - -0.9994868995962586 - - 0.02185229684891606 - - -0.03015887103928089 - - - -0.12943331590907392 - - -0.018643111446516165 - - -0.9914128560435227 - - 0.5751861932222087 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982269665287224 - - -0.029461997587477563 - - -0.05171957069640285 - - 0.06162003123234144 - - - -0.02764296981338117 - - -0.9989858407633028 - - 0.0355409084624128 - - -0.0325413533311271 - - - -0.05271422497543945 - - -0.03404821071058764 - - -0.9980290225402497 - - 0.574951643759153 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997364011900959 - - -0.02289627357254814 - - 0.001699644658964639 - - -0.03498710098451995 - - - -0.02287399614322703 - - -0.9996646754240966 - - -0.012137421871048146 - - 0.037634184886821895 - - - 0.0019769764579651325 - - 0.012095344795713621 - - -0.9999248942787444 - - 0.5776550493837308 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9982876128281142 - - -0.038407843441970894 - - -0.0441211925958748 - - 0.04827218717102417 - - - -0.0373861674017591 - - -0.9990185585643953 - - 0.02375277101572174 - - 0.035278892111776365 - - - -0.044990182939757734 - - -0.022062574782983044 - - -0.9987437740646957 - - 0.5745527885160547 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9987762753576264 - - -0.02883704601159729 - - -0.040179305121815 - - -0.04562345098395568 - - - -0.02580068703294059 - - -0.9969139465282448 - - 0.0741411341031985 - - -0.023289291068128482 - - - -0.04219332093323705 - - -0.07301375209373392 - - -0.996438013964652 - - 0.5767239534532321 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9930169345875929 - - -0.027776400035056447 - - -0.11465530612820657 - - 0.022882312430557192 - - - -0.025809740791025427 - - -0.9994937814569046 - - 0.018602099593270645 - - -0.030173760144780973 - - - -0.1151139648459748 - - -0.015512976183518046 - - -0.9932311526867095 - - 0.575182167433086 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973539036268665 - - -0.030742872773632187 - - -0.0658791825531815 - - 0.061594442543126814 - - - -0.027473055352955997 - - -0.9983724156132785 - - 0.04997750466040363 - - -0.03251686071344741 - - - -0.06730841069156636 - - -0.048035356937692425 - - -0.9965752266307065 - - 0.5749071346880008 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997009577942185 - - -0.022780800134296432 - - 0.008889889232353112 - - -0.034997689798844274 - - - -0.022701239207050562 - - -0.9997022296738306 - - -0.00895018008957449 - - 0.03761993444069445 - - - 0.009091134350923341 - - 0.00874569210599053 - - -0.9999204289071209 - - 0.5776905160986403 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997042133530876 - - -0.03934649044389074 - - -0.0660214938784904 - - 0.048240482648658725 - - - -0.03799302647895311 - - -0.9990438220103505 - - 0.021632652216510506 - - 0.035289152787474284 - - - -0.06680953452291297 - - -0.01906030935477554 - - -0.9975836760413292 - - 0.5744909982297786 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995852054213217 - - -0.027084113205018356 - - -0.009791216201883104 - - -0.04561261550094313 - - - -0.02607770782368265 - - -0.9954750775727798 - - 0.09137463042951739 - - -0.023256558969635868 - - - -0.012221712542721206 - - -0.09108139625283528 - - -0.9957684514982171 - - 0.5767778054300221 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9917302378330703 - - -0.025714734859947894 - - -0.12573737621981884 - - 0.022884680591156704 - - - -0.02466591126017679 - - -0.9996468138252269 - - 0.00989143219044538 - - -0.030182108808760207 - - - -0.12594732307304818 - - -0.006708205434814572 - - -0.9920142497920977 - - 0.575176318805148 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979162414967869 - - -0.03443253939726337 - - -0.05456716217270672 - - 0.06156615666515679 - - - -0.028990485233221494 - - -0.9948071584601089 - - 0.09756161767040906 - - -0.03250002896176468 - - - -0.0576430977903594 - - -0.09577639431081446 - - -0.993732436609549 - - 0.5745997371463882 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9987211256691125 - - -0.038587150506812766 - - -0.03266718472696104 - - 0.048294821235637074 - - - -0.03735095896797442 - - -0.9985929935842726 - - 0.037642250577960314 - - 0.035291609841783096 - - - -0.03407372897693336 - - -0.03637396019360336 - - -0.9987571857130445 - - 0.5743673999559131 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9981066057553356 - - -0.030848930141251982 - - -0.05321228294955276 - - -0.04565152234820263 - - - -0.026679741064071994 - - -0.9966465489719933 - - 0.07735533490955689 - - -0.02324926348637711 - - - -0.055420167487271084 - - -0.07578918083312285 - - -0.9955825456004774 - - 0.5766213525947366 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9925218459895482 - - -0.030355422052111003 - - -0.11823254029892939 - - 0.02288270527933766 - - - -0.022954844794581104 - - -0.9977203531023748 - - 0.06346000398462674 - - -0.03014582527324445 - - - -0.1198893670596206 - - -0.06027143068909483 - - -0.9909560506443931 - - 0.5749694017770751 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998531584229993 - - -0.031200220776738206 - - -0.04428568074020462 - - 0.06161293352856062 - - - -0.028871276043093353 - - -0.998214584185893 - - 0.05228855838736353 - - -0.03252789404440712 - - - -0.04583802695125567 - - -0.05093319293022984 - - -0.9976495803352741 - - 0.5750137676633551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996571324265421 - - -0.023357847996921404 - - -0.011833364935448065 - - -0.035007322312247166 - - - -0.023362291274875786 - - -0.999727036245008 - - -0.00023737556879646266 - - 0.03765860298781119 - - - -0.01182459027326696 - - 0.0005137486987950306 - - -0.9999299551104288 - - 0.5777258977870676 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9960372945563056 - - -0.03873327652971357 - - -0.08005898539344598 - - 0.0482356537583783 - - - -0.0383210040888896 - - -0.999243151207812 - - 0.006680225288236242 - - 0.0352597409955137 - - - -0.08025713986041717 - - -0.0035858128165068472 - - -0.9967677429812177 - - 0.574603630752099 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9980694805419636 - - -0.030029390145103998 - - -0.05436494953743479 - - -0.04562995743069496 - - - -0.026009819626730945 - - -0.996978679434829 - - 0.07319154346896989 - - -0.023283719273130478 - - - -0.05639859301152486 - - -0.07163622323865432 - - -0.9958350517161076 - - 0.5769653332061092 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.991893965685107 - - -0.028479879637590296 - - -0.12383560591889643 - - 0.02285970914800087 - - - -0.02349584013954949 - - -0.9988612312668366 - - 0.04152332077562079 - - -0.030164710093332242 - - - -0.12487716498066644 - - -0.03827710971229066 - - -0.9914335865495297 - - 0.5751724455291586 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978379228086304 - - -0.030619159633101155 - - -0.05815450858119732 - - 0.06161906275678684 - - - -0.027913654215616306 - - -0.9985151875318329 - - 0.04677871499517323 - - -0.0325293237089213 - - - -0.05950048498364438 - - -0.04505427095882595 - - -0.9972110132540053 - - 0.5749766238258247 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999733099213538 - - -0.02287356814110466 - - 0.0032450296437006114 - - -0.034985243656645036 - - - -0.02282948932047177 - - -0.9996545104188026 - - -0.013025905600441685 - - 0.03761821381847985 - - - 0.003541857459119334 - - 0.01294834660639707 - - -0.9999098937233799 - - 0.5776794131487999 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996679428375921 - - -0.03616661187878801 - - -0.07295267806911862 - - 0.04825844690064458 - - - -0.03737438349880675 - - -0.999184834436412 - - -0.01525850878573297 - - 0.03523020941204559 - - - -0.07234136099308247 - - 0.017934403181853534 - - -0.9972186744501828 - - 0.5747282756139506 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9917847148320339 - - -0.029988609119846132 - - -0.12435337851702388 - - 0.02286777598992475 - - - -0.02456967653973005 - - -0.9986900143172132 - - 0.044884143055404446 - - -0.03016295572433484 - - - -0.12553649039332818 - - -0.04146008473389862 - - -0.9912223014811481 - - 0.5751607372893386 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982203488553465 - - -0.0334572581208001 - - -0.049363417731640914 - - 0.0615986913252866 - - - -0.029609250517049653 - - -0.9966126072872821 - - 0.07672420269943943 - - -0.032538484315424006 - - - -0.05176318590396963 - - -0.07512604658228882 - - -0.9958296288572595 - - 0.5749671118911137 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956155119084364 - - -0.03744690036962262 - - -0.08571745504860419 - - 0.04822681800657219 - - - -0.03871766766997876 - - -0.9991628639227076 - - -0.013210358358914437 - - 0.035262607081460506 - - - -0.085151010901216 - - 0.01647121763809269 - - -0.9962319028880878 - - 0.5744973721444366 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9972520767076717 - - -0.029840683904244415 - - -0.06780729375489847 - - -0.045696783684869 - - - -0.02694508325182056 - - -0.9987019770603731 - - 0.04322410790582053 - - -0.023283311227922703 - - - -0.06900911527319115 - - -0.04127825819760962 - - -0.9967616803476057 - - 0.5769392310724776 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9907668281259058 - - -0.03069934202916524 - - -0.1320554530654005 - - 0.022881981978696137 - - - -0.022369210645994567 - - -0.9976922226711599 - - 0.06410809025822678 - - -0.03014883358047445 - - - -0.1337187746743403 - - -0.06056219299578043 - - -0.9891670789503337 - - 0.5750056615063515 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982382892864551 - - -0.034268442230494085 - - -0.04843543815789261 - - 0.06155560738391638 - - - -0.029305674270765712 - - -0.9945861778954421 - - 0.0996971022390917 - - -0.032486099462187536 - - - -0.051589681700777434 - - -0.0981020316121507 - - -0.9938382645760734 - - 0.5746788614199478 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999702876353012 - - -0.02325614168238075 - - 0.007301430377903427 - - -0.034984377876996806 - - - -0.023127427535965125 - - -0.9995837950928854 - - -0.017244091256808855 - - 0.037638161094607624 - - - 0.007699422516203437 - - 0.01707010432755178 - - -0.9998246498417427 - - 0.5777692343800132 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9962987760306975 - - -0.03850610143176864 - - -0.07685069311502855 - - 0.048220739832069995 - - - -0.0381147589084263 - - -0.9992518814850528 - - 0.006553052871300468 - - 0.0352736667339292 - - - -0.07704553220717274 - - -0.0035996529149163337 - - -0.9970210772425051 - - 0.5744227424076384 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9991674461846736 - - -0.026564448886350445 - - -0.030963600245482857 - - -0.0456518151521642 - - - -0.023719497881555692 - - -0.995759829537552 - - 0.08888052261093372 - - -0.023281757251962326 - - - -0.03319337140220117 - - -0.0880720837422977 - - -0.9955609012814062 - - 0.5768712272419485 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9918478208710892 - - -0.031778335749577766 - - -0.12340193519657165 - - 0.022866876736111742 - - - -0.021828250755449658 - - -0.9964618377258976 - - 0.08116238922606991 - - -0.030148168401839724 - - - -0.12554452477997188 - - -0.07780709050539009 - - -0.989032167810965 - - 0.5748893686344255 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975911208764539 - - -0.03481251657376925 - - -0.060000368651045966 - - 0.06153525647675634 - - - -0.02965143058527981 - - -0.9959516646134822 - - 0.08485914457429736 - - -0.032501248701559564 - - - -0.06271162741236039 - - -0.08287563238634266 - - -0.9945847783592198 - - 0.5746928638701931 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978265494854061 - - -0.038981296638784226 - - -0.053128482515572485 - - 0.04826928927636633 - - - -0.03774397638241777 - - -0.9989968539433959 - - 0.02409726245950737 - - 0.03531922241545698 - - - -0.05401452942396028 - - -0.02203960806271299 - - -0.9982968928568052 - - 0.5747389486302699 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9983233842596764 - - -0.0294480043883653 - - -0.04983207278299097 - - -0.04561707741458748 - - - -0.02747977112122368 - - -0.9988324367954038 - - 0.039731918962983746 - - -0.023308400797405406 - - - -0.0509439164123809 - - -0.038295929847684394 - - -0.9979670030304959 - - 0.5768427304180409 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9888633005640098 - - -0.029486189841751824 - - -0.14587644568698882 - - 0.0228968836137921 - - - -0.021832747275931895 - - -0.9983135005943613 - - 0.05379113009984126 - - -0.030143502836719842 - - - -0.14721652062196727 - - -0.05000719087940186 - - -0.9878393477262958 - - 0.5748418607169794 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9970433197256034 - - -0.03186055767068914 - - -0.06992512749692206 - - 0.061550389482756644 - - - -0.02665200628012684 - - -0.9968874464321695 - - 0.07419629173477382 - - -0.032510964087386615 - - - -0.07207141702361758 - - -0.0721132720853816 - - -0.9947891167666376 - - 0.5746843998101657 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997234056131576 - - -0.02351240248653709 - - 0.0005283924118576365 - - -0.03498534607652312 - - - -0.023501457361135826 - - -0.9996047474804857 - - -0.01542823114865887 - - 0.03761904483896822 - - - 0.0008909383438481535 - - 0.015411545794787027 - - -0.9998808381427668 - - 0.577679382177835 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9954452897931602 - - -0.036522435675973366 - - -0.0880612668595328 - - 0.04823703609426565 - - - -0.037855808157071555 - - -0.9991917654012316 - - -0.013518644279107855 - - 0.03525498996043358 - - - -0.08749635888073548 - - 0.01679070119633032 - - -0.9960233227871469 - - 0.5746367233299179 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9986735358019008 - - -0.029477138784008365 - - -0.04221690630586039 - - -0.04563742533763107 - - - -0.027151763038263388 - - -0.9981372143416326 - - 0.05463408377780097 - - -0.023273802700537968 - - - -0.04374872172810858 - - -0.05341535018544848 - - -0.9976135773493274 - - 0.5767785582035314 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.989727965324758 - - -0.03614601179616389 - - -0.1383185471487688 - - 0.022865573717300178 - - - -0.018791744252614942 - - -0.9920073658073867 - - 0.12477281968374912 - - -0.03011327654370285 - - - -0.1417230574114844 - - -0.120891902190017 - - -0.9824966783571433 - - 0.5747439868846472 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982625963369635 - - -0.031320922166489525 - - -0.04990780088548721 - - 0.061585219973426454 - - - -0.029041957684935372 - - -0.9985305650139747 - - 0.04575232700857549 - - -0.03252715693673823 - - - -0.05126746968996184 - - -0.04422341650657385 - - -0.9977053352488778 - - 0.574926298152632 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202161622.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202161622.yaml deleted file mode 100644 index 200dd8e..0000000 --- a/stretch_camera_testrig/data/testrig_collected_data_202202161622.yaml +++ /dev/null @@ -1,12752 +0,0 @@ -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971272647481016 - - -0.03891736304282423 - - -0.06498197249824153 - - 0.048184310276227535 - - - -0.038609134113704216 - - -0.99923641882282 - - 0.005992834148875282 - - 0.03518329958551647 - - - -0.06516557878941306 - - -0.0034667206317993806 - - -0.9978684428265591 - - 0.5757444628401066 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9949230595111664 - - -0.029309681626755173 - - -0.09627589633900216 - - 0.022804813839866635 - - - -0.02308872782205687 - - -0.9976111928341133 - - 0.06510620999302644 - - -0.030242996187778787 - - - -0.09795415407474567 - - -0.06255278167304257 - - -0.9932231034387314 - - 0.5759422906270706 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979049284449855 - - -0.03185932543606721 - - -0.056309299125163526 - - 0.061549483333327173 - - - -0.029754954015860514 - - -0.9988413538298888 - - 0.03782317531342671 - - -0.03266271770505073 - - - -0.057449077422726355 - - -0.036068452448572645 - - -0.9976966824848341 - - 0.5761084399307304 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978439387059357 - - -0.04020350466717861 - - -0.051876316371743066 - - 0.048181160492184835 - - - -0.03867428854275277 - - -0.9987968231537285 - - 0.030153034071745584 - - 0.0352369026742551 - - - -0.053026157635047734 - - -0.028081742654188967 - - -0.9981981979226207 - - 0.5758374536424438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9954175599324164 - - -0.03129253218487078 - - -0.09035850157928088 - - 0.022817029337755965 - - - -0.023504908078303417 - - -0.9960179322733002 - - 0.08599882491203216 - - -0.03025481114175394 - - - -0.0926898089027299 - - -0.08348087217727594 - - -0.9921892678849621 - - 0.576167357091319 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971502636941043 - - -0.031943252341182116 - - -0.06834456997191424 - - 0.061540804822191916 - - - -0.028558935437989454 - - -0.9983440558071497 - - 0.04993529254124173 - - -0.03266384426703141 - - - -0.06982649082853204 - - -0.047841141963776375 - - -0.9964113037868321 - - 0.5760918346025932 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980591216476008 - - -0.03885844317728869 - - -0.048662214189831514 - - 0.048173698796274866 - - - -0.0378931700171319 - - -0.9990693501861457 - - 0.020604397217230067 - - 0.03521148239785278 - - - -0.049417581507722026 - - -0.01872044103300154 - - -0.998602747705742 - - 0.5757152667559307 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9956618830252967 - - -0.030739207114637557 - - -0.08782093051479206 - - 0.022814002111492274 - - - -0.02611131305314845 - - -0.9982334444678421 - - 0.053368433333837444 - - -0.030252387779461806 - - - -0.08930629328978446 - - -0.05084379501798806 - - -0.9947056320776555 - - 0.5761828819619057 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988607297139565 - - -0.03185863324191991 - - -0.03552844104741178 - - 0.061565796943559264 - - - -0.030427997801329702 - - -0.9987320174905796 - - 0.040106036814921295 - - -0.03267674676595089 - - - -0.036761115123250185 - - -0.03897928587281177 - - -0.9985635862015707 - - 0.576245806326313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978494876232729 - - -0.04015523292462922 - - -0.051806923463380894 - - 0.04817369391577911 - - - -0.038905733603130446 - - -0.998932449802113 - - 0.024905915465045676 - - 0.03521244906350887 - - - -0.05275171980868566 - - -0.022836768622520313 - - -0.9983465020002364 - - 0.575602678066431 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960942827279206 - - -0.0285497668369109 - - -0.08355292173411667 - - 0.022826299077686296 - - - -0.025027651443043995 - - -0.9987657348267527 - - 0.042902489429196805 - - -0.030270647071982768 - - - -0.0846746513426238 - - -0.04064379103300858 - - -0.9955793718586531 - - 0.5761431760996802 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979824834470211 - - -0.033479962334540536 - - -0.05394492427461449 - - 0.061553698090262815 - - - -0.03093923588819207 - - -0.9984031368057591 - - 0.047264575519899855 - - -0.03266441181434651 - - - -0.05544119781868852 - - -0.04550020371931598 - - -0.9974246864029036 - - 0.5761464438189193 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959421714435672 - - -0.04097297520969162 - - -0.08012743876312388 - - 0.04813618845494122 - - - -0.03878236802070392 - - -0.9988352265186901 - - 0.0287074588924984 - - 0.035206571315612445 - - - -0.08121033844886284 - - -0.02548343712735391 - - -0.996371153416837 - - 0.5755393871833459 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9957674516253622 - - -0.03125552819215832 - - -0.08643074823788825 - - 0.02279900546928064 - - - -0.023786444434044755 - - -0.9959994714355315 - - 0.08613511456617813 - - -0.030232033039127443 - - - -0.08877717806237213 - - -0.08371466333666837 - - -0.9925273133761663 - - 0.575997088382489 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987399626333894 - - -0.03428325444471947 - - -0.0366489495584054 - - 0.06156116601844874 - - - -0.03208488434364312 - - -0.997743597077738 - - 0.05897689960511492 - - -0.032655173593773575 - - - -0.0385881748170468 - - -0.05772670919994819 - - -0.9975863771169061 - - 0.5760986367645058 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973005111958133 - - -0.04042337678849165 - - -0.06129960014212917 - - 0.048163613697766915 - - - -0.03825900147803072 - - -0.9986162660186348 - - 0.036080494022446674 - - 0.03520224639601741 - - - -0.06267327320695268 - - -0.033637833640343145 - - -0.9974670706211368 - - 0.5755673980884823 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9951020349631723 - - -0.029898545715498492 - - -0.0942232294938552 - - 0.022786513371380566 - - - -0.02517769730765891 - - -0.9983863565110594 - - 0.05089957456457699 - - -0.030265748816579244 - - - -0.09559301005009396 - - -0.04827794627642392 - - -0.9942490715775866 - - 0.576168581088018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985052175334899 - - -0.03337101501908087 - - -0.0432863248035019 - - 0.06155609368705629 - - - -0.030707827506896705 - - -0.9976777985525921 - - 0.0607950623411297 - - -0.03264494841167544 - - - -0.04521459817586199 - - -0.05937495795241835 - - -0.9972112386450253 - - 0.5761217298514218 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9991073763032561 - - -0.03974587486081848 - - -0.014307901592194788 - - 0.04822832819957801 - - - -0.03895402702314791 - - -0.9978914229159692 - - 0.051916200259860545 - - 0.035249246293261816 - - - -0.01634118707755453 - - -0.0513125082439968 - - -0.998548943268484 - - 0.5758269962915337 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9958584209358852 - - -0.029233499493837228 - - -0.08608953454647808 - - 0.022827378032847914 - - - -0.02467926955096329 - - -0.9982629139505703 - - 0.05349848862675176 - - -0.030255677928681307 - - - -0.08750393765720671 - - -0.051152293577703914 - - -0.9948499905795967 - - 0.5760782227194013 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986504743357116 - - -0.033695567202069024 - - -0.039520107034129504 - - 0.061559602493399875 - - - -0.031071402962158965 - - -0.9973861846371125 - - 0.0652331711093944 - - -0.03266205770514444 - - - -0.04161487747214139 - - -0.06391719210005427 - - -0.9970871549303121 - - 0.5761730184422051 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983310086422467 - - -0.03981791411583228 - - -0.04182978482873692 - - 0.04819987380434534 - - - -0.03868272902955971 - - -0.9988701364353489 - - 0.027606104622943536 - - 0.035219571874435085 - - - -0.042881740381890784 - - -0.025941940041011795 - - -0.9987432963923856 - - 0.5757232773108423 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9958027134886993 - - -0.0282891864640042 - - -0.08704411374555009 - - 0.022833474976983528 - - - -0.025127692893825524 - - -0.9989917016336541 - - 0.037204557744040294 - - -0.03024737147623179 - - - -0.08800883397919239 - - -0.03486118179724893 - - -0.9955094892291695 - - 0.5762011977467693 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998332925869201 - - -0.032814661641165775 - - -0.04748228203041933 - - 0.061532446159332246 - - - -0.030005080931586863 - - -0.9978234366276285 - - 0.0587203919854002 - - -0.03265501066955068 - - - -0.04930582362895281 - - -0.057197791023831795 - - -0.9971445975676074 - - 0.5760687362272905 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.99775206473615 - - -0.03993567129140146 - - -0.05381411964582215 - - 0.04818488208725084 - - - -0.03857795778795491 - - -0.9989163214046174 - - 0.026036973794543318 - - 0.03522284155938574 - - - -0.054795606463114335 - - -0.02390240552689414 - - -0.9982114588214098 - - 0.57583350379498 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966918625984692 - - -0.026017531788820377 - - -0.07699622763234606 - - 0.022779582240720405 - - - -0.02364577138057337 - - -0.9992222231391541 - - 0.031556715302201714 - - -0.03026411239762213 - - - -0.077757369591647 - - -0.02963168615628 - - -0.9965318633389119 - - 0.5762227228003538 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975625452230501 - - -0.03320411540859402 - - -0.06137145173484865 - - 0.061540703536438104 - - - -0.030118467028943795 - - -0.9982679284301071 - - 0.050537322957288 - - -0.03264818079211419 - - - -0.06294319909201083 - - -0.048565726472437044 - - -0.9968347525544382 - - 0.5761418639774564 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968032744099486 - - -0.0394223128620333 - - -0.06949182235495338 - - 0.04816872499437498 - - - -0.03899514132851283 - - -0.9992113022866446 - - 0.0074934861978962885 - - 0.03520419913549145 - - - -0.06973242487088588 - - -0.004759688144901464 - - -0.9975543766083083 - - 0.5756968543570385 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.995494676802522 - - -0.02786543434628066 - - -0.09063038136593775 - - 0.02279960191212982 - - - -0.02526583576182296 - - -0.9992393172227471 - - 0.029705630097271597 - - -0.03025423279047714 - - - -0.0913892006809272 - - -0.0272819443022755 - - -0.9954414646346563 - - 0.5762140184962625 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980099649402661 - - -0.036487163912195676 - - -0.05142758743683733 - - 0.061520697848958195 - - - -0.031773399886968735 - - -0.9954645893025403 - - 0.08966996433782584 - - -0.03262692453548831 - - - -0.05446614489342676 - - -0.08785748866413579 - - -0.9946429011188281 - - 0.5759390661101428 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979634729967612 - - -0.03782113536607939 - - -0.05136602265956839 - - 0.0481589635392026 - - - -0.038178566391506054 - - -0.9992529501437588 - - -0.005994889263752995 - - 0.03517089641356583 - - - -0.051100916161375805 - - 0.007943761616261872 - - -0.9986619012553011 - - 0.5755074788361967 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9957252704823925 - - -0.02801209551160711 - - -0.08801425014061749 - - 0.022812960834281134 - - - -0.025552692127374918 - - -0.9992542885700351 - - 0.028946963561612957 - - -0.030262883411782078 - - - -0.08875948201634672 - - -0.026574222085366056 - - -0.9956985312195393 - - 0.5762562188205549 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997808457833668 - - -0.032637227963026025 - - -0.05755947208311369 - - 0.061555987787804425 - - - -0.030173477952418187 - - -0.998612188351453 - - 0.043165478153003846 - - -0.03266368893695733 - - - -0.05888839192788512 - - -0.041334109725648986 - - -0.9974084663112381 - - 0.5762103711899254 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997519161091957 - - -0.041144547136368954 - - -0.05711960692565404 - - 0.04816206345217836 - - - -0.039023884703408195 - - -0.9985246146697311 - - 0.03775884427947113 - - 0.03520368918562601 - - - -0.058588904043796686 - - -0.03543614171448917 - - -0.9976530560186435 - - 0.575411182732678 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9938980985138882 - - -0.03099370141028459 - - -0.1058582082002503 - - 0.022811619176648645 - - - -0.023877926629807915 - - -0.9974105660254716 - - 0.06783809697072886 - - -0.03024470438117556 - - - -0.10768664908120656 - - -0.06489648105743966 - - -0.9920645303386382 - - 0.5761907967205452 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987305411511972 - - -0.03252123672568584 - - -0.03846654824219125 - - 0.06155717311200628 - - - -0.030834996455885607 - - -0.9985710903665979 - - 0.04364608204213666 - - -0.03265232247538873 - - - -0.03983100758708529 - - -0.04240455925835457 - - -0.9983062376789508 - - 0.5762171710793044 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982400143593827 - - -0.04011157474779879 - - -0.04367991876172781 - - 0.048224101656849074 - - - -0.03866980955672972 - - -0.9986947914996909 - - 0.03336703852960736 - - 0.035225384227578475 - - - -0.0449613118205602 - - -0.03161921888095588 - - -0.99848820996381 - - 0.5759473391634415 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9946218267866486 - - -0.029215585310046963 - - -0.09936735507490148 - - 0.02280631235457415 - - - -0.025164570900070495 - - -0.9988098732731472 - - 0.041780155857717875 - - -0.03023956042446903 - - - -0.10046972703757838 - - -0.03905491809069941 - - -0.9941732984354003 - - 0.5762146112121007 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982867850835982 - - -0.03011199338051062 - - -0.05016734577497288 - - 0.061533851532206044 - - - -0.029013673677879652 - - -0.9993262122270689 - - 0.02247950834902915 - - -0.03265650601710868 - - - -0.05081044643739237 - - -0.0209854571204118 - - -0.9984878112036628 - - 0.5761631631364457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9984618379874362 - - -0.0390433829738333 - - -0.03936460756452729 - - 0.048200660894743966 - - - -0.03803556275843365 - - -0.9989371911973355 - - 0.02603428524902331 - - 0.035240690261505135 - - - -0.04033923708252191 - - -0.02449698529894732 - - -0.9988857010003014 - - 0.5759077140484946 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966771551306539 - - -0.028681848098395444 - - -0.07623647440908397 - - 0.022810359389749586 - - - -0.02520015148322224 - - -0.9986121697530116 - - 0.046245938053050564 - - -0.030238053283636546 - - - -0.07745709009438063 - - -0.04417109927140718 - - -0.9960167233451797 - - 0.5762422266710625 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980027209672258 - - -0.03185917254948163 - - -0.05454871278477765 - - 0.06153932783350003 - - - -0.0289766778984765 - - -0.9981823872375677 - - 0.052841971449583254 - - -0.03265056446097554 - - - -0.05613306583451284 - - -0.051155790807815536 - - -0.9971119114657319 - - 0.5761085029627566 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980815040028468 - - -0.03818778287367033 - - -0.04873401898683103 - - 0.048194085692456444 - - - -0.03777976666289617 - - -0.9992431242975108 - - 0.009266486661469793 - - 0.03519968547003881 - - - -0.04905099997260521 - - -0.007407549078034463 - - -0.9987688058897037 - - 0.5757126694987924 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.99548066283929 - - -0.03074431010964835 - - -0.08985008240914139 - - 0.02279788253474708 - - - -0.022476211569159674 - - -0.9955398542260082 - - 0.09162542529863875 - - -0.030234521520748455 - - - -0.09226629843310122 - - -0.08919184964748646 - - -0.9917316895864091 - - 0.5760750696241342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986492164189412 - - -0.03100271819874454 - - -0.04169621098042366 - - 0.0615662501910711 - - - -0.02952347996977963 - - -0.9989286317503121 - - 0.035636397123213016 - - -0.03266902613112934 - - - -0.04275636416147647 - - -0.034357242813394646 - - -0.9984946034856436 - - 0.5763327347239758 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.999141555479816 - - -0.03860112249216356 - - -0.01503680337435416 - - 0.04824744551247665 - - - -0.038053204025314466 - - -0.9986568585300672 - - 0.035162943196866865 - - 0.03526005242685122 - - - -0.016373935897694078 - - -0.03456055921427314 - - -0.9992684634121183 - - 0.5760772861494974 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960156552027924 - - -0.02676444214188368 - - -0.08506749806939126 - - 0.022816124130592745 - - - -0.023153796090348986 - - -0.9988002067490909 - - 0.043151462600702926 - - -0.03024656656390405 - - - -0.08612035948345007 - - -0.04100989679098308 - - -0.9954403407777054 - - 0.5762182467130027 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9965853578145902 - - -0.03377249092132489 - - -0.07534615747690224 - - 0.06152819006825476 - - - -0.028627338365055297 - - -0.9972504727880691 - - 0.0683518106717362 - - -0.03263582198597952 - - - -0.0774474020719724 - - -0.06596145375096933 - - -0.9948120357793027 - - 0.5760145849028923 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983681945329024 - - -0.038533129288224256 - - -0.042144348285030026 - - 0.04821913688018574 - - - -0.03782309646636831 - - -0.9991308976544635 - - 0.017517497706075493 - - 0.03522617215744229 - - - -0.04278272453699876 - - -0.015894882806851935 - - -0.9989579526595442 - - 0.5759420722133475 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9958716866315996 - - -0.02746107468463489 - - -0.08651862887666352 - - 0.022803655000572447 - - - -0.02423328531145583 - - -0.9989785396150689 - - 0.038139549965321554 - - -0.03026070097510909 - - - -0.08747760655474353 - - -0.03588546733301079 - - -0.995519915213023 - - 0.5762150731380745 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981327559862895 - - -0.03248729870848662 - - -0.0517259784812218 - - 0.0615666967209788 - - - -0.030648364534012297 - - -0.9988832818946134 - - 0.035956458430125036 - - -0.032652506078440814 - - - -0.05283634335005171 - - -0.034304002303996196 - - -0.9980138056396431 - - 0.5762465140453759 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985538401316231 - - -0.04019214277103316 - - -0.03570462179972942 - - 0.04819823070807515 - - - -0.0382258700493169 - - -0.9978012056929603 - - 0.05414366792753307 - - 0.03528058715265602 - - - -0.037802264712071994 - - -0.05270052729477308 - - -0.9978946052592381 - - 0.5759681146069942 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959796414455973 - - -0.030315064700986393 - - -0.08429442851146626 - - 0.02280532041706374 - - - -0.023451037565947217 - - -0.9964170822721969 - - 0.08125913482951795 - - -0.030250041621000808 - - - -0.08645578443910054 - - -0.07895565216206028 - - -0.9931220480528478 - - 0.576172052879716 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976460112314722 - - -0.03449977653934219 - - -0.059263831235152636 - - 0.06153263144026719 - - - -0.03008271845487429 - - -0.9968138851277683 - - 0.07387224422507442 - - -0.03262941282724685 - - - -0.061623585779293666 - - -0.07191553264225838 - - -0.9955052435022541 - - 0.5760028547703019 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985007303710791 - - -0.039981177086671045 - - -0.037387122478013075 - - 0.04820075359991936 - - - -0.03851928908314665 - - -0.99849506784155 - - 0.03903669894633583 - - 0.03523717624276737 - - - -0.038891590568536534 - - -0.03753804703047466 - - -0.9985381010297937 - - 0.5758015640556929 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9958920755881339 - - -0.024507973876643954 - - -0.08716841742982613 - - 0.022823286944114334 - - - -0.02316664441148613 - - -0.9995976424225336 - - 0.016366424472804852 - - -0.030279546634758625 - - - -0.08753445245999107 - - -0.014279792707669282 - - -0.9960591383812285 - - 0.5761684559236089 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973632438287124 - - -0.03223044549986894 - - -0.065021213787104 - - 0.06154758789329375 - - - -0.028309754520228006 - - -0.9977760890828411 - - 0.060344294291626 - - -0.03265739093799881 - - - -0.06682153588831026 - - -0.05834444650033039 - - -0.9960576328225675 - - 0.5761082680131838 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979870438283841 - - -0.03961475865817503 - - -0.04952303753948818 - - 0.048191384630564715 - - - -0.038785946986580846 - - -0.9990927677943633 - - 0.017586689778168095 - - 0.03520024119600109 - - - -0.0501748011160697 - - -0.015630490633819792 - - -0.9986181337706169 - - 0.5756627928438179 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9943108611300399 - - -0.02928649017266689 - - -0.10241197650765689 - - 0.0228142080862751 - - - -0.02438270032485663 - - -0.9985103522810023 - - 0.04881147726238916 - - -0.030254232589594494 - - - -0.10368893558961255 - - -0.046036701456933074 - - -0.9935437719372298 - - 0.5762073531972827 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981764913140998 - - -0.03278520035311605 - - -0.0506835557718568 - - 0.061523631299444326 - - - -0.029755268898004863 - - -0.9977893853450422 - - 0.059421935895508 - - -0.03264032827980066 - - - -0.05251967403440642 - - -0.05780547664857091 - - -0.9969454401865484 - - 0.5759337903175152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9987410823091123 - - -0.03972336032012266 - - -0.030631767054817977 - - 0.0482110768481619 - - - -0.038318406673050705 - - -0.998244411853982 - - 0.04516407767614144 - - 0.0352477192200578 - - - -0.032372059218740326 - - -0.04393345931264165 - - -0.9985098401792359 - - 0.5759210106091278 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9946439532520119 - - -0.02969425194747774 - - -0.09900332146190431 - - 0.022789835487662124 - - - -0.02158682554471538 - - -0.9964002786252273 - - 0.08197861744669176 - - -0.03024781595577197 - - - -0.10108123081023239 - - -0.07940236871056634 - - -0.9917045167896732 - - 0.5760960063243347 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998406118171323 - - -0.030183231740804888 - - -0.047688528177656224 - - 0.06157233400975086 - - - -0.028601252316730705 - - -0.999028902927104 - - 0.033514466759618555 - - -0.032658366854241366 - - - -0.04865379290440725 - - -0.03209709703302993 - - -0.9982998471391585 - - 0.5762286315190518 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981630062669844 - - -0.04099093269877366 - - -0.044613410052815695 - - 0.048195904217657216 - - - -0.039224746439873726 - - -0.9984386936279108 - - 0.03976926367583634 - - 0.03522046149622531 - - - -0.0461739340622356 - - -0.03794625809055737 - - -0.9982124269463595 - - 0.5756978511282681 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9952386209744233 - - -0.026495915701559007 - - -0.09379794119309945 - - 0.022817240150980616 - - - -0.024037539005305433 - - -0.9993397903728081 - - 0.02724298251293047 - - -0.03026747322918971 - - - -0.09445784265743468 - - -0.024858596677352778 - - -0.9952184514626603 - - 0.5762028866838493 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986132200419474 - - -0.0332021857319822 - - -0.040856475864566796 - - 0.0615573919935772 - - - -0.030698263683864822 - - -0.997698602521696 - - 0.060457548189211584 - - -0.032647874675451785 - - - -0.04276977161791816 - - -0.05911948400378587 - - -0.9973342635480229 - - 0.5761447716585226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979430966173283 - - -0.0412236593098706 - - -0.049093643447207756 - - 0.04817973563376155 - - - -0.038625138854083405 - - -0.9978603967449721 - - 0.0527515616495974 - - 0.03523679118264528 - - - -0.051163214933393535 - - -0.05074680798899787 - - -0.9974001638843903 - - 0.5756435945722862 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964166675025588 - - -0.028569610369741375 - - -0.07960905781640915 - - 0.02277924150642601 - - - -0.02342069668645484 - - -0.9976183874978254 - - 0.06487699047397108 - - -0.03025788499245898 - - - -0.08127297022883001 - - -0.06278001504905695 - - -0.9947127092887794 - - 0.5761646545212312 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977266774106749 - - -0.031501276385881245 - - -0.05957471585425737 - - 0.06154385873160701 - - - -0.027567196462897924 - - -0.9974557381339465 - - 0.06574268128727126 - - -0.03263290092646139 - - - -0.061494120550107646 - - -0.06395091906864248 - - -0.9960566013475562 - - 0.5760574956796372 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978078201577837 - - -0.04029660487783707 - - -0.05249512041410685 - - 0.04819325514754863 - - - -0.03880584562961417 - - -0.9988225266402381 - - 0.029114714853174555 - - 0.03524137787164227 - - - -0.05360653296887101 - - -0.027013772623063714 - - -0.9981966718596726 - - 0.5758936362839783 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9953623806349703 - - -0.030961159626232793 - - -0.09107764715496083 - - 0.02280464555211098 - - - -0.0242956941964392 - - -0.9970063145864295 - - 0.07340386855131245 - - -0.03023992873132785 - - - -0.09307765822257091 - - -0.07085065468564267 - - -0.9931348016610927 - - 0.5760877461983455 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983113315143104 - - -0.03212257561666851 - - -0.0484006767088638 - - 0.06155183133897653 - - - -0.0300290496878785 - - -0.9986073551901873 - - 0.04337748649820586 - - -0.03265696042791001 - - - -0.049726668347753404 - - -0.0418508099779505 - - -0.9978856488391954 - - 0.5762083895477075 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981380025025619 - - -0.0398199380879712 - - -0.04620498339860897 - - 0.04822897150897055 - - - -0.03895410399561913 - - -0.9990508924071029 - - 0.019490822519070028 - - 0.03522177823516975 - - - -0.04693725324402867 - - -0.01765465692789124 - - -0.9987418121550056 - - 0.5759302083828127 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9949229794566358 - - -0.03015886524921345 - - -0.09601410206844878 - - 0.022811955063427113 - - - -0.021435224651456128 - - -0.9956542576341924 - - 0.09062632288164219 - - -0.03024819676157243 - - - -0.09833003657719407 - - -0.0881081273310575 - - -0.9912457625659454 - - 0.5761173405593154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976761519691165 - - -0.03474635187556903 - - -0.05860876063725806 - - 0.06153895957509855 - - - -0.030788951899997016 - - -0.9972694560607942 - - 0.06712430594878574 - - -0.032644199438813956 - - - -0.060781051595015526 - - -0.06516381695040327 - - -0.9960217571556643 - - 0.5760529348642067 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986000027674208 - - -0.036029418759767715 - - -0.038728741997906956 - - 0.048150311466610814 - - - -0.03675584360613962 - - -0.9991583282969838 - - -0.01821106684349664 - - 0.03517257843534982 - - - -0.038040010958307426 - - 0.01960907898425103 - - -0.9990838010836137 - - 0.5753406626672961 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960903289114454 - - -0.028934416367077456 - - -0.08346769553896377 - - 0.022805402356304308 - - - -0.023538524999693437 - - -0.997612721319901 - - 0.06492146102438778 - - -0.030252012930477846 - - - -0.0851468994733652 - - -0.06270293302708332 - - -0.9943934571887902 - - 0.5761741948393583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980751989604155 - - -0.03323857703137294 - - -0.052355460241090085 - - 0.061552532689979234 - - - -0.030570343332657537 - - -0.9982324222844386 - - 0.05096552961233912 - - -0.032649501276378445 - - - -0.053956939578244406 - - -0.0492669067130489 - - -0.9973271381920167 - - 0.5761836805124874 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985923910214389 - - -0.041676329410603716 - - -0.03280731871007486 - - 0.04824218676287529 - - - -0.03978281708253373 - - -0.9976156710608579 - - 0.05639415145891635 - - 0.03524667630218543 - - - -0.03507939650369206 - - -0.05500960298577316 - - -0.9978694200747329 - - 0.5760085474620809 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.994787542323974 - - -0.028918233364328874 - - -0.09778282781814875 - - 0.022793865517163475 - - - -0.02169761496778211 - - -0.9970134959290368 - - 0.07411681617602268 - - -0.03024196115572019 - - - -0.09963412639119885 - - -0.07160883126016425 - - -0.9924440619721676 - - 0.5760472630541893 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997482155609234 - - -0.03585710424102585 - - -0.0611851069836783 - - 0.06151736813917477 - - - -0.0304045034187766 - - -0.9956712857855824 - - 0.08783084215663453 - - -0.03263231655119134 - - - -0.06406961380415489 - - -0.08574939496891074 - - -0.994254557872104 - - 0.5759091658217056 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979897373557451 - - -0.0413288140420275 - - -0.048045949490986006 - - 0.04821273255211085 - - - -0.03931654019923496 - - -0.9983395633131011 - - 0.04209900225146892 - - 0.0352403434316376 - - - -0.04970607406920012 - - -0.04012537169530963 - - -0.9979575445613611 - - 0.5759349089647536 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9956410908891783 - - -0.02772057554742738 - - -0.08905272496856216 - - 0.022835372150386724 - - - -0.025117684763607546 - - -0.9992276982675538 - - 0.03021769228520463 - - -0.030263218251686392 - - - -0.08982160121665077 - - -0.02784917783789406 - - -0.995568432227856 - - 0.5761637681904286 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9969174299193947 - - -0.034074664855615486 - - -0.07067216664208277 - - 0.061539507603793946 - - - -0.028312830841332168 - - -0.9963130045842782 - - 0.08098629826086325 - - -0.03264946158511993 - - - -0.07317117965879015 - - -0.07873572322157761 - - -0.9942065501474608 - - 0.5760920079004606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983394272732935 - - -0.04040639516980113 - - -0.04105741322847999 - - 0.048200132724542405 - - - -0.0387585275343201 - - -0.9984409022783315 - - 0.0401689083869935 - - 0.035230800053632355 - - - -0.042616481494882265 - - -0.038510880112160494 - - -0.9983490109265313 - - 0.575736025353273 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9940326940739357 - - -0.02820781476439786 - - -0.10537230327904408 - - 0.022804522020215767 - - - -0.021283866271330536 - - -0.9975749977805982 - - 0.06626553281746779 - - -0.030260787859762394 - - - -0.1069859810847082 - - -0.06362737609909903 - - -0.9922225339419003 - - 0.5760876274501099 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983671832112138 - - -0.03225573277593416 - - -0.04714377148674195 - - 0.06154698217109921 - - - -0.03020305097174578 - - -0.9985914036497965 - - 0.04362320791421315 - - -0.032662948907854844 - - - -0.048484463479600795 - - -0.0421280934747357 - - -0.9979351083819421 - - 0.5761580683938701 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.99890461726582 - - -0.03820594215328461 - - -0.027016135719334117 - - 0.04820954068722336 - - - -0.03751952607505326 - - -0.9989711535914497 - - 0.025473897528075773 - - 0.03524277189276251 - - - -0.027961594520502744 - - -0.02443236125198251 - - -0.9993103666807038 - - 0.5757095753356475 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9956427687274686 - - -0.027252815106776757 - - -0.08917825491371913 - - 0.02282455604058967 - - - -0.024022524577076907 - - -0.999022852071782 - - 0.037097969638600695 - - -0.03027218228521245 - - - -0.09010213867408566 - - -0.034794038384738324 - - -0.9953245598794584 - - 0.5762631214552167 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984566679639862 - - -0.033925557013416645 - - -0.043969748459407855 - - 0.06156959786299963 - - - -0.031146994081552724 - - -0.9975646604177093 - - 0.06240683492521511 - - -0.03265058727055574 - - - -0.04597985382684359 - - -0.06094099496257625 - - -0.9970817660428016 - - 0.5761484913610875 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986177551064415 - - -0.039683225889372946 - - -0.03446477577446785 - - 0.04822304870811736 - - - -0.038660748505994526 - - -0.9988066353740447 - - 0.029843787590336446 - - 0.03522776625004703 - - - -0.03560794449455889 - - -0.028470102138803067 - - -0.9989602232186622 - - 0.5758931207766373 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9944414317122388 - - -0.030969450322662375 - - -0.10063365262587284 - - 0.022799676206833895 - - - -0.02378613229319995 - - -0.9971344606635824 - - 0.0718128628288613 - - -0.030242306055602897 - - - -0.10256928782361263 - - -0.0690200007523805 - - -0.9923284641143264 - - 0.5761324522265818 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984921108932722 - - -0.03285589605737413 - - -0.04397720521093238 - - 0.06156434001399921 - - - -0.030673917712963295 - - -0.9983077667078416 - - 0.0494035798595675 - - -0.03264407715690081 - - - -0.04552598440490648 - - -0.04798013156577766 - - -0.9978102483533107 - - 0.5761575682894462 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985875353897994 - - -0.03963291161558219 - - -0.035385964463294346 - - 0.048220224586161105 - - - -0.03882115157473888 - - -0.9989735518560472 - - 0.023340113164340055 - - 0.03520288856236317 - - - -0.036274679247889 - - -0.021933422190449473 - - -0.9991011323367008 - - 0.5758078325807476 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.994282290209635 - - -0.03081134836180783 - - -0.102241812325538 - - 0.022766313048524653 - - - -0.021653759264955712 - - -0.995751533821162 - - 0.08949858994698595 - - -0.030242331235025795 - - - -0.10456501367655702 - - -0.08677294339211222 - - -0.990725297047517 - - 0.5759545954056344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980711300819608 - - -0.03244268420359877 - - -0.05292911805975334 - - 0.06154938692929109 - - - -0.029919160357000388 - - -0.998409089712851 - - 0.04779260844826435 - - -0.03264059744357355 - - - -0.054395433084495626 - - -0.046116827952739504 - - -0.997453946324906 - - 0.5760531134782509 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968405582422213 - - -0.04091343609451626 - - -0.0680807769511818 - - 0.04815927998435656 - - - -0.03951680964917866 - - -0.9989824527965128 - - 0.02173662254846917 - - 0.03520021881148947 - - - -0.06890082146453126 - - -0.018977611851968425 - - -0.9974429943861001 - - 0.5755331510323064 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9952908154146094 - - -0.028712648700408138 - - -0.09258388928927527 - - 0.022803132537060324 - - - -0.021651609065334285 - - -0.9968430100057237 - - 0.07638861975196919 - - -0.030255001758519813 - - - -0.09448492248080517 - - -0.07402430146469437 - - -0.9927703673138419 - - 0.5763534170883102 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980655977705448 - - -0.03133992432458096 - - -0.05369238018801726 - - 0.061558557483080055 - - - -0.02949864509735231 - - -0.9989606212585936 - - 0.034749203042166506 - - -0.032652303283928506 - - - -0.05472561086315531 - - -0.03309813163873152 - - -0.9979527149107218 - - 0.5761430040176111 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9984911422753477 - - -0.03936052502354662 - - -0.038290832682797066 - - 0.04822709050623727 - - - -0.03835296222871045 - - -0.9989074393923111 - - 0.026701644424643598 - - 0.03522050935538311 - - - -0.03929998837091825 - - -0.025192788582603372 - - -0.9989098229157017 - - 0.5758415017621873 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9955374291454718 - - -0.027598038738991873 - - -0.09024176099891798 - - 0.02278359200898449 - - - -0.023128639327426037 - - -0.9984711864271124 - - 0.05020314649199251 - - -0.03026326154820204 - - - -0.09148930655156684 - - -0.047891942251235976 - - -0.994653743095615 - - 0.5761753353650674 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985369951704379 - - -0.033651122016363416 - - -0.04232577539788836 - - 0.06156350191731767 - - - -0.030952237240822383 - - -0.9975410437544547 - - 0.06287944843158497 - - -0.03264291721705251 - - - -0.04433766215961908 - - -0.06147737805333216 - - -0.997123213901826 - - 0.576132075539415 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980764698998427 - - -0.03956631598950575 - - -0.04772700358588247 - - 0.048194214976011916 - - - -0.038307151996041656 - - -0.9989007653928933 - - 0.027015236505435594 - - 0.03522994503767459 - - - -0.048743433795952654 - - -0.025134986304174496 - - -0.9984950225841234 - - 0.5757981797795292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9953692970867132 - - -0.02963195945227369 - - -0.09144347650937826 - - 0.022807414362101232 - - - -0.022827949942375893 - - -0.9969540360401372 - - 0.07457569794986078 - - -0.030251716860974436 - - - -0.09337476703334144 - - -0.07214289294379105 - - -0.9930138749681041 - - 0.5760644500719513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9970177824896316 - - -0.03042291620118375 - - -0.0709224052699392 - - 0.061560315710509225 - - - -0.027823515260848697 - - -0.9989146128175164 - - 0.03735569967436452 - - -0.03264945148691341 - - - -0.07198189632113805 - - -0.03527098622731931 - - -0.9967821046410121 - - 0.5761573001154436 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975762298131997 - - -0.040320459135354016 - - -0.056709137595244374 - - 0.048210037848646296 - - - -0.03890986562296624 - - -0.998910561687149 - - 0.025762610641531663 - - 0.03523398257551837 - - - -0.057686116777651286 - - -0.023493623070499316 - - -0.9980582956952647 - - 0.5759168594720017 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9948489403925865 - - -0.026506713185592133 - - -0.09784160646598387 - - 0.022801795864859687 - - - -0.022700326984293695 - - -0.9989492188339577 - - 0.03981398429989515 - - -0.03029542943879741 - - - -0.09879413421126705 - - -0.037387863634111354 - - -0.9944052829195568 - - 0.5763951739074632 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978945299131899 - - -0.030813332090855218 - - -0.057070532981499604 - - 0.061571255207453164 - - - -0.02883323713163493 - - -0.9989642626367603 - - 0.03520009106670955 - - -0.032670550477831996 - - - -0.05809605499381753 - - -0.03348045011723123 - - -0.9977494213749777 - - 0.5763466577762519 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962765592292053 - - -0.040685055163860465 - - -0.07601147161270631 - - 0.048170117450715026 - - - -0.039193632930531394 - - -0.9990107006721701 - - 0.021011403575363168 - - 0.035223747320091384 - - - -0.07679112362846628 - - -0.017954003141741125 - - -0.9968855386166781 - - 0.5756117457307748 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9944007789975647 - - -0.030892703764419605 - - -0.10105806045615705 - - 0.022764589633025165 - - - -0.020621130715653295 - - -0.9946574842798622 - - 0.10114968084014529 - - -0.030232411432431876 - - - -0.10364294330558362 - - -0.09849938994825873 - - -0.989725219686139 - - 0.5759847890520078 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981809472066773 - - -0.03427109809328395 - - -0.04960129503411372 - - 0.0615568233950359 - - - -0.03153859732994245 - - -0.9979957769559671 - - 0.05486115252631263 - - -0.032641423454495985 - - - -0.05138203491533235 - - -0.053197001922440146 - - -0.99726123231299 - - 0.5761344746172322 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995917677464808 - - -0.023601008856216497 - - 0.01610249155982919 - - -0.03507964189806934 - - - -0.02317448514102299 - - -0.9993886024028945 - - -0.02617946954460614 - - 0.03753680431716534 - - - 0.016710508427755403 - - 0.025795615289371295 - - -0.9995275609706458 - - 0.5784313098567914 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9982908631597863 - - -0.04076164192938082 - - -0.04187888583653608 - - 0.04818456822432105 - - - -0.03887123875506703 - - -0.9982302830313321 - - 0.04500365359427378 - - 0.035203610521562165 - - - -0.04363919487496594 - - -0.04329885202182341 - - -0.9981086263950719 - - 0.5754386556464204 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960578579632383 - - -0.027071978017181246 - - -0.08447396993111324 - - 0.02278559086605024 - - - -0.02264150970201398 - - -0.9983392792150466 - - 0.052972121109087875 - - -0.030268986207485964 - - - -0.08576774235164976 - - -0.050850679273924365 - - -0.9950166344284312 - - 0.5763281017521587 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987984245790825 - - -0.03404810168191562 - - -0.035248174849213436 - - 0.061564324598978336 - - - -0.03163513658165461 - - -0.9972589102017814 - - 0.06688710007628934 - - -0.03265344790307709 - - - -0.0374289352213344 - - -0.06569164935525232 - - -0.9971377447540455 - - 0.5761451638560897 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975323070117129 - - -0.04029810692324658 - - -0.05749225205444944 - - 0.048214432583400864 - - - -0.03912283966677904 - - -0.9990047168563677 - - 0.02142379786910438 - - 0.03524174332198326 - - - -0.058298369482321366 - - -0.01912167035411204 - - -0.9981160562973483 - - 0.5759183702860137 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9956136697708476 - - -0.02851230003338507 - - -0.08910931102994628 - - 0.022835045807916857 - - - -0.023565404387805848 - - -0.9981480077156272 - - 0.056082318152551255 - - -0.030258922877743146 - - - -0.0905433171551863 - - -0.05373642563597833 - - -0.994441704816529 - - 0.5763228618170333 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977215067432859 - - -0.03368166543553955 - - -0.05845802250671661 - - 0.061568602119388784 - - - -0.03021875474755566 - - -0.9977920159510794 - - 0.05914321402990512 - - -0.032647739110695836 - - - -0.06032099007322814 - - -0.05724192797040002 - - -0.9965363715584175 - - 0.5761592545467138 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974822106467192 - - -0.0403857472257802 - - -0.05829434676149793 - - 0.04820275851993183 - - - -0.03846085156633379 - - -0.9986892032899782 - - 0.033773334582476056 - - 0.03520916781755659 - - - -0.059581896076969704 - - -0.03144625022228914 - - -0.9977279844761443 - - 0.575804616199071 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996336862893657 - - -0.027916864085557824 - - -0.08083009550195278 - - 0.0227891401991429 - - - -0.02411050926428565 - - -0.9985711535544469 - - 0.04768998460849564 - - -0.0302585173520022 - - - -0.08204595652585878 - - -0.045566434889842404 - - -0.9955863403187024 - - 0.5762628880453886 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985225943777192 - - -0.032772795978926794 - - -0.0433425006305865 - - 0.06156527583427899 - - - -0.030944428861731793 - - -0.998629741748814 - - 0.04220285792597228 - - -0.03265065238736321 - - - -0.0446662158640059 - - -0.04079929825894339 - - -0.9981684960075475 - - 0.5762037600192862 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972128114430203 - - -0.04053441895991285 - - -0.06263840334403162 - - 0.04816777368279385 - - - -0.038592928429131555 - - -0.9987456768431113 - - 0.031900765860074634 - - 0.0352113051182144 - - - -0.06385291355272102 - - -0.029394452993339256 - - -0.9975263262511176 - - 0.575250102295422 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9947857244372271 - - -0.03023949331460102 - - -0.09740090091974159 - - 0.02280875899257597 - - - -0.023093936009840724 - - -0.9970151026260888 - - 0.0736719434728256 - - -0.030253002371726463 - - - -0.09933797146848984 - - -0.07103842748517192 - - -0.9925147400643276 - - 0.5762193850551721 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982439803984162 - - -0.034284805376323994 - - -0.048306394179588964 - - 0.0615656057082422 - - - -0.031536993002824566 - - -0.9979020966343196 - - 0.05654045989528101 - - -0.032654695128824726 - - - -0.050143530696053255 - - -0.054917735324188956 - - -0.9972310006594246 - - 0.5761907466764462 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962333777970752 - - -0.04138851833501885 - - -0.076197424582868 - - 0.048152012922647 - - - -0.0390572597408625 - - -0.9987297031410095 - - 0.03183568006821901 - - 0.03520695995661933 - - - -0.0774182628619685 - - -0.028739704485310987 - - -0.9965843877773384 - - 0.5755171283636649 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960035543269979 - - -0.027147744994116575 - - -0.08508771773717505 - - 0.022825315500377336 - - - -0.023202313822383643 - - -0.9986244454207992 - - 0.047019885594163036 - - -0.03026026013873413 - - - -0.08624715880117084 - - -0.04485774124646685 - - -0.9952633875758667 - - 0.5763554496032118 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997741314227738 - - -0.03264157119034798 - - -0.05870943461941514 - - 0.061561889864933744 - - - -0.029584511832698526 - - -0.9981979546132967 - - 0.05220727981279795 - - -0.03265050621266445 - - - -0.06030776519426712 - - -0.05035247000948716 - - -0.9969090240444295 - - 0.5761637096444041 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9984335673350933 - - -0.039536373718276556 - - -0.039588972855184916 - - 0.04818728322697564 - - - -0.03796505403166626 - - -0.9984907095457609 - - 0.03968573576458539 - - 0.03523740390187892 - - - -0.04109825167683486 - - -0.038120573238247614 - - -0.9984276416471531 - - 0.5755629132748369 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9957958362319104 - - -0.0295111163838094 - - -0.08671647221244409 - - 0.02278752677019098 - - - -0.023761419412161793 - - -0.997496480169984 - - 0.06660455687122595 - - -0.030246466038439015 - - - -0.08846495063419 - - -0.06426403394025533 - - -0.9940040676229732 - - 0.5761925339786177 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980817489601399 - - -0.033118067581541316 - - -0.052306940192795304 - - 0.061559093737366774 - - - -0.02996340282659476 - - -0.9977494902605742 - - 0.05998457448224732 - - -0.03263900442229643 - - - -0.0541757961060049 - - -0.05830221509024786 - - -0.9968278862631462 - - 0.5760855780006828 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975357233455525 - - -0.040758239357952204 - - -0.05710732504596145 - - 0.04818665673864015 - - - -0.03882807480543116 - - -0.9986497836670892 - - 0.03451072570345844 - - 0.03523026543889722 - - - -0.058436814221593754 - - -0.03220831423895671 - - -0.9977713982859577 - - 0.5756198565306664 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970133584889351 - - -0.03149415083852284 - - -0.0705158241643278 - - 0.022795418532863022 - - - -0.025866826252607743 - - -0.996511951584134 - - 0.07934001291655463 - - -0.030240516472890756 - - - -0.07276860788988221 - - -0.07727903216877152 - - -0.9943503813509741 - - 0.5762459459264822 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982906026111837 - - -0.03146659022414267 - - -0.049251664315690336 - - 0.06156644559429405 - - - -0.02922772716057594 - - -0.9985350300588063 - - 0.045536070433082554 - - -0.032643032101137254 - - - -0.05061237697664957 - - -0.04401871698636402 - - -0.9977478337995271 - - 0.5762119175213773 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9988054043816909 - - -0.03896904910958197 - - -0.029481814554434556 - - 0.04824319567743229 - - - -0.037963390130273604 - - -0.99870276560401 - - 0.03393474597986379 - - 0.03526270967594136 - - - -0.030765974513148858 - - -0.032774978053329434 - - -0.998989116870579 - - 0.576087408514894 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9947647467023725 - - -0.030328849097600218 - - -0.09758718988975824 - - 0.022796399911536692 - - - -0.022255860994343082 - - -0.9963196288369397 - - 0.08277604632756684 - - -0.030241925316654653 - - - -0.09973853502816861 - - -0.08017080582505086 - - -0.9917786378642146 - - 0.5760959873565605 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988276041150502 - - -0.03239215243439844 - - -0.03597451484669645 - - 0.06157796637695867 - - - -0.031000269073151353 - - -0.9987738728609025 - - 0.038597075120102235 - - -0.0326514574579243 - - - -0.037180647858539306 - - -0.03743660442803667 - - -0.9986070799236899 - - 0.5762829367428158 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970412417507724 - - -0.040849311890038896 - - -0.06511601927473845 - - 0.04816369068202061 - - - -0.039432942363308 - - -0.9989599861941538 - - 0.02289080687849937 - - 0.03518941973545546 - - - -0.06598337142530541 - - -0.02025536227982732 - - -0.9976151136556943 - - 0.5754764161945938 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9944172325737304 - - -0.030296607115619382 - - -0.101076620232797 - - 0.022776134100464012 - - - -0.02167711482820198 - - -0.9961185616914285 - - 0.08531068952085485 - - -0.030243760464634322 - - - -0.10326892201010048 - - -0.08264337027905233 - - -0.9912142064638654 - - 0.5761209012557948 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998323290042367 - - -0.0325694606030546 - - -0.047852260082572415 - - 0.061569117661855674 - - - -0.0300265683679585 - - -0.9981466320862667 - - 0.05293114439427207 - - -0.032654271044706744 - - - -0.04948751106115959 - - -0.0514055550584666 - - -0.9974509788245749 - - 0.576257391209547 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977182757693416 - - -0.040071228420599805 - - -0.054337269426391416 - - 0.048194283132746624 - - - -0.03883766617734623 - - -0.9989674796844178 - - 0.023571385594800813 - - 0.035225799608733746 - - - -0.05522569946817471 - - -0.021407269462168248 - - -0.9982443843730975 - - 0.5756712960108611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959489121761038 - - -0.026764982898139333 - - -0.08584520968404442 - - 0.02278641404672717 - - - -0.022449998666744263 - - -0.9984543382806049 - - 0.050842225841352874 - - -0.03028311841909621 - - - -0.08707331333478947 - - -0.04870903467635402 - - -0.9950103858984588 - - 0.5762464909667481 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984845826008253 - - -0.03414321150249673 - - -0.04315992836823986 - - 0.06156683024292893 - - - -0.031282228939992454 - - -0.9973746061771728 - - 0.06530939523127251 - - -0.03264394101213296 - - - -0.04527648905338973 - - -0.06386028547716051 - - -0.9969312431044445 - - 0.5761830883826952 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972946756452333 - - -0.04053863592973206 - - -0.06131842240816007 - - 0.04822455054215762 - - - -0.0393339416661386 - - -0.9990111036708729 - - 0.020728139697278762 - - 0.03523903542438397 - - - -0.06209807535402137 - - -0.01826016810606449 - - -0.9979029989423146 - - 0.575895727253282 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9989651630094486 - - -0.03285815166378001 - - -0.031447495333426945 - - 0.06157191008392256 - - - -0.031318072972373955 - - -0.9983431053934053 - - 0.04827237531704676 - - -0.03264725406946685 - - - -0.0329815311773565 - - -0.04723754632379625 - - -0.9983390370102257 - - 0.5762433639880736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978161859969528 - - -0.03884960399081831 - - -0.053418791003270606 - - 0.048189472854355916 - - - -0.03816876385687368 - - -0.9991772881928572 - - 0.013707378495020352 - - 0.03520250280246283 - - - -0.05390736895947273 - - -0.011638514910594333 - - -0.9984781122000336 - - 0.5756181407219194 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972977720204593 - - -0.027928476490223425 - - -0.06794964403117179 - - 0.022796820641857497 - - - -0.023963201597690144 - - -0.9980005057694317 - - 0.058487224700338486 - - -0.030262419762280265 - - - -0.06944723818998408 - - -0.056700887866897295 - - -0.9959729365915974 - - 0.5762403127630377 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983505150656088 - - -0.03203784648955929 - - -0.04764268527848669 - - 0.061579694403009276 - - - -0.029678860896130484 - - -0.998336869778861 - - 0.049423270390116084 - - -0.032657543988764304 - - - -0.04914686443855432 - - -0.04792776682110092 - - -0.9976409749420888 - - 0.5762232795742737 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985323371855038 - - -0.04061377320488273 - - -0.035828662002892135 - - 0.04818786243787724 - - - -0.03895619869880344 - - -0.9981903660111046 - - 0.045808381171540666 - - 0.03524414004813856 - - - -0.03762427644213882 - - -0.04434540143780599 - - -0.9983075173479994 - - 0.5755691607259685 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9954219665804525 - - -0.028163833100289307 - - -0.09133404050081091 - - 0.0227755503770808 - - - -0.021978583558892536 - - -0.9974409031267617 - - 0.06803371689401146 - - -0.030245917749047745 - - - -0.09301639809114036 - - -0.06571486342349629 - - -0.9934935864973571 - - 0.5762577956023792 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978592167942048 - - -0.03365175036536182 - - -0.05607622630138051 - - 0.06155046289735306 - - - -0.030192373764304073 - - -0.9976542945859725 - - 0.06143556836753679 - - -0.032641673322489975 - - - -0.05801210240400559 - - -0.059610973750754095 - - -0.9965345592517875 - - 0.5761049631061896 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995474500374941 - - -0.02362711088561265 - - 0.018618666835792615 - - -0.035077302821097306 - - - -0.023386424823568955 - - -0.9996414450931367 - - -0.01304056693849551 - - 0.03755549874449955 - - - 0.01892010194250647 - - 0.012599241378146098 - - -0.999741611047165 - - 0.5784434891241513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9975601255543673 - - -0.038942653232881645 - - -0.05794191628810853 - - 0.04819070068761294 - - - -0.03827339726332229 - - -0.9991876600337065 - - 0.012616144351185814 - - 0.035196444061700985 - - - -0.058386153888388276 - - -0.010367728562688002 - - -0.9982402352332688 - - 0.5756775354078528 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9963942697640459 - - -0.02910923462717782 - - -0.07969386200199885 - - 0.02277252552398446 - - - -0.023756162697762616 - - -0.9974490147637227 - - 0.06731350296007692 - - -0.03025710477759385 - - - -0.08145000868785193 - - -0.06517756827543326 - - -0.9945440064061771 - - 0.5762158165511909 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982421338074046 - - -0.03403388440261908 - - -0.0485215107360535 - - 0.06157640495958028 - - - -0.030136376544938313 - - -0.9964260910370184 - - 0.07891035362631107 - - -0.03265014583797973 - - - -0.05103372512742417 - - -0.07730937726535467 - - -0.9957001652538087 - - 0.576187684987053 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.998434280374136 - - -0.03884127204574694 - - -0.04025348878854504 - - 0.048234944993623255 - - - -0.037733848906769805 - - -0.998897834755807 - - 0.027915450324905302 - - 0.035250951178500425 - - - -0.041293394392593955 - - -0.026352823492549454 - - -0.9987994715024177 - - 0.5759418965090461 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959565802256358 - - -0.028845006524344744 - - -0.08507911555644557 - - 0.022799672436223287 - - - -0.02224759217392994 - - -0.9967442547363915 - - 0.07749796960216458 - - -0.03026588260298561 - - - -0.08703754906773858 - - -0.07529180731398367 - - -0.9933557312482145 - - 0.5762537253628002 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978414500915264 - - -0.03396966335825389 - - -0.05620055560727795 - - 0.061564496650163426 - - - -0.030774889913875104 - - -0.9979130566605575 - - 0.05676651739513938 - - -0.03266635142791978 - - - -0.0580116077180137 - - -0.05491441812229915 - - -0.9968044241737 - - 0.5762467623348118 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9988559504848026 - - -0.037960908202641155 - - -0.029081946797495668 - - 0.04823635198777071 - - - -0.03747846721750775 - - -0.9991535290916268 - - 0.016958472772443566 - - 0.035216150579839706 - - - -0.02970108880374445 - - -0.015849124650218514 - - -0.9994331646346812 - - 0.5757788185964474 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959891693680181 - - -0.02793831972544111 - - -0.08500014583825374 - - 0.022785079233780498 - - - -0.02304697615032351 - - -0.9980509828263227 - - 0.05799200436040768 - - -0.030262717050453632 - - - -0.08645467825359016 - - -0.05580041191900068 - - -0.9946918631605155 - - 0.5762686978292915 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984628847048269 - - -0.03328575383597916 - - -0.044316209884038775 - - 0.061566925625069574 - - - -0.030761334068339502 - - -0.9979299603991112 - - 0.05647596359659702 - - -0.03265787046736408 - - - -0.04610431859654356 - - -0.05502592779225748 - - -0.9974199411869353 - - 0.5762846714757899 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963262240818508 - - -0.03924745384714695 - - -0.07611630950931418 - - 0.04819207320571627 - - - -0.038691774530193124 - - -0.9992127774965758 - - 0.0087619559051417 - - 0.03520450692861669 - - - -0.07640027349758861 - - -0.0057846913569367265 - - -0.9970604472926398 - - 0.5757445727889887 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.998912312048374 - - -0.0323727812060316 - - -0.03355884198177958 - - 0.061583199173284045 - - - -0.031081546311223233 - - -0.9987824153243278 - - 0.038309585194913134 - - -0.03266149187497698 - - - -0.03475816906965799 - - -0.03722485561945714 - - -0.9987022478231621 - - 0.5763380084920656 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986077288469224 - - -0.03931210791562441 - - -0.0351733145782688 - - 0.04821861911872906 - - - -0.03844887896547354 - - -0.9989505077269044 - - 0.024891099181395912 - - 0.03522344272756389 - - - -0.036114922033557297 - - -0.02350406950700288 - - -0.9990712042307696 - - 0.5757572201009481 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9951864271806729 - - -0.02803263559178853 - - -0.09390498654036056 - - 0.022788900536180698 - - - -0.02207742145202762 - - -0.9977141989888694 - - 0.06386677225309174 - - -0.030259385227068877 - - - -0.09548069238017107 - - -0.06148616492981758 - - -0.9935305173495309 - - 0.576301861610435 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977313272837962 - - -0.032846386543527215 - - -0.05876489979186305 - - 0.06156430702013409 - - - -0.028911173207408103 - - -0.9973604006142098 - - 0.06660612096822557 - - -0.03263403642702253 - - - -0.0607975543939537 - - -0.06475605128245426 - - -0.9960473438557116 - - 0.5760544297905548 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982255100172838 - - -0.03901401537920216 - - -0.04498597286627309 - - 0.048180812861621646 - - - -0.03808855612778848 - - -0.9990484112057463 - - 0.021249328445257613 - - 0.035228757367841805 - - - -0.04577218634535594 - - -0.019498170972311844 - - -0.9987615973223544 - - 0.5754851465820091 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970091913269166 - - -0.027569558363671618 - - -0.07219828156736069 - - 0.022779730183960817 - - - -0.023388302234101887 - - -0.9980348992615377 - - 0.058131980652819625 - - -0.030247895420876802 - - - -0.07365907770434066 - - -0.05626952379081943 - - -0.9956947729922566 - - 0.5763373735283528 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983360291799769 - - -0.03274898981489517 - - -0.04746236938101806 - - 0.06156480104094112 - - - -0.03058545567479157 - - -0.998490756857833 - - 0.04561511120931075 - - -0.03264421590139656 - - - -0.04888458593791777 - - -0.04408755080038264 - - -0.9978309401507365 - - 0.5761820517907723 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975270988608915 - - -0.03993066735410266 - - -0.057837953307747075 - - 0.04816075533767998 - - - -0.03778487358550817 - - -0.9985733325624957 - - 0.03773066157859605 - - 0.035216296180084844 - - - -0.05926204827965616 - - -0.03545195762842127 - - -0.9976127346490784 - - 0.5754386846917434 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959764699431225 - - -0.02942044970270398 - - -0.0846481450412659 - - 0.022807770231807085 - - - -0.02498877569255569 - - -0.998284687976796 - - 0.05294565931650221 - - -0.030255044178289746 - - - -0.08606063216723232 - - -0.05061737735563395 - - -0.9950032405477958 - - 0.5763717378861325 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9957622249322375 - - -0.03422090834978375 - - -0.08536112012922432 - - 0.061557521228297295 - - - -0.02870029023014473 - - -0.997467036163877 - - 0.06508306313593686 - - -0.03262906425309849 - - - -0.08737210503762415 - - -0.06235736683156678 - - -0.9942221452286847 - - 0.576057370434791 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974259426483911 - - -0.04128507194971027 - - -0.05862620374948061 - - 0.048190821340836625 - - - -0.03888863801744757 - - -0.9983836571622143 - - 0.041445710810052314 - - 0.03524491972766629 - - - -0.060242532857743454 - - -0.03905913395749837 - - -0.9974192805883463 - - 0.5756543491889005 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959234638325999 - - -0.026979107138298597 - - -0.08607311987895068 - - 0.02280886653618712 - - - -0.023834799329480877 - - -0.9990178952143507 - - 0.037351671748571236 - - -0.030259871254598503 - - - -0.08699630180990102 - - -0.035147870767798184 - - -0.9955884042373594 - - 0.5762697846346604 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982736116782799 - - -0.034810807455413185 - - -0.0473075460270892 - - 0.0615453916922993 - - - -0.03114851892134577 - - -0.9966164892308297 - - 0.07606144333512369 - - -0.03263340464110149 - - - -0.049795240694363335 - - -0.07445657175506953 - - -0.9959802472572801 - - 0.5760463659039161 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9984186935265427 - - -0.039479924644724516 - - -0.04001809549189608 - - 0.048224333942407466 - - - -0.038211425259654284 - - -0.9987577317508507 - - 0.03198249908188571 - - 0.03523799612248035 - - - -0.041231048936177864 - - -0.030402776484127886 - - -0.9986869738740363 - - 0.5759131471384804 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966992427328785 - - -0.027717285341967234 - - -0.07630446663845174 - - 0.022823028971934275 - - - -0.02480950680933723 - - -0.9989391388258227 - - 0.038795428774545594 - - -0.03027869223681555 - - - -0.07729882216168675 - - -0.036774298296437406 - - -0.9963295353833591 - - 0.5764489078839594 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983516126902494 - - -0.03378613934268732 - - -0.046395627241096166 - - 0.06155146363902614 - - - -0.031078492720729954 - - -0.9978390731242591 - - 0.057890512493215626 - - -0.03264757662079722 - - - -0.04825126660498939 - - -0.05635318034358075 - - -0.9972442701445711 - - 0.5761797938242249 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981923559479681 - - -0.03849463895311646 - - -0.046153908815117044 - - 0.048207469887944145 - - - -0.03817610123919986 - - -0.9992408671769277 - - 0.007763675526272784 - - 0.03519639602806646 - - - -0.046417731754355394 - - -0.005987665268875105 - - -0.9989041706006688 - - 0.575756482411552 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965992184700453 - - -0.02972000321506898 - - -0.07685518299888014 - - 0.022822851606699765 - - - -0.02672805797442835 - - -0.9988553081481698 - - 0.03966968995518998 - - -0.03026450640319694 - - - -0.07794619081013943 - - -0.03748059221946197 - - -0.9962527774340548 - - 0.5764434979559137 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980983551980066 - - -0.03277973451324527 - - -0.0522030876124675 - - 0.06155713265791185 - - - -0.029223477555236597 - - -0.997292036702032 - - 0.0674876425006201 - - -0.03263660752434443 - - - -0.054273950571267465 - - -0.065833749216903 - - -0.9963534793201827 - - 0.5760345270218648 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9988193820882164 - - -0.03944812132363367 - - -0.028349386041842367 - - 0.048252009364123875 - - - -0.03848824105445919 - - -0.9986925639799219 - - 0.033642502162333686 - - 0.03524931930393683 - - - -0.029639454540314525 - - -0.032511665217959264 - - -0.9990317784531717 - - 0.5758594933741465 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9963087027702145 - - -0.027740473279124368 - - -0.08123690618544321 - - 0.022781528382937684 - - - -0.02360403238715011 - - -0.9983969296014783 - - 0.05144337292021102 - - -0.030271447728465028 - - - -0.08253374121775095 - - -0.04933596157562675 - - -0.9953663368107294 - - 0.5763265158924765 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9967686513454602 - - -0.034144283422926205 - - -0.07270779603651376 - - 0.061577479338070326 - - - -0.030384286645975575 - - -0.9981739633295428 - - 0.05220664762276993 - - -0.03262794197155175 - - - -0.07435758750771565 - - -0.049828775226045494 - - -0.9959859649309849 - - 0.5761261527610768 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9988750633970012 - - -0.03806658152997611 - - -0.028276193065168594 - - 0.048218512591982 - - - -0.0375137648536264 - - -0.9990993282331296 - - 0.019830526231455307 - - 0.03521209125801812 - - - -0.029005605839972238 - - -0.018747471689038335 - - -0.9994034256170655 - - 0.5756698166180101 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9973788755587245 - - -0.026594858086670885 - - -0.06729109980200929 - - 0.022804823239043946 - - - -0.02414886160548 - - -0.9990269329876664 - - 0.036905550374107636 - - -0.030277872737223106 - - - -0.06820711892737819 - - -0.035183812877604075 - - -0.9970505946234725 - - 0.5765057423377018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998685287905263 - - -0.031814650260619304 - - -0.040193578471894656 - - 0.0615825701057464 - - - -0.030489637726142018 - - -0.9989848966648585 - - 0.033159587253621656 - - -0.03267688391659567 - - - -0.04120773850759703 - - -0.0318905042966775 - - -0.9986415362995837 - - 0.5763519291977641 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983498391582005 - - -0.037384521335367536 - - -0.04358894604507711 - - 0.04819682910197551 - - - -0.03769063561498246 - - -0.9992700855708869 - - -0.00622190244949384 - - 0.03520009850906029 - - - -0.0433245269995393 - - 0.007854530391936322 - - -0.9990301755765881 - - 0.5757644452775188 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9948549024566173 - - -0.02598789198547901 - - -0.09792013341588905 - - 0.022785163738841107 - - - -0.021188848720227887 - - -0.9985376614932893 - - 0.04973501049989205 - - -0.03029428377855066 - - - -0.09906944911498063 - - -0.04740430412593514 - - -0.9939507413360029 - - 0.5763976151541376 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973531166757378 - - -0.03366393992257472 - - -0.06444765167235635 - - 0.061568099907414235 - - - -0.030323298566476396 - - -0.9981798449472714 - - 0.052129595289920574 - - -0.032645848005103194 - - - -0.0660852345175564 - - -0.05003734894987802 - - -0.996558581062262 - - 0.5761270474101025 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.998207891477095 - - -0.03887103218588121 - - -0.04549778290923943 - - 0.048218266702271785 - - - -0.038345765047756206 - - -0.9991880667300291 - - 0.01236161830866623 - - 0.03522697891954837 - - - -0.045941350608731245 - - -0.010594817653506856 - - -0.9988879527470209 - - 0.5760601156036724 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9957595944288111 - - -0.027858226089181544 - - -0.08767410873304411 - - 0.022843572900427232 - - - -0.023526578813749463 - - -0.9984691918760986 - - 0.05005769634742805 - - -0.030267588730952068 - - - -0.08893441511748999 - - -0.04778275958392233 - - -0.9948906863039051 - - 0.5763236064226558 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983505231566491 - - -0.030816736572436308 - - -0.048441321822076985 - - 0.061567712991143275 - - - -0.029035135538149414 - - -0.9988910786950824 - - 0.03706175667256867 - - -0.03264864572362824 - - - -0.049529726600560375 - - -0.035594123818412246 - - -0.9981381991149693 - - 0.5762513162520606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983919164296046 - - -0.041756626607764684 - - -0.03834012705196859 - - 0.04821994441208108 - - - -0.03900360952354417 - - -0.9967881892597424 - - 0.06994300677279579 - - 0.03527457535476402 - - - -0.04113756983775622 - - -0.06833512922812233 - - -0.9968139297086593 - - 0.575883603713457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965645112658583 - - -0.02744380389154076 - - -0.07814097845179353 - - 0.022806327490741685 - - - -0.02304298785144851 - - -0.9981267776250557 - - 0.05667412547803848 - - -0.030274119932906483 - - - -0.07954995660790147 - - -0.05467882054127637 - - -0.99533011156495 - - 0.5764801329451933 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971252936922664 - - -0.03345880100947517 - - -0.06798277218619264 - - 0.06156687703664771 - - - -0.029766599668538257 - - -0.9980636177685972 - - 0.054616521592203794 - - -0.03265027965887718 - - - -0.06967853488187306 - - -0.052435899169052384 - - -0.9961904327261168 - - 0.5761603937101043 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970777170501306 - - -0.040374364318974836 - - -0.06485319473964675 - - 0.048194149168888756 - - - -0.03892358314309218 - - -0.9989662741349898 - - 0.023480583812145597 - - 0.03521353094379466 - - - -0.06573416796006963 - - -0.020887648184874593 - - -0.9976185269510096 - - 0.5758085882781797 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9961758393392175 - - -0.02555953213290483 - - -0.08354883263069879 - - 0.022793698529253656 - - - -0.021965619665941287 - - -0.9988051372799356 - - 0.04365557577104503 - - -0.030273207562378744 - - - -0.0845648193369839 - - -0.041653427954458276 - - -0.9955469769278329 - - 0.5764665204229183 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9969285815299967 - - -0.03252918871600464 - - -0.07124082544487498 - - 0.061555797881402474 - - - -0.02872692392935498 - - -0.9981405068294829 - - 0.053761440342888135 - - -0.032648134829803305 - - - -0.0728571696550562 - - -0.05154978668882563 - - -0.9960092631708767 - - 0.5761114985934322 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967162301999032 - - -0.04003684688559134 - - -0.07038328883728942 - - 0.0481753096043162 - - - -0.03915949168405872 - - -0.9991376496373278 - - 0.013801858144559616 - - 0.03518688613595424 - - - -0.07087517666390492 - - -0.011000362205678753 - - -0.9974245341699812 - - 0.5756209434282984 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975074525793388 - - -0.027734548924761775 - - -0.0648820225071495 - - 0.022809218733770228 - - - -0.02455633187318559 - - -0.9984831075444333 - - 0.04927951413463949 - - -0.03026263370887933 - - - -0.06615034855246213 - - -0.047563418131502694 - - -0.9966753998378991 - - 0.5763217343184676 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981912119068648 - - -0.03359475299464209 - - -0.0498567652694562 - - 0.06157544853624808 - - - -0.031158640125112897 - - -0.9983194935160301 - - 0.04886029074259459 - - -0.032667593919288876 - - - -0.05141443005089497 - - -0.04721844382363905 - - -0.9975605119216656 - - 0.5762320296349834 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9984983979665504 - - -0.039442583071571585 - - -0.038016205740112316 - - 0.04822176785327034 - - - -0.03828712775984726 - - -0.9987963888967568 - - 0.030657289095744347 - - 0.03526986066507806 - - - -0.03917965168468841 - - -0.029155722721981803 - - -0.9988067374254269 - - 0.5760445726267758 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959672077606087 - - -0.027553767559038607 - - -0.08538214660477392 - - 0.022806606857536382 - - - -0.02264636099817114 - - -0.9980642906501958 - - 0.057920756749731114 - - -0.030276509986480342 - - - -0.08681280665361044 - - -0.055753579456600644 - - -0.9946632972914496 - - 0.5764217486563893 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979047101957255 - - -0.03381871890855121 - - -0.055158713006828286 - - 0.061563095432087836 - - - -0.030522585655668434 - - -0.9977590075202454 - - 0.059542713047920935 - - -0.032649477413995646 - - - -0.05704876102140721 - - -0.057734367265945434 - - -0.9967006479893163 - - 0.5762455979002674 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979093708110536 - - -0.038450104533849144 - - -0.05194686813296056 - - 0.04815962679694191 - - - -0.03817756405829413 - - -0.99925155639747 - - 0.006229015958285879 - - 0.035182493766380454 - - - -0.05214749514657408 - - -0.004232788509931213 - - -0.9986304232554544 - - 0.575455636191572 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966585847715395 - - -0.03079168051613214 - - -0.07565406672601686 - - 0.022838393197928412 - - - -0.02425690466085912 - - -0.996014774509773 - - 0.08582640348122046 - - -0.030273044794378104 - - - -0.07799530740670337 - - -0.08370448834584505 - - -0.9934335864330818 - - 0.5764074809133551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979852296323042 - - -0.0329481842993053 - - -0.05422083167137985 - - 0.06155702873698962 - - - -0.029476472313958856 - - -0.9975382459103184 - - 0.06362849617969747 - - -0.032654162584959893 - - - -0.0561837967360832 - - -0.06190206052745232 - - -0.9964996316541086 - - 0.5761447650922272 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972016449218986 - - -0.04042695215238012 - - -0.06288514057175211 - - 0.04820150901287677 - - - -0.03871571806011407 - - -0.9988523498913082 - - 0.028197097221194227 - - 0.03524871987139376 - - - -0.06395289313353707 - - -0.025683548358450985 - - -0.9976223648272775 - - 0.5758762375863291 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9967455048352541 - - -0.02816110188587381 - - -0.07553377344796079 - - 0.02280814913017637 - - - -0.02314839878291988 - - -0.9975220503117427 - - 0.06643726947764363 - - -0.030263219532693984 - - - -0.07721755127237166 - - -0.06447256379601758 - - -0.9949275040388963 - - 0.5763600716708068 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987529116769366 - - -0.03250188700577081 - - -0.03789787273588667 - - 0.061570864474581766 - - - -0.030570845030762208 - - -0.9982578018304668 - - 0.05046567663978018 - - -0.03265086970910666 - - - -0.03947207685119289 - - -0.04924417148932287 - - -0.9980064963332578 - - 0.5762854745105253 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972061918359647 - - -0.039750039367794046 - - -0.06324353986196574 - - 0.0481813897498428 - - - -0.03831826468112905 - - -0.9989846460816307 - - 0.023693616967138766 - - 0.035236064803947774 - - - -0.06412114749316455 - - -0.02120403884681811 - - -0.9977168271512424 - - 0.5757493257107396 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974763080299177 - - -0.027211692036552416 - - -0.06557849293413703 - - 0.022796297432819954 - - - -0.023726317756453744 - - -0.9982937925964233 - - 0.05335321460951604 - - -0.030266892988051783 - - - -0.06691843366909164 - - -0.05166263136888324 - - -0.9964200398202147 - - 0.5764820744054975 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998368804132242 - - -0.03260118189401267 - - -0.04687103449541513 - - 0.06158493411996135 - - - -0.030474024251753492 - - -0.998503827412062 - - 0.04540308898487255 - - -0.03264262293850772 - - - -0.04828110170098063 - - -0.04390067861181893 - - -0.997868561302521 - - 0.5762540526457621 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981359308639728 - - -0.03877215790895462 - - -0.04713155301274929 - - 0.04819273312802555 - - - -0.03836295676689146 - - -0.9992181755126546 - - 0.009556216472154324 - - 0.03520121117292607 - - - -0.04746521954454783 - - -0.007730297293386832 - - -0.9988429783691444 - - 0.5756727048268159 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9967099206839729 - - -0.02889882130127304 - - -0.07572444874375353 - - 0.022792814343757257 - - - -0.023978820262449248 - - -0.9975909344182324 - - 0.06509488263588141 - - -0.030261626266656683 - - - -0.0774231889615083 - - -0.06306493236304238 - - -0.9950017407608268 - - 0.5764120667680144 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980181336262006 - - -0.03240095323695072 - - -0.05394425995981389 - - 0.061571672441906 - - - -0.030518780482324374 - - -0.9989086549349995 - - 0.03535679756174269 - - -0.03263453456565989 - - - -0.055030982102328 - - -0.03364041208557485 - - -0.9979177890405433 - - 0.5762699228542696 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969214931237242 - - -0.0388209408212721 - - -0.06812100338159607 - - 0.04816591491256492 - - - -0.03778158479175824 - - -0.9991501100766491 - - 0.016480575974254896 - - 0.03520956788806462 - - - -0.06870289949185052 - - -0.013856120942431747 - - -0.9975409362596812 - - 0.5755942447406805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9968762241205564 - - -0.02776670554980055 - - -0.07393783771556152 - - 0.022796079059611694 - - - -0.024014204001177677 - - -0.9984013842475896 - - 0.051166335990443845 - - -0.030271783115707558 - - - -0.07524036010899908 - - -0.049230945505929935 - - -0.9959493974169875 - - 0.5763951555277863 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976929170617983 - - -0.032534338551208755 - - -0.05958489791679672 - - 0.0615762492486294 - - - -0.030163995468779185 - - -0.9987339292840551 - - 0.040257569154029955 - - -0.032654342590153256 - - - -0.06081921260653761 - - -0.03836737301233129 - - -0.9974111329166391 - - 0.5762562194882255 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973603991245054 - - -0.04081186084895545 - - -0.0600551935493738 - - 0.048179973257747005 - - - -0.0385810234599029 - - -0.9985384128251575 - - 0.037848946371103254 - - 0.0352340836534281 - - - -0.06151210358127637 - - -0.03543204942790815 - - -0.9974772333173051 - - 0.5758180172692925 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960969100851911 - - -0.029249668413054195 - - -0.08327906469492341 - - 0.022805750548805775 - - - -0.0247018952977162 - - -0.9981738486435516 - - 0.05512516895957469 - - -0.030257254327156417 - - - -0.08473937743124813 - - -0.0528528597319707 - - -0.9950004086083171 - - 0.5763197362568011 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979979957148772 - - -0.03216744805790185 - - -0.05445416269239871 - - 0.06157058429225669 - - - -0.02936471463536054 - - -0.9982406740590806 - - 0.05150990379001473 - - -0.03265623637054466 - - - -0.05601530222601574 - - -0.049807749793731065 - - -0.9971867798847984 - - 0.5762393268107694 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980619656005246 - - -0.04011970503682247 - - -0.04756807847049927 - - 0.04820668137130179 - - - -0.03880802231074146 - - -0.998849101016714 - - 0.028185294080981235 - - 0.035208861366190204 - - - -0.048644118102255766 - - -0.026284646960930726 - - -0.9984702635072279 - - 0.5757285967196311 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959313382447154 - - -0.02777432906797591 - - -0.08572838588772232 - - 0.022797517466732063 - - - -0.022640810206765727 - - -0.9979245040781468 - - 0.06028331339240171 - - -0.03025422201642313 - - - -0.08722478555589376 - - -0.05809708086650392 - - -0.9944931201267909 - - 0.5763046904211793 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977930959052869 - - -0.032902483602674754 - - -0.05767464205800259 - - 0.06156391925301052 - - - -0.029656854735184587 - - -0.9979758811006441 - - 0.05625488164248506 - - -0.03264441654357035 - - - -0.059408827045811644 - - -0.0544202840324227 - - -0.9967492282188494 - - 0.5761650809729442 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965323552562121 - - -0.04008992624043167 - - -0.07291133479469042 - - 0.04813553107630655 - - - -0.039088702343224854 - - -0.9991215235053994 - - 0.015108097741704 - - 0.03519272061973612 - - - -0.07345296642498145 - - -0.012205698762744478 - - -0.9972239881997845 - - 0.5754014959835441 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9981069937659949 - - -0.03562379227793174 - - -0.05013356579326048 - - 0.06155148013167781 - - - -0.031102303202708775 - - -0.9956130248170109 - - 0.08824597186392637 - - -0.03262043338730815 - - - -0.05305728725533542 - - -0.08651965232512716 - - -0.994836305143034 - - 0.576081468434668 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953757700635824 - - -0.040109268953530404 - - -0.08728300472797614 - - 0.04813397674165153 - - - -0.03938482741241973 - - -0.9991740070969573 - - 0.01000694316484748 - - 0.035173549428509955 - - - -0.08761228076031609 - - -0.006523042681443807 - - -0.9961332933770222 - - 0.5754500461502526 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969094155232294 - - -0.027617220954010924 - - -0.07354526733863008 - - 0.02278818824725074 - - - -0.022872264050884744 - - -0.9976493480105486 - - 0.06459595924911993 - - -0.03027490518683388 - - - -0.07515634888896501 - - -0.06271417320594044 - - -0.9951976967923386 - - 0.5763699315604922 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980641410440639 - - -0.031887224432764885 - - -0.053396397630828145 - - 0.06158147090047862 - - - -0.029478082027985505 - - -0.9985377919443061 - - 0.04531358227883223 - - -0.03265198131961902 - - - -0.05476324535604501 - - -0.04365183818539172 - - -0.9975447378344039 - - 0.5762161767166639 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973494571209175 - - -0.04016007066571969 - - -0.06067313330243975 - - 0.04820150116546748 - - - -0.03942598230639096 - - -0.999134658335244 - - 0.013248638892081497 - - 0.035202737351476124 - - - -0.061152696586392406 - - -0.010821424926553266 - - -0.9980697593168391 - - 0.575685328451787 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966093991968399 - - -0.027383604089415897 - - -0.0775876514632833 - - 0.022784786266718825 - - - -0.02440109273897119 - - -0.9989360947961085 - - 0.03913138365359825 - - -0.03028397135724381 - - - -0.07857666387457492 - - -0.03710548127399904 - - -0.9962172911337003 - - 0.5764265433766477 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984889087221948 - - -0.03210758459690495 - - -0.044598230571552 - - 0.06158213970356553 - - - -0.02972029225930669 - - -0.9981416147206218 - - 0.05319794348404508 - - -0.03265759583212335 - - - -0.046223407347166845 - - -0.051792084088814694 - - -0.9975875784305634 - - 0.5762057250474909 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972426711942106 - - -0.04056656179133807 - - -0.062140235064450045 - - 0.04819208419234756 - - - -0.03901229741918089 - - -0.9988997640426088 - - 0.02602502729484747 - - 0.035219895049637934 - - - -0.06312761202130909 - - -0.02352903440538379 - - -0.9977280637229952 - - 0.5757949434502206 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965170779730917 - - -0.02812415548682837 - - -0.07850315398838266 - - 0.022803475689069094 - - - -0.023804541283063637 - - -0.9981788589553364 - - 0.05542841643891562 - - -0.03025401159829095 - - - -0.0799190660748356 - - -0.05336663201641671 - - -0.9953717624410242 - - 0.5764021884337678 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982916931124459 - - -0.03092906103332251 - - -0.04956902910369593 - - 0.061575741922789105 - - - -0.029543234027140753 - - -0.9991585255655465 - - 0.0284506258789036 - - -0.03265914586354823 - - - -0.05040726917720931 - - -0.026937594051450808 - - -0.9983654006629118 - - 0.5763006179915349 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981902890828472 - - -0.04027972377530837 - - -0.04465076296421702 - - 0.04821526145061007 - - - -0.038519576965750306 - - -0.9984727260550571 - - 0.03960375631884941 - - 0.035256747050458954 - - - -0.04617779738230782 - - -0.037812156468099295 - - -0.9982173369823581 - - 0.5759109287720164 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.998573537759543 - - -0.03504525430814939 - - -0.040282996870486094 - - 0.061552543634066675 - - - -0.0321488092717946 - - -0.9969985543644123 - - 0.07042965751498156 - - -0.03263816984615313 - - - -0.04263031490378918 - - -0.06903414188464257 - - -0.9967030367694555 - - 0.5761003824152522 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997292042682805 - - -0.04127083002106198 - - -0.0608711770128592 - - 0.048181246056626485 - - - -0.039385014311209485 - - -0.9987159929008491 - - 0.031861986312499375 - - 0.03522042189442602 - - - -0.06210798861067755 - - -0.02937829323573245 - - -0.9976369648510887 - - 0.5756586967477011 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9950310478996378 - - -0.027746693881148563 - - -0.09562078589101035 - - 0.02278618676923007 - - - -0.022036593512211374 - - -0.9979392409000828 - - 0.060263255953725316 - - -0.030261704025577187 - - - -0.09709584060157352 - - -0.057856654331480996 - - -0.9935919712273452 - - 0.5761483335397978 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984456261848176 - - -0.03347076718420168 - - -0.04456500080229375 - - 0.061575795168315614 - - - -0.03038403855069481 - - -0.9972071334686781 - - 0.06822567816102552 - - -0.03265565713793411 - - - -0.046724102492796654 - - -0.06676556525098033 - - -0.9966740778925474 - - 0.5761913307811757 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964659014561759 - - -0.041039939854681746 - - -0.07329004415236089 - - 0.04817848636691397 - - - -0.03878004536568464 - - -0.998735357107502 - - 0.031996789601225976 - - 0.03520189245884436 - - - -0.07451050473970998 - - -0.02904151855660765 - - -0.9967972586656523 - - 0.575474589854426 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965492106681613 - - -0.029307673715342156 - - -0.07765778118166806 - - 0.02282770936174512 - - - -0.023998964878649724 - - -0.9973670184190808 - - 0.06843303481935266 - - -0.030258350080370654 - - - -0.07945892273003789 - - -0.06633318046971996 - - -0.9946286687841619 - - 0.5762843086052476 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976491460111995 - - -0.033743067894863324 - - -0.05964550974018814 - - 0.061565512207885385 - - - -0.030019799388331558 - - -0.9976087852042055 - - 0.06225370132027323 - - -0.03264364976182509 - - - -0.06160351538515122 - - -0.060316805721391656 - - -0.9962765127411964 - - 0.5761464945075718 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975558693386741 - - -0.03983277480031873 - - -0.057407644087432416 - - 0.04821263098921229 - - - -0.03877233168769963 - - -0.9990583783514552 - - 0.019469538804488394 - - 0.03522780732679193 - - - -0.058129113561632986 - - -0.01719612448976713 - - -0.9981609586930712 - - 0.575713574791916 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9958846977375727 - - -0.027984708155629315 - - -0.08620049258320844 - - 0.022797133622980012 - - - -0.022961987753243266 - - -0.998010479588107 - - 0.05871822332748799 - - -0.030243023312821173 - - - -0.08767220728693573 - - -0.0564972454351635 - - -0.9945459493294795 - - 0.5762649810759986 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976309769898805 - - -0.03502375529081073 - - -0.05920954581438679 - - 0.061552214327642275 - - - -0.03087224226795116 - - -0.9970948973155778 - - 0.06963239479284541 - - -0.03263567443578435 - - - -0.06147632395943573 - - -0.06763950260437435 - - -0.9958140184190357 - - 0.5761026697044351 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997715891618227 - - -0.04236962716340863 - - -0.05261002097015217 - - 0.048228153176416814 - - - -0.039671602240361745 - - -0.997894497957132 - - 0.0513101834197298 - - 0.035243037556508996 - - - -0.05467324380470424 - - -0.04910586157392553 - - -0.9972960697661223 - - 0.5758738330070371 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9951104208657326 - - -0.03165251134083509 - - -0.09355943998465673 - - 0.022789603922527945 - - - -0.02181381606847982 - - -0.9942991567476416 - - 0.10437118529296736 - - -0.030250326073356187 - - - -0.09632968240866784 - - -0.10181996570784484 - - -0.9901279143980832 - - 0.5760879692795655 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998122812841449 - - -0.03279698840580306 - - -0.05172241329427076 - - 0.06157579989625874 - - - -0.03008310784715304 - - -0.9981727812547391 - - 0.05240329554937912 - - -0.032647084635711934 - - - -0.05334657540770819 - - -0.050748953818661506 - - -0.9972856594670262 - - 0.5761752501969388 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995614586947801 - - -0.03973718312862783 - - -0.08469091175422197 - - 0.048159534303192364 - - - -0.039532963936359126 - - -0.9992099055915618 - - 0.004087704748237657 - - 0.03517829240465667 - - - -0.0847864318105559 - - -0.0007216957143641692 - - -0.9963988860572506 - - 0.575474177560358 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966158847908038 - - -0.02991278475511791 - - -0.07656372176714842 - - 0.02279084001481911 - - - -0.02284042945362593 - - -0.9955306327903596 - - 0.09163554964313904 - - -0.030246392434136214 - - - -0.07896260485202643 - - -0.08957669610015905 - - -0.9928448632846737 - - 0.5762196586324062 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985776464177322 - - -0.03253992102410618 - - -0.04223550182687116 - - 0.06156707526425288 - - - -0.030213517292728993 - - -0.9980512139418403 - - 0.054597781292109834 - - -0.03265425572464112 - - - -0.04392980136108824 - - -0.05324404087749186 - - -0.9976147776889691 - - 0.5762292603355167 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972549648144239 - - -0.040514433620231105 - - -0.06197673613069616 - - 0.048174912679666296 - - - -0.03866986505530286 - - -0.9987810032808035 - - 0.030678152193329988 - - 0.03520585132651636 - - - -0.06314409465331432 - - -0.028197307563388705 - - -0.9976060019649992 - - 0.5756329984335179 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996995273121432 - - -0.03062878864329629 - - -0.07114986071501113 - - 0.02280836278310324 - - - -0.023178493533617596 - - -0.9943828950416489 - - 0.10327349846936604 - - -0.030264905795881154 - - - -0.0739133466366748 - - -0.10131404322617071 - - -0.9921049752088402 - - 0.5763461381759809 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977850872065147 - - -0.03467394613381026 - - -0.05676827642088068 - - 0.06154863957480407 - - - -0.03059904321780895 - - -0.9969968271807416 - - 0.07114088237919218 - - -0.03262320139484703 - - - -0.05906452659966515 - - -0.06924625658506763 - - -0.9958495557294351 - - 0.5760641605882733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.99842660403226 - - -0.03872641389214732 - - -0.04055343669361114 - - 0.04820562452131577 - - - -0.0379568720761105 - - -0.9990875855375592 - - 0.01957734116084916 - - 0.03524300814663571 - - - -0.04127459536817302 - - -0.018007256642381564 - - -0.9989855586971261 - - 0.5759775244533539 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980874236349921 - - -0.027899333392572345 - - -0.05516449925372175 - - 0.022798686685880993 - - - -0.02453326102198634 - - -0.9978495337271622 - - 0.06078179944779656 - - -0.0302632502634434 - - - -0.05674164154561318 - - -0.05931218455541133 - - -0.9966255319215809 - - 0.5763882887037338 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989128751385514 - - -0.034377897565717803 - - -0.03148377425585777 - - 0.06156665479667716 - - - -0.032081611489260635 - - -0.9969784622472583 - - 0.07074401755162406 - - -0.032641948572117926 - - - -0.03382067543212197 - - -0.06965705975745291 - - -0.9969975205281415 - - 0.5761775050760611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996714590611244 - - -0.03853099405536511 - - -0.07124175292457037 - - 0.048184256010862576 - - - -0.03839896573019345 - - -0.9992572920698162 - - 0.003222371199939779 - - 0.035194325426206374 - - - -0.07131300227526212 - - -0.0004761747622359549 - - -0.9974538731009495 - - 0.5755357786159033 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9955735319223493 - - -0.027233658880619058 - - -0.08995371231713004 - - 0.022790380984889315 - - - -0.02251676144909915 - - -0.9983383958132398 - - 0.053041897580039896 - - -0.030259228917372864 - - - -0.09124876979720481 - - -0.05078164303191812 - - -0.9945324965738805 - - 0.576266641794139 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982381549651418 - - -0.035377608899231174 - - -0.04763413440341492 - - 0.061556117156106316 - - - -0.03160591354277833 - - -0.9964733164112584 - - 0.07773027665893852 - - -0.032623482348282294 - - - -0.050216055210619434 - - -0.0760878076233094 - - -0.9958358264945898 - - 0.5761100622805134 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977809094886435 - - -0.0398899783242644 - - -0.053310845888103586 - - 0.0481751538575694 - - - -0.038444478529556736 - - -0.9988719845311982 - - 0.027870783794077373 - - 0.03520769588187443 - - - -0.0543624753907129 - - -0.02575942833207816 - - -0.9981889466034969 - - 0.5756730263629275 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974986555331533 - - -0.027970345089607076 - - -0.06491603811940379 - - 0.022797106089415087 - - - -0.023664797701656696 - - -0.9975276028945097 - - 0.06617143502504316 - - -0.03028256096896173 - - - -0.06660637776738242 - - -0.06446969256249124 - - -0.9956943553026738 - - 0.5763600931052288 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987041315149765 - - -0.031347042986394194 - - -0.040092650086091086 - - 0.06157905699396696 - - - -0.02952769413684824 - - -0.998541796086532 - - 0.045192883811975615 - - -0.03266288065062502 - - - -0.04145085009836738 - - -0.043950476269218566 - - -0.9981734231394016 - - 0.5763022388200499 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996115785424818 - - -0.024498562659750398 - - 0.013285799615150974 - - -0.03508207930919982 - - - -0.023981824025596992 - - -0.9989993999708857 - - -0.037750112241103924 - - 0.03752925759994233 - - - 0.01419732933382054 - - 0.03741683157907586 - - -0.9991988873864756 - - 0.5784162036135075 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9975795333734488 - - -0.040022246819157045 - - -0.05686206427802831 - - 0.04820756217768128 - - - -0.038548048113740005 - - -0.9988975428218286 - - 0.026790799374678063 - - 0.03524345739756921 - - - -0.057871604272155236 - - -0.024534031549257013 - - -0.9980225241520893 - - 0.5757742747018003 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996799888235606 - - -0.03141580126495329 - - -0.07350530759315617 - - 0.02281629026914178 - - - -0.025755869768073744 - - -0.9967199784709403 - - 0.07671974771451606 - - -0.030247916057557382 - - - -0.07567442094904701 - - -0.07458104281766195 - - -0.9943395044280686 - - 0.5763883617864151 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998883367277747 - - -0.03611330313805814 - - -0.03046059605996294 - - 0.061556443049064394 - - - -0.03312222455725688 - - -0.9950629153507774 - - 0.09355593371876846 - - -0.0326244530552478 - - - -0.03368882331349908 - - -0.09244254339897116 - - -0.9951479484748393 - - 0.5760496838561532 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957888618475954 - - -0.04018214937633027 - - -0.08240107700612258 - - 0.048119052935340544 - - - -0.03906248145522841 - - -0.9991218221019572 - - 0.015156092577705638 - - 0.03517736427723267 - - - -0.08293771857743977 - - -0.011873477635567774 - - -0.9964839965428477 - - 0.5752364912039682 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9973953405191877 - - -0.027842748431778468 - - -0.0665380798519046 - - 0.022809015809501627 - - - -0.02466497406517687 - - -0.9985373573716402 - - 0.04811221245822881 - - -0.030271458577962904 - - - -0.06778033464787472 - - -0.04634573651401273 - - -0.9966232482447899 - - 0.5764238816252789 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980325290513035 - - -0.032294980580048836 - - -0.05374109400443335 - - 0.06157182239102657 - - - -0.030008103815508263 - - -0.9986316209491612 - - 0.04282988846412717 - - -0.03265353374875972 - - - -0.055050746233423146 - - -0.041132953574794066 - - -0.99763595337646 - - 0.5761980412373596 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970153703783267 - - -0.04070915680213982 - - -0.06559813855458627 - - 0.048192234350125214 - - - -0.038451375497598986 - - -0.9986360151704334 - - 0.03532139474681035 - - 0.035249511827546966 - - - -0.0669465678859682 - - -0.03269363480826428 - - -0.9972207796126757 - - 0.5757883337127244 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9961569998671661 - - -0.02806222095673177 - - -0.08296832751491628 - - 0.022800355855846374 - - - -0.02320753463260443 - - -0.9979935665837871 - - 0.058908839690226866 - - -0.030265892477423513 - - - -0.08445496996579488 - - -0.05675696267726055 - - -0.9948095321395595 - - 0.5763842079099262 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975046032756314 - - -0.03289082346962987 - - -0.06247207516494825 - - 0.06155742073991527 - - - -0.02987903765603494 - - -0.9983738710235883 - - 0.04854746920410874 - - -0.03263155375313899 - - - -0.06396725375279562 - - -0.04655971852217629 - - -0.9968652782891279 - - 0.5761181980358023 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9976471842080538 - - -0.039408926731448794 - - -0.05609841651612863 - - 0.04821287304270722 - - - -0.03907317393722166 - - -0.9992113415114509 - - 0.007069800093246871 - - 0.03520455254946405 - - - -0.05633278725762977 - - -0.004861222969804175 - - -0.998400213136508 - - 0.5758883763845711 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970918815019961 - - -0.028847686285983068 - - -0.07053786811886782 - - 0.02280134084161242 - - - -0.024147329477768195 - - -0.9974872600954083 - - 0.06660384693429602 - - -0.030254318120847327 - - - -0.07228199168466094 - - -0.06470685391286252 - - -0.9952830435282206 - - 0.5762963885095832 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986443699766875 - - -0.03242754270523116 - - -0.04071703314296625 - - 0.061569022373149526 - - - -0.030514709371091398 - - -0.9984403117665279 - - 0.04675250101926821 - - -0.03266290469375689 - - - -0.04216959598884995 - - -0.04544665349241083 - - -0.9980763131446805 - - 0.5762809835186876 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978614645547446 - - -0.040641834763004404 - - -0.05119315211780817 - - 0.04821613652208944 - - - -0.03882840972001043 - - -0.9985995908699932 - - 0.03593343447122598 - - 0.03524438212355555 - - - -0.052581861466435356 - - -0.03386884086265043 - - -0.9980421080612509 - - 0.5758089230933784 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966222732112429 - - -0.028729087382354544 - - -0.07693298432682781 - - 0.022796159439451562 - - - -0.02227673608569504 - - -0.9962627534866734 - - 0.08345222012936565 - - -0.030263910510424957 - - - -0.07904297292374059 - - -0.08145652554171978 - - -0.99353764039318 - - 0.5762724696230574 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983640931853264 - - -0.03366221829343637 - - -0.04621679887017341 - - 0.06153214182786419 - - - -0.03038157188576784 - - -0.9970885330249483 - - 0.06993866884568396 - - -0.03261913149171418 - - - -0.04843653092440607 - - -0.06842011670350585 - - -0.9964801002038562 - - 0.5760123028832448 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981711346708922 - - -0.039375055292308954 - - -0.045869280902921215 - - 0.04820416373195732 - - - -0.03823180973721562 - - -0.9989424461497357 - - 0.02554051692114962 - - 0.03524423287385572 - - - -0.0468264309342579 - - -0.023740141135001662 - - -0.9986208945665263 - - 0.5757541978009295 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970174293978027 - - -0.02721881364989962 - - -0.07221759938193509 - - 0.022829594433875427 - - - -0.02500055060689642 - - -0.999192777349217 - - 0.031444652367446216 - - -0.03026573584051266 - - - -0.07301518983300423 - - -0.029545386723642115 - - -0.9968930996736812 - - 0.5763933065735718 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984052134564338 - - -0.03148679347749275 - - -0.04685735352661948 - - 0.06156628557280242 - - - -0.029340342773302792 - - -0.9985191205722016 - - 0.04581168123591992 - - -0.03265870094547108 - - - -0.048230426381672985 - - -0.044363810569225885 - - -0.9978505290286813 - - 0.5762869958025436 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985003432869838 - - -0.03830397513232541 - - -0.03911355193328212 - - 0.04821477410039704 - - - -0.03769898193142603 - - -0.9991595958367165 - - 0.016090022024302722 - - 0.03519740593552137 - - - -0.03969699254489407 - - -0.014591351427154701 - - -0.9991052203078609 - - 0.575801220482816 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969440942514265 - - -0.027673950514013036 - - -0.07305221009764605 - - 0.02280875645134296 - - - -0.023787150149586357 - - -0.9982818108111995 - - 0.05354995510057073 - - -0.030274260528921175 - - - -0.07440863138751912 - - -0.05164860759459121 - - -0.9958894401029543 - - 0.576325801426631 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978260526711138 - - -0.03323055395814875 - - -0.056911324834503556 - - 0.06156909507567039 - - - -0.03026549358926907 - - -0.9981783335978709 - - 0.052192089760577466 - - -0.0326563372991356 - - - -0.05854202344112928 - - -0.05035617756951798 - - -0.9970140855935818 - - 0.5762264966004638 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980423658583892 - - -0.03919703473651139 - - -0.04873426330266877 - - 0.04819921273272477 - - - -0.03797026236697459 - - -0.9989444874952281 - - 0.025848986028049463 - - 0.03523868769834328 - - - -0.04969602728158703 - - -0.023947930406611376 - - -0.9984772413538864 - - 0.5758369890218923 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964737313905349 - - -0.03153213460461359 - - -0.07775491711718678 - - 0.022804764259551715 - - - -0.02484573820164027 - - -0.9960275552416294 - - 0.08550905503277549 - - -0.030239201212541676 - - - -0.08014232303745387 - - -0.08327564882160453 - - -0.9932987337007437 - - 0.5761428032749993 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982200907168959 - - -0.03182858732768784 - - -0.050434031346660545 - - 0.061570775160739964 - - - -0.029953432790466448 - - -0.9988472333210686 - - 0.0375099500254883 - - -0.03265448250077555 - - - -0.05156978139588337 - - -0.03593251334893469 - - -0.998022751309413 - - 0.5762472148767311 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997264903662239 - - -0.03769384579300767 - - -0.06357582805499418 - - 0.04819672882326303 - - - -0.03783257769714259 - - -0.9992836119157029 - - -0.000979296429312709 - - 0.035195091213277255 - - - -0.0634933696407341 - - 0.003381855413786059 - - -0.9979765303180357 - - 0.5755719501343342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960652136580338 - - -0.028050782869144014 - - -0.08406690026879658 - - 0.022822551725426885 - - - -0.024843605094658192 - - -0.9989320127162162 - - 0.03895676137244997 - - -0.03026463730832395 - - - -0.08506988554286603 - - -0.036714949968064424 - - -0.9956983112482246 - - 0.5762598317456629 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974829851457182 - - -0.035266798988027974 - - -0.06151379710215413 - - 0.0615494877516482 - - - -0.03016298232953101 - - -0.9961748416359575 - - 0.08201145888571876 - - -0.03263813621283101 - - - -0.06417077872190236 - - -0.07994959525046746 - - -0.9947312065967929 - - 0.5760583932993866 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978865638157407 - - -0.038547901379980036 - - -0.05231123259122157 - - 0.04818480875300518 - - - -0.03780260036675661 - - -0.9991701758682854 - - 0.015163214067310483 - - 0.03521682402769588 - - - -0.05285233354852785 - - -0.013153666961692559 - - -0.9985157043752172 - - 0.5754858032460595 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975750174057013 - - -0.02799088069642031 - - -0.0637228000471838 - - 0.02276289323358853 - - - -0.02374596672563765 - - -0.9975088412902 - - 0.06642469881111768 - - -0.030265525862501683 - - - -0.06542334225855105 - - -0.06475046058308431 - - -0.9957545702340508 - - 0.5762387001873409 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998448928258069 - - -0.03289028710451246 - - -0.04492178396386461 - - 0.0615724537301241 - - - -0.03051716567664833 - - -0.9981529853582473 - - 0.052529233951031234 - - -0.032650655453629905 - - - -0.04656651435717923 - - -0.05107687181690865 - - -0.9976084968092549 - - 0.5761903656920111 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9987104420260666 - - -0.03932580246968191 - - -0.03210816482164806 - - 0.04823430919670075 - - - -0.03813540267991755 - - -0.9985917324687693 - - 0.03688147105882957 - - 0.03527425899018497 - - - -0.03351334138129313 - - -0.03560945246894855 - - -0.9988036958503524 - - 0.5760391618941654 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9949520748527735 - - -0.029646962604730164 - - -0.09587192683197046 - - 0.02277834870094324 - - - -0.023070441800930337 - - -0.9973503975216784 - - 0.06899231318386768 - - -0.03025253736814114 - - - -0.09766331686601093 - - -0.06643223744286149 - - -0.9929998158947791 - - 0.5761536375277982 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979940572263915 - - -0.033002460449606 - - -0.054024988154355615 - - 0.06157131181594168 - - - -0.03025290313917821 - - -0.9982431784981499 - - 0.05094426791663801 - - -0.03264824955153306 - - - -0.05561136208058182 - - -0.049207663896824884 - - -0.9972391800472741 - - 0.5761642668146233 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982730565403969 - - -0.03905850580473067 - - -0.04387867032847948 - - 0.04819700550808822 - - - -0.03802627810605722 - - -0.9989856411660988 - - 0.024118269369089257 - - 0.03521871601927942 - - - -0.04477618517576456 - - -0.0224080759607106 - - -0.9987456990509873 - - 0.5758597935498306 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9955186118967672 - - -0.027878469876996347 - - -0.09036306925094603 - - 0.022800574947000836 - - - -0.02047279364933173 - - -0.9964327672773443 - - 0.08186943884140392 - - -0.03025295713689425 - - - -0.09232311783798108 - - -0.0796525656418668 - - -0.992538115489447 - - 0.5762575004981679 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982461824217893 - - -0.032903772758646 - - -0.04921281356081133 - - 0.06157484253913542 - - - -0.030230944798916824 - - -0.9980775943825769 - - 0.05410365577346388 - - -0.03264835624689076 - - - -0.050898420966554885 - - -0.05252101798076664 - - -0.9973218604910732 - - 0.5762044138778903 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980810757270756 - - -0.03946404081967908 - - -0.047715361862468476 - - 0.04821699232643167 - - - -0.03835613396064247 - - -0.9989778875472269 - - 0.023916253453969364 - - 0.03524011160264758 - - - -0.04861042339948148 - - -0.02204018316312176 - - -0.9985746126670056 - - 0.5759151059553026 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996935238049819 - - -0.029039873455723543 - - -0.07264170210165999 - - 0.02284586951327501 - - - -0.024684969194709985 - - -0.9978843086453735 - - 0.06014614580504606 - - -0.030270938759425714 - - - -0.07423465114356617 - - -0.058168654007301944 - - -0.9955428791672273 - - 0.5764632347154033 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980162477580717 - - -0.03259617755781973 - - -0.053861474353365225 - - 0.06157520196549818 - - - -0.029664486460536866 - - -0.9980805984942155 - - 0.05436117320717888 - - -0.03265424697786542 - - - -0.05553005901250021 - - -0.052655561131255336 - - -0.9970676027371568 - - 0.5762446562591805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9989190084776953 - - -0.039905328720500274 - - -0.02384070556100871 - - 0.048273622108578794 - - - -0.03852603503720606 - - -0.9977010139520383 - - 0.055753308273038454 - - 0.03528476409204741 - - - -0.02601075020544135 - - -0.05477455156169973 - - -0.9981599017066186 - - 0.5763060080413436 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996666762102501 - - -0.02691745414441738 - - -0.07701179119134738 - - 0.022778522464330812 - - - -0.02344832556279472 - - -0.9986844605182136 - - 0.04560180202301123 - - -0.030266003167066735 - - - -0.07813796355432928 - - -0.04364400281628521 - - -0.9959867768548709 - - 0.5763394628533814 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988033591715297 - - -0.03188085177215259 - - -0.037087208009638294 - - 0.06156649002838113 - - - -0.030229961121762326 - - -0.9985628456365182 - - 0.04425373164917696 - - -0.032655909266502345 - - - -0.038444754625889886 - - -0.04307963097082731 - - -0.9983316814752369 - - 0.5762037700398018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977221712140354 - - -0.03949511843663662 - - -0.054686421419095826 - - 0.04821007958761531 - - - -0.038189402304142465 - - -0.9989647239771172 - - 0.024719421533969766 - - 0.035229447495948286 - - - -0.05560610235939266 - - -0.022574673175879575 - - -0.9981975483397055 - - 0.5757978943219583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9947367406136444 - - -0.03022388532036552 - - -0.0979047170951658 - - 0.022808663690193257 - - - -0.023247950807982313 - - -0.9971606268291242 - - 0.07162553375004663 - - -0.03024274644057872 - - - -0.0997915309862149 - - -0.06897246594033613 - - -0.9926149551994156 - - 0.5762488394343298 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982647127711474 - - -0.03404866644214446 - - -0.04804426656168482 - - 0.06158016210946163 - - - -0.03136086369692107 - - -0.9979587933166024 - - 0.05563041497466537 - - -0.03264889348193209 - - - -0.049840339727190645 - - -0.05402717053096453 - - -0.9972948437549929 - - 0.5763084215391195 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975721180570327 - - -0.04093497782580508 - - -0.05634001123186286 - - 0.048187064395427956 - - - -0.03903351171011866 - - -0.9986439861290337 - - 0.034446682451155716 - - 0.035227926675148194 - - - -0.057673687577452656 - - -0.032163901484670285 - - -0.9978172323639751 - - 0.5757284208249043 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959776774231652 - - -0.027230997157012656 - - -0.08536356874330057 - - 0.022837942144883282 - - - -0.02385046998353584 - - -0.9988999252101546 - - 0.04037442874780724 - - -0.030264837343742065 - - - -0.08636909838780239 - - -0.03817606853752853 - - -0.9955314995692982 - - 0.5762964147777184 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984403055441747 - - -0.03127354477695988 - - -0.04624847740129874 - - 0.061579683463531334 - - - -0.030014018416943112 - - -0.9991660796519629 - - 0.027682195927989407 - - -0.03266633817010436 - - - -0.047075630248806594 - - -0.026250917507997296 - - -0.9985463306059799 - - 0.5763726736161661 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9976614916628604 - - -0.04019133136852483 - - -0.05528295339308218 - - 0.048225339889726805 - - - -0.03899552869955837 - - -0.9989850824194252 - - 0.022542267962566295 - - 0.03524696768026567 - - - -0.056132849513259024 - - -0.020333764685361515 - - -0.9982162296913641 - - 0.5760790803231874 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9949882719824682 - - -0.0293865635631661 - - -0.09557598285809021 - - 0.022779132580203792 - - - -0.021259622330396216 - - -0.996157151820802 - - 0.08496444747443474 - - -0.030246732232703605 - - - -0.09770551200270575 - - -0.08250671947311358 - - -0.9917894303560981 - - 0.576210746922012 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971745145465023 - - -0.03389459228057237 - - -0.06703837821040352 - - 0.061555545660221304 - - - -0.03014383091021869 - - -0.9979648899939894 - - 0.056190993916657016 - - -0.03264700948915813 - - - -0.06880651856476598 - - -0.05401143354345824 - - -0.9961668675726864 - - 0.576115986877093 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978991623979561 - - -0.039977732596644666 - - -0.050980806014507725 - - 0.04819605702451475 - - - -0.038906134535419884 - - -0.9990041248660482 - - 0.021841959530520684 - - 0.03519112514193116 - - - -0.05180322751498694 - - -0.019812607023112064 - - -0.9984607584787586 - - 0.5756755986965401 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9956686371325517 - - -0.028122294919039777 - - -0.08861772711536663 - - 0.022791991083927855 - - - -0.02221501376940582 - - -0.9975086273319362 - - 0.0669554445999913 - - -0.03026016219933014 - - - -0.0902798880916018 - - -0.06469679224539608 - - -0.9938127926724051 - - 0.5761755495424082 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987256011418555 - - -0.03126034863908093 - - -0.039622774092716286 - - 0.06159292446360793 - - - -0.029965638781002127 - - -0.9990106783214543 - - 0.032859170594435355 - - -0.03265309239213377 - - - -0.04061076355211533 - - -0.03162997316898665 - - -0.9986742765692143 - - 0.5762923102434803 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983538919748293 - - -0.03944337588988729 - - -0.041638041225782046 - - 0.04821229362951181 - - - -0.03861492581054052 - - -0.9990435128491302 - - 0.02051699146357295 - - 0.0351985226691112 - - - -0.04240747438078951 - - -0.0188753684064426 - - -0.9989220823388397 - - 0.5757562399353332 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9947676170231821 - - -0.030497818623087855 - - -0.09750523668630909 - - 0.022802433635667065 - - - -0.022143154909634498 - - -0.9960795142583658 - - 0.08564626066248383 - - -0.030248831698094145 - - - -0.09973499291957588 - - -0.0830390530657198 - - -0.9915429626865802 - - 0.5760755536120987 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984856942526756 - - -0.03131820954041021 - - -0.045227072909212566 - - 0.061589861096864096 - - - -0.02950175190196777 - - -0.9987525235914055 - - 0.04028701099008068 - - -0.0326629545051157 - - - -0.046432370254672665 - - -0.03889172625357609 - - -0.9981640489526514 - - 0.5762799663810589 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995767428490577 - - -0.04063279961323859 - - -0.0824390923825217 - - 0.04816687116245516 - - - -0.03882855000205656 - - -0.998972496827223 - - 0.02337293921445491 - - 0.03522534095681466 - - - -0.08330409390901111 - - -0.02007302115714543 - - -0.9963219869899611 - - 0.575640267299028 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9963227482215762 - - -0.027530809594636742 - - -0.0811359100477064 - - 0.02282514651600795 - - - -0.02371399158447259 - - -0.9985832108679119 - - 0.0476363052289404 - - -0.030276705508257007 - - - -0.08233242362117862 - - -0.0455370782527499 - - -0.9955640343668847 - - 0.5764220208754924 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99861231643933 - - -0.03229148889417559 - - -0.0416016970888528 - - 0.0615798708302992 - - - -0.030911868795273315 - - -0.9989642541369239 - - 0.03338974878975682 - - -0.03263406726745022 - - - -0.04263681300541982 - - -0.03205742818219506 - - -0.998576198131662 - - 0.5763103449823154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9976317525993865 - - -0.03908497128172479 - - -0.05659727224330823 - - 0.04820596871141228 - - - -0.0377637406775312 - - -0.9989929174560913 - - 0.024229130455058482 - - 0.03525139694366485 - - - -0.05748726898641624 - - -0.022034425167787242 - - -0.9981030497959665 - - 0.5758797814982921 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9983312156509309 - - -0.03293290827010348 - - -0.04743635114348026 - - 0.06157226480602229 - - - -0.030645504208957217 - - -0.9983690993957316 - - 0.048166320635214255 - - -0.03265067031468469 - - - -0.04894524418892397 - - -0.046632230534560865 - - -0.9977122822470703 - - 0.5763459317680479 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9984957643518342 - - -0.03909382085460915 - - -0.03844322752363711 - - 0.048225022526149575 - - - -0.038335448750509316 - - -0.9990593081908707 - - 0.020270473262270744 - - 0.035235462577327556 - - - -0.03919951454474247 - - -0.018766243315247885 - - -0.9990551667306917 - - 0.5759476950436575 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972093157081902 - - -0.027759536459967284 - - -0.06930359875454395 - - 0.022794151402848756 - - - -0.02509854007300547 - - -0.9989248800819074 - - 0.03897623942290104 - - -0.03027616557106596 - - - -0.07031105141445984 - - -0.03712804989324532 - - -0.9968339199486134 - - 0.5764988904499453 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979602638260924 - - -0.033597754917512046 - - -0.054281697547690376 - - 0.06157511935583172 - - - -0.030965735864893887 - - -0.9983371055742711 - - 0.04862249310691329 - - -0.03262976268539647 - - - -0.05582503942230372 - - -0.04684244334029771 - - -0.9973411404707061 - - 0.5762628214568997 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986972251534808 - - -0.040484594500831556 - - -0.03106203597385373 - - 0.048249426805001897 - - - -0.03878142218923172 - - -0.9978090014182773 - - 0.05360221993203324 - - 0.035285714172671734 - - - -0.033164043235382336 - - -0.05232775837702907 - - -0.9980791311010957 - - 0.5760194089780784 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9962983047707898 - - -0.0284096428520402 - - -0.08113310116019062 - - 0.02279723501149876 - - - -0.02258234925357261 - - -0.9971590953536414 - - 0.071859418698577 - - -0.030256260442234516 - - - -0.08294411017691294 - - -0.0697612410047818 - - -0.9941094727646614 - - 0.5763340556553128 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997646262729991 - - -0.031065567294120137 - - -0.0611299025811105 - - 0.06159543194711189 - - - -0.02908760726428161 - - -0.9990324832997359 - - 0.03298497257240308 - - -0.032643321311675334 - - - -0.06209545526462044 - - -0.031129212014726054 - - -0.9975846463307373 - - 0.576211895113182 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979739130724616 - - -0.03831419157256364 - - -0.050794601592882294 - - 0.04820199182167038 - - - -0.0376296925638533 - - -0.9991885018542754 - - 0.01436467889507803 - - 0.03523817288470965 - - - -0.051303752926941226 - - -0.012424189565106854 - - -0.99860581034223 - - 0.5759285292605042 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9971504654629487 - - -0.028494360789129564 - - -0.06984998661591703 - - 0.02279169578375138 - - - -0.0238332433206508 - - -0.9974898144801124 - - 0.0666786811600942 - - -0.030260362567573678 - - - -0.07157461658886848 - - -0.06482392622828212 - - -0.9953265458373481 - - 0.5764260124852787 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982974009031199 - - -0.033752659907187996 - - -0.047571601815212416 - - 0.06156573673422083 - - - -0.03018541643201024 - - -0.9968155567356807 - - 0.073807767101858 - - -0.0326553146890646 - - - -0.049911321209737014 - - -0.07224613345311769 - - -0.996137217564013 - - 0.5761753571148046 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975995451123632 - - -0.039503298541777934 - - -0.05687386918370718 - - 0.048213737552528814 - - - -0.038601811322107424 - - -0.9991123696030171 - - 0.016863364696809734 - - 0.03522617210156459 - - - -0.05748954473866262 - - -0.014627450583213589 - - -0.9982389443090156 - - 0.5758641051929635 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964101561810212 - - -0.026726314967609403 - - -0.08032748438464322 - - 0.02280948118224361 - - - -0.021721209676510436 - - -0.9978054778256167 - - 0.06254932031111272 - - -0.03026994200413493 - - - -0.08182291677459337 - - -0.0605799678891071 - - -0.994804039889793 - - 0.5764862111735226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985361204413555 - - -0.03406750550123079 - - -0.04201215589386364 - - 0.06157040771991962 - - - -0.031367556569430244 - - -0.9974994901548173 - - 0.06333122086098737 - - -0.03264330390390996 - - - -0.04406464079951503 - - -0.06192069290474049 - - -0.9971078854474106 - - 0.5762556015693295 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974992056196561 - - -0.03992467086462253 - - -0.058321140631048415 - - 0.04819913765225857 - - - -0.03863382875640769 - - -0.9989864842454358 - - 0.023096137568095643 - - 0.03521539715126062 - - - -0.059184136926844946 - - -0.02078520991703941 - - -0.9980306673569351 - - 0.5757580340295315 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960699686681449 - - -0.02775640804323186 - - -0.0841082595823885 - - 0.022778822143582678 - - - -0.02324039565783073 - - -0.9982593708691831 - - 0.0542043585104553 - - -0.030275057216467706 - - - -0.08546637658815491 - - -0.05203662445239986 - - -0.9949812501693143 - - 0.5764355467919245 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986945533142972 - - -0.03264860033647546 - - -0.03928432354547167 - - 0.06157439245425827 - - - -0.03090264225649503 - - -0.9985420057446811 - - 0.04425934325040082 - - -0.032655611575457086 - - - -0.04067205283635549 - - -0.04298757564062909 - - -0.9982473904091201 - - 0.5762768299633338 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973653782333232 - - -0.04235431405190364 - - -0.05889324564576849 - - 0.048183467194883714 - - - -0.03940290365432554 - - -0.9979513281095067 - - 0.05040394734621104 - - 0.035232604120158106 - - - -0.06090741732423112 - - -0.047950587125335536 - - -0.9969909867743176 - - 0.575604772342166 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959602430282399 - - -0.030287078972151358 - - -0.08453334936262678 - - 0.022810324260836647 - - - -0.02469555961846961 - - -0.9974857584255918 - - 0.06642507864695246 - - -0.03024419762173324 - - - -0.08633263370394685 - - -0.06406913910345505 - - -0.9942041147431868 - - 0.5762005511752349 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983611764792905 - - -0.032067478942965105 - - -0.04739871404510376 - - 0.06156669078690742 - - - -0.030278080631039057 - - -0.998818926610186 - - 0.03799986419155245 - - -0.03265283564145358 - - - -0.048561292530031816 - - -0.03650244703466635 - - -0.9981529803733966 - - 0.576295420441954 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970226878986743 - - -0.03883208466856585 - - -0.06661703247365452 - - 0.0481705317678662 - - - -0.03841918308704632 - - -0.9992337998447591 - - 0.007468575414898901 - - 0.03522043912321605 - - - -0.06685601084589643 - - -0.004886967167615416 - - -0.997750665930961 - - 0.5757717173606953 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9961100894445064 - - -0.030950627228352807 - - -0.08250302043579431 - - 0.0227835838303439 - - - -0.021862311299693658 - - -0.9938157588677055 - - 0.10886816233795184 - - -0.030240946808182734 - - - -0.08536233977283446 - - -0.10664096820818393 - - -0.9906265567044571 - - 0.5760817452155511 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979078014910684 - - -0.033474226738422985 - - -0.055312709819055124 - - 0.061546843045137634 - - - -0.02969782213443663 - - -0.9972609539662426 - - 0.06773942024266472 - - -0.03262430327148135 - - - -0.05742873047294111 - - -0.06595502891065713 - - -0.9961685977171042 - - 0.5760256762550592 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975734264172712 - - -0.03996488072559806 - - -0.05700936076377259 - - 0.04819289086340396 - - - -0.038529261579269836 - - -0.9989175144220209 - - 0.026063295706547234 - - 0.03523940245196286 - - - -0.05798926545716417 - - -0.023803522628372518 - - -0.9980333849136602 - - 0.5759096461377116 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994724881389596 - - -0.03043910819848764 - - -0.011322815259379695 - - -0.0457571749608473 - - - -0.029983395421500404 - - -0.9988107048444373 - - 0.03844700101642969 - - -0.02338033762539417 - - - -0.012479641513890843 - - -0.038087223320165516 - - -0.9991964881680909 - - 0.577878117587727 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9963052409605518 - - -0.029400453991223496 - - -0.08069374287791264 - - 0.022802246235543125 - - - -0.021833606693288845 - - -0.9954171200464118 - - 0.09310236697995636 - - -0.030249745460283955 - - - -0.08306118499816567 - - -0.09099654072335742 - - -0.9923812115931474 - - 0.5762377578476112 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981030012137384 - - -0.03266000153077045 - - -0.05218930223846665 - - 0.06156751876915087 - - - -0.029534847626904427 - - -0.9977871147482963 - - 0.059569844870758885 - - -0.03263207746146291 - - - -0.05401936452591317 - - -0.0579154378579737 - - -0.9968589219713772 - - 0.5761285198675954 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977768363476528 - - -0.039487288619387585 - - -0.05368555565101748 - - 0.04818376382925024 - - - -0.038503488481233424 - - -0.9990732600366488 - - 0.019238047055710607 - - 0.035220353806490884 - - - -0.05439546141770319 - - -0.01712819655513664 - - -0.998372555041415 - - 0.5755802898079274 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9962151010560955 - - -0.029270281254264004 - - -0.08184572721339685 - - 0.02280894928648803 - - - -0.02314547079567934 - - -0.9969294725357049 - - 0.07480584182621053 - - -0.03025168589669734 - - - -0.08378400568986806 - - -0.0726283513855158 - - -0.9938336696679091 - - 0.5762442811446266 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977309885077777 - - -0.03265514276657382 - - -0.05887712817544169 - - 0.061573801740127776 - - - -0.029557397624612278 - - -0.9981708429085006 - - 0.0527383030917213 - - -0.03265832468407048 - - - -0.06049160947563946 - - -0.05087838458744909 - - -0.9968711828339801 - - 0.5762950561594002 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986574298623154 - - -0.03995730566130661 - - -0.03296591429163461 - - 0.048252470749004656 - - - -0.03855571025340045 - - -0.9983687903224747 - - 0.04210956799700523 - - 0.03526386243803199 - - - -0.03459472485293554 - - -0.04078200870883496 - - -0.9985689924977754 - - 0.5761637590984566 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9948618689849967 - - -0.029908527726905575 - - -0.09672301488729539 - - 0.022793619165243386 - - - -0.020506785251719943 - - -0.9950949688821302 - - 0.0967753825314728 - - -0.030245685642773648 - - - -0.09914299470118344 - - -0.09429465984180638 - - -0.9905953683149341 - - 0.576157278982553 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980546264384392 - - -0.03139147936094771 - - -0.05386592307162958 - - 0.06158243213095452 - - - -0.029277352513897244 - - -0.9987866731341222 - - 0.03959820954852674 - - -0.032641203774590455 - - - -0.05504361247778453 - - -0.03794412462033132 - - -0.9977627193537509 - - 0.5762084040198627 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996588071134104 - - -0.03890339349180989 - - -0.07279246147801048 - - 0.04816937465146974 - - - -0.03886533508729739 - - -0.9992425747407553 - - 0.001939730398060691 - - 0.03520219723060207 - - - -0.07281278872394827 - - 0.0008959912312485742 - - -0.9973452235800572 - - 0.5757144350837753 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996238722640674 - - -0.02879882898502784 - - -0.08172536301766578 - - 0.022833775767171202 - - - -0.023152400679568554 - - -0.9973329980004891 - - 0.06921602012633445 - - -0.03025381192095586 - - - -0.08350074163772947 - - -0.06706354112666242 - - -0.9942485140031649 - - 0.5761644267728492 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981633517216453 - - -0.03352018581024953 - - -0.050461078298599395 - - 0.061544432179718264 - - - -0.030281221382251033 - - -0.9975135453336024 - - 0.06363783864641273 - - -0.032638887801678035 - - - -0.0524687612909828 - - -0.061992935236477587 - - -0.9966964959652242 - - 0.5761135643149207 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983621415389079 - - -0.03928900057753753 - - -0.041586160864689636 - - 0.048208615718892484 - - - -0.038027301632717316 - - -0.9988047611382839 - - 0.030707872899801494 - - 0.035234262060825944 - - - -0.04274293710520982 - - -0.029076168267402155 - - -0.9986629149850844 - - 0.5757355810307003 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.997562550053557 - - -0.02823698005673073 - - -0.06380933856357028 - - 0.02278411916856736 - - - -0.023706548590608344 - - -0.997217732148451 - - 0.07067385826896601 - - -0.030272391122998354 - - - -0.06562742021872923 - - -0.06898889509172153 - - -0.9954564651804008 - - 0.5763262246316914 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974304766121439 - - -0.034166101102933624 - - -0.06296921359438828 - - 0.061539338040029014 - - - -0.02964829610684444 - - -0.997011706108746 - - 0.07133467894431891 - - -0.0326351594334851 - - - -0.065218270931024 - - -0.06928445292814472 - - -0.9954628278942493 - - 0.5759718632398289 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986288498252186 - - -0.03924800042267319 - - -0.03464122918695035 - - 0.048188347994289886 - - - -0.0381703626315438 - - -0.9987827929598636 - - 0.031240292954299347 - - 0.035229398600936934 - - - -0.0358251826699798 - - -0.029875189541086523 - - -0.9989114221674246 - - 0.5754357556216105 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9968354415481836 - - -0.030172502632348882 - - -0.07354401782836438 - - 0.02283643880123931 - - - -0.02417605709113482 - - -0.9964124038821625 - - 0.08110388186330085 - - -0.03023521966554471 - - - -0.07572727868452735 - - -0.07906921951474526 - - -0.9939886507341845 - - 0.5762635251290301 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984102025129805 - - -0.031691819745567236 - - -0.04661218809714489 - - 0.061559287252632294 - - - -0.029889182095214323 - - -0.9987969781067833 - - 0.03887458447929274 - - -0.032638597355041474 - - - -0.04778811893837484 - - -0.03741958158468669 - - -0.9981563357522505 - - 0.5761300817451708 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986144953066353 - - -0.03870922940739906 - - -0.035646673367362124 - - 0.048220336764272086 - - - -0.037911114656968434 - - -0.9990209748844049 - - 0.022799980843864066 - - 0.0352422782808397 - - - -0.03649434406781748 - - -0.021416986242226696 - - -0.9991043366692796 - - 0.5758135626592646 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969298182708008 - - -0.029463715270033757 - - -0.07254534392388341 - - 0.022844441184830946 - - - -0.025984488861912573 - - -0.9984878077899259 - - 0.04844485559326718 - - -0.030255331085686663 - - - -0.07386300685142251 - - -0.04641106740157727 - - -0.9961878683468858 - - 0.5763934531237657 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987907023862534 - - -0.03240420508964355 - - -0.03697431972711588 - - 0.061563935733249926 - - - -0.03068855908187684 - - -0.9984671092779933 - - 0.0460613073145689 - - -0.03265876891763957 - - - -0.038410222184372046 - - -0.04487091689008955 - - -0.9982541037477337 - - 0.5763415661776691 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9988654596755286 - - -0.039489044385875256 - - -0.02661595086945165 - - 0.04824715068694921 - - - -0.03873430465212276 - - -0.9988487283201879 - - 0.028299674490341285 - - 0.03522542387141173 - - - -0.027702835781039298 - - -0.027236617018879312 - - -0.9992450748355255 - - 0.5759584246232841 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960559039017088 - - -0.03096636821221078 - - -0.08314878437052177 - - 0.02281198533409197 - - - -0.025075520201495023 - - -0.997162519438178 - - 0.07097977257169713 - - -0.030241790284893193 - - - -0.08511083708420543 - - -0.06861482250542675 - - -0.9940061124275719 - - 0.5763843788687312 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979415997712135 - - -0.03133773215185782 - - -0.05595096057843225 - - 0.06155485370996136 - - - -0.029132798333908437 - - -0.9987829415184617 - - 0.03979843957953139 - - -0.03265342834644308 - - - -0.05713005782691528 - - -0.03808651041127562 - - -0.9976400023141543 - - 0.5762776689715622 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978012673974318 - - -0.04027042772257322 - - -0.052639561463977844 - - 0.04821925643087389 - - - -0.03867664479954169 - - -0.9987722443524931 - - 0.030953530624705575 - - 0.03524393679592182 - - - -0.0538214448628888 - - -0.028849550466610526 - - -0.9981337362852466 - - 0.5758476744877333 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.995648482566393 - - -0.0288578653722734 - - -0.08860769023845876 - - 0.022789468604874026 - - - -0.0216911304696206 - - -0.9964938764336528 - - 0.08080500658488131 - - -0.030260957443382967 - - - -0.09062888072898624 - - -0.07853138122043034 - - -0.992783575680734 - - 0.5762198501618307 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986343234192282 - - -0.035893283940374346 - - -0.03796261657204235 - - 0.06156471534776284 - - - -0.03204163767461354 - - -0.9947089171901184 - - 0.09760893154620895 - - -0.0326223631542316 - - - -0.0412652583191845 - - -0.09625924490894047 - - -0.9945005461161965 - - 0.5760920670673031 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9988848125611445 - - -0.03941464643805161 - - -0.02599263127985706 - - 0.04822172104553249 - - - -0.03855648944241232 - - -0.9987202831183403 - - 0.03272908813120618 - - 0.03520478330414172 - - - -0.027249373507740784 - - -0.031690404449714736 - - -0.9991262132029416 - - 0.575684269687872 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.995234952916159 - - -0.03485226162834448 - - -0.09106430888860952 - - 0.022771343181078513 - - - -0.021835192097946012 - - -0.9898805234728043 - - 0.14021331475738316 - - -0.030212808916495387 - - - -0.09502953688204764 - - -0.13755678503293337 - - -0.985924701998782 - - 0.5758320129635539 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998165623655101 - - -0.032362122571151314 - - -0.05116718456113546 - - 0.06157263057586589 - - - -0.030439746753562327 - - -0.9988172861757146 - - 0.03791372646099875 - - -0.03264850865921096 - - - -0.05233363708746519 - - -0.036286662277897966 - - -0.9979701741885512 - - 0.5762264028198165 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975741490981955 - - -0.039112713976906195 - - -0.05758483008893791 - - 0.04819516196192669 - - - -0.038523374531570446 - - -0.9991936975282565 - - 0.011309484272536826 - - 0.03522166917156657 - - - -0.05798074392168034 - - -0.009063687173062348 - - -0.9982765563255087 - - 0.5757998362701854 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9952355545020467 - - -0.02816556928560251 - - -0.09334287204613696 - - 0.022791412118456825 - - - -0.022014061491049147 - - -0.9975575955036318 - - 0.06628894892575994 - - -0.03025813843183647 - - - -0.09498195697958577 - - -0.06391826311651176 - - -0.993424825282969 - - 0.5762406482487774 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976002066977846 - - -0.03528729842745994 - - -0.059570413513998555 - - 0.06153369900497404 - - - -0.029959662328251035 - - -0.9956634353236938 - - 0.08807236906430356 - - -0.032626877015491815 - - - -0.06241991853338623 - - -0.08607630410927912 - - -0.9943312444257062 - - 0.5758869218144189 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.998489210472813 - - -0.038743108239961334 - - -0.038964960327006845 - - 0.04822849947099558 - - - -0.037590668401732426 - - -0.9988462011602799 - - 0.02988658690430253 - - 0.03525952902848494 - - - -0.04007790187234821 - - -0.028376715658864966 - - -0.9987935341149973 - - 0.575872534574323 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960270468870152 - - -0.029180291196728502 - - -0.08413460925924407 - - 0.02282077585304249 - - - -0.023841161700963103 - - -0.9976791463930844 - - 0.06378024663730221 - - -0.03024234733328342 - - - -0.08580047131735397 - - -0.06152098388388062 - - -0.9944111059635644 - - 0.5762359358381137 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987603312292516 - - -0.03278785321558139 - - -0.03745340364171508 - - 0.06158459149905647 - - - -0.030653427065560984 - - -0.9979484409639666 - - 0.056207442449602435 - - -0.03263258926600613 - - - -0.0392194871457045 - - -0.054989688661625694 - - -0.9977163755140666 - - 0.5762222010718132 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982451972114992 - - -0.040321113943722925 - - -0.04336743034250973 - - 0.04822589577319167 - - - -0.03863804476678502 - - -0.9984930136271494 - - 0.038971826161644664 - - 0.035259232497252796 - - - -0.04487346365921664 - - -0.03722780557742892 - - -0.998298784308142 - - 0.5760104986187735 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9960237160464147 - - -0.03093348905216382 - - -0.08354565415478299 - - 0.02279763530898287 - - - -0.023302364113063908 - - -0.995594773307204 - - 0.09081876012212643 - - -0.030244875183120565 - - - -0.08598695773100207 - - -0.08851082769038944 - - -0.9923568292110102 - - 0.5762162568079023 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982642783288358 - - -0.03297519255754063 - - -0.04879618108419633 - - 0.061550112922293676 - - - -0.030067226421277658 - - -0.9977948018077114 - - 0.059173434756169284 - - -0.0326454311609994 - - - -0.05063983123925459 - - -0.057603560317953585 - - -0.9970543803277516 - - 0.5761621189007586 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979642002903795 - - -0.04083332753066397 - - -0.04899075730744457 - - 0.04820646690701851 - - - -0.039215970345344554 - - -0.9986679400201636 - - 0.033532868140909 - - 0.035210510468884695 - - - -0.05029475726809376 - - -0.03154338185192028 - - -0.9982361706794075 - - 0.5755638886031467 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9971409643181139 - - -0.02861113299754043 - - -0.06993783201772094 - - 0.022818036190557535 - - - -0.02313291184900692 - - -0.9966910512231275 - - 0.0779218634346248 - - -0.030265363377384495 - - - -0.07193584411215298 - - -0.07608121634368957 - - -0.9945033347613963 - - 0.5763424702976442 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980949950204074 - - -0.03354816795848371 - - -0.051777421158669554 - - 0.061570413575507944 - - - -0.029653834146756555 - - -0.9968001073363444 - - 0.0742306953668695 - - -0.032624738868134835 - - - -0.0541020428044037 - - -0.07255388646297105 - - -0.9958960299767787 - - 0.5761523462049907 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982410661701778 - - -0.03980472869961525 - - -0.04393583258089948 - - 0.048226904340138814 - - - -0.03835109293640235 - - -0.9987044064545333 - - 0.03344700582835808 - - 0.035252907422162014 - - - -0.0452102585926052 - - -0.03170318755975203 - - -0.9984743063376951 - - 0.5761088130506983 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959180324828962 - - -0.03181621045103839 - - -0.08446893705932468 - - 0.022807860709795784 - - - -0.023210686343768057 - - -0.9946184187435094 - - 0.10097259596352248 - - -0.030235369276535983 - - - -0.08722692597385362 - - -0.09859984710280625 - - -0.9912968947477117 - - 0.5761355904572443 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987021005254944 - - -0.03285044991514422 - - -0.03892251721482164 - - 0.061586744970333354 - - - -0.030632165882061965 - - -0.9979450394822794 - - 0.05627937975924208 - - -0.03264857129049428 - - - -0.040691335924731266 - - -0.05501405377795523 - - -0.9976560875710508 - - 0.5763298623769939 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9990696432499164 - - -0.0381990501694848 - - -0.020017005336312052 - - 0.04823645440204923 - - - -0.037622026224891816 - - -0.9988869366331902 - - 0.028451203248640273 - - 0.03525490098170353 - - - -0.021081534081235975 - - -0.027671653179943367 - - -0.9993947410963654 - - 0.5758243628975095 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9948444583548999 - - -0.03244232023256368 - - -0.09608329479401628 - - 0.022782409547280977 - - - -0.021951278390429423 - - -0.9938761894906847 - - 0.10829709756269269 - - -0.0302275388901546 - - - -0.09900830802297306 - - -0.1056296162134716 - - -0.9894643698087484 - - 0.5761495995292867 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985472027846523 - - -0.03265253761354353 - - -0.04286368624304899 - - 0.061574696083582375 - - - -0.030412638853691203 - - -0.9981887105235888 - - 0.051907317222246764 - - -0.032636761933847534 - - - -0.04448095332725429 - - -0.05052830860668233 - - -0.9977315945786459 - - 0.5762422640633706 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968583646514431 - - -0.0399796095004299 - - -0.06837420309329922 - - 0.04819055073054859 - - - -0.03897516242373087 - - -0.9991126752163766 - - 0.015962422623728115 - - 0.03520645216978584 - - - -0.06895170439151152 - - -0.013247378841410307 - - -0.9975320392926421 - - 0.5758448843056339 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959685982147286 - - -0.031373731997704546 - - -0.08403713649764946 - - 0.022796451568993483 - - - -0.022266723796920844 - - -0.993988872756244 - - 0.1071928815179586 - - -0.030245744480739554 - - - -0.08689501931376734 - - -0.10488951223696143 - - -0.9906802944649462 - - 0.5761072873006196 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983654598017864 - - -0.032923527293776726 - - -0.04671669964053094 - - 0.06158859908564268 - - - -0.03067279943015201 - - -0.9983712858462269 - - 0.048103585862898784 - - -0.032675261747494334 - - - -0.04822435121269452 - - -0.046592026660014996 - - -0.9977492645959841 - - 0.5763453119655939 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978057241779085 - - -0.039953100117135494 - - -0.05279665319724194 - - 0.04820856406499591 - - - -0.0385503055415217 - - -0.9988829407120587 - - 0.027326629815718522 - - 0.03524484026596522 - - - -0.05382945978230704 - - -0.02523134054029121 - - -0.9982313202430012 - - 0.575833217849687 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9983298372127686 - - -0.03538598250204459 - - -0.04566583376104989 - - 0.061568003995413186 - - - -0.032201720718749514 - - -0.9971192409613712 - - 0.06867509364661402 - - -0.03262429829907342 - - - -0.04796441715979158 - - -0.06708987663563364 - - -0.9965933790365745 - - 0.5761682445077002 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.998251913832346 - - -0.04027088877679692 - - -0.04325935791461954 - - 0.04819241486764314 - - - -0.03815985674535112 - - -0.9980908500684259 - - 0.04856418786371655 - - 0.03527329931723535 - - - -0.04513249232241207 - - -0.046828522577750886 - - -0.9978828326060899 - - 0.57569428032475 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970142968568508 - - -0.026803404626996947 - - -0.07241594688630992 - - 0.022817471611825853 - - - -0.023640118804886246 - - -0.9987433287927274 - - 0.04419171839737738 - - -0.030266866038836847 - - - -0.07350943236027771 - - -0.04234785345709647 - - -0.9963950133665093 - - 0.5763664429094538 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985444071036952 - - -0.03391709548691546 - - -0.041936829585240025 - - 0.06156047390185011 - - - -0.03140434295703369 - - -0.9977526312211465 - - 0.0591899833985092 - - -0.03263306628018826 - - - -0.04385013438254224 - - -0.05778682830031637 - - -0.9973654536776491 - - 0.5762143239723883 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980931621757769 - - -0.03988711286863892 - - -0.047106876833035334 - - 0.048215113719140494 - - - -0.038800158441423004 - - -0.9989642826155111 - - 0.02376783043102457 - - 0.0352204739272257 - - - -0.048006117556815324 - - -0.021894754748156605 - - -0.998607046035446 - - 0.5758421447743688 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9971062111903526 - - -0.029972390878499754 - - -0.06986314758616595 - - 0.02281975380767131 - - - -0.025532600917677513 - - -0.9976488802392478 - - 0.06359872677776988 - - -0.030241916831360578 - - - -0.071605096857686 - - -0.06163089762774217 - - -0.9955271681685036 - - 0.5763783368921513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987348023399268 - - -0.033455237006810856 - - -0.037543863837457114 - - 0.0615552427421405 - - - -0.0309923066394014 - - -0.9974447969405862 - - 0.06436888988728996 - - -0.032623625668548 - - - -0.03960140810876203 - - -0.06312387957794464 - - -0.9972196870814537 - - 0.5760707216846458 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985060425806316 - - -0.040451829078670565 - - -0.03673326087017126 - - 0.04826912381137499 - - - -0.03895533870238402 - - -0.9984166173387404 - - 0.040580041996653445 - - 0.03527945755102244 - - - -0.03831663498467179 - - -0.039088460522993716 - - -0.998500840128537 - - 0.5762242158064192 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9949364753466853 - - -0.02756569663026982 - - -0.09665165489531186 - - 0.02278851247118404 - - - -0.021345792143826255 - - -0.9976694606221994 - - 0.06480744169895049 - - -0.030272409819112722 - - - -0.09821286668490586 - - -0.06241618148443744 - - -0.9932061483430493 - - 0.5762543872659849 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984424959337089 - - -0.0335122740039051 - - -0.04460392140555525 - - 0.061557967159403315 - - - -0.03078711770770374 - - -0.9976968431725141 - - 0.060441397294006875 - - -0.03264844902516432 - - - -0.046526720246733044 - - -0.05897403339341114 - - -0.9971746726067581 - - 0.5762103718225937 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983391007627028 - - -0.03906107320148325 - - -0.04234704769716931 - - 0.04822259358446649 - - - -0.03775904604063264 - - -0.9988021018336523 - - 0.0311225933170554 - - 0.0352790914369418 - - - -0.04351200214216015 - - -0.02947191770187011 - - -0.9986181010459172 - - 0.5759605905721652 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9987722139276172 - - -0.03288179568462315 - - -0.037052020170037205 - - 0.061585426969079135 - - - -0.030536688546485856 - - -0.997598151219803 - - 0.06217265745845665 - - -0.03264722122900416 - - - -0.03900737544030699 - - -0.06096487673559559 - - -0.9973774152575711 - - 0.576246905329313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977152216130949 - - -0.04151357130556039 - - -0.053300656271672825 - - 0.04819912711374506 - - - -0.03923675674397318 - - -0.9983010617212873 - - 0.04307513303942582 - - 0.03523233321704741 - - - -0.054998304353381086 - - -0.04088537102201852 - - -0.997649022930732 - - 0.5758317941784299 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9958995589170425 - - -0.02833127175547531 - - -0.08591511851564661 - - 0.022781086216156106 - - - -0.0222791827826072 - - -0.9972558002167817 - - 0.07060104070426548 - - -0.03026874506666439 - - - -0.08767956753645272 - - -0.0683974266672627 - - -0.9937978091452591 - - 0.5763039219939039 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981288722181226 - - -0.03201809589095614 - - -0.052092187323015085 - - 0.06158312125342173 - - - -0.029898871878252926 - - -0.9987131280369906 - - 0.04096517236602126 - - -0.03263806121483954 - - - -0.05333677816466206 - - -0.03933102365928903 - - -0.9978017131038244 - - 0.576246992106342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977308484643486 - - -0.040314632517937585 - - -0.05392480345402124 - - 0.04821526689737429 - - - -0.0386862035546726 - - -0.998773255349608 - - 0.03090893160355882 - - 0.03525657548180516 - - - -0.05510473370898011 - - -0.02875264863087728 - - -0.9980665075632846 - - 0.5759631871445986 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966442054367873 - - -0.027792345856934454 - - -0.07699294306001915 - - 0.022799596045787483 - - - -0.0246558043494479 - - -0.9988386616629376 - - 0.04139346904130044 - - -0.030276195753455228 - - - -0.07805394981137444 - - -0.039356238122563114 - - -0.9961720069544633 - - 0.5764109754126054 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998537443541306 - - -0.03323162169687214 - - -0.042645435457843474 - - 0.06157849584450524 - - - -0.03138363042863145 - - -0.9985692696975809 - - 0.04329528099874275 - - -0.032660828169148295 - - - -0.04402319374048406 - - -0.04189359062001005 - - -0.99815173469661 - - 0.5762963569841761 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968836154622162 - - -0.03782686196031627 - - -0.0692256147478337 - - 0.048139019873182136 - - - -0.03822733003040218 - - -0.9992590755038157 - - -0.004468921794707202 - - 0.035180821122204164 - - - -0.06900527850626376 - - 0.007101305337448526 - - -0.9975910199078468 - - 0.5754780835233888 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970321603319534 - - -0.028140231318587512 - - -0.071658904855813 - - 0.022822622886794427 - - - -0.02535835773098081 - - -0.9989001396397791 - - 0.039439380330038694 - - -0.030263141622979904 - - - -0.07268992335245428 - - -0.037505178428668 - - -0.9966491542333481 - - 0.5763357220727034 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998350035716845 - - -0.03446685116442024 - - -0.04592648859845569 - - 0.06155844937994677 - - - -0.031093191338324562 - - -0.9969017944580163 - - 0.07224974504304814 - - -0.032639411191729584 - - - -0.04827442010602215 - - -0.0707025344467709 - - -0.9963286265014323 - - 0.5761628882935593 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983272168160676 - - -0.03921833815718198 - - -0.04248164446526552 - - 0.04821480250108552 - - - -0.03820723773843504 - - -0.9989729398480595 - - 0.024357184478575808 - - 0.035253910580020476 - - - -0.04339326155848401 - - -0.022693333900368033 - - -0.998800299082756 - - 0.5759879024522501 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9952794844038854 - - -0.027703006363691225 - - -0.09301231834090143 - - 0.02278384407176618 - - - -0.02155860464017196 - - -0.9975583597385346 - - 0.06642699362257988 - - -0.030270878994846612 - - - -0.0946254431466752 - - -0.06410820816540418 - - -0.9934466081048934 - - 0.5762155392316135 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984387900077891 - - -0.02997789689617648 - - -0.0471307575311941 - - 0.06160620320507129 - - - -0.02856521337180432 - - -0.9991305614553794 - - 0.030366918692583827 - - -0.03266793230219343 - - - -0.048000116591580155 - - -0.028973209410434974 - - -0.9984270338605892 - - 0.5762927784054979 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981352947293853 - - -0.039620623275734776 - - -0.04643425057783701 - - 0.04821879504693649 - - - -0.03835222350344579 - - -0.9988748238546343 - - 0.027896114813997196 - - 0.035239256676975084 - - - -0.04748726532266091 - - -0.026063240025297654 - - -0.9985317557051252 - - 0.5761143801619893 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9983146430105116 - - -0.026752030496931426 - - -0.051499538008471436 - - 0.022819143951511973 - - - -0.025269079325834182 - - -0.9992531326794067 - - 0.02923440542265923 - - -0.03028768062533702 - - - -0.052243154391933895 - - -0.027883789101966736 - - -0.9982450336087314 - - 0.5765493277802302 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984489179635406 - - -0.031551904623147754 - - -0.045871947114621885 - - 0.06156227612488238 - - - -0.029263358777890106 - - -0.9983337405000468 - - 0.049733272687641036 - - -0.03265276648916917 - - - -0.04736469202339821 - - -0.04831376505550532 - - -0.9977085576738788 - - 0.5761719495931776 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973604975182497 - - -0.04080378479195294 - - -0.06005904708535784 - - 0.04819952532713605 - - - -0.03891675567338382 - - -0.9987215297431495 - - 0.03226131050287001 - - 0.03525107637550033 - - - -0.061298646950869874 - - -0.029838853432336044 - - -0.9976733527101129 - - 0.5758753832035705 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959228614092697 - - -0.02776871804174351 - - -0.08582862238607109 - - 0.022784778494738703 - - - -0.021770173346136887 - - -0.9973057410048385 - - 0.07005225557588271 - - -0.030268325682505128 - - - -0.08754263918143995 - - -0.0678981388339017 - - -0.9938441170867995 - - 0.5763374882367488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985234005199902 - - -0.03069680442106262 - - -0.04481879976449704 - - 0.061573050302829765 - - - -0.028823396012809182 - - -0.9987074748616244 - - 0.04186396419125745 - - -0.0326624616200258 - - - -0.046045960260199 - - -0.040510317869070604 - - -0.9981175700737179 - - 0.5762900363829999 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985052333049232 - - -0.03827315250707928 - - -0.039018775734904206 - - 0.04819404534122658 - - - -0.03772119217979524 - - -0.9991789106086645 - - 0.0147856773743001 - - 0.03523367824487989 - - - -0.03955263231715244 - - -0.013291741498080193 - - -0.9991290801917097 - - 0.5757593418438743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9947761280872364 - - -0.02943384903683588 - - -0.0977450946014326 - - 0.02278534127167197 - - - -0.02201729824180501 - - -0.9968565742437322 - - 0.07610656322014196 - - -0.03026134984942374 - - - -0.0996779492460477 - - -0.0735569093826461 - - -0.9922971770171349 - - 0.5763025578375208 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981981208616315 - - -0.03194280692514618 - - -0.05079535996575454 - - 0.06158422003400489 - - - -0.02966486081541955 - - -0.9985471518051517 - - 0.04498423784639893 - - -0.03263923966719928 - - - -0.05215848484292399 - - -0.043396344403214854 - - -0.9976954694451251 - - 0.5762873143544263 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985035870634684 - - -0.03894804307303482 - - -0.03838797418681424 - - 0.048250706120765485 - - - -0.038092897755512146 - - -0.9990149293975166 - - 0.022761853647349332 - - 0.0352381955744987 - - - -0.03923668897823299 - - -0.021265483339352444 - - -0.9990036343559363 - - 0.5761983989733178 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9967867142466353 - - -0.02900269792704066 - - -0.07466652405428773 - - 0.022801178039823504 - - - -0.023538337322610285 - - -0.9970504129211538 - - 0.073050809508475 - - -0.030258071882262566 - - - -0.07656495920121495 - - -0.07105855055311305 - - -0.9945292803210003 - - 0.5763343247389197 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984621126618394 - - -0.032007997648676824 - - -0.04526475080433736 - - 0.061571929512354004 - - - -0.029853657213370893 - - -0.9984252540471183 - - 0.047494960068774975 - - -0.03266389563727945 - - - -0.04671368889140536 - - -0.04607059981669742 - - -0.9978453442807094 - - 0.5762847457909039 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9987817463735225 - - -0.038797808565674836 - - -0.03049185401968775 - - 0.04824708181280465 - - - -0.03792365143308677 - - -0.9988671954746091 - - 0.028742346227663678 - - 0.0352538334970662 - - - -0.03157245275613593 - - -0.027550968316747148 - - -0.999121676459765 - - 0.5762318102707317 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965038653649352 - - -0.029728215632202817 - - -0.07807867511727197 - - 0.022824320126074316 - - - -0.024705848862709306 - - -0.9976104829500806 - - 0.06452089072602464 - - -0.030263629653140486 - - - -0.07981019574412919 - - -0.06236631705842425 - - -0.9948571631907023 - - 0.5765671873223741 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986879652382502 - - -0.03365363902284789 - - -0.03859767698713796 - - 0.061559424497989595 - - - -0.03108858980484813 - - -0.9973856374657467 - - 0.06523334853426309 - - -0.03264049466130684 - - - -0.040692108230337275 - - -0.06394781276608764 - - -0.9971232770175433 - - 0.5762084490919173 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974079434484194 - - -0.04013580538663779 - - -0.059720276891190055 - - 0.04821418218427522 - - - -0.038993237455696425 - - -0.9990357553826321 - - 0.020176394617917127 - - 0.03521505298825667 - - - -0.06047248778343872 - - -0.017795409324322366 - - -0.9980112231975461 - - 0.575968867080367 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972845343133129 - - -0.028018276737748947 - - -0.06810678224762728 - - 0.02282477612280385 - - - -0.02535970884452289 - - -0.998894089983281 - - 0.03959144053698408 - - -0.03027645786356272 - - - -0.0691407462123445 - - -0.037756763170582235 - - -0.9968921626976913 - - 0.5764844142058179 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981964131506162 - - -0.03397266804040339 - - -0.04949523814935073 - - 0.061563272370147984 - - - -0.031139552591347576 - - -0.9978925253959244 - - 0.0569283411259713 - - -0.03265212092033987 - - - -0.051324935827091765 - - -0.05528440634718628 - - -0.9971506332431345 - - 0.5761498093441121 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980949871348338 - - -0.039235454929582664 - - -0.047612768589787954 - - 0.04820630267073304 - - - -0.03792989291003537 - - -0.998887448560244 - - 0.028021212190757577 - - 0.035232387754076694 - - - -0.048659221943525344 - - -0.026161884207275676 - - -0.9984727517236394 - - 0.575624623618586 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9977232939839633 - - -0.026403393555542304 - - -0.06205714665162394 - - 0.02280643820297094 - - - -0.023395344680332338 - - -0.9985389815947177 - - 0.04870893227194912 - - -0.0302547130592032 - - - -0.06325256112663312 - - -0.04714618801701818 - - -0.9968833183810362 - - 0.5764495808269465 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980224675057681 - - -0.03263170942519034 - - -0.05372453716588097 - - 0.06158410846917777 - - - -0.030775425317138304 - - -0.9989124995554548 - - 0.03502415492802649 - - -0.03263665280751161 - - - -0.05480900975430431 - - -0.03330149804232692 - - -0.997941372365075 - - 0.576234046454748 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983417545197857 - - -0.03988017336563744 - - -0.041512804707494896 - - 0.04819581450986884 - - - -0.038711447994577 - - -0.9988414405029984 - - 0.028586719435049934 - - 0.035218541616505915 - - - -0.04260475298037848 - - -0.026932294856209387 - - -0.9987289354560922 - - 0.5755727249012919 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9968794384625708 - - -0.02927801011868763 - - -0.07330882139305941 - - 0.02281202224913559 - - - -0.023327072015470317 - - -0.9964609098621371 - - 0.08075582225392083 - - -0.030257740268485614 - - - -0.07541374464734213 - - -0.07879373858506664 - - -0.994034362523778 - - 0.5764105721301438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981071980415448 - - -0.03155206703929919 - - -0.05278719809957874 - - 0.06156639925719237 - - - -0.029430592820934354 - - -0.9987462091236675 - - 0.040495061023679585 - - -0.032653745600654094 - - - -0.05399871687239399 - - -0.0388648533594395 - - -0.9977843763807309 - - 0.576147798971712 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969705383401533 - - -0.040967230658287966 - - -0.06611680341589217 - - 0.048190435251060273 - - - -0.03915373962272301 - - -0.9988268023132805 - - 0.028495677815832385 - - 0.03522410284291003 - - - -0.0672066243409168 - - -0.025820631146785365 - - -0.9974049150931037 - - 0.575706659935092 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974303021829203 - - -0.030959959917178644 - - -0.06460861528631562 - - 0.022818300271978488 - - - -0.026336662990344154 - - -0.9971127034507152 - - 0.07122244589832138 - - -0.030244489133778606 - - - -0.06662711512456082 - - -0.0693378504075009 - - -0.9953658071438087 - - 0.5763170776083137 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984796939052824 - - -0.032889133989612455 - - -0.04423353619401242 - - 0.06158004476122483 - - - -0.030481581718211116 - - -0.9980732437072434 - - 0.054043254636059405 - - -0.032640392895317005 - - - -0.04592574479275982 - - -0.05261278419847459 - - -0.9975583796972063 - - 0.5762635921926353 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9983295252079818 - - -0.04025948235080197 - - -0.041440718850559596 - - 0.048223729269252724 - - - -0.039107391446757664 - - -0.9988357029131758 - - 0.02824624789547519 - - 0.0352472504831153 - - - -0.04252964886095023 - - -0.02657842483647284 - - -0.9987416163858283 - - 0.5759593668854457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959165104145995 - - -0.031615554251459496 - - -0.08456217247079297 - - 0.022833326519672528 - - - -0.02423239681652937 - - -0.9959175407425226 - - 0.08695425800898421 - - -0.030246260496989925 - - - -0.08696605790843558 - - -0.08455003708301823 - - -0.9926168424931786 - - 0.5762587329101543 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983749960288314 - - -0.0315788965386278 - - -0.047435646910667525 - - 0.06157768046838512 - - - -0.029702552158866195 - - -0.9987679732445557 - - 0.039752912046963615 - - -0.03264662865399721 - - - -0.048632558021151975 - - -0.038279353630468124 - - -0.9980829451433153 - - 0.5762889686668594 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971331647278935 - - -0.039740308424287454 - - -0.06439068011815238 - - 0.04819971651349486 - - - -0.03855720250429055 - - -0.9990658368198987 - - 0.019513990734815977 - - 0.03523552591021943 - - - -0.06510602072603461 - - -0.01697532284517325 - - -0.997733954759245 - - 0.5757887394653481 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996633284641563 - - -0.028347045015087325 - - -0.07693205433031028 - - 0.022787601030844366 - - - -0.023505803338769986 - - -0.9977290492995272 - - 0.06312068910635872 - - -0.030274801923886673 - - - -0.0785466304431213 - - -0.06109982997337338 - - -0.9950362996510517 - - 0.5765158949255945 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988969093184893 - - -0.03474037654701094 - - -0.031592258408378524 - - 0.06156532409056517 - - - -0.032228357471507804 - - -0.9965242074235586 - - 0.07681690564932381 - - -0.0326460995059491 - - - -0.03415109849856339 - - -0.07571400303920209 - - -0.9965445761305016 - - 0.5762342635524996 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974411672115293 - - -0.04003638055232207 - - -0.059230112138773654 - - 0.04822648074358064 - - - -0.03918713556659073 - - -0.9991127287056814 - - 0.015431258677536303 - - 0.035221034194862236 - - - -0.05979537070532882 - - -0.013070714232858356 - - -0.9981250773683903 - - 0.5759634255462438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9968783337150473 - - -0.02705267816119243 - - -0.07417371754076833 - - 0.022812400140571964 - - - -0.021979093648388126 - - -0.9974169183555078 - - 0.06838428489498112 - - -0.030286320784675462 - - - -0.07583209882303223 - - -0.06654054089432622 - - -0.9948979089361806 - - 0.5763927774426799 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998246904881916 - - -0.033267050083003874 - - -0.04895324578054015 - - 0.06157028285537358 - - - -0.030644337088207536 - - -0.9981037045765144 - - 0.05338463744433025 - - -0.032667940605171475 - - - -0.05063636537212528 - - -0.051790909331785165 - - -0.9973733805413536 - - 0.5763084191904291 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965829601984149 - - -0.040503366908179045 - - -0.07198528121266293 - - 0.04815366898754245 - - - -0.03935248554987497 - - -0.999075007159251 - - 0.017335280522367283 - - 0.03519515673710005 - - - -0.07262083257035556 - - -0.014443245440125707 - - -0.9972550362559943 - - 0.5754675011098169 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964625961761409 - - -0.031109599544717786 - - -0.07806719694002433 - - 0.02282914964838457 - - - -0.02508034916121641 - - -0.9967111584149734 - - 0.07705739923611392 - - -0.030265453609324887 - - - -0.08020767112849443 - - -0.07482686354010619 - - -0.9939656281707604 - - 0.5764316953277855 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987244433596887 - - -0.034192337772734165 - - -0.03715333462174329 - - 0.06158712824644781 - - - -0.03186276538411339 - - -0.9975933959434429 - - 0.061580683270867284 - - -0.032640818427875584 - - - -0.03916950877860122 - - -0.06031832563711616 - - -0.9974103714993034 - - 0.5763131913310731 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9987982823202486 - - -0.03863707582225491 - - -0.030152406305736422 - - 0.048242867619797195 - - - -0.03791636457949643 - - -0.9989898020958636 - - 0.02411896775447762 - - 0.035257173959855344 - - - -0.03105383279396598 - - -0.022946713934072303 - - -0.999254275841956 - - 0.576127451974036 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9973338826656544 - - -0.02963539145259324 - - -0.06668485630562884 - - 0.02282316566936958 - - - -0.025228563096592976 - - -0.9975017731012326 - - 0.06598281794511346 - - -0.03024262531386135 - - - -0.06847368904281431 - - -0.06412453690552722 - - -0.9955899746760808 - - 0.5764004657951015 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984995852966955 - - -0.033345217976551586 - - -0.04343586767204609 - - 0.061568771048892586 - - - -0.03028102818597657 - - -0.997130068284119 - - 0.06938794027573267 - - -0.03262071121883607 - - - -0.04562496569124551 - - -0.06796854685665135 - - -0.9966436871539739 - - 0.5761175998738575 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971519272194106 - - -0.04065220289272389 - - -0.06352505366061689 - - 0.048181313937305244 - - - -0.039183655771647036 - - -0.9989390487050821 - - 0.02419541470102936 - - 0.0352112632096487 - - - -0.06444125358017577 - - -0.021637360563491265 - - -0.9976868995155048 - - 0.5756405459660481 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965426016379962 - - -0.029804755544511872 - - -0.07755333434163698 - - 0.022813261102979057 - - - -0.02454097206050405 - - -0.9973860002596855 - - 0.06796254245033183 - - -0.03024977878460962 - - - -0.07937621690972303 - - -0.06582433465610939 - - -0.9946690772091903 - - 0.5763014889513303 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977758223703158 - - -0.032362904601234 - - -0.058275644132101456 - - 0.0615762722806684 - - - -0.029541748214722555 - - -0.9983794957750284 - - 0.04863812834000696 - - -0.032636595635242946 - - - -0.05975527931202264 - - -0.0468083840970021 - - -0.997114979213817 - - 0.5762369479904658 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985556320725206 - - -0.03852035581093932 - - -0.03745439686402164 - - 0.048215063646348824 - - - -0.03769705931584408 - - -0.99903711899283 - - 0.022444745341476346 - - 0.03524059796025266 - - - -0.038282912313285865 - - -0.021000406250942485 - - -0.9990462459576677 - - 0.5757956095125981 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999433721995491 - - -0.030722047669886707 - - -0.013725564659021488 - - -0.04576213948732062 - - - -0.03016359625353159 - - -0.9987763072524052 - - 0.03919241677040088 - - -0.023367909868774055 - - - -0.014912840081409908 - - -0.03875621057611379 - - -0.9991374096401795 - - 0.5779952315538399 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9969931151831479 - - -0.02770137383081607 - - -0.07236962184015917 - - 0.02278819094417116 - - - -0.02260744286557472 - - -0.9972709209309015 - - 0.07028238607725121 - - -0.030265505311862784 - - - -0.07411903807040428 - - -0.06843496294670876 - - -0.9948984993666444 - - 0.5763432122073786 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978478506032515 - - -0.03464927380475875 - - -0.05566951473898366 - - 0.061561251531442866 - - - -0.030613979905590595 - - -0.9969511017019698 - - 0.07177245327818131 - - -0.03264297587734491 - - - -0.05798664743551877 - - -0.0699137228305823 - - -0.9958662661618564 - - 0.5762003078346372 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980152492782228 - - -0.03869435612528405 - - -0.04968207938660115 - - 0.04822627639512602 - - - -0.037713502230936856 - - -0.9990776621222394 - - 0.020530874258978198 - - 0.03523603480455177 - - - -0.0504306846830773 - - -0.018616440379689805 - - -0.9985540416972863 - - 0.5759910091840628 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9962921342795312 - - -0.028948818232681632 - - -0.08101820224904852 - - 0.02281394214248377 - - - -0.02393220219678365 - - -0.9977754835238877 - - 0.06222004642142478 - - -0.030258944930699517 - - - -0.08263917273756335 - - -0.06005039884632866 - - -0.9947686749831077 - - 0.5764188766665794 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986601223128888 - - -0.03378036752128314 - - -0.03920263858636383 - - 0.061562578463076494 - - - -0.030936445191491017 - - -0.9969955584453611 - - 0.07101262422369634 - - -0.032632066816578334 - - - -0.04148368909487071 - - -0.06970468571300692 - - -0.9967047508308218 - - 0.5761677767479041 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971322736717442 - - -0.04110156313074376 - - -0.06354439637314531 - - 0.048171107894736456 - - - -0.039150082539833056 - - -0.9987317483473499 - - 0.03165700365117677 - - 0.03522879618631025 - - - -0.06476495842152742 - - -0.029078451665380093 - - -0.997476788606834 - - 0.5756486217250748 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9954338403762335 - - -0.026495624093915576 - - -0.0917030606779151 - - 0.022823388327867372 - - - -0.0234279974791833 - - -0.9991346018515705 - - 0.03436824576580453 - - -0.03027070237155465 - - - -0.0925343091395772 - - -0.032062895795253434 - - -0.9951931331883694 - - 0.5763643335965742 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981207741781145 - - -0.03380036736104412 - - -0.05111218367805983 - - 0.0615648978186992 - - - -0.030800116714458065 - - -0.9978186468114403 - - 0.058389218917220716 - - -0.03264270033240134 - - - -0.052974267002545906 - - -0.05670523116649669 - - -0.9969845755045051 - - 0.57622944363132 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973013798592019 - - -0.04012112766064612 - - -0.06148376083300318 - - 0.04819208352526676 - - - -0.03826226863179024 - - -0.9987830746149317 - - 0.03111862242921619 - - 0.03526398693023734 - - - -0.06265745390678207 - - -0.028682136914489703 - - -0.9976228638578496 - - 0.5758941095845281 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9963996269714753 - - -0.028306353636487085 - - -0.07991579139889012 - - 0.022822912854608877 - - - -0.022613894812264446 - - -0.9972015183352212 - - 0.07125828787832336 - - -0.030260228672419953 - - - -0.08170921081814843 - - -0.06919452416005403 - - -0.9942513377882575 - - 0.5763862617603588 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971229443813918 - - -0.03387574907651901 - - -0.06781052582518914 - - 0.06154792450776219 - - - -0.0292923640081756 - - -0.9972905123227078 - - 0.06748030410367058 - - -0.03264298593451634 - - - -0.06991273989049822 - - -0.06529982890954648 - - -0.9954135528238441 - - 0.5761462730115634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.998102948100092 - - -0.040117360776857444 - - -0.046702273587099254 - - 0.04824000027741607 - - - -0.0387254064760337 - - -0.9987892461804105 - - 0.030337841182806056 - - 0.03525045472238315 - - - -0.047862802750891796 - - -0.02847172419553576 - - -0.998448052246166 - - 0.5759535688731032 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9967506280430787 - - -0.028313552675034184 - - -0.07540907260168564 - - 0.022798791652052088 - - - -0.023015566125705423 - - -0.9972658548748945 - - 0.07022178021495888 - - -0.030277203018548592 - - - -0.07719112132649397 - - -0.06825802103462107 - - -0.9946770196163148 - - 0.5764162175471015 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986659045453831 - - -0.03238728578760826 - - -0.04021784203389896 - - 0.06158204137286039 - - - -0.030529422139815455 - - -0.998475724659426 - - 0.045980231074276484 - - -0.0326609417598777 - - - -0.04164571385341842 - - -0.04469106157999274 - - -0.9981324278533853 - - 0.5763473394025862 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982465898865391 - - -0.03953839462286794 - - -0.044050665494881826 - - 0.04821434065261267 - - - -0.03840565768133941 - - -0.9989168356537435 - - 0.026270913679881953 - - 0.03523736837731381 - - - -0.045041661136767365 - - -0.024533055214514172 - - -0.9986838228207575 - - 0.5757227593105023 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9953842670414815 - - -0.028998814912818378 - - -0.09148349392073193 - - 0.022783727687593902 - - - -0.022502600484947417 - - -0.9972040026550585 - - 0.0712587542702246 - - -0.03024283519722054 - - - -0.09329412574062387 - - -0.06887122637489121 - - -0.9932537240201571 - - 0.5762078745205506 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984301327166761 - - -0.03109001836994104 - - -0.04659056600983899 - - 0.061569772173759314 - - - -0.02938501120425626 - - -0.9988888947023772 - - 0.036844228269686745 - - -0.03264929003503971 - - - -0.04768428671885708 - - -0.03541732341693509 - - -0.9982343522450496 - - 0.5762753023233049 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967496032844567 - - -0.03864221029029425 - - -0.0706895178662205 - - 0.048185844708403223 - - - -0.03891523896067905 - - -0.9992394158770791 - - -0.0024887615931508426 - - 0.03519614343028241 - - - -0.07053958129242956 - - 0.005231571610421856 - - -0.9974952622090866 - - 0.5756074186599943 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959969798678513 - - -0.027176504400934186 - - -0.0851554678377442 - - 0.022812181022576452 - - - -0.022735907152615996 - - -0.9983520738581452 - - 0.05268980118664221 - - -0.030267966110281246 - - - -0.08644706253000566 - - -0.05054279604143663 - - -0.9949735328883109 - - 0.5763941233589682 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978714978433632 - - -0.03416156073609633 - - -0.05554693114760559 - - 0.061574710957355075 - - - -0.030718163739993462 - - -0.9976216068051578 - - 0.0617051379703306 - - -0.032634292672121507 - - - -0.057522762523072424 - - -0.05986749872483889 - - -0.9965475474798706 - - 0.5761744849024715 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997642679558131 - - -0.039260178111977004 - - -0.05628252249755711 - - 0.04820251041406031 - - - -0.038322632029076306 - - -0.9991096733444118 - - 0.017641896269591006 - - 0.0352234593765866 - - - -0.056925036657310954 - - -0.015443414267539278 - - -0.9982590050469493 - - 0.5757807808210079 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9980808086571307 - - -0.03578466695888539 - - -0.050538668373532644 - - 0.06156755565505398 - - - -0.031920124741986015 - - -0.9966493868087168 - - 0.0753067421302013 - - -0.03263360928636808 - - - -0.05306415953149832 - - -0.0735490134838683 - - -0.9958788769668555 - - 0.5760633171245421 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9987437285574119 - - -0.0396863412901994 - - -0.030593446720441838 - - 0.0482351510679313 - - - -0.03848667524764692 - - -0.9985035174902958 - - 0.03885230222121747 - - 0.03523759339099372 - - - -0.03208956988837434 - - -0.03762605313482232 - - -0.9987765213649521 - - 0.5758824489325659 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9971805957060608 - - -0.027687395912255205 - - -0.06974430195294687 - - 0.022793002939280563 - - - -0.02262020361416863 - - -0.9971173961301247 - - 0.07242392369330018 - - -0.03027829964705486 - - - -0.07154848660705093 - - -0.07064210106075165 - - -0.9949324135949952 - - 0.5764655466764765 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986134820919613 - - -0.03260131957824057 - - -0.041331190957017074 - - 0.06155882557622744 - - - -0.03092354282590616 - - -0.9986967221950205 - - 0.040602851821240175 - - -0.03265312912026126 - - - -0.0426010314812016 - - -0.03926844838646757 - - -0.9983201596071564 - - 0.5761927781047634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954462435890871 - - -0.038773372278055974 - - -0.08708272920943058 - - 0.04812099029536658 - - - -0.038902238941346486 - - -0.9992429977417383 - - 0.0002174153989484165 - - 0.035190812122857185 - - - -0.08702523731496581 - - 0.0031712877971882165 - - -0.9962010595276348 - - 0.5754032823749353 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9971296356702822 - - -0.0275817885358055 - - -0.0705105283572349 - - 0.022837583057792547 - - - -0.023839040127680775 - - -0.9982895643590312 - - 0.05338207431007589 - - -0.030279582759508435 - - - -0.07186229772169231 - - -0.05154794499319781 - - -0.9960816329664637 - - 0.5764104177185515 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999082236631748 - - -0.032035130101088626 - - -0.028432989401580226 - - 0.06158609662181456 - - - -0.03091553037030114 - - -0.9987616496537628 - - 0.038979445388791716 - - -0.03265748648448167 - - - -0.029646491003608437 - - -0.0380646505343361 - - -0.9988354058356523 - - 0.5763552716545082 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974330850202341 - - -0.04191082169299271 - - -0.05805793599531962 - - 0.04821892891044643 - - - -0.03951770111324102 - - -0.998345345823932 - - 0.041772260776957885 - - 0.03524670578430787 - - - -0.05971257996220736 - - -0.039370718773116105 - - -0.9974388975258309 - - 0.575948703269934 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9962956451774317 - - -0.02861821321103538 - - -0.08109244892770637 - - 0.022832485656774055 - - - -0.024604615132427746 - - -0.9984426683379416 - - 0.050068462692567324 - - -0.03026403683338905 - - - -0.08239903102992202 - - -0.04788774284532126 - - -0.9954482225462613 - - 0.5765078413403915 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973053773156296 - - -0.03527509959007783 - - -0.06432458104208412 - - 0.06155057876233906 - - - -0.030299218775627516 - - -0.996589513109147 - - 0.07675480247164229 - - -0.03262609332996454 - - - -0.06681273620288437 - - -0.07459899268612316 - - -0.9949728883599294 - - 0.5760284184413865 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970154552889461 - - -0.038329207980960456 - - -0.06701532459466143 - - 0.04818163351823987 - - - -0.038194077135768334 - - -0.9992649010695853 - - 0.0032969625626257477 - - 0.03521481828428822 - - - -0.0670924316649988 - - -0.0007275341535998698 - - -0.997746499020334 - - 0.5756748939426075 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9938181100600096 - - -0.03130021824577646 - - -0.106516949141991 - - 0.022825651442795237 - - - -0.023474347026611265 - - -0.9969858318405871 - - 0.07394732003803349 - - -0.030256423365805658 - - - -0.10851045640133011 - - -0.07098977001582611 - - -0.9915573273415288 - - 0.5762337225226402 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979603678775333 - - -0.03258483735312475 - - -0.05489382952945505 - - 0.0615582946461631 - - - -0.02963982540266163 - - -0.9981206211598257 - - 0.053634936055005474 - - -0.032644128678537325 - - - -0.05653834889557883 - - -0.05189849699360472 - - -0.9970506311687324 - - 0.5761747121249831 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9986394039654409 - - -0.03947021483397243 - - -0.03407994994874529 - - 0.04823014430492255 - - - -0.0381499242352747 - - -0.9985278088840792 - - 0.038559021849657975 - - 0.035257431100433834 - - - -0.03555171062539356 - - -0.03720641108894627 - - -0.9986750016123807 - - 0.57588486883223 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9963100222497443 - - -0.031099792551382108 - - -0.0799946402452996 - - 0.022832266722234783 - - - -0.02383913253127707 - - -0.9956410919573626 - - 0.09016935048067914 - - -0.030223434607688886 - - - -0.08245019905900845 - - -0.08792962475305091 - - -0.9927085905571273 - - 0.5762143952962288 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981674487287614 - - -0.03445009563098458 - - -0.04974872068035125 - - 0.0615659031410893 - - - -0.031182228483939634 - - -0.9973958146209267 - - 0.06503274254891864 - - -0.03264994941209534 - - - -0.051859549989283306 - - -0.06336229073885008 - - -0.9966422664061739 - - 0.5762288921566435 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975920103864895 - - -0.0389001430482456 - - -0.057419157812251105 - - 0.04821510553334192 - - - -0.03827170259365474 - - -0.9991952594237821 - - 0.012004596020895299 - - 0.03521834398905722 - - - -0.057839930788556516 - - -0.009778160147393994 - - -0.9982779823228138 - - 0.5757649415805677 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996658452436114 - - -0.02832582334730768 - - -0.0766131641387271 - - 0.02282364327582763 - - - -0.024270739468206456 - - -0.9982807550229043 - - 0.0533522760204963 - - -0.030248841595021454 - - - -0.07799269448683555 - - -0.05131453870588626 - - -0.995632441076568 - - 0.5763211767046899 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987527165689546 - - -0.03135928142762369 - - -0.03885365638490762 - - 0.061575558384062694 - - - -0.02982681292435499 - - -0.9987777387334759 - - 0.03941306688422654 - - -0.03264481767341396 - - - -0.04004213252199372 - - -0.038205026878515354 - - -0.9984673272292406 - - 0.5762491669295813 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961626416481021 - - -0.0402134866230974 - - -0.07773587896389188 - - 0.04815066513443726 - - - -0.039311490107118235 - - -0.9991411344686612 - - 0.013099624354729743 - - 0.03519845194064933 - - - -0.07819589586565796 - - -0.00999344316494822 - - -0.9968879239731397 - - 0.5756373718532449 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9967927827673393 - - -0.028586201372696254 - - -0.07474608561003991 - - 0.022809181966912645 - - - -0.02363079942718204 - - -0.9975158569854204 - - 0.06636038261699974 - - -0.030266239330961286 - - - -0.0764573969042633 - - -0.06438124069728672 - - -0.9949921217300678 - - 0.5762739397541738 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985916900148447 - - -0.03220324479610203 - - -0.042161447530873364 - - 0.0615744098654776 - - - -0.0298868559779196 - - -0.99806836787412 - - 0.054463831015142745 - - -0.032648903137394165 - - - -0.04383391920706328 - - -0.05312705594791848 - - -0.997625231965018 - - 0.57627220518167 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981621484665176 - - -0.040248748756987335 - - -0.04530301968083918 - - 0.04822849562682304 - - - -0.03900573556469783 - - -0.998846736147587 - - 0.027995540365751848 - - 0.035250015437668286 - - - -0.046377558816333334 - - -0.02617701111300687 - - -0.9985809361926693 - - 0.5760147684936798 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9959941458133629 - - -0.028405979324158767 - - -0.08478656641323017 - - 0.022802281946735784 - - - -0.024446903272945825 - - -0.9985780512360626 - - 0.04737324677443247 - - -0.030266245383306772 - - - -0.08601168772831315 - - -0.045110707467557076 - - -0.9952723313977456 - - 0.5763321964009993 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989484142381831 - - -0.03283143812389121 - - -0.03200253680157799 - - 0.061597274754875975 - - - -0.031158682654591374 - - -0.9981900727627037 - - 0.05143651556257741 - - -0.032661354426338204 - - - -0.033633349316559556 - - -0.05038526876683209 - - -0.9981633746561958 - - 0.5763982587213089 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981037261524703 - - -0.03974831736422182 - - -0.04700024582135286 - - 0.0481976476802106 - - - -0.03889134831723031 - - -0.9990626088663374 - - 0.019009644690400986 - - 0.035210308537489514 - - - -0.04771178959777511 - - -0.01714569426709006 - - -0.9987139782247351 - - 0.5756842732477103 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996142596013602 - - -0.02877245502305673 - - -0.08289797488013753 - - 0.02278547638430325 - - - -0.02275083161038537 - - -0.9970951082664087 - - 0.07268937152180434 - - -0.030251091149040277 - - - -0.08474861691094213 - - -0.07052298138298739 - - -0.9939035069002109 - - 0.5763329732014757 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973228079575196 - - -0.03339535682013738 - - -0.06505356923785334 - - 0.06156996929583921 - - - -0.029314602397695854 - - -0.9976015368921493 - - 0.06270428754628472 - - -0.032633155855457875 - - - -0.066991572708763 - - -0.060629396609877755 - - -0.9959097376031268 - - 0.5761667702599897 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.998025301828493 - - -0.04016720994815382 - - -0.04829174003001282 - - 0.048221208409539806 - - - -0.039205698991268474 - - -0.99901681417832 - - 0.020695848752963913 - - 0.03520803771574839 - - - -0.04907555477782661 - - -0.018761669274892378 - - -0.9986188410446037 - - 0.5758063490503746 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9962108795583771 - - -0.031835283917442725 - - -0.08093453000679372 - - 0.02283578893685836 - - - -0.024187761541178646 - - -0.9952996691659652 - - 0.09377377431749304 - - -0.030234665040006416 - - - -0.08353942566927224 - - -0.09146082908008679 - - -0.9922983830999788 - - 0.576192234615166 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987871423579451 - - -0.032707942890748354 - - -0.03680264572426203 - - 0.06158462369854277 - - - -0.031178999444050837 - - -0.9986569514065818 - - 0.041378296255150236 - - -0.032651520364686895 - - - -0.03810661693351793 - - -0.040180640601745594 - - -0.9984655236244838 - - 0.5763257655750618 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9989312205217814 - - -0.03919041187972968 - - -0.024505678598262342 - - 0.04823653619935772 - - - -0.038492838091397565 - - -0.9988575557183488 - - 0.028317570517889457 - - 0.035235210775088795 - - - -0.025587459477909146 - - -0.02734401216104419 - - -0.999298547440355 - - 0.5757850922455316 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976704645305269 - - -0.028490679486342096 - - -0.06198326698270609 - - 0.022834357584625646 - - - -0.026268436344504875 - - -0.998992848087307 - - 0.03637662329608802 - - -0.030279122725457634 - - - -0.06295723513193374 - - -0.03466367915870045 - - -0.9974140644144363 - - 0.5765220808708501 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982944042624206 - - -0.032945015766714165 - - -0.04819655957088468 - - 0.06155502408946083 - - - -0.03083701804009727 - - -0.9985622690444457 - - 0.043846016457641364 - - -0.03263693482727046 - - - -0.04957177358874298 - - -0.04228499470190338 - - -0.9978750515401853 - - 0.5761460060802792 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9989123375733213 - - -0.03865235331092346 - - -0.026079444536463353 - - 0.04823268515462923 - - - -0.03795844862990529 - - -0.9989252846754667 - - 0.02659759037296892 - - 0.0352243319727623 - - - -0.027079476018079918 - - -0.02557872591754624 - - -0.9993059745438436 - - 0.5758868601343119 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9957544134745537 - - -0.028795173044871513 - - -0.08742989222950764 - - 0.022827686730156508 - - - -0.023524674573572078 - - -0.9978772311633569 - - 0.06072578704274348 - - -0.03026835888020299 - - - -0.08899290832507356 - - -0.058411210696826046 - - -0.9943180541118505 - - 0.5764920026713345 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977637241223097 - - -0.034325547697401544 - - -0.057352485568219654 - - 0.061544922816698225 - - - -0.029864944836990738 - - -0.9965914516479011 - - 0.07689969812822481 - - -0.03263743500615542 - - - -0.059796621104063495 - - -0.07501490037053982 - - -0.995387928813151 - - 0.5760440897778516 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970339386382377 - - -0.04034872151993487 - - -0.06553858310361528 - - 0.0482211313267999 - - - -0.03886480082477734 - - -0.9989619147126414 - - 0.023761738372964292 - - 0.035250404051455346 - - - -0.06642930422918132 - - -0.021144115620227815 - - -0.997567077400947 - - 0.5760829586691938 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.997192728505803 - - -0.028104762196482173 - - -0.06940305870083066 - - 0.022842356156931556 - - - -0.02458534928533843 - - -0.9983932562801666 - - 0.05105356417336582 - - -0.030258353563875757 - - - -0.07072639405250114 - - -0.04920394451835401 - - -0.9962814607469948 - - 0.5763351464318551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977789963970651 - - -0.033603892407862886 - - -0.05751393538879301 - - 0.06156810607733338 - - - -0.029848890402895675 - - -0.9974422087778585 - - 0.06494677736472343 - - -0.03264374100573259 - - - -0.059549291268506326 - - -0.06308580318413806 - - -0.9962299249400366 - - 0.5762576149306915 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996827580301979 - - -0.024228101998068942 - - 0.006883485360481588 - - -0.03511593808263282 - - - -0.024159759962385577 - - -0.9996596438923996 - - -0.009843900216914406 - - 0.03757987115522192 - - - 0.007119641542711786 - - 0.009674473964605225 - - -0.9999278550264571 - - 0.5786126358033302 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9983432505273704 - - -0.03878905628025862 - - -0.04249897927399305 - - 0.048200218246117116 - - - -0.037457272819319036 - - -0.9987953825107571 - - 0.03169758016205011 - - 0.03525973203244644 - - - -0.0436773034811384 - - -0.030053169351624453 - - -0.9985935610510109 - - 0.5757289650545682 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966205454473162 - - -0.02621899310253363 - - -0.07784634090940518 - - 0.022812993419000723 - - - -0.02252151750756707 - - -0.9985933514921252 - - 0.04800103753963014 - - -0.03027604590595564 - - - -0.07899537734228748 - - -0.04608560248509208 - - -0.9958091421563348 - - 0.5763067340500432 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997872987019077 - - -0.031342253640471066 - - -0.05715911925809614 - - 0.06156675435147759 - - - -0.02932441864153919 - - -0.9989284403827353 - - 0.03580571834012906 - - -0.03263728600635354 - - - -0.05822010176013632 - - -0.034053401170122254 - - -0.9977227999899506 - - 0.5762211843256095 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9980203869007577 - - -0.03925726382968331 - - -0.049134250447814505 - - 0.048184183640843606 - - - -0.038183472539699406 - - -0.9990150182122758 - - 0.02260565882997641 - - 0.03520883024639069 - - - -0.0499732904187021 - - -0.020684792068906752 - - -0.9985363336513073 - - 0.5756134408814817 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9968230145497254 - - -0.02754576552848465 - - -0.07473358325042195 - - 0.022813466071203336 - - - -0.02310125527859439 - - -0.9979491651311366 - - 0.059697536118514465 - - -0.030259248723099205 - - - -0.0762247313445657 - - -0.05778143833029662 - - -0.9954150369147191 - - 0.5762582287143865 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976066076804371 - - -0.03472861070375882 - - -0.05979113572192161 - - 0.06156437576433242 - - - -0.030631315448214954 - - -0.9972060988921548 - - 0.06813016106103253 - - -0.03261613780201737 - - - -0.06199015104226179 - - -0.06613561771751325 - - -0.9958831765035902 - - 0.5760954767733603 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973583005213572 - - -0.039075786843442 - - -0.061233187600483234 - - 0.04821347278544568 - - - -0.03861368902707793 - - -0.9992162329384826 - - 0.008712224282448026 - - 0.035240760437792756 - - - -0.06152563206396348 - - -0.00632476993996148 - - -0.9980854642185387 - - 0.5759149525464182 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9985117327961696 - - -0.03145360374246423 - - -0.044553229737055035 - - 0.06157783807551001 - - - -0.029739464537533157 - - -0.9988110145748968 - - 0.0386279874299135 - - -0.03266655415780784 - - - -0.045715246006245804 - - -0.037245509467273875 - - -0.9982599302321571 - - 0.5763309573356363 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997478678302284 - - -0.039267697499118244 - - -0.059112894240142703 - - 0.04821630335388308 - - - -0.03830819193978085 - - -0.9991165717199177 - - 0.01727884674808168 - - 0.0352369178591385 - - - -0.059739172764890734 - - -0.01497077311819688 - - -0.9981017519219222 - - 0.5759988112066831 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9978735152303383 - - -0.03274808811583938 - - -0.05635610283372177 - - 0.061565510359208195 - - - -0.030109183731259502 - - -0.9984384488052077 - - 0.04705423469239884 - - -0.03263413785940333 - - - -0.05780903611793801 - - -0.04525733832437908 - - -0.9973013028523061 - - 0.5761826503411912 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970314793223474 - - -0.03904534177027602 - - -0.06636030836527163 - - 0.04818982890462263 - - - -0.03832709393229386 - - -0.9991924353118211 - - 0.012062797616562275 - - 0.0352473345629583 - - - -0.06677771417918349 - - -0.00948359118031542 - - -0.9977228063882917 - - 0.5760730741617117 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969345814285171 - - -0.027870724761019525 - - -0.07310720247173164 - - 0.022806329153420835 - - - -0.024100315485671528 - - -0.9983584015814241 - - 0.05195841399885164 - - -0.030277237301581876 - - - -0.07443530845934859 - - -0.05003723306779117 - - -0.9959697084557754 - - 0.5764565637391588 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981397657255188 - - -0.035689411794622095 - - -0.04942948475515762 - - 0.061550849309662176 - - - -0.03129260572589798 - - -0.9957137454281084 - - 0.0870339588460218 - - -0.032622209633913435 - - - -0.05232380819751146 - - -0.0853252779150552 - - -0.9949782992831694 - - 0.5760356667695723 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978851612078607 - - -0.03897775462084886 - - -0.05201864748221254 - - 0.04820081953391588 - - - -0.038402695715531024 - - -0.9991901765215405 - - 0.012009334062824067 - - 0.03525279016084338 - - - -0.052444618436424305 - - -0.009986279966487365 - - -0.9985739012258874 - - 0.5758078778223504 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964657835882836 - - -0.02512394802843317 - - -0.08015440956835983 - - 0.022789986462078634 - - - -0.022908689347853676 - - -0.9993330014729133 - - 0.028438426811315577 - - -0.030262707625434544 - - - -0.08081543225245609 - - -0.026501686787893445 - - -0.9963766990989129 - - 0.5763852843561745 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9970754864959289 - - -0.03431664576754427 - - -0.06828500605675732 - - 0.06155778024559518 - - - -0.029621768411334 - - -0.9972032003688992 - - 0.06861725737896052 - - -0.032600179001205945 - - - -0.07044874069202227 - - -0.06639386264776362 - - -0.9953033858766975 - - 0.5759905079948182 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970562444193263 - - -0.03981960732330525 - - -0.06552285354780109 - - 0.048173141620250916 - - - -0.038748658842147204 - - -0.9990951126076346 - - 0.017535603824003654 - - 0.03523010905271054 - - - -0.06616182360216276 - - -0.01494506059389854 - - -0.997696977173671 - - 0.5757453714644176 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9956075834615387 - - -0.031178446126828296 - - -0.08828048624125108 - - 0.02282046275043177 - - - -0.02295217312824055 - - -0.9954285014878629 - - 0.09271082015773804 - - -0.030235479274227504 - - - -0.09076749144141051 - - -0.09027736661392843 - - -0.9917717779684443 - - 0.5762718663109656 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983213758428786 - - -0.03595127700572326 - - -0.04540854783892269 - - 0.06157168053550764 - - - -0.03200941860864347 - - -0.9958890465464169 - - 0.08473726505620732 - - -0.03260599858332599 - - - -0.04826828830110516 - - -0.08314152181988888 - - -0.9953681026102629 - - 0.5760817972952509 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9981378793943453 - - -0.03931473198040269 - - -0.04663824147058278 - - 0.048211064046438205 - - - -0.03828563413287966 - - -0.9990076574892957 - - 0.022757646995990977 - - 0.03525763922799256 - - - -0.047486671153099014 - - -0.020929694863039902 - - -0.998652574189712 - - 0.5758282728251667 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964820474506191 - - -0.02665935402442705 - - -0.07945318087793832 - - 0.022834230818344275 - - - -0.024388822579816578 - - -0.9992697981943865 - - 0.02941183009811108 - - -0.030255578100439596 - - - -0.08017926441289136 - - -0.02737059114360136 - - -0.9964046047157036 - - 0.5763270050322775 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989552793993385 - - -0.03251805079744807 - - -0.032108038440926835 - - 0.06159735523778037 - - - -0.03093720277457282 - - -0.9983409510030798 - - 0.048561662190983 - - -0.032646590383909206 - - - -0.033633900229893245 - - -0.04751759592614899 - - -0.9983039811764375 - - 0.5763123963689393 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977841458903172 - - -0.039004654942000345 - - -0.05390208811155368 - - 0.04820482059601328 - - - -0.038307762124588536 - - -0.9991692725606206 - - 0.013902522493629792 - - 0.03523807030241087 - - - -0.054399573260606994 - - -0.011806848162631315 - - -0.9984494402650183 - - 0.5758738408011568 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9961706796004719 - - -0.026823016827584978 - - -0.08321359788280427 - - 0.022779349352317558 - - - -0.020863107049524182 - - -0.9972092918436539 - - 0.07168234807062888 - - -0.030256421390243763 - - - -0.08490410984501309 - - -0.06967175919227094 - - -0.9939502694312632 - - 0.5761809433516669 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986335157139954 - - -0.03208191082506844 - - -0.04125351246279194 - - 0.06157769272051808 - - - -0.03029363352967922 - - -0.9986041813978801 - - 0.04326643805814568 - - -0.032646245741811714 - - - -0.04258400005019337 - - -0.04195759636206795 - - -0.9982114821255279 - - 0.5762546720577445 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978039588586443 - - -0.03979162642081134 - - -0.05295173418126758 - - 0.04823788928302212 - - - -0.03876207400650454 - - -0.9990416250358203 - - 0.020330594297788218 - - 0.03528044360119232 - - - -0.05370997397812902 - - -0.018233428437175014 - - -0.9983900944934774 - - 0.5759811743047935 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965280662858094 - - -0.028277438276577988 - - -0.07830836219191395 - - 0.022798005993246325 - - - -0.02273962114838898 - - -0.9972363876827951 - - 0.07072833033090539 - - -0.03025389083459272 - - - -0.08009196423295784 - - -0.06870206376728616 - - -0.9944170672808378 - - 0.5764102321110016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982733283635865 - - -0.035876479597282455 - - -0.04651064490622123 - - 0.06155443571555867 - - - -0.032054389722655015 - - -0.9962416750360942 - - 0.08046763958751216 - - -0.032606483946786065 - - - -0.04922273841828567 - - -0.07883782805851122 - - -0.9956714914516845 - - 0.5760458607361504 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996588960069992 - - -0.0372631602181717 - - -0.07363356270863745 - - 0.04816495476284297 - - - -0.03848299753516104 - - -0.9991433822238329 - - -0.015217117303467018 - - 0.0352036546157251 - - - -0.07300344900976095 - - 0.017998851320946897 - - -0.9971692623540924 - - 0.5757435326941822 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9981561691933809 - - -0.034341348823142784 - - -0.05004931230498405 - - 0.061579783848200766 - - - -0.031516066774771076 - - -0.9979227920395985 - - 0.05618575142276439 - - -0.0326331428765787 - - - -0.05187484396355105 - - -0.05450479693476281 - - -0.9971650954956546 - - 0.5762050943476004 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974711148867422 - - -0.03833852535198807 - - -0.05984590579508838 - - 0.04820424795516804 - - - -0.037855942660908214 - - -0.9992410650466961 - - 0.009177228862675222 - - 0.03526555047643181 - - - -0.06015232806678105 - - -0.0068884975269544605 - - -0.9981654402101722 - - 0.5757116304425884 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.995780466858676 - - -0.02901480445443054 - - -0.08705976651236964 - - 0.02278832983366374 - - - -0.02297799814676453 - - -0.9973131576315378 - - 0.0695591634235124 - - -0.030244776985035388 - - - -0.08884409616786278 - - -0.06726519707458514 - - -0.9937716638336157 - - 0.5762137508106054 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998841525311159 - - -0.03283803450946556 - - -0.035174860392506946 - - 0.06158045966022539 - - - -0.03078067375101432 - - -0.9978700300702557 - - 0.05751480862369419 - - -0.03263962000764292 - - - -0.036988612267978144 - - -0.05636547327169087 - - -0.9977247997245268 - - 0.5763244696224838 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9985034630005617 - - -0.037384386327361206 - - -0.03991543604687988 - - 0.04820564681654654 - - - -0.037252703437749994 - - -0.9992977187164205 - - 0.0040380013293556975 - - 0.03525072694877607 - - - -0.04003836238490529 - - -0.0025450004093196432 - - -0.9991949021639625 - - 0.5758179789097948 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975394636652412 - - -0.02726210817645983 - - -0.06458944099648273 - - 0.02279839891484589 - - - -0.023753815914481387 - - -0.9982325159812342 - - 0.054475685101486496 - - -0.030264226625232746 - - - -0.06596040221196389 - - -0.0528074000074837 - - -0.9964239077041889 - - 0.5763515128299428 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987217842334123 - - -0.03507134199396206 - - -0.03639778383874784 - - 0.06158221975860871 - - - -0.03239266847535406 - - -0.9968970766199989 - - 0.07174213305685082 - - -0.032638842545212154 - - - -0.03880093718810748 - - -0.07047140978612276 - - -0.9967588814131941 - - 0.5762498519818496 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9984116519736596 - - -0.04080114945283747 - - -0.038851504559737855 - - 0.048208532162321176 - - - -0.03892288458509678 - - -0.9980919378354123 - - 0.04793216752377958 - - 0.03525327556028948 - - - -0.04073306100458627 - - -0.046343821932158934 - - -0.9980947189069372 - - 0.5757613768993709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.995683769158655 - - -0.027998171470930183 - - -0.08848691557681745 - - 0.022786369950689847 - - - -0.02278257840541462 - - -0.99797352702024 - - 0.059412065171849715 - - -0.030242966350450685 - - - -0.08997102842146223 - - -0.05713966889182483 - - -0.994303913440814 - - 0.5762538936838288 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985886712353178 - - -0.03346354548906493 - - -0.04124144521938887 - - 0.0615918274174469 - - - -0.03153387505170394 - - -0.998416524868558 - - 0.0465838769706432 - - -0.03262720651561758 - - - -0.042735002102563355 - - -0.045217629224604206 - - -0.9980626661701161 - - 0.5762693143644357 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967532360043895 - - -0.03910258495259838 - - -0.07038447531098457 - - 0.0481912314628705 - - - -0.038177138526614494 - - -0.9991665551707671 - - 0.014446491688352022 - - 0.035260075177637226 - - - -0.07089070890248916 - - -0.01171250947520486 - - -0.9974153219763046 - - 0.575915743852229 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9961021607457676 - - -0.025986687461221725 - - -0.08429221454206616 - - 0.02278877107882898 - - - -0.022147181225742624 - - -0.9986880735633357 - - 0.04616962297991953 - - -0.0302779710546279 - - - -0.08538142491998503 - - -0.044122826259732975 - - -0.9953708798641272 - - 0.5763431874981215 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983181578210436 - - -0.03218156955195686 - - -0.048220351989283275 - - 0.0615837626653008 - - - -0.030425885718061305 - - -0.9988626104670318 - - 0.03671172686294014 - - -0.03264968169742489 - - - -0.04934694765706675 - - -0.0351828366133291 - - -0.9981618339551815 - - 0.5763613296893009 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982244625878828 - - -0.039615330623351715 - - -0.04448087084056578 - - 0.0482402556041264 - - - -0.03854187804826744 - - -0.9989507542217464 - - 0.02473690110576901 - - 0.035253931665129495 - - - -0.04541415999052547 - - -0.022978603512978056 - - -0.99870392902649 - - 0.5761297349453101 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996619005125847 - - -0.029093396825332112 - - -0.07683835554676201 - - 0.02278127267790224 - - - -0.025222834025050492 - - -0.998386634593273 - - 0.05087176534446904 - - -0.03025205395593157 - - - -0.0781944196583849 - - -0.04876168707788648 - - -0.9957449124186406 - - 0.5763382706424799 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972912380222644 - - -0.03523399250928611 - - -0.06456587593980868 - - 0.06155441787868609 - - - -0.030164854775514595 - - -0.9965070342168958 - - 0.0778704840913391 - - -0.0326075735415566 - - - -0.06708403759756347 - - -0.07571193121366641 - - -0.9948705621192672 - - 0.5760371167000758 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9982642320651828 - - -0.03908541138034306 - - -0.044055119980999355 - - 0.04822992865229273 - - - -0.03845392317379556 - - -0.9991464020234267 - - 0.015091822825121374 - - 0.035237143330089225 - - - -0.044607384723325 - - -0.01337153472382189 - - -0.9989151031430423 - - 0.5760064966107656 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9962111374938107 - - -0.027370579193998316 - - -0.08254829451825556 - - 0.022793346883373554 - - - -0.023083921467003388 - - -0.9983570377133562 - - 0.0524438539575199 - - -0.0302661480374646 - - - -0.08384808944151807 - - -0.050339613057685716 - - -0.9952062204659946 - - 0.5762991965466709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985566152401818 - - -0.03204627552329902 - - -0.043101303752396104 - - 0.06159480857274171 - - - -0.02954774153243099 - - -0.9979135045347477 - - 0.05740704170666403 - - -0.03264920996877445 - - - -0.04485105495307954 - - -0.05605063507457179 - - -0.9974200264569251 - - 0.5762443220026408 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997083097266728 - - -0.04005211547397021 - - -0.06497018694023111 - - 0.04819553667836734 - - - -0.03828757760626647 - - -0.9988693038744543 - - 0.028181113860297907 - - 0.03525116403005221 - - - -0.06602543862809958 - - -0.025611361217684415 - - -0.9974891977513061 - - 0.5757646636924488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9986006916936746 - - -0.030105122976904194 - - -0.04347804180802047 - - 0.06158119201048298 - - - -0.028259543144007533 - - -0.9986985573882154 - - 0.04245691571452806 - - -0.032626483307878776 - - - -0.044699628300540466 - - -0.041168835801417045 - - -0.9981518272229685 - - 0.5761929327824926 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997566996319122 - - -0.039628819176849794 - - -0.05735542298242802 - - 0.04821158606177976 - - - -0.03822719169319158 - - -0.9989479260245651 - - 0.02533225032390252 - - 0.03526201757541072 - - - -0.05829896800198675 - - -0.023078080116626185 - - -0.9980323805107902 - - 0.5758511546580563 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: null - wrist_top_marker_pose: - - - 0.9982697781734797 - - -0.032523640063993796 - - -0.04898635343092349 - - 0.06157742432711937 - - - -0.029985920174024426 - - -0.9982135365391046 - - 0.05167765533972287 - - -0.03264226685538844 - - - -0.0505795865620569 - - -0.05011934064891447 - - -0.9974616569653844 - - 0.5762914818799211 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967515145857373 - - -0.04061877969710408 - - -0.0695451860803951 - - 0.04823230489740262 - - - -0.03878757446333768 - - -0.9988694751406488 - - 0.027482643604571207 - - 0.03527028723318372 - - - -0.07058287496475112 - - -0.02469587755401638 - - -0.9972001661620136 - - 0.5761319099889227 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996025639956094 - - -0.03049413600389422 - - -0.08368412166850565 - - 0.0228456007788576 - - - -0.02384633924048384 - - -0.9965639725325006 - - 0.07931961141527107 - - -0.030243928044155433 - - - -0.0858153637461324 - - -0.07700880676661497 - - -0.9933304420108655 - - 0.5762715363462353 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986846003266341 - - -0.03206478667986118 - - -0.04001147992272015 - - 0.061591825570124485 - - - -0.030501576021274752 - - -0.9987702027442142 - - 0.03908626319437045 - - -0.0326564925221982 - - - -0.04121556660595166 - - -0.03781443593994493 - - -0.9984344472742785 - - 0.5763635597129264 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978387330425511 - - -0.03967469095911423 - - -0.0523811200465905 - - 0.048236081167230105 - - - -0.03809918803579951 - - -0.9988009867631646 - - 0.030741514470529384 - - 0.03528163601131881 - - - -0.05353797447652775 - - -0.028679395708901455 - - -0.9981538847045195 - - 0.5760790324349243 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965895839838023 - - -0.0277252109879131 - - -0.07772074221639674 - - 0.022792750857521027 - - - -0.02162760633806464 - - -0.9967009139163905 - - 0.07822745580880174 - - -0.03026547662811849 - - - -0.0796332075146895 - - -0.07627975402364658 - - -0.9939013791050976 - - 0.5763470497709453 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985452124736487 - - -0.03421147149556469 - - -0.041677738231147586 - - 0.0615558816405306 - - - -0.03138531705752217 - - -0.9972811139504228 - - 0.06667339522630031 - - -0.03263094629803798 - - - -0.04384541617039008 - - -0.06526833057396061 - - -0.9969040197054747 - - 0.5761180180940352 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962816649456362 - - -0.04070324362204869 - - -0.07593477498350323 - - 0.04819905374892909 - - - -0.03901414770884368 - - -0.9989599983627353 - - 0.023596990267335114 - - 0.035244365858315835 - - - -0.0768162767367935 - - -0.020546718223802395 - - -0.9968335327418155 - - 0.5759257288441803 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9958893171902863 - - -0.029965206489587202 - - -0.0854783850239447 - - 0.022796405653146376 - - - -0.023215982082102456 - - -0.9966131600046791 - - 0.07888743551067733 - - -0.03023947298571397 - - - -0.08755276170532161 - - -0.07657868963049823 - - -0.9932120711168623 - - 0.576199351440683 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986809174209842 - - -0.032313643929537665 - - -0.03990305245437288 - - 0.06158350564406442 - - - -0.030331487908935268 - - -0.9983224374431943 - - 0.04931847259100825 - - -0.03264193716384106 - - - -0.041429772150127664 - - -0.048043098499940366 - - -0.9979856886078647 - - 0.5763460388348023 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202161924.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202161924.yaml deleted file mode 100644 index 9d77f1c..0000000 --- a/stretch_camera_testrig/data/testrig_collected_data_202202161924.yaml +++ /dev/null @@ -1,34128 +0,0 @@ -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993392665231997 - - -0.03944950202027619 - - -0.10777174701015974 - - 0.04693562932409987 - - - -0.03814631777591632 - - -0.9991722893959377 - - 0.01412779329615286 - - 0.035046795650741897 - - - -0.10823987760251977 - - -0.009923350927596815 - - -0.9940752768291539 - - 0.5765156484499803 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992391202744018 - - -0.03015708144478987 - - 0.024733195344960185 - - -0.047228417938283855 - - - -0.031774538477839336 - - -0.9971897531351215 - - 0.0678452278855055 - - -0.023564223608326197 - - - 0.022617674897300058 - - -0.06857949169429718 - - -0.9973892390141335 - - 0.5792780425175184 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9971010708250733 - - -0.0281578432841251 - - -0.07068656464335353 - - 0.021400176207872074 - - - -0.025819036630727987 - - -0.9990955468631447 - - 0.0337855825122996 - - -0.030528666147391123 - - - -0.07157396109587251 - - -0.031862581499635736 - - -0.9969262480209988 - - 0.5779082456608955 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982392228703381 - - -0.03129363171376361 - - -0.05039010356594632 - - 0.06021036243665004 - - - -0.027937453101019687 - - -0.9974295148469853 - - 0.06598379821088662 - - -0.03282363775316695 - - - -0.05232544923315799 - - -0.06445984429293952 - - -0.9965475281371569 - - 0.5772362897565735 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9929712418026044 - - -0.03808013961952641 - - -0.1120625536008837 - - 0.046936005488576044 - - - -0.03809593992564871 - - -0.9992720825611187 - - 0.002001093487590533 - - 0.03502849548405172 - - - -0.11205718323327123 - - 0.002282100024558178 - - -0.9936991394306945 - - 0.5764538422528037 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966996243220775 - - -0.026822071985107856 - - -0.07661876617810498 - - 0.021379658387989504 - - - -0.02470892530137884 - - -0.9992913094207937 - - 0.02839626606663337 - - -0.030532703756043417 - - - -0.07732611387287164 - - -0.026409380350584634 - - -0.9966560172611303 - - 0.5780943932425733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986982134138277 - - -0.03423740662149942 - - -0.03781108979999075 - - 0.06021651133916065 - - - -0.03131996700616596 - - -0.9966745644323909 - - 0.07522547627125767 - - -0.032837709198746956 - - - -0.04026087667651478 - - -0.07394330667030644 - - -0.9964494212993956 - - 0.5771899166865573 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993703088635319 - - -0.038766268465864485 - - -0.1051253921079959 - - 0.04693055755918931 - - - -0.03738862503773983 - - -0.9991875437596518 - - 0.015044703830257805 - - 0.035045552357337764 - - - -0.10562320935483197 - - -0.011019474796259561 - - -0.9943451658356864 - - 0.5764628904300699 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999618993795257 - - -0.02757868202300609 - - 0.0011329349636431643 - - -0.04724766755468602 - - - -0.027573937774497084 - - -0.9959147401057911 - - 0.08598551270780436 - - -0.02357336634715059 - - - -0.0012430604836802398 - - -0.08598399117213473 - - -0.9962957432724208 - - 0.579219408804986 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9978173477540152 - - -0.028825796388931093 - - -0.059410554480550944 - - 0.021388798301649484 - - - -0.02471978242457745 - - -0.9973293435291115 - - 0.06872490736751041 - - -0.03049376439771767 - - - -0.0612329394854124 - - -0.06710628881360689 - - -0.9958650878124208 - - 0.577813005328871 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983880151398834 - - -0.0312885693656253 - - -0.04735395075488758 - - 0.06023312336152292 - - - -0.02860170243850075 - - -0.9979989654863639 - - 0.05639155526997807 - - -0.03283892213208053 - - - -0.04902360495377022 - - -0.05494624932786573 - - -0.9972851126143099 - - 0.5773075169293282 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9928390402006719 - - -0.039401954330635064 - - -0.11277467024263557 - - 0.046943874306121854 - - - -0.038106082465806226 - - -0.9991808175793503 - - 0.013624252661024922 - - 0.03503949061944079 - - - -0.11321910939641691 - - -0.00922928905110346 - - -0.9935271780334419 - - 0.5764708525430078 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974166187715905 - - -0.028629637572234534 - - -0.06588195846155569 - - 0.021384139987385326 - - - -0.027121186844777063 - - -0.9993516862224007 - - 0.02367801656760068 - - -0.030554886462953217 - - - -0.0665171393129496 - - -0.02183005031893828 - - -0.9975464495855292 - - 0.5780639005579598 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985645255664272 - - -0.03269575509855273 - - -0.04242494406397784 - - 0.06021246886633475 - - - -0.029592119040052933 - - -0.996977943370788 - - 0.0718281763855469 - - -0.03283850944860735 - - - -0.04464520994480284 - - -0.07046962487972647 - - -0.9965143436992241 - - 0.577201891833544 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9929523120428719 - - -0.04095202031711889 - - -0.11121437874960823 - - 0.046945124841696356 - - - -0.03840182349962111 - - -0.9989501632095625 - - 0.024977417310312746 - - 0.035071489245218204 - - - -0.11212049750433227 - - -0.02053054932377223 - - -0.9934825064307103 - - 0.5765911736804802 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9977908065418271 - - -0.027987026520457946 - - -0.06025141265691117 - - 0.02138582758953865 - - - -0.025512247453566332 - - -0.9988144376459175 - - 0.0414589481287028 - - -0.030506452037916146 - - - -0.06134029353107312 - - -0.039830208342584085 - - -0.9973218752704208 - - 0.5778805362208729 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981917688074334 - - -0.03297234491597306 - - -0.05025949816531616 - - 0.060219485674820966 - - - -0.028031503942797454 - - -0.9949841821436531 - - 0.0960245388982984 - - -0.03280708980520232 - - - -0.0531735598939195 - - -0.09444205501082659 - - -0.994109285125906 - - 0.5772532067077651 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9934673526201385 - - -0.040244690702215424 - - -0.10678475616030755 - - 0.046963930558789495 - - - -0.03859522640249177 - - -0.9991022118456027 - - 0.017469367022449715 - - 0.03505274713649431 - - - -0.10739193534373859 - - -0.01323386396740072 - - -0.9941286823483259 - - 0.5766486278026841 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978146759693594 - - -0.027987507821558788 - - -0.05985458901454929 - - 0.021411886029415846 - - - -0.02640591366905664 - - -0.9992851548479623 - - 0.02705378021251933 - - -0.030530185036904016 - - - -0.06056897013706562 - - -0.02541414382628619 - - -0.9978404287009587 - - 0.5779018229057326 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985134771520794 - - -0.03225055745905978 - - -0.04394015804754947 - - 0.060225017272772026 - - - -0.029637821074940514 - - -0.9978257120109146 - - 0.05886805595432879 - - -0.03284263993076339 - - - -0.045743147110726384 - - -0.057478256701922144 - - -0.9972982575433065 - - 0.5772870873533095 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9925032314170471 - - -0.038303898935202585 - - -0.11606096222710312 - - 0.04693958493075226 - - - -0.03873220121714413 - - -0.9992485942709317 - - -0.001436466651789375 - - 0.035025874836560764 - - - -0.11591873108171057 - - 0.005920994336159303 - - -0.9932410531238011 - - 0.576586972030946 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.997405090815173 - - -0.02559780323805565 - - -0.06728920630652542 - - 0.02138763708751492 - - - -0.02346951291213153 - - -0.9992048375932095 - - 0.032231576039582086 - - -0.030497841006478427 - - - -0.06806075800080134 - - -0.030568693130617445 - - -0.9972127597562331 - - 0.5779309100651964 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982637847824323 - - -0.030362136653755034 - - -0.050473326120559076 - - 0.06021993971111777 - - - -0.028253825600054107 - - -0.9987192063324238 - - 0.041972231793123614 - - -0.0328586579018566 - - - -0.05168304684144824 - - -0.04047329441190419 - - -0.9978430613621726 - - 0.5773827491501664 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935691149173859 - - -0.040601014525423376 - - -0.10569754728369538 - - 0.046939373302002624 - - - -0.038190313246482185 - - -0.9989643453935353 - - 0.02473330965723586 - - 0.03505013776473936 - - - -0.10659227859661424 - - -0.020537630144968278 - - -0.9940906859495314 - - 0.576623352235951 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964484909035342 - - -0.02699937486250646 - - -0.07975862795399064 - - 0.021383139475027457 - - - -0.0231046997235059 - - -0.9985139486503196 - - 0.04935653149720183 - - -0.030532960831513786 - - - -0.08097269803307697 - - -0.04733844217738374 - - -0.9955915297276606 - - 0.5778972148967753 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983860896879695 - - -0.030683995903953744 - - -0.047788160802984994 - - 0.06021124028904619 - - - -0.027710075487649533 - - -0.9977102000134367 - - 0.06169690839594155 - - -0.03283976167745407 - - - -0.049571843157528106 - - -0.06027312157599429 - - -0.9969502410759782 - - 0.5772943105665322 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935691149173859 - - -0.040601014525423376 - - -0.10569754728369538 - - 0.046939373302002624 - - - -0.038190313246482185 - - -0.9989643453935353 - - 0.02473330965723586 - - 0.03505013776473936 - - - -0.10659227859661424 - - -0.020537630144968278 - - -0.9940906859495314 - - 0.576623352235951 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964484909035342 - - -0.02699937486250646 - - -0.07975862795399064 - - 0.021383139475027457 - - - -0.0231046997235059 - - -0.9985139486503196 - - 0.04935653149720183 - - -0.030532960831513786 - - - -0.08097269803307697 - - -0.04733844217738374 - - -0.9955915297276606 - - 0.5778972148967753 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983860896879695 - - -0.030683995903953744 - - -0.047788160802984994 - - 0.06021124028904619 - - - -0.027710075487649533 - - -0.9977102000134367 - - 0.06169690839594155 - - -0.03283976167745407 - - - -0.049571843157528106 - - -0.06027312157599429 - - -0.9969502410759782 - - 0.5772943105665322 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9936834483568232 - - -0.037947101525152654 - - -0.1056088156714789 - - 0.04695113890476517 - - - -0.03821386581239662 - - -0.9992694569493027 - - -0.0005028597407346659 - - 0.035010774425873165 - - - -0.10551258181546311 - - 0.004535404511889064 - - -0.9944076252646847 - - 0.5765986210729671 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995317884335131 - - -0.029640296527990953 - - 0.007593203055081269 - - -0.047233656749446934 - - - -0.03006357549181874 - - -0.9975258073139457 - - 0.06354876215403002 - - -0.023594577750534976 - - - 0.00569081185338644 - - -0.06374728672182473 - - -0.9979498474853612 - - 0.5791961579800788 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9965125029167943 - - -0.028083671432786037 - - -0.07857568917522388 - - 0.02139349290934858 - - - -0.024010208141186175 - - -0.9983419851225644 - - 0.052314344558201935 - - -0.03051958524002487 - - - -0.07991458837736072 - - -0.05024527978221111 - - -0.9955345651578776 - - 0.577827144986839 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983411824144426 - - -0.030578105709041157 - - -0.04878383898976544 - - 0.06022476302467977 - - - -0.027944223451547328 - - -0.9981612660331524 - - 0.05378854308106911 - - -0.032837231907020245 - - - -0.050338890244249986 - - -0.05233609120235041 - - -0.9973599799904928 - - 0.5772054225548776 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9938429987432931 - - -0.039163675481596195 - - -0.10364506921079782 - - 0.04693813843889118 - - - -0.03831604214594387 - - -0.9992140452120893 - - 0.010157399527601637 - - 0.03503002553548071 - - - -0.10396140997124416 - - -0.006123591565845122 - - -0.9945624801203422 - - 0.5765693794342628 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966663704293299 - - -0.02695311042083072 - - -0.07700438879614711 - - 0.021396632564373196 - - - -0.024511816115713354 - - -0.9991719418644996 - - 0.032474627964525146 - - -0.03054725341580325 - - - -0.07781591691893848 - - -0.03047885216617204 - - -0.9965017424192982 - - 0.5779830247957611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987409720226077 - - -0.031392595068492124 - - -0.039127685571759656 - - 0.06023584501303077 - - - -0.029347742242561675 - - -0.9982270491068568 - - 0.051782897337651956 - - -0.032845905836102945 - - - -0.04068391363427277 - - -0.05056939199044541 - - -0.9978915551126366 - - 0.5773503593765478 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952368460802504 - - -0.041310712303767934 - - -0.08830087911901616 - - 0.04696979017778281 - - - -0.038188990971706756 - - -0.9985943253905445 - - 0.03675560183654453 - - 0.03506485561560641 - - - -0.08969515690826727 - - -0.03320840777211416 - - -0.9954154813345243 - - 0.5764115226903352 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979363249064713 - - -0.026837039750576063 - - -0.05833407862983376 - - 0.021403384867320508 - - - -0.024811619266771032 - - -0.9990732123485935 - - 0.03517243120431369 - - -0.03054696040245418 - - - -0.05922393926045804 - - -0.03365248378481717 - - -0.9976773202561965 - - 0.5780151709243002 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983931908116984 - - -0.03192938661489157 - - -0.04681400229880253 - - 0.06020475703426163 - - - -0.029137605207742043 - - -0.9978236903231291 - - 0.05915135664285469 - - -0.032843470725350515 - - - -0.04860078706763163 - - -0.057692263782323616 - - -0.997150723910923 - - 0.5773200819088838 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9931863869085905 - - -0.03930331478284321 - - -0.10970893448821846 - - 0.046942066463250366 - - - -0.03783893063573669 - - -0.9991651966423247 - - 0.015398868369139156 - - 0.035038354317389185 - - - -0.11022257567215248 - - -0.011142677675806019 - - -0.9938444669798244 - - 0.5766204995929279 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995499620294135 - - -0.029991132325090177 - - 0.0006367015445464096 - - -0.04720196124220733 - - - -0.029974170594018943 - - -0.9976907392136006 - - 0.06094865039211901 - - -0.023596141847173097 - - - -0.001192687804308752 - - -0.060940305785900276 - - -0.9981406998146721 - - 0.5792714373208816 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9973961966823601 - - -0.027781914074964695 - - -0.06655067312878302 - - 0.021396838235025875 - - - -0.024074807999937792 - - -0.9981476369763485 - - 0.055872161389180226 - - -0.03053799888633712 - - - -0.06797963270957688 - - -0.054124486592149294 - - -0.9962175010949206 - - 0.5778343779529502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984405436927083 - - -0.03328897951073248 - - -0.04481433424411318 - - 0.060213307234950504 - - - -0.03009647681823882 - - -0.9970844438771524 - - 0.07011999615886373 - - -0.03285632646581947 - - - -0.047017898652941474 - - -0.06866189351688377 - - -0.9965314152523933 - - 0.5772941097008109 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949577948328836 - - -0.03911967470258053 - - -0.09235062291316627 - - 0.04697236781369142 - - - -0.03818651676917502 - - -0.9992003556012021 - - 0.011850708985942931 - - 0.03502543866148915 - - - -0.09274037113535326 - - -0.008264406669342634 - - -0.99565602651924 - - 0.5764560180367245 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972114052929544 - - -0.027107474608390143 - - -0.06953127335240175 - - 0.021397439529563994 - - - -0.025052988279885245 - - -0.9992282974401996 - - 0.030251568108240156 - - -0.03056675047998412 - - - -0.07029765950512765 - - -0.02842524256915047 - - -0.997120977942489 - - 0.578010612888606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984271758125333 - - -0.032092627602466846 - - -0.04596996685422096 - - 0.060212605123300844 - - - -0.028835715889824035 - - -0.9971413792991355 - - 0.06983961038364139 - - -0.03284332854957149 - - - -0.04807989276329701 - - -0.0684041880515138 - - -0.9964984651111525 - - 0.5771607389410619 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9931377176014341 - - -0.03876833627107527 - - -0.11033807130898649 - - 0.04693274356720465 - - - -0.03847189062700556 - - -0.9992480810451079 - - 0.004815200852834113 - - 0.03501998225599126 - - - -0.11044178334759847 - - -0.0005372433733820815 - - -0.993882449719563 - - 0.5763944542852693 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981034854318748 - - -0.028036378372234192 - - -0.05480322852270961 - - 0.0214005383525351 - - - -0.025412536703309976 - - -0.9985239260988826 - - 0.048001791491314436 - - -0.030536700158912543 - - - -0.05606813129618586 - - -0.0465180663381618 - - -0.9973426864208268 - - 0.577909109556759 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972523974517324 - - -0.03363803675819113 - - -0.06600104741461549 - - 0.06020341579373681 - - - -0.02906405000083581 - - -0.9971877748510893 - - 0.06907838073581263 - - -0.032835313177682304 - - - -0.06813909871960924 - - -0.06697032305870679 - - -0.9954255567620773 - - 0.5771965995669912 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9939559511152491 - - -0.04048387754050153 - - -0.10204226037219126 - - 0.046948492933863384 - - - -0.03808425422248945 - - -0.9989527763287365 - - 0.025356266393646736 - - 0.03504214485837295 - - - -0.10296191928522504 - - -0.021316808494576775 - - -0.9944568551992126 - - 0.5764373818343946 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975036128642579 - - -0.02727331164229866 - - -0.06513607905619334 - - 0.021401079489792276 - - - -0.024898850792023745 - - -0.9990053382723381 - - 0.03699163868508281 - - -0.03055797637487671 - - - -0.06608017518128376 - - -0.03527747972054173 - - -0.9971905083145233 - - 0.5781258778927738 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981039173348162 - - -0.03484540712089073 - - -0.050738228225607085 - - 0.060221513053942737 - - - -0.029952377864417037 - - -0.9951032652856434 - - 0.0941931339223758 - - -0.03282864501651215 - - - -0.053771974681627546 - - -0.09249480536998184 - - -0.9942601700351918 - - 0.577407269922195 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993835039817811 - - -0.038498259257506225 - - -0.10397017680312029 - - 0.04696124266607151 - - - -0.038019361583373455 - - -0.9992553074154034 - - 0.006584735905123789 - - 0.03503422022070534 - - - -0.10414625185345347 - - -0.002591261524693372 - - -0.9945586174723878 - - 0.5765887946382046 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978714900781014 - - -0.02738926031922188 - - -0.059180382801020656 - - 0.0214166558479988 - - - -0.025849766434801035 - - -0.9993112245840057 - - 0.026624537473568882 - - -0.0305536666790732 - - - -0.05986884719598062 - - -0.025038067808461933 - - -0.9978921867094879 - - 0.5781533723454153 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977855795561437 - - -0.032441226061899975 - - -0.05806465432094873 - - 0.06022138584013752 - - - -0.028705758015684427 - - -0.9975337629777928 - - 0.06404975547267597 - - -0.0328590516274761 - - - -0.05999930571727924 - - -0.06224113246853175 - - -0.9962560538046829 - - 0.577368056309378 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932635166536559 - - -0.0392512385928199 - - -0.10902718355411326 - - 0.046942821014971985 - - - -0.03784524889332691 - - -0.9991719833177628 - - 0.01493602654827427 - - 0.03503129502736135 - - - -0.1095231647689881 - - -0.01070924935642741 - - -0.9939265507859256 - - 0.5764613826605915 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980418023033768 - - -0.027016168348005867 - - -0.056415312662605376 - - 0.021404906539266747 - - - -0.02469211751048972 - - -0.9988335976817989 - - 0.0414938968389616 - - -0.030533343636804884 - - - -0.057470515813549845 - - -0.04001963005609155 - - -0.9975447704350408 - - 0.577953001718024 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980491234000938 - - -0.03313108357711708 - - -0.05291765850177503 - - 0.06022962187361279 - - - -0.028118058961564475 - - -0.9952860060754468 - - 0.09281778315936572 - - -0.03283674085872722 - - - -0.05574335871239178 - - -0.09114876527628409 - - -0.9942759076574621 - - 0.5772218273734534 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932794846321428 - - -0.03976120317977405 - - -0.10869642188499848 - - 0.04695633174740272 - - - -0.037597781094723046 - - -0.9990533517281271 - - 0.02188166487149077 - - 0.03505515697633147 - - - -0.10946356592792936 - - -0.017647864530635778 - - -0.993834131337745 - - 0.5766562853786653 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994802954153494 - - -0.030757382879765937 - - 0.009649998696026259 - - -0.0472239473173396 - - - -0.031396373424672164 - - -0.9966813826466848 - - 0.0751031904866277 - - -0.023567365376523652 - - - 0.007307996457604956 - - -0.07536713397681796 - - -0.9971290730411463 - - 0.5791179131059981 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.997025806958524 - - -0.026403133931398624 - - -0.07240452180150518 - - 0.02139183454931249 - - - -0.02561362603743408 - - -0.9996021399201386 - - 0.011811182341096857 - - -0.030543554512490082 - - - -0.07268756716191903 - - -0.009921511259923367 - - -0.9973054101900788 - - 0.5780291635217913 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984663190864529 - - -0.033295074138885744 - - -0.04423174977361507 - - 0.06022880038428821 - - - -0.029520092717104096 - - -0.9960774398689728 - - 0.08341641271384134 - - -0.03284596992449328 - - - -0.04683560372113476 - - -0.08198275319942869 - - -0.9955326485866337 - - 0.5772989114585977 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9939954009043769 - - -0.03904043354712902 - - -0.10222028922576584 - - 0.046959581920106006 - - - -0.03793609637290679 - - -0.9991991292539869 - - 0.012726063415666754 - - 0.035045753629434094 - - - -0.10263525501957182 - - -0.008771809763455138 - - -0.994680380715605 - - 0.5767457951468407 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999410144324048 - - -0.027266016011855895 - - 0.020878883902803007 - - -0.04723101820080021 - - - -0.029262004209558996 - - -0.9943367366756509 - - 0.102167456691737 - - -0.023572248055652174 - - - 0.01797494177529542 - - -0.10271815062616453 - - -0.9945480797830321 - - 0.5793469810360165 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9974222742084359 - - -0.02667962080288375 - - -0.066610845563513 - - 0.021406139264010398 - - - -0.025063475536113187 - - -0.9993736761179944 - - 0.024981546718662952 - - -0.030553633827714727 - - - -0.06723562379365942 - - -0.02324765184315217 - - -0.9974662488409607 - - 0.5780716647525679 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997995454668554 - - -0.032448244345146315 - - -0.054334003163984346 - - 0.06021629290777029 - - - -0.028504528257659284 - - -0.9970082198877922 - - 0.07184776506603462 - - -0.03284515106696803 - - - -0.056502781610417066 - - -0.07015497783545711 - - -0.9959345936130506 - - 0.5773322780246397 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9927520668436861 - - -0.03890508457443865 - - -0.11370896258362936 - - 0.04694141859780824 - - - -0.03799486249228145 - - -0.9992262633334191 - - 0.010161943166820023 - - 0.03503935912167809 - - - -0.11401633304830527 - - -0.005767933684503675 - - -0.9934621315074015 - - 0.5765954173758451 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980737605110399 - - -0.02639056259822521 - - -0.05614540751566949 - - 0.02141304077619848 - - - -0.02475283136197762 - - -0.9992532837975672 - - 0.029667695551631845 - - -0.030566927947207827 - - - -0.05688643000678577 - - -0.028220790660928967 - - -0.9979817238083848 - - 0.5780214258394044 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998304230181487 - - -0.03402365048232762 - - -0.04723404714403666 - - 0.06023498709583879 - - - -0.03021382910136782 - - -0.9964044862234893 - - 0.07915317027597205 - - -0.03284165388426325 - - - -0.04975729627684777 - - -0.07759182329060255 - - -0.9957427983297983 - - 0.5772954909421408 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950747301167463 - - -0.0393321913793869 - - -0.09099044018126169 - - 0.04698013144815925 - - - -0.037808300347703994 - - -0.9991153746911469 - - 0.01841196569044211 - - 0.03505316236647216 - - - -0.09163413069322089 - - -0.014881087899192536 - - -0.9956815451312901 - - 0.5767365170020495 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9983434851636196 - - -0.027672780573085774 - - -0.05044306539764735 - - 0.021397893393093014 - - - -0.02512453339896771 - - -0.998409512037785 - - 0.050469833504345474 - - -0.03055221153002323 - - - -0.051759476937481085 - - -0.049118870995026376 - - -0.997450897568062 - - 0.5781730265585193 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985768763037686 - - -0.03255030530326036 - - -0.04224570671763626 - - 0.06023115601811849 - - - -0.029852886821400033 - - -0.9975680451311743 - - 0.06298254108557672 - - -0.03287375792695694 - - - -0.04419306800660797 - - -0.06163175283757731 - - -0.9971201029877651 - - 0.577278370053899 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9944448873172202 - - -0.041043087840024556 - - -0.09692693655118381 - - 0.046968501986825596 - - - -0.03779942721680561 - - -0.9986698301008613 - - 0.035068130095552916 - - 0.03506485666451053 - - - -0.09823731160166488 - - -0.031209539997783333 - - -0.9946735118733204 - - 0.5765887878694964 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978207819136425 - - -0.027475147380494808 - - -0.05999002798521753 - - 0.02140551729822297 - - - -0.025394187907968012 - - -0.9990583215151287 - - 0.03517961671008654 - - -0.030564225311223298 - - - -0.06090010182045596 - - -0.03357955460981993 - - -0.9975788646069365 - - 0.5780510158426095 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997880459550995 - - -0.03288902513853313 - - -0.05615069431210913 - - 0.06020640817518008 - - - -0.028779488732911168 - - -0.9969538478659079 - - 0.07248976654419265 - - -0.0328277919309106 - - - -0.05836376850895793 - - -0.07072013327756282 - - -0.9957872931879758 - - 0.5771372294147292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993760787011178 - - -0.04078812131831094 - - -0.10380668262807988 - - 0.04696176841439377 - - - -0.03772996470699657 - - -0.998799036409232 - - 0.031255953532082575 - - 0.0350791575026277 - - - -0.10495688620635116 - - -0.027144318508919345 - - -0.994106250865849 - - 0.5764453081605787 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966799921822345 - - -0.026304810216118413 - - -0.07705225592489226 - - 0.02138149483151311 - - - -0.024291891342240114 - - -0.9993416913846932 - - 0.026946017802222617 - - -0.030534816380188616 - - - -0.07771034164535567 - - -0.024984811783859626 - - -0.9966628627482251 - - 0.5780771965908555 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982305735132652 - - -0.032324143845384415 - - -0.04990863480441735 - - 0.06024694856592586 - - - -0.02939993347185643 - - -0.9978688270843654 - - 0.058253307589564256 - - -0.032851673914314816 - - - -0.05168525916766035 - - -0.056682922101254314 - - -0.9970534992300243 - - 0.577428404712642 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9930564853136953 - - -0.03885240314342273 - - -0.11103741597493892 - - 0.04693700162398914 - - - -0.037815449285075846 - - -0.9992193647614058 - - 0.011430349127681903 - - 0.03502770004063248 - - - -0.11139483278760519 - - -0.007152052558098081 - - -0.9937504915080183 - - 0.576480246452251 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981942658882694 - - -0.028281818274520174 - - -0.052993832687076615 - - 0.021409260262163624 - - - -0.026425342238223692 - - -0.9990233986241863 - - 0.03541116051435198 - - -0.03053641415153107 - - - -0.05394357084372154 - - -0.03394683720860408 - - -0.9979667847218971 - - 0.5780405251036151 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986197410235155 - - -0.03275089562163593 - - -0.041060828950565856 - - 0.06023460461489319 - - - -0.029793774331697023 - - -0.9970546799148012 - - 0.07067033515603045 - - -0.03284805588212064 - - - -0.04325440843658401 - - -0.06934943471993461 - - -0.9966542590361148 - - 0.5773019021667688 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9938580353128664 - - -0.03877095381569158 - - -0.1036485348872363 - - 0.04695140316126593 - - - -0.0377226150407019 - - -0.9992155176401989 - - 0.012056268971813564 - - 0.035053509247792075 - - - -0.10403465748749374 - - -0.008072326012446127 - - -0.9945409129815671 - - 0.5766040200705527 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981119690157634 - - -0.02837556375111389 - - -0.0544731556758223 - - 0.021405763521956254 - - - -0.026395153682262484 - - -0.9989763090390583 - - 0.0367373085675991 - - -0.030533436776721632 - - - -0.055459833840047205 - - -0.03523012007512487 - - -0.9978391881811056 - - 0.5780307992641526 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978703433378867 - - -0.03185497156291539 - - -0.05692133759368091 - - 0.0602124939153237 - - - -0.028115313959766006 - - -0.997467340826927 - - 0.06533324654878177 - - -0.03283746062728943 - - - -0.05885836395680505 - - -0.0635937478875555 - - -0.9962386903859654 - - 0.5773463217759436 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994765739891599 - - -0.0398232509884936 - - -0.09410223917966665 - - 0.04698120116982815 - - - -0.03718128837278836 - - -0.9988681412342677 - - 0.029664595431919984 - - 0.0350728046989401 - - - -0.09517706936473352 - - -0.026010480731954538 - - -0.9951204853479976 - - 0.5767553440138651 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980486740951162 - - -0.02809806829003528 - - -0.05576148039057948 - - 0.021422883626055107 - - - -0.025204514035590316 - - -0.9983324387383061 - - 0.05193336340982354 - - -0.030536318001955182 - - - -0.057127721897605864 - - -0.05042658347732456 - - -0.9970925649454994 - - 0.5780908427971828 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983443628507918 - - -0.03251043263799552 - - -0.047451079373783386 - - 0.06022966116409166 - - - -0.029515711848396426 - - -0.9976082435652054 - - 0.06250292093037921 - - -0.03284185729855324 - - - -0.04936958494993822 - - -0.060998886386860865 - - -0.9969161348586122 - - 0.577310179941901 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9937536242494509 - - -0.040674280799338 - - -0.1039198593750864 - - 0.04695475239928168 - - - -0.03807950692833482 - - -0.9989143827711038 - - 0.026832947007749304 - - 0.03504325873003216 - - - -0.10489845300659122 - - -0.02270812133317915 - - -0.9942236447511912 - - 0.5765335306394859 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994430113169529 - - -0.030804357931956624 - - 0.012835835076111322 - - -0.04722652353114369 - - - -0.031587972810839894 - - -0.997310754057216 - - 0.06613213905152499 - - -0.023592352725679958 - - - 0.010764158276561537 - - -0.06650076220787621 - - -0.9977283104745349 - - 0.5792358182984368 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9976455630244994 - - -0.02723851096469882 - - -0.0629396067508812 - - 0.021390189194677944 - - - -0.024935309864117725 - - -0.9990006294949826 - - 0.03709410452630988 - - -0.03052048067945149 - - - -0.06388709493716255 - - -0.03543735019798112 - - -0.9973277461854931 - - 0.5781669127760533 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983446156749359 - - -0.033134985695677584 - - -0.047011712113170796 - - 0.06022245392324011 - - - -0.029492904461927517 - - -0.9966596425090986 - - 0.07615592938199846 - - -0.03284152906210752 - - - -0.049378101819167 - - -0.07464335011629343 - - -0.995987034726935 - - 0.5772395189491101 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935753723400168 - - -0.04038490119843614 - - -0.10572151736798696 - - 0.04696436039560233 - - - -0.03776467568177877 - - -0.9989306802351046 - - 0.026670683449836613 - - 0.0350525358409097 - - - -0.10668556017590705 - - -0.022506795423246566 - - -0.9940380452526599 - - 0.5765882711914424 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976158940425998 - - -0.027971153639817493 - - -0.06308837070048712 - - 0.021395722246974787 - - - -0.02474491592419539 - - -0.9983739789178566 - - 0.05135257886057774 - - -0.030537771406551104 - - - -0.06442217855280011 - - -0.049669032442610346 - - -0.9966858934121252 - - 0.5779653213593329 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984277155987201 - - -0.031279443488487664 - - -0.04651551503930335 - - 0.06023782060060413 - - - -0.028529201356075333 - - -0.9978704207606703 - - 0.058657548882542564 - - -0.03285945531556117 - - - -0.0482512320496136 - - -0.05723827203867939 - - -0.9971938622051989 - - 0.5775092105290828 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.992746697214614 - - -0.04024108188705633 - - -0.11329011650640491 - - 0.04695615581634477 - - - -0.03849962220501682 - - -0.999105036757208 - - 0.017518693343070026 - - 0.03501739999766788 - - - -0.1138936971897328 - - -0.01302999827078948 - - -0.9934074918609764 - - 0.576597943607943 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9965808459677817 - - -0.026630635237770713 - - -0.07821398031664983 - - 0.02139660057735955 - - - -0.025120340961691204 - - -0.9994797069045501 - - 0.02023076755743217 - - -0.030546437032677985 - - - -0.07871204431412554 - - -0.018196833593438055 - - -0.9967313024717663 - - 0.5781424478561995 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985555545492815 - - -0.03141177226527768 - - -0.04359019433234109 - - 0.060187438300934676 - - - -0.027980225044984073 - - -0.9966217185720831 - - 0.07721565305596585 - - -0.03284206876802874 - - - -0.04586841489749755 - - -0.07588445581001142 - - -0.9960610613216487 - - 0.5772252335607343 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9934875958262114 - - -0.03973662388340548 - - -0.10678669234414592 - - 0.04694086287910142 - - - -0.038461281286071895 - - -0.9991623391440029 - - 0.013976762075592886 - - 0.035026263434557 - - - -0.10725263064973353 - - -0.009778586740058326 - - -0.9941837116248076 - - 0.5763356673164374 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.997112786069168 - - -0.026121916185494132 - - -0.07130033206219782 - - 0.021400915712144468 - - - -0.02380124110685614 - - -0.9991650891983368 - - 0.03320580444820462 - - -0.030543924715351445 - - - -0.07210820188546485 - - -0.031412895792606005 - - -0.9969020198589065 - - 0.578148139155217 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977968182897478 - - -0.030538489912681915 - - -0.05889745363518834 - - 0.06022191205874307 - - - -0.02720642617877875 - - -0.998027924982808 - - 0.056569172957444 - - -0.03285545669982067 - - - -0.06050884055602782 - - -0.054842151565776265 - - -0.9966599312835855 - - 0.5774208302141771 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9914530326562284 - - -0.0405085282898499 - - -0.1240158988700975 - - 0.046928774299523225 - - - -0.03930406850696671 - - -0.9991534934932856 - - 0.012144407723822664 - - 0.03504475337156707 - - - -0.12440287068861187 - - -0.0071662804824543375 - - -0.9922059111840038 - - 0.5765274431777001 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999551956937264 - - -0.029370419583102745 - - 0.005767480940457844 - - -0.047236027800335215 - - - -0.029744499931907736 - - -0.9961940321741739 - - 0.08193116003305723 - - -0.023565502392373136 - - - 0.003339177546461165 - - -0.08206600218162322 - - -0.996621302792209 - - 0.5792914814048049 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.997476831132018 - - -0.026507337195254537 - - -0.06585842717257077 - - 0.02138493516915553 - - - -0.024064075984358124 - - -0.9990023644181413 - - 0.03761909267888567 - - -0.030543897547329286 - - - -0.06678990643687692 - - -0.035939351159705514 - - -0.9971195873296106 - - 0.578074917257188 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984875036608983 - - -0.030383931225463554 - - -0.04582053858603084 - - 0.06022746486243816 - - - -0.027282827841964043 - - -0.9973900092252603 - - 0.06684920943870948 - - -0.03285712530192678 - - - -0.047732089185090074 - - -0.06549798638829282 - - -0.9967104200524369 - - 0.5773510922147815 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946831340754513 - - -0.03969235443382478 - - -0.09502620578207556 - - 0.046959039876604936 - - - -0.03713566185500951 - - -0.9989030395054342 - - 0.02852473111873737 - - 0.035069992079862146 - - - -0.09605417952607857 - - -0.024844207902557536 - - -0.9950660078252433 - - 0.576810552464896 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9991280455477307 - - -0.029695284367856237 - - 0.02934857213364482 - - -0.047239930748978094 - - - -0.03147502590075478 - - -0.9975694227285183 - - 0.0621656624000536 - - -0.02359885669619478 - - - 0.027431211138380603 - - -0.06303520384200224 - - -0.9976342474735311 - - 0.5795078981695432 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9977830542531372 - - -0.029404026440023073 - - -0.05970242770939453 - - 0.021396416589147874 - - - -0.026289352072772193 - - -0.9982852335471102 - - 0.05230164862970573 - - -0.030537199327250283 - - - -0.06113793104836705 - - -0.05061616057057069 - - -0.9968451021478808 - - 0.5779961824730204 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989225847568878 - - -0.029555859459112137 - - -0.03577877631014681 - - 0.0602426969854245 - - - -0.02809092997171689 - - -0.9987733285996545 - - 0.04077668121967302 - - -0.03287293236388969 - - - -0.036940077367845464 - - -0.039727688701961354 - - -0.9985274865693271 - - 0.5775130114839578 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9937825751685714 - - -0.039804522143803214 - - -0.1039797735534477 - - 0.04694715824086425 - - - -0.03755915485702588 - - -0.9990188817768566 - - 0.023464520871840058 - - 0.0350544728851972 - - - -0.10481175114341298 - - -0.019413239560221476 - - -0.9943025811854402 - - 0.5766459935270174 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974333725535046 - - -0.028264081744683513 - - -0.06578608515234409 - - 0.021391334696325166 - - - -0.025299825159529866 - - -0.9986455469952965 - - 0.04546416515634199 - - -0.030550965381158236 - - - -0.06698198387207442 - - -0.043683099129935475 - - -0.9967974722514932 - - 0.578100779774609 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988509366245821 - - -0.029539680969493887 - - -0.0377387553108949 - - 0.06024296819964547 - - - -0.02744916351331409 - - -0.998122160523037 - - 0.0547603514894088 - - -0.03284575617339555 - - - -0.039285491299135146 - - -0.0536615311097696 - - -0.9977860944372499 - - 0.5774421335289585 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9919267823221176 - - -0.041088439159211926 - - -0.11997082428469928 - - 0.046923545871074224 - - - -0.03872625805643386 - - -0.9990086117690478 - - 0.021956105033136913 - - 0.03504747477668117 - - - -0.12075402870727313 - - -0.0171328275173536 - - -0.9925345992821728 - - 0.576600698455301 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995398501865779 - - -0.028086827620010656 - - 0.011455042699058886 - - -0.04722800414421488 - - - -0.02893202035807972 - - -0.9962217331601264 - - 0.08188526471493518 - - -0.02358726794845289 - - - 0.009111865176412364 - - -0.08217900275422643 - - -0.9965759305839818 - - 0.5792956400173319 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9967307893553089 - - -0.028061987776508153 - - -0.07576449295794281 - - 0.021390860960305697 - - - -0.024710719869893018 - - -0.998689700475283 - - 0.044813641763435684 - - -0.030539084134237615 - - - -0.07692277864621593 - - -0.04279494136718707 - - -0.9961182053946834 - - 0.5780934783282464 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982599404435548 - - -0.03105728466593091 - - -0.05012520698021694 - - 0.060228310825403523 - - - -0.027870632210788265 - - -0.9976200731043612 - - 0.06306677096078403 - - -0.032842207628853835 - - - -0.0519645953106654 - - -0.061560009815044316 - - -0.9967497409208443 - - 0.5773568736574517 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932888764218638 - - -0.04049609431597476 - - -0.10833870186476786 - - 0.046927938948021705 - - - -0.03757794263056652 - - -0.9988773421794904 - - 0.0288436042840048 - - 0.03502506677872996 - - - -0.10938512789335318 - - -0.02457888576787169 - - -0.9936955128056912 - - 0.576327719064744 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972360306737653 - - -0.02772898271229508 - - -0.06893041885680203 - - 0.021398834322812782 - - - -0.024684318045754283 - - -0.9986982969166405 - - 0.04463626528303979 - - -0.030530683094280017 - - - -0.07007841014641368 - - -0.04281139163287143 - - -0.9966223964861556 - - 0.5780330679967047 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990820473855765 - - -0.02932098431658302 - - -0.031230473428230775 - - 0.06023842000013753 - - - -0.02799636431533577 - - -0.9987236516303646 - - 0.04203892552424449 - - -0.032867367278527175 - - - -0.032423235140370085 - - -0.04112599607081479 - - -0.9986277516022751 - - 0.5774775610962462 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9944835486910709 - - -0.039186070983200656 - - -0.09729811521151799 - - 0.04694327770473282 - - - -0.037956865776536945 - - -0.9991748518778056 - - 0.01445308670794371 - - 0.035025984798844764 - - - -0.09778418953612197 - - -0.010680225459461993 - - -0.9951503328949346 - - 0.576565008398696 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975974046689772 - - -0.027072821646458377 - - -0.06376896208830843 - - 0.021393467040515587 - - - -0.023874559824814873 - - -0.9984440728542899 - - 0.05039284448519062 - - -0.03055727299123895 - - - -0.06503401872014675 - - -0.048749314971969875 - - -0.9966915674865877 - - 0.5780835421568461 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986641595012161 - - -0.0329464677246921 - - -0.03980485890184059 - - 0.060226492943018475 - - - -0.02990227916605951 - - -0.9967507331848879 - - 0.07479190862696122 - - -0.03283822708995013 - - - -0.04213965149837691 - - -0.07350174256338754 - - -0.9964044076637463 - - 0.5772746109848241 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9944346826556086 - - -0.03910729616214018 - - -0.09782781464657973 - - 0.04695112020819891 - - - -0.03834653891275424 - - -0.9992179492369376 - - 0.00964535515894349 - - 0.035033153891563404 - - - -0.09812851209027644 - - -0.0058403175954898304 - - -0.9951566137072763 - - 0.5765209842335306 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982454301657901 - - -0.026822880378070877 - - -0.05278820172482049 - - 0.021386425898358097 - - - -0.025143586496157427 - - -0.9991643886178755 - - 0.032223044176145466 - - -0.030564498499317173 - - - -0.05360840616197138 - - -0.03083922187882296 - - -0.998085708335052 - - 0.5780748100819028 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988389920296714 - - -0.031175480982797554 - - -0.03672543242279484 - - 0.06022677964046808 - - - -0.02840820194868388 - - -0.9968829603826944 - - 0.07360256354691966 - - -0.032835942023936304 - - - -0.03890555311511246 - - -0.07247380688308558 - - -0.9966112106798121 - - 0.5773043884239014 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993993553397122 - - -0.040218397465426735 - - -0.10178062836451593 - - 0.046954000962428535 - - - -0.03740537785609024 - - -0.9988676551038043 - - 0.02939804916776874 - - 0.03505923034287939 - - - -0.10284772001559325 - - -0.025414328492808738 - - -0.9943723942240421 - - 0.576669429646873 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9967285537563227 - - -0.02759334727843145 - - -0.07596576408357411 - - 0.021377324951375676 - - - -0.025932297338897563 - - -0.9994044305379199 - - 0.02276620688439173 - - -0.03056021563096076 - - - -0.07654871704709598 - - -0.020721761680605216 - - -0.9968504915539219 - - 0.5781177360478419 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989682564975475 - - -0.03153633770329668 - - -0.03267846254819476 - - 0.06022978612112952 - - - -0.029219816832855662 - - -0.9971823043928328 - - 0.0690916356012344 - - -0.03285323097558741 - - - -0.03476528174061738 - - -0.06806549206509142 - - -0.9970749540407843 - - 0.5774537448327973 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943735812194213 - - -0.039989222186287116 - - -0.09809201334358848 - - 0.04695923036021832 - - - -0.03759799112655397 - - -0.99895186627096 - - 0.026106702913499535 - - 0.03507783147290201 - - - -0.09903318653921293 - - -0.022271753022649977 - - -0.9948348591505968 - - 0.5765400257380995 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981690520260924 - - -0.027767262195589736 - - -0.053735674625832244 - - 0.021411709939334125 - - - -0.025731549136375122 - - -0.9989383029206463 - - 0.03821196588847786 - - -0.030542653842142574 - - - -0.054739665292859174 - - -0.036759299614944466 - - -0.9978237935304236 - - 0.5781956387484092 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986391904135203 - - -0.031445154245925463 - - -0.04160492332259051 - - 0.06023685480917644 - - - -0.028663546543680102 - - -0.9974181633003594 - - 0.06584381989280277 - - -0.03284158637280697 - - - -0.04356797527734063 - - -0.0645616743353789 - - -0.9969621967443125 - - 0.5774134217333653 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9929599975785983 - - -0.040348200765955425 - - -0.11136635894048158 - - 0.04692689539638333 - - - -0.03756797512426786 - - -0.9989305447695549 - - 0.026952068036861083 - - 0.035045438078029637 - - - -0.11233472505762596 - - -0.0225785168102635 - - -0.9934138715182494 - - 0.5763345896218894 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.99949817635948 - - -0.030171472862556104 - - 0.009647677408465394 - - -0.047245477745635464 - - - -0.030596088063115413 - - -0.998407199927628 - - 0.04740192536077023 - - -0.02358372423077309 - - - 0.008202124682535578 - - -0.047673319141611964 - - -0.9988293046325357 - - 0.5795258160099609 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9965837041425117 - - -0.026367409715667353 - - -0.07826672564044544 - - 0.02139883505852003 - - - -0.02487799714560754 - - -0.9994915204952953 - - 0.0199445660776655 - - -0.0305632626345757 - - - -0.07875281515992792 - - -0.01792931016211592 - - -0.996732930097876 - - 0.5782665021149698 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998631311755138 - - -0.033651707896185386 - - -0.04003830338416221 - - 0.0602317351680157 - - - -0.029919845455448325 - - -0.9954550758546143 - - 0.09041014767826289 - - -0.032846129628796926 - - - -0.042898788212891156 - - -0.08908846452236693 - - -0.9950994620935696 - - 0.5773402071060518 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949875158506287 - - -0.040235423990906516 - - -0.09154755025486422 - - 0.04693871388522235 - - - -0.03747276326314822 - - -0.9987947450909048 - - 0.03169935633760145 - - 0.03505349794383249 - - - -0.09271264916298613 - - -0.028109924138392264 - - -0.9952960347806649 - - 0.5764421780331972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9966473561275664 - - -0.02838710673941472 - - -0.07673473590817234 - - 0.021421858994633572 - - - -0.025379305370505097 - - -0.9988816137687627 - - 0.03989251225009574 - - -0.030548230525648847 - - - -0.07778134983942184 - - -0.03781129256820591 - - -0.996253164497599 - - 0.5781098776466386 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998727484712941 - - -0.03220232899744348 - - -0.03881264337947667 - - 0.06024109413341252 - - - -0.02963675878991279 - - -0.9974479546338213 - - 0.06495567969958824 - - -0.03284218185848074 - - - -0.04080531592072962 - - -0.06372274165435277 - - -0.9971330595204748 - - 0.5774920260718572 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9926817758869343 - - -0.03978316831138601 - - -0.11401838159292671 - - 0.04692229358259123 - - - -0.03762489646299963 - - -0.9990708339715904 - - 0.021019892327473297 - - 0.03504902332440743 - - - -0.11474867750048745 - - -0.016576134242275685 - - -0.9932562472924448 - - 0.5765052536801469 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984489824106509 - - -0.027675019747048064 - - -0.048308620401915116 - - 0.02140106831662862 - - - -0.026818434881796097 - - -0.999472973265973 - - 0.01829063315925293 - - -0.030555264464603885 - - - -0.04878935410134768 - - -0.01696670247502443 - - -0.998664973819297 - - 0.5781627960571475 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983396088032396 - - -0.03094551381866659 - - -0.048583954852329116 - - 0.060252734550334155 - - - -0.028069535501332735 - - -0.9978749662930508 - - 0.05880180968628845 - - -0.03287028128367172 - - - -0.05030036452486065 - - -0.05734044663360917 - - -0.9970867296822904 - - 0.5775076721152158 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9937114519407051 - - -0.04107035093237848 - - -0.10416706080228526 - - 0.04695452425141512 - - - -0.03777160431332647 - - -0.9987265241272553 - - 0.03344601489398131 - - 0.0350803172650761 - - - -0.1054080461326042 - - -0.029301131018822472 - - -0.9939972774266158 - - 0.5767886359405028 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975414281373494 - - -0.026505905889629162 - - -0.06487323101763745 - - 0.021400297106244495 - - - -0.02469081002326209 - - -0.9992852930926375 - - 0.02862283894301873 - - -0.0305174502951318 - - - -0.06558553994664384 - - -0.026950695013912562 - - -0.9974829306750945 - - 0.5780543867248782 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987529061283419 - - -0.03033251395970878 - - -0.03965565655837167 - - 0.060229674547133766 - - - -0.02788889695872725 - - -0.9977611621836199 - - 0.06078546425272309 - - -0.032842626713434894 - - - -0.04141064991782848 - - -0.05960370655318052 - - -0.9973628007092037 - - 0.5774879827496053 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9930273415777315 - - -0.04069137462796241 - - -0.11063865016326825 - - 0.04694009941763704 - - - -0.038046590038482944 - - -0.9989399352316258 - - 0.025912598979645405 - - 0.03506197986358063 - - - -0.11157578530087454 - - -0.021522495912954114 - - -0.9935228363274652 - - 0.5766611706164398 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979714612992105 - - -0.027558135647301096 - - -0.0573891243352183 - - 0.021423101746747317 - - - -0.025100858420152767 - - -0.998755080808805 - - 0.04310725536576274 - - -0.03053867210575097 - - - -0.05850563510372003 - - -0.041579294345173615 - - -0.9974208003359806 - - 0.5781783192087029 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988461635083858 - - -0.03216910632067853 - - -0.0356579618473632 - - 0.060238945202358965 - - - -0.029892350156701913 - - -0.9975883405734743 - - 0.0626414411869005 - - -0.03285338603229841 - - - -0.037587086169165236 - - -0.06150326292475605 - - -0.9973988969328776 - - 0.5774011985083313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994199745795337 - - -0.038948855373897105 - - -0.1002489507453856 - - 0.04693303275736268 - - - -0.037864140916575605 - - -0.9992021774678386 - - 0.012700999022857764 - - 0.0350230064873263 - - - -0.10066365924770075 - - -0.008831489602109882 - - -0.9948813157850888 - - 0.5763189035510551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9977348334499971 - - -0.028500617872840073 - - -0.060933709072834394 - - 0.021387028308248433 - - - -0.024408890802759427 - - -0.9974630049505505 - - 0.06687121805976973 - - -0.030539315330660354 - - - -0.06268499158718487 - - -0.06523241936249685 - - -0.9958992535863406 - - 0.5779220204867086 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997754673313994 - - -0.033959920150167404 - - -0.057726386544451266 - - 0.06021087028613125 - - - -0.028986686882362965 - - -0.9959671709974115 - - 0.08490680937943224 - - -0.032842930897272374 - - - -0.06037701436531122 - - -0.08304286916289472 - - -0.9947152849019281 - - 0.5772117432847405 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943321693008655 - - -0.04010265296040621 - - -0.09846478720320326 - - 0.04697882407438864 - - - -0.037930620736214456 - - -0.9989961128504509 - - 0.023833474783476447 - - 0.03507999919753347 - - - -0.09932172523672922 - - -0.019963560184154846 - - -0.9948550905336783 - - 0.5767944548552391 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981716121372559 - - -0.028776408573364786 - - -0.053154031201128445 - - 0.02141649641934065 - - - -0.026313828470756317 - - -0.9985734171458438 - - 0.046461952185469245 - - -0.030545056162585786 - - - -0.05441521069079281 - - -0.044978315656458205 - - -0.9975048551090793 - - 0.5781057826536391 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971523762398882 - - -0.034775630149793055 - - -0.0669163216773715 - - 0.0602250265913779 - - - -0.028790117649649158 - - -0.9956670324877375 - - 0.0884210921826983 - - -0.032842184306352835 - - - -0.06970127462868965 - - -0.08624277340593049 - - -0.9938329418722185 - - 0.5772700446481861 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9940905536683259 - - -0.03864524198280673 - - -0.10144218244641443 - - 0.04695942824841987 - - - -0.03813863888140622 - - -0.9992484311651438 - - 0.006929432752640453 - - 0.035042124327282355 - - - -0.10163373126907724 - - -0.0030196168780142548 - - -0.9948173031176306 - - 0.5765461779878908 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974285137378622 - - -0.028952561445615234 - - -0.06555996620207316 - - 0.021397318464170482 - - - -0.025061512216853613 - - -0.9979187314035333 - - 0.05941486446477814 - - -0.03054108548000871 - - - -0.06714373081743075 - - -0.05761904806313042 - - -0.9960781920673777 - - 0.5780843525350885 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982521493019774 - - -0.03275458053634592 - - -0.049191298700793695 - - 0.06023635181985425 - - - -0.028884432721549787 - - -0.9965797311524631 - - 0.07742434373269409 - - -0.032842634776671965 - - - -0.051559053136543756 - - -0.07586815478164823 - - -0.9957839560515578 - - 0.57739123770422 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935759862708737 - - -0.03968544684667528 - - -0.10598030389860241 - - 0.0469598832626595 - - - -0.038610583080014506 - - -0.9991801540163289 - - 0.012175495641940023 - - 0.035046467598197004 - - - -0.10637660635723303 - - -0.00800531876225511 - - -0.9942936852315986 - - 0.5764929316444681 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976945176231312 - - -0.02973218836947765 - - -0.06100529878223316 - - 0.0214040055008293 - - - -0.026854244555959403 - - -0.9985118593477599 - - 0.04746489535654507 - - -0.03052300309576191 - - - -0.06232574952679162 - - -0.04571721466407317 - - -0.9970082433105969 - - 0.5780934700181799 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978716764700867 - - -0.03236702821858551 - - -0.056608239533444224 - - 0.06022272629366076 - - - -0.028650354035440265 - - -0.9974557016760609 - - 0.06527848349618058 - - -0.03285147657443965 - - - -0.05857708180186548 - - -0.06351770365980243 - - -0.9962601200536751 - - 0.577390468160803 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993781176806467 - - -0.04100940426047531 - - -0.10352391698228115 - - 0.04697508636762649 - - - -0.03779460849181067 - - -0.9987461804548154 - - 0.03282734524551938 - - 0.03509253118859679 - - - -0.10474034654374638 - - -0.028710551877640413 - - -0.9940850889218578 - - 0.5767921707733407 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984459532420347 - - -0.029509162784705265 - - -0.04727459958952992 - - 0.021403865322047497 - - - -0.026380604134285168 - - -0.9975045811132902 - - 0.06548797128870568 - - -0.030522616876694324 - - - -0.04908912486605107 - - -0.06413906742186051 - - -0.9967328818947131 - - 0.5779834137063099 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989178948977202 - - -0.03121384727934189 - - -0.034478036358369483 - - 0.06020710522263719 - - - -0.029006216453024748 - - -0.997606212518925 - - 0.06277327576864528 - - -0.03285818318245891 - - - -0.03635489870962926 - - -0.061705271101163084 - - -0.9974320933568085 - - 0.5773041662819879 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9937406655947874 - - -0.03971842991807287 - - -0.10441233580411965 - - 0.04695745042332624 - - - -0.03762614428831948 - - -0.9990511503178882 - - 0.02193336076617731 - - 0.03505322815531361 - - - -0.10518442284494256 - - -0.01786743891406536 - - -0.994292206455139 - - 0.5765267714350232 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9971320735841547 - - -0.027247927610136984 - - -0.07060579488056677 - - 0.021406065188977412 - - - -0.025484110037149097 - - -0.9993432017068095 - - 0.02576286742578774 - - -0.030555173762687095 - - - -0.07126140586164724 - - -0.023889655571752662 - - -0.9971715481256401 - - 0.5782235504640183 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984810498546798 - - -0.03314344090347657 - - -0.04401255964124506 - - 0.0602262655688515 - - - -0.02999320174405068 - - -0.9970676258947917 - - 0.07040282126211517 - - -0.0328492899729974 - - - -0.046216890096988046 - - -0.0689758053059362 - - -0.9965472077890548 - - 0.5773709397962139 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9930446843142688 - - -0.039126580308611374 - - -0.11104668238415764 - - 0.04695614483566129 - - - -0.03831643444371897 - - -0.9992212439041064 - - 0.009421071183865756 - - 0.03504346723685864 - - - -0.11132881840159083 - - -0.005100631733919166 - - -0.9937705357622661 - - 0.5766095637060871 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974457814434259 - - -0.02777996488594072 - - -0.06580415360484079 - - 0.021384100870002865 - - - -0.02363883796980372 - - -0.9977401819298566 - - 0.06289463174242031 - - -0.03052871204635036 - - - -0.06740265885075267 - - -0.06117845138211001 - - -0.9958484215312773 - - 0.5780984906054405 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998402154520447 - - -0.03264568442243413 - - -0.046123715564991744 - - 0.060212441775628504 - - - -0.029231563857729702 - - -0.9969144587306322 - - 0.07284969216298222 - - -0.03285141711416797 - - - -0.048359626997743585 - - -0.07138502127477896 - - -0.9962758278781222 - - 0.5773114443657418 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935117318529395 - - -0.039788844146033606 - - -0.10654241668037827 - - 0.04696357977471975 - - - -0.038049439510678226 - - -0.9991080942692284 - - 0.018310000508845806 - - 0.03505644566209711 - - - -0.10717592464493104 - - -0.014137321076970076 - - -0.9941395562642454 - - 0.5767067313252743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.997759501580841 - - -0.025018648926612774 - - -0.06204872449163156 - - 0.02139569141939856 - - - -0.023747128994524937 - - -0.9994943351664707 - - 0.021145870392420014 - - -0.03052885546542252 - - - -0.06254638974128637 - - -0.019625014038785544 - - -0.997849090771901 - - 0.5781887097151 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998169308644412 - - -0.032446017973858036 - - -0.051042014047022674 - - 0.060224993865322825 - - - -0.028930454411211157 - - -0.9972542972847012 - - 0.06816814032051727 - - -0.03284249419434159 - - - -0.05311365255654342 - - -0.0665666768348622 - - -0.9963673105071572 - - 0.5773147988060221 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994762069061086 - - -0.03819085458867373 - - -0.09481500188838171 - - 0.046936554667511524 - - - -0.038006937593099574 - - -0.9992704557184025 - - 0.003745533757727586 - - 0.035007309864521816 - - - -0.09488887528104273 - - -0.00012228705091389637 - - -0.9954878635090313 - - 0.5763343855063998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984918206267688 - - -0.02727347033250529 - - -0.047647056125876976 - - 0.02140909415044445 - - - -0.025395117009250446 - - -0.9988931484588501 - - 0.03959249921454011 - - -0.030535975422961673 - - - -0.04867414276109026 - - -0.038322784058427095 - - -0.9980792513866248 - - 0.5780419697685816 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981379332914707 - - -0.033612100997771246 - - -0.050900813266067824 - - 0.060221760384896295 - - - -0.028998416783753655 - - -0.9956260869146956 - - 0.08881321342552236 - - -0.03284739483389764 - - - -0.05366337623246599 - - -0.08717179429980375 - - -0.9947468624378194 - - 0.5773583734333524 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9933310328111179 - - -0.039652223926821314 - - -0.10826430802464503 - - 0.046950890911666446 - - - -0.03846904473871775 - - -0.9991752754591151 - - 0.012996211297635583 - - 0.035059930633742666 - - - -0.10869034847348925 - - -0.008744715481905484 - - -0.9940371915073665 - - 0.5765927803055138 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976204028480519 - - -0.028143285645410753 - - -0.06294034711035108 - - 0.021402992210903624 - - - -0.024954935632539487 - - -0.9983928678421218 - - 0.05088155490508466 - - -0.030544499528608306 - - - -0.06427116778825846 - - -0.049189804991117324 - - -0.9967194088990488 - - 0.5780940673622675 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973335182469235 - - -0.034250848921453365 - - -0.06444170023651832 - - 0.06022271142102576 - - - -0.028656134995409706 - - -0.9958981365481466 - - 0.08582381689865203 - - -0.032835067008181076 - - - -0.06711690776800108 - - -0.08374831919560101 - - -0.9942240892895187 - - 0.5773680889865426 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9931641486163759 - - -0.03894619046078183 - - -0.110037121698551 - - 0.04695387164095127 - - - -0.03809444281126235 - - -0.9992257624235346 - - 0.009833063408987458 - - 0.03503113535094062 - - - -0.11033488718446526 - - -0.005574043209216502 - - -0.9938788370381436 - - 0.5765380003051538 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9967875924215243 - - -0.027863567207050646 - - -0.07508739719153482 - - 0.02139936049275462 - - - -0.02408213069413695 - - -0.9984182613982828 - - 0.05080380190163941 - - -0.030544677165562674 - - - -0.07638420370555449 - - -0.04883233487074609 - - -0.9958819490759635 - - 0.5780716226103878 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986106078237312 - - -0.031374963421149 - - -0.04233752014749422 - - 0.060237911756321656 - - - -0.02910716980441295 - - -0.9981618299086568 - - 0.053157633312424776 - - -0.03284892368804591 - - - -0.04392751538494965 - - -0.05185145112456066 - - -0.9976882280594382 - - 0.5774624993132087 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995685030199008 - - -0.03987254046124991 - - -0.08379439811089129 - - 0.046972462344104474 - - - -0.037355009572271114 - - -0.9988085864741078 - - 0.03140080963049127 - - 0.035075120804441785 - - - -0.08494659438409574 - - -0.028135175541673964 - - -0.9959881967171011 - - 0.5766543391000833 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9968745630034515 - - -0.027847862579987313 - - -0.07392971112079257 - - 0.021388541464799037 - - - -0.024867677580408292 - - -0.998852503521947 - - 0.0409301211786308 - - -0.03054241008190172 - - - -0.07498469342762266 - - -0.0389637364438613 - - -0.996423164621287 - - 0.5780089225368503 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981008336383947 - - -0.03208825562043012 - - -0.05258393045008451 - - 0.06025215308246433 - - - -0.028420396299737 - - -0.9972066080858198 - - 0.06907432130785071 - - -0.03284909339007215 - - - -0.05465351740288346 - - -0.06744868153798292 - - -0.9962247077814727 - - 0.5774217502501091 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950733396312412 - - -0.04024949634188903 - - -0.09060367983339807 - - 0.04698591696535072 - - - -0.037966756291375484 - - -0.9989201079257549 - - 0.026779533198145185 - - 0.03506913284265145 - - - -0.09158370036114474 - - -0.023207671701907583 - - -0.9955269106369439 - - 0.5766109729941805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995661348571243 - - -0.02842328203895984 - - -0.0077239293706648105 - - -0.04722462256170513 - - - -0.027613421517892495 - - -0.9955548787517464 - - 0.0900443354446609 - - -0.023555890797265815 - - - -0.010248951110453564 - - -0.08979198422871146 - - -0.9959078062598999 - - 0.5792283698406266 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.997465034664826 - - -0.02712235581724861 - - -0.06578664329497431 - - 0.02138647728515714 - - - -0.024543064618529786 - - -0.9989100500816309 - - 0.039703272220856574 - - -0.03053461834930358 - - - -0.06679178542476837 - - -0.037988019964658996 - - -0.9970435134631465 - - 0.5780766361752201 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998854990847545 - - -0.03318180180283973 - - -0.03446266513297927 - - 0.06025741947611708 - - - -0.030468770992738738 - - -0.9966063482790497 - - 0.07646855931746899 - - -0.03283886019093575 - - - -0.03688307542956315 - - -0.07533096706543924 - - -0.9964762336091326 - - 0.5774332133173122 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993847276505762 - - -0.0390763448217552 - - -0.10363701200560861 - - 0.046962135149904785 - - - -0.03780821054179547 - - -0.999184494184832 - - 0.01417341865006827 - - 0.03507172615388648 - - - -0.1041063408141245 - - -0.01016788355431569 - - -0.9945141949446075 - - 0.5766226775899834 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969580189062558 - - -0.027923080912665828 - - -0.0727668199858855 - - 0.02139840339277889 - - - -0.024544963456050443 - - -0.9985974327049132 - - 0.04691174867874258 - - -0.030551893104970335 - - - -0.07397468017811701 - - -0.0449829850888208 - - -0.9962450891949451 - - 0.5780568974094437 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986086160380869 - - -0.03257078310558588 - - -0.04147259411208299 - - 0.06022219170723278 - - - -0.02977379390809336 - - -0.9973513847596467 - - 0.06636065486667976 - - -0.03284305505025288 - - - -0.04352416766366799 - - -0.06503352524586904 - - -0.9969334418221112 - - 0.5772495518733972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946701464035096 - - -0.03960098125294043 - - -0.09520011626791734 - - 0.046981554282214656 - - - -0.037526053672831995 - - -0.9990195617813376 - - 0.023488517917654345 - - 0.035080960961752096 - - - -0.09603694679322357 - - -0.019790842883224993 - - -0.9951810023250077 - - 0.5767171985339195 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976145233916487 - - -0.027313889544400033 - - -0.06339727246506735 - - 0.021402506725693413 - - - -0.024388470969520903 - - -0.9986220041647902 - - 0.04646821797385806 - - -0.030515141341953215 - - - -0.06457913906070992 - - -0.04481120658778855 - - -0.9969059587354885 - - 0.5781166516448092 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998426384966764 - - -0.03165553530319218 - - -0.046289101167202924 - - 0.060238150978500556 - - - -0.028613275796710993 - - -0.9974768892377067 - - 0.0649702692379388 - - -0.032842715248411335 - - - -0.048228977289390525 - - -0.06354354822747357 - - -0.9968130131716195 - - 0.5773733586097829 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935897922930002 - - -0.03996678410477187 - - -0.10574488554760154 - - 0.0469555779756249 - - - -0.03817108431115467 - - -0.9990914828821605 - - 0.01895196968222907 - - 0.03506085899047359 - - - -0.10640626378960742 - - -0.01479408667839832 - - -0.9942126744443004 - - 0.5766167250464094 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974456129697353 - - -0.02856869077356633 - - -0.06546815313504097 - - 0.02139625045039698 - - - -0.02585266271940203 - - -0.9987845689725405 - - 0.04196456377294644 - - -0.030532938960743567 - - - -0.06658745375628707 - - -0.04016484395365173 - - -0.9969718633504325 - - 0.5781078628389889 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998471153030703 - - -0.03156267937094935 - - -0.04537790030912792 - - 0.06022411793264885 - - - -0.028111269885602263 - - -0.9968035172710202 - - 0.07478304929288655 - - -0.03283949950274778 - - - -0.0475932040417257 - - -0.07339308705218849 - - -0.9961668242327653 - - 0.5773718898526492 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943458975216812 - - -0.039919185121417095 - - -0.09840068465739585 - - 0.046984719930563586 - - - -0.03681561321180461 - - -0.9987718467610428 - - 0.033157333146314937 - - 0.03510575715335608 - - - -0.09960344725781847 - - -0.029347176640674478 - - -0.9945943376661567 - - 0.5767074206608083 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995652547065427 - - -0.02947040574483234 - - 0.0008926190001522025 - - -0.047241590480663294 - - - -0.02946057784633213 - - -0.9971115913595822 - - 0.07000391938542888 - - -0.023556940735550303 - - - -0.0011730031562975619 - - -0.06999978258249359 - - -0.9975463169707954 - - 0.5792093001504776 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9981323692154469 - - -0.028395252535714156 - - -0.05408773574288052 - - 0.02140717875064119 - - - -0.02546267363672642 - - -0.9982077176891846 - - 0.05415722109763845 - - -0.030517550680858006 - - - -0.055528603220576456 - - -0.052678857041340184 - - -0.9970664532743991 - - 0.5779695126358055 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981656129716979 - - -0.034489147028720954 - - -0.04975849493368766 - - 0.060219042104350466 - - - -0.029217232316480355 - - -0.994247986011273 - - 0.1030402622681657 - - -0.03280404488109385 - - - -0.05302605413001583 - - -0.10139744104147216 - - -0.9934318278239539 - - 0.5772653426341291 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947307470194942 - - -0.0410425289214113 - - -0.09394813331713595 - - 0.04696605181559175 - - - -0.03831399426073198 - - -0.9987951058076749 - - 0.030665525569006286 - - 0.03506608973635768 - - - -0.09509352647697861 - - -0.026904412916283788 - - -0.9951047049370241 - - 0.5766373716707877 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9983751294687996 - - -0.02809718236114624 - - -0.04957468307031504 - - 0.02139154712123307 - - - -0.025799182710106196 - - -0.9985896992706416 - - 0.04640058924260278 - - -0.0305500879733435 - - - -0.0508084936762373 - - -0.04504620798618547 - - -0.9976920046369108 - - 0.5780070763889493 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986547682839083 - - -0.03467090397476388 - - -0.03855622130585392 - - 0.06022459263076316 - - - -0.03117118760422321 - - -0.9956384134980977 - - 0.08793467251507509 - - -0.03284228161125909 - - - -0.041436829598264426 - - -0.08661453679702896 - - -0.9953797823787063 - - 0.5772828009956362 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954877024086718 - - -0.04027422651136214 - - -0.08591985237426414 - - 0.047006846585842546 - - - -0.03787773958662338 - - -0.9988514729409262 - - 0.02934300338327883 - - 0.03508824248641011 - - - -0.08700293786368246 - - -0.025956149226236624 - - -0.9958698545093303 - - 0.5769347418288431 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982835704642149 - - -0.027802471670385406 - - -0.0515454703173442 - - 0.021409938874852475 - - - -0.02510674746405039 - - -0.9983195512094959 - - 0.05222762587603051 - - -0.030542566910518983 - - - -0.0529109078829233 - - -0.05084384173021969 - - -0.997304035680753 - - 0.5781269328933671 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984417375297144 - - -0.03223549610532682 - - -0.04555183365670681 - - 0.06021365570408167 - - - -0.028508479773809103 - - -0.996369019971486 - - 0.08022495012181344 - - -0.03283107316796901 - - - -0.04797252692563885 - - -0.07880132506439594 - - -0.9957354005098267 - - 0.577191323354869 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9934202755218882 - - -0.039228974628194045 - - -0.10759760095669495 - - 0.046962071959596105 - - - -0.03784444211373806 - - -0.9991728445861109 - - 0.01488035089640685 - - 0.035065568013692656 - - - -0.10809234192631585 - - -0.010710471106388142 - - -0.9940831612222211 - - 0.5767790080801036 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972648276932439 - - -0.027941443496680846 - - -0.06842615860390286 - - 0.02140098603354183 - - - -0.02410565660282772 - - -0.9981253672203939 - - 0.05625538757222295 - - -0.030505132082184756 - - - -0.0698697414172346 - - -0.05445206191207325 - - -0.9960688691992202 - - 0.5780366201870336 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990112963011185 - - -0.03213680856585357 - - -0.03071897455906461 - - 0.060219067083021605 - - - -0.030086936169501803 - - -0.9974309033393409 - - 0.06501053249742947 - - -0.032834365701279525 - - - -0.032729285581740125 - - -0.06402201651673187 - - -0.997411637823843 - - 0.577289283216449 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932059588264162 - - -0.03966367053796603 - - -0.10940162974633931 - - 0.04694511679217217 - - - -0.03828184367133192 - - -0.9991588048620894 - - 0.01470316672301167 - - 0.03504138545128281 - - - -0.10989278318808353 - - -0.010415176715575162 - - -0.9938888772378731 - - 0.5765981466058229 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9973187523705914 - - -0.02802610716885666 - - -0.06760061750403347 - - 0.02141416446897857 - - - -0.026027917688597982 - - -0.9992031008917905 - - 0.030260711641105477 - - -0.03054265221182332 - - - -0.06839483657968957 - - -0.028420071871660166 - - -0.9972534511567496 - - 0.5782119878042223 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985967782701806 - - -0.032741029164393046 - - -0.04162330402157132 - - 0.06021217012771217 - - - -0.02910832169249051 - - -0.9959496067941184 - - 0.08507106637915852 - - -0.032824380064468014 - - - -0.04424002753912206 - - -0.08374010828687216 - - -0.9955051050735201 - - 0.5773023787735894 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9930998883516268 - - -0.04109558524232786 - - -0.1098351702760866 - - 0.046965297367263674 - - - -0.03873632166277032 - - -0.9989724122007045 - - 0.023529068106162725 - - 0.03506549665570874 - - - -0.11068924581920668 - - -0.01911210442354839 - - -0.9936712828317416 - - 0.5765323102457749 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972334842371035 - - -0.02608019986928167 - - -0.06960747870096337 - - 0.021391811465911487 - - - -0.024314603697978412 - - -0.9993637745291779 - - 0.026093029831810395 - - -0.03050930106958205 - - - -0.07024370408326289 - - -0.024328364794449567 - - -0.9972331486182607 - - 0.5781819440365352 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986778507505989 - - -0.0315762151744416 - - -0.04056467743520133 - - 0.060217908996419815 - - - -0.029186279836054686 - - -0.9978772994612883 - - 0.05821560176771998 - - -0.032850141941732885 - - - -0.042316799140484085 - - -0.056954700026456265 - - -0.997479548991056 - - 0.5773648725113695 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9931407983343986 - - -0.03960494420544678 - - -0.11001274052670794 - - 0.04695039960943947 - - - -0.03827796850424977 - - -0.999166958448208 - - 0.014148719819953842 - - 0.035066074644359464 - - - -0.11048145460167051 - - -0.009840606680451159 - - -0.993829467589515 - - 0.5766920689588267 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994078211575564 - - -0.031079086666934198 - - 0.014768120430673756 - - -0.047258883855806205 - - - -0.031724767120155144 - - -0.9984509068920238 - - 0.04570914216725978 - - -0.023615137036563684 - - - 0.013324644846209356 - - -0.04615058936182761 - - -0.9988456221765593 - - 0.5795464195875095 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9987235204582291 - - -0.027891235667320522 - - -0.04211185885794214 - - 0.02140297891122779 - - - -0.0257445333402152 - - -0.9983827940325232 - - 0.050685457311806584 - - -0.030547721293873217 - - - -0.04345743534328505 - - -0.049536608208096036 - - -0.9978264256676218 - - 0.5781209864147617 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980804188813104 - - -0.033323977682547704 - - -0.05220143635113046 - - 0.06023410688737654 - - - -0.02893029939146615 - - -0.9961484276864139 - - 0.08277286871316508 - - -0.032833222955777966 - - - -0.05475869997386895 - - -0.08110377629494075 - - -0.9952003126244853 - - 0.5773186300248315 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9920403004481004 - - -0.03873678944660348 - - -0.11981445417900169 - - 0.046931353342338215 - - - -0.03811545310770665 - - -0.9992453910907794 - - 0.0074739961353059905 - - 0.03505214066322448 - - - -0.12001355973904282 - - -0.002847723161731691 - - -0.9927681682807715 - - 0.5766559465562806 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969018047215489 - - -0.02922137213191701 - - -0.07302672903565308 - - 0.021405503526737087 - - - -0.025424461886689415 - - -0.9983028466801096 - - 0.05239296754492003 - - -0.030536070895418533 - - - -0.074433785881755 - - -0.05037397861117176 - - -0.9959528471761058 - - 0.5780984173169982 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985162554218068 - - -0.03190647860825816 - - -0.04412781754442414 - - 0.06023854281624834 - - - -0.02867148734109671 - - -0.996985650359688 - - 0.07209409677995995 - - -0.0328433325022672 - - - -0.04629506963017286 - - -0.07072191739262776 - - -0.996421184503946 - - 0.5774032108048258 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935165812469013 - - -0.03859478663306251 - - -0.10693570606779403 - - 0.04694779554512404 - - - -0.037987821876423494 - - -0.9992484743649275 - - 0.007707909473422612 - - 0.035034755766667355 - - - -0.10715282626489318 - - -0.0035956813142624987 - - -0.9942360599472 - - 0.5765332470000389 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.997822072911112 - - -0.0300565299804899 - - -0.058717253145079494 - - 0.02139366944109441 - - - -0.025916196591695525 - - -0.997207144118445 - - 0.07004471766918605 - - -0.03053216297138856 - - - -0.06065856547588332 - - -0.06837043750530858 - - -0.9958142506058755 - - 0.5780046470556597 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998849093012107 - - -0.03276514763183148 - - -0.035027624663333985 - - 0.060245129680574314 - - - -0.030245099141323558 - - -0.9970742076014629 - - 0.07020155634918121 - - -0.03284626719229675 - - - -0.03722530546312044 - - -0.06906134690679036 - - -0.9969176530669914 - - 0.5773802307223875 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9941250756726372 - - -0.03933225281991718 - - -0.10083802758376272 - - 0.046945380267781514 - - - -0.037503096475519436 - - -0.9990969054728146 - - 0.019972261499231907 - - 0.03505564443669609 - - - -0.10153251535159293 - - -0.016073187697402676 - - -0.9947023680295642 - - 0.5765195805791131 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994899246079948 - - -0.028508932603225498 - - 0.014392059231727046 - - -0.04724303921427127 - - - -0.02953692842013357 - - -0.9965816958560545 - - 0.07715240335968078 - - -0.023574180982121964 - - - 0.012143330128457312 - - -0.07753814704063879 - - -0.9969154303585114 - - 0.579354927382292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9973315187669112 - - -0.027924908626940147 - - -0.06745399285634139 - - 0.02140888082492096 - - - -0.02667527847243809 - - -0.9994567390683301 - - 0.01935603909165717 - - -0.03055476012403558 - - - -0.06795786336035141 - - -0.01750503382107339 - - -0.9975346122307832 - - 0.5781503736299592 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983865745110491 - - -0.032285459864003156 - - -0.04671077945681772 - - 0.060229778122024555 - - - -0.0289080211457498 - - -0.9970389813231805 - - 0.07125725251138397 - - -0.03284184268528768 - - - -0.04887304113241272 - - -0.06979196804363734 - - -0.9963636419736848 - - 0.5774385278538767 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953098481576732 - - -0.039076187137966595 - - -0.0884949589474335 - - 0.04699467251024807 - - - -0.037762536258714424 - - -0.9991509906317427 - - 0.016470846211328306 - - 0.03506719506116709 - - - -0.08906344376711808 - - -0.013051801345659662 - - -0.9959404367059185 - - 0.5769246105695591 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992372967872009 - - -0.029482437108273987 - - 0.02560489428925601 - - -0.04726597729533656 - - - -0.030859842456690795 - - -0.9979994812955144 - - 0.05517884972914622 - - -0.02359874787642564 - - - 0.023926864252457533 - - -0.0559269276470659 - - -0.9981481272491591 - - 0.5795424367028474 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9981554163418193 - - -0.029369259003168634 - - -0.05313390116577402 - - 0.02139738482557188 - - - -0.0266903467799105 - - -0.9983701935094883 - - 0.05044385096912724 - - -0.03054891190252771 - - - -0.054528801713017355 - - -0.04893264081808988 - - -0.9973124918731895 - - 0.578018969033717 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988646058370743 - - -0.03367325183625755 - - -0.03369883257203585 - - 0.06023658924017376 - - - -0.030914870623549348 - - -0.9963735499838292 - - 0.07927180877810058 - - -0.032834586951713825 - - - -0.03624596502061067 - - -0.07814000898000023 - - -0.9962832774950762 - - 0.5773213631000755 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9948752023184796 - - -0.040712250778265964 - - -0.0925518473523465 - - 0.046990466225834436 - - - -0.03792139677305507 - - -0.9987772705951572 - - 0.031716421760166175 - - 0.0350801028363457 - - - -0.09372992840360539 - - -0.028044186189935993 - - -0.9952026045697425 - - 0.5768551700270121 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995756517279945 - - -0.028302759246769317 - - 0.006889868763226942 - - -0.047239060296186575 - - - -0.02862355290831923 - - -0.9982341179007209 - - 0.05205130236482513 - - -0.023591611339216466 - - - 0.005404506587999137 - - -0.052226427007686586 - - -0.9986206445044841 - - 0.5794066472504338 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9979394627916959 - - -0.02750310739167493 - - -0.05796902351103963 - - 0.021415518986364544 - - - -0.025563493733774752 - - -0.9990968952187723 - - 0.03393967814127729 - - -0.030554713582460914 - - - -0.05885011802150212 - - -0.03238785340235182 - - -0.9977412944049393 - - 0.5781319693823852 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980449635600042 - - -0.032877561029385625 - - -0.05315370817985351 - - 0.060235028546162216 - - - -0.029210157513994115 - - -0.9972330709586334 - - 0.06835911705413393 - - -0.03283503192727706 - - - -0.05525411668389655 - - -0.06667284430090077 - - -0.9962438027020846 - - 0.577355747679098 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9937911089395043 - - -0.039609850493808337 - - -0.10397255184253494 - - 0.04696057988253021 - - - -0.03741095605898969 - - -0.9990348951412892 - - 0.023015183179476293 - - 0.03506850484914451 - - - -0.10478383539240586 - - -0.01898257184605547 - - -0.9943138386880501 - - 0.5766770147690076 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969349491542558 - - -0.026729628331812583 - - -0.07352709788944854 - - 0.02139454554872259 - - - -0.02502943445553195 - - -0.999399816969101 - - 0.023948554298003306 - - -0.03053252952881648 - - - -0.07412310412845387 - - -0.022034809084068428 - - -0.9970056331952151 - - 0.5782305908770773 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987375477523813 - - -0.032936909042591216 - - -0.03792717669798054 - - 0.060243493481377225 - - - -0.030297111347172504 - - -0.9972122675032526 - - 0.068189284972339 - - -0.03284203461326367 - - - -0.040067390151802953 - - -0.06695411536075957 - - -0.9969512278354854 - - 0.5774347980106374 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9940917711765715 - - -0.038643868770773235 - - -0.10143077385810609 - - 0.04696551768036662 - - - -0.038182602832232806 - - -0.9992497298831179 - - 0.00648584377487073 - - 0.035052676589685985 - - - -0.10160531147525195 - - -0.002574632972545697 - - -0.9948214573203947 - - 0.5766922122914151 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982942893619143 - - -0.02784533556110587 - - -0.05131421942191084 - - 0.021413578799429126 - - - -0.025641913346695994 - - -0.9987412567106811 - - 0.04310909908463486 - - -0.030545339193402923 - - - -0.05245001532231552 - - -0.04171977266785792 - - -0.9977517008059822 - - 0.5780996926231703 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979618313952494 - - -0.03274575002771665 - - -0.054771333134790615 - - 0.06022965563407825 - - - -0.028511676878004166 - - -0.9966713950418639 - - 0.07637548420081698 - - -0.0328437222785147 - - - -0.0570899935176402 - - -0.07465819553422957 - - -0.9955736469391546 - - 0.577422621146918 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9916865232973143 - - -0.03954063444749156 - - -0.12245153219937666 - - 0.046916686044317986 - - - -0.03887897461521149 - - -0.9992135686406619 - - 0.0077890678045362625 - - 0.03502952715550604 - - - -0.12266321715720191 - - -0.0029635235588342957 - - -0.9924439292397138 - - 0.5764929988240065 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986693937760971 - - -0.028484110389473634 - - -0.042989503256064654 - - 0.021403513250797323 - - - -0.025724168088863825 - - -0.9976539301219245 - - 0.06344212235111829 - - -0.030483900061090634 - - - -0.04469573929379392 - - -0.06225183666044451 - - -0.9970591756367235 - - 0.578061995641431 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985084584209801 - - -0.033555894487550586 - - -0.04306809035583304 - - 0.06021836365955045 - - - -0.03002227679047051 - - -0.9963246806866654 - - 0.0802233977772744 - - -0.03282658101570198 - - - -0.045601769242806824 - - -0.07881073911437954 - - -0.9958460453514746 - - 0.5773332736994577 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943113253887049 - - -0.039196427094011235 - - -0.09903851930850371 - - 0.046981259779409486 - - - -0.03762284498962466 - - -0.9991351123458592 - - 0.017707309578619143 - - 0.035040194384961004 - - - -0.09964692538479888 - - -0.013880467596239126 - - -0.9949260388997089 - - 0.5767259790420841 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9991990887985112 - - -0.029433332155840746 - - 0.027108299511936967 - - -0.04723695672974551 - - - -0.031302785494338056 - - -0.9969609469385787 - - 0.07133726865831601 - - -0.023585690443107706 - - - 0.024926222427804616 - - -0.07212869912550239 - - -0.9970838150315866 - - 0.5793723519519552 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9975618847228394 - - -0.02635631535420562 - - -0.06461912092535939 - - 0.021397856419585554 - - - -0.024171621386524685 - - -0.9991171476846068 - - 0.03436070316688713 - - -0.030553877398233772 - - - -0.06546769331329046 - - -0.03271497888622412 - - -0.9973182597790495 - - 0.5781734513851925 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998386462472623 - - -0.033864882443362485 - - -0.0455811505833182 - - 0.060231257723407886 - - - -0.029732668705182208 - - -0.995635346470012 - - 0.08846595543601475 - - -0.032835708947042325 - - - -0.04837809383460419 - - -0.08696796304752864 - - -0.995035744805328 - - 0.5772707956023455 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951332889432312 - - -0.039383254549476394 - - -0.09032550303274571 - - 0.04698099305810365 - - - -0.03787040138507485 - - -0.9991131936546018 - - 0.01840268904903892 - - 0.035048834811242616 - - - -0.09097015959071815 - - -0.014892465423610807 - - -0.9957422580857187 - - 0.5765520989686026 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986085165751417 - - -0.030570241185888143 - - -0.04297081541501761 - - 0.02139013523277938 - - - -0.0277912439955198 - - -0.997572791367507 - - 0.06384491115525172 - - -0.03054271223442551 - - - -0.04481827061340467 - - -0.06256185960373244 - - -0.9970342703950283 - - 0.5780483854846613 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989865135453058 - - -0.031226672677918094 - - -0.032416672686457815 - - 0.0602348259068051 - - - -0.02894808892321058 - - -0.997229226780036 - - 0.06852647228177505 - - -0.03285525707953226 - - - -0.03446670715761327 - - -0.0675186209068073 - - -0.9971225009639255 - - 0.5774960568547897 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932723679082383 - - -0.04007320083441596 - - -0.10864686707331256 - - 0.04696073847924484 - - - -0.038279532341219814 - - -0.9990949578337603 - - 0.018545690466910496 - - 0.03505830206120358 - - - -0.10929172225607478 - - -0.014261970622656352 - - -0.9939073979200778 - - 0.5767740692119048 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986357761809137 - - -0.029010262648691738 - - -0.04341648526306351 - - 0.021392805608955456 - - - -0.026938760098204045 - - -0.998505061276075 - - 0.04755991810793225 - - -0.0305323276403017 - - - -0.044731305993848426 - - -0.04632544945400674 - - -0.997924377393883 - - 0.5781495308129971 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998554619942062 - - -0.03393454428791067 - - -0.04167874393903786 - - 0.06022477796953356 - - - -0.030974367626763318 - - -0.9970852815384759 - - 0.0697246720283484 - - -0.03282942477503737 - - - -0.04392333710553164 - - -0.06833292064086285 - - -0.9966952154064971 - - 0.5773234245367302 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9942285174298551 - - -0.040182699234266116 - - -0.099473643803175 - - 0.0469684646855794 - - - -0.03819382119751972 - - -0.999032112080687 - - 0.021819052544364528 - - 0.03505461718793356 - - - -0.10025411289101471 - - -0.01789384569762342 - - -0.9948009464885855 - - 0.5765916493993802 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993692402778422 - - -0.030184811539708475 - - 0.018708253226870832 - - -0.047269950945855 - - - -0.03100393881163731 - - -0.9984984652102348 - - 0.04516160704592525 - - -0.023607654157717983 - - - 0.017316967536283315 - - -0.045713150461531286 - - -0.9988045006457617 - - 0.5796176323891965 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9975362912293002 - - -0.029055495987996796 - - -0.0638523753151299 - - 0.021369216934764478 - - - -0.02565866478376306 - - -0.9982440714215184 - - 0.05338920109258473 - - -0.030544514032514538 - - - -0.0652915048226581 - - -0.05161929895573433 - - -0.9965302139791401 - - 0.5781283454555233 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985031284339932 - - -0.033749817281416745 - - -0.043040124779086524 - - 0.060235064070245606 - - - -0.030360738871901098 - - -0.996560884052443 - - 0.0771014261331499 - - -0.03283312987775618 - - - -0.045494263843704384 - - -0.07567928521124072 - - -0.9960938297907658 - - 0.577360507842427 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9940798827549202 - - -0.040452362824073274 - - -0.1008404335765841 - - 0.04694838872480377 - - - -0.03805950761412355 - - -0.9989489903363997 - - 0.025541898638463165 - - 0.035064507310792484 - - - -0.1017676794573523 - - -0.021552750354341996 - - -0.9945746922026664 - - 0.5765880798418576 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.997565789705383 - - -0.02736928513874394 - - -0.06413592940364768 - - 0.021392649102707287 - - - -0.023445114649516985 - - -0.9978526647379142 - - 0.06115869582090603 - - -0.030519605929255084 - - - -0.06567207784550869 - - -0.05950614847591159 - - -0.9960653575368513 - - 0.5779624060849118 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9971341592080318 - - -0.03177045672486878 - - -0.0686593520212982 - - 0.06022269698874622 - - - -0.027388484410806206 - - -0.9975837914679014 - - 0.0638470823311895 - - -0.03284962714953837 - - - -0.07052190767534817 - - -0.061783631165705254 - - -0.9955950198036397 - - 0.5773933965668896 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9934375952927654 - - -0.040123596526994904 - - -0.10710668168077311 - - 0.04694245495746033 - - - -0.038254755186895195 - - -0.9990787664021893 - - 0.019447165085691685 - - 0.03504376257026956 - - - -0.10778830161255093 - - -0.015222205031412285 - - -0.9940573255650115 - - 0.5764722035986679 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9977163124104103 - - -0.029223377168895004 - - -0.06089461533680256 - - 0.021396182358010024 - - - -0.026135136847756833 - - -0.9983613109717601 - - 0.05090822503974801 - - -0.0305365529673788 - - - -0.06228253826010678 - - -0.04920047745289785 - - -0.9968451225974301 - - 0.5781339997478085 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989151639063479 - - -0.03261012412125019 - - -0.03324267021089976 - - 0.06024292044285648 - - - -0.030195697053686237 - - -0.9970396527973754 - - 0.0707117432194259 - - -0.0328367517746867 - - - -0.03545017908834862 - - -0.0696312469691925 - - -0.996942713624067 - - 0.5774518304115958 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946442097088598 - - -0.039235961140254884 - - -0.09562131271865111 - - 0.04698428837974083 - - - -0.03764991145785277 - - -0.9991227599618838 - - 0.01833561270762793 - - 0.03507472800803559 - - - -0.09625684526231633 - - -0.014637277053765446 - - -0.9952488984473171 - - 0.5768525582578661 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980019134838353 - - -0.028176298774803328 - - -0.056553309982320825 - - 0.02141188654974367 - - - -0.026246455566295568 - - -0.9990571638070574 - - 0.034581888554626225 - - -0.03053115732818571 - - - -0.0574743790989509 - - -0.033028467011823784 - - -0.9978004891329924 - - 0.5781282855094709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998172601363338 - - -0.03310425232520614 - - -0.05055260987857986 - - 0.0602243700506715 - - - -0.02944478141540456 - - -0.9970063705981658 - - 0.07149336916157518 - - -0.03284520626515284 - - - -0.052768008631611754 - - -0.06987421172838594 - - -0.9961591899894274 - - 0.5773197730106759 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947549973078272 - - -0.04019691173549643 - - -0.09405691690690939 - - 0.046958561348122034 - - - -0.037620404761927115 - - -0.9988709709829273 - - 0.029008420728701533 - - 0.035057260134862385 - - - -0.09511677284608282 - - -0.025317812199186936 - - -0.9951441141406575 - - 0.576572540399352 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994085955117833 - - -0.0285803062557412 - - 0.01912133132113813 - - -0.04722031016758543 - - - -0.03005855593347761 - - -0.9961704392111482 - - 0.0821032231831524 - - -0.023560820646047222 - - - 0.016701569757322086 - - -0.0826294265755038 - - -0.9964403822765541 - - 0.5794149763218296 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9968673686306048 - - -0.025644804652746142 - - -0.07481840250778228 - - 0.02139289756519308 - - - -0.023368269403669047 - - -0.9992416388466151 - - 0.031145965713212494 - - -0.03054370971332679 - - - -0.07556039534419852 - - -0.02930002029783517 - - -0.9967106578470881 - - 0.5780865046534203 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99852900008241 - - -0.032961631328202214 - - -0.04305074743377013 - - 0.06022524794966697 - - - -0.029308780132333824 - - -0.9961278999761708 - - 0.0828866834673637 - - -0.03284948946798681 - - - -0.045616130936074584 - - -0.08150299227174489 - - -0.995628661122798 - - 0.5773472859251697 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947549973078272 - - -0.04019691173549643 - - -0.09405691690690939 - - 0.046958561348122034 - - - -0.037620404761927115 - - -0.9988709709829273 - - 0.029008420728701533 - - 0.035057260134862385 - - - -0.09511677284608282 - - -0.025317812199186936 - - -0.9951441141406575 - - 0.576572540399352 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994085955117833 - - -0.0285803062557412 - - 0.01912133132113813 - - -0.04722031016758543 - - - -0.03005855593347761 - - -0.9961704392111482 - - 0.0821032231831524 - - -0.023560820646047222 - - - 0.016701569757322086 - - -0.0826294265755038 - - -0.9964403822765541 - - 0.5794149763218296 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9968673686306048 - - -0.025644804652746142 - - -0.07481840250778228 - - 0.02139289756519308 - - - -0.023368269403669047 - - -0.9992416388466151 - - 0.031145965713212494 - - -0.03054370971332679 - - - -0.07556039534419852 - - -0.02930002029783517 - - -0.9967106578470881 - - 0.5780865046534203 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99852900008241 - - -0.032961631328202214 - - -0.04305074743377013 - - 0.06022524794966697 - - - -0.029308780132333824 - - -0.9961278999761708 - - 0.0828866834673637 - - -0.03284948946798681 - - - -0.045616130936074584 - - -0.08150299227174489 - - -0.995628661122798 - - 0.5773472859251697 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9933601119009252 - - -0.040608338023546596 - - -0.10764130697435183 - - 0.04696752265599652 - - - -0.03836904211189455 - - -0.9990036234276476 - - 0.022794231416007567 - - 0.035076465841392415 - - - -0.10845969155219339 - - -0.01851278642982259 - - -0.9939284541892373 - - 0.576604575254435 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979638020852646 - - -0.02869666062681234 - - -0.056962719355665256 - - 0.021384454147684733 - - - -0.02509704971553575 - - -0.9977022143161692 - - 0.06293194454479303 - - -0.03049491117010966 - - - -0.05863776788980503 - - -0.06137420645093944 - - -0.9963908966662728 - - 0.5779794615986892 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998413084360281 - - -0.031885041326162225 - - -0.046418284304994555 - - 0.06023164914426028 - - - -0.0289040503832021 - - -0.9975610808948367 - - 0.06353302885405943 - - -0.032833605243909075 - - - -0.04833082711516213 - - -0.062090530868678835 - - -0.9968996424549517 - - 0.5773181088672154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9933720857507552 - - -0.0398292827087872 - - -0.10782173941324527 - - 0.046950639705649916 - - - -0.038302999080302075 - - -0.9991349980181933 - - 0.01619061446143573 - - 0.035059965855851846 - - - -0.10837333395558449 - - -0.011953408471560645 - - -0.994038397906873 - - 0.5766650267454954 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974492287481272 - - -0.028631375082412633 - - -0.06538562862476878 - - 0.021400561850323956 - - - -0.025196387627222566 - - -0.9982888785142837 - - 0.05276795509807954 - - -0.030532974614388714 - - - -0.06678456498551687 - - -0.05098587447111596 - - -0.9964638791667821 - - 0.5781047585105181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987893607499838 - - -0.031456520718997 - - -0.03781930931275501 - - 0.06024399769552538 - - - -0.028877995392100394 - - -0.9973421068774672 - - 0.06689382057670253 - - -0.03284109326064559 - - - -0.03982303648357763 - - -0.06572069045186267 - - -0.9970430866375622 - - 0.5774325228991549 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932747198236108 - - -0.04019372769274002 - - -0.10858082341504512 - - 0.04697363275009975 - - - -0.03850163542682199 - - -0.9991028893846897 - - 0.017636340114226927 - - 0.03508040356116084 - - - -0.10919228465778812 - - -0.01333719150820246 - - -0.9939311667786086 - - 0.5768330834325612 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985831276171019 - - -0.028107454953828763 - - -0.04518526545750472 - - 0.021408768076661523 - - - -0.026651611001169646 - - -0.9991161560401701 - - 0.032505359105184546 - - -0.030531602419691526 - - - -0.046058971650363795 - - -0.03125504304161423 - - -0.9984496449070319 - - 0.5780891274691147 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986493774933842 - - -0.031956225276231584 - - -0.04096608961288459 - - 0.06025119261158152 - - - -0.029141294407055228 - - -0.9972895349308258 - - 0.0675601101075086 - - -0.03286269752190153 - - - -0.043014018556250755 - - -0.0662750570241331 - - -0.9968738190082488 - - 0.5775418384569134 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955347233066959 - - -0.03883322051619013 - - -0.08603833840214103 - - 0.04696815899143339 - - - -0.03713046530882296 - - -0.9990833152892581 - - 0.02130393523685827 - - 0.0350591962189462 - - - -0.08678676878770566 - - -0.018014163732100002 - - -0.9960640273940342 - - 0.5766919204237583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978025785248558 - - -0.02504644450562543 - - -0.06134076871686336 - - 0.021421282861517996 - - - -0.024239823180805413 - - -0.9996101037159729 - - 0.013858987015868084 - - -0.03055656106639618 - - - -0.061663970528278385 - - -0.012341643592704222 - - -0.9980206603934205 - - 0.5783762862883948 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985544655696839 - - -0.03433890584353114 - - -0.041349955699035656 - - 0.06021641001078542 - - - -0.03082707117903262 - - -0.9960924186013284 - - 0.08276222137835315 - - -0.03283540499166394 - - - -0.04403034150862295 - - -0.08136788771023729 - - -0.9957111006091118 - - 0.5773681633226998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947232892058059 - - -0.0391285834905928 - - -0.09483950582748861 - - 0.04697528680404998 - - - -0.038021273215745194 - - -0.9991863369599878 - - 0.013455363820231402 - - 0.035058089434122086 - - - -0.09528882775350002 - - -0.009778444994008175 - - -0.9954016381937808 - - 0.5767107224908896 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986809005569396 - - -0.027863705931077124 - - -0.04312856077550716 - - 0.021399271458345463 - - - -0.025391732661307686 - - -0.9980603631447991 - - 0.05683987536693056 - - -0.030518270202124897 - - - -0.04462867660189845 - - -0.055669789033711774 - - -0.9974513300475892 - - 0.5781001951263355 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989463566056107 - - -0.032032004124843465 - - -0.032865290750606534 - - 0.060228973701671996 - - - -0.030331603221178324 - - -0.9982382590057391 - - 0.050993843777705 - - -0.03285739408686516 - - - -0.03444082563483194 - - -0.04994325749225805 - - -0.998158053897605 - - 0.5774942721879608 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935184456598923 - - -0.039200474122815396 - - -0.1066978020490486 - - 0.046963508635296 - - - -0.0377631760838644 - - -0.9991671381217799 - - 0.015458739586128745 - - 0.03504760416575987 - - - -0.10721492743834943 - - -0.011329295038932149 - - -0.9941713164280647 - - 0.5766172854180798 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982294941638203 - - -0.027418554341189297 - - -0.05278351882247571 - - 0.021390467943972806 - - - -0.024342910313587235 - - -0.9980165390658787 - - 0.05805523635667898 - - -0.030498336078834988 - - - -0.05427061542776206 - - -0.05666754475715762 - - -0.9969169923681146 - - 0.5779713357507886 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986383839673799 - - -0.03360692992738381 - - -0.03989927728513188 - - 0.060215512929275496 - - - -0.0309052872223071 - - -0.9973077750965759 - - 0.06649860865930807 - - -0.032834707687369256 - - - -0.04202667353867812 - - -0.06517496446315116 - - -0.9969884566626135 - - 0.5774682764564304 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954284667894998 - - -0.03885970544128485 - - -0.08724729679550151 - - 0.04696021391468028 - - - -0.0374724062034819 - - -0.9991447110091275 - - 0.017483284468541794 - - 0.035036724705500635 - - - -0.08785207042766267 - - -0.014133992907288454 - - -0.9960332544478971 - - 0.5764242772685394 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994522836297829 - - -0.03107064263713254 - - 0.011390694154769072 - - -0.047236115712691734 - - - -0.03142920581380343 - - -0.9989682513016427 - - 0.032781670385330405 - - -0.023604482245219858 - - - 0.010360394255310625 - - -0.03312171579876963 - - -0.9993976256592872 - - 0.579419490598152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9975770686011481 - - -0.027611728563449678 - - -0.0638559679816902 - - 0.021391054314768954 - - - -0.024438647102518335 - - -0.9984527049132454 - - 0.04994946024955778 - - -0.030516373717892183 - - - -0.0651363548944738 - - -0.04826788266706919 - - -0.9967083157944953 - - 0.5781133400632706 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983263836939955 - - -0.032785505528796305 - - -0.04763971292619831 - - 0.06022909135364328 - - - -0.028744730287864673 - - -0.9961215436410783 - - 0.08316015136346086 - - -0.03284493322506204 - - - -0.050181391980964773 - - -0.08165158247907431 - - -0.9953968288966547 - - 0.5773988069931709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999774763779207 - - -0.019920196743457866 - - 0.007321712363425579 - - -0.036319558721674305 - - - -0.02004654726542264 - - -0.9996439673012729 - - 0.01760893468972501 - - 0.03735807987498976 - - - 0.006968332150951502 - - -0.017751743572780542 - - -0.9998181424374938 - - 0.5796866280277313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9945325854491674 - - -0.040615393520803386 - - -0.0962046063811117 - - 0.046989513914096226 - - - -0.037883212725118715 - - -0.9988299845358141 - - 0.030058679042988964 - - 0.035089628243053575 - - - -0.09731289058196638 - - -0.02624979621513856 - - -0.9949076085372182 - - 0.5768556079106988 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.99956655666838 - - -0.029309902566316368 - - -0.0027619561313273104 - - -0.047237983365392845 - - - -0.029066186853134002 - - -0.9974283818239533 - - 0.06551167769084662 - - -0.02356471018425895 - - - -0.00467499432481318 - - -0.06540300255801496 - - -0.9978479802477229 - - 0.579300611744213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9977244031599241 - - -0.02988634242703361 - - -0.060438579363743944 - - 0.021403967156731468 - - - -0.02738854737158607 - - -0.9987529428618196 - - 0.041742383709241666 - - -0.030527689740059732 - - - -0.061610736175181924 - - -0.039992069978800414 - - -0.9972987273263528 - - 0.5781118522646327 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990169526380538 - - -0.032539909837105266 - - -0.030104528057580113 - - 0.060224840670080736 - - - -0.0304252786075038 - - -0.99720647207371 - - 0.0682169661884817 - - -0.03284242840439228 - - - -0.03224020414687754 - - -0.06723396702633085 - - -0.9972162067046793 - - 0.5773233612811538 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9936303452569437 - - -0.03966272296083618 - - -0.1054779853424343 - - 0.04699317122878839 - - - -0.03791016187529125 - - -0.9991085981428395 - - 0.018569564982472305 - - 0.03508283322205514 - - - -0.10612048158181361 - - -0.014452595766193925 - - -0.9942482415697108 - - 0.5768704765839632 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998085828454095 - - -0.029757022109353888 - - -0.054214377007269984 - - 0.02142404975383247 - - - -0.027835068033187665 - - -0.9989688232980813 - - 0.03586779984938798 - - -0.03055351799630918 - - - -0.05522579131792314 - - -0.034290081855127816 - - -0.9978849143361568 - - 0.5781614361029771 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983806515754983 - - -0.03242466897423401 - - -0.04674093924596444 - - 0.060259467954090276 - - - -0.029201855812881827 - - -0.9972539580980524 - - 0.06805728965255899 - - -0.03286001496038385 - - - -0.048819321756526396 - - -0.06658215901936494 - - -0.9965859169803442 - - 0.5775330538667194 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9938416485737932 - - -0.03920691520681205 - - -0.10364166806883662 - - 0.046956109621870384 - - - -0.03875684543237237 - - -0.9992284716541512 - - 0.00635361061451354 - - 0.03505094474249883 - - - -0.10381081105673076 - - -0.0022976587378269442 - - -0.9945944079231839 - - 0.576626632245589 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975359398428604 - - -0.02673881947929621 - - -0.06486204016737905 - - 0.021405082226199766 - - - -0.024501955712861206 - - -0.9990854976143119 - - 0.035040299984548155 - - -0.030531895774792064 - - - -0.06573965993269264 - - -0.033364711741835064 - - -0.9972788442167604 - - 0.5782666659161326 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988376759908948 - - -0.03194860345943885 - - -0.036091325247208685 - - 0.0602532248613597 - - - -0.029714493720005602 - - -0.9977058857808314 - - 0.06082774318721734 - - -0.032848821829851785 - - - -0.03795188907119142 - - -0.0596846061834863 - - -0.9974955648526211 - - 0.577530184865562 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946646134551623 - - -0.04013184488436331 - - -0.09503547635630614 - - 0.046951565795178146 - - - -0.03770250603631547 - - -0.9989181498283396 - - 0.02722225159880302 - - 0.035054354513761224 - - - -0.0960251413884625 - - -0.02349393474291483 - - -0.9951016064963525 - - 0.5765181646419467 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980369948082234 - - -0.027574664632075644 - - -0.05622983962807289 - - 0.02142182489616888 - - - -0.026363546942217004 - - -0.9994065941716432 - - 0.022168060782621884 - - -0.03055116212802668 - - - -0.05680774935513429 - - -0.020642126747625947 - - -0.9981717198040322 - - 0.5783090203054773 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985278501981377 - - -0.03297743566761094 - - -0.0430653122068541 - - 0.060222767679422355 - - - -0.029493812629113506 - - -0.9964253163875616 - - 0.07916251561533275 - - -0.03283076214866006 - - - -0.04552194410703457 - - -0.0777758162846115 - - -0.9959310593640404 - - 0.5773783674341219 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9938300489969121 - - -0.04000594822881371 - - -0.10344736737640425 - - 0.04696267128579812 - - - -0.03821732663824722 - - -0.9990846795865518 - - 0.01921559158762805 - - 0.03507224602097254 - - - -0.10412141785156784 - - -0.015143550500146239 - - -0.9944492964565004 - - 0.5767232465846748 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970191850857737 - - -0.028796226071242985 - - -0.07157878131788603 - - 0.021399445456594356 - - - -0.02484123830724303 - - -0.9981472414753396 - - 0.05554275123302553 - - -0.030527250680885513 - - - -0.0730455847417395 - - -0.05359908300731332 - - -0.995887283205541 - - 0.578049396077738 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985466900756378 - - -0.03438291143354719 - - -0.04150088119957227 - - 0.06023078663178685 - - - -0.030710020239300275 - - -0.9958124202168791 - - 0.08610759779893389 - - -0.03284047791511767 - - - -0.0442877228573555 - - -0.08470796387090206 - - -0.9954210960497851 - - 0.5773553309014344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994611950584828 - - -0.03951138817721057 - - -0.09584319463662191 - - 0.046975338346452414 - - - -0.03781471910246858 - - -0.9990953569580572 - - 0.019455454866301 - - 0.03508048035265558 - - - -0.09652520278686288 - - -0.01572634443101964 - - -0.9952062938495682 - - 0.5767409936175925 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995202641321368 - - -0.030555240223526656 - - 0.005061510061826171 - - -0.0472402545527307 - - - -0.030801407147852945 - - -0.9977733556254786 - - 0.059157451953112755 - - -0.023579352010066838 - - - 0.0032426697234813253 - - -0.05928497363375672 - - -0.9982358323534122 - - 0.5793808880433634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9975128774087609 - - -0.026911183622267822 - - -0.06514482020654278 - - 0.02138403474445208 - - - -0.024098056722124398 - - -0.9987588291136859 - - 0.043589963634722985 - - -0.03053195589871673 - - - -0.06623702186777025 - - -0.04191168647892591 - - -0.9969233006959867 - - 0.5781048486712018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987200044554106 - - -0.03339151521514544 - - -0.03799157027843603 - - 0.060240231172483075 - - - -0.030848460055889006 - - -0.9973650460802271 - - 0.06566077496928362 - - -0.03283692145564694 - - - -0.040083977007837605 - - -0.0644047480316738 - - -0.9971185000882352 - - 0.5773489281382581 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960295107111896 - - -0.03878906988741766 - - -0.08012878290413054 - - 0.04698472525925991 - - - -0.03724974988210328 - - -0.9990932779745082 - - 0.02061742078615438 - - 0.035067425876583014 - - - -0.08085585894756793 - - -0.017550782416223838 - - -0.9965712719672536 - - 0.5768577572873865 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980600047901468 - - -0.026768082274270227 - - -0.056211178689386604 - - 0.021412426762055403 - - - -0.025585540535020424 - - -0.9994381074831703 - - 0.02165293111776107 - - -0.03055168672655933 - - - -0.05675920149035818 - - -0.020172731144234752 - - -0.9981840781961813 - - 0.5782054458981167 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984682889267733 - - -0.033061226325189264 - - -0.04436249904498148 - - 0.06022243182572476 - - - -0.02977818127652783 - - -0.996907153822578 - - 0.07272816907656772 - - -0.03283575694612359 - - - -0.04662977511744634 - - -0.0712957359962164 - - -0.9963646832868249 - - 0.5774448053714858 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9948733110485333 - - -0.03883681338489699 - - -0.09337449806791571 - - 0.04697066003596855 - - - -0.03763722878042096 - - -0.9991851783775312 - - 0.014574577880405757 - - 0.035065314746078234 - - - -0.09386444466920775 - - -0.01098550120697487 - - -0.9955243767935436 - - 0.5767163569072814 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9973518660054277 - - -0.02636584233577776 - - -0.06777977377814426 - - 0.02139672688265318 - - - -0.024426849523628905 - - -0.9992727785538903 - - 0.02927871348843685 - - -0.030531891238442174 - - - -0.06850244081667087 - - -0.02754553319710644 - - -0.9972706048024508 - - 0.578092631352405 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989797184572226 - - -0.031391275355007034 - - -0.03246705934812416 - - 0.060243377416870185 - - - -0.029577077219744945 - - -0.9980523530017157 - - 0.0549244678706706 - - -0.03284199179381244 - - - -0.034127974072097125 - - -0.05390814872841777 - - -0.9979625207824236 - - 0.577490484447404 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9917659334432978 - - -0.04008222374293444 - - -0.12162955480131324 - - 0.046921347886285644 - - - -0.03774546846228064 - - -0.9990570023707561 - - 0.021456598624280347 - - 0.03507104247153304 - - - -0.12237488660631027 - - -0.016688959038293375 - - -0.9923436228314828 - - 0.57647992247954 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978867247849617 - - -0.026695937137751907 - - -0.05924028560261634 - - 0.021414229992702625 - - - -0.024387890399677103 - - -0.9989279226569435 - - 0.039347631925385915 - - -0.03053515097635416 - - - -0.060227197343025125 - - -0.03781973395754537 - - -0.9974679706254149 - - 0.5782827697607593 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982353617585055 - - -0.03410225676370955 - - -0.04861274131837889 - - 0.060231063815929714 - - - -0.029594189429282935 - - -0.995446269744756 - - 0.09061406073714184 - - -0.03283405459312599 - - - -0.05148151597310741 - - -0.08901550502509514 - - -0.9946988958364427 - - 0.577410259967343 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935220688202173 - - -0.03988825980216405 - - -0.10640876607286832 - - 0.04696036900259537 - - - -0.038189959570306714 - - -0.9991092445818205 - - 0.017951166512577305 - - 0.03506488004614593 - - - -0.10703002268155272 - - -0.013771133617062942 - - -0.9941604146835094 - - 0.57660566116109 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978732863809082 - - -0.027436251812143056 - - -0.05912830467607334 - - 0.02140676075897949 - - - -0.025890993172839785 - - -0.9993069763662212 - - 0.026743662021608883 - - -0.030551342182007543 - - - -0.05982107320911122 - - -0.025155895378673333 - - -0.9978920884182864 - - 0.5781763415096248 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976898093595544 - - -0.032729430714329745 - - -0.059530065220961145 - - 0.060216296519117266 - - - -0.028443084049307194 - - -0.9970365827592254 - - 0.07147757417240026 - - -0.03284436947988972 - - - -0.061693073110844834 - - -0.06961922870100488 - - -0.9956641641262468 - - 0.5772961865262041 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949721982315989 - - -0.040694436813646026 - - -0.09151113352264821 - - 0.04697223861593762 - - - -0.03827924761281004 - - -0.9988748540707096 - - 0.027995090773485585 - - 0.035084447034109005 - - - -0.09254741459585435 - - -0.024351359667145734 - - -0.995410461736255 - - 0.5767298141142331 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979334932085288 - - -0.027861087445284247 - - -0.05790080257638377 - - 0.021411206116957963 - - - -0.024482003258636607 - - -0.9980005305456591 - - 0.05827154148490199 - - -0.030502581890228815 - - - -0.05940854020313285 - - -0.056733595311321244 - - -0.9966202509050193 - - 0.5781260283669535 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979498488305054 - - -0.03401479675625292 - - -0.054213400749280945 - - 0.06023532821162189 - - - -0.029647976827539085 - - -0.9964009098463941 - - 0.07941173922860269 - - -0.032834353472092945 - - - -0.056719456002372194 - - -0.07764161550939479 - - -0.9953666072618098 - - 0.5773978581752345 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9941404861796657 - - -0.038182186270958006 - - -0.10112771326410892 - - 0.04695379612143797 - - - -0.03815064832479057 - - -0.9992694736741565 - - 0.0022465563365277894 - - 0.035032296120838864 - - - -0.1011396152398066 - - 0.0016246952160035321 - - -0.9948709155436195 - - 0.5764940897705213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986602755438088 - - -0.027729189459994696 - - -0.0436891989243993 - - 0.021394411246395854 - - - -0.02595073614158016 - - -0.9988318556573015 - - 0.040761298039953764 - - -0.03053803536749884 - - - -0.04476844138982392 - - -0.039572922258579446 - - -0.9982132890717508 - - 0.5780894293803608 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980793273622387 - - -0.032798205368534825 - - -0.05255410561264036 - - 0.060253692644761166 - - - -0.029206575599669923 - - -0.9972774683401404 - - 0.0677098743376505 - - -0.03283160886169588 - - - -0.0546317877602583 - - -0.06604490037605529 - - -0.9963199480590733 - - 0.5774857868796857 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950969954992421 - - -0.04019871055922777 - - -0.0903661065762854 - - 0.046980145525109485 - - - -0.037843970975378845 - - -0.9989018110824486 - - 0.027622557394619468 - - 0.0350624398190272 - - - -0.091377258709133 - - -0.02406731155696027 - - -0.9955254698425473 - - 0.5766406149166523 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975499023238181 - - -0.026544230585929147 - - -0.06472709012725614 - - 0.021404698889032677 - - - -0.024977524409452403 - - -0.9993779831782428 - - 0.024895180516782158 - - -0.030571808390771442 - - - -0.06534765220048938 - - -0.0232174624192435 - - -0.9975924186714207 - - 0.5782950981151076 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982164508944595 - - -0.03422932726857959 - - -0.04891084049992996 - - 0.06021476752546065 - - - -0.029967411923152196 - - -0.9958994482875563 - - 0.08535949345661502 - - -0.03284824491007469 - - - -0.05163207710616755 - - -0.08374151930364208 - - -0.9951489770674646 - - 0.5772947280499592 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9942498381254867 - - -0.039781032246470234 - - -0.09942197373241293 - - 0.04697260245800795 - - - -0.03888348056961729 - - -0.9991837535039171 - - 0.010949962219831445 - - 0.03506010036614858 - - - -0.09977642169488493 - - -0.0070211257807303315 - - -0.9949851101732808 - - 0.57659898498062 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995588581068794 - - -0.029284296984891444 - - 0.004951679530412549 - - -0.047254403616125956 - - - -0.02954746783335378 - - -0.997382259821561 - - 0.06599677975381343 - - -0.023561319462041954 - - - 0.00300604802159789 - - -0.06611397540109892 - - -0.997807549546482 - - 0.5793729391505349 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9972064781830164 - - -0.028346345869273294 - - -0.0691066172351454 - - 0.021398240543898783 - - - -0.024833682279227026 - - -0.9983811762588256 - - 0.051169474459853086 - - -0.030537416116628954 - - - -0.07044521342348085 - - -0.049310359640776145 - - -0.9962961208083754 - - 0.5781552105286736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978038240944328 - - -0.034004245709736244 - - -0.056843996131851725 - - 0.06022047087922484 - - - -0.029530323373021583 - - -0.9965336819976295 - - 0.0777726214405293 - - -0.03282566844635445 - - - -0.05929155609368728 - - -0.07592319749562043 - - -0.9953492751080044 - - 0.5773433710072202 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932668918407395 - - -0.03953211033870996 - - -0.10889487510991891 - - 0.04693940154928646 - - - -0.03823522590649045 - - -0.9991710718056982 - - 0.013972715073742382 - - 0.035047617354749074 - - - -0.10935697999175187 - - -0.009715015121985532 - - -0.993955064078987 - - 0.5765968237955885 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998477444006393 - - -0.02870806502435576 - - -0.04710245018061761 - - 0.021407254951207 - - - -0.027059655929666943 - - -0.9990114673778924 - - 0.03526844295456379 - - -0.03054867587288934 - - - -0.04806837662568024 - - -0.03394016868002634 - - -0.9982672468425197 - - 0.5782203961667982 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983916278122758 - - -0.03306238785481419 - - -0.04605470685708544 - - 0.060243095856153075 - - - -0.029786044725510972 - - -0.9970954991989338 - - 0.07009534233341697 - - -0.03284475814200042 - - - -0.04823846031916957 - - -0.06861081537605346 - - -0.996476596292893 - - 0.5775366723106607 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943561525664442 - - -0.039605376024557444 - - -0.09842385911562158 - - 0.046963982205345325 - - - -0.03723259781299557 - - -0.9989727603007655 - - 0.025829398699266367 - - 0.035084005340645735 - - - -0.09934573726815878 - - -0.022019045552052346 - - -0.9948093214881047 - - 0.5766837472382947 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9977827950096988 - - -0.027573141017077665 - - -0.060574052836885696 - - 0.021404407641260757 - - - -0.026491104124750583 - - -0.9994761008678815 - - 0.018594224807368238 - - -0.030543089932622645 - - - -0.06105501932589239 - - -0.016948324058374476 - - -0.9979905004190803 - - 0.5782575819579052 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983890729462409 - - -0.03234098950547947 - - -0.046618874067830295 - - 0.06023010964635857 - - - -0.029278089746520405 - - -0.9974589334811191 - - 0.06494974580013922 - - -0.032837793693162635 - - - -0.04860095145509447 - - -0.06348020491865532 - - -0.9967989822933934 - - 0.5774618531343322 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946075470064539 - - -0.0410385247478261 - - -0.09524529869934123 - - 0.046974476851018646 - - - -0.037731357107143024 - - -0.9986295364341924 - - 0.03626835607087593 - - 0.035085308672621086 - - - -0.0966031683158369 - - -0.0324790462876092 - - -0.9947929128334148 - - 0.5767157053312707 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978202307121785 - - -0.02877288316944748 - - -0.05938777968245667 - - 0.021399292794391664 - - - -0.024740516635190644 - - -0.9974089822108065 - - 0.06755167682468056 - - -0.030524737232048904 - - - -0.061177561394015555 - - -0.06593514540303642 - - -0.9959467167386823 - - 0.5781855337732635 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990726035515324 - - -0.030713918016276313 - - -0.03017595189637055 - - 0.06024860862563225 - - - -0.029223747321451672 - - -0.9983887219121206 - - 0.04864085269785494 - - -0.03284839275161194 - - - -0.03162128120830271 - - -0.04771388895040869 - - -0.9983603955365886 - - 0.5775693449899921 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9930867282962131 - - -0.03988464779690911 - - -0.11039911662708057 - - 0.04694329603412073 - - - -0.03765440967532833 - - -0.9990438821444886 - - 0.022214116720487006 - - 0.03505003144943024 - - - -0.1111795642819568 - - -0.0179035309306682 - - -0.9936390532111188 - - 0.5764554910424874 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981086820943925 - - -0.030306220395229667 - - -0.05348449993363217 - - 0.02142047444575807 - - - -0.026541929070559866 - - -0.9972120565811156 - - 0.06973980363089576 - - -0.03050760314123417 - - - -0.055448938033187824 - - -0.06818832168794227 - - -0.9961303971149429 - - 0.5780319458680169 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989004570419949 - - -0.03151761389898619 - - -0.03470615126181413 - - 0.06024008359100791 - - - -0.029396160314930288 - - -0.997763827892744 - - 0.06002673993778601 - - -0.032833335342263514 - - - -0.036520441947386226 - - -0.05894051037218892 - - -0.9975932405329511 - - 0.5773796883831798 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9942086467646838 - - -0.04042322969466272 - - -0.09957474177415093 - - 0.04697234610141367 - - - -0.03838610381081761 - - -0.9990143303771399 - - 0.02229068718859927 - - 0.03507594313279539 - - - -0.10037765554425662 - - -0.018339307570554242 - - -0.9947803757942109 - - 0.5767143791523506 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978464544938026 - - -0.0273062558075138 - - -0.05963909496229984 - - 0.021414726531640053 - - - -0.024827705509478104 - - -0.9988127760304634 - - 0.041912092258139196 - - -0.030543415334512818 - - - -0.06071275231186797 - - -0.04034113077362556 - - -0.9973397389428659 - - 0.5781672362224733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974110325141646 - - -0.03186319175270443 - - -0.06446680719842061 - - 0.06022323315413555 - - - -0.027634545218639586 - - -0.9974728021814402 - - 0.06545487620387891 - - -0.03284293464335317 - - - -0.06638948809553295 - - -0.06350390475897161 - - -0.9957709023418877 - - 0.5773712882022592 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952456685802155 - - -0.03886060933674836 - - -0.08930796277094537 - - 0.046984087527456773 - - - -0.037628115439626734 - - -0.9991724684314492 - - 0.015443550662572546 - - 0.035050961633871336 - - - -0.08983420340149993 - - -0.012009636571601423 - - -0.9958843228651793 - - 0.5765808886895627 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9973208780592178 - - -0.030330260828949372 - - -0.0665668195517761 - - 0.02137725184632649 - - - -0.028193947012183106 - - -0.9990641569066175 - - 0.03280109352360262 - - -0.030523516370711223 - - - -0.06749938917549575 - - -0.03083643401104956 - - -0.997242671970277 - - 0.5782254070448566 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985166272962235 - - -0.03431198587498972 - - -0.042275674309100626 - - 0.060232109315418204 - - - -0.030858027636136338 - - -0.9963325852619237 - - 0.07980702773377862 - - -0.03283473054254569 - - - -0.04485896948640362 - - -0.07838410024110229 - - -0.9959134529094442 - - 0.5773530177275075 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9945359113701133 - - -0.03906388145835437 - - -0.09681081634107712 - - 0.04697501564383093 - - - -0.037345145812905815 - - -0.9991120910748982 - - 0.019503065199019433 - - 0.035065617222846 - - - -0.09748672258021053 - - -0.01578108466969356 - - -0.9951117004071538 - - 0.5767739549288342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979458170873116 - - -0.027051166381755587 - - -0.05807220122678833 - - 0.021397224411444375 - - - -0.023430186666347975 - - -0.9977915689197361 - - 0.062153128203428276 - - -0.030511782929958833 - - - -0.059625267384877265 - - -0.06066481179463329 - - -0.9963757364063036 - - 0.5779968317191714 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987299914329827 - - -0.03328870997463728 - - -0.03781885773656933 - - 0.06024091398336984 - - - -0.030468672532292802 - - -0.9968779714736792 - - 0.07284208937588005 - - -0.032848951494957326 - - - -0.04012560537106315 - - -0.07159728890641234 - - -0.9966261907128764 - - 0.5775129102866425 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9939544761004655 - - -0.0402916191335456 - - -0.10213268266057879 - - 0.0469728639754652 - - - -0.03863379879574249 - - -0.9990884201357985 - - 0.01815924946589315 - - 0.03506698799853852 - - - -0.10277124612681932 - - -0.014103693776871266 - - -0.9946050255208795 - - 0.576665914888736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974711129557342 - - -0.027625427761582253 - - -0.06548446044550242 - - 0.02140253832136866 - - - -0.024628372324184047 - - -0.9986312834117702 - - 0.046141121226318256 - - -0.03052385705731602 - - - -0.06666949898949547 - - -0.04441165986934099 - - -0.9967862270176788 - - 0.5781321988394027 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983681676123697 - - -0.033147925877525554 - - -0.04649964417431007 - - 0.06023948352836045 - - - -0.029586486571067973 - - -0.9967224659567039 - - 0.0752925339563448 - - -0.032853850008583235 - - - -0.048843031342243604 - - -0.07379390806296543 - - -0.9960767126191111 - - 0.5773673208724054 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9928739958708903 - - -0.03900292315924419 - - -0.11260550745148058 - - 0.046965430294945806 - - - -0.03824203399892918 - - -0.999228781408916 - - 0.008910063954751121 - - 0.035063383312108704 - - - -0.11286618253044665 - - -0.00454030715779274 - - -0.9935998241001842 - - 0.5766764920228118 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9973817119813179 - - -0.026884760146863446 - - -0.06713367468760531 - - 0.021392633658281538 - - - -0.023878992650167685 - - -0.998693385221072 - - 0.0451809254629418 - - -0.03053962312250121 - - - -0.06826063518037928 - - -0.04345954426268513 - - -0.996720499286159 - - 0.5781565239670599 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979808664327793 - - -0.03359008252876302 - - -0.05390636873125417 - - 0.060208696157756675 - - - -0.02867270133744608 - - -0.9955708813722206 - - 0.08953488907545593 - - -0.03282006779868059 - - - -0.05667509534259881 - - -0.08780846496466879 - - -0.9945238091913419 - - 0.5772331740347779 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996566812520348 - - -0.02094700131224855 - - -0.015739846384016477 - - -0.03637159177744417 - - - -0.020564796459343098 - - -0.9994988742530924 - - 0.024064278783850715 - - 0.03737996032033837 - - - -0.016236033221004708 - - -0.02373233032859933 - - -0.999586498369411 - - 0.5798045071630175 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9933535325371459 - - -0.03848073112129229 - - -0.10848037946257541 - - 0.04695231579246015 - - - -0.0381680370567254 - - -0.9992590342512572 - - 0.004958166443577994 - - 0.03503405160608005 - - - -0.1085907930867529 - - -0.0007847290083801265 - - -0.9940862255645505 - - 0.576583288802298 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9978003523842395 - - -0.028624166973298455 - - -0.05979225574413564 - - 0.02141020942204761 - - - -0.026974716788214267 - - -0.9992378811054493 - - 0.02821385507315482 - - -0.030549074801574164 - - - -0.06055428503485961 - - -0.02653891536928521 - - -0.9978120386801015 - - 0.5782583110372775 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983518244448099 - - -0.033569582945109505 - - -0.046548015302599076 - - 0.06021657343175536 - - - -0.030178761153926717 - - -0.996967617036329 - - 0.07172735152031044 - - -0.03284328347249986 - - - -0.04881472117029686 - - -0.07020437081688967 - - -0.9963375278063509 - - 0.5773499485930761 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9940877370082322 - - -0.03958464892593316 - - -0.10110700618286747 - - 0.04696647898366959 - - - -0.03833307395078788 - - -0.9991627997694706 - - 0.014292480481573803 - - 0.03506244455954481 - - - -0.1015881221961269 - - -0.010332237233211404 - - -0.9947728878002363 - - 0.5767555633863742 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972330556918778 - - -0.026484106386195326 - - -0.0694609584181272 - - 0.02140185182748879 - - - -0.02384731703881318 - - -0.9989732608508176 - - 0.038519210468748705 - - -0.030539816385399248 - - - -0.07040978700074614 - - -0.036756172461371944 - - -0.9968407323542215 - - 0.5782118762057509 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984155033654413 - - -0.03322887118153851 - - -0.04541282593643712 - - 0.06022412520006286 - - - -0.029802316301702273 - - -0.9968014689987633 - - 0.07415290516871724 - - -0.032842451679198914 - - - -0.0477315889384138 - - -0.07268200273732282 - - -0.9962123377551124 - - 0.5773409145608047 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951308705394816 - - -0.03982287888260384 - - -0.0901592414388843 - - 0.046966169993850046 - - - -0.03785915605957585 - - -0.9990093601115408 - - 0.023387661533099662 - - 0.03506036318894469 - - - -0.09100129011058165 - - -0.01986043118946851 - - -0.9956527147912461 - - 0.5766051320599587 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981459675868534 - - -0.02973050978090852 - - -0.053110490284608805 - - 0.021404684268947278 - - - -0.02608252736530181 - - -0.997337057550426 - - 0.06810650044524122 - - -0.030524443706222735 - - - -0.05499390108314289 - - -0.06659497296963685 - - -0.9962634091538402 - - 0.5781486878394922 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984646788849972 - - -0.032792031726429284 - - -0.044642666523543054 - - 0.06024426064063042 - - - -0.029937142423861564 - - -0.9975529147529806 - - 0.063181878504253 - - -0.03285197711082442 - - - -0.04660528427735254 - - -0.06174840016620361 - - -0.9970030504237897 - - 0.5773938837191264 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9938846646822831 - - -0.03986004974240306 - - -0.10297790900925703 - - 0.04695609590998855 - - - -0.03848845919719316 - - -0.9991423204249205 - - 0.015272918664486448 - - 0.035062623282513986 - - - -0.10349836625769347 - - -0.011216058596457839 - - -0.9945663820035089 - - 0.5765536348290909 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994825307915802 - - -0.02943426282327536 - - 0.01297284912840306 - - -0.04726182937893772 - - - -0.030223533208781794 - - -0.9973912234143786 - - 0.06555368407913596 - - -0.023566513251824923 - - - 0.011009481497128833 - - -0.06591184740257135 - - -0.9977647115874287 - - 0.5794012598024344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9973233604276576 - - -0.027118367986681078 - - -0.06790220072297767 - - 0.021374794835580538 - - - -0.025789969400271503 - - -0.999459939739626 - - 0.0203643397633225 - - -0.030528402323557476 - - - -0.06841777710228283 - - -0.01855863608679068 - - -0.9974841275945098 - - 0.5781938428737272 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983134198881923 - - -0.03263679250661175 - - -0.048012034387454744 - - 0.06023564346177377 - - - -0.029014194182105373 - - -0.9968133970542026 - - 0.07430496611414689 - - -0.032849981482346136 - - - -0.05028411485852016 - - -0.07278661434729469 - - -0.9960791216388155 - - 0.577469217766055 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9926211661150567 - - -0.04030485853689908 - - -0.11436231441653168 - - 0.04692938530063161 - - - -0.03796958293445572 - - -0.9990249652273879 - - 0.022526198618503884 - - 0.03504829372026956 - - - -0.11515872243199203 - - -0.018017692159023907 - - -0.993183684630942 - - 0.576513017775178 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974139668985591 - - -0.0271794596776678 - - -0.0665331166210499 - - 0.021414108188019552 - - - -0.026280647220307124 - - -0.9995516368366003 - - 0.014347573974568388 - - -0.030552439395241802 - - - -0.06689324493072495 - - -0.012561937306959417 - - -0.9976810570085687 - - 0.5782209754498149 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988285654467878 - - -0.03128701088146803 - - -0.03691368035857361 - - 0.060230962939872 - - - -0.029245734053949868 - - -0.9980799544625494 - - 0.05459937307041626 - - -0.032831962069442874 - - - -0.03855105559070567 - - -0.0534558457994985 - - -0.9978257807166059 - - 0.5774196392546973 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997936951020057 - - -0.02025040716923981 - - 0.0015774167990371126 - - -0.036315908966719025 - - - -0.020277914841160687 - - -0.99959447314595 - - 0.019992384194115632 - - 0.03735775704249367 - - - 0.0011719231939503578 - - -0.02002024639085369 - - -0.9997988879422085 - - 0.5797255172638536 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9946148739832216 - - -0.038741834745154344 - - -0.09612659721387928 - - 0.046986756662484544 - - - -0.03834717116417784 - - -0.9992467602672868 - - 0.005950341085741935 - - 0.03504977691236185 - - - -0.0962847179725084 - - -0.0022321146723617907 - - -0.9953513303095766 - - 0.576785555381522 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976528138599258 - - -0.02864213344441566 - - -0.062197195990853396 - - 0.021409539138521512 - - - -0.025502291084496993 - - -0.9983881611743423 - - 0.050702196957893644 - - -0.03049856526172231 - - - -0.06354916322670133 - - -0.04899701846712451 - - -0.9967751983444002 - - 0.5781449910142991 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987390974378245 - - -0.032388521501228146 - - -0.03835621102304437 - - 0.060229339685735114 - - - -0.02932053963150064 - - -0.9965211022382047 - - 0.07801281144576495 - - -0.032819620730264426 - - - -0.04074949330724774 - - -0.0767898200865151 - - -0.996214235155413 - - 0.5773890343409216 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946371394597375 - - -0.03969981596957234 - - -0.09550332674484548 - - 0.04698298948950623 - - - -0.0377277726138943 - - -0.9990376924982113 - - 0.022367479550540668 - - 0.03506603637139445 - - - -0.09629940799893276 - - -0.018644398081773966 - - -0.9951777783085912 - - 0.57688375710865 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969258904893336 - - -0.030082716001618583 - - -0.07234500031111529 - - 0.021413279266303095 - - - -0.026607286857427796 - - -0.9984671318832765 - - 0.04853286345220253 - - -0.030519875802265322 - - - -0.07369410531471199 - - -0.04645876393910569 - - -0.9961981540311718 - - 0.5781600976796948 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983512303425962 - - -0.031691114327203625 - - -0.04785910724328786 - - 0.060207271427709055 - - - -0.028359455375377856 - - -0.9972302823846254 - - 0.06875685555559098 - - -0.032847657093967766 - - - -0.049905532401091274 - - -0.06728623312224098 - - -0.9964848220961438 - - 0.5773151969139932 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946371394597375 - - -0.03969981596957234 - - -0.09550332674484548 - - 0.04698298948950623 - - - -0.0377277726138943 - - -0.9990376924982113 - - 0.022367479550540668 - - 0.03506603637139445 - - - -0.09629940799893276 - - -0.018644398081773966 - - -0.9951777783085912 - - 0.57688375710865 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969258904893336 - - -0.030082716001618583 - - -0.07234500031111529 - - 0.021413279266303095 - - - -0.026607286857427796 - - -0.9984671318832765 - - 0.04853286345220253 - - -0.030519875802265322 - - - -0.07369410531471199 - - -0.04645876393910569 - - -0.9961981540311718 - - 0.5781600976796948 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983512303425962 - - -0.031691114327203625 - - -0.04785910724328786 - - 0.060207271427709055 - - - -0.028359455375377856 - - -0.9972302823846254 - - 0.06875685555559098 - - -0.032847657093967766 - - - -0.049905532401091274 - - -0.06728623312224098 - - -0.9964848220961438 - - 0.5773151969139932 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993123914016946 - - -0.03945827126577453 - - -0.1102176766057891 - - 0.04696034939758584 - - - -0.03835266416453856 - - -0.9991905915674036 - - 0.012134037854887064 - - 0.03504333098473148 - - - -0.11060725364615051 - - -0.007823461631417682 - - -0.993833400972697 - - 0.5767459769472376 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9977139093146691 - - -0.02903541179223079 - - -0.06102376604320587 - - 0.021401667325310264 - - - -0.026261759995928547 - - -0.9986066128422441 - - 0.045772838558016976 - - -0.030543699074288555 - - - -0.06226776952771464 - - -0.04406560620027397 - - -0.997086228582186 - - 0.5780700179707433 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974814488752581 - - -0.03349180069102948 - - -0.06252246345265235 - - 0.06023706386487328 - - - -0.027723846294043685 - - -0.9954700025191585 - - 0.09094428201471308 - - -0.0328403000645125 - - - -0.06528512461794135 - - -0.08898187102426977 - - -0.993891381959136 - - 0.5774232704884845 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9920784479751156 - - -0.0387111576961411 - - -0.11950648238949413 - - 0.046932697053606344 - - - -0.03871672556371028 - - -0.9992476343326694 - - 0.002276058476369706 - - 0.03503880750782133 - - - -0.11950467867372522 - - 0.002368871121020956 - - -0.9928308114803355 - - 0.5765077857749963 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.996531238315952 - - -0.027374032514723017 - - -0.07858850682102377 - - 0.0213958924766447 - - - -0.02416083390750824 - - -0.9988442490612738 - - 0.04155021326195543 - - -0.030544742610423874 - - - -0.07963507496931872 - - -0.03950732161388651 - - -0.9960408758547654 - - 0.5781273603201638 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982672914650469 - - -0.03158928970121226 - - -0.04964404865854654 - - 0.06022389560195822 - - - -0.028370571307182887 - - -0.9975301811023418 - - 0.06425455994427705 - - -0.03285954595193235 - - - -0.051551192757717086 - - -0.06273479549740739 - - -0.9966979582396839 - - 0.5773635207657253 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9942193330899448 - - -0.040171020982206804 - - -0.09957010988962825 - - 0.04696991440355309 - - - -0.03802501664185566 - - -0.9990037464668992 - - 0.02335835299170946 - - 0.03508473810869772 - - - -0.10040924170399926 - - -0.019437171047912382 - - -0.9947563423080454 - - 0.5768354174350101 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9972029603049759 - - -0.026788906846652853 - - -0.06977542854726027 - - 0.021400988001110684 - - - -0.0243678677632988 - - -0.9990789009641182 - - 0.035320768239109235 - - -0.03051692040523979 - - - -0.07065736323740682 - - -0.03352169623231856 - - -0.9969372261592232 - - 0.578253675160217 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990045712750881 - - -0.03300047141984592 - - -0.030013921062487195 - - 0.06022574524789543 - - - -0.030615442117818643 - - -0.9965823900176347 - - 0.07672180010055571 - - -0.03283039697704007 - - - -0.03244320075775163 - - -0.07572653955389133 - - -0.9966006873024849 - - 0.5773291088797016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9942155477960632 - - -0.04008529913732406 - - -0.09964242727696346 - - 0.04697003272130611 - - - -0.03823022390295787 - - -0.9990595113624584 - - 0.020458317050439958 - - 0.035063149019990275 - - - -0.10036879246510547 - - -0.016530624588256198 - - -0.9948129693313309 - - 0.5766661121145435 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974482644647176 - - -0.0263141148369362 - - -0.06636661115855916 - - 0.02139167293946075 - - - -0.02469970591957997 - - -0.9993815186801648 - - 0.025030074870311884 - - -0.030534864247115018 - - - -0.06698420891381132 - - -0.023326968960319 - - -0.9974813122436504 - - 0.578213147923196 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983567643400888 - - -0.034003303689663734 - - -0.046125333977945736 - - 0.060215607970206836 - - - -0.030400747091135154 - - -0.9965925828994551 - - 0.07667475651147568 - - -0.032831152753610524 - - - -0.04857536075717165 - - -0.07514651720460333 - - -0.9959886722645641 - - 0.5773101118961813 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9941482003138185 - - -0.03947950797872285 - - -0.10055209725587037 - - 0.04695890191236683 - - - -0.03842884209741057 - - -0.9991848289365539 - - 0.012365343427605965 - - 0.03506036572162313 - - - -0.10095830777032834 - - -0.008428883246807458 - - -0.9948549512463434 - - 0.5764896885666747 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975229943340306 - - -0.027507850989053024 - - -0.06473943086584595 - - 0.021402775666839437 - - - -0.024807431681631725 - - -0.998803152468344 - - 0.04215274549373767 - - -0.030545286519286643 - - - -0.06582147907963455 - - -0.04044231389600132 - - -0.9970115105346111 - - 0.5780919801251703 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984843458898983 - - -0.030992236134081204 - - -0.045480680648285976 - - 0.06024040653257549 - - - -0.028870201639851857 - - -0.9984965536901461 - - 0.04659553332859383 - - -0.03284702957662283 - - - -0.04685640265850888 - - -0.045211874195958235 - - -0.9978779303910841 - - 0.5774404256979239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994326068043784 - - -0.03918924634258385 - - -0.09889324233580653 - - 0.04695338571208867 - - - -0.037818391952463185 - - -0.9991612972167006 - - 0.01569940681586265 - - 0.03506888834757091 - - - -0.09942554821934928 - - -0.011870346049731036 - - -0.9949741982815139 - - 0.5766802650236482 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995092197420521 - - -0.03132107390274363 - - -0.0005567586668982421 - - -0.04726567166726146 - - - -0.0312823542230879 - - -0.9988963809248691 - - 0.03503476115887472 - - -0.02357618429429071 - - - -0.0016534705608352964 - - -0.03500015006792133 - - -0.9993859392298486 - - 0.5793186043661991 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9971656503014602 - - -0.024839113299306007 - - -0.07101890107126621 - - 0.02140534102914759 - - - -0.022871861674652792 - - -0.9993354835750851 - - 0.028380789476107216 - - -0.03052590676033154 - - - -0.07167666149034571 - - -0.026676013912423437 - - -0.9970711341119767 - - 0.5781803498110407 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99891306161494 - - -0.03417519578451206 - - -0.03169781267149553 - - 0.06025731559804525 - - - -0.03180263171949958 - - -0.9968574727946847 - - 0.07255185420862054 - - -0.03283438213583838 - - - -0.03407767525493534 - - -0.07146492095066864 - - -0.996860811308547 - - 0.577419717036751 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943718787860892 - - -0.03912544931960684 - - -0.09845692405799611 - - 0.04695449334445966 - - - -0.03821442634195068 - - -0.9992076587118682 - - 0.011122607198971766 - - 0.03505363044930966 - - - -0.09881408957622775 - - -0.007297532945171912 - - -0.9950791534918897 - - 0.5766595766772528 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979918181712027 - - -0.02854527632644303 - - -0.05654642396106194 - - 0.021419811888103893 - - - -0.026840553217813392 - - -0.9991687872979321 - - 0.03068092554897184 - - -0.030509576837181605 - - - -0.05737521735295541 - - -0.02910157537018979 - - -0.9979284457037361 - - 0.5781071405487085 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978392687221682 - - -0.03394346785261875 - - -0.05625508675797057 - - 0.060222407360826055 - - - -0.029008437889187035 - - -0.9958439730684219 - - 0.08633244948760409 - - -0.03283973224909321 - - - -0.0589517118261865 - - -0.08451403607353498 - - -0.994676868826919 - - 0.5773299561310594 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935767370152502 - - -0.0390073381371307 - - -0.10622473927284552 - - 0.046971384436497295 - - - -0.037775727877426155 - - -0.9991939284408524 - - 0.013582626780803455 - - 0.03507347533359341 - - - -0.1066689366472691 - - -0.009482665152345091 - - -0.9942493736564024 - - 0.576726524192712 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976926580885006 - - -0.02891373056780504 - - -0.061427649970957565 - - 0.02141313833730103 - - - -0.02599293564434148 - - -0.9985173728019906 - - 0.047827016519953525 - - -0.030523720908931386 - - - -0.06271943313592071 - - -0.046119978287756824 - - -0.9969650045562511 - - 0.5781092837248833 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985841691346865 - - -0.03267296532324067 - - -0.04197778567973775 - - 0.060231126279484216 - - - -0.029894665143218462 - - -0.9974250298951128 - - 0.06518909981513651 - - -0.03284721409682599 - - - -0.0439996153342563 - - -0.06384189122918668 - - -0.9969895921095254 - - 0.5773682327444023 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993976440123183 - - -0.03811243028031987 - - -0.1027534872311995 - - 0.046969179320682945 - - - -0.038386101972648565 - - -0.9992627461149236 - - -0.0006865873641252371 - - 0.03504477540987758 - - - -0.10265156431048651 - - 0.004626757502928829 - - -0.9947066147661935 - - 0.5766103010429849 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964616293222691 - - -0.029284367302337373 - - -0.07878227668778426 - - 0.02136399147063614 - - - -0.02685150822101048 - - -0.9991346128320753 - - 0.03176510581056563 - - -0.030535811236095042 - - - -0.07964432054243295 - - -0.02953728614143854 - - -0.9963856336442901 - - 0.578010926372505 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979177735400756 - - -0.033923207944360316 - - -0.05485738979920679 - - 0.06023100862108611 - - - -0.029159494890727493 - - -0.995918176234637 - - 0.08542078261870634 - - -0.03282907417032741 - - - -0.05753121857336298 - - -0.08364330342734161 - - -0.9948336326648922 - - 0.5772861067129564 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9944191745629085 - - -0.03923793994422872 - - -0.09793308598505793 - - 0.046973017303612113 - - - -0.038033986286121924 - - -0.999176524751032 - - 0.014131110134658195 - - 0.03506963232521228 - - - -0.09840691616350317 - - -0.01032746122645106 - - -0.9950926702552914 - - 0.5767940008846884 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974451952685642 - - -0.027230947867126227 - - -0.06604209198620035 - - 0.021387315135094332 - - - -0.02363609695726974 - - -0.9982276279832659 - - 0.05461627643413288 - - -0.030504940404529876 - - - -0.06741229380671183 - - -0.0529157652232388 - - -0.9963209846402701 - - 0.5780638971904867 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985153064804354 - - -0.0318910431280308 - - -0.044160435827652944 - - 0.06023093734633922 - - - -0.0292699966299847 - - -0.9978418569948245 - - 0.05877836103873827 - - -0.032814934758271685 - - - -0.045939634538847376 - - -0.057398517379159374 - - -0.9972938183810782 - - 0.5773069032613966 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994307751922413 - - -0.041285505760159 - - -0.09822220462362354 - - 0.04698513718973909 - - - -0.038289123224568795 - - -0.9987478064425921 - - 0.03219879141839055 - - 0.03511102591897165 - - - -0.09942855480037353 - - -0.02825466581361586 - - -0.9946434719788144 - - 0.5768245962328112 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984759776042892 - - -0.027481422031182184 - - -0.047859101436435104 - - 0.0214124562246229 - - - -0.02553443959402311 - - -0.998839840568421 - - 0.04082848623045854 - - -0.030535696311630375 - - - -0.04892560210951027 - - -0.03954420736840747 - - -0.9980193089924796 - - 0.5780700169064572 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983261443278945 - - -0.032310815138313895 - - -0.04796791403112817 - - 0.06022894120935687 - - - -0.029092439514030913 - - -0.997372871680758 - - 0.06633991858904331 - - -0.03284613739279681 - - - -0.04998539301158339 - - -0.06483337150246118 - - -0.9966434138773514 - - 0.5773642761257918 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9918246803798806 - - -0.03814239634398966 - - -0.12177422137088731 - - 0.04694978110092546 - - - -0.03936099750021497 - - -0.9991960281874166 - - -0.00761637251446224 - - 0.035043423992152364 - - - -0.12138581163025575 - - 0.012347261057780737 - - -0.9925286040609785 - - 0.5765385332086905 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9964518958868199 - - -0.02986608077951632 - - -0.07868695191982918 - - 0.021350521163213447 - - - -0.026334856917770846 - - -0.9986153877145967 - - 0.045538804669701234 - - -0.03052187934444878 - - - -0.07993806661836798 - - -0.04330501862943915 - - -0.9958587153139847 - - 0.5780923127857864 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986575328173195 - - -0.03324787307387675 - - -0.03972041141891657 - - 0.06023049059649256 - - - -0.03011166708961151 - - -0.9965683723908194 - - 0.0771023129056378 - - -0.0328289451788718 - - - -0.04214759367163235 - - -0.07580275777554438 - - -0.9962316609410256 - - 0.5773974190890636 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9933550356308019 - - -0.03889533042292661 - - -0.10831863393811628 - - 0.04694363518802406 - - - -0.038431217100674465 - - -0.9992409457717903 - - 0.006369760219927497 - - 0.035053104552467476 - - - -0.10848416814950052 - - -0.002164616453301512 - - -0.994095820178579 - - 0.5766108655202231 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999182116621691 - - -0.02907218082308166 - - 0.028105268644641104 - - -0.047269422201747804 - - - -0.030823108620715037 - - -0.9974727408979503 - - 0.06401614749799939 - - -0.02355661893441006 - - - 0.026173150332984483 - - -0.06483008150326555 - - -0.9975530195102046 - - 0.5794738890191763 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9972654733898098 - - -0.028059711941814537 - - -0.06836832709918429 - - 0.021387694400931464 - - - -0.02423856012827029 - - -0.9981312775291747 - - 0.056093181589971994 - - -0.030510167337224434 - - - -0.06981452418735583 - - -0.054282643485001156 - - -0.9960819880053917 - - 0.5780052823797217 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984211017097863 - - -0.03404543295783529 - - -0.044678990088521706 - - 0.06021715343560049 - - - -0.030486592442768395 - - -0.9964831166842477 - - 0.07805104640219107 - - -0.0328322170094144 - - - -0.047179140961289404 - - -0.07656570157689402 - - -0.9959477004342112 - - 0.577283089915941 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9915201846602166 - - -0.03917360550687639 - - -0.123907836890818 - - 0.04694460289982135 - - - -0.03870620101795702 - - -0.9992315349047756 - - 0.00617815948352477 - - 0.035065591287471276 - - - -0.1240546388255088 - - -0.001329768189568517 - - -0.9922744974564421 - - 0.5766054355968423 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9969164792935851 - - -0.029642933027780656 - - -0.07265555611509392 - - 0.021403016777922147 - - - -0.02564005927579601 - - -0.9981338293145237 - - 0.05542062917595336 - - -0.030512229426849127 - - - -0.07416279844515522 - - -0.053386845752819836 - - -0.9958161095439998 - - 0.5779005228321054 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982766923572046 - - -0.03271595467881156 - - -0.04871664813811716 - - 0.06021756932925887 - - - -0.02926615351747438 - - -0.9971234103041141 - - 0.06991707146173477 - - -0.0328377540354858 - - - -0.05086391407128228 - - -0.06837083393485598 - - -0.9963625300624276 - - 0.5772529540844362 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9931630336412469 - - -0.03798053692901122 - - -0.11038418103650277 - - 0.046945778619997165 - - - -0.03839611055664207 - - -0.9992612503524494 - - -0.0016408041262570968 - - 0.035060709891965705 - - - -0.11024031613995636 - - 0.005867909222426529 - - -0.9938876396951111 - - 0.576673499609967 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9975482901988114 - - -0.0302216648443681 - - -0.06311940823124566 - - 0.021354995068980708 - - - -0.026719031935715204 - - -0.9980945682955952 - - 0.05561767768658791 - - -0.030498312634477633 - - - -0.06467999732410469 - - -0.053794829796790254 - - -0.9964550236881189 - - 0.5779696886928064 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985467346826647 - - -0.03287254870592337 - - -0.042706137687276546 - - 0.06023440652671236 - - - -0.02978145292679645 - - -0.9970242514170722 - - 0.07110349603076101 - - -0.03281717233414488 - - - -0.044916408095003926 - - -0.06972831295681929 - - -0.996554302913815 - - 0.577312948166864 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9932070651653032 - - -0.03935032497990759 - - -0.1095046922725268 - - 0.04698574887274139 - - - -0.03848774555798369 - - -0.999209229281467 - - 0.009980458937365606 - - 0.03507883942939266 - - - -0.10981083347096968 - - -0.005698073596593401 - - -0.9939361713961812 - - 0.5769520473263161 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9976753288105149 - - -0.02737137414346881 - - -0.062407901425453514 - - 0.021409024614267316 - - - -0.024801406247535955 - - -0.9988269134016984 - - 0.04158950964583807 - - -0.030509967211329463 - - - -0.06347305358162281 - - -0.039945023994670724 - - -0.9971838178225166 - - 0.5780153519747104 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979511882137722 - - -0.030698260943488945 - - -0.056134149301166676 - - 0.06020697049193009 - - - -0.027697190382308272 - - -0.9981846957519284 - - 0.0534806395956164 - - -0.03283131924957937 - - - -0.057674011371209304 - - -0.051816309610734565 - - -0.9969898587601972 - - 0.5774027458005463 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9927119916732919 - - -0.04030631623630283 - - -0.11357069366480589 - - 0.046962712797429806 - - - -0.03869103210600941 - - -0.9991167611410536 - - 0.01639212132651577 - - 0.03505852182780591 - - - -0.11413108964089398 - - -0.011878488054908948 - - -0.9933946828420778 - - 0.5767950003937834 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9970080439655107 - - -0.028666050571818782 - - -0.07178591653437431 - - 0.02138719896483135 - - - -0.02553017631227163 - - -0.9986952513718569 - - 0.0442267451297094 - - -0.030527962984493485 - - - -0.07296006007077126 - - -0.04226171354687216 - - -0.9964390484131741 - - 0.5780374637275247 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990845802447504 - - -0.031607898084999336 - - -0.028826069725495777 - - 0.06024221153733751 - - - -0.030107492261589566 - - -0.9982407705896573 - - 0.05107742008250798 - - -0.03283978559931445 - - - -0.030389807944262714 - - -0.05016278213192487 - - -0.9982785958147633 - - 0.5774239346506378 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997332084089336 - - -0.021883920049180276 - - -0.007389590493446533 - - -0.03634336413321315 - - - -0.021681915085110703 - - -0.9994165269192405 - - 0.026391291725199825 - - 0.03739209424659774 - - - -0.007962823784424639 - - -0.02622403027689751 - - -0.9996243762901214 - - 0.5795052399488076 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9937569408638881 - - -0.039567846099681205 - - -0.10431456293288473 - - 0.046974451118846954 - - - -0.03859097566326026 - - -0.9991904341020482 - - 0.011367189464352535 - - 0.0350716454581586 - - - -0.10467988862338591 - - -0.007270622668848609 - - -0.9944793909195921 - - 0.5767489047982313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974284366952483 - - -0.027500498787313133 - - -0.06618335317979905 - - 0.021396909917642815 - - - -0.02388859865817897 - - -0.9982137369479731 - - 0.054760115252903106 - - -0.030501955656921296 - - - -0.06757106278446033 - - -0.05303826858799004 - - -0.9963037155101685 - - 0.5779146824623281 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984985908043946 - - -0.032466379827542836 - - -0.04411913805291117 - - 0.06021780144880458 - - - -0.029505974237766693 - - -0.9973719803307565 - - 0.06617046422223707 - - -0.03282012655775801 - - - -0.046151507515122016 - - -0.06476933712799465 - - -0.9968324690348337 - - 0.5772965399631108 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996745093886564 - - -0.039640531470456035 - - -0.0701986187741937 - - 0.04700338529673194 - - - -0.03780159708792486 - - -0.9989113488789555 - - 0.027334160649776017 - - 0.035076509155114705 - - - -0.07120573762462534 - - -0.024591570620140512 - - -0.9971584616217062 - - 0.5766098159113175 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988833711052214 - - -0.026663203451205847 - - -0.03900108346172205 - - 0.021412044862720622 - - - -0.02561711918963 - - -0.999304971283869 - - 0.027080206272677244 - - -0.030515165854826207 - - - -0.039696021638104935 - - -0.02605087232831297 - - -0.9988721529390244 - - 0.5781680597207131 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981716514213951 - - -0.031113966562243557 - - -0.051819642834050515 - - 0.060226353318280995 - - - -0.028689643240305616 - - -0.9984880525389963 - - 0.04688830672593796 - - -0.03281775597917832 - - - -0.053200175464268536 - - -0.04531589149123343 - - -0.9975551169278442 - - 0.5773027676638156 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966794163158408 - - -0.0379929172508056 - - -0.07201860406234215 - - 0.0469860636514767 - - - -0.03733084338081169 - - -0.9992476131395407 - - 0.010517403073439426 - - 0.03503919858225816 - - - -0.07236400503559953 - - -0.007793963927638054 - - -0.9973478354623844 - - 0.5765851955011428 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9983690509817917 - - -0.026709592316074837 - - -0.05045627532850311 - - 0.02140548538097916 - - - -0.025379132326747537 - - -0.999317851052315 - - 0.02682782530367257 - - -0.030509297896795094 - - - -0.051138416909971646 - - -0.025503534000055995 - - -0.9983658808620463 - - 0.5782328391439994 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998765552357453 - - -0.029449905893572062 - - -0.04000093082631256 - - 0.06024618851809713 - - - -0.027946094610681635 - - -0.9989002486030455 - - 0.03764716638453197 - - -0.03284276139382347 - - - -0.041065645253940956 - - -0.03648282313135255 - - -0.9984901684023954 - - 0.5774515553778389 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9995601517937259 - - -0.021892427725736786 - - -0.020005613071757834 - - -0.036331399818682976 - - - -0.021457986094882354 - - -0.9995346889437563 - - 0.021678570775317155 - - 0.03737645710791376 - - - -0.020470900782704513 - - -0.02123975532773367 - - -0.9995648128134378 - - 0.5792568931732858 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9959908832500174 - - -0.04042734542240365 - - -0.07979843497806159 - - 0.0469805136150643 - - - -0.037689696284414535 - - -0.9986579823594125 - - 0.035520713165928475 - - 0.03509404464412058 - - - -0.08112735221143887 - - -0.03237072770150888 - - -0.996177940285387 - - 0.5766262719759775 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992441861575851 - - -0.026716666392629512 - - -0.028236079174176396 - - 0.021414575971509135 - - - -0.02577104400106791 - - -0.9991117788017165 - - 0.03333926739993824 - - -0.03050296938936111 - - - -0.029101713374996303 - - -0.03258639588132606 - - -0.9990451526743447 - - 0.5781487749538432 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983971879046045 - - -0.03074537625877073 - - -0.047516071206323195 - - 0.060229048790523085 - - - -0.02912076493724774 - - -0.9989798960598288 - - 0.03451301664245628 - - -0.0328318930010376 - - - -0.04852871555736172 - - -0.033073994421592305 - - -0.9982740478743062 - - 0.5774400778840602 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951586724012801 - - -0.04013789185982004 - - -0.08971157328667848 - - 0.04698094926043282 - - - -0.03795935600372919 - - -0.9989446148190724 - - 0.025860081511058303 - - 0.03508600198771167 - - - -0.09065486217685095 - - -0.02232949083669 - - -0.9956320052121023 - - 0.5766628909789551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9974977197429215 - - -0.026806281206349487 - - -0.06541958724692669 - - 0.02139683994785215 - - - -0.025385001473234615 - - -0.9994253849305906 - - 0.02246111432108267 - - -0.03049888944419803 - - - -0.06598409511295895 - - -0.02074423399952341 - - -0.9976050200093709 - - 0.5781437381779839 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998270597647557 - - -0.0314456119065602 - - -0.04966877655239144 - - 0.060240280141376716 - - - -0.02836624434876847 - - -0.9977020142285129 - - 0.061530862060550036 - - -0.03283250838424183 - - - -0.05148951401921901 - - -0.06001553379076515 - - -0.996868579929107 - - 0.5773674017635497 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959325342147984 - - -0.039419529491951474 - - -0.08102152792389573 - - 0.04697623542877443 - - - -0.03805831150895901 - - -0.9991083515483556 - - 0.01827749412295267 - - 0.03506765014628343 - - - -0.08166977542259123 - - -0.015119608492308891 - - -0.9965447532456648 - - 0.5765480741958311 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993917755395876 - - -0.030437982961197006 - - 0.01701787816046734 - - -0.04723875571540848 - - - -0.03141317736000884 - - -0.9976845010479697 - - 0.060322870097607374 - - -0.023560357062050886 - - - 0.015142366789219522 - - -0.0608207658774375 - - -0.998033838687899 - - 0.5792515962202094 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9984415415507948 - - -0.028115821626488246 - - -0.04820776576382602 - - 0.02140844861663826 - - - -0.026343377022483728 - - -0.998967381750006 - - 0.03701616790794606 - - -0.030533882003207592 - - - -0.0491987255193028 - - -0.03568852439938467 - - -0.9981511982828408 - - 0.5782228534733439 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983612682234967 - - -0.030126751492902355 - - -0.048653437244003735 - - 0.06023474908511786 - - - -0.027440239344174836 - - -0.9981107866721411 - - 0.05497172721912499 - - -0.03281822554457699 - - - -0.05021764008698241 - - -0.05354658134002948 - - -0.9973018360811785 - - 0.5773776943628068 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996360642820779 - - -0.038456779177094835 - - -0.07606934713199634 - - 0.0469881400510796 - - - -0.03730125421893364 - - -0.9991669461620625 - - 0.016553855468531466 - - 0.035081883750886333 - - - -0.07664258523470147 - - -0.013656128020149375 - - -0.9969651068598335 - - 0.5766799223760078 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989928141194694 - - -0.027937506089957664 - - -0.035112007791305584 - - 0.02142400604285955 - - - -0.027310138011990424 - - -0.9994609108544863 - - 0.018222075504348473 - - -0.030524533130130448 - - - -0.035602158634402505 - - -0.017244808708527893 - - -0.999217245083959 - - 0.5782413243026204 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997238340800836 - - -0.03393112566970803 - - -0.06606338129086524 - - 0.06021247953459458 - - - -0.028287258000585146 - - -0.9960161540191502 - - 0.08456744035211615 - - -0.03281772351409128 - - - -0.06866966340098148 - - -0.08246514199155223 - - -0.9942253153509566 - - 0.5772421897945226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949321357848041 - - -0.037539543957453514 - - -0.09327822801787333 - - 0.04695653085781368 - - - -0.03775602438826188 - - -0.9992868321567826 - - -0.0005565073716085266 - - 0.03503850643039505 - - - -0.09319081395223958 - - 0.004075502119751139 - - -0.9956399261165607 - - 0.5764980182412185 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981831129157289 - - -0.029574560584504587 - - -0.052495889897196564 - - 0.02140672362273124 - - - -0.027050532659838342 - - -0.998473435813388 - - 0.04815668860945361 - - -0.03050897248666791 - - - -0.05383996445656456 - - -0.04664915155972644 - - -0.9974593299408624 - - 0.5780577294434878 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984762787678346 - - -0.03131168298400426 - - -0.045438961769020715 - - 0.06023584937923616 - - - -0.028863071961631348 - - -0.9981464157693999 - - 0.05357850094615288 - - -0.03283484163985591 - - - -0.047032369862414956 - - -0.05218535422327257 - - -0.9975292702420895 - - 0.5773363265744447 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953093636508787 - - -0.03937129944781974 - - -0.08836951628629033 - - 0.046986031486585894 - - - -0.03807921758747901 - - -0.9991424167669857 - - 0.016260510599367856 - - 0.03507023724718793 - - - -0.0889339295027958 - - -0.01281919641852927 - - -0.995955031307325 - - 0.5765459022225743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994163444671327 - - -0.029947775447925467 - - 0.016434754566899277 - - -0.04724475952598284 - - - -0.03086967515053107 - - -0.9977777488555805 - - 0.05904766756436285 - - -0.0235541992273412 - - - 0.014629886125813436 - - -0.05952053960114489 - - -0.9981198684514475 - - 0.5793740817831421 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9986471518219302 - - -0.02855374621022286 - - -0.043457447409032825 - - 0.021401950979521266 - - - -0.026342962004731397 - - -0.9983704162310789 - - 0.05062173789391036 - - -0.030511890676154743 - - - -0.04483207011463946 - - -0.04940845648211109 - - -0.9977719628839505 - - 0.578115082816032 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998110804097506 - - -0.03088313640892407 - - -0.053113601171242225 - - 0.06024404150330848 - - - -0.028674937301169403 - - -0.998712487493356 - - 0.04184632953566013 - - -0.032861590055281595 - - - -0.05433756264872393 - - -0.040244244437942264 - - -0.9977112959544032 - - 0.5775282697934307 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973458842093212 - - -0.03806033610918567 - - -0.06206930051146864 - - 0.04697956287692659 - - - -0.03699916149194766 - - -0.9991503190705396 - - 0.018157696718792502 - - 0.03504208856646894 - - - -0.062707649450605 - - -0.01581299201589274 - - -0.9979066589535744 - - 0.5764526681550541 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985271985171758 - - -0.02822002988129343 - - -0.04633641909923269 - - 0.02141004171499635 - - - -0.026565056317647464 - - -0.9990003743958397 - - 0.035952047783295096 - - -0.030518834208057684 - - - -0.047304667891034276 - - -0.03466816797108006 - - -0.9982787118461697 - - 0.5782409112332929 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986700064334497 - - -0.03227616054847713 - - -0.04020531942992562 - - 0.06023053450966863 - - - -0.02968025780656727 - - -0.9975359411604127 - - 0.06356987014102283 - - -0.03283800544745598 - - - -0.04215804249190335 - - -0.062292018376833264 - - -0.9971671895423516 - - 0.5773737151332708 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946359341810291 - - -0.03920368997658688 - - -0.09572057839383978 - - 0.04696327737079869 - - - -0.0382763980714364 - - -0.9992009547330539 - - 0.011505190621236913 - - 0.03507091556041744 - - - -0.09609513924496131 - - -0.007779637059254047 - - -0.9953417510889003 - - 0.5766210826934705 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988191600236727 - - -0.02751626183262228 - - -0.04003924205530958 - - 0.021417135868871392 - - - -0.027114565947159917 - - -0.9995767505719231 - - 0.010541348565165854 - - -0.03053587634598219 - - - -0.04031235397619708 - - -0.009443254250192715 - - -0.9991425018815203 - - 0.5783536798423694 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989002432691078 - - -0.029625275161228613 - - -0.036340708145806304 - - 0.06023192545258874 - - - -0.028683271468374204 - - -0.9992457947934739 - - 0.026174635153722536 - - -0.03284049693683452 - - - -0.037088730563187684 - - -0.025103479025434465 - - -0.9989966173146089 - - 0.5774139179963486 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967145920326965 - - -0.03866493609076015 - - -0.07116912776051688 - - 0.04698273197929258 - - - -0.03734911760015563 - - -0.9991075282191018 - - 0.019727910948875146 - - 0.03506743962404946 - - - -0.07186838973836195 - - -0.01700499259083741 - - -0.9972691536307541 - - 0.5764447394405762 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998619913182223 - - -0.029962461335786904 - - -0.04313374440772359 - - 0.021374348941200938 - - - -0.02881419060664014 - - -0.9992200320090084 - - 0.027001297220700216 - - -0.03052737958071487 - - - -0.04390912679174527 - - -0.0257211691534008 - - -0.9987043656867476 - - 0.5782112742300933 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976936202159876 - - -0.032784720837968406 - - -0.05943569853121308 - - 0.06021239925726117 - - - -0.0292260420693924 - - -0.997783291234001 - - 0.059785802655841415 - - -0.03280820494736662 - - - -0.061264007747411295 - - -0.05791084366352806 - - -0.9964401916527172 - - 0.5772754538273925 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947563388752154 - - -0.038945376340108674 - - -0.09456788000851515 - - 0.04694677864244752 - - - -0.03790611742557603 - - -0.9991998104411398 - - 0.012761860213496935 - - 0.035078200079230556 - - - -0.09498922322714329 - - -0.009110240178924929 - - -0.995436613247969 - - 0.5766301208104699 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987642938584824 - - -0.027929305837093847 - - -0.04110765365263643 - - 0.021412661928392453 - - - -0.02692424078127178 - - -0.9993297105164528 - - 0.02480352671406745 - - -0.030531967180351886 - - - -0.041772844908135466 - - -0.02366608447887887 - - -0.9988468080109784 - - 0.5782607852084998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990196564822255 - - -0.03192934165070925 - - -0.030663383764490196 - - 0.06022591945139732 - - - -0.030396850281600492 - - -0.9983259710652885 - - 0.049206574657322213 - - -0.03283197641900086 - - - -0.03218318590652705 - - -0.048226265025408555 - - -0.9983178200886754 - - 0.57741091446302 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995872617820656 - - -0.03814450962384476 - - -0.0823573036262739 - - 0.046965175608094156 - - - -0.03788787016221999 - - -0.9992710502858403 - - 0.004677323508630132 - - 0.035058314721364024 - - - -0.08247568350492533 - - -0.0015376755802307895 - - -0.9965918909885858 - - 0.5766769074803972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995215569879519 - - -0.02814589189424368 - - 0.012824425361714051 - - -0.04725881747315913 - - - -0.028967535105737005 - - -0.9971844192302051 - - 0.06916730408522141 - - -0.02356573747760639 - - - 0.010841541692883011 - - -0.06950570346379599 - - -0.9975226404246298 - - 0.5793950460852858 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988372352947916 - - -0.027912011953318026 - - -0.03930772159989552 - - 0.021417854574128377 - - - -0.026346867332715445 - - -0.9988607250424024 - - 0.03978812070856411 - - -0.030540690398259532 - - - -0.04037350579785403 - - -0.03870622115997386 - - -0.9984346791218275 - - 0.5782377904104428 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984090165825694 - - -0.030939677900745605 - - -0.04713991873163161 - - 0.06025376274260107 - - - -0.028821124649937222 - - -0.9985721691857576 - - 0.04497739100441019 - - -0.03284919966868485 - - - -0.04846419689357805 - - -0.04354720724741062 - - -0.9978751737368816 - - 0.5774673049862586 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996932955453969 - - -0.03938317712078287 - - -0.06762874898804286 - - 0.047004881779118476 - - - -0.03805893593854467 - - -0.999059837091221 - - 0.020759559400183928 - - 0.03508999097965826 - - - -0.068382744351484 - - -0.018122010681407747 - - -0.9974945578818081 - - 0.576687569091825 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984678279692849 - - -0.027148050070815097 - - -0.04821804524917132 - - 0.021406083132283548 - - - -0.025896597042768366 - - -0.999316182624245 - - 0.026391919348741143 - - -0.030493692488068404 - - - -0.04890156205994955 - - -0.025102799100070353 - - -0.998488100432568 - - 0.5781569432749675 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985680345266849 - - -0.029634781188527252 - - -0.04453829998351561 - - 0.06023269338046598 - - - -0.027746759814439668 - - -0.9987141854129574 - - 0.04242750493174608 - - -0.03284265812583598 - - - -0.04573836181274218 - - -0.04113095669737884 - - -0.9981063303375275 - - 0.577410462448152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.993951244441073 - - -0.0386226590260721 - - -0.10280668209702162 - - 0.04694922044772468 - - - -0.03810744370834778 - - -0.9992493281505364 - - 0.00697157978635062 - - 0.0350685966796182 - - - -0.10299876896379587 - - -0.003011710553509172 - - -0.9946769240268345 - - 0.5764300262421642 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985403018226718 - - -0.026775948416114168 - - -0.04690750709966366 - - 0.021413228936162834 - - - -0.026259992341532843 - - -0.9995880564099081 - - 0.011581462985572787 - - -0.030503580790878546 - - - -0.04719828850827156 - - -0.01033276676796439 - - -0.998832095746232 - - 0.5781786526803248 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990099395701577 - - -0.029341815453202653 - - -0.03343947526412676 - - 0.060244325278211656 - - - -0.028372094517454507 - - -0.9991733588410556 - - 0.029113969756404953 - - -0.03283925591773352 - - - -0.03426608954524246 - - -0.028136397214185625 - - -0.9990166055972665 - - 0.577474341616099 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958810189886637 - - -0.0383644040572523 - - -0.08215332324034653 - - 0.046993817882992284 - - - -0.03758618072704834 - - -0.9992328556300692 - - 0.010999056674621224 - - 0.035080327505670236 - - - -0.08251227203546536 - - -0.007865922114396563 - - -0.996559005896207 - - 0.5767064964332023 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986710276892659 - - -0.028537039062476666 - - -0.04291638213564092 - - 0.02140827202168 - - - -0.02759460542502064 - - -0.9993683183623975 - - 0.022394240441485223 - - -0.03054345433775452 - - - -0.04352833795934666 - - -0.021180218484716146 - - -0.9988276538719963 - - 0.578299621416185 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99854125868162 - - -0.027425966603478503 - - -0.04650990288520131 - - 0.06023019447241407 - - - -0.025629892362995493 - - -0.9989188946106765 - - 0.03878338055463998 - - -0.03280871860953323 - - - -0.04752329247839675 - - -0.03753476183019738 - - -0.9981646549173958 - - 0.5774084286785852 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961907354996407 - - -0.03943086126473387 - - -0.07777676828337847 - - 0.046966398344985255 - - - -0.037804469471443794 - - -0.9990368752741324 - - 0.02227428855161715 - - 0.03506487823339465 - - - -0.07858015393639613 - - -0.019249130432810173 - - -0.996721942361516 - - 0.57649419276461 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985154309415444 - - -0.02807736241658262 - - -0.04667543134615726 - - 0.021411677175463644 - - - -0.02644213878872313 - - -0.9990272486250381 - - 0.03528979740610792 - - -0.030514803106869035 - - - -0.04762087218751741 - - -0.03400320903112104 - - -0.9982865491970159 - - 0.578231392032782 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980183274399904 - - -0.031242787969163403 - - -0.05461965116876851 - - 0.06022413515437028 - - - -0.028597349523795557 - - -0.9984106856553556 - - 0.048562273108011776 - - -0.03282468570644558 - - - -0.056050064175680724 - - -0.04690406132860087 - - -0.997325623523624 - - 0.5772693252331664 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963548914982971 - - -0.03746885793825211 - - -0.07663559794390387 - - 0.04697612228678136 - - - -0.03723006687125094 - - -0.999296395296758 - - 0.004542737904347177 - - 0.035052127652357865 - - - -0.0767518879779435 - - -0.0016730306956211905 - - -0.9970488195971712 - - 0.5765346226072764 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989936044444968 - - -0.030562393907353044 - - -0.03282862101343796 - - 0.021381271286765695 - - - -0.028920001927306167 - - -0.9983607971512212 - - 0.04938979854284842 - - -0.030553179002990687 - - - -0.034284278722422595 - - -0.04839068908612827 - - -0.9982399157728833 - - 0.5782553986480903 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9973017138546697 - - -0.03026793025050968 - - -0.06688156652537931 - - 0.06022335015883058 - - - -0.027526312329895067 - - -0.9987575773389803 - - 0.041540388027645085 - - -0.032837017174815256 - - - -0.06805581291892358 - - -0.0395872972848682 - - -0.9968958081071578 - - 0.5773817785888902 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957185590628532 - - -0.03982908141201896 - - -0.0834157983338283 - - 0.04698281057508332 - - - -0.03775006737911872 - - -0.9989396169063669 - - 0.02635477542749188 - - 0.03508454883343926 - - - -0.08437703212763022 - - -0.02309298700550231 - - -0.9961662664437585 - - 0.576593552620208 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985620942824504 - - -0.02903914645474587 - - -0.04506075715549399 - - 0.02140539583640961 - - - -0.0276159643795852 - - -0.9991097602259935 - - 0.031891151320462816 - - -0.030500879939183538 - - - -0.04594673409103268 - - -0.030600898587116624 - - -0.9984750786234128 - - 0.5782386492815115 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977952353452809 - - -0.03216161308276894 - - -0.058054276036910636 - - 0.06022456117120448 - - - -0.028739780292242927 - - -0.9978533873017424 - - 0.0588442221394139 - - -0.03281813466424457 - - - -0.059822181095385986 - - -0.05704601733998044 - - -0.9965776731166707 - - 0.5773427089807317 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947421926392327 - - -0.040796514994553924 - - -0.09393409683171842 - - 0.046975339441760244 - - - -0.038430981017933734 - - -0.9989002918498536 - - 0.0268564078066365 - - 0.035075126969104885 - - - -0.09492644458363926 - - -0.02310522249571048 - - -0.9952161166360465 - - 0.5765010715662737 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986750207162501 - - -0.027791870754350127 - - -0.04331067902227971 - - 0.021405950950727535 - - - -0.02580265624501512 - - -0.9986159499746612 - - 0.04583020168957665 - - -0.030498311777286694 - - - -0.044524441917883975 - - -0.04465194705921781 - - -0.9980099086160029 - - 0.5782211939483981 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986009002908359 - - -0.031005151202329818 - - -0.04283599581255017 - - 0.06023510750416968 - - - -0.028911780426730555 - - -0.9983971832755453 - - 0.04865360603298461 - - -0.03282920885241417 - - - -0.044275849973644435 - - -0.04734706988164127 - - -0.9978967401904535 - - 0.5773947866970878 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952402086029848 - - -0.04038866868755639 - - -0.08868868372872611 - - 0.046973590183882495 - - - -0.03816051396122182 - - -0.99891545641622 - - 0.026677445660905828 - - 0.03510116189308786 - - - -0.08966996350006283 - - -0.023166060830922267 - - -0.9957020795757513 - - 0.5765891045583692 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998063688355172 - - -0.026863939821611414 - - -0.05609993515264469 - - 0.021426374613197807 - - - -0.026630165278295946 - - -0.999633292626779 - - 0.0049106587537326085 - - -0.03054997662360081 - - - -0.05621128253403172 - - -0.003407199642787367 - - -0.9984130821991838 - - 0.578376486482808 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986302832838528 - - -0.02800134895194854 - - -0.044198209978267594 - - 0.06024353540942126 - - - -0.02798428743172852 - - -0.9996078581019661 - - 0.0010048272181392242 - - -0.03286374316720984 - - - -0.044209014525888546 - - 0.00023340452249803262 - - -0.9990222763066793 - - 0.5774713293026397 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997792462094534 - - -0.020837749698012314 - - -0.0026920320169686357 - - -0.0363360892172955 - - - -0.02078449644179468 - - -0.9996129791847249 - - 0.018490444913503882 - - 0.037368061076503055 - - - -0.0030762894074551615 - - -0.018430410547822452 - - -0.9998254129649435 - - 0.5796181285160771 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9958645070202334 - - -0.038378330556764456 - - -0.0823467510046571 - - 0.04696761340740721 - - - -0.03655996363510175 - - -0.9990556360036322 - - 0.023477760293036387 - - 0.035090107186736996 - - - -0.0831700229430491 - - -0.020370073957964856 - - -0.9963271588040743 - - 0.5764490383113798 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998305825342644 - - -0.027576177423109336 - - -0.05123508100580765 - - 0.021379309240862485 - - - -0.028225422813926686 - - -0.9995296514031539 - - -0.011991725182995783 - - -0.030536757696737936 - - - -0.050880296716091816 - - 0.013417540930387477 - - -0.9986146228658298 - - 0.5783836935873156 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981289615137168 - - -0.03149765170498511 - - -0.052406813723224414 - - 0.06022746117499959 - - - -0.02862511807826368 - - -0.9980930889748846 - - 0.0546881006762806 - - -0.03282412748854072 - - - -0.05402942533985306 - - -0.05308562590424067 - - -0.9971272423917624 - - 0.5774381290281214 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953559851786804 - - -0.03887214849384914 - - -0.08806485587594381 - - 0.04695671382642719 - - - -0.03751410603142655 - - -0.9991510690494902 - - 0.017024484307154492 - - 0.035061290526541805 - - - -0.08865187317615741 - - -0.01364174800873429 - - -0.9959692505763547 - - 0.5762987029280513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984964394752871 - - -0.029050394957266284 - - -0.04648585707504113 - - 0.021416806647331015 - - - -0.02719334546946982 - - -0.9988257889944402 - - 0.04009445350433852 - - -0.030535713434153434 - - - -0.04759603257995754 - - -0.03877006309590346 - - -0.9981139713931405 - - 0.5781796277688953 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987390387360193 - - -0.029831670815183627 - - -0.040378260500257813 - - 0.060241305086998036 - - - -0.028672232106374998 - - -0.9991682413871636 - - 0.02899531874839737 - - -0.032852583902924476 - - - -0.041209654338398884 - - -0.027801021917503804 - - -0.9987636695283086 - - 0.5774546526421431 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956765386479082 - - -0.038949557126382185 - - -0.08432770829199175 - - 0.04698227221315779 - - - -0.03774896546459395 - - -0.9991625614747687 - - 0.01578579594228057 - - 0.03506235100405106 - - - -0.08487193878116288 - - -0.012534262915589362 - - -0.9963130262426005 - - 0.5766822146205971 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986411031685483 - - -0.02594649727383735 - - -0.045196530193408066 - - 0.021414401013280078 - - - -0.02506390821677872 - - -0.9994860414246245 - - 0.01998633288612725 - - -0.03054631920622929 - - - -0.045691876380881846 - - -0.018826371837211503 - - -0.9987781636360706 - - 0.5783829304088521 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983974416978595 - - -0.029044057636219884 - - -0.048569446436963995 - - 0.06023857096515351 - - - -0.027694662436826122 - - -0.9992177637302128 - - 0.028228820706891936 - - -0.03284244736647372 - - - -0.04935133314997103 - - -0.026838467952093242 - - -0.9984208243793316 - - 0.5774010279062554 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953894926250259 - - -0.03922037768037838 - - -0.08753010879864194 - - 0.04695445291473787 - - - -0.037716051763391475 - - -0.9991121021010011 - - 0.01877516643601009 - - 0.03505938955564431 - - - -0.08818876011757275 - - -0.01538731327838563 - - -0.9959849261806115 - - 0.5764229284688276 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987258583336779 - - -0.029690865758972302 - - -0.04080578863520669 - - 0.021387397850862654 - - - -0.028042139372097267 - - -0.9987900298454057 - - 0.040399439363049024 - - -0.030536216603453348 - - - -0.04195590917968946 - - -0.0392036831419637 - - -0.9983500252481639 - - 0.5781972463305394 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978395671913795 - - -0.031349266669601666 - - -0.05773579155600779 - - 0.06020839012378579 - - - -0.02884181645664658 - - -0.998625544265803 - - 0.043762677743843834 - - -0.032838428020073356 - - - -0.05902836412100279 - - -0.04200292631601536 - - -0.9973722506717796 - - 0.5773144375315264 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995420121168958 - - -0.04033175517883644 - - -0.08667255561117135 - - 0.04697673257029948 - - - -0.03789634855164575 - - -0.9988442617514076 - - 0.029563618397250094 - - 0.03508390166012432 - - - -0.08776473744294669 - - -0.02614364722988067 - - -0.9957981023134613 - - 0.5765046396134406 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984399773030014 - - -0.026728466920863368 - - -0.04902245178734281 - - 0.021417477345275434 - - - -0.026193148547917603 - - -0.9995904043163877 - - 0.011530072321921875 - - -0.030534079342075717 - - - -0.04931055355934223 - - -0.010228032785552644 - - -0.9987311233024684 - - 0.5783364504419384 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978594690161797 - - -0.03258797478893899 - - -0.05669659596398448 - - 0.06022863996860342 - - - -0.02862511612113407 - - -0.9971811733895191 - - 0.0693563995933519 - - -0.03281952317416878 - - - -0.058796962691957264 - - -0.06758499342795403 - - -0.9959795107538825 - - 0.5774031652544416 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955513323661018 - - -0.03991504486502649 - - -0.08534830881454183 - - 0.046990723074985176 - - - -0.03820919446649469 - - -0.9990378266383814 - - 0.021528548578132 - - 0.03508162750821587 - - - -0.08612550192771631 - - -0.018171685091986387 - - -0.9961185611053619 - - 0.5764812656175569 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986607841975997 - - -0.027443196418379442 - - -0.04385782799201817 - - 0.021410919127245066 - - - -0.026461345771487333 - - -0.9993894930377193 - - 0.022813118720869822 - - -0.030511934390856803 - - - -0.04445711738065116 - - -0.02162202988049359 - - -0.9987772787453919 - - 0.5782300480570884 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983243270137587 - - -0.029976354260376054 - - -0.049497033019991164 - - 0.06026133443843997 - - - -0.0281302235408601 - - -0.9988975175559903 - - 0.03758244196458212 - - -0.03283993554986558 - - - -0.05056904800435639 - - -0.0361271034783634 - - -0.9980669335160827 - - 0.5775110963855958 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969117959762768 - - -0.039058549936429654 - - -0.06812709240983249 - - 0.04697018821064469 - - - -0.0372366893053199 - - -0.998919418427051 - - 0.027810509864820233 - - 0.035059036443795766 - - - -0.06913971371746848 - - -0.025187797963014152 - - -0.9972889625483884 - - 0.5763906394225531 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987212305319423 - - -0.027306279282985145 - - -0.04254727719235002 - - 0.021422903778433665 - - - -0.026892899387867597 - - -0.999585685339364 - - 0.010258149304238268 - - -0.030526421802494326 - - - -0.04280976112146717 - - -0.009100811851347645 - - -0.9990417907056588 - - 0.5783472451098927 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998800151474494 - - -0.030278693639548278 - - -0.03848971454830903 - - 0.060254090706109695 - - - -0.028725510969028957 - - -0.9987752253653693 - - 0.040285161237408204 - - -0.03284466010628976 - - - -0.03966235537756338 - - -0.03913118842864548 - - -0.9984466173301735 - - 0.57746594912208 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961769846050079 - - -0.03992365895877726 - - -0.07770145943685368 - - 0.046988278228954974 - - - -0.037651673637976286 - - -0.9988256943736399 - - 0.030489075605474963 - - 0.03506603151222697 - - - -0.07882744963230191 - - -0.02744692540814529 - - -0.9965103609446856 - - 0.5766082930191677 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979895442166296 - - -0.025775181442109583 - - -0.057900860580049895 - - 0.021396164637273018 - - - -0.024319826175138174 - - -0.9993738067386578 - - 0.02570098168350169 - - -0.030522289733665584 - - - -0.058527050917461326 - - -0.024241172131540076 - - -0.9979914578214558 - - 0.5782344663695305 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985653220104959 - - -0.029767920316353298 - - -0.04451032013043699 - - 0.06026199908954762 - - - -0.027915938494204342 - - -0.9987415276318645 - - 0.04166606966773475 - - -0.03285224641629523 - - - -0.045694617364220744 - - -0.040363744915554674 - - -0.998139654577619 - - 0.5775170663224687 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9937062351342706 - - -0.04051643239158428 - - -0.10443340922105299 - - 0.046954642030118766 - - - -0.038337017174374495 - - -0.9990048745004612 - - 0.022793284942915222 - - 0.035087103190569444 - - - -0.10525298746090511 - - -0.018646163964080954 - - -0.9942706518850782 - - 0.5766193633037342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981991384944223 - - -0.024872392548688668 - - -0.05458794736841537 - - 0.02141546003856787 - - - -0.025993327198028122 - - -0.9994635994319891 - - -0.01992135416153724 - - -0.030543929906291397 - - - -0.054063174621633174 - - 0.02130440093870471 - - -0.9983102201472619 - - 0.5784312836473358 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988128687897283 - - -0.03012101272672248 - - -0.038282864735409636 - - 0.060233652812876445 - - - -0.028718375653507804 - - -0.9989145016890243 - - 0.03667523981095607 - - -0.032829708428518706 - - - -0.03934600411550147 - - -0.03553227979856837 - - -0.9985936856662263 - - 0.5774619783558661 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966910421488732 - - -0.041708946195682 - - -0.06976625479011168 - - 0.047009554259831866 - - - -0.038235611356637576 - - -0.9979968697710557 - - 0.050401249501958366 - - 0.03510325151474497 - - - -0.07172868689985372 - - -0.04756691848774939 - - -0.9962893072502598 - - 0.576600832000643 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984363942953356 - - -0.02697486263080783 - - -0.048960426188690474 - - 0.021398474569925753 - - - -0.025802458484273764 - - -0.9993686961856326 - - 0.024422166578684013 - - -0.03051998008179666 - - - -0.04958830187349119 - - -0.023120680575595284 - - -0.9985020953643641 - - 0.5782956509280234 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989508098148314 - - -0.03117860609146151 - - -0.033543614779656714 - - 0.060220190728315186 - - - -0.030199203142793257 - - -0.9991138161339852 - - 0.02931877452632037 - - -0.032848327854585205 - - - -0.03442800749147169 - - -0.028275023118971728 - - -0.9990071247832963 - - 0.5773526258542026 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949096528321014 - - -0.0391188977748506 - - -0.09286815675132262 - - 0.04696534516145138 - - - -0.03802400129897911 - - -0.9991852147586168 - - 0.013530777250103095 - - 0.03505861712821071 - - - -0.09332179823986825 - - -0.009930681983502481 - - -0.9955864721502696 - - 0.5765521437023823 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9981473189078949 - - -0.026582325098633376 - - -0.054729423067777255 - - 0.021409358673705556 - - - -0.026717383987727564 - - -0.9996415170824665 - - -0.0017374458029285312 - - -0.03052692415673307 - - - -0.05466361815534626 - - 0.0031964538814694874 - - -0.9984997103318313 - - 0.5783604554143553 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99827327517023 - - -0.02905141917400279 - - -0.051053727825483855 - - 0.06023710398669159 - - - -0.027513255431351507 - - -0.9991536670660304 - - 0.03057728509978953 - - -0.03282834288369477 - - - -0.051898832900860184 - - -0.029119832287995532 - - -0.9982277027367293 - - 0.5774578935752248 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994615355673557 - - -0.03930875077279945 - - -0.09589116941119112 - - 0.04696217656789179 - - - -0.03766323584647223 - - -0.9991115335449544 - - 0.01891095457722522 - - 0.035056496620481326 - - - -0.09654933932418609 - - -0.015197554083825627 - - -0.9952121680455539 - - 0.5765663179452628 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989820765827766 - - -0.026584195009013042 - - -0.03644298618508267 - - 0.021406441439776307 - - - -0.026252844666270193 - - -0.9996098030966887 - - 0.009540948586429005 - - -0.030517547498229783 - - - -0.036682404682518405 - - -0.00857450457594835 - - -0.99929018761218 - - 0.5783023186636315 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983435704487355 - - -0.028651681039273062 - - -0.04989184820483751 - - 0.06022336636782329 - - - -0.028588333215542466 - - -0.9995893031337194 - - 0.00198299384836417 - - -0.032855994537698954 - - - -0.049928173886372995 - - -0.0005533843775346048 - - -0.9987526576776169 - - 0.5773534132343916 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962507425327328 - - -0.03923409698639411 - - -0.07710475754868007 - - 0.04699181123128602 - - - -0.037370812436262675 - - -0.9989770244612453 - - 0.025462265735991932 - - 0.03507531448013351 - - - -0.07802487027116539 - - -0.02248533371375249 - - -0.9966978124722402 - - 0.5764595180382718 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9983009808706108 - - -0.026669274988021185 - - -0.05180638343283128 - - 0.02137497561117333 - - - -0.027401396525853654 - - -0.999533708438183 - - -0.013473275928529876 - - -0.030530843201118412 - - - -0.05142290405266085 - - 0.01486995183000519 - - -0.998566256926081 - - 0.5784320393237576 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977591146040105 - - -0.029599298694997413 - - -0.06000525594800414 - - 0.060237379508788574 - - - -0.027420563630772773 - - -0.998945897857237 - - 0.036813120546475064 - - -0.032830895211042724 - - - -0.06103164683008237 - - -0.035085248623358614 - - -0.9975190040366374 - - 0.5774594662152879 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9940827021168944 - - -0.039482684816607355 - - -0.10119633862767097 - - 0.04693431891650625 - - - -0.03833287727044922 - - -0.9991767453050401 - - 0.01328240045308782 - - 0.035047378101897744 - - - -0.10163745309748018 - - -0.009324657704170874 - - -0.9947778037765811 - - 0.5763146592483306 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999159110375267 - - -0.02835219274229905 - - -0.029617989817147233 - - 0.021399669201699927 - - - -0.02760085716370746 - - -0.9992943426691216 - - 0.02547566276501242 - - -0.030518356020999136 - - - -0.030319380566458328 - - -0.024636758638090905 - - -0.9992365912464748 - - 0.5783378201490206 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984339202576359 - - -0.029672617852794982 - - -0.04742618083644081 - - 0.06025644525867511 - - - -0.028409447922976287 - - -0.9992292120418602 - - 0.027090313230282454 - - -0.03283296453859082 - - - -0.048193465819346214 - - -0.02570053602485969 - - -0.9985073221065303 - - 0.577562519799778 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966207820330958 - - -0.03780289677865845 - - -0.07292432937561096 - - 0.04697460853932421 - - - -0.037286351834004174 - - -0.9992690459601881 - - 0.008432185524914187 - - 0.03503660761675254 - - - -0.0731897860814701 - - -0.005684609129730293 - - -0.9973018301559419 - - 0.5764950601110516 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995274355036039 - - -0.029750758940908603 - - 0.0077329178211658425 - - -0.04726897327766522 - - - -0.03008255491198708 - - -0.9984381572484629 - - 0.04707744725727511 - - -0.0235675460444074 - - - 0.006320250434614089 - - -0.047287826052105464 - - -0.9988613096630132 - - 0.5794866454858825 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9993132448630696 - - -0.028600237071269487 - - -0.023559819199430027 - - 0.021416728857513025 - - - -0.028242415848974977 - - -0.9994827294811235 - - 0.015383088635800547 - - -0.030538411649173314 - - - -0.023987592381400347 - - -0.014707138009501089 - - -0.9996040693711251 - - 0.578269394481618 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987938805509242 - - -0.02881103630744694 - - -0.03975812320667468 - - 0.06022964679313166 - - - -0.028091117709704752 - - -0.9994332522659961 - - 0.018548945275485035 - - -0.03283497909283143 - - - -0.040270004716235895 - - -0.01740972291291279 - - -0.999037150594636 - - 0.5774565637830865 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950296364458734 - - -0.0402740667270295 - - -0.09107152213320963 - - 0.04698120918705439 - - - -0.038005059595389926 - - -0.9989257430358583 - - 0.02651368223029396 - - 0.035113483893498644 - - - -0.09204150172364517 - - -0.02292072096433531 - - -0.9954913372355036 - - 0.5767267291777453 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986431324204742 - - -0.02895997468228878 - - -0.04328064158286516 - - 0.021413674216920663 - - - -0.027559367517611483 - - -0.9990879624933989 - - 0.03261478901996183 - - -0.030529627630350224 - - - -0.04418569147871814 - - -0.031377747962347366 - - -0.9985304510135671 - - 0.5782118105932603 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9994303426529441 - - -0.03054592475256396 - - -0.014350493567452847 - - 0.060252747660467156 - - - -0.030214810139963574 - - -0.9992844996027967 - - 0.02274981542332049 - - -0.032861207059568104 - - - -0.015035139933660732 - - -0.02230325838526507 - - -0.9996381891627473 - - 0.5777066047789254 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957371193571216 - - -0.04005304702447424 - - -0.08308635603055756 - - 0.04696826488940791 - - - -0.037780984995845486 - - -0.9988726478449649 - - 0.028740747379502586 - - 0.03507433516155769 - - - -0.08414384295434224 - - -0.025479144633286675 - - -0.9961278165384354 - - 0.5764502910992038 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994633288693427 - - -0.029990515288779888 - - 0.013176617097173077 - - -0.04724296678069096 - - - -0.03085694497298753 - - -0.9969708758338415 - - 0.07139272852354167 - - -0.023561324088940988 - - - 0.010995598771602829 - - -0.07176100425590184 - - -0.9973612460266528 - - 0.5794189500820934 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989785877809416 - - -0.028500335805490544 - - -0.035064398100777876 - - 0.021414844224104466 - - - -0.0282492384281647 - - -0.9995717455444896 - - 0.0076358390089485495 - - -0.03051984203391266 - - - -0.035267005591973134 - - -0.006637497127393087 - - -0.999355883531217 - - 0.5782894711292887 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998354852246134 - - -0.03129644928228009 - - -0.04804291060002025 - - 0.0602377244406093 - - - -0.029261817995888287 - - -0.9986685015385736 - - 0.04248493900520345 - - -0.032823683952919847 - - - -0.049308569277310976 - - -0.04100922209725538 - - -0.9979413352992264 - - 0.5773703609828292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996857942970446 - - -0.039189991334866475 - - -0.06883593622450457 - - 0.046994459247739526 - - - -0.03745446559493007 - - -0.9989515236826118 - - 0.026325203497541676 - - 0.035089667110074683 - - - -0.06979544787254516 - - -0.02366427500182228 - - -0.9972806012075585 - - 0.5766891945611621 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990915661016239 - - -0.028403591809192597 - - -0.0317691441014944 - - 0.021427404267802427 - - - -0.028446586194598552 - - -0.9995949069331834 - - -0.0009020904131609982 - - -0.030528703895645305 - - - -0.03173065203360979 - - 0.0018049946196620652 - - -0.9994948262577175 - - 0.5784192148126774 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987044549286296 - - -0.029528642460427454 - - -0.041442381448864446 - - 0.06024579217637751 - - - -0.027644768073333922 - - -0.9985900616548782 - - 0.04531727664234465 - - -0.03283046197377116 - - - -0.042722107905398585 - - -0.044112901044382244 - - -0.9981126556945207 - - 0.5775253643075807 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958454932224 - - -0.03965414819490523 - - -0.08197134962638716 - - 0.04698471383607189 - - - -0.03773658153918112 - - -0.9989796343340845 - - 0.024812105905697567 - - 0.03509266065702499 - - - -0.08287161180025185 - - -0.02161570532449293 - - -0.996325778669283 - - 0.576589735026869 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999153972841311 - - -0.025218283469730388 - - -0.03248656236453872 - - 0.021383038021983203 - - - -0.02525020089441945 - - -0.9996809988977607 - - -0.0005725360838352094 - - -0.030540879434596935 - - - -0.032461760738077654 - - 0.001392343928832644 - - -0.9994720083464911 - - 0.5783107709816625 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991014377111977 - - -0.029039442883556393 - - -0.0308711502932804 - - 0.06026492594725849 - - - -0.02831524914724242 - - -0.9993194066550961 - - 0.023642549529109182 - - -0.03285729213692701 - - - -0.03153670606051348 - - -0.022747180913674985 - - -0.9992437149821527 - - 0.5776360197959995 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966085777934521 - - -0.03914128384533476 - - -0.07238302679117349 - - 0.046962730423434 - - - -0.037767078650556465 - - -0.9990812109335065 - - 0.0202578806848597 - - 0.035065992472374775 - - - -0.07310944151554903 - - -0.017455482192659886 - - -0.9971711566740724 - - 0.5764184974212611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985089733494876 - - -0.028309107584301333 - - -0.046673596051008716 - - 0.021419243289186072 - - - -0.027275069179519062 - - -0.9993714451569586 - - 0.022644761119201356 - - -0.030540697953363994 - - - -0.04728531211491294 - - -0.02133797161572995 - - -0.9986534885662408 - - 0.5783881571755923 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9993003356167982 - - -0.029009219851744598 - - -0.023607295477198073 - - 0.060279790153923894 - - - -0.028837932936988723 - - -0.9995554799948096 - - 0.007564128255625861 - - -0.032847017496622596 - - - -0.023816231021644263 - - -0.006878050300700314 - - -0.999692692563062 - - 0.577695471646714 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952736776046525 - - -0.039229989756011975 - - -0.08883307138140295 - - 0.046963660700546576 - - - -0.037987359724525833 - - -0.9991558709073376 - - 0.015636691867497415 - - 0.035074018720358285 - - - -0.0893715120632392 - - -0.01218825398253508 - - -0.9959237818710764 - - 0.576587387158841 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986325195765815 - - -0.027108847830724512 - - -0.04470124398066882 - - 0.021427765924618723 - - - -0.026835426534557626 - - -0.9996173746512285 - - 0.006705533393669883 - - -0.03053257109856413 - - - -0.044865919435993044 - - -0.005496786759178885 - - -0.9989778949548818 - - 0.5783370142129594 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9995034160680122 - - -0.03140607003227857 - - -0.002565157597838442 - - 0.060253133739650425 - - - -0.031262439161955806 - - -0.9985366081138447 - - 0.044128246669705884 - - -0.03284832506365723 - - - -0.003947298572333504 - - -0.044026140208119666 - - -0.9990225812324539 - - 0.5776068390672008 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964370888203634 - - -0.039530955769130044 - - -0.07450121850801103 - - 0.04700074573105886 - - - -0.03734350647963247 - - -0.9988360274363354 - - 0.0305295401047088 - - 0.03509963174665057 - - - -0.07562136303323927 - - -0.027638629328866144 - - -0.9967534878904691 - - 0.5768234962074018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988065368192341 - - -0.02856420425378053 - - -0.0396180292608821 - - 0.021374197280681496 - - - -0.02820946190591252 - - -0.9995570373363454 - - 0.009484480500687086 - - -0.030510456163192645 - - - -0.03987139659137456 - - -0.008355557835198642 - - -0.9991698836469788 - - 0.5784408902138338 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988630500111138 - - -0.028973154102557512 - - -0.03785714812086025 - - 0.060276899560661276 - - - -0.02828844775266348 - - -0.9994286147187844 - - 0.01849885956046256 - - -0.03285406321245489 - - - -0.03837148741240202 - - -0.017406907325609084 - - -0.9991119199224473 - - 0.5776931461817634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964370888203634 - - -0.039530955769130044 - - -0.07450121850801103 - - 0.04700074573105886 - - - -0.03734350647963247 - - -0.9988360274363354 - - 0.0305295401047088 - - 0.03509963174665057 - - - -0.07562136303323927 - - -0.027638629328866144 - - -0.9967534878904691 - - 0.5768234962074018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988065368192341 - - -0.02856420425378053 - - -0.0396180292608821 - - 0.021374197280681496 - - - -0.02820946190591252 - - -0.9995570373363454 - - 0.009484480500687086 - - -0.030510456163192645 - - - -0.03987139659137456 - - -0.008355557835198642 - - -0.9991698836469788 - - 0.5784408902138338 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988630500111138 - - -0.028973154102557512 - - -0.03785714812086025 - - 0.060276899560661276 - - - -0.02828844775266348 - - -0.9994286147187844 - - 0.01849885956046256 - - -0.03285406321245489 - - - -0.03837148741240202 - - -0.017406907325609084 - - -0.9991119199224473 - - 0.5776931461817634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965759579421296 - - -0.03770639985951906 - - -0.07358388044511414 - - 0.046966852496178046 - - - -0.03734776433309591 - - -0.9992828199659926 - - 0.006244214933408619 - - 0.03504762259270711 - - - -0.07376655442032194 - - -0.003474641053279419 - - -0.9972694832985244 - - 0.5765921510413758 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998699052510615 - - -0.027928626463067513 - - -0.042663735634450375 - - 0.02140734779956796 - - - -0.026844969065232226 - - -0.9993075104781152 - - 0.025765231183116813 - - -0.03053730659439239 - - - -0.043353778962006886 - - -0.024586405306981647 - - -0.9987572069946705 - - 0.5783271437842288 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990822126156186 - - -0.029620854870708577 - - -0.030940869280100695 - - 0.06026415308351306 - - - -0.028449551981053804 - - -0.9988865290883088 - - 0.037634093558748735 - - -0.0328409647002228 - - - -0.032021171545669226 - - -0.03671929959353468 - - -0.9988124636838505 - - 0.5775410305558254 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960088114577379 - - -0.039924419521638894 - - -0.07982786621477901 - - 0.0469841227747496 - - - -0.03737020643229396 - - -0.9987485342998695 - - 0.0332390268369633 - - 0.03509907174985065 - - - -0.08105501323022661 - - -0.03012317977439983 - - -0.9962543243923839 - - 0.5766499390309526 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991106230166684 - - -0.024876053929824574 - - -0.034046217354137126 - - 0.0214165427356501 - - - -0.02461377291658872 - - -0.9996642091437299 - - 0.008101304824031532 - - -0.030516186972645878 - - - -0.034236313441363575 - - -0.0072560938473625325 - - -0.9993874243475466 - - 0.5783943248623435 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998290891950648 - - -0.03007010576393278 - - -0.05011071529848252 - - 0.060228516320127885 - - - -0.02822507060562873 - - -0.9989118052371895 - - 0.037128839829523155 - - -0.032853429788726976 - - - -0.0511726532210999 - - -0.03565100415310919 - - -0.9980532878885716 - - 0.5774876275197994 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943949728036385 - - -0.04031284628029446 - - -0.09774207122642856 - - 0.04698281918494691 - - - -0.038106065070345536 - - -0.9989771999461337 - - 0.02434094888531715 - - 0.03510108090374235 - - - -0.09862335356144342 - - -0.02047995147856507 - - -0.9949140695154184 - - 0.5767174568886161 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994737535082252 - - -0.03052964869762274 - - 0.010961596534225381 - - -0.047241628672410184 - - - -0.030935050233152555 - - -0.998762362935286 - - 0.0389456679362083 - - -0.023570211524610064 - - - 0.009759032495679469 - - -0.03926427045450886 - - -0.999181203961736 - - 0.5793747736474405 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9983100528390234 - - -0.02749269595940157 - - -0.051197559213602216 - - 0.021417028250284003 - - - -0.026771479087771423 - - -0.9995331965200697 - - 0.014719951148822541 - - -0.030551259790408715 - - - -0.05157835115626922 - - -0.013324440823336984 - - -0.9985800583672523 - - 0.5782740825433064 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991104704436187 - - -0.02968442900326811 - - -0.029951669814570644 - - 0.06024713593275388 - - - -0.02854557508182631 - - -0.998879042999878 - - 0.037759867569886446 - - -0.03285879025357444 - - - -0.031038975388677763 - - -0.03687129141212009 - - -0.9988378696647535 - - 0.5775389683957834 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996431708819353 - - -0.03865394798580409 - - -0.07503147315930146 - - 0.046974289579160756 - - - -0.03706525078067672 - - -0.999060584797583 - - 0.022452507398442182 - - 0.03507657224077476 - - - -0.07582886550588612 - - -0.01959132994521579 - - -0.9969283639996747 - - 0.5766187459569645 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982587037758964 - - -0.026473338317233752 - - -0.0527135911697203 - - 0.021377514792440936 - - - -0.026724294587409554 - - -0.9996345914875546 - - -0.0040614751403213354 - - -0.03055627294142044 - - - -0.05258680836932855 - - 0.00546313644817508 - - -0.9986014128398158 - - 0.5785087692795463 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999043086327315 - - -0.03061766508721974 - - -0.03123251904986251 - - 0.06024020711651563 - - - -0.029301414632874744 - - -0.99869772071641 - - 0.04176469485534395 - - -0.03284499933039263 - - - -0.03247058302688039 - - -0.040809572657092175 - - -0.9986391941123882 - - 0.5776191997124251 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963277891294515 - - -0.040099388914115595 - - -0.07565035107079011 - - 0.04700955713050649 - - - -0.03817233288649286 - - -0.998913064346642 - - 0.026750007095412524 - - 0.03512819755599372 - - - -0.0766407829449965 - - -0.023764025044515247 - - -0.9967755321551899 - - 0.5767472774792795 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995188585238648 - - -0.030253179992830722 - - 0.006840800791711145 - - -0.04724381747221345 - - - -0.030485345872594865 - - -0.9988554922887651 - - 0.0368557893905011 - - -0.023565530504224535 - - - 0.005717966612245319 - - -0.03704660071977046 - - -0.9992971801385868 - - 0.5793990447480963 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989675177765949 - - -0.029211655488893498 - - -0.03479335584370898 - - 0.021427248963837124 - - - -0.02815083077028864 - - -0.9991352531775016 - - 0.030598636977348135 - - -0.030527835127890764 - - - -0.03565710524161111 - - -0.02958758255632191 - - -0.9989259961600062 - - 0.5781107312173843 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979383418499546 - - -0.028287172407003774 - - -0.05760991011084556 - - 0.060238823246057595 - - - -0.027542717975263063 - - -0.9995270740566763 - - 0.013675778377684671 - - -0.032853134318712354 - - - -0.05796951399053111 - - -0.012060850090970826 - - -0.99824549653018 - - 0.5775065666575536 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962989400007822 - - -0.03890383188933597 - - -0.07664798769468127 - - 0.04695983943203699 - - - -0.037308211418044405 - - -0.9990584909222169 - - 0.02214111733877462 - - 0.03506525030973124 - - - -0.07743719722526267 - - -0.01919957240537326 - - -0.9968123478896851 - - 0.576412167475165 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998785902943298 - - -0.026024499820168072 - - -0.041826373149614224 - - 0.021424555341755865 - - - -0.02660450484622324 - - -0.9995566154799812 - - -0.013370593557978854 - - -0.030536111091884355 - - - -0.04145986497358599 - - 0.014467130306852607 - - -0.9990354256667062 - - 0.5785034024252476 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985582594148013 - - -0.030864889797137727 - - -0.043917663101456034 - - 0.06023140472519592 - - - -0.02850800544370623 - - -0.9981706645558711 - - 0.05331620809578273 - - -0.03282907264349848 - - - -0.04548292185099881 - - -0.05198733497595098 - - -0.9976114578441823 - - 0.5775192867703454 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968977160970801 - - -0.03865815287134187 - - -0.06856012585316287 - - 0.0470125155386001 - - - -0.03745007065338405 - - -0.9991212662395346 - - 0.018819871305767514 - - 0.03506463106309956 - - - -0.06922742121791128 - - -0.016193905164754756 - - -0.9974694589745757 - - 0.5766154209201034 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994075627423888 - - -0.030473518408672785 - - 0.015996506153363253 - - -0.047222738817668954 - - - -0.031072043336650017 - - -0.9987713016034706 - - 0.03860589613251205 - - -0.02358842361633041 - - - 0.014800393785425128 - - -0.039080068693711965 - - -0.9991264667571823 - - 0.5795089688313138 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9985365094399171 - - -0.02599207134831834 - - -0.047426274812282475 - - 0.021417281824200995 - - - -0.0264463195613461 - - -0.9996099386560615 - - -0.0089756738847309 - - -0.03054871280223618 - - - -0.04717447929978002 - - 0.010216788490020057 - - -0.9988344135720123 - - 0.5784237914054129 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983649316368708 - - -0.028953589954345126 - - -0.04928643734803743 - - 0.060242864608717694 - - - -0.027144848727952142 - - -0.9989472407599619 - - 0.03698063500801684 - - -0.032844509612240266 - - - -0.05030527273798412 - - -0.035582296255514644 - - -0.9980998345496018 - - 0.5775469233214583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957274288283324 - - -0.03889219969580459 - - -0.08375132405962184 - - 0.04695704632230854 - - - -0.03755748173827573 - - -0.9991420243288053 - - 0.01745424835439422 - - 0.0350614122558852 - - - -0.08435830157368758 - - -0.01423418501212645 - - -0.9963338119990931 - - 0.5765734262796023 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.99914981503398 - - -0.027182369599834673 - - -0.030996223971661744 - - 0.021411293438319393 - - - -0.026659856852030747 - - -0.9994974752903719 - - 0.01714785469970584 - - -0.03052311726951134 - - - -0.03144676692750247 - - -0.016306920957402667 - - -0.9993723956457357 - - 0.5783264943356651 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981175857773326 - - -0.02996092742426921 - - -0.053512874991976704 - - 0.06023877640873094 - - - -0.028340495686709252 - - -0.9991240840533546 - - 0.030787675598776966 - - -0.032836840798614084 - - - -0.054388429525597325 - - -0.02921313903745343 - - -0.9980924262017603 - - 0.5774551084502587 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968729390773814 - - -0.03885911635619055 - - -0.06880633990585082 - - 0.046969234020835776 - - - -0.03760270230413844 - - -0.9991032194240551 - - 0.019462623561985783 - - 0.03507581825824636 - - - -0.06950093607031331 - - -0.016814458436276394 - - -0.9974401705730754 - - 0.576432535360279 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9979510621991128 - - -0.027148495526164686 - - -0.05793648803930255 - - 0.02141113722791965 - - - -0.02526634417021154 - - -0.9991367416904908 - - 0.03297549478601557 - - -0.030516905230702454 - - - -0.05878170895725004 - - -0.03144408680143119 - - -0.9977755158838535 - - 0.5781974431092681 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983120879446591 - - -0.02804855725701801 - - -0.05085522096476421 - - 0.06024483686551947 - - - -0.027033383877201913 - - -0.9994234594271368 - - 0.020541297496552563 - - -0.032856389202561245 - - - -0.051402054625501604 - - -0.019131836882375394 - - -0.9984947679371099 - - 0.5775017049024176 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968253945328098 - - -0.039106416510776634 - - -0.06935287306372959 - - 0.046980684771583056 - - - -0.037668802107349214 - - -0.9990498905947883 - - 0.021917514693473753 - - 0.03508926419086208 - - - -0.07014409570523733 - - -0.01923549558048689 - - -0.9973513932147823 - - 0.5765061744749226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993616412759859 - - -0.0318169010315605 - - 0.01624791540215534 - - -0.047214297170404165 - - - -0.03242067437184637 - - -0.9987380029693552 - - 0.0383575455166185 - - -0.023558435036110794 - - - 0.015006992351647819 - - -0.03885982801728078 - - -0.9991319752400207 - - 0.5793554877594741 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9984320715858453 - - -0.02701505789713546 - - -0.04902637122622725 - - 0.021431663867410508 - - - -0.025574380874874552 - - -0.9992292849502944 - - 0.029778971449512852 - - -0.030520144148070152 - - - -0.04979306650191646 - - -0.028478461063380332 - - -0.9983534583421835 - - 0.5784090019968245 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988117337325326 - - -0.02911937794078037 - - -0.039079180986226085 - - 0.060244272079739994 - - - -0.027566367517474353 - - -0.9988310314321186 - - 0.039707254124939736 - - -0.03285147481616334 - - - -0.040189749191849346 - - -0.03858280026894112 - - -0.998446869684764 - - 0.5775190563074353 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961918387446678 - - -0.03878607028964215 - - -0.07808624187399964 - - 0.04698167253604997 - - - -0.037732311286603606 - - -0.9991764062635818 - - 0.014925878572619258 - - 0.035051342258885954 - - - -0.07860084670974406 - - -0.011922664034546438 - - -0.9968348694637595 - - 0.5765898152851159 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989149100408998 - - -0.02683789945491699 - - -0.03806218137244361 - - 0.02141688482896068 - - - -0.025853814549620012 - - -0.9993245536150072 - - 0.026115451659878955 - - -0.030563951961921534 - - - -0.03873735627549824 - - -0.025103061466948295 - - -0.998934058651406 - - 0.578296383544761 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988920434966926 - - -0.028137578305411363 - - -0.037722170220022964 - - 0.060247967307030706 - - - -0.027303919228466065 - - -0.9993753656729683 - - 0.02243600857518863 - - -0.03285290767612124 - - - -0.03832990260575866 - - -0.021381187364769533 - - -0.9990363674026612 - - 0.5775705627465434 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962200679038667 - - -0.03974456874572244 - - -0.0772395336652922 - - 0.04697518362328648 - - - -0.037617094431163615 - - -0.998876928879666 - - 0.02880685957343926 - - 0.03508678319571844 - - - -0.07829770438634957 - - -0.025792444768642474 - - -0.9965963171117403 - - 0.5765292805255688 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999164546156843 - - -0.02638317870301662 - - -0.031211177240127782 - - 0.021423455684337935 - - - -0.02595673961951393 - - -0.9995651656313558 - - 0.013990258206540112 - - -0.03052281820687941 - - - -0.03156671302994241 - - -0.013168429590714204 - - -0.9994148963721725 - - 0.5784404438155109 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985576485143819 - - -0.029472728770822635 - - -0.04487739801091139 - - 0.06025616673047038 - - - -0.028218921895376444 - - -0.9992005045382746 - - 0.028320384487500478 - - -0.032847402237296056 - - - -0.04567619774555314 - - -0.027013144749524026 - - -0.9985909948373508 - - 0.577579697202059 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961395528124489 - - -0.03934284566039855 - - -0.07847376515725706 - - 0.04697913204413732 - - - -0.037590740271296864 - - -0.9990125745431656 - - 0.023681472726413844 - - 0.03508165862442646 - - - -0.07932797469033338 - - -0.0206401647274929 - - -0.996634865952196 - - 0.5765369051869635 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989861402934614 - - -0.026729451627283272 - - -0.03622468657252041 - - 0.02142243928520046 - - - -0.02660972266269206 - - -0.9996387391525055 - - 0.0037833642971281463 - - -0.030540286084385006 - - - -0.03631272726451745 - - -0.002815599633274419 - - -0.9993365090085116 - - 0.5784210287840589 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985993729461743 - - -0.02877257955728754 - - -0.04440079973521814 - - 0.06024846949994908 - - - -0.0278276139750591 - - -0.9993759542475065 - - 0.02175605599234499 - - -0.032854072273977845 - - - -0.044999069456628585 - - -0.020490015556522013 - - -0.9987768734860315 - - 0.5775701456104502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962012044435852 - - -0.039901154689774225 - - -0.07740192581307631 - - 0.04698981013819033 - - - -0.03754473260027575 - - -0.9987931484907709 - - 0.03166448455079359 - - 0.035087987120354276 - - - -0.07857196267832472 - - -0.028638163040187542 - - -0.9964970156997763 - - 0.5766204100958582 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992916025064461 - - -0.026875442506891337 - - -0.026343950921562838 - - 0.02142734531822688 - - - -0.02638698245900765 - - -0.9994765599108352 - - 0.018717193847121484 - - -0.030548911398968245 - - - -0.026833194308672155 - - -0.018008797263045585 - - -0.9994776950509359 - - 0.5782937691244938 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986092960843886 - - -0.029917333231868383 - - -0.04340998670968656 - - 0.060253314761686286 - - - -0.028541991058590614 - - -0.9990814090117305 - - 0.031963931446973355 - - -0.03286383368032015 - - - -0.044326386275593835 - - -0.030680471629830307 - - -0.9985458828418042 - - 0.5775180152560342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968599961632086 - - -0.04019839027712576 - - -0.06822197203698759 - - 0.04698524954002847 - - - -0.03742226583389594 - - -0.9984376753226601 - - 0.041494367282077456 - - 0.035108745500216365 - - - -0.06978339393684475 - - -0.03881105403632574 - - -0.9968068920383952 - - 0.5765933279844477 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984223772170755 - - -0.026766670667340956 - - -0.04935891017425173 - - 0.02143288289026904 - - - -0.026027413661744343 - - -0.9995401291852127 - - 0.015559687866075846 - - -0.03055514712506394 - - - -0.04975269249281074 - - -0.014250455775005 - - -0.9986598991147694 - - 0.5785479316705818 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989418965428458 - - -0.027213992843192685 - - -0.037074060000395516 - - 0.06026515394591864 - - - -0.02681767854638305 - - -0.9995782052604502 - - 0.011145567983775832 - - -0.03285021125116523 - - - -0.03736173776425738 - - -0.010139534596260326 - - -0.9992503642178004 - - 0.5778010228541792 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968536627736296 - - -0.03906794793442021 - - -0.06896716942859242 - - 0.0469893029965988 - - - -0.03720015104313271 - - -0.9989109161131663 - - 0.028162571479246702 - - 0.0350743586366901 - - - -0.06999231227189777 - - -0.02550837341245027 - - -0.9972213390760774 - - 0.5765312775447958 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998959319583305 - - -0.027453812205577178 - - -0.03642205393770625 - - 0.021431295478669257 - - - -0.026499200496717206 - - -0.9992991509417029 - - 0.026438594898876077 - - -0.03053613829789935 - - - -0.03712236779483583 - - -0.02544592546112236 - - -0.9989867039589327 - - 0.5784380915158411 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980200180818113 - - -0.02945892694453354 - - -0.05557171160993296 - - 0.060233947617156954 - - - -0.027120239198807784 - - -0.9987334539090041 - - 0.04237901212617793 - - -0.032849053217340544 - - - -0.05674976769803003 - - -0.040787984336908854 - - -0.9975549128744502 - - 0.577460804217062 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967466587868553 - - -0.04079262019560407 - - -0.0695130227714019 - - 0.04700074330548028 - - - -0.03813397875677584 - - -0.998505255358255 - - 0.03915424224938821 - - 0.03509383739048817 - - - -0.07100632268620882 - - -0.03637605200572491 - - -0.9968123619714288 - - 0.5765113545977392 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9996174955417565 - - -0.027643539360832105 - - 0.0008350679209501762 - - -0.04724508686049148 - - - -0.027600446420512115 - - -0.9952338176890423 - - 0.09353001382167053 - - -0.023547592580715444 - - - -0.0017544127835016252 - - -0.09351728642181384 - - -0.9956161103437835 - - 0.5791214391923764 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990513846426705 - - -0.027942697231632778 - - -0.033399648426057485 - - 0.021431537299333975 - - - -0.027212757807203183 - - -0.9993850487628002 - - 0.022113121034869457 - - -0.030534466802788197 - - - -0.03399700951685963 - - -0.02118324764519326 - - -0.9991974146099027 - - 0.5784742037179218 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998876726321842 - - -0.029507051589530913 - - -0.037075861676472456 - - 0.060245822664745784 - - - -0.028058804731801824 - - -0.9988454598884481 - - 0.03899295753410831 - - -0.032843150688312096 - - - -0.038183623316583946 - - -0.03790885340823327 - - -0.9985514156735695 - - 0.5777472645315374 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962998852940832 - - -0.03857744795182554 - - -0.07680051479333108 - - 0.04700367579311303 - - - -0.03709145760144698 - - -0.9990978213200505 - - 0.02068253385174564 - - 0.03509222375779526 - - - -0.07752910637945298 - - -0.017757363065859035 - - -0.996831938553812 - - 0.5766173118250356 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987583865823091 - - -0.02781024211442417 - - -0.041331291596561966 - - 0.02141103056917047 - - - -0.02646894697235711 - - -0.999116205464043 - - 0.03265276137337039 - - -0.0305398826495733 - - - -0.04220284442638284 - - -0.03151822350115613 - - -0.9986117972013215 - - 0.578486800775422 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989051742637884 - - -0.02963198056850876 - - -0.036199427573071534 - - 0.06024304835380237 - - - -0.028389793428380206 - - -0.9990062031158385 - - 0.034360235231576886 - - -0.032855988457222145 - - - -0.03718161451745248 - - -0.03329492249071796 - - -0.998753711221246 - - 0.5775127976746792 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957194532861796 - - -0.03864374279593577 - - -0.0839608926238472 - - 0.0469828605339347 - - - -0.038418029575696705 - - -0.9992524905653362 - - 0.004302917904632504 - - 0.035074462132788524 - - - -0.0840644119172467 - - -0.001058887007511134 - - -0.9964597600542197 - - 0.576648206923076 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987586342895494 - - -0.02583946572118489 - - -0.04258535479854245 - - 0.02141504765942239 - - - -0.026066414118782674 - - -0.9996487730253858 - - -0.004782535292959234 - - -0.030532809635547185 - - - -0.04244681951645093 - - 0.005886645911211632 - - -0.9990813855301546 - - 0.5785481445053392 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991698885451629 - - -0.027665166347155153 - - -0.029902715522692816 - - 0.060276638695997836 - - - -0.027309181630154538 - - -0.9995519923927226 - - 0.012248391830366126 - - -0.03286038841378298 - - - -0.030228172676132606 - - -0.011421605610560345 - - -0.9994777658867351 - - 0.5776967888152097 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946507116293839 - - -0.039041998891012994 - - -0.09563307052350876 - - 0.04695517322864957 - - - -0.03795365492001722 - - -0.999192659926013 - - 0.013173778053051586 - - 0.03506405642341797 - - - -0.09607019274141441 - - -0.009473683157724398 - - -0.995329476803563 - - 0.576613794841123 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992069536965715 - - -0.028695618953342515 - - -0.027604802794118248 - - 0.021417023533207045 - - - -0.027775145978004942 - - -0.9990637297634688 - - 0.033169340316129746 - - -0.030525824215154033 - - - -0.028530771989522204 - - -0.032376308066104205 - - -0.9990684509710488 - - 0.5784209591542101 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990775051007287 - - -0.029249653270081256 - - -0.0314419558119948 - - 0.060260750794502514 - - - -0.028944945891915527 - - -0.9995299486247169 - - 0.010103064366096433 - - -0.0328748493234988 - - - -0.0317226876070974 - - -0.009183658631037511 - - -0.9994545169767014 - - 0.577680899208046 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952117844061359 - - -0.03932259373807839 - - -0.0894831704895675 - - 0.04695242203058978 - - - -0.03779931086888548 - - -0.9991112032667291 - - 0.01865517635262026 - - 0.035026923809526815 - - - -0.09013720806077988 - - -0.015183449167433718 - - -0.9958136103681194 - - 0.5764417844787554 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984159195300424 - - -0.027155256324192984 - - -0.04927721261341159 - - 0.021423127891922418 - - - -0.026302777014594044 - - -0.9994943472730632 - - 0.017866552283900966 - - -0.03057279126516311 - - - -0.04973746626337671 - - -0.016542122692091252 - - -0.9986253264495842 - - 0.5783751585440365 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976836050045166 - - -0.027596715275884195 - - -0.062175924690940604 - - 0.060244163360304206 - - - -0.026146650896488283 - - -0.9993695872961439 - - 0.024016257710826442 - - -0.03285808018395848 - - - -0.06279949802417935 - - -0.02233493437459447 - - -0.9977762142657012 - - 0.5774705385875787 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960271865562459 - - -0.038302339267271855 - - -0.08039138291822184 - - 0.04696939706050045 - - - -0.03711058760000304 - - -0.9991787566837828 - - 0.01626703660270724 - - 0.03503081643022157 - - - -0.08094842758714876 - - -0.013219039242929907 - - -0.9966306282031789 - - 0.5765827169918328 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984906538639439 - - -0.026624797134292808 - - -0.04803680176605979 - - 0.021414011671756165 - - - -0.027037896394114993 - - -0.9996026339924378 - - -0.007970337129783112 - - -0.03056958842465343 - - - -0.04780550496475354 - - 0.009257121201488572 - - -0.998813766125661 - - 0.5783617687319336 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991323210775066 - - -0.030269088351354088 - - -0.028607468756466404 - - 0.06025529998716201 - - - -0.028725314571351728 - - -0.9981857500687149 - - 0.05291563722128415 - - -0.03286340294344048 - - - -0.030157275756459986 - - -0.05204796489907732 - - -0.9981891344173277 - - 0.5775449709965643 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9948187281140981 - - -0.03867015005092659 - - -0.09402296362318692 - - 0.04696014951037446 - - - -0.038089771390330436 - - -0.9992426152513058 - - 0.007960224944222672 - - 0.03502620649465647 - - - -0.09425957515754395 - - -0.00433766766466517 - - -0.9955382047567786 - - 0.5764797510970876 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987465002296876 - - -0.02540645060321547 - - -0.043127028029961476 - - 0.021413513015205526 - - - -0.024968792714301895 - - -0.9996314290501931 - - 0.01065670894123755 - - -0.0305538921221638 - - - -0.043381881809586534 - - -0.009566520935763427 - - -0.9990127596821994 - - 0.5783442969968617 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988697519844623 - - -0.02979898158360263 - - -0.03703024800185555 - - 0.06025818387179605 - - - -0.02857254099286056 - - -0.9990395860599546 - - 0.03321920207297661 - - -0.03287465393376397 - - - -0.037984582026265847 - - -0.03212360785674707 - - -0.9987618561732097 - - 0.5775829269689413 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967474179882714 - - -0.04004606626650552 - - -0.06993495056331298 - - 0.04698449307795797 - - - -0.03756198580589028 - - -0.9986281653310306 - - 0.03648129150534407 - - 0.03507846527554029 - - - -0.07129994359066827 - - -0.03373573749243436 - - -0.9968842550967535 - - 0.5764639917362084 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988452806053153 - - -0.026403176224228955 - - -0.04013698665522064 - - 0.021411915923414338 - - - -0.026458586877070825 - - -0.9996495490384032 - - -0.0008498751590142427 - - -0.030545627853508263 - - - -0.04010048120605966 - - 0.0019108617400860556 - - -0.9991938250482001 - - 0.5785362393785682 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979531920282507 - - -0.030328369373939703 - - -0.05629934752502339 - - 0.06023640828714566 - - - -0.02801216134251031 - - -0.9987464109879856 - - 0.041484037358223834 - - -0.032853224772287914 - - - -0.05748691448970498 - - -0.03982206109350966 - - -0.9975517320483773 - - 0.5774590987300883 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995865876080476 - - -0.03960217936442605 - - -0.08174854278856433 - - 0.046965679293420784 - - - -0.037887241355829236 - - -0.9990303794876956 - - 0.022424491145100263 - - 0.03508548136526818 - - - -0.08255733644510976 - - -0.01923455874875648 - - -0.9964006814273213 - - 0.5764881487154959 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986746831911589 - - -0.02728924214469968 - - -0.043636847001202544 - - 0.021424116701921837 - - - -0.02604664780220084 - - -0.9992459171291884 - - 0.02879529890305038 - - -0.030519281690540294 - - - -0.044389743086737043 - - -0.02762054242435972 - - -0.9986323929979832 - - 0.578358884944923 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991568009365688 - - -0.027846082413113177 - - -0.030170893862195056 - - 0.060273014787642826 - - - -0.027239116494869833 - - -0.999421882724169 - - 0.020345290970063854 - - -0.03284391830069048 - - - -0.030719988196297218 - - -0.01950630734710598 - - -0.9993376738114599 - - 0.5776248110187473 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962269240815309 - - -0.038833725731975466 - - -0.07761351351939538 - - 0.04696579091327286 - - - -0.03720205703215926 - - -0.999057574926185 - - 0.0223599851338851 - - 0.035044220242549044 - - - -0.07840869012824811 - - -0.0193882368560243 - - -0.996732749328519 - - 0.5764504099489927 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994741140229497 - - -0.027209655211902214 - - 0.0176388792526391 - - -0.04724059154504271 - - - -0.028632435845556855 - - -0.9958678705448817 - - 0.08618217932933275 - - -0.023551600587639256 - - - 0.015221005735162522 - - -0.08664190140834052 - - -0.9961232363040017 - - 0.579154989812136 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989537422802174 - - -0.027458538324726424 - - -0.036571156085341075 - - 0.021411709910006904 - - - -0.026299530899464463 - - -0.9991480390674004 - - 0.031804570461458105 - - -0.0305563186959811 - - - -0.037413305906013744 - - -0.030809490434592874 - - -0.9988248193954458 - - 0.5783178378418689 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997810813300829 - - -0.030453386485844995 - - -0.05870410642776142 - - 0.0602341425460136 - - - -0.02784398984654543 - - -0.9986093503660597 - - 0.0447669251892726 - - -0.03285414287384988 - - - -0.05998577405821868 - - -0.04303436548876034 - - -0.9972711518426752 - - 0.5774230796085502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951131639696258 - - -0.038604663551774165 - - -0.09088163096255987 - - 0.046951147790404456 - - - -0.03821655089481883 - - -0.9992514223609471 - - 0.006007507580400414 - - 0.03503260313334243 - - - -0.0910455168147467 - - -0.002504967400818956 - - -0.9958435815961547 - - 0.5763854165362412 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994141869488453 - - -0.03015064781212062 - - 0.016193250504081286 - - -0.04723006321327825 - - - -0.031145747274795434 - - -0.9973866475051931 - - 0.06519062666553901 - - -0.023563566109487063 - - - 0.014185392207233312 - - -0.06565678803338296 - - -0.9977414298469649 - - 0.5793997978866987 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991318255689093 - - -0.027367998647889177 - - -0.03140999499120763 - - 0.021412655769540673 - - - -0.026813813629906376 - - -0.9994796085530908 - - 0.017931299037729848 - - -0.030518677299083533 - - - -0.03188439326628625 - - -0.017073509790578516 - - -0.9993457263277165 - - 0.5783288862289031 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983967425062171 - - -0.02994716581182904 - - -0.048032403779252705 - - 0.060248723571607155 - - - -0.02791492216250161 - - -0.9987091058406808 - - 0.04243676509312297 - - -0.0328357865494617 - - - -0.049241259870517404 - - -0.041027907218699824 - - -0.9979438907852574 - - 0.5774239849905634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995590879734546 - - -0.04020825111747593 - - -0.08474725205849933 - - 0.0470021337428978 - - - -0.038563199995105074 - - -0.9990363072056858 - - 0.02096035522036721 - - 0.035103099374378215 - - - -0.08550836096856464 - - -0.017599813263226488 - - -0.9961819948069576 - - 0.576632661965472 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988400292169564 - - -0.029482700376801847 - - -0.03807054520704174 - - 0.02141656962784509 - - - -0.027642955086038257 - - -0.998465776267276 - - 0.04797875214194805 - - -0.03052037251196515 - - - -0.03942667964692123 - - -0.04687071581999726 - - -0.998122574101268 - - 0.5783351175039826 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986208990323181 - - -0.029319318971763122 - - -0.043550861655274095 - - 0.060251885354421414 - - - -0.02804201525603595 - - -0.9991667354156921 - - 0.029656031749510155 - - -0.03284478299165267 - - - -0.0443840669189413 - - -0.028393879160476095 - - -0.9986109563939075 - - 0.5776080433340653 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996498194112768 - - -0.038650459552943 - - -0.07414506798391038 - - 0.046965064260694474 - - - -0.037153165508805104 - - -0.9990789444990296 - - 0.02146869701171596 - - 0.035049951399172746 - - - -0.07490655126667967 - - -0.0186387938196613 - - -0.9970163508901351 - - 0.5764631667298523 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999569824669957 - - -0.029176768272701496 - - 0.002980235298138138 - - -0.04724263640816394 - - - -0.029321811661112546 - - -0.9963492929879914 - - 0.08017679042740944 - - -0.023579464021501666 - - - 0.0006300556970883114 - - -0.08022968624824336 - - -0.9967762038062143 - - 0.5791719027602498 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9978896251289222 - - -0.02604918567646733 - - -0.05947887007712806 - - 0.021384549650913527 - - - -0.025394313144193513 - - -0.9996085768143285 - - 0.011739762313145562 - - -0.030594725649752973 - - - -0.059761399916615 - - -0.010204561961566085 - - -0.9981605291711252 - - 0.5782544016034663 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992566464117464 - - -0.029441965243323688 - - -0.024886246895845877 - - 0.06022139657454616 - - - -0.02846329977719573 - - -0.9988413356491094 - - 0.0388049837584978 - - -0.03287902052332048 - - - -0.025999907071825624 - - -0.03806779322885303 - - -0.9989368588409091 - - 0.577355659067504 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971510284898075 - - -0.03890215911118272 - - -0.06462544698651797 - - 0.046967332056946455 - - - -0.03744374486009577 - - -0.9990193712953261 - - 0.02362756330101061 - - 0.03504805267222952 - - - -0.06548123664509607 - - -0.02114043029787794 - - -0.9976298360886413 - - 0.5763217483195522 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986332685864987 - - -0.025617156843255377 - - -0.04555607695482507 - - 0.02141534809723243 - - - -0.025551619053563165 - - -0.999671462303696 - - 0.0020204502796554984 - - -0.030575931450521676 - - - -0.045592868257957594 - - -0.0008536573428643781 - - -0.9989597397458789 - - 0.5783757837685302 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982286423562214 - - -0.029935740297556804 - - -0.051414288213415184 - - 0.06024922164107066 - - - -0.028018610880452193 - - -0.9988995253466181 - - 0.03761244084914704 - - -0.032861975534948976 - - - -0.052483664353631936 - - -0.03610525882940063 - - -0.9979688748958441 - - 0.5775217217929453 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974633105179045 - - -0.03858914360585147 - - -0.0598148992010303 - - 0.046985353242481716 - - - -0.036805656547803364 - - -0.9988526860982894 - - 0.030637479013738263 - - 0.03507907263365634 - - - -0.06092854681302994 - - -0.028358234606531592 - - -0.9977392057613319 - - 0.576505163984963 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992352752082163 - - -0.025776693655188455 - - -0.029401136776777633 - - 0.02142319634281952 - - - -0.025673136215649768 - - -0.9996628051756876 - - 0.0038943581150118643 - - -0.030539713624219242 - - - -0.02949160654174186 - - -0.0031365606134480684 - - -0.9995601068125445 - - 0.5784818172553772 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99864180901084 - - -0.030509042632740593 - - -0.04223429427835424 - - 0.060256364392406184 - - - -0.028431919434357907 - - -0.998397094339303 - - 0.04893738828456718 - - -0.0328385609527747 - - - -0.04365962955448877 - - -0.04767011991247693 - - -0.9979085110443213 - - 0.5775900815770801 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995602800133586 - - -0.03886242116138323 - - -0.08523365877186 - - 0.046978384787346374 - - - -0.037631513769361295 - - -0.9991635592332287 - - 0.01600159591455885 - - 0.0350776240556023 - - - -0.08578422662464798 - - -0.01272376209545465 - - -0.9962324891010881 - - 0.5766329725426289 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994786124622227 - - -0.02969767855461335 - - 0.012670876806955738 - - -0.04723852515606733 - - - -0.030502914641764692 - - -0.9971523535608772 - - 0.06896923942136142 - - -0.023560594061296992 - - - 0.010586568327244085 - - -0.06931977839311602 - - -0.9975383165044751 - - 0.5792890604894088 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991897806039327 - - -0.02560163068180436 - - -0.031053805613760994 - - 0.021408123539824027 - - - -0.024788432518827928 - - -0.9993468396105152 - - 0.02629501423722003 - - -0.03052677463780033 - - - -0.031706717741265406 - - -0.025503934341755654 - - -0.9991717737121921 - - 0.5784441215677334 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987569680419685 - - -0.030167927618024164 - - -0.03967889780283808 - - 0.060245155159529 - - - -0.029044211375518394 - - -0.9991689410636445 - - 0.028598269166687895 - - -0.03285387712460576 - - - -0.04050867281445569 - - -0.02741027830923609 - - -0.9988031458049291 - - 0.5775978531476446 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996517171608595 - - -0.03861797944659044 - - -0.07390655148678382 - - 0.046958652596700734 - - - -0.03771038144229706 - - -0.9991956541768187 - - 0.013637148002284662 - - 0.03502429734805178 - - - -0.07437374416205203 - - -0.010802607908393129 - - -0.9971719259193449 - - 0.5762478050906819 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986125515702402 - - -0.026926897270785465 - - -0.045253884360822984 - - 0.021424235411974146 - - - -0.02616865661071446 - - -0.9995084383354258 - - 0.017265083477046292 - - -0.030569377470626952 - - - -0.04569653441525608 - - -0.016056895703947034 - - -0.9988263126503969 - - 0.578229940037901 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988850731769711 - - -0.030372524815486805 - - -0.036140286669724124 - - 0.06024865396844037 - - - -0.02901304267978862 - - -0.9988729345420079 - - 0.03756466416591355 - - -0.032851511609007254 - - - -0.03724048789554139 - - -0.0364742426346284 - - -0.998640463673254 - - 0.5775680472243998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958707117808452 - - -0.037839723886577095 - - -0.08252078958238641 - - 0.04698950903176022 - - - -0.03754692072875235 - - -0.9992818629374874 - - 0.005097759112900314 - - 0.03506236645275726 - - - -0.08265442614223194 - - -0.0019783074513274107 - - -0.9965763052264117 - - 0.5766480757465475 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985278982568135 - - -0.024380164076060647 - - -0.048452492221299444 - - 0.02138321634758564 - - - -0.024724850599810354 - - -0.9996729848914063 - - -0.006527253719789718 - - -0.030537243737200615 - - - -0.04827751200763953 - - 0.007715625569570696 - - -0.9988041604621107 - - 0.5784784293230155 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983330844616338 - - -0.029746395147798744 - - -0.04945911892696118 - - 0.060220652152679174 - - - -0.02765100950199088 - - -0.9987127483266176 - - 0.042523734589227695 - - -0.03283059218130012 - - - -0.05066038040560971 - - -0.04108525654788205 - - -0.9978704963829494 - - 0.5772567628839945 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967964172320577 - - -0.03887075400269389 - - -0.06989969296495951 - - 0.046991371708398656 - - - -0.037342090525598316 - - -0.9990367801249906 - - 0.023045178078504876 - - 0.03507543028390754 - - - -0.07072814763947641 - - -0.020361150280719373 - - -0.9972877983264085 - - 0.5765658610099196 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995765331043268 - - -0.02890864795896407 - - -0.003323332712716651 - - -0.047203323094335455 - - - -0.028559311509714455 - - -0.9965118176190515 - - 0.07841277365114414 - - -0.02354238043486722 - - - -0.005578547591068982 - - -0.07828465634311206 - - -0.9969154389355274 - - 0.5791535339194044 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990621420962655 - - -0.027619241277934733 - - -0.03334687003682148 - - 0.02142433875373014 - - - -0.02707694188399793 - - -0.999495413043085 - - 0.016605978563249912 - - -0.030538467185402405 - - - -0.03378868816974158 - - -0.015687473253004874 - - -0.9993058729611789 - - 0.5783469577776358 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982099980263623 - - -0.029746750030591386 - - -0.051883819277566245 - - 0.06024474161328171 - - - -0.02801479621507994 - - -0.9990360617535528 - - 0.033795243881046585 - - -0.03284164199660044 - - - -0.0528391051517452 - - -0.03228123570387889 - - -0.9980811343714466 - - 0.5775285233495917 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964410880006503 - - -0.03871671204557837 - - -0.07487439049808749 - - 0.04698355270118001 - - - -0.03773445438620141 - - -0.9991827453573319 - - 0.014489731963034144 - - 0.0350857761084121 - - - -0.07537419383486639 - - -0.011612820009138828 - - -0.997087695900004 - - 0.5764993223538177 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993583011121828 - - -0.027170463143645872 - - -0.023339921395141155 - - 0.021439754294572906 - - - -0.026856523201062424 - - -0.9995459546286637 - - 0.013660591020291596 - - -0.03052013861079299 - - - -0.023700488596701597 - - -0.013024995893767368 - - -0.9996342512750573 - - 0.5784596828913274 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992337141445914 - - -0.030228749722850053 - - -0.02486377298396857 - - 0.06025961948287946 - - - -0.029760754077618145 - - -0.9993767978342508 - - 0.018981924752008085 - - -0.03284139210542261 - - - -0.025422077679382687 - - -0.018227414538344575 - - -0.9995106199164225 - - 0.5776372625510906 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997667991429797 - - -0.021431269671775582 - - 0.002654809156336144 - - -0.036336256710253256 - - - -0.021428944172885045 - - -0.9997699675205308 - - -0.000901329924304653 - - 0.03740771714760813 - - - 0.0026735151086744085 - - 0.0008442299761930558 - - -0.9999960697886324 - - 0.579966041663392 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996843656061327 - - -0.037728065336200066 - - -0.06985211848093217 - - 0.04697761945165492 - - - -0.037128676607202045 - - -0.9992618500428053 - - 0.009859838864202228 - - 0.035054840382397486 - - - -0.07017254978753854 - - -0.007235201104160418 - - -0.9975086290961587 - - 0.5765037069636743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992152755427703 - - -0.027367890870123087 - - -0.028632702829221195 - - 0.021422273488744058 - - - -0.02663571737246293 - - -0.9993161364822444 - - 0.02564757154692148 - - -0.03052932335479024 - - - -0.029315041907521378 - - -0.02486479269009121 - - -0.9992609120757395 - - 0.5785324249343876 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990871952044219 - - -0.027495143473271977 - - -0.032692406823996024 - - 0.06026427847584147 - - - -0.02710255748786193 - - -0.9995558503665909 - - 0.012391665567609789 - - -0.032861185069246374 - - - -0.0330185971261441 - - -0.011494306560490553 - - -0.9993886396995494 - - 0.5777046224830539 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968979155546401 - - -0.039976633767407364 - - -0.06779686361064248 - - 0.04698752705898078 - - - -0.03717783470699198 - - -0.9984234095425603 - - 0.042053583484742495 - - 0.03508104446397119 - - - -0.06937113642800626 - - -0.03940258912857388 - - -0.9968124604962818 - - 0.5767902584006535 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998186678953974 - - -0.027154691419536355 - - -0.053721287147144484 - - 0.021398336987948664 - - - -0.025743206208006495 - - -0.9993094430812859 - - 0.026794109477703 - - -0.03057072900254339 - - - -0.054411775315351074 - - -0.02536256498228908 - - -0.9981964230573819 - - 0.5783143453307814 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977452270795879 - - -0.032665959202679326 - - -0.058629318171632194 - - 0.060214804628770324 - - - -0.028442545471134645 - - -0.9970365259171834 - - 0.0714785813661529 - - -0.0328267414559917 - - - -0.06079048812950945 - - -0.06964984634846075 - - -0.995717537987864 - - 0.5772334579668004 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968979155546401 - - -0.039976633767407364 - - -0.06779686361064248 - - 0.04698752705898078 - - - -0.03717783470699198 - - -0.9984234095425603 - - 0.042053583484742495 - - 0.03508104446397119 - - - -0.06937113642800626 - - -0.03940258912857388 - - -0.9968124604962818 - - 0.5767902584006535 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998186678953974 - - -0.027154691419536355 - - -0.053721287147144484 - - 0.021398336987948664 - - - -0.025743206208006495 - - -0.9993094430812859 - - 0.026794109477703 - - -0.03057072900254339 - - - -0.054411775315351074 - - -0.02536256498228908 - - -0.9981964230573819 - - 0.5783143453307814 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977452270795879 - - -0.032665959202679326 - - -0.058629318171632194 - - 0.060214804628770324 - - - -0.028442545471134645 - - -0.9970365259171834 - - 0.0714785813661529 - - -0.0328267414559917 - - - -0.06079048812950945 - - -0.06964984634846075 - - -0.995717537987864 - - 0.5772334579668004 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964340141077503 - - -0.039263316823073095 - - -0.07468364935624572 - - 0.046992466223125924 - - - -0.0378204386963241 - - -0.9990714222082138 - - 0.020637532402748265 - - 0.03503484269374807 - - - -0.07542459775121951 - - -0.01773937087125356 - - -0.9969937034781908 - - 0.5766097972998145 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989475366545301 - - -0.026958266688436327 - - -0.037108905521470406 - - 0.021418127498415724 - - - -0.026681377495428576 - - -0.9996124810856385 - - 0.007936734388939635 - - -0.03057818948430025 - - - -0.0373084857209819 - - -0.006938264550252 - - -0.9992797092797583 - - 0.5783897666754576 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982406341055857 - - -0.029384648231918078 - - -0.05149930940085074 - - 0.06025593699848576 - - - -0.02698086599444364 - - -0.998541445489024 - - 0.04676552694966692 - - -0.0328841700851265 - - - -0.052798383409608234 - - -0.04529375331076662 - - -0.9975774689819107 - - 0.5775435738185155 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996095560231739 - - -0.039540294024901716 - - -0.07893161619428803 - - 0.04700050552966266 - - - -0.037613962235592 - - -0.9989606514286773 - - 0.0257450333488396 - - 0.03508050107311374 - - - -0.07986754492005828 - - -0.022675582586070994 - - -0.9965475368605481 - - 0.5767212454560264 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984438365388528 - - -0.027275818019689684 - - -0.04864087816778437 - - 0.02141668992185823 - - - -0.026246690608308528 - - -0.9994205404878586 - - 0.02167243602063659 - - -0.030564853350643933 - - - -0.049203826169193374 - - -0.02036204808740096 - - -0.9985811787170827 - - 0.5783533589315296 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982770539481827 - - -0.030333079344907525 - - -0.05022775983450342 - - 0.06025554652908472 - - - -0.028077557187693426 - - -0.9985915044994378 - - 0.045018417607916535 - - -0.03286900558826245 - - - -0.05152256149405633 - - -0.04353058050387692 - - -0.9977226639793677 - - 0.5774758609832904 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9944911655186238 - - -0.03954515846666342 - - -0.09707472455410636 - - 0.04695487435187991 - - - -0.03859832157444327 - - -0.9991873233859517 - - 0.011613025292898614 - - 0.03504316387449645 - - - -0.0974550731211311 - - -0.007802129623642101 - - -0.9952093425487378 - - 0.576449412082829 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988824646737701 - - -0.02795363120827228 - - -0.03811057949607122 - - 0.021420209008790422 - - - -0.027254917733159904 - - -0.9994529943367096 - - 0.01873183308550373 - - -0.03054547418700602 - - - -0.03861335554718269 - - -0.017672198891377163 - - -0.9990979442275566 - - 0.5784397021536818 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9993332152413749 - - -0.0277207935388821 - - -0.023763049486767714 - - 0.060275958810587824 - - - -0.02732869585164948 - - -0.9994875071312065 - - 0.016669297276605106 - - -0.03286074452252768 - - - -0.02421295724160796 - - -0.016008769291312508 - - -0.9995786372304056 - - 0.5776858746933143 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959411385463959 - - -0.039240693134649014 - - -0.08100257127536734 - - 0.04698237461567246 - - - -0.037213026421641045 - - -0.9989587743394933 - - 0.02639238213349098 - - 0.035086401737680795 - - - -0.0819538846879811 - - -0.023270908285889458 - - -0.9963644040270104 - - 0.5766250899122888 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988524362067526 - - -0.028422522195629452 - - -0.03854829329392274 - - 0.02141045129069166 - - - -0.027397924069786615 - - -0.9992638785946006 - - 0.02685246157694404 - - -0.030501980410656437 - - - -0.03928313175526545 - - -0.025765503451592012 - - -0.9988958776526131 - - 0.5782463565673823 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990259817024633 - - -0.029360410772525835 - - -0.03294016033200345 - - 0.06023756944630995 - - - -0.028348019446956325 - - -0.9991237537673319 - - 0.030791467183459258 - - -0.03285065856455192 - - - -0.03381534676540418 - - -0.02982768742533707 - - -0.998982898445209 - - 0.5774851507438025 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952231530063937 - - -0.03936882302678377 - - -0.08933628318604951 - - 0.04698785037522665 - - - -0.037930967875116905 - - -0.9991229437294519 - - 0.01773654389813917 - - 0.03508092683900926 - - - -0.08995619709652637 - - -0.014263207454129987 - - -0.9958435838609648 - - 0.576641733016057 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991332051354498 - - -0.028903488801295948 - - -0.029957081481287968 - - 0.02140515277483613 - - - -0.028150684610261257 - - -0.9992846377062062 - - 0.025253748243581262 - - -0.030548997270232137 - - - -0.03066557274431324 - - -0.02438854607166945 - - -0.9992321159114 - - 0.5785218754219785 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982619660395627 - - -0.029476097844300428 - - -0.051031429675251226 - - 0.06027020439399634 - - - -0.027560534036121527 - - -0.9989035873534989 - - 0.037842306165919805 - - -0.032838779596686116 - - - -0.052090921689586865 - - -0.03637008149818547 - - -0.9979798359933658 - - 0.577683519415106 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959401195250948 - - -0.03929223883489667 - - -0.08099011228342283 - - 0.04699253361056565 - - - -0.037557470992212794 - - -0.9990335708383019 - - 0.022833324566115254 - - 0.03508903812516483 - - - -0.0818090135193494 - - -0.0196988402047914 - - -0.9964533310705413 - - 0.5766237348874643 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993250726564422 - - -0.028761024361478153 - - 0.02285175349672181 - - -0.04727393357401603 - - - -0.030281284097175756 - - -0.9971409659550788 - - 0.06923104684748137 - - -0.02356304464857325 - - - 0.02079526373053749 - - -0.06987630136069374 - - -0.9973388890013898 - - 0.5794743946025579 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9983901428696612 - - -0.028805754532213894 - - -0.048860527284581894 - - 0.02142105619832018 - - - -0.027652410962159223 - - -0.9993265848695857 - - 0.024118891783634903 - - -0.030559546815594498 - - - -0.049522386742536846 - - -0.022728952433420095 - - -0.998514360403796 - - 0.5783966491014642 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982879760928036 - - -0.03086756464863951 - - -0.04968209175543874 - - 0.060253558943192474 - - - -0.02894171379646096 - - -0.9988189375917241 - - 0.0390270048897353 - - -0.03286003820932941 - - - -0.05082808270097855 - - -0.037522304843942395 - - -0.9980022959132614 - - 0.5775611776253691 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950916136725284 - - -0.038365869842717476 - - -0.09121809266705258 - - 0.04695718730370131 - - - -0.03778802444299682 - - -0.999253319844753 - - 0.008054066546535142 - - 0.03503117880734953 - - - -0.09145898319628754 - - -0.004567582561071451 - - -0.9957983689393399 - - 0.5765999921817396 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987933804203684 - - -0.02575793055225788 - - -0.041812823895526006 - - 0.021424630803751198 - - - -0.02589063932872099 - - -0.9996613074296438 - - -0.002635379138730775 - - -0.030589979404801747 - - - -0.041730780289892695 - - 0.00371475998145662 - - -0.9991219858128818 - - 0.5785016909612524 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998514298198437 - - -0.029530953432478444 - - -0.0457943127762798 - - 0.060234657498863406 - - - -0.027540930911430322 - - -0.9986740013363372 - - 0.04349409361512447 - - -0.03286155493122174 - - - -0.0470180116318712 - - -0.04216825635757517 - - -0.9980035795216101 - - 0.577387103892532 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953114759657951 - - -0.041035799727959496 - - -0.08758498131230734 - - 0.046984900851360846 - - - -0.03804975142164743 - - -0.9986452338189012 - - 0.03549525866286093 - - 0.03508954056214077 - - - -0.08892290046743452 - - -0.03199625152231685 - - -0.9955244636175345 - - 0.5766674018741919 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993855356488652 - - -0.02780335501558417 - - -0.02134302194413935 - - 0.021445695263339584 - - - -0.028187993976661743 - - -0.9994416848274124 - - -0.017937547906991234 - - -0.03056060607553705 - - - -0.020832381798591936 - - 0.018528142897260774 - - -0.9996112843447582 - - 0.5786262377528094 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989784164162078 - - -0.028824990342289133 - - -0.03480292324407329 - - 0.060260556027189216 - - - -0.028118992277054406 - - -0.9993921411518277 - - 0.020607534478640152 - - -0.03285421955706201 - - - -0.03537577996156231 - - -0.019607859029795324 - - -0.999181708227477 - - 0.5778214403530071 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951038218764663 - - -0.03930890160367633 - - -0.09068182806694292 - - 0.04698947454646197 - - - -0.03767044830769726 - - -0.9990958149744255 - - 0.01971014522739505 - - 0.035090664480162584 - - - -0.09137461907525093 - - -0.016197615728877738 - - -0.9956848478477273 - - 0.576681759272637 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988937764031465 - - -0.02791562225135267 - - -0.03784100285907693 - - 0.02139092210408343 - - - -0.02642439086440685 - - -0.9988759894139481 - - 0.039351103412117366 - - -0.03053714845078251 - - - -0.0388969797093031 - - -0.038307646842711277 - - -0.9985086625377209 - - 0.5783015823563704 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997924614015842 - - -0.030294253266754032 - - -0.056821852841513025 - - 0.06022376029728125 - - - -0.028274669886029603 - - -0.9989511490097478 - - 0.03601589836366028 - - -0.03285634308410945 - - - -0.057853329931550616 - - -0.034334532341583145 - - -0.9977344998067956 - - 0.5773860302216427 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975966727825278 - - -0.03904182097760425 - - -0.05724172139255428 - - 0.04699949793590101 - - - -0.03755762973988763 - - -0.9989355782527654 - - 0.026779375443335494 - - 0.035083763822043416 - - - -0.05822630764140565 - - -0.024565152463730262 - - -0.998001127445697 - - 0.5764968564028315 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994613050147463 - - -0.027322258807574197 - - -0.01818224276243719 - - 0.0214253970202087 - - - -0.02687683064570596 - - -0.9993431804623903 - - 0.024307275407916107 - - -0.030514070086154265 - - - -0.018834429979755325 - - -0.023805500141063543 - - -0.9995391750253572 - - 0.5784421491052673 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988455821396238 - - -0.03132960089595844 - - -0.03641372197202699 - - 0.06023115431525189 - - - -0.02948948042699906 - - -0.9983129083987754 - - 0.050017071770783635 - - -0.03284820129976304 - - - -0.03791930358408182 - - -0.04888550942843945 - - -0.9980843317994827 - - 0.5775779724543669 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971044009447052 - - -0.03859735360153403 - - -0.0655214309341513 - - 0.047000800399334804 - - - -0.03709578030511976 - - -0.9990239148622835 - - 0.023981672518640806 - - 0.035087146063362704 - - - -0.06638310553337273 - - -0.021481662603141084 - - -0.9975629411077529 - - 0.5766205248981711 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987299603504252 - - -0.02913224059471139 - - -0.041106919811269994 - - 0.02141691698085221 - - - -0.027837888597528043 - - -0.9991091704661029 - - 0.03171620167937892 - - -0.030525563024510295 - - - -0.04199426457112864 - - -0.030531590991418542 - - -0.998651242273629 - - 0.5783184491699007 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987574192939727 - - -0.0285842522641325 - - -0.04082349725028639 - - 0.06026068256321255 - - - -0.02746824477069745 - - -0.999240429940556 - - 0.027641611773381494 - - -0.032845175323362535 - - - -0.04158260374797082 - - -0.026485915025041634 - - -0.9987839522994079 - - 0.5776188928835457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977399562611378 - - -0.03928492229691791 - - -0.05451306779248449 - - 0.047013806254727494 - - - -0.03731978794742748 - - -0.9986325130399676 - - 0.03661061768174589 - - 0.035078288933694246 - - - -0.055876767153996434 - - -0.034493459954099116 - - -0.9978416648510995 - - 0.5766309338899754 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994077946184359 - - -0.027372271090852607 - - -0.020852309973792314 - - 0.0214073665175403 - - - -0.027277157483819113 - - -0.9996162296013972 - - 0.004832204164843527 - - -0.030531709096398577 - - - -0.020976575876848317 - - -0.004260550764475745 - - -0.9997708892399634 - - 0.578515678024852 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987104116808326 - - -0.029119530057784265 - - -0.041588058015679163 - - 0.0602684020275365 - - - -0.027619638226833196 - - -0.998962972960705 - - 0.03619577651784078 - - -0.03284248486001576 - - - -0.04259893407728123 - - -0.03500045175029058 - - -0.9984789928650256 - - 0.5777429449987255 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995508568396488 - - -0.038437707850892656 - - -0.08651724027235466 - - 0.046955122858579064 - - - -0.03709128857375884 - - -0.9991652716276063 - - 0.017117134259878316 - - 0.035045122334025625 - - - -0.0871029652831238 - - -0.013831217896554806 - - -0.9961032932634978 - - 0.5765132297624983 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991420322516306 - - -0.026928389839358663 - - -0.03146523810081772 - - 0.02140947057420899 - - - -0.02708038789684556 - - -0.999623511674714 - - -0.0044144646865942605 - - -0.030571346935390153 - - - -0.031334517380007726 - - 0.005262768071303594 - - -0.9994950981834725 - - 0.5785779058257309 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987499746105495 - - -0.029636437436722902 - - -0.040251332791423976 - - 0.06025310902542992 - - - -0.028295208573949862 - - -0.9990383698055367 - - 0.03349204126433396 - - -0.032884195738132053 - - - -0.04120521068000294 - - -0.032311255505696204 - - -0.9986281156569055 - - 0.5775698835798007 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964088404737198 - - -0.03918857206798818 - - -0.07505783400211642 - - 0.046982020529663535 - - - -0.03747088897532148 - - -0.999005656780967 - - 0.024158439499041263 - - 0.0350803557030927 - - - -0.07592993550119938 - - -0.021259198924272804 - - -0.9968864987328712 - - 0.5766212712724796 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993986384508808 - - -0.028168580377000728 - - -0.020221091515299768 - - 0.021431259610643204 - - - -0.027581954462732386 - - -0.999206717497311 - - 0.028725798444343212 - - -0.030550465244730533 - - - -0.021014215439588407 - - -0.028150786628329295 - - -0.9993827774990248 - - 0.578463486393022 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985062571352201 - - -0.030623064872638668 - - -0.045249114462273886 - - 0.060264032522410804 - - - -0.028511196310591694 - - -0.998506543228742 - - 0.04660251939890895 - - -0.03284516373594934 - - - -0.046608648840668 - - -0.04524280083276174 - - -0.9978881314185738 - - 0.5775262163175313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954121849831659 - - -0.03922029318672713 - - -0.0872717055487448 - - 0.046985066611050334 - - - -0.03770144454519938 - - -0.9991086871173489 - - 0.01898505743610635 - - 0.035078015257056096 - - - -0.08793851867210925 - - -0.015607688137394547 - - -0.9960036229877682 - - 0.5767185470088316 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994602765407431 - - -0.029493406511619816 - - 0.014467017295962128 - - -0.04722673181268313 - - - -0.03031570543563785 - - -0.9977158985749081 - - 0.060365087052066974 - - -0.0235654968144121 - - - 0.01265360110960366 - - -0.06077108443334156 - - -0.9980715213228735 - - 0.5793408238137387 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989053651135043 - - -0.02819183496510838 - - -0.037326826663364274 - - 0.021406578192179206 - - - -0.026481954917952376 - - -0.9986116103368241 - - 0.04553633454966422 - - -0.030519023060115537 - - - -0.03855875531160578 - - -0.04449800154833359 - - -0.9982650701326901 - - 0.5783262778361182 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977657955736436 - - -0.03068276281728135 - - -0.05934631622259561 - - 0.06024626123614958 - - - -0.028130306723235333 - - -0.9986626618250851 - - 0.043377110554913806 - - -0.03284398152210571 - - - -0.06059787972322595 - - -0.04161076714427374 - - -0.9972945608147652 - - 0.5774966127884317 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966327734507519 - - -0.040011179761396364 - - -0.07156968896092605 - - 0.04697627798837667 - - - -0.03765440986116512 - - -0.9987128657342572 - - 0.033981719127718246 - - 0.03506916105944108 - - - -0.07283721783449629 - - -0.03117238057911148 - - -0.9968565706194454 - - 0.5764460609961168 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987073263693147 - - -0.027243334257589055 - - -0.04291243403472356 - - 0.021405592052921234 - - - -0.025403943337948147 - - -0.998758868223516 - - 0.042841134529381854 - - -0.030543658088079406 - - - -0.044026309397195054 - - -0.04169560988175552 - - -0.9981598870909669 - - 0.5783209553175318 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982589999816808 - - -0.02999891810901163 - - -0.050784189152369354 - - 0.06023007711037161 - - - -0.027656433310207017 - - -0.9985485032940996 - - 0.04621696945571949 - - -0.032845795659894254 - - - -0.0520969351510517 - - -0.04473199617054498 - - -0.9976396934096321 - - 0.5774288135604262 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966761779260845 - - -0.03851491408885557 - - -0.07178577677632211 - - 0.04701748038419468 - - - -0.037400249374233446 - - -0.999159000231741 - - 0.016808140963613497 - - 0.03505238593269444 - - - -0.0723727690598959 - - -0.014067467740699651 - - -0.9972784408829697 - - 0.5766877345763729 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987626692041627 - - -0.027367005434669505 - - -0.041523217815037546 - - 0.021408203054658917 - - - -0.02635395688286996 - - -0.999346200788734 - - 0.024751564106931565 - - -0.03056133907832512 - - - -0.0421734461574118 - - -0.0236266371424814 - - -0.9988309078400336 - - 0.5782699581967721 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981834947107232 - - -0.03049046674091234 - - -0.05196193149805744 - - 0.06023488034801852 - - - -0.02821233425310879 - - -0.9986319586618998 - - 0.04402584848800595 - - -0.032860353264385786 - - - -0.05323321409682454 - - -0.04247990792150225 - - -0.9976781456661776 - - 0.5774162489656602 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962659445810174 - - -0.039214971049806716 - - -0.0769178374218629 - - 0.04701075507174867 - - - -0.036802604124894486 - - -0.9987928226053399 - - 0.03253407201204773 - - 0.035092339716634516 - - - -0.07810080663936583 - - -0.029581811263369756 - - -0.9965064879089646 - - 0.5768482497444811 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994589636067001 - - -0.028788516641619778 - - 0.015906016968313043 - - -0.04725740180006253 - - - -0.029641883488617127 - - -0.9979731788435099 - - 0.056310683286806634 - - -0.023609658146806385 - - - 0.014252677273702963 - - -0.056751701459559586 - - -0.9982865848903193 - - 0.5794343145388902 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988770847319439 - - -0.02933335315905951 - - -0.03720381687218017 - - 0.021425117585971157 - - - -0.02811746379002351 - - -0.9990665283975919 - - 0.032794512736132105 - - -0.030532383321591246 - - - -0.03813106118939704 - - -0.031711610303318045 - - -0.9987694408343404 - - 0.5783769222717106 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988435788887375 - - -0.0294403670251273 - - -0.03801012631081524 - - 0.06023593591565543 - - - -0.028169685470451514 - - -0.9990401839155534 - - 0.03354369899807264 - - -0.03286332405077582 - - - -0.038961182390093926 - - -0.03243417505353364 - - -0.9987141986351065 - - 0.5774175507780342 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970310556782419 - - -0.03990162893091113 - - -0.06585540237361157 - - 0.04701266303089621 - - - -0.037963647739915236 - - -0.9988159334879203 - - 0.030421907582099953 - - 0.03508157928429258 - - - -0.06699130886473287 - - -0.027831475334844865 - - -0.9973653159786918 - - 0.5767164424954937 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999222902717086 - - -0.025765865118604677 - - -0.02982802173009072 - - 0.021407934018914904 - - - -0.02540475459289115 - - -0.9996000562453332 - - 0.012422801552044572 - - -0.030542685537513152 - - - -0.030136176428270878 - - -0.01165537425466792 - - -0.999477845237836 - - 0.5784651890882864 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985483057637758 - - -0.031110808869356965 - - -0.043970429015274724 - - 0.06024657326830003 - - - -0.029024915728898384 - - -0.998458648974766 - - 0.04730624223520488 - - -0.03283127020030422 - - - -0.045374390609938996 - - -0.04596133003928275 - - -0.9979121809146321 - - 0.5775964712081743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970310556782419 - - -0.03990162893091113 - - -0.06585540237361157 - - 0.04701266303089621 - - - -0.037963647739915236 - - -0.9988159334879203 - - 0.030421907582099953 - - 0.03508157928429258 - - - -0.06699130886473287 - - -0.027831475334844865 - - -0.9973653159786918 - - 0.5767164424954937 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999222902717086 - - -0.025765865118604677 - - -0.02982802173009072 - - 0.021407934018914904 - - - -0.02540475459289115 - - -0.9996000562453332 - - 0.012422801552044572 - - -0.030542685537513152 - - - -0.030136176428270878 - - -0.01165537425466792 - - -0.999477845237836 - - 0.5784651890882864 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985483057637758 - - -0.031110808869356965 - - -0.043970429015274724 - - 0.06024657326830003 - - - -0.029024915728898384 - - -0.998458648974766 - - 0.04730624223520488 - - -0.03283127020030422 - - - -0.045374390609938996 - - -0.04596133003928275 - - -0.9979121809146321 - - 0.5775964712081743 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947019472587488 - - -0.03958021509018472 - - -0.09487593316045877 - - 0.04696070471278634 - - - -0.03788738879352102 - - -0.9990901966724489 - - 0.019578679307261586 - - 0.0350495492027527 - - - -0.09556454305892799 - - -0.015880349064889256 - - -0.9952965551148644 - - 0.5765347178727539 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993312965727175 - - -0.027137009093066704 - - -0.024505967187080084 - - 0.02143437005797263 - - - -0.02727408832109427 - - -0.9996140650592273 - - -0.005276840154936214 - - -0.03055505384611307 - - - -0.024353311818817988 - - 0.005941689427293646 - - -0.9996857568907371 - - 0.578644127591505 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985185870258472 - - -0.030087813210238245 - - -0.04533602166193564 - - 0.06025634879429066 - - - -0.028893812194989415 - - -0.9992240665891792 - - 0.026765880628597166 - - -0.03285005455315508 - - - -0.04610617074477521 - - -0.025416298810201396 - - -0.9986131547171028 - - 0.5776000583156105 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963496666423505 - - -0.04047175504958343 - - -0.07516234978287746 - - 0.04697780711675946 - - - -0.03787004016719518 - - -0.9986439224734749 - - 0.03572360794388021 - - 0.03508254074445431 - - - -0.07650622091968813 - - -0.032746803660808725 - - -0.9965312062402206 - - 0.5765423497990994 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991681576304334 - - -0.027964511017940202 - - -0.029681288734368438 - - 0.021436843243285396 - - - -0.02708824577297677 - - -0.9991969273867479 - - 0.029525027380580552 - - -0.030543540971085567 - - - -0.03048310545774908 - - -0.02869645316774751 - - -0.9991232625943819 - - 0.5784448075299609 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990860068176587 - - -0.028542457916186776 - - -0.031819476382364625 - - 0.060268059128009074 - - - -0.028189067450402238 - - -0.999536455654049 - - 0.011500012818154966 - - -0.032854734067378356 - - - -0.032132965275894265 - - -0.010592540518863379 - - -0.9994274714194793 - - 0.5776644263209247 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995414478457528 - - -0.040587534998012535 - - -0.08661794317526 - - 0.04698794772597382 - - - -0.03750972948551027 - - -0.9986158434364123 - - 0.03687027843273898 - - 0.03512291442431606 - - - -0.08799452409696473 - - -0.03345219335961342 - - -0.99555909643194 - - 0.5767098988666348 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991377232179784 - - -0.027735755541545438 - - -0.03089559689234129 - - 0.021413916251654227 - - - -0.027263875978755386 - - -0.9995066728895087 - - 0.015591405195192896 - - -0.030515418900162898 - - - -0.03131279465984252 - - -0.014735627366531577 - - -0.9994010056912621 - - 0.5784682155014398 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985931402998494 - - -0.030281346528907647 - - -0.04352907302575578 - - 0.06027372230334474 - - - -0.02839398983687691 - - -0.9986567339011755 - - 0.04334177171021725 - - -0.03283025999317706 - - - -0.04478304910598092 - - -0.042044831861163035 - - -0.9981115722335546 - - 0.5777588671261091 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964096192175418 - - -0.03998910864028216 - - -0.07462400365103158 - - 0.04697877620218175 - - - -0.03754611020415811 - - -0.9987211255862615 - - 0.033858572271255216 - - 0.03510773956219529 - - - -0.07588254304707162 - - -0.0309351660390939 - - -0.9966367719298955 - - 0.5765498960983537 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992669481588295 - - -0.027489410120321585 - - -0.02664392329548772 - - 0.021434408415365935 - - - -0.026754919747418573 - - -0.999262530618938 - - 0.027542134455150014 - - -0.030518292884389342 - - - -0.02738139124749259 - - -0.026809088613250754 - - -0.9992654963427282 - - 0.5784118475636648 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984574250829542 - - -0.02853237953048603 - - -0.047630595367318104 - - 0.060254614874132195 - - - -0.027623530867749786 - - -0.9994256028431003 - - 0.019631732580289878 - - -0.03283847986275996 - - - -0.04816337653357952 - - -0.01828572394065496 - - -0.998672079043392 - - 0.5776542219001656 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975842020124942 - - -0.03978549954803301 - - -0.056946237108421956 - - 0.047000305842889334 - - - -0.037329142048057345 - - -0.9983528480913026 - - 0.04356748629357171 - - 0.03509808664646234 - - - -0.058585792211517516 - - -0.04133648187374038 - - -0.9974261878541445 - - 0.5765800891800069 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992085886077584 - - -0.028823857753197676 - - -0.02741134211808955 - - 0.021409216605348988 - - - -0.027804357481010043 - - -0.9989330627310345 - - 0.036873484889045266 - - -0.03053036539804311 - - - -0.02844493201889793 - - -0.0360821480377468 - - -0.9989439245700541 - - 0.5782675862422796 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980257710161327 - - -0.029554562237012912 - - -0.055417400143208485 - - 0.0602415814968038 - - - -0.02733636757141446 - - -0.9988109174646718 - - 0.040366745736816124 - - -0.03283570954839817 - - - -0.056544525779729314 - - -0.0387721421172312 - - -0.9976469503787331 - - 0.5774080693151782 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952214376051255 - - -0.04026537555629496 - - -0.08895498672080072 - - 0.04698729132915315 - - - -0.03824904782828191 - - -0.9989737773510884 - - 0.024257009402010726 - - 0.03508300655892111 - - - -0.0898404166921387 - - -0.02073865222742207 - - -0.9957402311006491 - - 0.576589937343086 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994697765281533 - - -0.029231438558534155 - - 0.014341855059995794 - - -0.04724997078677048 - - - -0.03003438956002464 - - -0.9977825856939432 - - 0.059395682752753726 - - -0.023535355123676438 - - - 0.012573831974381056 - - -0.05979493862951718 - - -0.9981314863602754 - - 0.5793444037103764 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.998775774397331 - - -0.02725190125209169 - - -0.04128300322357993 - - 0.021405226883942613 - - - -0.027303626358921702 - - -0.9996269486877702 - - -0.0006895250755956835 - - -0.03051753082516413 - - - -0.04124881167578362 - - 0.0018158566363352434 - - -0.9991472555134261 - - 0.578544533425511 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999141011793469 - - -0.028519389614247277 - - -0.03006464648642493 - - 0.06027176117347466 - - - -0.027805808891449568 - - -0.9993277867242633 - - 0.023891665339162683 - - -0.03284467866687162 - - - -0.030725812344267196 - - -0.023035170865811437 - - -0.999262380638323 - - 0.5778329753418668 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995367564139247 - - -0.03902732951016801 - - -0.0878651228349829 - - 0.04698302724248456 - - - -0.03776865208819575 - - -0.999159322332597 - - 0.015942945628280823 - - 0.035063337781086945 - - - -0.08841346718086954 - - -0.012550543700185287 - - -0.9960047904874187 - - 0.5766105266161169 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992892102078613 - - -0.02696784407597346 - - -0.026340268564359965 - - 0.021414023152597647 - - - -0.02668699960404431 - - -0.9995837962743715 - - 0.010956198147667491 - - -0.030536848789313627 - - - -0.026624770689761167 - - -0.010245467857115985 - - -0.99959299315977 - - 0.5784375535514844 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983627178035954 - - -0.03061518493686804 - - -0.04831763809521227 - - 0.06025059664155777 - - - -0.02832877897865454 - - -0.9984781802390781 - - 0.04731600012721741 - - -0.03283746342595801 - - - -0.04969269545312551 - - -0.04586975079223415 - - -0.9977106804985414 - - 0.5773881262662693 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959318491247895 - - -0.039045857438043174 - - -0.08121066996279237 - - 0.04695444332537016 - - - -0.03765414421526027 - - -0.9991177298851169 - - 0.018599119673461166 - - 0.03505305269907129 - - - -0.0818652387909176 - - -0.01546553736988654 - - -0.9965234065648271 - - 0.5763030072207707 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998935969441016 - - -0.028161906615535144 - - -0.03652171919166976 - - 0.02142907034239253 - - - -0.027416164194761644 - - -0.9994084764214859 - - 0.020761772509351087 - - -0.03053404925090526 - - - -0.037084806832221345 - - -0.01973839589890867 - - -0.999117166717475 - - 0.5783256445611308 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985660928675605 - - -0.028274471298795165 - - -0.04545670960362431 - - 0.06024199244745562 - - - -0.027892276243707367 - - -0.999570234130343 - - 0.009020419422397296 - - -0.03285461622202643 - - - -0.04569222145135143 - - -0.0077395938772556495 - - -0.99892558260636 - - 0.5775953144128 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961704028240076 - - -0.038927029435796595 - - -0.07828930269684968 - - 0.04697604514706388 - - - -0.037558156786218766 - - -0.9991160280226528 - - 0.01888246295005848 - - 0.03504649999052585 - - - -0.07895513533821684 - - -0.015869748817897135 - - -0.9967518435780199 - - 0.5764776646705316 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991672965531099 - - -0.028476741467678944 - - -0.029219662799777692 - - 0.021422826266236497 - - - -0.027742593924292645 - - -0.999296643946478 - - 0.025230257225366162 - - -0.03054754149479615 - - - -0.029917586485235386 - - -0.024398618663549684 - - -0.999254544861423 - - 0.5784114778942409 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9972413384879685 - - -0.03058711139352659 - - -0.06763239924270886 - - 0.06023077324030196 - - - -0.02755148536087319 - - -0.9985902265915974 - - 0.04537041999092011 - - -0.03283466426476104 - - - -0.06892480297494336 - - -0.04338188530185023 - - -0.9966781745189984 - - 0.5773440092019957 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.999766802850634 - - -0.021519099427986414 - - 0.0018078378328978406 - - -0.03633529909219709 - - - -0.021525909977534268 - - -0.9997609305964249 - - 0.003836255024156892 - - 0.037371888553567684 - - - 0.0017248528808894237 - - -0.003874275774865957 - - -0.9999910073944467 - - 0.5797409417352088 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9962161006209158 - - -0.03970286292241587 - - -0.07731211767518169 - - 0.046986229859254075 - - - -0.03754794167964025 - - -0.9988701448315986 - - 0.02913049672978804 - - 0.03507808516074441 - - - -0.07838133029797097 - - -0.026117358975702575 - - -0.9965812814923103 - - 0.576476934480301 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993897217433666 - - -0.028253153977269296 - - 0.02054126004053856 - - -0.04725820934697322 - - - -0.029741683498462505 - - -0.9966496527415462 - - 0.07618990715857794 - - -0.02356222630294154 - - - 0.0183198345078114 - - -0.07675434176964945 - - -0.9968817154924221 - - 0.5793371989240044 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9985616932720285 - - -0.028235160292688057 - - -0.0455776310589476 - - 0.021415550307590927 - - - -0.027310587882888475 - - -0.9994109344485214 - - 0.02078258632183864 - - -0.030556613104661165 - - - -0.046137582502666495 - - -0.019507942689578037 - - -0.9987445938040567 - - 0.5783755075367832 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998230361743797 - - -0.027713932768710883 - - -0.05261257286371451 - - 0.060247618846077634 - - - -0.026583759757699603 - - -0.9994031344080233 - - 0.022060794468097653 - - -0.03285898632387198 - - - -0.05319256160397999 - - -0.02062311484500122 - - -0.9983712929186701 - - 0.5775246043125858 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9935630219353263 - - -0.0416695777430969 - - -0.10533834882631463 - - 0.04698042877849259 - - - -0.03866409850214593 - - -0.9987892624478808 - - 0.030415402444060304 - - 0.03508638608618819 - - - -0.10647820870844274 - - -0.02614680687062563 - - -0.9939711945326741 - - 0.5765722281575442 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989476976114656 - - -0.027133108846788004 - - -0.036976909566107545 - - 0.021421081953673298 - - - -0.026869984251727215 - - -0.9996100878909472 - - 0.00759448042760549 - - -0.030550068012693613 - - - -0.037168553685389384 - - -0.006592919759992991 - - -0.9992872620152702 - - 0.5783955410738185 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987369109685806 - - -0.02901750639173215 - - -0.04101910520407767 - - 0.06023242449406238 - - - -0.02776789126199419 - - -0.9991424712336904 - - 0.030712642216142314 - - -0.03286298948548553 - - - -0.04187513443321078 - - -0.029534835361662067 - - -0.9986862202996297 - - 0.577467774079363 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961133846388159 - - -0.03932077776910418 - - -0.07881625072937101 - - 0.04696855949171561 - - - -0.03736952717747002 - - -0.9989610988533915 - - 0.026081438153545643 - - 0.0350369609186555 - - - -0.07975991086965106 - - -0.02303474361171878 - - -0.9965479201748444 - - 0.5763412106864081 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995173146654285 - - -0.03095122167829591 - - -0.00267573553102858 - - -0.04725588372462314 - - - -0.030730215620677178 - - -0.9976601047392993 - - 0.0610734742705656 - - -0.023566630231477877 - - - -0.004559773230952614 - - -0.06096176907039144 - - -0.9981296865537519 - - 0.5792333254722721 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9986414490885017 - - -0.026812675355392755 - - -0.044680382750192614 - - 0.021421589051680148 - - - -0.026830230713447503 - - -0.9996399831616833 - - 0.00020684383524939852 - - -0.030542263145433984 - - - -0.044669843096663935 - - 0.0009922221501843255 - - -0.9990013116172188 - - 0.578433151735607 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974344151976343 - - -0.03148171948155883 - - -0.06429221350861808 - - 0.06020081307221025 - - - -0.027699384233814676 - - -0.9978796682037033 - - 0.05889746937462181 - - -0.032835083839660995 - - - -0.066010086293087 - - -0.05696550819707882 - - -0.996191547536631 - - 0.5772139283859836 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968818945034403 - - -0.040272301225090804 - - -0.06785742527732101 - - 0.04699709021122183 - - - -0.037410279967817275 - - -0.9983772990966505 - - 0.04293296636860102 - - 0.03511438605706279 - - - -0.0694763223261075 - - -0.04026053157266366 - - -0.9967708514164758 - - 0.5765957304372458 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993748187424212 - - -0.027631996164755108 - - -0.022055485746263696 - - 0.021423871641324643 - - - -0.02723365901248118 - - -0.9994641047503166 - - 0.018161253603209016 - - -0.030550929201576378 - - - -0.022545498006133827 - - -0.01754924794967377 - - -0.9995917788857891 - - 0.5785276769399674 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980925823525425 - - -0.029133253929842163 - - -0.054428398546095894 - - 0.06023608673437808 - - - -0.027502611815198048 - - -0.9991571739944536 - - 0.030472085566300485 - - -0.032858245123681275 - - - -0.0552702758829359 - - -0.028917039455600323 - - -0.9980526045419388 - - 0.5774386729453344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955847918763985 - - -0.040567563508329886 - - -0.08464747471381448 - - 0.04697119380429662 - - - -0.03794916790545009 - - -0.9987569749280688 - - 0.03231664722427198 - - 0.03507865671197309 - - - -0.08585326341911645 - - -0.028961661270232926 - - -0.9958867602979554 - - 0.5765565954897818 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987904719104268 - - -0.028304992352230617 - - -0.04020473391140708 - - 0.021427834732897864 - - - -0.027376417631778945 - - -0.9993498214978296 - - 0.02346201248629673 - - -0.03055236461508874 - - - -0.04084268574172496 - - -0.02233297293682341 - - -0.998915969109117 - - 0.578350163085624 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980346718737645 - - -0.030059347163262168 - - -0.05498390115248056 - - 0.060229469827321414 - - - -0.027682321116018378 - - -0.9986701077711065 - - 0.04349373451517376 - - -0.032852576014798324 - - - -0.05621817175484198 - - -0.04188617304750168 - - -0.9975395058201847 - - 0.5774199141226194 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957684436354716 - - -0.03944379164456573 - - -0.08300237322203921 - - 0.04697595942630095 - - - -0.037548949053870316 - - -0.9990000731264888 - - 0.024267886562697072 - - 0.035082911750114465 - - - -0.08387659437972225 - - -0.021048543749394362 - - -0.9962538209318393 - - 0.5765011820025984 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990410068395859 - - -0.028498978136207893 - - -0.033239658514168775 - - 0.021425764688860306 - - - -0.028081657111659344 - - -0.9995216799633349 - - 0.01295499197746388 - - -0.030558353272431726 - - - -0.033592963352610035 - - -0.012009143535860738 - - -0.999363444040618 - - 0.5783572811823476 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982786240934804 - - -0.028887445836982644 - - -0.0510421801164772 - - 0.06022478906026415 - - - -0.027398128603116457 - - -0.999185046772245 - - 0.02964093210063453 - - -0.03285005796816848 - - - -0.05185683394765437 - - -0.028191448699255044 - - -0.9982565356626338 - - 0.5774709477057344 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997892277524718 - - -0.020167334533045898 - - -0.0038443059124321404 - - -0.03632555122765296 - - - -0.02007847805563563 - - -0.9995585515507985 - - 0.021898783999110064 - - 0.03736398014201946 - - - -0.004284248952325805 - - -0.021816980531286514 - - -0.9997528017322146 - - 0.5795803317960713 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9959626758795284 - - -0.0393468029989568 - - -0.08068567003285602 - - 0.046972110464194264 - - - -0.03752977027492937 - - -0.9990093114314446 - - 0.023914682025546016 - - 0.03505224030674453 - - - -0.08154670194435006 - - -0.020790016042159028 - - -0.9964526635194303 - - 0.5765216632406527 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988552385790038 - - -0.02759605358823618 - - -0.03907262711459979 - - 0.021411000090364486 - - - -0.026602291205918612 - - -0.999314926612864 - - 0.025729274208984475 - - -0.030550848706657238 - - - -0.03975588592745566 - - -0.024660398923796945 - - -0.9989050676911403 - - 0.5783661617740982 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981534580795507 - - -0.028685571929426334 - - -0.053542619350536315 - - 0.06024273218569873 - - - -0.02662706160352931 - - -0.9988932702514045 - - 0.038771564797114445 - - -0.03284852534715197 - - - -0.054595546651687386 - - -0.0372742888535341 - - -0.9978125844447279 - - 0.5774680553007138 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962583047689142 - - -0.039542335203321996 - - -0.07684916333726316 - - 0.047016912349067914 - - - -0.03722690795701468 - - -0.9988155122707149 - - 0.03133256726394284 - - 0.03509457413315483 - - - -0.0779970993238158 - - -0.028354473616303787 - - -0.9965502879047364 - - 0.5769235053403794 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988377199743013 - - -0.026478677043037024 - - -0.040275163793459745 - - 0.02141752795260644 - - - -0.0267857489920552 - - -0.9996159557966212 - - -0.00710384175940488 - - -0.030598178908164957 - - - -0.040071596018552605 - - 0.008174385534007721 - - -0.9991633733347455 - - 0.5783615224482721 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990320948575198 - - -0.030837074057038557 - - -0.03136795033463855 - - 0.06024523166353794 - - - -0.029262317029466075 - - -0.9983463552573971 - - 0.04948001360486123 - - -0.032857733778266035 - - - -0.03284189773235784 - - -0.048514222737986355 - - -0.9982824149234854 - - 0.5775028174697314 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969674027180896 - - -0.03784087463145533 - - -0.06800048620909392 - - 0.04696959103385056 - - - -0.036754427963341274 - - -0.9991770155350138 - - 0.017158194882651103 - - 0.03503534575266012 - - - -0.06859380396678878 - - -0.01460684201564316 - - -0.9975377337342666 - - 0.5764673277217744 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985892757926783 - - -0.026256980749824525 - - -0.046152239748006876 - - 0.021402797411565977 - - - -0.025449692038764123 - - -0.9995141578323781 - - 0.01799337288460683 - - -0.030556446439180845 - - - -0.04660226868926262 - - -0.016793428909421166 - - -0.9987723510883141 - - 0.5784068453366931 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985088492235136 - - -0.02842532796108552 - - -0.04660556568307573 - - 0.0602246798042082 - - - -0.027458319156381073 - - -0.999396856334018 - - 0.021259451046253753 - - -0.03288286523117622 - - - -0.04718176269959689 - - -0.019948039502328877 - - -0.9986871166629576 - - 0.5774105104154542 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964251327388233 - - -0.03980626376693007 - - -0.07451453691284628 - - 0.04698168912437387 - - - -0.03760812358998954 - - -0.9988216648293936 - - 0.030674271099383518 - - 0.0350624682425503 - - - -0.07564776193952082 - - -0.02776226273840071 - - -0.9967480488474434 - - 0.5764337479808772 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982572203585787 - - -0.026474215057763525 - - -0.05274123566090755 - - 0.021435671634632232 - - - -0.02598493504359338 - - -0.9996129016549636 - - 0.009941327664065438 - - -0.030534264843965226 - - - -0.052984008462406196 - - -0.008553524537836272 - - -0.9985587273992634 - - 0.5783687489070399 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987020858622722 - - -0.028516355507656917 - - -0.04220143555505767 - - 0.060242840416572095 - - - -0.027360244937615748 - - -0.9992411179040543 - - 0.02772373147341413 - - -0.03284059068071176 - - - -0.04295998942388641 - - -0.02653310683687883 - - -0.9987244032015454 - - 0.5773917759480787 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960377415760265 - - -0.03911122385431057 - - -0.07986945301394313 - - 0.04698675781808875 - - - -0.037372436573470794 - - -0.9990331998740078 - - 0.023150951040125076 - - 0.035094570959405894 - - - -0.08069769724527687 - - -0.02007430492242195 - - -0.996536453894784 - - 0.5766715158590092 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990048440471025 - - -0.029192575877790183 - - -0.0337211370514669 - - 0.02141105143868154 - - - -0.028452571737818736 - - -0.9993481450386082 - - 0.02222017482821654 - - -0.030573412427519056 - - - -0.03434781990066661 - - -0.021238609217924136 - - -0.9991842416424306 - - 0.578374967510747 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984628435845535 - - -0.029802790189030766 - - -0.046730543309447314 - - 0.060257841441566526 - - - -0.02814187833011718 - - -0.9989624334362645 - - 0.03580630205912907 - - -0.03284647455391729 - - - -0.047749184967917524 - - -0.03443617690809072 - - -0.9982655784183155 - - 0.5775598271088553 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971385524432846 - - -0.03847340845128402 - - -0.06507306718951872 - - 0.04701217704704208 - - - -0.03709155780344974 - - -0.999062750540192 - - 0.022312257231846478 - - 0.0350674506218528 - - - -0.06587050607839823 - - -0.019834750444797804 - - -0.99763102352712 - - 0.5766869341228776 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998930077728067 - - -0.027216317147204135 - - -0.0373894623007733 - - 0.021409458802632435 - - - -0.025078273195586295 - - -0.9980871177827372 - - 0.056508278417190916 - - -0.030521075305900026 - - - -0.03885588789006993 - - -0.055510155801348895 - - -0.9977017803828873 - - 0.5782211855397734 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987040502447947 - - -0.028186175831345354 - - -0.04237640282807358 - - 0.06024943704833026 - - - -0.027496834075426677 - - -0.9994813279687551 - - 0.016763029488797983 - - -0.032861197341836866 - - - -0.042826909069779186 - - -0.015576088527558495 - - -0.9989610809864969 - - 0.5774508632746815 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972159877545184 - - -0.040095768764970105 - - -0.06286973114246883 - - 0.0470172126823888 - - - -0.037203948574767956 - - -0.9982246623034429 - - 0.04651225408022092 - - 0.03509419507384334 - - - -0.06462306072313728 - - -0.044043761150962736 - - -0.9969373135390461 - - 0.5766225347426964 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994581529911871 - - -0.030873894395851306 - - 0.011410655733937921 - - -0.0472453550129388 - - - -0.031420646293696584 - - -0.998187441027064 - - 0.05132811668402123 - - -0.02356064290792943 - - - 0.00980527439345988 - - -0.0516588348753232 - - -0.99861665386343 - - 0.5795958295686767 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991892360686269 - - -0.026451943977007685 - - -0.030350703195000377 - - 0.021421498515301847 - - - -0.02598713167536051 - - -0.9995404183319683 - - 0.015608366603901015 - - -0.030525217025015067 - - - -0.03074962620717906 - - -0.014806984182862665 - - -0.9994174371640349 - - 0.5784514285134638 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982858995698275 - - -0.029964407663037557 - - -0.0502732234242404 - - 0.060253269206993434 - - - -0.02838970675376411 - - -0.9990925703950245 - - 0.03174996585665348 - - -0.03285290620365145 - - - -0.05117897293318398 - - -0.03026830115593998 - - -0.9982307061369322 - - 0.5776455461356398 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954464459247335 - - -0.03994620474218413 - - -0.0865486800737718 - - 0.04697646092507047 - - - -0.03759264557447359 - - -0.9988822055870933 - - 0.02865540717171678 - - 0.03511461338608067 - - - -0.0875966112045929 - - -0.025271329370659783 - - -0.9958354249660493 - - 0.5765721601549928 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988609569706273 - - -0.028407867652570525 - - -0.03833773200329866 - - 0.021429749149098946 - - - -0.02812156735389403 - - -0.9995726039941938 - - 0.00798666349776418 - - -0.030518122956141078 - - - -0.038548230689398895 - - -0.006899449231652805 - - -0.9992329215508345 - - 0.5784443878007017 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983492933511181 - - -0.029544815099693016 - - -0.04925233361017557 - - 0.060267777243436606 - - - -0.02837250872728399 - - -0.9993011900781438 - - 0.024333767832513672 - - -0.03282750191082962 - - - -0.049936852262064665 - - -0.02289618765496638 - - -0.9984898974837082 - - 0.5775916459470376 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970224130897574 - - -0.03758330294398262 - - -0.06733352164039742 - - 0.04702237091514499 - - - -0.036733392811037775 - - -0.9992295805225428 - - 0.013816774635687576 - - 0.0350272803705751 - - - -0.06780092661068164 - - -0.01130224528862335 - - -0.9976348498334293 - - 0.5768300765798067 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985851334400281 - - -0.025658955839302673 - - -0.04657627354993157 - - 0.021403940475371523 - - - -0.02545284817100372 - - -0.999663454781599 - - 0.005012952633167528 - - -0.0306078554582832 - - - -0.046689225658016344 - - -0.003820361155082592 - - -0.9989021578954068 - - 0.5783520830069736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988682356307799 - - -0.03076447017925924 - - -0.03627389174657534 - - 0.06020721039537503 - - - -0.02846702364277799 - - -0.9976554183250541 - - 0.062235800401243366 - - -0.03287258136855733 - - - -0.038103496070233715 - - -0.06113275440589401 - - -0.997402080369785 - - 0.5773194010276355 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972053400267563 - - -0.03809129344628075 - - -0.06426945764288489 - - 0.047006435332830276 - - - -0.036932600274609734 - - -0.9991347947983001 - - 0.01912184249267776 - - 0.035045655110191226 - - - -0.06494222708744399 - - -0.016694765255858175 - - -0.9977493632941967 - - 0.5766158957711062 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986502310650134 - - -0.027066271654797337 - - -0.04432981990155236 - - 0.021415747229695047 - - - -0.02697374390474952 - - -0.9996325385815176 - - 0.002684203574922862 - - -0.030561771657278542 - - - -0.04438618178618591 - - -0.0014848393109541092 - - -0.9990133443146113 - - 0.5783190500809124 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985259653245614 - - -0.030967212948667555 - - -0.04457497386252254 - - 0.06023592395223105 - - - -0.029097695278623235 - - -0.9986939825310562 - - 0.04199587343692865 - - -0.032853349582013934 - - - -0.04581725332366704 - - -0.040636941056753015 - - -0.9981229474966622 - - 0.5774154400415121 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9977801761355773 - - -0.040049256625265706 - - -0.05320504820615977 - - 0.04701846983555402 - - - -0.03788364148316037 - - -0.9984363106610104 - - 0.04110673012543748 - - 0.03509086214945117 - - - -0.05476814602331855 - - -0.03899987945358024 - - -0.9977371695911577 - - 0.5766777989934276 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991780937335261 - - -0.02889380518001911 - - -0.028430353941802756 - - 0.021426539123699413 - - - -0.027923739996908416 - - -0.9990335076878573 - - 0.033945769419475545 - - -0.03051864083229 - - - -0.0293836986715787 - - -0.03312398736737842 - - -0.9990192188908393 - - 0.5784592644720069 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982513448382038 - - -0.02881750375959322 - - -0.05161205291192609 - - 0.06023224579826457 - - - -0.027272627171749848 - - -0.9991659535515048 - - 0.030390805692895803 - - -0.032836815292128355 - - - -0.05244479321980743 - - -0.028930066377014188 - - -0.9982046858853918 - - 0.5774195585233962 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955061124016593 - - -0.04149734801047432 - - -0.0851207981578671 - - 0.04696599255996724 - - - -0.0383572847345508 - - -0.9985336761657316 - - 0.038199689406353834 - - 0.03509710820467642 - - - -0.08658116930792378 - - -0.034763021604096625 - - -0.9956381036552514 - - 0.5765924711955583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993449967463511 - - -0.030554649197294184 - - 0.019390484534058904 - - -0.047249913316253944 - - - -0.031870352284704334 - - -0.9969222443578492 - - 0.07162624763141541 - - -0.02354578210960355 - - - 0.017142290491183754 - - -0.07219731377924175 - - -0.9972430444780133 - - 0.5794604771669669 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990305245176164 - - -0.025080345712076593 - - -0.036179930085877283 - - 0.0214180814542738 - - - -0.02489460623639154 - - -0.9996745347357147 - - 0.005575229256952463 - - -0.030526353599168245 - - - -0.036307983452558514 - - -0.00466913909573109 - - -0.9993297401146999 - - 0.5784556549100661 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998673524658628 - - -0.029243206721960506 - - -0.042379547030726064 - - 0.06024887030665866 - - - -0.02815132424678226 - - -0.9992619282448301 - - 0.026136214407941127 - - -0.032846334524853166 - - - -0.043112574604926665 - - -0.024908504994118456 - - -0.998759666931887 - - 0.5776254822763062 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959490111758464 - - -0.040051753522818354 - - -0.08050729269824666 - - 0.046979452927115674 - - - -0.03739436635685203 - - -0.9987134849044185 - - 0.034249619484629165 - - 0.035059660046545 - - - -0.08177547616873462 - - -0.031100355461308866 - - -0.9961654176830058 - - 0.5764268295036356 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985506864480379 - - -0.028664330084099916 - - -0.04555088116581192 - - 0.021429330067401428 - - - -0.027575625086745173 - - -0.9993230473400008 - - 0.024352247456231935 - - -0.030530399974268787 - - - -0.04621808623501654 - - -0.023060859392573574 - - -0.9986651517244648 - - 0.5783238609226335 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991442605404599 - - -0.02829288164242014 - - -0.03017050674790783 - - 0.06024756696221137 - - - -0.027735181802650135 - - -0.9994395165670921 - - 0.018745997293050883 - - -0.032861128336264006 - - - -0.03068397496139461 - - -0.017893171113727478 - - -0.9993689649514154 - - 0.5775340604680714 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954436352414948 - - -0.03856693144813062 - - -0.08720413324993884 - - 0.0469300636439277 - - - -0.03741412736611326 - - -0.999190003000615 - - 0.014816240314743935 - - 0.035027745168356786 - - - -0.08770491508821013 - - -0.011486065571255569 - - -0.9960802769692129 - - 0.5762922920263871 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988258409118097 - - -0.0270519175169526 - - -0.040188720873799114 - - 0.021408720316329313 - - - -0.02636633258411921 - - -0.9994992904911201 - - 0.017492421610846035 - - -0.03054739735134955 - - - -0.04064180154569624 - - -0.016412253544348283 - - -0.9990389791698404 - - 0.578282263981032 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981256259713849 - - -0.027905186628734653 - - -0.054465909874402564 - - 0.060228661944016965 - - - -0.026828931003428078 - - -0.9994320168977973 - - 0.02039245107420804 - - -0.032859150524517065 - - - -0.05500402931099093 - - -0.018892965855475466 - - -0.9983073738086576 - - 0.5775103114728158 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956883230203591 - - -0.04032700927726758 - - -0.08353739117099612 - - 0.04695925197060629 - - - -0.037090625415614864 - - -0.9985134949345138 - - 0.03993852701267375 - - 0.03505545896429779 - - - -0.08502381376522339 - - -0.03666787090103134 - - -0.9957039812797791 - - 0.5763645101167483 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988979680463352 - - -0.030298537951058396 - - -0.03584477689888662 - - 0.02142348626607138 - - - -0.028576334947874812 - - -0.9984566654536832 - - 0.047620166863000024 - - -0.03055335581006379 - - - -0.03723227784932786 - - -0.046543375566683726 - - -0.9982221554729239 - - 0.5782617331444576 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990917268434368 - - -0.028092887501713192 - - -0.032039210739585475 - - 0.06028565907010143 - - - -0.027817062912192065 - - -0.9995723109325492 - - 0.009022539991721206 - - -0.032880100616534735 - - - -0.03227897712038953 - - -0.008123108320042679 - - -0.9994458878535056 - - 0.5776868919557556 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995771479074158 - - -0.040201241749337244 - - -0.08260158366687163 - - 0.046986658521780716 - - - -0.03778978944488526 - - -0.9988185162033026 - - 0.03055328956339439 - - 0.03513986461375912 - - - -0.08373227141416319 - - -0.027302597884537115 - - -0.9961141876675488 - - 0.5768259522434481 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994989938968674 - - -0.02930591711116731 - - 0.01195510022640207 - - -0.047237024379159796 - - - -0.02996102097528768 - - -0.9978142011252639 - - 0.05889955224677239 - - -0.023554399453611014 - - - 0.010202863385751059 - - -0.05922823022026988 - - -0.9981923253179754 - - 0.5794800482417524 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991963294438313 - - -0.027873989738694642 - - -0.028805137076948567 - - 0.021422002716535913 - - - -0.02773068865911516 - - -0.9996010467703451 - - 0.005362480967017809 - - -0.03049821416200255 - - - -0.028943118913929665 - - -0.004559385010892605 - - -0.9995706617722715 - - 0.5784937935955401 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988832944476663 - - -0.028748645235191297 - - -0.03749239216851648 - - 0.06026526724982156 - - - -0.028041178986173535 - - -0.9994211861277347 - - 0.019260970902278962 - - -0.032836973057941754 - - - -0.03802441787117987 - - -0.018188131189711867 - - -0.9991112728467159 - - 0.5777562253868018 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968691276036189 - - -0.0385414645689003 - - -0.0690398286475568 - - 0.04698894123949978 - - - -0.03707534895478365 - - -0.9990615407027862 - - 0.022393221931137408 - - 0.03505845401609073 - - - -0.06983810514812687 - - -0.01976343587184054 - - -0.9973625447508343 - - 0.5767026455627426 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990936478938733 - - -0.028036635691816473 - - -0.032028577820398904 - - 0.021373592621801208 - - - -0.027204769513093887 - - -0.9992885773937417 - - 0.02611971680803321 - - -0.030556665642025162 - - - -0.0327381009506114 - - -0.025224713070256678 - - -0.9991456002989111 - - 0.57834613474896 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998225715258825 - - -0.029628787628337754 - - -0.0516483914529984 - - 0.06026062563841529 - - - -0.02744578514446032 - - -0.9987204644289458 - - 0.042475437709760096 - - -0.032853367948813876 - - - -0.0528408012222697 - - -0.04098254353388096 - - -0.9977616352875485 - - 0.5776048796421154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953934941370602 - - -0.04025033287964877 - - -0.08701553041090837 - - 0.04698733087467018 - - - -0.03792210340087013 - - -0.9988813959328311 - - 0.0282466092289378 - - 0.035090113009066295 - - - -0.08805512990886999 - - -0.024816679116192505 - - -0.9958064202114666 - - 0.5766681227204035 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988243774622042 - - -0.026718225171935308 - - -0.04044748979729145 - - 0.02140230568603331 - - - -0.026078459686205795 - - -0.9995276009079193 - - 0.01626311666486716 - - -0.03050557052263421 - - - -0.04086290405288363 - - -0.015189189146294255 - - -0.9990493038911762 - - 0.5783609775277699 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986740616502383 - - -0.02885018125614524 - - -0.04263549728223736 - - 0.06026612085938783 - - - -0.028188717569826875 - - -0.9994739973745924 - - 0.01603511065825893 - - -0.032835952273962646 - - - -0.04307568674768444 - - -0.014812009098756363 - - -0.9989620060831516 - - 0.5775930382645569 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997555343950946 - - -0.03911950816512444 - - -0.05790509334962218 - - 0.046983883964692344 - - - -0.03733694478066288 - - -0.9988044703960778 - - 0.03155285203045865 - - 0.03508596521593557 - - - -0.059070198148943334 - - -0.02931371688696351 - - -0.9978233399219099 - - 0.5764557564956951 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990681655530864 - - -0.027354062425878317 - - -0.033384964388058505 - - 0.021434403412597544 - - - -0.02707987988479666 - - -0.9995959548097023 - - 0.008637547887319127 - - -0.03054238632516407 - - - -0.033607747377885466 - - -0.007725438297074019 - - -0.9994052415908691 - - 0.5784870520132359 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979135841372727 - - -0.030518794028112816 - - -0.056895358381610035 - - 0.06026313865559107 - - - -0.02805934852997208 - - -0.9986577225846368 - - 0.04353649138528027 - - -0.03284068115020295 - - - -0.05814767024030947 - - -0.041849209468479275 - - -0.9974304447491504 - - 0.5776393647655853 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949189009284288 - - -0.040418577581126776 - - -0.092210190118477 - - 0.04697802701072612 - - - -0.03795681932351289 - - -0.9988786433669428 - - 0.028297273583499295 - - 0.035067674774595166 - - - -0.09325052515782115 - - -0.02465348680685238 - - -0.995337402666079 - - 0.5765849225826818 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989754445494055 - - -0.028401824000651568 - - -0.035233472448136904 - - 0.021426971389129097 - - - -0.027672424434074014 - - -0.9993960219353314 - - 0.021019711362818737 - - -0.030566231172776223 - - - -0.035809190346307376 - - -0.02002317989910094 - - -0.999158032622203 - - 0.5784584750789801 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988137898667513 - - -0.030389622529789263 - - -0.03804581467801607 - - 0.060240100543192385 - - - -0.02886891363726928 - - -0.9987865015711951 - - 0.03990125442359666 - - -0.03284929501689798 - - - -0.039212230202079895 - - -0.038755581813070865 - - -0.9984790462903611 - - 0.5774446455265545 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951856957482436 - - -0.039877617978696184 - - -0.08952768601069457 - - 0.046963180809608145 - - - -0.03749178122211415 - - -0.9988996586887449 - - 0.0281751346456987 - - 0.03505245384919318 - - - -0.09055273225517536 - - -0.024682938557945018 - - -0.9955857347437579 - - 0.5766885156625082 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991567215516892 - - -0.027559225754456313 - - -0.03043574960297542 - - 0.021429277932017595 - - - -0.027543506765240273 - - -0.99962016773797 - - 0.0009356744018280845 - - -0.030571822832590616 - - - -0.03044997558542978 - - -9.657809267567453e-05 - - -0.9995362873150325 - - 0.5784458159521491 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992051257127375 - - -0.029943804710084624 - - -0.026315115596872087 - - 0.06024713036644304 - - - -0.029002963100470413 - - -0.9989510320246027 - - 0.03543534603152593 - - -0.032878336922829154 - - - -0.027348580964744372 - - -0.03464396305946453 - - -0.9990254505981062 - - 0.5774895989832767 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997345837603995 - - -0.03960134913141812 - - -0.061098390821340165 - - 0.047036887355896256 - - - -0.03769482703635538 - - -0.9987752691333774 - - 0.03204780464007737 - - 0.035074056826544714 - - - -0.0622926980366475 - - -0.029659651287917106 - - -0.9976171233778989 - - 0.5768010479435217 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985279434965818 - - -0.026815640038373178 - - -0.04714729584843126 - - 0.02141034503351981 - - - -0.026670900762575892 - - -0.9996374339055167 - - 0.0036964560469667463 - - -0.030610146768638807 - - - -0.04722932467228316 - - -0.002433553806005893 - - -0.9988811083942243 - - 0.5783544783895811 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9993007471179605 - - -0.03012509309389199 - - -0.022147134703399313 - - 0.06023106197462704 - - - -0.02936518938888818 - - -0.9989947042300197 - - 0.03387132374929501 - - -0.032865604199466825 - - - -0.023145247063725675 - - -0.033197284323558285 - - -0.9991807833680045 - - 0.5773268143192954 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954325500132505 - - -0.03945614997948872 - - -0.08693244850407496 - - 0.046986904607519385 - - - -0.037555284038590944 - - -0.9990206651848738 - - 0.0233946826085441 - - 0.03510451321128818 - - - -0.08777037663641594 - - -0.020023055770032983 - - -0.9959394751804616 - - 0.576695540362924 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992536343044892 - - -0.029516872594012793 - - 0.024918438184185314 - - -0.04723500479764945 - - - -0.030796408570072962 - - -0.9981390530194385 - - 0.05263090400747184 - - -0.023531627312366056 - - - 0.023318566603789885 - - -0.05335902050944522 - - -0.9983030899390312 - - 0.579406666946698 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988835293324885 - - -0.027847998582267802 - - -0.03815997645745708 - - 0.021432234609903945 - - - -0.027284811198001524 - - -0.9995121178210613 - - 0.015200835725271436 - - -0.030532754758428968 - - - -0.038564671736721394 - - -0.014142676685100608 - - -0.9991560192432511 - - 0.5784098114153733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987145806427931 - - -0.029124098303089162 - - -0.04148461533535075 - - 0.060260607262662524 - - - -0.02792092089593178 - - -0.9991808347904454 - - 0.029293029269647795 - - -0.032832717722795134 - - - -0.042303765645780755 - - -0.02809708677961687 - - -0.9987096400489415 - - 0.5776352564417879 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954325500132505 - - -0.03945614997948872 - - -0.08693244850407496 - - 0.046986904607519385 - - - -0.037555284038590944 - - -0.9990206651848738 - - 0.0233946826085441 - - 0.03510451321128818 - - - -0.08777037663641594 - - -0.020023055770032983 - - -0.9959394751804616 - - 0.576695540362924 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992536343044892 - - -0.029516872594012793 - - 0.024918438184185314 - - -0.04723500479764945 - - - -0.030796408570072962 - - -0.9981390530194385 - - 0.05263090400747184 - - -0.023531627312366056 - - - 0.023318566603789885 - - -0.05335902050944522 - - -0.9983030899390312 - - 0.579406666946698 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988835293324885 - - -0.027847998582267802 - - -0.03815997645745708 - - 0.021432234609903945 - - - -0.027284811198001524 - - -0.9995121178210613 - - 0.015200835725271436 - - -0.030532754758428968 - - - -0.038564671736721394 - - -0.014142676685100608 - - -0.9991560192432511 - - 0.5784098114153733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987145806427931 - - -0.029124098303089162 - - -0.04148461533535075 - - 0.060260607262662524 - - - -0.02792092089593178 - - -0.9991808347904454 - - 0.029293029269647795 - - -0.032832717722795134 - - - -0.042303765645780755 - - -0.02809708677961687 - - -0.9987096400489415 - - 0.5776352564417879 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995995619676751 - - -0.04038570894780282 - - -0.07976039178381764 - - 0.047009932468024734 - - - -0.038011772303342066 - - -0.9987944234183386 - - 0.031061308967710602 - - 0.035079918142690236 - - - -0.08091866750684665 - - -0.027905093821954115 - - -0.9963300030550644 - - 0.5767608523404518 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989783404996163 - - -0.027330757092917806 - - -0.03599034494639644 - - 0.02142378941781046 - - - -0.02625710701079338 - - -0.9992057514987498 - - 0.029973830306495117 - - -0.030558173428897717 - - - -0.03678096714411444 - - -0.028998204919386702 - - -0.9989025300635678 - - 0.5783738429881604 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982438903770603 - - -0.02944149755576387 - - -0.051403633592825265 - - 0.06023405628734252 - - - -0.028101665459091048 - - -0.9992511918392832 - - 0.02659609005468262 - - -0.03283880170897991 - - - -0.052148170852838294 - - -0.02510485669039775 - - -0.9983237523204871 - - 0.5773951456907738 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953181028184899 - - -0.03904698192023067 - - -0.08841497274061196 - - 0.046971103940737176 - - - -0.037496172588589 - - -0.9991135667812435 - - 0.019134202749781774 - - 0.03507923577651803 - - - -0.08908373164056792 - - -0.015729395302559755 - - -0.9958999321620664 - - 0.5766343772544019 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991134395656645 - - -0.02665615590628929 - - -0.032585030789716515 - - 0.021423031613553342 - - - -0.0262274636128363 - - -0.9995646570847188 - - 0.013513565759822705 - - -0.03053459377106193 - - - -0.03293106484316173 - - -0.012646962457732816 - - -0.9993776059672776 - - 0.5785369241894228 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988751854798813 - - -0.02931762327659979 - - -0.0372671544116821 - - 0.0602532578770221 - - - -0.028153931104379245 - - -0.9991110528549021 - - 0.03137610916828752 - - -0.03283049630777469 - - - -0.03815389882964321 - - -0.030291599967347444 - - -0.9988126445813134 - - 0.5775099342669173 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957629284660242 - - -0.04046767998767602 - - -0.08257455521637788 - - 0.04700174553202899 - - - -0.037763853776125664 - - -0.9987064799858444 - - 0.0340478807308217 - - 0.03509138181494102 - - - -0.08384558211821894 - - -0.030785283995765023 - - -0.9960031047384128 - - 0.5767832043059687 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990300263300872 - - -0.02612423261213603 - - -0.03544758047219069 - - 0.021417384782766127 - - - -0.025388371427961274 - - -0.9994559549414275 - - 0.021052903086168973 - - -0.03056436210149098 - - - -0.035978286328580265 - - -0.020132525985249637 - - -0.999149760701724 - - 0.5784623231850836 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978277236755925 - - -0.028480368341284073 - - -0.05940288278804472 - - 0.06025704415221931 - - - -0.027303384494879655 - - -0.999416307085666 - - 0.020532177828343923 - - -0.03283466510842784 - - - -0.0599529737336703 - - -0.018865676515692636 - - -0.998022909150935 - - 0.5775338080578998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961046011800949 - - -0.03908133352941588 - - -0.07904601746708469 - - 0.04697826467952503 - - - -0.036797018604838624 - - -0.9988677735480078 - - 0.03015212080504727 - - 0.03506607383708869 - - - -0.08013490456498505 - - -0.027126008493870937 - - -0.9964148617586714 - - 0.5765645061899197 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.99941108720199 - - -0.02693511153032004 - - -0.02125978703058178 - - 0.021395298997605835 - - - -0.026367495753870925 - - -0.9992998824815381 - - 0.026542419634506237 - - -0.030541217849279094 - - - -0.021959825714382878 - - -0.025966221119636257 - - -0.9994215934306006 - - 0.5782718816636276 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980179429059598 - - -0.03046663944270818 - - -0.05506332280951104 - - 0.06022781828026282 - - - -0.028261666981580738 - - -0.9987842667384285 - - 0.04038894273439545 - - -0.0328568860644011 - - - -0.056226895852239875 - - -0.038752708251786276 - - -0.9976656573151015 - - 0.5774091744993408 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964626052306135 - - -0.038740063372061435 - - -0.07457535696828543 - - 0.04701557803823625 - - - -0.037167004793317256 - - -0.9990587104266827 - - 0.0223675406620104 - - 0.035054956199512724 - - - -0.07537167990506824 - - -0.019516675190764953 - - -0.9969644974911522 - - 0.5767611774446737 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999592917235085 - - -0.02796233820234873 - - 0.005666344122076798 - - -0.0472222475442156 - - - -0.028348783727535617 - - -0.9958254551115242 - - 0.08676410209928484 - - -0.02357820534844714 - - - 0.0032165625474623186 - - -0.08688941589274946 - - -0.9962127700100993 - - 0.5791289214174031 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988255673960728 - - -0.028644212239814316 - - -0.03907678365825128 - - 0.02138465575107376 - - - -0.028048318668351856 - - -0.9994830576726047 - - 0.015713346088569512 - - -0.030575349135535435 - - - -0.0395066796351185 - - -0.014598853742025429 - - -0.9991126541755073 - - 0.5782849980468286 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987384698584163 - - -0.030912150350587204 - - -0.03957155273137633 - - 0.060229883807659625 - - - -0.028481435856137514 - - -0.997756829774642 - - 0.06058148603020948 - - -0.03285387482432442 - - - -0.04135549100714596 - - -0.05937800601871397 - - -0.9973785518872957 - - 0.5772904628847536 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974855541300611 - - -0.038218418668227686 - - -0.059681837910246976 - - 0.04701784280864522 - - - -0.03664154803187797 - - -0.9989556111285606 - - 0.02729622597707953 - - 0.035026016369507015 - - - -0.06066272545536104 - - -0.025040756163987474 - - -0.9978441733412403 - - 0.5766340823149179 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984734876103663 - - -0.027052109508343563 - - -0.04815472884712744 - - 0.021419487096969374 - - - -0.025718531348222235 - - -0.9992741781136975 - - 0.028101140554890228 - - -0.03057654121304291 - - - -0.04887997222260145 - - -0.026819774912250363 - - -0.9984445142265918 - - 0.5781650517360013 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992202275403511 - - -0.02935314286310516 - - -0.026407004341029203 - - 0.060234826897150394 - - - -0.02807863718246509 - - -0.9984810416930406 - - 0.04740463599224538 - - -0.03288655706944779 - - - -0.02775836825507734 - - -0.04662619846867141 - - -0.998526649923865 - - 0.5774042998381888 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997942704741325 - - -0.020197797924725126 - - -0.001861635326596516 - - -0.03632924168502893 - - - -0.02012525210338459 - - -0.999250635636724 - - 0.033062689052438844 - - 0.037317485780469256 - - - -0.0025280337957545303 - - -0.03301842120082386 - - -0.9994515460523999 - - 0.5796355561747821 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9970927288612772 - - -0.03826984291011288 - - -0.06589012957649215 - - 0.04699702145960731 - - - -0.036825395270341434 - - -0.9990570185650756 - - 0.022999215618053903 - - 0.03502957878598748 - - - -0.06670817277631547 - - -0.020505920596205936 - - -0.9975617910211616 - - 0.5767598500699871 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989951704011311 - - -0.02694357043271487 - - -0.03581471104940558 - - 0.021428025143837015 - - - -0.026481221100001985 - - -0.9995605401985942 - - 0.013321839473133177 - - -0.030599719446075032 - - - -0.036157909843738074 - - -0.0123600360125872 - - -0.9992696508277935 - - 0.5784183792795455 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989643738166099 - - -0.029311649230607705 - - -0.034799526786588444 - - 0.06022477251884424 - - - -0.028006327066005397 - - -0.9989070001624063 - - 0.03742259572522964 - - -0.0328819547957498 - - - -0.03585840890865914 - - -0.03640923297631876 - - -0.9986934175534627 - - 0.5773220294480896 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955081879975243 - - -0.03922460113519883 - - -0.08616773349503008 - - 0.046971330166011696 - - - -0.03814088957802322 - - -0.9991716445749679 - - 0.014187925132006882 - - 0.03506671224952122 - - - -0.08665287168976578 - - -0.01083768163118623 - - -0.9961796145699722 - - 0.5765518616665645 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993561295595194 - - -0.027334603351676777 - - -0.02324103636724422 - - 0.021389469981949592 - - - -0.026652893912812066 - - -0.999219568746369 - - 0.02915264448370675 - - -0.030536136883608178 - - - -0.024019774309711014 - - -0.028514433080941887 - - -0.9993047470857844 - - 0.5782691488441394 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982951765249561 - - -0.0291336307904701 - - -0.05057639848754812 - - 0.060228263539147855 - - - -0.028060726419004527 - - -0.9993685725528422 - - 0.0217956836674798 - - -0.03284654363846674 - - - -0.05117945056215892 - - -0.020339315393091206 - - -0.9984823363933367 - - 0.5772796211712752 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963763277410034 - - -0.040397389919917884 - - -0.07484827589871924 - - 0.04701424301427194 - - - -0.03777499350138304 - - -0.9986330038326542 - - 0.03612718536145401 - - 0.03513520606814373 - - - -0.07620540258618906 - - -0.03316887914640024 - - -0.996540296261445 - - 0.5768760107206227 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987356105049682 - - -0.028032869441351766 - - -0.041729348666768126 - - 0.021435215492192308 - - - -0.02620982280784245 - - -0.998704706646703 - - 0.043611398855172026 - - -0.030511436363782337 - - - -0.042897849569064395 - - -0.04246253822615323 - - -0.9981766914478333 - - 0.5784012225582241 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984990791256377 - - -0.030564434054414856 - - -0.045446719971707086 - - 0.060239245260097024 - - - -0.02917936128105226 - - -0.9990985010385324 - - 0.030834235806772702 - - -0.03284255308700366 - - - -0.046348180767784866 - - -0.02946184979751205 - - -0.9984907839064043 - - 0.5775268743676455 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951014757330424 - - -0.03984178239454703 - - -0.09047477753245242 - - 0.04697270016260468 - - - -0.037607877394273494 - - -0.998947382429426 - - 0.026263562121215087 - - 0.03507477006776275 - - - -0.09142592931886714 - - -0.022732345084112923 - - -0.9955523793026453 - - 0.5767216687449738 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992182887834561 - - -0.03073569537586895 - - 0.024862187965331874 - - -0.04722552595763247 - - - -0.03214066414715281 - - -0.9977852209498981 - - 0.05823770739086417 - - -0.023556896391765243 - - - 0.02301714727853196 - - -0.05899126955512805 - - -0.9979931067133848 - - 0.579378387276871 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989896527422925 - - -0.027803346552963404 - - -0.035307897619225384 - - 0.021432989448952444 - - - -0.026610882804620963 - - -0.9990740906523385 - - 0.03380565490508499 - - -0.03052239871617693 - - - -0.03621511604554943 - - -0.032831925128733876 - - -0.9988045504812985 - - 0.578306652112293 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985946967018724 - - -0.02829156669648924 - - -0.044813156246280135 - - 0.06024235384347818 - - - -0.027395079922332324 - - -0.9994145715123989 - - 0.020494483275711288 - - -0.03284366122764385 - - - -0.04536674238849909 - - -0.019238022313831697 - - -0.9987851406496341 - - 0.5773694026276157 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964286759782196 - - -0.04027467647586232 - - -0.07421485109502574 - - 0.04699676745004824 - - - -0.03810971857639972 - - -0.99881222988317 - - 0.030360810032613386 - - 0.035112301918051446 - - - -0.07534947271427872 - - -0.02742407465300236 - - -0.9967800043595909 - - 0.5765771786876689 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988266014054409 - - -0.027792561521864708 - - -0.039660986484324784 - - 0.021426876714341635 - - - -0.02689718477390485 - - -0.9993750998401751 - - 0.02293362750807222 - - -0.03053049011251199 - - - -0.040273586580969536 - - -0.02183994834000188 - - -0.9989499761651791 - - 0.5783154098558223 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983077938642385 - - -0.030819864693271064 - - -0.04931211463936251 - - 0.06022791792174367 - - - -0.028166879227843267 - - -0.9981641274733806 - - 0.05361904083316924 - - -0.03282542066614726 - - - -0.05087411546632785 - - -0.052139337985761224 - - -0.9973431274190069 - - 0.57738212310864 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960419390296222 - - -0.041037979260796456 - - -0.07884376926746174 - - 0.047012793790633355 - - - -0.03846406920556335 - - -0.9986850518583165 - - 0.033892219976003966 - - 0.035112901065456004 - - - -0.08013096202005775 - - -0.03072542030538637 - - -0.9963106832072001 - - 0.5768468225025638 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998793862510623 - - -0.02709739085169236 - - -0.04094571552850771 - - 0.0214254141803822 - - - -0.02599987933802128 - - -0.9992944672050793 - - 0.027103027279731816 - - -0.030519119999882955 - - - -0.041651248306853815 - - -0.026005753639303977 - - -0.9987937095777754 - - 0.5783258221979848 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987380971240984 - - -0.029600567552348318 - - -0.040571168993681295 - - 0.06024549702753626 - - - -0.028613289692700206 - - -0.9992852659504717 - - 0.024702973652088123 - - -0.032830343720910385 - - - -0.04127339343810488 - - -0.023510926287005532 - - -0.9988712346139664 - - 0.5774691414770308 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959650191051128 - - -0.03837049975582088 - - -0.08112573862493255 - - 0.047006960462271374 - - - -0.0370659915787971 - - -0.9991591235127874 - - 0.01752592849009852 - - 0.035126463526949786 - - - -0.08173000053366491 - - -0.01444820575878037 - - -0.9965497761592844 - - 0.5766713658654563 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986682237034763 - - -0.02811982713881235 - - -0.04325568502089412 - - 0.021429320822463908 - - - -0.027701296198450492 - - -0.9995637437030233 - - 0.010245021391955416 - - -0.030519760205409526 - - - -0.04352490268649896 - - -0.009033138772277564 - - -0.9990115040629165 - - 0.5783695754528295 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992226082512261 - - -0.028771690510765804 - - -0.026951233455435375 - - 0.06024977096726211 - - - -0.027760898569506327 - - -0.9989237910443798 - - 0.0371563210791738 - - -0.03283364690251656 - - - -0.027991278467234246 - - -0.036379245603472624 - - -0.9989459639135105 - - 0.5774613010994952 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962853771825457 - - -0.03965744513451094 - - -0.07643778030290894 - - 0.046984581640956445 - - - -0.037989207636421295 - - -0.9990097921440733 - - 0.02315718686309578 - - 0.0350806863393027 - - - -0.07728044587985623 - - -0.020167355941191713 - - -0.9968054024928596 - - 0.5765346528375136 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992613954552774 - - -0.02876399633359243 - - -0.025481288579913535 - - 0.021398947461720025 - - - -0.028222487073475265 - - -0.9993733824311865 - - 0.021361968809936203 - - -0.030535759671774274 - - - -0.02607977714934068 - - -0.02062704542512686 - - -0.9994470322237542 - - 0.5784089906513165 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987143541192638 - - -0.027972256372530153 - - -0.04227519071004965 - - 0.06027036031512362 - - - -0.02758500696195164 - - -0.9995722412282161 - - 0.00971606694660354 - - -0.03284017567219885 - - - -0.042528887441957625 - - -0.00853741409510213 - - -0.9990587601805606 - - 0.5776668000411492 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966081815702917 - - -0.04044440271150031 - - -0.07166856156269852 - - 0.04702602640356169 - - - -0.03790840305455696 - - -0.9986180665246183 - - 0.03639931576948926 - - 0.03511853270922576 - - - -0.07304166896374684 - - -0.033559015181374434 - - -0.9967641180816288 - - 0.5769377011244358 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992994084236361 - - -0.030064005193477395 - - 0.022290085596457704 - - -0.0472230795826717 - - - -0.03095760504033831 - - -0.9986838826616005 - - 0.04089167644053267 - - -0.02355985167066529 - - - 0.021031381655451625 - - -0.041553075742685505 - - -0.9989149227446678 - - 0.5792789928027272 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.998862030174029 - - -0.027201885886340458 - - -0.03917527384516554 - - 0.021435032637914624 - - - -0.02662173100106607 - - -0.9995291643326977 - - 0.015255591987375463 - - -0.03051742253586231 - - - -0.039571809601332074 - - -0.01419531798181741 - - -0.999115891592297 - - 0.5784716499562512 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984691257085226 - - -0.02901768210992343 - - -0.04708905532951299 - - 0.060266313519165504 - - - -0.02787385850241442 - - -0.9993045484993635 - - 0.02476827326785008 - - -0.03281193530809767 - - - -0.04777502505541871 - - -0.02341780248979283 - - -0.9985835736219094 - - 0.5774499407860718 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996270537148726 - - -0.040404113202598985 - - -0.07623991373093628 - - 0.04698215153975785 - - - -0.03773120445034224 - - -0.99863273641566 - - 0.03618029808747485 - - 0.035105013224694975 - - - -0.0775975065328488 - - -0.03316874123755118 - - -0.9964328685790137 - - 0.5767022913877186 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990666437188254 - - -0.025927901144268177 - - -0.03454830459884613 - - 0.021410520501528224 - - - -0.02630849910078814 - - -0.9995975893220369 - - -0.010607652739226708 - - -0.030522748515697203 - - - -0.034259367820574635 - - 0.01150666606038653 - - -0.9993467327973354 - - 0.5783911095371396 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985677859746451 - - -0.027006968699743887 - - -0.0461844178846763 - - 0.0602427302852256 - - - -0.02652345886527116 - - -0.9995871145435127 - - 0.01105018408881769 - - -0.03284123085950772 - - - -0.0464637809860285 - - -0.009809387352202225 - - -0.9988718100818827 - - 0.5774891298148035 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952443132433488 - - -0.039970477355559426 - - -0.08883196438638302 - - 0.046997153117847225 - - - -0.037724773349019906 - - -0.9989282507176336 - - 0.026817744013512067 - - 0.03511422077027137 - - - -0.08980867682211996 - - -0.02333904150083924 - - -0.9956855380637417 - - 0.576738062610237 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987319193374052 - - -0.02823923433036945 - - -0.04167851894030346 - - 0.021388321022601797 - - - -0.02718019734668658 - - -0.9992985486545833 - - 0.025761357282560498 - - -0.030528393162626587 - - - -0.04237676449208838 - - -0.024595859433633228 - - -0.9987989054508942 - - 0.5783614160224829 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985139800675282 - - -0.027090549995939198 - - -0.047285660729458896 - - 0.060256794853053706 - - - -0.02592751660872738 - - -0.9993502091815746 - - 0.025038436278015476 - - -0.03282670531832194 - - - -0.0479332399510834 - - -0.023775228908710727 - - -0.9985675455361701 - - 0.5776173348095983 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995798207818457 - - -0.040475441642834016 - - -0.08214418986980515 - - 0.04698367250700122 - - - -0.03803541601431012 - - -0.9987937083153051 - - 0.03105535957576186 - - 0.03510192656094661 - - - -0.08330207941082518 - - -0.027800482973844902 - - -0.9961364849819797 - - 0.5765577884110561 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991682690585472 - - -0.026205008479205795 - - -0.031242081191101126 - - 0.02143316076657581 - - - -0.02603400709534457 - - -0.9996438364379135 - - 0.005867771830135535 - - -0.030508005673359696 - - - -0.03138471891073984 - - -0.005049534859344568 - - -0.9994946231053967 - - 0.5785375006880089 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981793030222982 - - -0.029502355930007666 - - -0.05260883968021144 - - 0.06024739448492854 - - - -0.028203185916326447 - - -0.9992827780305871 - - 0.025268752158361017 - - -0.032818882215012224 - - - -0.05331659518469061 - - -0.023739008531332775 - - -0.9982954473260209 - - 0.5774697178855149 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997324809201796 - - -0.020636183271033517 - - 0.010445790213624176 - - -0.03635007399264032 - - - -0.02065644584592742 - - -0.9997849477593602 - - 0.0018356140193709395 - - 0.03735956879127091 - - - 0.010405663755714863 - - -0.002050895857463218 - - -0.9999437564123221 - - 0.5797528541018183 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9958817436702668 - - -0.03902098606164025 - - -0.08183468256824972 - - 0.04700170455902681 - - - -0.03773332967923316 - - -0.9991394050247269 - - 0.017223389856619323 - - 0.035082060681970846 - - - -0.08243632970715775 - - -0.014064564465779675 - - -0.9964970845771707 - - 0.5769172791946608 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987835356751905 - - -0.027254125229337286 - - -0.04109332697834249 - - 0.021412866797036835 - - - -0.02672892679749603 - - -0.9995545511559225 - - 0.013276435355030656 - - -0.030545471031787154 - - - -0.04143685963510589 - - -0.012161904516390936 - - -0.9990671022219252 - - 0.578414615751146 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990743966603293 - - -0.028754648482105925 - - -0.03199250112869549 - - 0.060209248455797615 - - - -0.027754965623974143 - - -0.9991257108329527 - - 0.03126460995693958 - - -0.03285077842940343 - - - -0.032863533300773864 - - -0.03034772056049804 - - -0.998999001018405 - - 0.5772930604965657 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9974540077159141 - - -0.038209864150273526 - - -0.060212197876168 - - 0.047024512865922 - - - -0.036564991611470365 - - -0.9989336687856214 - - 0.028187350974357837 - - 0.035111516046438807 - - - -0.06122502658157259 - - -0.025913927686018023 - - -0.9977875347347097 - - 0.5766479916413229 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991529937233685 - - -0.02891730822780615 - - -0.02927600414142095 - - 0.02142085190791719 - - - -0.028013115232762564 - - -0.9991317648184792 - - 0.030837994514358282 - - -0.030546106881310348 - - - -0.030142337477150106 - - -0.029991762461877434 - - -0.9990955578301028 - - 0.5783316903941172 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986981259356601 - - -0.02885032328923947 - - -0.04206794621451017 - - 0.06024840322690063 - - - -0.027558117869234608 - - -0.9991400199735956 - - 0.030980165052299828 - - -0.03284068102720711 - - - -0.042925556398326695 - - -0.029780519358613172 - - -0.9986343261047183 - - 0.5774409211558389 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957994353613133 - - -0.039431487631747635 - - -0.08263559957570947 - - 0.046973343921871906 - - - -0.038194115956485926 - - -0.9991340696483804 - - 0.0165021324127408 - - 0.035063535221268136 - - - -0.08321474653204304 - - -0.013276620466536526 - - -0.9964431932170519 - - 0.5765130848050516 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995001068431961 - - -0.030946334935763275 - - 0.006469990300075791 - - -0.04722950648040321 - - - -0.03127833695524795 - - -0.9977200609769137 - - 0.05980255480777844 - - -0.023590201811275288 - - - 0.004604569225615807 - - -0.059975030456573604 - - -0.9981892574376761 - - 0.5794483278997273 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989237721123887 - - -0.029064465272428935 - - -0.03614629119542356 - - 0.021393926695627622 - - - -0.028123630048615494 - - -0.9992591937276059 - - 0.026270233796911336 - - -0.03050806424067427 - - - -0.036883044094071116 - - -0.025225396117475412 - - -0.9990011613852467 - - 0.5783182667098179 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983741116207909 - - -0.02778491301401282 - - -0.04977079318435841 - - 0.0602362133142262 - - - -0.026930303451098953 - - -0.9994795334137007 - - 0.017760096935613163 - - -0.03285076678187657 - - - -0.05023835189800879 - - -0.016390878436935267 - - -0.9986027473938958 - - 0.5773437582795607 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965146053816366 - - -0.039106536164653614 - - -0.07368392016093984 - - 0.046991703971552994 - - - -0.03736512943590208 - - -0.9989922550511715 - - 0.024866070256764444 - - 0.03508720095361236 - - - -0.07458209143835672 - - -0.022026192975153475 - - -0.9969715936072114 - - 0.5766919186169683 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989226016237721 - - -0.028058745728421864 - - -0.036964073819620545 - - 0.021405665744721556 - - - -0.0270252094000218 - - -0.9992377633123816 - - 0.02816967212010598 - - -0.030536314068141626 - - - -0.03772630411370246 - - -0.0271403603258518 - - -0.9989194796475358 - - 0.578426700098616 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989258431762282 - - -0.029086489734288085 - - -0.03607126210155121 - - 0.060261307406026615 - - - -0.02846568934960682 - - -0.999439705119404 - - 0.017606259133904185 - - -0.03282817015115791 - - - -0.0365631558336166 - - -0.016560553909083404 - - -0.9991941171212483 - - 0.5774750424640182 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995957687703854 - - -0.039844788254795795 - - -0.08050265307754075 - - 0.04697043727035991 - - - -0.03837583294603019 - - -0.999068904666485 - - 0.019713426242246316 - - 0.035060407766988266 - - - -0.08121317472732349 - - -0.01654438205073219 - - -0.9965594330862906 - - 0.5765758416852703 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989099780560676 - - -0.025570283350406193 - - -0.0390514577116701 - - 0.02142758698477972 - - - -0.024331237431531854 - - -0.9991954759408189 - - 0.031880899367046994 - - -0.03053305204276894 - - - -0.039835243504676134 - - -0.03089597819751454 - - -0.9987284875811557 - - 0.5782063672223502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988994592007863 - - -0.029796727309871287 - - -0.03622189186111238 - - 0.06023917182832483 - - - -0.02891080088310617 - - -0.9992757632052576 - - 0.0247409511306152 - - -0.03284069440413231 - - - -0.036932858008477176 - - -0.02366651880127858 - - -0.9990374667084085 - - 0.5773893347117502 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949835659159083 - - -0.03961457595442919 - - -0.09186070394469018 - - 0.046984315567150145 - - - -0.037819965593621455 - - -0.999059746813842 - - 0.02119604913090632 - - 0.03507290482619649 - - - -0.09261400412335355 - - -0.017615551885003928 - - -0.9955462513474835 - - 0.5767190477838632 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9980560559844328 - - -0.027271970851873276 - - -0.05603881439371557 - - 0.021384257357661945 - - - -0.02591945877262439 - - -0.9993582936941467 - - 0.024722105121898028 - - -0.030530929571092803 - - - -0.05667707446342792 - - -0.023221550994249426 - - -0.9981224718438558 - - 0.5783746333949585 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978594309993248 - - -0.029246560938944854 - - -0.05849097912454716 - - 0.060233370072354395 - - - -0.027097410225575016 - - -0.9989401962416976 - - 0.03720503583745746 - - -0.03284193422366386 - - - -0.059517109512899985 - - -0.035540441835241396 - - -0.9975944018835441 - - 0.5773090194093623 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9978860255084473 - - -0.03890738460177478 - - -0.052054735792280114 - - 0.047032078916437806 - - - -0.03697039905243266 - - -0.9986061050221429 - - 0.037670102288259844 - - 0.035115787325770434 - - - -0.053447822115203124 - - -0.035665984298118736 - - -0.9979334987238314 - - 0.5766842830543404 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998793935222398 - - -0.026775960826786877 - - -0.04115486465484672 - - 0.021418890248106056 - - - -0.026113905036642543 - - -0.9995221105146185 - - 0.016541298502226933 - - -0.03053979800371999 - - - -0.041578106338475695 - - -0.015446634397335051 - - -0.9990158470009879 - - 0.5782933836877115 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976471704753274 - - -0.03145301238523911 - - -0.060916592603880326 - - 0.060222657173896854 - - - -0.02845804780498156 - - -0.9983723901760586 - - 0.04942378020016014 - - -0.03283477462858979 - - - -0.062371970930078166 - - -0.047573927166446456 - - -0.9969184814699041 - - 0.5772629832462235 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958402124712826 - - -0.03863616986941365 - - -0.08251980127807221 - - 0.046992816385658054 - - - -0.03782008793340244 - - -0.9992191881270258 - - 0.011430443013220135 - - 0.03508815578317648 - - - -0.0828969973754202 - - -0.008261988658342441 - - -0.9965238719516709 - - 0.5766744354261535 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992753090201378 - - -0.02756792698852847 - - -0.026246260386257776 - - 0.021415007888396898 - - - -0.026592840639028118 - - -0.9989686689925499 - - 0.036802434674911656 - - -0.030502924152805675 - - - -0.027233758636209866 - - -0.03607780166264359 - - -0.9989778348981204 - - 0.5781877925463628 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988237477935188 - - -0.028374723249208363 - - -0.03931915467351899 - - 0.060235669225094525 - - - -0.027614430307715616 - - -0.9994235916767217 - - 0.019746585496769938 - - -0.03285219116085387 - - - -0.0398567946840886 - - -0.01863758247551871 - - -0.9990315692894685 - - 0.5773982700137187 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946592893881567 - - -0.03944565465966791 - - -0.09537787144991867 - - 0.04698850664707874 - - - -0.038598139633318033 - - -0.9991973616067011 - - 0.01071523098463064 - - 0.03505521870938339 - - - -0.09572398680944018 - - -0.006976595636650054 - - -0.995383466540724 - - 0.5765825003463865 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982885710622265 - - -0.027557765557370186 - - -0.05158001981410133 - - 0.021413788710392817 - - - -0.025604718325226584 - - -0.9989439395877667 - - 0.03814975701572376 - - -0.030524844072483143 - - - -0.052576870257023386 - - -0.03676377453904835 - - -0.9979399268471117 - - 0.5782656029697314 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985140760653487 - - -0.03022740382265878 - - -0.04534251820868542 - - 0.060224293113530177 - - - -0.02825671180526554 - - -0.9986541342844362 - - 0.04349112914787514 - - -0.032830131738262505 - - - -0.04659611719142726 - - -0.04214527416858147 - - -0.9980243372423027 - - 0.5772675129580516 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964229013785687 - - -0.038898915733507414 - - -0.07502183657491032 - - 0.047000033585613644 - - - -0.037717748493432124 - - -0.9991421482253751 - - 0.01709792642893829 - - 0.03509650645702865 - - - -0.07562256975864587 - - -0.014207110696432167 - - -0.9970352977446478 - - 0.5765906736569031 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982769609576734 - - -0.028922487596713394 - - -0.051054861985220634 - - 0.021424570972227427 - - - -0.027192912704254477 - - -0.999043198404714 - - 0.03425249217120545 - - -0.030539272145926166 - - - -0.05199667989180427 - - -0.03280514338480561 - - -0.9981082946492991 - - 0.5783962585473438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977587143631106 - - -0.029396221764805507 - - -0.06011164661217704 - - 0.06023723145434774 - - - -0.028030633532353726 - - -0.9993322926053217 - - 0.023436137479677984 - - -0.03283730073473833 - - - -0.06076044351589089 - - -0.02169864286414833 - - -0.9979164982109506 - - 0.5773849781664655 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960294263226634 - - -0.04000168000935188 - - -0.0795314245803213 - - 0.046988403548705815 - - - -0.03806350632583677 - - -0.9989437796220133 - - 0.025738971243406475 - - 0.035088722676123396 - - - -0.08047702396043792 - - -0.022609527879089812 - - -0.9965000039455871 - - 0.5765342824569426 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986693106105244 - - -0.026927443395505974 - - -0.043983188116389016 - - 0.021439938305685295 - - - -0.026912685621920163 - - -0.9996373575665211 - - 0.0009277445981608458 - - -0.030520955125105508 - - - -0.043992219736170776 - - 0.0002571956561582224 - - -0.9990318405601891 - - 0.57845669978675 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978635103899309 - - -0.03125973605676946 - - -0.0573693605851192 - - 0.06022199446624736 - - - -0.028353390600993417 - - -0.9983066216869309 - - 0.05079344778073662 - - -0.03281869858493594 - - - -0.05886000232510885 - - -0.04905831221809437 - - -0.9970600694685351 - - 0.5773564564493108 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9945688480101161 - - -0.03964854460120558 - - -0.09623304774783294 - - 0.046944596560369714 - - - -0.03821587801865191 - - -0.9991301852551032 - - 0.01668590960560285 - - 0.035068107135636545 - - - -0.09681091485516495 - - -0.01291765548035107 - - -0.9952189613053988 - - 0.5763792044045642 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995671359533075 - - -0.028427872444449838 - - 0.007576066946909362 - - -0.04723224914012662 - - - -0.02880484527173481 - - -0.9980462244391738 - - 0.05544379831489156 - - -0.023531589319865986 - - - 0.0059851157861297655 - - -0.055638026124163006 - - -0.9984330665788439 - - 0.5793612565608736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989639331919393 - - -0.027203145000115118 - - -0.03648354538409688 - - 0.02141612007349347 - - - -0.02651128589864068 - - -0.9994618918864169 - - 0.01931523716718228 - - -0.03050226793527426 - - - -0.0369893484896839 - - -0.018327999588789716 - - -0.999147572948752 - - 0.5782696518790531 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987441933275523 - - -0.027727160792954657 - - -0.041728178115735204 - - 0.06024555465350212 - - - -0.02746822498568519 - - -0.9995997787224145 - - 0.006766017605353913 - - -0.032843922824936034 - - - -0.04189908006905002 - - -0.00561132181057345 - - -0.9991060905413927 - - 0.5774373318708642 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955764204775822 - - -0.04142717658407949 - - -0.08432899874489162 - - 0.04699849943471946 - - - -0.037904992439608265 - - -0.9983579552025221 - - 0.04294886298836514 - - 0.03511723411226891 - - - -0.08596977688233044 - - -0.03956238521767382 - - -0.9955119362110593 - - 0.5767170776929997 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995183293244919 - - -0.0301401441378494 - - 0.007394664003601431 - - -0.04723667135775458 - - - -0.030509006490607393 - - -0.9979505639502453 - - 0.05624831050213116 - - -0.023549856194714693 - - - 0.0056841769265718834 - - -0.056446821192497144 - - -0.9983894262811132 - - 0.5792195427310555 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9985412512018906 - - -0.028169930573830094 - - -0.046063268008559956 - - 0.021412951993958734 - - - -0.028085967993232836 - - -0.9996024619810696 - - 0.0024690895625610414 - - -0.030546741560508947 - - - -0.04611451018980827 - - -0.00117175631017711 - - -0.9989354728595357 - - 0.5784714779379213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985649163381757 - - -0.028698762812296188 - - -0.04521602449990111 - - 0.06023650093525881 - - - -0.026856652500539317 - - -0.9988049347921809 - - 0.04083408443020656 - - -0.032825343164351206 - - - -0.046333876105905135 - - -0.0395611330453455 - - -0.9981423188489564 - - 0.5773726136921593 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957124125286964 - - -0.038699659367890556 - - -0.08401861639596664 - - 0.04698461011129227 - - - -0.03785899206444241 - - -0.999216031970622 - - 0.011576621819426505 - - 0.03507261011643931 - - - -0.08440075980788231 - - -0.008346125909353179 - - -0.9963969359277246 - - 0.5766774122402301 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993888455474571 - - -0.027308845002561522 - - -0.02182114524829153 - - 0.021435179118779974 - - - -0.027303098629135294 - - -0.9996270433367819 - - 0.0005612797987350339 - - -0.030505861414584546 - - - -0.02182833480979884 - - 3.484811082787593e-05 - - -0.999761732906917 - - 0.5784531220303265 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998477635256429 - - -0.030891902430976306 - - -0.045695757537483915 - - 0.06023005174760982 - - - -0.028549449261247885 - - -0.9982876676309811 - - 0.05105547573744028 - - -0.032818889477050237 - - - -0.0471947119877737 - - -0.04967316196994068 - - -0.9976498564828745 - - 0.5774173910028999 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955720496849133 - - -0.04063817270117079 - - -0.08476339307560893 - - 0.046993429987907474 - - - -0.03788479272167537 - - -0.9987088574919705 - - 0.03384317431208056 - - 0.035112316014595184 - - - -0.08602927621813439 - - -0.03048207484066651 - - -0.9958261930411306 - - 0.5767328806741391 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985461536149259 - - -0.02753306807623312 - - -0.04634122638802388 - - 0.021409443663500914 - - - -0.02670411806847019 - - -0.9994737855579793 - - 0.018413094812894586 - - -0.030523394750872283 - - - -0.0468238099584151 - - -0.017148823420659338 - - -0.9987559505085646 - - 0.5783433839663816 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988110598411142 - - -0.029718244945731994 - - -0.038643145011966105 - - 0.06024854683600234 - - - -0.02888480788579537 - - -0.9993417164144454 - - 0.021949981941475596 - - -0.03285234528857709 - - - -0.03927002180380169 - - -0.02080768490668498 - - -0.9990119647113107 - - 0.5775684929355106 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960176941643982 - - -0.04006116702417231 - - -0.07964832583360744 - - 0.04700100253665607 - - - -0.038084361892233534 - - -0.9989313706453785 - - 0.026185838153611474 - - 0.035097426470109265 - - - -0.08061224653051495 - - -0.02304820247236459 - - -0.9964790244014656 - - 0.5766981381288778 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998485814772764 - - -0.028549882781966164 - - -0.0470210792167264 - - 0.02141040468010881 - - - -0.02737505695423737 - - -0.9993013998010231 - - 0.025442456887417343 - - -0.030510301172958006 - - - -0.047714609443250476 - - -0.024116727573446232 - - -0.9985698270510811 - - 0.5783833408437002 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983717807825472 - - -0.029123253061650534 - - -0.049047155556592524 - - 0.06023095386051763 - - - -0.027708005506873773 - - -0.9991867979708754 - - 0.029291793928358976 - - -0.032831263061557085 - - - -0.0498603426373764 - - -0.027885101610312595 - - -0.9983668500808044 - - 0.5774258009436997 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950854365673594 - - -0.039980038393650524 - - -0.09059012342187156 - - 0.04699810914760179 - - - -0.03808819415244412 - - -0.9990206429660301 - - 0.022517646278993907 - - 0.03509975616937131 - - - -0.09140165971005895 - - -0.018956567668815906 - - -0.9956336601102157 - - 0.576715881777017 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985177138022112 - - -0.026289379180892528 - - -0.04765756776723556 - - 0.02141788063368657 - - - -0.02610327320452995 - - -0.9996490176665956 - - 0.004523340161943851 - - -0.030535758701614457 - - - -0.04775975660757772 - - -0.003272616765562349 - - -0.9988534905722116 - - 0.5783609499356985 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998618188787517 - - -0.029958485318371152 - - -0.04317640768021416 - - 0.06024063138202505 - - - -0.028725530567141982 - - -0.9991694927644952 - - 0.028899284115326745 - - -0.032848069139078145 - - - -0.04400632814011307 - - -0.027619085541906077 - - -0.9986494025419803 - - 0.5774832709356288 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953769586325024 - - -0.04006478537894919 - - -0.087289880261393 - - 0.04698650576801646 - - - -0.03817972405872918 - - -0.9990024723869142 - - 0.02315963807215123 - - 0.035107322976293175 - - - -0.08813069212430416 - - -0.01971986656578791 - - -0.9959137050810777 - - 0.5765319181707795 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990021595263027 - - -0.027888299229889685 - - -0.03488449552233399 - - 0.02143420871141011 - - - -0.027401843351064246 - - -0.9995215501790704 - - 0.014346069447444968 - - -0.030524884707428947 - - - -0.03526789251922125 - - -0.013375854877027938 - - -0.9992883779287941 - - 0.5783144882851662 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984566506702897 - - -0.027318539603347982 - - -0.04835301568886399 - - 0.06025316814782518 - - - -0.026670425356081353 - - -0.9995462591367361 - - 0.013998723409017717 - - -0.0328436182884691 - - - -0.048713500629629494 - - -0.012687522992956331 - - -0.9987322071590112 - - 0.5775197794315301 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959673725343586 - - -0.03993285051315967 - - -0.08033903345759019 - - 0.04701946785314573 - - - -0.0375136925862353 - - -0.9988026731011853 - - 0.03139973048407597 - - 0.03512220049251026 - - - -0.08149672211538073 - - -0.028259293264708833 - - -0.9962729026871242 - - 0.5768402628034316 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995602533537703 - - -0.02965235678375055 - - -0.00019404256179022042 - - -0.0472435404900761 - - - -0.029569903413171804 - - -0.9972276493244501 - - 0.06828349899476044 - - -0.023549923431163834 - - - -0.0022182712823984644 - - -0.06824773373527449 - - -0.9976659391362005 - - 0.5792244559652169 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991257296350072 - - -0.0276697242923202 - - -0.0313394757279302 - - 0.021426186182927368 - - - -0.02628927768589057 - - -0.9987015796028663 - - 0.04363517821086315 - - -0.030528712482132216 - - - -0.03250615726395042 - - -0.04277313708774042 - - -0.9985558614737609 - - 0.5782218195870583 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980473831882691 - - -0.02946306743512774 - - -0.055075843782563035 - - 0.06024091080414501 - - - -0.027438033431695045 - - -0.9989322156852588 - - 0.037169648741159717 - - -0.03284031786019011 - - - -0.05611216652785166 - - -0.03558589781715682 - - -0.9977900924764176 - - 0.5774909329266896 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963857384581422 - - -0.039132555350416084 - - -0.07539299243941235 - - 0.04700646239667076 - - - -0.037648968319798956 - - -0.9990703378377503 - - 0.021000362787787333 - - 0.035080885299088205 - - - -0.07614470028621455 - - -0.018085993600312097 - - -0.996932736674753 - - 0.5766817056813439 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989661094946741 - - -0.02633873503902452 - - -0.037053786818877346 - - 0.021415578266077324 - - - -0.025437201672949245 - - -0.9993738200135202 - - 0.024595053214698105 - - -0.030513283245334234 - - - -0.03767838706904071 - - -0.023627079974643195 - - -0.999010560624735 - - 0.5783206434631535 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999165244712304 - - -0.030327858273959268 - - -0.02736849962121516 - - 0.06024716027452166 - - - -0.029631742349374945 - - -0.9992357706432312 - - 0.025491851881877404 - - -0.032853181920746675 - - - -0.02812069708136826 - - -0.024659596094461025 - - -0.999300320582414 - - 0.5775009926862336 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963857384581422 - - -0.039132555350416084 - - -0.07539299243941235 - - 0.04700646239667076 - - - -0.037648968319798956 - - -0.9990703378377503 - - 0.021000362787787333 - - 0.035080885299088205 - - - -0.07614470028621455 - - -0.018085993600312097 - - -0.996932736674753 - - 0.5766817056813439 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989661094946741 - - -0.02633873503902452 - - -0.037053786818877346 - - 0.021415578266077324 - - - -0.025437201672949245 - - -0.9993738200135202 - - 0.024595053214698105 - - -0.030513283245334234 - - - -0.03767838706904071 - - -0.023627079974643195 - - -0.999010560624735 - - 0.5783206434631535 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999165244712304 - - -0.030327858273959268 - - -0.02736849962121516 - - 0.06024716027452166 - - - -0.029631742349374945 - - -0.9992357706432312 - - 0.025491851881877404 - - -0.032853181920746675 - - - -0.02812069708136826 - - -0.024659596094461025 - - -0.999300320582414 - - 0.5775009926862336 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971503276101437 - - -0.039886368080098926 - - -0.06403359890215478 - - 0.047008973187599966 - - - -0.03786209870481858 - - -0.9987536389646405 - - 0.03252122593869005 - - 0.03511354087892027 - - - -0.06525094350773593 - - -0.03000410465699014 - - -0.9974176999006399 - - 0.5768196315128795 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992428997967847 - - -0.026491667392012815 - - -0.028492433460551334 - - 0.0214092639749799 - - - -0.026215850256717688 - - -0.9996061789455964 - - 0.0100108046180625 - - -0.030530875748855255 - - - -0.028746415446631524 - - -0.00925627206680051 - - -0.9995438784897812 - - 0.578313665919137 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986054362468914 - - -0.03049436668351636 - - -0.04309612858166264 - - 0.06022573460868143 - - - -0.028742304304333204 - - -0.9987576877548561 - - 0.04070578698232295 - - -0.03282573470786423 - - - -0.04428388692778742 - - -0.03941033812522282 - - -0.99824133485216 - - 0.5774149233077797 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966580719722566 - - -0.038736252340647925 - - -0.071917941622002 - - 0.04699751005690727 - - - -0.037502860105110725 - - -0.9991266954196285 - - 0.018422322974857713 - - 0.03508257621485901 - - - -0.07256874710562759 - - -0.01566362839367444 - - -0.9972404061654667 - - 0.5765322361901366 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990305955249843 - - -0.02811771464424235 - - -0.03387127585699023 - - 0.021438899219147052 - - - -0.027541296402323792 - - -0.9994698086831875 - - 0.017366016332813462 - - -0.030527773000437033 - - - -0.034341610292394804 - - -0.016416322790964992 - - -0.9992753164911798 - - 0.5783756251336318 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983864945353398 - - -0.02883252266868255 - - -0.04891925148646224 - - 0.06023716540964706 - - - -0.02797221209660505 - - -0.9994433508266505 - - 0.018180864633446498 - - -0.0328574463356143 - - - -0.04941622081724151 - - -0.0167831500308217 - - -0.998637252957842 - - 0.5775506250782625 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996239846344993 - - -0.04001792429630488 - - -0.0768422688988302 - - 0.04701594878046206 - - - -0.038066098859223255 - - -0.9989184595866772 - - 0.026699872932649565 - - 0.035093177688997536 - - - -0.07782763437330442 - - -0.02367439190338375 - - -0.9966856989522124 - - 0.5768437237332957 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990857641780284 - - -0.027864208528886342 - - -0.0324225492499245 - - 0.02142824968104215 - - - -0.0269577022257276 - - -0.999242441717207 - - 0.028068219782228624 - - -0.030515736613529423 - - - -0.03318008600823758 - - -0.02716852138216629 - - -0.9990800535184321 - - 0.5783527891112169 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99835732000873 - - -0.02811971841677966 - - -0.04991936519175074 - - 0.060250071040001366 - - - -0.027567347642035687 - - -0.9995512451751766 - - 0.011719625110785694 - - -0.03283315422106031 - - - -0.05022651619383433 - - -0.010324229022800294 - - -0.9986844883976698 - - 0.577525174567796 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956752304517611 - - -0.04012879490930955 - - -0.0837885152270817 - - 0.047016570773813826 - - - -0.03782718413116356 - - -0.9988669095465081 - - 0.028879078131320176 - - 0.035100816112381486 - - - -0.0848524578638673 - - -0.02558469918006501 - - -0.9960649996673541 - - 0.5767933018376399 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988292605851662 - - -0.024944048732453743 - - -0.041447588973583936 - - 0.02141585360359256 - - - -0.02502421007546435 - - -0.9996858422003925 - - -0.0014162676977590668 - - -0.03051979922586779 - - - -0.041399240439761835 - - 0.0024518027909398083 - - -0.9991396756980907 - - 0.5784985013291961 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988657453443246 - - -0.02918247086028044 - - -0.03762454215290369 - - 0.0602368884114516 - - - -0.028128739472081478 - - -0.9992053747735026 - - 0.028238148654902408 - - -0.03282421279620952 - - - -0.03841870369284352 - - -0.02714778845934756 - - -0.9988928875451704 - - 0.5774062739536079 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962306723866818 - - -0.03824275762151781 - - -0.07785845416832803 - - 0.047008805495742954 - - - -0.03685847377559476 - - -0.9991371824193166 - - 0.019140104966362294 - - 0.035114706205984274 - - - -0.07852324692034575 - - -0.016198215849019114 - - -0.9967806767270296 - - 0.5767260719401902 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993642095086427 - - -0.031584891247994615 - - 0.016539993894134183 - - -0.04723189985392332 - - - -0.03247636118472624 - - -0.997860972590712 - - 0.05673416382143434 - - -0.023566872246301176 - - - 0.014712671999499261 - - -0.057235251595240635 - - -0.9982523044087925 - - 0.5794760667374433 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990127587483686 - - -0.027163806941851956 - - -0.03515160665459997 - - 0.021423800512139043 - - - -0.026521232416811272 - - -0.9994748383987021 - - 0.01861912025264648 - - -0.03052322866677929 - - - -0.03563891256853105 - - -0.017668474759153004 - - -0.9992085332454975 - - 0.5783296330528345 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983692688384694 - - -0.029342852880361436 - - -0.04896733629452831 - - 0.06023109755915931 - - - -0.027696649260251626 - - -0.9990391752633369 - - 0.033965010067795454 - - -0.03283160611414218 - - - -0.04991691756002737 - - -0.03255339112891786 - - -0.9982227096531677 - - 0.57738244910019 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950196738747072 - - -0.040828130169853996 - - -0.09093356030149057 - - 0.04698633009749795 - - - -0.03808165726073563 - - -0.9987705275008131 - - 0.03173674173608803 - - 0.03509604059112101 - - - -0.09211751181261478 - - -0.028115781735188323 - - -0.9953511274092534 - - 0.5765865310010367 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987654537004357 - - -0.026545630689754643 - - -0.04198687873426843 - - 0.0214401738526378 - - - -0.02589613562312603 - - -0.9995375771526653 - - 0.015938068250858712 - - -0.030526539857169615 - - - -0.04239054911594882 - - -0.014831094061583049 - - -0.9989910309880593 - - 0.5784345678111267 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982214348538979 - - -0.029168534269479296 - - -0.05199195713565154 - - 0.0602348757016914 - - - -0.02734983563146985 - - -0.9990004972785987 - - 0.03535523904663876 - - -0.03283024707891917 - - - -0.05297125153474097 - - -0.03387038596891981 - - -0.9980214644310816 - - 0.577463915045978 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966745510413895 - - -0.03924136012730447 - - -0.07141396895428698 - - 0.04699278574822488 - - - -0.037408445568871275 - - -0.9989399382296388 - - 0.026825510431044298 - - 0.03511345982566262 - - - -0.07239093525135215 - - -0.02406481799483368 - - -0.9970859727367093 - - 0.5766925842044172 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994759347341468 - - -0.03189936533433702 - - -0.005503306149059047 - - -0.04722676438521152 - - - -0.03169879070278452 - - -0.9989415937140708 - - 0.03332985172444533 - - -0.023580624662839896 - - - -0.006560682531934853 - - -0.03313793655704814 - - -0.9994292544274739 - - 0.5792670323214528 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991706464487868 - - -0.02549717592476862 - - -0.03174765022761143 - - 0.02141600769284537 - - - -0.025049711911664455 - - -0.9995822969273038 - - 0.01441331338305312 - - -0.030521694653004604 - - - -0.032101887923547 - - -0.01360609015834018 - - -0.9993919867110939 - - 0.5784375210440471 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982817944837183 - - -0.030302842328242038 - - -0.050151735256089056 - - 0.06023425617254082 - - - -0.028558779627980178 - - -0.9989744559796646 - - 0.03513449026659749 - - -0.03283650608579994 - - - -0.05116497736271959 - - -0.03364184963647023 - - -0.9981234247549297 - - 0.5773962038101745 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995831262892686 - - -0.03882797070247964 - - -0.08253777642198508 - - 0.0469722058061349 - - - -0.03808833338611698 - - -0.9992190252047242 - - 0.01051753434932053 - - 0.03508036978803349 - - - -0.08288169101451913 - - -0.007329963168291713 - - -0.9965324364688415 - - 0.5762914601714366 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986314277400304 - - -0.026703344543943873 - - -0.04496891059471906 - - 0.021411536172091062 - - - -0.026552428451375253 - - -0.9996396176974763 - - 0.003950097844065427 - - -0.030540057078489124 - - - -0.045058185418889334 - - -0.0027506580686293054 - - -0.9989805772921445 - - 0.5784342535766862 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983513129444428 - - -0.028079578291868232 - - -0.05006189394198094 - - 0.06024444205422658 - - - -0.027152195301295777 - - -0.9994486373400491 - - 0.019109673190292782 - - -0.032844522156661005 - - - -0.05057088324745374 - - -0.0177188769980026 - - -0.998563281502731 - - 0.5774523605210454 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957063790046309 - - -0.03959126051640786 - - -0.08367400373000117 - - 0.04700243678175643 - - - -0.03794671518452474 - - -0.9990558184239418 - - 0.021154632588920964 - - 0.035099104105419394 - - - -0.08443253884724114 - - -0.017888649026396638 - - -0.9962686096730234 - - 0.576745528316314 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986148496891656 - - -0.027793495710265213 - - -0.044675536667045906 - - 0.021437647317257134 - - - -0.027812799632389935 - - -0.9996131312887129 - - 0.00018955680659820117 - - -0.03053199194899899 - - - -0.0446635215460405 - - 0.0010532575078614165 - - -0.9990015317764676 - - 0.5784709900619665 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989460358092228 - - -0.02959409952206377 - - -0.03508570669827036 - - 0.060231750527810435 - - - -0.028127121528979993 - - -0.998738677311585 - - 0.041592300686549934 - - -0.03283360414154764 - - - -0.03627233898624211 - - -0.04056160395478187 - - -0.9985184393435523 - - 0.5773776918381702 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960422702814898 - - -0.040243371892180246 - - -0.07924813456002087 - - 0.04700894717306388 - - - -0.03857530000534572 - - -0.9990030494518125 - - 0.022468943354731995 - - 0.03510709442022184 - - - -0.08007335413227719 - - -0.01932299678435664 - - -0.9966016655380824 - - 0.5767554263260691 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993745589148731 - - -0.02822178471315254 - - -0.021307788747476242 - - 0.021412295098157477 - - - -0.02783875118956178 - - -0.9994491991575106 - - 0.01806383778759581 - - -0.03051791767650503 - - - -0.021805846140617383 - - -0.01745935769194765 - - -0.9996097618086153 - - 0.5782115610445596 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992931294849273 - - -0.027597589262225487 - - -0.025526739531985265 - - 0.0602491858445599 - - - -0.027265948463874482 - - -0.9995403966149741 - - 0.013250041099778075 - - -0.032833657507596564 - - - -0.02588067654806697 - - -0.012544664271871283 - - -0.9995863254265339 - - 0.5775201606127146 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963379912550818 - - -0.03956113105140934 - - -0.07579923542966448 - - 0.04698974651893609 - - - -0.03750305160343682 - - -0.9988932674084385 - - 0.028385937478331718 - - 0.03508174276486801 - - - -0.07683832573799641 - - -0.025439285289233605 - - -0.9967189746672602 - - 0.5766741653820053 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990513381017091 - - -0.029025329600776997 - - -0.03246465891936616 - - 0.021427096223185556 - - - -0.028785709212402543 - - -0.9995549830272702 - - 0.007824247599181827 - - -0.03053549389177143 - - - -0.03267731296057749 - - -0.006882306802268984 - - -0.9994422579973075 - - 0.5783233959842633 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990111039021693 - - -0.02926539031259747 - - -0.0334716478533737 - - 0.06024844745506936 - - - -0.02885550954106801 - - -0.9995033692148102 - - 0.012663905296881845 - - -0.032844127413290854 - - - -0.03382563893401369 - - -0.01168554055636217 - - -0.9993594319826133 - - 0.5774867186300352 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957733116687915 - - -0.039019623278235674 - - -0.0831443369532319 - - 0.04696464359519061 - - - -0.0375941437774477 - - -0.9991191829222024 - - 0.018642389077359014 - - 0.03509596259117989 - - - -0.08379852100012616 - - -0.015437853351279531 - - -0.9963631268579223 - - 0.5765674331168709 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990591898453991 - - -0.026743030826871593 - - -0.03414008622788916 - - 0.021403085058817425 - - - -0.026168536071856936 - - -0.9995101652117305 - - 0.01716500388216993 - - -0.030491004256647213 - - - -0.03458240745394447 - - -0.016255458794263 - - -0.9992696418655364 - - 0.5782491929985367 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985367018238297 - - -0.030797108963464263 - - -0.04445214494578189 - - 0.060244236457911056 - - - -0.028964543153674555 - - -0.9987269921697493 - - 0.0412970985840967 - - -0.032828408345263266 - - - -0.045667388262163815 - - -0.03994913254450196 - - -0.9981575809751958 - - 0.5774387832695405 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954228656586253 - - -0.04052146377129268 - - -0.08655246673435865 - - 0.04700716493517527 - - - -0.038370433025560945 - - -0.9989154801322078 - - 0.026373725972483386 - - 0.03509626085305205 - - - -0.08752730084608681 - - -0.022931954257596927 - - -0.995898135895698 - - 0.5767830298028561 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989728607716459 - - -0.028692178868663022 - - -0.035071103682123156 - - 0.02142594895904904 - - - -0.02798534612644267 - - -0.9993984776468184 - - 0.020481779205056908 - - -0.030514677452420768 - - - -0.035637674501807576 - - -0.01947926459058833 - - -0.9991749168224314 - - 0.5784328028910173 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988885728534074 - - -0.02927847517788057 - - -0.036937649006688666 - - 0.060229490600631846 - - - -0.028279792982126087 - - -0.9992278427187254 - - 0.027275843608757937 - - -0.03283237788462729 - - - -0.03770772244210978 - - -0.026200939428569357 - - -0.9989452629855594 - - 0.5773416628694028 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947099274674213 - - -0.03914150968516509 - - -0.09497421975106575 - - 0.04697592841805421 - - - -0.03749192894064931 - - -0.999114531485286 - - 0.019092098869631903 - - 0.0351046645087186 - - - -0.09563741664258242 - - -0.015430333583711818 - - -0.9952966338451212 - - 0.5767437305702912 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999443490257091 - - -0.029739781290769065 - - 0.015108116742372182 - - -0.047263854673652315 - - - -0.03057003546595394 - - -0.9978442555268698 - - 0.05807163372626419 - - -0.02354798126219034 - - - 0.013348509816988662 - - -0.05850117196094697 - - -0.9981980916455719 - - 0.5793630093387372 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988982384304774 - - -0.027341322006660174 - - -0.03814133415885115 - - 0.02142308794242543 - - - -0.02711885902716253 - - -0.9996121239489216 - - 0.0063379128576121066 - - -0.030524735299237493 - - - -0.038299826965064884 - - -0.005296580524632823 - - -0.9992522551834407 - - 0.5784534939035186 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974587609691533 - - -0.02937206130656199 - - -0.06490995440211905 - - 0.06024161334617461 - - - -0.027476259309691893 - - -0.9991749133312916 - - 0.029908991018635513 - - -0.03283129125078974 - - - -0.06573488678189215 - - -0.02804950238435281 - - -0.9974428054158104 - - 0.5774564901190598 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961515021775251 - - -0.04058897417519363 - - -0.07768345953203672 - - 0.04700090794279953 - - - -0.03783288629187267 - - -0.9986125763293745 - - 0.03662779152005512 - - 0.035107823460657855 - - - -0.07906236414556773 - - -0.03354784005291328 - - -0.9963050160485487 - - 0.5767833151790462 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989474234876384 - - -0.02872457772333901 - - -0.03576232293943946 - - 0.02141923364407442 - - - -0.02802181440981111 - - -0.9994072218464726 - - 0.019999570952840898 - - -0.03053412033866403 - - - -0.03631560304594988 - - -0.018976394697925926 - - -0.999160184064436 - - 0.5783622753020421 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990681133780003 - - -0.02749580790408005 - - -0.033269886970431296 - - 0.060262714143841184 - - - -0.027438386235698706 - - -0.9996211165497243 - - 0.0021813547771092397 - - -0.03286036064966265 - - - -0.033317259672787695 - - -0.0012664499930618825 - - -0.9994440236012778 - - 0.5775618553818174 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9996810762818245 - - -0.021006713613140014 - - -0.014016551187380275 - - -0.0363376602743032 - - - -0.020905486598954234 - - -0.9997545869913181 - - 0.007329830822033541 - - 0.037356818436997195 - - - -0.014167087000293262 - - -0.007034470342122847 - - -0.9998748971110994 - - 0.5796632131578222 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9972744784427545 - - -0.03899818528975279 - - -0.06263191032403512 - - 0.04701781899118518 - - - -0.03692276743444017 - - -0.9987409370307767 - - 0.0339595339171205 - - 0.03512933016203206 - - - -0.06387741300110794 - - -0.03155443301648631 - - -0.9974587680026146 - - 0.5767637445076523 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995797409240083 - - -0.02774639515582745 - - 0.008395182556036346 - - -0.04721072293776133 - - - -0.028374636674100926 - - -0.9957695542834724 - - 0.08739493552665156 - - -0.023521143209288806 - - - 0.0059347727762121575 - - -0.08759641726664105 - - -0.9961383669722511 - - 0.5791624903239619 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9986966863834295 - - -0.027890870719658296 - - -0.042743747346919284 - - 0.02142303737611507 - - - -0.026975138418637683 - - -0.9993972134883085 - - 0.021852953555525727 - - -0.030520735048584463 - - - -0.04332747989501927 - - -0.020671453802380103 - - -0.9988470455898857 - - 0.5784502231269499 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989496936103359 - - -0.028032725917948628 - - -0.03624466737914976 - - 0.06025184369455829 - - - -0.02726717006476001 - - -0.9993980931618366 - - 0.021446510698577642 - - -0.03283455578273174 - - - -0.03682405562231687 - - -0.020435695781986993 - - -0.999112792063754 - - 0.5775038079637296 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995358419375803 - - -0.03928977513315024 - - -0.08785175324197768 - - 0.046962952620754596 - - - -0.038140014249648066 - - -0.9991638533369241 - - 0.014728662462948468 - - 0.03508547506728171 - - - -0.08835698212784031 - - -0.011309631068134516 - - -0.9960246663383214 - - 0.5765418974846575 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984276939237258 - - -0.03081154600003171 - - -0.04682722113513701 - - 0.021393484122330986 - - - -0.029035575671378645 - - -0.9988503066590082 - - 0.0381444652949334 - - -0.030526691797371275 - - - -0.04794867413790226 - - -0.03672483519762429 - - -0.9981744392279959 - - 0.5782294310491733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985856216747288 - - -0.02950971406917967 - - -0.044225930855672696 - - 0.06023745454337695 - - - -0.027818065429874812 - - -0.9988755678389633 - - 0.038389519535001186 - - -0.03282626665319012 - - - -0.04530906554139785 - - -0.03710494239241308 - - -0.9982836830429622 - - 0.5773356116422935 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959282864669134 - - -0.040087777248244034 - - -0.08074539200705425 - - 0.047002888185717115 - - - -0.0382522218598215 - - -0.9989761696780693 - - 0.024153259368458708 - - 0.035087158154978426 - - - -0.0816309729077431 - - -0.02096622356620791 - - -0.9964420714379271 - - 0.5767338092393699 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985707296230328 - - -0.027037755888909523 - - -0.04610268643599554 - - 0.02141867406702406 - - - -0.026117073357920715 - - -0.9994495509543264 - - 0.02045711554478503 - - -0.030513779107586663 - - - -0.04663042375253496 - - -0.019223809551892564 - - -0.9987272143718584 - - 0.5783256490017694 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985995416923672 - - -0.028685822373917005 - - -0.04445310930099366 - - 0.06024236227989741 - - - -0.02739258149251125 - - -0.9991913339814272 - - 0.0294333921862831 - - -0.03283622349714991 - - - -0.04526148264219961 - - -0.02817448652855103 - - -0.9985777869038955 - - 0.5773695030536647 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9968734211654136 - - -0.038095358739710844 - - -0.06922518195322107 - - 0.04696480589585177 - - - -0.037024664974015936 - - -0.9991750509055575 - - 0.01668507810706854 - - 0.0350639848637834 - - - -0.069803698738145 - - -0.014069871725422256 - - -0.9974615192337521 - - 0.576458935579303 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989221938254134 - - -0.027154181880708003 - - -0.03764440316186306 - - 0.021410535568053633 - - - -0.0259095898171899 - - -0.9991140107745341 - - 0.03316453873536813 - - -0.030510530688111936 - - - -0.03851160654307251 - - -0.03215344274590503 - - -0.9987407132389557 - - 0.5783428675531759 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985847059141427 - - -0.029808562541719655 - - -0.04404582515473611 - - 0.06021961098923344 - - - -0.028226833041395952 - - -0.998949218181104 - - 0.03610686073053188 - - -0.03282617097602146 - - - -0.04507583621873647 - - -0.03481248475126784 - - -0.9983768125786097 - - 0.5773165400424638 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994230895108713 - - -0.037763726562195656 - - -0.10039336714874718 - - 0.046949913960114324 - - - -0.03794817573994708 - - -0.9992797059403259 - - 7.248328069949786e-05 - - 0.03507601467350068 - - - -0.1003237916415519 - - 0.00373768002263541 - - -0.9949478210331992 - - 0.5765036103902879 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993358515361027 - - -0.02655778818457242 - - -0.02495074590780401 - - 0.02142342738964355 - - - -0.0263412378555654 - - -0.9996127810868849 - - 0.008968114404963768 - - -0.030521569100245144 - - - -0.02517925778987421 - - -0.008304924712926416 - - -0.9996484548093215 - - 0.5783565989199569 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986930934672962 - - -0.029111502574136323 - - -0.04200744551384497 - - 0.06026265744441658 - - - -0.02796053709452735 - - -0.9992242881274482 - - 0.027731397036204142 - - -0.03282393792974631 - - - -0.04278216247582817 - - -0.02652060395372032 - - -0.9987323686252596 - - 0.5774893179774525 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956354994513354 - - -0.039310476940116426 - - -0.08464418843033754 - - 0.046981789406594004 - - - -0.03800509633739173 - - -0.9991332856559457 - - 0.01697910912677145 - - 0.03508314246965991 - - - -0.08523828297587584 - - -0.013688093259976504 - - -0.9962665663456892 - - 0.5766106728085652 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995501798370551 - - -0.029855521575732367 - - 0.0028435574817119898 - - -0.04725059620304566 - - - -0.02997614790758285 - - -0.9975129456012781 - - 0.06379148779017738 - - -0.023541913182884542 - - - 0.0009319572595013709 - - -0.0638480319924006 - - -0.9979591976961603 - - 0.5794257707028578 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988169863979475 - - -0.026002486859259176 - - -0.04109134166775864 - - 0.021401839213893697 - - - -0.025214144471929788 - - -0.9994901408594028 - - 0.019588395631089803 - - -0.030550166410275355 - - - -0.041579737871601304 - - -0.018529139267259544 - - -0.9989633608879476 - - 0.5783575530899008 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9993156687529424 - - -0.028720038291661563 - - -0.02330994606139074 - - 0.06026765950386419 - - - -0.02838015201928196 - - -0.9994878783457487 - - 0.014783369415569583 - - -0.032828965215304096 - - - -0.0237225874689482 - - -0.014111712881158183 - - -0.9996189766122583 - - 0.5774899126199355 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955905143848118 - - -0.04072171969585142 - - -0.08450603062502988 - - 0.04701372552968795 - - - -0.03864786223719495 - - -0.9989136941736109 - - 0.026034099502850794 - - 0.03510164555896885 - - - -0.08547438453408591 - - -0.02265332508578026 - - -0.9960828060212047 - - 0.5768030525947815 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989067441816075 - - -0.028630992384609238 - - -0.03695379146411225 - - 0.021421993490722144 - - - -0.026870076916775395 - - -0.99851928057555 - - 0.04729952732715064 - - -0.0304941705242637 - - - -0.03825330567398354 - - -0.046254865624685844 - - -0.9981969605298616 - - 0.5782517266451614 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986932570347341 - - -0.028257558072108415 - - -0.04258272848416276 - - 0.06023963165137028 - - - -0.027163680914104708 - - -0.9992914710789934 - - 0.02605168455164659 - - -0.03283768792510371 - - - -0.043288714378590755 - - -0.02486093804712965 - - -0.9987532332697933 - - 0.5775110990794083 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949343913354755 - - -0.04003746731332056 - - -0.09220931704031732 - - 0.04699494843607577 - - - -0.03783696968258694 - - -0.9989587529827543 - - 0.02549065641329147 - - 0.03510649105633451 - - - -0.09313388568692901 - - -0.021872609589993354 - - -0.995413315305044 - - 0.5766639900516666 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990066521429244 - - -0.027226623073929382 - - -0.03527633725567515 - - 0.021441410349271762 - - - -0.026605521028235567 - - -0.999484691396601 - - 0.017958226935257247 - - -0.0305227159745409 - - - -0.03574710093143321 - - -0.017001842836359235 - - -0.9992162339129437 - - 0.5784655605115117 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990729080954042 - - -0.03015001356182792 - - -0.030729480828899265 - - 0.0602535185241663 - - - -0.028837394925150847 - - -0.9986887495408793 - - 0.0422987729657301 - - -0.032834570095033475 - - - -0.031964495361619265 - - -0.04137339994123141 - - -0.9986323211340501 - - 0.5774881415822333 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971628660127202 - - -0.03916767964803495 - - -0.06428150213153691 - - 0.0470005904934609 - - - -0.03761784842858485 - - -0.99897575642515 - - 0.025146283113083326 - - 0.03510725865375562 - - - -0.06520058377730903 - - -0.022656807934663528 - - -0.9976149321904267 - - 0.576531510404641 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.99919852142437 - - -0.029799136024860815 - - 0.02672688301176257 - - -0.04724400738725096 - - - -0.031061194292764296 - - -0.9983585219624297 - - 0.0481192667660403 - - -0.023563522395963658 - - - 0.025249098844508232 - - -0.048910869110720644 - - -0.998483955750104 - - 0.5793639033549458 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988829368216302 - - -0.028596306310623796 - - -0.037618210908866634 - - 0.021407713296999493 - - - -0.027962229623041835 - - -0.9994596948925508 - - 0.01727518450836239 - - -0.03053944557091918 - - - -0.038091892065153135 - - -0.016203997984406807 - - -0.9991428517525502 - - 0.578410609005143 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980885928241122 - - -0.027990008918672902 - - -0.05509737085484312 - - 0.060256044450942 - - - -0.02672136282788735 - - -0.9993636114088367 - - 0.023629239524546757 - - -0.032828242481416234 - - - -0.05572369014166152 - - -0.02211179758908384 - - -0.9982013518145404 - - 0.5774452793189501 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965740926674028 - - -0.04046149190690761 - - -0.07213144596367128 - - 0.04701361751011459 - - - -0.03830993568638946 - - -0.998785965774057 - - 0.030966811274166495 - - 0.03508815818874197 - - - -0.07329683930325702 - - -0.028097370792520653 - - -0.9969142947629456 - - 0.5766902105027611 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989635875091023 - - -0.02690448007145578 - - -0.036713754684434614 - - 0.021427890614973695 - - - -0.026648835006260453 - - -0.9996172071935163 - - 0.007434963042499321 - - -0.030536134011046843 - - - -0.036899734738251345 - - -0.0064488785628868915 - - -0.999298164484218 - - 0.5784263028423439 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987541438264187 - - -0.030306890946215092 - - -0.039644073336775575 - - 0.06023501587338593 - - - -0.029114025141619055 - - -0.9991158887089003 - - 0.030328443241918066 - - -0.032823651072869525 - - - -0.04052818438581462 - - -0.029136459815826937 - - -0.9987534895958016 - - 0.5773373331653318 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973237203968105 - - -0.03831538140757644 - - -0.06226819638833717 - - 0.04700496602634948 - - - -0.03720756555972475 - - -0.9991296703868925 - - 0.0188546762820141 - - 0.035081643053052405 - - - -0.06293642664612732 - - -0.016487367897050936 - - -0.9978813420947628 - - 0.5766890643429341 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988486752025784 - - -0.028478323259852726 - - -0.03860452240815006 - - 0.0214257885512017 - - - -0.027103659591412938 - - -0.998995788704176 - - 0.035676403799618825 - - -0.030532072041785912 - - - -0.03958175947083249 - - -0.034589004837201925 - - -0.9986174868594905 - - 0.5781874039257314 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998305993896295 - - -0.029571717452331114 - - -0.05010644746587009 - - 0.060224475854938786 - - - -0.02770481132839657 - - -0.9989105342418245 - - 0.03755247009147359 - - -0.03281985180810396 - - - -0.05116234924227438 - - -0.0361006663045513 - - -0.9980376525524373 - - 0.5772948885052509 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954769158466937 - - -0.038910365817866 - - -0.08667002623903233 - - 0.04698705479824103 - - - -0.0379765034648443 - - -0.9992017135140322 - - 0.012398423093601126 - - 0.0350641759488666 - - - -0.08708326590648388 - - -0.009050919430815714 - - -0.9961599197199809 - - 0.5765269641240068 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.99898148016568 - - -0.02637565123907249 - - -0.03661048084499592 - - 0.02142425796970885 - - - -0.026173438747533737 - - -0.9996394599692509 - - 0.00599175904996904 - - -0.030515161750602815 - - - -0.03675531784811688 - - -0.005027434146619922 - - -0.9993116488442355 - - 0.5783509683005658 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991843839954176 - - -0.02891379824441602 - - -0.028187923846552117 - - 0.06024919115441389 - - - -0.027992534904196918 - - -0.9990781222011156 - - 0.03254725378169578 - - -0.0328337979412287 - - - -0.029103002754615095 - - -0.03173165627845478 - - -0.9990726286013899 - - 0.5774972655951426 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.99510021001247 - - -0.041286063732373895 - - -0.0898389279467679 - - 0.046975170647395634 - - - -0.03842513031033076 - - -0.998704948626517 - - 0.033345688619970816 - - 0.03509387493213566 - - - -0.09109929414530221 - - -0.029730229235448415 - - -0.9953979264976572 - - 0.5764233955521432 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992232371245451 - - -0.027515073563867003 - - -0.0282106915392078 - - 0.021428340840613114 - - - -0.027923689181717525 - - -0.9995092759082814 - - -0.01419418739434634 - - -0.030535058034738702 - - - -0.02780629376289071 - - 0.01497090845867331 - - -0.9995012165710925 - - 0.5782787458238046 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979178036369419 - - -0.027682870051425792 - - -0.05825560822906069 - - 0.06024742259149403 - - - -0.02721547600812007 - - -0.9995908422364516 - - 0.008801476164386061 - - -0.03283781050618004 - - - -0.05847542261560297 - - -0.007197695654630591 - - -0.9982629003059211 - - 0.5774810185314032 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.99518758282939 - - -0.04056917073332588 - - -0.08919538871604428 - - 0.04696958720280554 - - - -0.037974267177062405 - - -0.9988100899123126 - - 0.030599988917050805 - - 0.03509699235851377 - - - -0.09033067039804955 - - -0.02706559948290091 - - -0.9955439836140192 - - 0.5765826560607585 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987423882594644 - - -0.02757676795481748 - - -0.04187079845127835 - - 0.02143138045009065 - - - -0.02638320556568741 - - -0.99923707313861 - - 0.028795800552558693 - - -0.03052584209470473 - - - -0.04263294920434314 - - -0.027654900732966132 - - -0.9987079844016415 - - 0.5783999450305405 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985772960077256 - - -0.03052463257730656 - - -0.043722199211836885 - - 0.06023730959160256 - - - -0.029424747710628682 - - -0.9992395635886756 - - 0.025582782907236614 - - -0.03283262151931772 - - - -0.04446985630812142 - - -0.024259871498698852 - - -0.9987161210848663 - - 0.5773673481535251 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969871900911861 - - -0.03998941215557378 - - -0.06646344641630475 - - 0.04701799188965483 - - - -0.037390832286857426 - - -0.9985041267043634 - - 0.0398927890132224 - - 0.03511467126383407 - - - -0.0679593147035597 - - -0.03728747604503455 - - -0.9969910609805959 - - 0.5767240767517154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991126304675613 - - -0.028524166778102784 - - -0.030989087592333438 - - 0.021416802304919273 - - - -0.027846787954576433 - - -0.9993684329430619 - - 0.022074683181026882 - - -0.030528078207274507 - - - -0.03159917785011492 - - -0.021192148228644295 - - -0.999275930267838 - - 0.5783765271173884 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991049395272935 - - -0.029242239858280204 - - -0.030564869053114986 - - 0.06025242572259375 - - - -0.028814906861446162 - - -0.9994820497294522 - - 0.014329459556437333 - - -0.03283405242420613 - - - -0.030968063464308526 - - -0.013435909968595311 - - -0.9994300652714961 - - 0.5774304591350274 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997983415147986 - - -0.019989652917790705 - - 0.0019209582203457754 - - -0.036322983999849325 - - - -0.02002314037502419 - - -0.9996118709673417 - - 0.019369596554765858 - - 0.03739911589528377 - - - 0.0015330211284025302 - - -0.019404154127366204 - - -0.9998105463780741 - - 0.5795948004003147 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.996576658200428 - - -0.040199781792947954 - - -0.07224224438558653 - - 0.04700011601983162 - - - -0.03825117940280886 - - -0.9988713576602732 - - 0.02815773641853019 - - 0.0350861145231427 - - - -0.07329264358966438 - - -0.025297991812012668 - - -0.9969895686545153 - - 0.5765740422994354 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993942650935836 - - -0.030380464099505518 - - 0.016974401290016605 - - -0.047236614758812454 - - - -0.03135820380048866 - - -0.997665820970867 - - 0.06065948170676648 - - -0.023534394016586167 - - - 0.015091916792206323 - - -0.06115502487633519 - - -0.9980141767429521 - - 0.57947716036411 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990185142230945 - - -0.029169075561802284 - - -0.0333342657088878 - - 0.021430196601092886 - - - -0.028205737583159345 - - -0.9991810013468119 - - 0.029013150724667734 - - -0.030500181277542702 - - - -0.034153251775941 - - -0.02804445717877606 - - -0.9990230546962753 - - 0.5782968750388877 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998617188216907 - - -0.030604967225471933 - - -0.04274397476705 - - 0.060247367197755905 - - - -0.028649902461354747 - - -0.998547673966143 - - 0.04562593457409812 - - -0.03283928037156022 - - - -0.044078276811977096 - - -0.04433823178626785 - - -0.9980436998024453 - - 0.5773837319252032 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957274734198284 - - -0.03970206095632862 - - -0.08336992882799509 - - 0.0469620054765623 - - - -0.03754541063101564 - - -0.9989225065176365 - - 0.027279444882012758 - - 0.03511295999263302 - - - -0.08436314845661828 - - -0.024032734516536407 - - -0.9961452137385112 - - 0.5765281265108638 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993291891331724 - - -0.02921011793270898 - - 0.022089381086699448 - - -0.04723776599151854 - - - -0.030383235609645794 - - -0.9980359524663358 - - 0.05478226518229146 - - -0.023566711696878444 - - - 0.020445800065660272 - - -0.05541666351352619 - - -0.9982539569992717 - - 0.5793980489567123 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9986186116954633 - - -0.027710400453201268 - - -0.044643051891070096 - - 0.02141761429460511 - - - -0.027057360105288624 - - -0.999518820955751 - - 0.01516660210327875 - - -0.03053136429943274 - - - -0.04504184320782499 - - -0.013937728005297948 - - -0.9988878676300423 - - 0.5784084145881939 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982115475971486 - - -0.029403650735991375 - - -0.052049318603622115 - - 0.06022686785679544 - - - -0.028190448585605515 - - -0.999317013796262 - - 0.02389151619013697 - - -0.032838363469173584 - - - -0.05271626743470995 - - -0.022381493710587744 - - -0.99835868498603 - - 0.5773108829488552 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958526219059507 - - -0.03944246601393506 - - -0.0819868728381747 - - 0.04699268390892701 - - - -0.03781677222571364 - - -0.999057902485731 - - 0.02128847620758294 - - 0.03508714738416388 - - - -0.08274930320837719 - - -0.018099705952084124 - - -0.9964060183795443 - - 0.5766918315142655 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985301579894608 - - -0.02727098383011969 - - -0.046838200504287046 - - 0.021414168182865734 - - - -0.026764262630438972 - - -0.9995766313095873 - - 0.011411940484705224 - - -0.03053095019088759 - - - -0.047129585521106944 - - -0.010141576835725133 - - -0.9988372993575549 - - 0.5783429973611723 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986982864850009 - - -0.029573797273566703 - - -0.041558670415992566 - - 0.06023485459132775 - - - -0.028528760881497243 - - -0.9992671980777765 - - 0.0255181631070052 - - -0.032822359660127316 - - - -0.04228288512494706 - - -0.024299328398360055 - - -0.9988101422517188 - - 0.5774371010583838 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946205273065128 - - -0.03876277731571734 - - -0.09605963645197992 - - 0.04697025654323574 - - - -0.038241910696922815 - - -0.999242150870869 - - 0.007258111958944483 - - 0.035056886930134576 - - - -0.09626818231774724 - - -0.003545563105079581 - - -0.9953491176745501 - - 0.5765517108643596 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992769931945706 - - -0.029619677179706167 - - -0.02383622444491058 - - 0.021431972050894282 - - - -0.028514061174994988 - - -0.9985592044063945 - - 0.04545837228252623 - - -0.030520825161544703 - - - -0.025148343629885498 - - -0.04474583800799913 - - -0.9986818165930702 - - 0.578256562723362 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977686000585505 - - -0.02849855702963789 - - -0.060379242993173106 - - 0.060236191960936734 - - - -0.027580601442401993 - - -0.999491804642741 - - 0.01598258039468421 - - -0.03283256041363409 - - - -0.06080403902106784 - - -0.014281621029338649 - - -0.9980475460315 - - 0.57744347376064 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947159315553453 - - -0.04068176465601818 - - -0.09426138941504104 - - 0.04697787186559983 - - - -0.03826171757948048 - - -0.9988936389051519 - - 0.027341161692459467 - - 0.0350894845573292 - - - -0.09526938898644065 - - -0.02359008646227241 - - -0.9951719707381503 - - 0.5766016617914606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987531003980251 - - -0.02556530929532446 - - -0.04287959195195952 - - 0.021417811402210662 - - - -0.02471159007201494 - - -0.9994880247974972 - - 0.020323031331718082 - - -0.030504414432811454 - - - -0.043377203246000626 - - -0.01923806765326755 - - -0.998873523020569 - - 0.5782682543357254 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977135350976393 - - -0.02878588160402302 - - -0.06114797546322387 - - 0.060221200392227246 - - - -0.027663958536819674 - - -0.9994344845128724 - - 0.019115872058649782 - - -0.03283069341490363 - - - -0.06166366256593085 - - -0.01738056923028457 - - -0.9979456440769642 - - 0.5773217105818762 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9947159315553453 - - -0.04068176465601818 - - -0.09426138941504104 - - 0.04697787186559983 - - - -0.03826171757948048 - - -0.9988936389051519 - - 0.027341161692459467 - - 0.0350894845573292 - - - -0.09526938898644065 - - -0.02359008646227241 - - -0.9951719707381503 - - 0.5766016617914606 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987531003980251 - - -0.02556530929532446 - - -0.04287959195195952 - - 0.021417811402210662 - - - -0.02471159007201494 - - -0.9994880247974972 - - 0.020323031331718082 - - -0.030504414432811454 - - - -0.043377203246000626 - - -0.01923806765326755 - - -0.998873523020569 - - 0.5782682543357254 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977135350976393 - - -0.02878588160402302 - - -0.06114797546322387 - - 0.060221200392227246 - - - -0.027663958536819674 - - -0.9994344845128724 - - 0.019115872058649782 - - -0.03283069341490363 - - - -0.06166366256593085 - - -0.01738056923028457 - - -0.9979456440769642 - - 0.5773217105818762 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964511142051005 - - -0.039835698598318786 - - -0.07415048291547212 - - 0.04701214028855999 - - - -0.037383926516522684 - - -0.9987167858880277 - - 0.03416465459644267 - - 0.03510731970157173 - - - -0.07541630485260499 - - -0.03127137193458102 - - -0.9966616689025958 - - 0.5768203434934266 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987200391521077 - - -0.02722536925358221 - - -0.042627018016964925 - - 0.02142341620866584 - - - -0.026067183064356667 - - -0.9992820224319873 - - 0.027494392361468754 - - -0.030513549950402633 - - - -0.043344957758681336 - - -0.02634803433357363 - - -0.9987126692515995 - - 0.5783545027181445 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977956041061079 - - -0.02853666448983315 - - -0.05991319726338998 - - 0.060230944969303216 - - - -0.026782022666615148 - - -0.9991943884112359 - - 0.02988808172804557 - - -0.03284471034883562 - - - -0.0607178366578726 - - -0.028217599956270458 - - -0.9977560379994184 - - 0.577397099263722 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997896778291452 - - -0.02050075325150725 - - -0.0005649977121958117 - - -0.03630465780093645 - - - -0.020494102381079765 - - -0.9997402179316267 - - 0.009974388082385927 - - 0.037386142027597664 - - - -0.0007693334048332796 - - -0.009960711126472675 - - -0.9999500949347262 - - 0.5796147153236095 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9941779918812139 - - -0.04083033064054784 - - -0.09971461557274573 - - 0.04698151547703839 - - - -0.03868821440656061 - - -0.9989791013314486 - - 0.023323318139650724 - - 0.03510906658062871 - - - -0.10056511584574902 - - -0.019329749165338493 - - -0.9947426894791116 - - 0.5766400329150548 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990298662130653 - - -0.024521857854304625 - - -0.03657874931812446 - - 0.021420566309987378 - - - -0.025204927618857027 - - -0.9995142226754669 - - -0.01833112907556151 - - -0.030518185842354426 - - - -0.036111466849646105 - - 0.019235310156844286 - - -0.9991626318098252 - - 0.5785166330612235 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978455370462452 - - -0.030282474783928953 - - -0.0582001367511375 - - 0.06022357886622798 - - - -0.02794534465859249 - - -0.9987862463808914 - - 0.04055973067318638 - - -0.03281701301468176 - - - -0.05935774514587691 - - -0.03884592335534897 - - -0.997480652609296 - - 0.5772738753047446 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997173120923527 - - -0.020573003762059446 - - -0.011918364780787354 - - -0.03631829849408705 - - - -0.020281753940201108 - - -0.9995046855267583 - - 0.024063126712150013 - - 0.037389881547262166 - - - -0.01240751223859003 - - -0.023814599015354817 - - -0.9996393942386359 - - 0.5794052986145815 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.994815348986594 - - -0.04062764268574269 - - -0.09322990974188945 - - 0.0470042897320559 - - - -0.038008369849913626 - - -0.9988359240168034 - - 0.029701190461850168 - - 0.03512987475663616 - - - -0.09432807239646855 - - -0.02600368326407897 - - -0.9952014988004533 - - 0.5768664338805428 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992734950480648 - - -0.025279300307909668 - - -0.028520853254547698 - - 0.02142311831379818 - - - -0.025694332539494304 - - -0.9995678420298734 - - -0.014280422090821355 - - -0.030516871346040676 - - - -0.02814752866194135 - - 0.015002871581289118 - - -0.9994911857913208 - - 0.5784841654412161 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981182711609417 - - -0.028272605828938608 - - -0.05441118023287406 - - 0.060244539316604506 - - - -0.026887113313984756 - - -0.9992995350339204 - - 0.026029260816091658 - - -0.032820517904285744 - - - -0.055108982138429866 - - -0.024517321236885714 - - -0.9981792930365939 - - 0.5774739526572255 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954744325905748 - - -0.040037730350380066 - - -0.08618372356114301 - - 0.04699281229809475 - - - -0.03769166434377701 - - -0.9988777810166275 - - 0.028679557707440573 - - 0.035074436348957856 - - - -0.08723527094856365 - - -0.025301358455399582 - - -0.9958663809783128 - - 0.5764559636936587 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986436892410401 - - -0.025783408480002143 - - -0.04523270704035134 - - 0.021410701004584493 - - - -0.02538383951546607 - - -0.9996337149575045 - - 0.009385979528598667 - - -0.03052351257962412 - - - -0.045458141520501684 - - -0.008225069447218281 - - -0.9989323828979068 - - 0.578444673536969 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989035396551427 - - -0.027306389771595458 - - -0.03802735255140347 - - 0.06023907372094477 - - - -0.026966839655632752 - - -0.999592002880492 - - 0.009413678152229274 - - -0.032860702946715926 - - - -0.03826889106590912 - - -0.00837787890865419 - - -0.9992323569228417 - - 0.5773540733797238 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961061579340682 - - -0.038545943211668425 - - -0.07928891718110465 - - 0.046984755454232474 - - - -0.037380438699779965 - - -0.9991708848979057 - - 0.016132128655228953 - - 0.03507940380131067 - - - -0.07984500565746885 - - -0.013105458185797985 - - -0.9967211355425849 - - 0.5766073165334241 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987374372118445 - - -0.027966879603329983 - - -0.04172990722215852 - - 0.021411638679267393 - - - -0.026895149032530145 - - -0.9992993845065307 - - 0.026026737855276198 - - -0.03053651032962198 - - - -0.042428557246683575 - - -0.02487154539070944 - - -0.9987898796843323 - - 0.5783379602640315 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982404406080297 - - -0.030592092647599857 - - -0.05079514348958189 - - 0.06022945905354046 - - - -0.02818877379610287 - - -0.9984793643218717 - - 0.04737459292979537 - - -0.03283630013281991 - - - -0.052167190518166595 - - -0.04585938171009657 - - -0.9975848341582833 - - 0.5773563538969133 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962140282915398 - - -0.03846209621187428 - - -0.07796330540794016 - - 0.046979636509876674 - - - -0.03832279106156937 - - -0.9992600198787928 - - 0.0032827362192681866 - - 0.03506516308938253 - - - -0.07803187502805842 - - -0.0002825364091978862 - - -0.9969508245910539 - - 0.5763737812577345 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995298688886445 - - -0.029281478712294383 - - 0.009090445746531742 - - -0.047247850662029404 - - - -0.02976132184530139 - - -0.9978658505768089 - - 0.05812063295114722 - - -0.02354643559157036 - - - 0.007369187300481139 - - -0.05836385231496499 - - -0.9982681783075563 - - 0.5793303573307272 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9992669896254169 - - -0.026802589907658658 - - -0.02733321457858201 - - 0.021428021225047958 - - - -0.02661410165534183 - - -0.9996195879598184 - - 0.00723664011281228 - - -0.03051292782539184 - - - -0.027516777391912467 - - -0.006503886629170812 - - -0.9996001832836363 - - 0.5783850925871774 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985597082545897 - - -0.029474047634276954 - - -0.04483067662394861 - - 0.06024265090417984 - - - -0.028097134376593495 - - -0.999123155166131 - - 0.03103984295546078 - - -0.0328233060719449 - - - -0.04570623688658176 - - -0.029735522980576506 - - -0.9985122626100994 - - 0.577421440336652 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966444131387469 - - -0.03861073040858796 - - -0.07217427004575962 - - 0.04700104404777054 - - - -0.037572276837118036 - - -0.999170709054121 - - 0.015691340973899636 - - 0.03508426157391928 - - - -0.07272027071317776 - - -0.01292693566161598 - - -0.9972685980024648 - - 0.5767188675578475 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993653327749261 - - -0.02750217404722815 - - -0.022639833708250155 - - 0.02142200727878456 - - - -0.027459609761888125 - - -0.9996205173606287 - - 0.002188858925022354 - - -0.030526798712351328 - - - -0.022691440663520416 - - -0.001565788729299742 - - -0.999741289947689 - - 0.5783764335368331 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985165687643723 - - -0.028203735348301038 - - -0.04657479163053285 - - 0.06024446912270818 - - - -0.027223340060519862 - - -0.9993970219287002 - - 0.021551851799660095 - - -0.032824320961233784 - - - -0.047154550776927706 - - -0.020251959718709012 - - -0.9986822850479415 - - 0.5774204030612154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965773865230548 - - -0.03859127887958063 - - -0.07310421236369513 - - 0.047002425038790895 - - - -0.03734140502140584 - - -0.999133376283382 - - 0.01838792722408168 - - 0.03509597498747817 - - - -0.07375047214699801 - - -0.015595178453907847 - - -0.9971547814993851 - - 0.5767028004160758 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994055000208008 - - -0.030427080294430434 - - 0.016212319788657302 - - -0.047253812978582416 - - - -0.031069543063486617 - - -0.9986771354300902 - - 0.040971485974711834 - - -0.02356975954722591 - - - 0.01494423039167815 - - -0.04145083779498481 - - -0.9990287773753541 - - 0.5794723584407937 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9986942574052969 - - -0.027673835883047858 - - -0.042941111224567875 - - 0.02143016800910757 - - - -0.02739938952083204 - - -0.9996002888151336 - - 0.006966782226172642 - - -0.030545534101766365 - - - -0.043116744770080866 - - -0.005781125168972599 - - -0.9990533143492454 - - 0.5783840316801392 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981744402604243 - - -0.02900201671697922 - - -0.05297801277073913 - - 0.06022547869490743 - - - -0.027899752366039306 - - -0.9993810176338649 - - 0.021428611971272816 - - -0.03282316123417086 - - - -0.05356669327765365 - - -0.01991141932283458 - - -0.9983657369680957 - - 0.5772965801426722 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963597529589585 - - -0.03904058471844625 - - -0.07578308141270676 - - 0.04697887783697771 - - - -0.03827078925220652 - - -0.9992002564354295 - - 0.011584223296580747 - - 0.03507130491037122 - - - -0.07617472923205118 - - -0.008641775524374097 - - -0.9970570346485751 - - 0.5764320745508982 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985155829831142 - - -0.027919935891809824 - - -0.046766523493722914 - - 0.021422453161589156 - - - -0.02645679081951498 - - -0.9991497976063672 - - 0.031618351675695926 - - -0.030509466492272787 - - - -0.047609544835296794 - - -0.03033412472699328 - - -0.9984053145479662 - - 0.5783462885403708 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983504415714431 - - -0.02929080812392262 - - -0.04938060726188085 - - 0.06024649270640349 - - - -0.02854284455476015 - - -0.9994679318463712 - - 0.015784778600276304 - - -0.03284844867101553 - - - -0.049816682334609265 - - -0.014349277688597789 - - -0.9986552940784861 - - 0.5774005111377689 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996300683540693 - - -0.04115147366665365 - - -0.07544205850459425 - - 0.04699440889546142 - - - -0.0382006276847198 - - -0.9984632053194221 - - 0.04014896845200037 - - 0.035093907951291164 - - - -0.0769783087683883 - - -0.03711851072347883 - - -0.9963415860741889 - - 0.5765771105027226 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991089717083581 - - -0.030174184340603427 - - -0.02950900288465455 - - 0.021389169631879524 - - - -0.029240494793861656 - - -0.9990735328444962 - - 0.031576406284251866 - - -0.03051899325901553 - - - -0.030434456066725048 - - -0.03068541296768343 - - -0.9990656381414216 - - 0.5783387302414109 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984820894245783 - - -0.02847921226516488 - - -0.04714288458594902 - - 0.06022966354896456 - - - -0.027954883154132915 - - -0.9995401905232092 - - 0.011744447056603376 - - -0.03282696829551653 - - - -0.047455680441515144 - - -0.0104087462060647 - - -0.9988191109486494 - - 0.5773579480270044 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958439671270801 - - -0.0399877027358336 - - -0.08182772614774056 - - 0.04699216976302517 - - - -0.0384544127028687 - - -0.999055564766444 - - 0.020229598435931494 - - 0.03511824045296612 - - - -0.08255938032880616 - - -0.016998886408003254 - - -0.9964411606214445 - - 0.5766474701059844 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990921113997467 - - -0.026980772440339768 - - -0.03296954439052567 - - 0.021416323992582083 - - - -0.026476011045087528 - - -0.9995269083444409 - - 0.01565184763992357 - - -0.030510144326749703 - - - -0.033376245713630584 - - -0.01476473548444332 - - -0.9993337924878439 - - 0.5783280123627678 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990081558908847 - - -0.02857291376829271 - - -0.03415103310712001 - - 0.060244070535025486 - - - -0.0281212049760213 - - -0.9995115253296509 - - 0.013634829074530567 - - -0.032837787415099996 - - - -0.03452393798787289 - - -0.012660937247485987 - - -0.9993236704761003 - - 0.5775041842562103 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963375064282342 - - -0.037895684129393155 - - -0.07665174759086486 - - 0.04700232441329259 - - - -0.03740799779049101 - - -0.9992697221676847 - - 0.007788713643803101 - - 0.035075394976264565 - - - -0.07689092915081087 - - -0.004892799125634 - - -0.9970275049019669 - - 0.5766498353679677 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999085425230324 - - -0.02740377140994309 - - -0.03282295545581694 - - 0.021422695655802897 - - - -0.027345935045815093 - - -0.9996235875358306 - - 0.002209768871903252 - - -0.03050684204729605 - - - -0.032871156487306916 - - -0.0013101734651397416 - - -0.9994587387764838 - - 0.5783149727210064 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980207738925057 - - -0.028059171624887715 - - -0.056278039826642666 - - 0.06022687414465826 - - - -0.026855632506002317 - - -0.9993965624751443 - - 0.022029205967703466 - - -0.03283066746415485 - - - -0.056862200816593746 - - -0.02047422283238234 - - -0.9981720775085343 - - 0.5772917079777928 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971648449041036 - - -0.04019040586383455 - - -0.06361606215316368 - - 0.04700871392773586 - - - -0.03824851195286957 - - -0.99877307412698 - - 0.03145469332759683 - - 0.03510403870940818 - - - -0.0648021868517269 - - -0.02893229467985946 - - -0.9974786207752985 - - 0.5766550795370223 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994584821330762 - - -0.030483688918876085 - - 0.012388995203191188 - - -0.04723711180047362 - - - -0.031183751123478227 - - -0.9976559390773255 - - 0.060911418384469306 - - -0.023568964466960395 - - - 0.010503149914024517 - - -0.06126476910620072 - - -0.9980662863298442 - - 0.5792992351737496 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9992591574636933 - - -0.028866054922657584 - - -0.02545362642437853 - - 0.021434163640995874 - - - -0.028014655026587572 - - -0.9990562188974902 - - 0.03319413481312126 - - -0.030538209805117334 - - - -0.026387787491394515 - - -0.0324564686226412 - - -0.999124748125006 - - 0.5782506018215061 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986741974682589 - - -0.028341250109000748 - - -0.042972326599663394 - - 0.06022596589397959 - - - -0.027502109604617523 - - -0.9994217576573167 - - 0.019994606484127007 - - -0.032827805778482655 - - - -0.043514150324057546 - - -0.01878626794811982 - - -0.998876165927567 - - 0.5773398422895875 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9939069705107881 - - -0.03924320618195831 - - -0.102999537565116 - - 0.04697462999152011 - - - -0.038144329686103456 - - -0.9991925773958307 - - 0.012617582568519177 - - 0.03506421200777859 - - - -0.1034115278045213 - - -0.008611854947446639 - - -0.9946013733509006 - - 0.5766919644355514 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991139795736793 - - -0.027521676949384084 - - -0.03184043213179264 - - 0.021424182480999008 - - - -0.026562823990653888 - - -0.9991922120997986 - - 0.030155259255260046 - - -0.03052657815632088 - - - -0.032644635119527594 - - -0.029282769285095718 - - -0.9990379608507918 - - 0.5783428179236757 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987760363501792 - - -0.029974567396072016 - - -0.03934405319796078 - - 0.06023796740101389 - - - -0.028913453324155035 - - -0.9992099307812632 - - 0.027267681327442877 - - -0.03283745968328621 - - - -0.04013030562427278 - - -0.026096734230960875 - - -0.998853602402765 - - 0.5774353830739016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996286604353963 - - -0.0385298553555269 - - -0.0769964429771421 - - 0.047014547468121545 - - - -0.03808538388004795 - - -0.9992483092465116 - - 0.00723325671444482 - - 0.035094144406528985 - - - -0.07721726179786166 - - -0.0042739576822720515 - - -0.9970051292577037 - - 0.5767874760724033 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9982839427174409 - - -0.029692678036299717 - - -0.05047290940250881 - - 0.021437877767589736 - - - -0.02726481855726318 - - -0.9984689650924508 - - 0.04812853016922461 - - -0.030520126833943857 - - - -0.05182469856700312 - - -0.046669804137612264 - - -0.9975651006326335 - - 0.5783251943380473 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984537827790265 - - -0.02935744861005908 - - -0.04720364250097894 - - 0.06024423731565397 - - - -0.027318857884732053 - - -0.9986899542366847 - - 0.04326725448422774 - - -0.032842155538698854 - - - -0.04841201976912654 - - -0.04191080430911404 - - -0.9979477745974672 - - 0.5773900247003413 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957213787666042 - - -0.0392228218895523 - - -0.08366902718541297 - - 0.04697004341800645 - - - -0.037849096226828846 - - -0.9991223684188802 - - 0.017942654203289728 - - 0.035082945336149945 - - - -0.08429935813483497 - - -0.014699087320886199 - - -0.9963320505985879 - - 0.5766073751586618 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988204377125506 - - -0.027388345065907174 - - -0.04009503413466268 - - 0.021407389836325907 - - - -0.025624145576372225 - - -0.9987084880478598 - - 0.04387207613778436 - - -0.03050295526458527 - - - -0.04124483447887566 - - -0.042792925299743906 - - -0.9982322521202677 - - 0.5782665160767927 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987464963962178 - - -0.0303982815557112 - - -0.03976657408853991 - - 0.06023416572644849 - - - -0.028709543350964067 - - -0.9986894381707724 - - 0.04236942537640006 - - -0.03280324043686845 - - - -0.041002415256405814 - - -0.041174634966286296 - - -0.9983102981430846 - - 0.5772559785901459 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954707447951109 - - -0.03929045137636192 - - -0.08656937499895073 - - 0.04698904121330122 - - - -0.038211058793661754 - - -0.9991703330355793 - - 0.014091152097567101 - - 0.03508487223002579 - - - -0.08705119897470995 - - -0.010719422195770852 - - -0.9961461653516788 - - 0.5765847286391311 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998615396339467 - - -0.027193462576331567 - - -0.04503116461828062 - - 0.021419193753788972 - - - -0.025903893229079482 - - -0.9992443628356282 - - 0.028977433578494798 - - -0.03053653831706037 - - - -0.04578513415231503 - - -0.027770828837636125 - - -0.9985652219841854 - - 0.5783929609435142 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989228728073045 - - -0.029755093590822825 - - -0.03560517641864724 - - 0.06023367020795761 - - - -0.028377973262298684 - - -0.9988525893613416 - - 0.0385771351925896 - - -0.03282202654749699 - - - -0.0367121889285545 - - -0.03752517996684957 - - -0.9986210873261838 - - 0.5773733092860718 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958587202835346 - - -0.040245889399746534 - - -0.08152102564163519 - - 0.04697053299732823 - - - -0.03794119481546478 - - -0.998840703366569 - - 0.029626255824061237 - - 0.035057895208165116 - - - -0.08261885360627877 - - -0.026410560096316458 - - -0.9962312017519745 - - 0.5763470867944103 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989816186188538 - - -0.02847512381043371 - - -0.034998471189974414 - - 0.021420818320201016 - - - -0.028275153317876105 - - -0.9995809778381495 - - 0.006195518459379873 - - -0.030523062651833903 - - - -0.03516022421011558 - - -0.005199621919946497 - - -0.9993681616728567 - - 0.5783389407408621 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988258455900431 - - -0.029430864450672077 - - -0.038480571708611494 - - 0.06023082330774125 - - - -0.02839003376324746 - - -0.9992234943234172 - - 0.02732058518815036 - - -0.03282821027964741 - - - -0.039254759765627076 - - -0.026196041872532546 - - -0.9988857948864609 - - 0.5773277041661239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958587202835346 - - -0.040245889399746534 - - -0.08152102564163519 - - 0.04697053299732823 - - - -0.03794119481546478 - - -0.998840703366569 - - 0.029626255824061237 - - 0.035057895208165116 - - - -0.08261885360627877 - - -0.026410560096316458 - - -0.9962312017519745 - - 0.5763470867944103 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989816186188538 - - -0.02847512381043371 - - -0.034998471189974414 - - 0.021420818320201016 - - - -0.028275153317876105 - - -0.9995809778381495 - - 0.006195518459379873 - - -0.030523062651833903 - - - -0.03516022421011558 - - -0.005199621919946497 - - -0.9993681616728567 - - 0.5783389407408621 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988258455900431 - - -0.029430864450672077 - - -0.038480571708611494 - - 0.06023082330774125 - - - -0.02839003376324746 - - -0.9992234943234172 - - 0.02732058518815036 - - -0.03282821027964741 - - - -0.039254759765627076 - - -0.026196041872532546 - - -0.9988857948864609 - - 0.5773277041661239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997180463740174 - - -0.02125857247483362 - - -0.01057831983115496 - - -0.03634514588660781 - - - -0.02125233317956677 - - -0.9997738972792364 - - 0.0007018928062135281 - - 0.03739336381475873 - - - -0.010590849283350485 - - -0.0004768809274600414 - - -0.999943801668893 - - 0.5796084806397974 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9945701647813142 - - -0.039090569081208296 - - -0.09644747138093777 - - 0.046970552527664376 - - - -0.03819193366854355 - - -0.9992082513193054 - - 0.011146600292133388 - - 0.03508038036084176 - - - -0.09680683617145587 - - -0.00740256065981902 - - -0.9952756595869054 - - 0.5765385913470561 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990422909654593 - - -0.02798618390965076 - - -0.03363442243687 - - 0.02140896802842493 - - - -0.02750085280307572 - - -0.999512113333836 - - 0.014806700984104356 - - -0.030523025454699836 - - - -0.03403239570747527 - - -0.013867545172247309 - - -0.9993245154769825 - - 0.5783033175364978 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976413960189433 - - -0.029443084378415037 - - -0.06200604592827638 - - 0.06022859377920882 - - - -0.027254399374152964 - - -0.9989853706608608 - - 0.035852850937369195 - - -0.03283794375562604 - - - -0.06299875129022922 - - -0.03407835072107477 - - -0.9974316133690588 - - 0.5773856003512301 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997311485122602 - - -0.02132018493530498 - - -0.00911484551056886 - - -0.036330916534025225 - - - -0.021262141041094 - - -0.9997533333491164 - - 0.00641824085557531 - - 0.03739051986846195 - - - -0.009249435264153638 - - -0.006222714171159118 - - -0.9999378609571894 - - 0.5796818574056488 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9954005115911033 - - -0.03933418603176216 - - -0.08735355363915377 - - 0.04698407899957517 - - - -0.037507951768161844 - - -0.9990441019760885 - - 0.022450742993247456 - - 0.035107156573307485 - - - -0.0881531342512961 - - -0.01907102818440398 - - -0.9959243549615922 - - 0.5766671160852165 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994084723365495 - - -0.026539113826134674 - - -0.021871919423035117 - - 0.021444058777974687 - - - -0.026558393914086213 - - -0.9996470886801113 - - -0.0005914440654890332 - - -0.030522841761951577 - - - -0.02184850417370722 - - 0.0011719772616570327 - - -0.9997606060125946 - - 0.578496651159898 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988271056845006 - - -0.02956250980173947 - - -0.038346720383175235 - - 0.06023029137942409 - - - -0.028598306396033803 - - -0.9992668499288281 - - 0.025453870130014405 - - -0.0328161638302589 - - - -0.03907108676760785 - - -0.024327364171630374 - - -0.9989402532340256 - - 0.5773611111860117 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960978314289406 - - -0.03901034060030266 - - -0.0791663031144572 - - 0.046982047355726975 - - - -0.03736100599755793 - - -0.9990549960549535 - - 0.022209684565219955 - - 0.03508201891925575 - - - -0.07995789800521384 - - -0.019165285906672686 - - -0.9966139806177228 - - 0.5766302034655016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995116244818348 - - -0.030754931279244755 - - 0.0055359486714163094 - - -0.047240077426463634 - - - -0.031023044813584668 - - -0.9978579014438298 - - 0.05759495825687151 - - -0.023515977525207694 - - - 0.003752761140539182 - - -0.05773857227300816 - - -0.9983246836854717 - - 0.579176984230022 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990691718292906 - - -0.027069184162413645 - - -0.033586443234089325 - - 0.021417643703110403 - - - -0.02613938613434093 - - -0.9992711046451906 - - 0.027820710158101683 - - -0.030513665375018414 - - - -0.0343150461584302 - - -0.0269168848487824 - - -0.999048526807974 - - 0.5784204309368912 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998493310791215 - - -0.030849630584539184 - - -0.045380707332472764 - - 0.06024287923788639 - - - -0.029209132390016296 - - -0.9989110963971172 - - 0.03637922593640262 - - -0.03283032986902335 - - - -0.046453577797846576 - - -0.03499888266083351 - - -0.998307138771567 - - 0.5774070237238017 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963195178411375 - - -0.0394449988976003 - - -0.07610197389536981 - - 0.04698527048245455 - - - -0.03778468162040851 - - -0.9990180532500814 - - 0.023135408257959508 - - 0.0351002434405691 - - - -0.07693982196267159 - - -0.0201747699463069 - - -0.9968316018535761 - - 0.5765611755671279 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984521721568447 - - -0.02829476971180599 - - -0.047881791134360814 - - 0.02142991222220077 - - - -0.02604707576119473 - - -0.9985583978258852 - - 0.04693267492581214 - - -0.030503223852331108 - - - -0.049140713869145904 - - -0.045612850583549816 - - -0.9977497973450427 - - 0.5783617544553903 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985790554312859 - - -0.02843529578045567 - - -0.04506999010249225 - - 0.06025122035837776 - - - -0.027202031209192845 - - -0.9992448608653436 - - 0.027744504542258627 - - -0.032827468240244115 - - - -0.04582487918210857 - - -0.026479085861851635 - - -0.9985984871107442 - - 0.5774532202285041 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951440007952396 - - -0.03944140767360197 - - -0.09018199954519199 - - 0.04695996581900871 - - - -0.037902222462605946 - - -0.9991061385281198 - - 0.018717518206846574 - - 0.035076681346912886 - - - -0.09083963459657576 - - -0.015208527744434543 - - -0.9957493969218392 - - 0.5764498374032805 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990319969273646 - - -0.028468713673447266 - - -0.033535078009473286 - - 0.021405385492509817 - - - -0.027762383046049537 - - -0.9993866720334353 - - 0.02134314525881684 - - -0.03048200317485145 - - - -0.034122121899533196 - - -0.02039147134744845 - - -0.9992096219979867 - - 0.5783063383500555 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980789541258098 - - -0.02897281925529887 - - -0.05476291697425707 - - 0.06023885729240551 - - - -0.027042651597885867 - - -0.9989978727358192 - - 0.035664341629472886 - - -0.03281798894377067 - - - -0.05574133408598103 - - -0.03411489430891109 - - -0.9978622538510049 - - 0.5773914069426052 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961344542724883 - - -0.03994594383943828 - - -0.07823343647078623 - - 0.04699362325347526 - - - -0.03828968616269619 - - -0.999012026543204 - - 0.022558163834910345 - - 0.03510530850158793 - - - -0.07905725105778935 - - -0.019475430491182163 - - -0.9966798175253517 - - 0.5766006235239542 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9987538651293726 - - -0.026842455828607018 - - -0.04207373829633299 - - 0.02142739434492106 - - - -0.0264969976374193 - - -0.9996106224601855 - - 0.00874714701853775 - - -0.030513635952787315 - - - -0.042292150635095775 - - -0.007621419149384112 - - -0.9990762172951615 - - 0.5785006732070634 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980399498166896 - - -0.02947546101346593 - - -0.05520376588551877 - - 0.06022698426985223 - - - -0.02741636005356681 - - -0.9989131939320695 - - 0.0376931583957241 - - -0.0328262179553091 - - - -0.05625479331854932 - - -0.03610579159187083 - - -0.9977633837950819 - - 0.5772595268830698 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958246724686222 - - -0.03873677103076572 - - -0.08266005246109699 - - 0.04697716543507564 - - - -0.03816320037480004 - - -0.9992352975224396 - - 0.008508250254585107 - - 0.03506039017882386 - - - -0.08292642425616902 - - -0.005318153377988959 - - -0.9965414820290895 - - 0.576542080813716 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999039709243823 - - -0.027356396015614966 - - -0.034224069761709615 - - 0.021412088521865387 - - - -0.02715885696249036 - - -0.9996117559926431 - - 0.0062236460210927606 - - -0.03051746683514221 - - - -0.03438103899693128 - - -0.005288182896016425 - - -0.9993948065099948 - - 0.5783173199089378 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983762059460874 - - -0.02883865507160976 - - -0.04912518065469364 - - 0.06024169286334945 - - - -0.02772156476223007 - - -0.999344765336213 - - 0.02327133090830859 - - -0.032826310020664815 - - - -0.04976410601858586 - - -0.021871716182577706 - - -0.9985214878926746 - - 0.5774033521320074 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958213138867519 - - -0.039653142008988784 - - -0.0822650541705171 - - 0.04700103667427374 - - - -0.036967595640255424 - - -0.9987407629894592 - - 0.03391585493264579 - - 0.035120670027166866 - - - -0.08350633318163186 - - -0.03073298996272042 - - -0.9960332201520743 - - 0.5767867692418758 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985399379822704 - - -0.027002228900631146 - - -0.04678538114370359 - - 0.021410358297701628 - - - -0.02594068123083523 - - -0.9993953889535416 - - 0.02315032603829781 - - -0.030514475133737996 - - - -0.0473822045882617 - - -0.02190288046803929 - - -0.9986366659178698 - - 0.5782414408521139 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977506297686576 - - -0.029626020131029163 - - -0.060133016949453055 - - 0.06021389134350525 - - - -0.027080498626285816 - - -0.9987202613048722 - - 0.04271400535279946 - - -0.03282227864615845 - - - -0.061321508383267 - - -0.04098949365780339 - - -0.9972760570771151 - - 0.5772126752044506 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959460327147359 - - -0.03960925626060579 - - -0.08076265683012068 - - 0.04698020631403816 - - - -0.03749423090713768 - - -0.9989173007996272 - - 0.027539223152965545 - - 0.035090770615459864 - - - -0.08176602331323457 - - -0.02439944633937937 - - -0.9963528413417964 - - 0.5766676597526761 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988067475525646 - - -0.02654646381887252 - - -0.04099227124935444 - - 0.021422220916219304 - - - -0.02582926955014263 - - -0.9995056038340188 - - 0.01792754135123028 - - -0.030516400141908477 - - - -0.04144791765545566 - - -0.016847348845064287 - - -0.9989986170955992 - - 0.5784427268807297 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998360016937757 - - -0.02919636090550749 - - -0.04924275672539797 - - 0.06023420996275447 - - - -0.028007927242305625 - - -0.9993036238673948 - - 0.024654073437933164 - - -0.03283005155343685 - - - -0.049928274470795474 - - -0.02323445362750416 - - -0.9984825124021959 - - 0.5773848557152728 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961570339561752 - - -0.040212823786312336 - - -0.0778080490872672 - - 0.04699735547976984 - - - -0.037884562220294495 - - -0.9987958104347064 - - 0.031171926527817587 - - 0.03511080757763223 - - - -0.07896786463500342 - - -0.028104409995764284 - - -0.9964809172752777 - - 0.5767393810250807 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991300321359272 - - -0.025900503765332566 - - -0.032685513438880286 - - 0.021414148547676103 - - - -0.025056583642060017 - - -0.9993486469454383 - - 0.025970164891845865 - - -0.03049255805086705 - - - -0.03333686398342952 - - -0.025128584381600302 - - -0.9991282238765586 - - 0.5783096611932806 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983315508820193 - - -0.030152877384828247 - - -0.049243461483914584 - - 0.06023184326971063 - - - -0.02827116094625501 - - -0.9988596679329665 - - 0.03847213583354422 - - -0.03281635060764927 - - - -0.05034735318021407 - - -0.03701577720728345 - - -0.9980455782505564 - - 0.5773061884209154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967381270242536 - - -0.03992041754492589 - - -0.07013890788443944 - - 0.047014637204649025 - - - -0.03773200796663579 - - -0.99876722157368 - - 0.03225418863956889 - - 0.035099443058549874 - - - -0.07134004283001827 - - -0.02950249774222404 - - -0.997015647277404 - - 0.5766710914036086 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992690107554716 - - -0.027408346728691062 - - -0.02665007829971933 - - 0.021422170136253076 - - - -0.02661826103624568 - - -0.9992084443562009 - - 0.029562694509567278 - - -0.030517962216539886 - - - -0.027439247861186105 - - -0.028831705757023186 - - -0.9992075962581307 - - 0.5782310768420449 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983108320917531 - - -0.029152861613896162 - - -0.05025528020012025 - - 0.06022478109108165 - - - -0.027337010456827373 - - -0.9989615405216608 - - 0.03644898377010398 - - -0.032837438306149824 - - - -0.05126568430787684 - - -0.03501358619608983 - - -0.9980710788286242 - - 0.5773422042325029 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995181033888383 - - -0.04016134508112979 - - -0.08945264752998312 - - 0.046987627126806576 - - - -0.03851430825270672 - - -0.9990566037145413 - - 0.02006366452524605 - - 0.035091063266665674 - - - -0.09017404198916933 - - -0.016521771564833546 - - -0.9957889702219518 - - 0.5766473413919619 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989871084259805 - - -0.02998231290612329 - - 0.03355321313223961 - - -0.047236200139512886 - - - -0.03131256841356413 - - -0.9987149575433368 - - 0.03984917362452087 - - -0.02355743516518102 - - - 0.03231532543614639 - - -0.04085944801402311 - - -0.9986421908020638 - - 0.5794571557873739 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989410414648922 - - -0.02658426335899744 - - -0.037550933659445326 - - 0.021411302778455668 - - - -0.02553657030677791 - - -0.9992785951813435 - - 0.028110012261975795 - - -0.030509933230717958 - - - -0.038271128203955354 - - -0.027121322867089414 - - -0.9988992714943465 - - 0.5782409639831354 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989118626096077 - - -0.030521658422124336 - - -0.03526356625424179 - - 0.06021233354837732 - - - -0.02879386989743357 - - -0.998407735559369 - - 0.04850676892499108 - - -0.03282595121376011 - - - -0.036687924363934823 - - -0.04743861235719251 - - -0.9982001674331106 - - 0.5772302524632038 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954952248847487 - - -0.039480408358189806 - - -0.08620066465830933 - - 0.046965426028154275 - - - -0.037375031517027105 - - -0.9989655220526071 - - 0.025903528123857544 - - 0.035107560100751584 - - - -0.08713417383991745 - - -0.02256508599657498 - - -0.9959409885345629 - - 0.5765686867051641 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999053355386744 - - -0.02798983736741389 - - -0.03330108248441469 - - 0.021421216079430698 - - - -0.027267159381985862 - - -0.9993869169324703 - - 0.021961153964444303 - - -0.030529321140425336 - - - -0.033895355282478605 - - -0.021032338632647783 - - -0.9992040560475708 - - 0.5783789373050545 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982162870570426 - - -0.02949096575724215 - - -0.05190883540166486 - - 0.060240949988299125 - - - -0.0280195441939444 - - -0.9991909797941052 - - 0.028849454782706733 - - -0.03282304133004906 - - - -0.052717638388072356 - - -0.02734353372922042 - - -0.9982350333293173 - - 0.5773392835567008 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960830197568434 - - -0.0395828748309356 - - -0.07906841197473516 - - 0.046970251187416795 - - - -0.03808866016153459 - - -0.9990677830947724 - - 0.020317941559019576 - - 0.0350794779704516 - - - -0.07979894560197576 - - -0.017226746710133387 - - -0.9966621129944679 - - 0.5763256090422781 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988509438978904 - - -0.02797129472755995 - - -0.03891527393655799 - - 0.02141047820897507 - - - -0.026922552406601748 - - -0.999266925793038 - - 0.02721740597565906 - - -0.030505623786698695 - - - -0.03964805223724307 - - -0.02613843314726489 - - -0.9988717706825024 - - 0.5783146033269728 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998853455804777 - - -0.028469198674936285 - - -0.03848738174598888 - - 0.06023446296774757 - - - -0.027749334337201937 - - -0.9994322190398056 - - 0.01911057270236379 - - -0.0328386747218615 - - - -0.03900959203448118 - - -0.01802066236233154 - - -0.9990763271428896 - - 0.5772889607657721 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955816320000862 - - -0.04085831570212585 - - -0.08454473408811682 - - 0.04701408506793778 - - - -0.03828086864669723 - - -0.9987581382335488 - - 0.031886618006796805 - - 0.03513069260910006 - - - -0.08574257472049272 - - -0.028509285333772956 - - -0.9959093490524424 - - 0.5767501037066181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999502678254456 - - -0.029465171477600374 - - 0.011233869857044042 - - -0.04722581436890004 - - - -0.03019713935523745 - - -0.9969627914119934 - - 0.07178666529910627 - - -0.023562974104509034 - - - 0.009084543848194413 - - -0.07209019496298469 - - -0.9973567440255611 - - 0.5793947422430402 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9985239095649623 - - -0.027406021762119155 - - -0.04689255802659006 - - 0.021415903399591332 - - - -0.026694636484173022 - - -0.9995198629895797 - - 0.015730221621788432 - - -0.03050459676957509 - - - -0.04730114597005788 - - -0.014455222601778676 - - -0.9987760750686078 - - 0.5782734362851778 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986472223088698 - - -0.029356659671773002 - - -0.042917501181853626 - - 0.0602335174911405 - - - -0.0282148240225728 - - -0.9992378892415023 - - 0.026973401890815242 - - -0.032836550775244736 - - - -0.043676642271973695 - - -0.0257260031311489 - - -0.998714435503334 - - 0.5772698216298972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952998754410268 - - -0.038939978303760066 - - -0.08866699519426163 - - 0.04696830807371191 - - - -0.037282594969629275 - - -0.9990991034335494 - - 0.020272879188925185 - - 0.035090751354799284 - - - -0.0893765408785051 - - -0.0168718584625665 - - -0.9958549966398784 - - 0.5767159065546026 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992622907127691 - - -0.028355998213203615 - - -0.025900033297320876 - - 0.02142288234121063 - - - -0.02805540125951992 - - -0.9995355738824173 - - 0.01189668036532451 - - -0.030516973926874413 - - - -0.026225346892593527 - - -0.011161268246940529 - - -0.9995937461146321 - - 0.5783582230057864 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984022209054874 - - -0.030316056760385946 - - -0.04768586785926679 - - 0.060218114177355404 - - - -0.028029413186142067 - - -0.9984582446547059 - - 0.04791122705050229 - - -0.03282036971034133 - - - -0.04906482739632252 - - -0.04649806860016139 - - -0.9977126702257643 - - 0.5773369129565957 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960669866176513 - - -0.040116224631703355 - - -0.07900156132463686 - - 0.04700162296357824 - - - -0.038206828099293676 - - -0.9989435498273668 - - 0.025534732128827342 - - 0.03510957657629173 - - - -0.07994245716152752 - - -0.022415904612543766 - - -0.996547405176181 - - 0.5765786636844746 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994805568281696 - - -0.02959510591863219 - - 0.01275720298956604 - - -0.047251780907679265 - - - -0.03019950458574076 - - -0.9982863800797005 - - 0.05012278194737254 - - -0.023567354444347325 - - - 0.01125195295172682 - - -0.05048200722072146 - - -0.9986615845729421 - - 0.5793885849419297 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990767623799091 - - -0.026818584979388365 - - -0.033561680115605425 - - 0.02141791055999316 - - - -0.026204508115993865 - - -0.9994834544725075 - - 0.018605052811049266 - - -0.030533906191990003 - - - -0.034043305169705704 - - -0.017708408607394553 - - -0.9992634615744318 - - 0.578308009271213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990338273519016 - - -0.028714607562792278 - - -0.033269853007272844 - - 0.0602282653543945 - - - -0.02799505969818372 - - -0.9993682355888904 - - 0.021895349470717692 - - -0.032830900070239116 - - - -0.03387755066568183 - - -0.02094280326185013 - - -0.9992065404872165 - - 0.5772915139678529 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957485601055761 - - -0.03930670706880979 - - -0.08330538894380472 - - 0.04699940160652296 - - - -0.03809495924628248 - - -0.9991446349170261 - - 0.016086410306469 - - 0.035102274093659624 - - - -0.08386643624058364 - - -0.012844504503124054 - - -0.9963942189597322 - - 0.576738719630056 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995712797755889 - - -0.028481313629822733 - - 0.00678759321932048 - - -0.04725369794025625 - - - -0.028899729738375245 - - -0.996937201611925 - - 0.07267063824704531 - - -0.02353601357911969 - - - 0.0046970489501559475 - - -0.07283564248432034 - - -0.9973328967376219 - - 0.5792853771006181 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991336548877292 - - -0.027378738645178546 - - -0.03134237293006087 - - 0.021404700170980836 - - - -0.026033391441852276 - - -0.9987548436879562 - - 0.04255613633639789 - - -0.030492098346033034 - - - -0.03246848011107539 - - -0.04170331977248093 - - -0.9986023387311044 - - 0.5781713669527766 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983806692969669 - - -0.02939822088073958 - - -0.04870096285688469 - - 0.06023137063441477 - - - -0.027828634297585475 - - -0.9990809934538867 - - 0.032599626260525635 - - -0.03281807755628653 - - - -0.04961457736665369 - - -0.031191555399530026 - - -0.9982812632642598 - - 0.5773152299994762 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970173275710293 - - -0.0392067082187672 - - -0.06647768463003963 - - 0.04699639503753589 - - - -0.037878192899885234 - - -0.9990589638162705 - - 0.021128874106277167 - - 0.03508706962346178 - - - -0.06724352032546808 - - -0.018547799034070805 - - -0.9975641774468598 - - 0.5765932448385107 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991151735779851 - - -0.028999321276132625 - - -0.030461603565085708 - - 0.021437725352976972 - - - -0.02828965986530263 - - -0.9993240771609161 - - 0.023475177340951944 - - -0.030521556868212826 - - - -0.0311217780812454 - - -0.02259265747997122 - - -0.9992602297485148 - - 0.5783759188205331 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981500033215492 - - -0.029375756756856008 - - -0.05323190569717747 - - 0.060217282865332455 - - - -0.02783629292204459 - - -0.9991790439645055 - - 0.029434314983277157 - - -0.032825863919615186 - - - -0.05405285992016793 - - -0.02789808267854034 - - -0.9981482782218842 - - 0.5772512654332168 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953066605636914 - - -0.039259073103343284 - - -0.08844985368342434 - - 0.04699306697595548 - - - -0.038554890545021814 - - -0.999209824440354 - - 0.009656456748649437 - - 0.03507625645059631 - - - -0.08875906631220393 - - -0.006200961291888372 - - -0.9960338228325595 - - 0.5765716801117424 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989822569500705 - - -0.025970361678584585 - - -0.03687805056163955 - - 0.021411720775116355 - - - -0.024673831818962256 - - -0.9990760932874646 - - 0.03518752399399295 - - -0.03049588128376454 - - - -0.03775781140787829 - - -0.03424178931863476 - - -0.9987000788735056 - - 0.5782305694870519 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99909537898416 - - -0.028066347839957408 - - -0.03194845554051299 - - 0.0602620972985124 - - - -0.027153694502153124 - - -0.9992206062833908 - - 0.028650599531901206 - - -0.03280815533430041 - - - -0.03272767280729499 - - -0.027757162995885525 - - -0.999078795358524 - - 0.5774135933939836 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954927622112641 - - -0.0391442104301866 - - -0.08638223876923318 - - 0.046996688864965525 - - - -0.03814527211234895 - - -0.9991852113833782 - - 0.013185278466116114 - - 0.035086041902874794 - - - -0.08682798281926393 - - -0.009830775277232333 - - -0.9961748125991675 - - 0.5767310506341072 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992871371641748 - - -0.031107429139568526 - - 0.021390309734889104 - - -0.04728785573293116 - - - -0.03216562248646005 - - -0.9981780608175689 - - 0.05104832644208071 - - -0.023530641751303625 - - - 0.01976335569396817 - - -0.051699968615129974 - - -0.9984670865967036 - - 0.5793761996611317 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9983802508839061 - - -0.02697342850161994 - - -0.05009300150576487 - - 0.021420991983394904 - - - -0.02610690785929652 - - -0.9994993703806087 - - 0.017872827722351145 - - -0.030511774567842133 - - - -0.050550014906177484 - - -0.016536104850739163 - - -0.9985846249714395 - - 0.5782942866981566 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976276507301315 - - -0.028585153248164116 - - -0.06262554999724715 - - 0.060217127872333034 - - - -0.027521439331629614 - - -0.9994630277921449 - - 0.017782757201110926 - - -0.0328349762419549 - - - -0.06310024465716563 - - -0.016017025015189448 - - -0.9978786569688063 - - 0.5772315745842239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965160709926246 - - -0.03949678514377675 - - -0.07345559350198361 - - 0.047003631386424424 - - - -0.03772298210697331 - - -0.9989658541445994 - - 0.025381073147304617 - - 0.035107764565261664 - - - -0.07438210049722507 - - -0.022521683250995975 - - -0.9969754645472291 - - 0.5766608062209445 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985627653417313 - - -0.028280370490775718 - - -0.045526083929754046 - - 0.021393775628400336 - - - -0.026643434710454418 - - -0.998990420484311 - - 0.036169976049328145 - - -0.030504137329376124 - - - -0.04650302205130652 - - -0.034905020061356234 - - -0.9983081230334709 - - 0.5782665691064232 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998225158015792 - - -0.028625681998106216 - - -0.052221683566219035 - - 0.06023356041929191 - - - -0.02753139479749518 - - -0.9993885117044841 - - 0.021555161182443695 - - -0.03282277445243498 - - - -0.05280678180737271 - - -0.020079168390149282 - - -0.9984028599678133 - - 0.5773418255514782 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954958914738279 - - -0.03966025633267016 - - -0.08611036015692636 - - 0.046985547283349166 - - - -0.038115370725534184 - - -0.9990828294018681 - - 0.019512009348404028 - - 0.03508313767301391 - - - -0.08680523355871905 - - -0.01614199684004462 - - -0.9960945172847964 - - 0.5765612151563014 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989505388222905 - - -0.027049980521680925 - - -0.036961054373923316 - - 0.021423253103941605 - - - -0.025963090270656842 - - -0.9992252721860788 - - 0.029576567891731815 - - -0.03050870316219546 - - - -0.037732465202437504 - - -0.02858590524075073 - - -0.9988789251412372 - - 0.5782877214005251 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984157265022375 - - -0.028798312120451575 - - -0.048339365862848295 - - 0.06024053020030676 - - - -0.026994089107470653 - - -0.9989292991989431 - - 0.03757092433207717 - - -0.032820036301541164 - - - -0.049369588070665375 - - -0.036206524562871066 - - -0.998124106187608 - - 0.5773536960889192 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954473763371846 - - -0.039963653089037196 - - -0.08652992184900389 - - 0.0469872312275707 - - - -0.03777515153127586 - - -0.9989272555286477 - - 0.026783877404015326 - - 0.035104793648143104 - - - -0.08750747893868717 - - -0.02339325958012828 - - -0.9958891487188785 - - 0.576715652635823 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994045885269631 - - -0.02749786785776342 - - -0.02084072202512161 - - 0.021406919576167992 - - - -0.027353825845909802 - - -0.9996001322764161 - - 0.007165456340236726 - - -0.030534083973324133 - - - -0.02102942326463197 - - -0.006591116464544011 - - -0.9997571307777247 - - 0.5783859288993798 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979029762675935 - - -0.030137245361019516 - - -0.05728347404206936 - - 0.06023075477265208 - - - -0.027882273408020682 - - -0.998819964602251 - - 0.03976502409856197 - - -0.032837835806164256 - - - -0.05841428580303888 - - -0.03808444241430533 - - -0.9975657103469991 - - 0.5772921744634623 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958874402558681 - - -0.03886999206755111 - - -0.08183721682268637 - - 0.04701359606408037 - - - -0.03713590650415188 - - -0.9990544871787495 - - 0.022606549850011697 - - 0.035109305538692 - - - -0.08263855509826971 - - -0.01947447983065754 - - -0.9963892883038213 - - 0.5767376061557703 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988492952472692 - - -0.029171729377936922 - - -0.03806698818049596 - - 0.0214202892908439 - - - -0.028201624936912157 - - -0.9992698384705121 - - 0.02577708816051673 - - -0.030530700492563744 - - - -0.0387911553701529 - - -0.024673875419514643 - - -0.9989426640888013 - - 0.5783631969968467 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9975100421756619 - - -0.030610704076193238 - - -0.06353503407309358 - - 0.06020368877884001 - - - -0.028185232148583334 - - -0.9988522490966535 - - 0.03872695654562574 - - -0.03281549987191871 - - - -0.06464757108693178 - - -0.03683977837224386 - - -0.9972279189242765 - - 0.5772858666791452 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954650640135045 - - -0.040754739340121374 - - -0.08595555566633258 - - 0.04698697263501182 - - - -0.03815134799405663 - - -0.9987685083550539 - - 0.031716578700389735 - - 0.03509345229005629 - - - -0.08714230301538757 - - -0.028293425730024066 - - -0.9957940053473082 - - 0.5764934220208202 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992260378076644 - - -0.030971468649442533 - - 0.02425063910276586 - - -0.04725693713455868 - - - -0.03216104306762637 - - -0.9982159249102892 - - 0.05030541287274791 - - -0.023551094944572578 - - - 0.022649341623947477 - - -0.05104640423371609 - - -0.9984394182617238 - - 0.5793751295008792 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990665391390195 - - -0.027415105714766415 - - -0.03338356409118333 - - 0.02142240937261084 - - - -0.02702252341385339 - - -0.9995609260167285 - - 0.012154768978785037 - - -0.03050875339225991 - - - -0.03370213051321397 - - -0.011241314835377205 - - -0.999368700350197 - - 0.5782882442198586 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981417648776425 - - -0.02805469527293181 - - -0.054092063004546054 - - 0.060234454649263594 - - - -0.027769996891378473 - - -0.9995962851828171 - - 0.0060078216821590705 - - -0.032843229957029346 - - - -0.05423877284376623 - - -0.004494521315415931 - - -0.9985178790580302 - - 0.577408308211797 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960151356154145 - - -0.039054941985058454 - - -0.08017830836049873 - - 0.04698350509122137 - - - -0.03773984446905134 - - -0.9991281048214249 - - 0.017853131249156502 - - 0.03507266857734457 - - - -0.08080565428520035 - - -0.014756072054971545 - - -0.9966206422571475 - - 0.576503529672054 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986396608730843 - - -0.028374823670280724 - - -0.043745823948939784 - - 0.021366376839397825 - - - -0.02765805054109458 - - -0.9994745026734148 - - 0.016904163569841237 - - -0.030536938953876994 - - - -0.04420248829599319 - - -0.0156712439649878 - - -0.9988996707082408 - - 0.5782808222864672 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978843359988272 - - -0.030364186723909246 - - -0.05748798250743549 - - 0.06022716647735009 - - - -0.028773441629937196 - - -0.9991852814983347 - - 0.028299510488055943 - - -0.03281149695354416 - - - -0.058300437605117786 - - -0.026585511123365005 - - -0.997945023322108 - - 0.577283028190293 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961198123220615 - - -0.03950003027507198 - - -0.07864519761390017 - - 0.046983408594251784 - - - -0.038285924896436 - - -0.9991241285493268 - - 0.01688679085478198 - - 0.035085572744983376 - - - -0.07924334328059028 - - -0.013810262807676181 - - -0.9967596346095169 - - 0.5764740844929088 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993114951228436 - - -0.02649171925646548 - - -0.025975460076458262 - - 0.02143872899688365 - - - -0.025858502891795924 - - -0.9993673574274119 - - 0.024417672631664365 - - -0.030494725505647174 - - - -0.026605893022825657 - - -0.023729174435465825 - - -0.999364324326754 - - 0.5781778494223956 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982751545598788 - - -0.028188980161045502 - - -0.05149851634688406 - - 0.06024356878116326 - - - -0.026897181836796933 - - -0.9993101619730188 - - 0.025607455685754968 - - -0.03280091949696302 - - - -0.05218483877227545 - - -0.02417812182407489 - - -0.9983447105220584 - - 0.5773338800192815 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971559357791142 - - -0.03974480791488342 - - -0.06403428756758534 - - 0.046997477888105016 - - - -0.038017255102529894 - - -0.9988854147624446 - - 0.027975283543286433 - - 0.035103300931339836 - - - -0.06507478816675746 - - -0.025461312194526187 - - -0.9975555089950552 - - 0.5765223101077229 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9988729829264695 - - -0.02857416920291153 - - -0.03789829592396347 - - 0.02141901556313769 - - - -0.027885190375315318 - - -0.9994383408307549 - - 0.018585452246313156 - - -0.03053990086194661 - - - -0.03840807385575779 - - -0.01750770492757252 - - -0.9991087529047372 - - 0.5782795545445154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982997311772647 - - -0.02813575462338881 - - -0.05104925115193682 - - 0.06023095965432134 - - - -0.027977589229353526 - - -0.9996012882882503 - - 0.0038103744415572153 - - -0.032821952566967835 - - - -0.05113610497793735 - - -0.002375660801496298 - - -0.9986888679681188 - - 0.5773452734764641 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963009263252014 - - -0.039863862565857104 - - -0.07612710860709285 - - 0.04699471028555598 - - - -0.03760359016320696 - - -0.9988149578647617 - - 0.03089741012530397 - - 0.03509314816077781 - - - -0.07726858488663566 - - -0.027920465736518935 - - -0.996619292098378 - - 0.5765640322812909 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994965994688813 - - -0.029916977738745194 - - 0.010560402128801702 - - -0.04728242084172456 - - - -0.03036972497195723 - - -0.9984938591902766 - - 0.0456912788662805 - - -0.023567799973346747 - - - 0.009177551703491108 - - -0.0459889943604767 - - -0.9988997872371593 - - 0.5794455518931039 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990335922321026 - - -0.027578049222558205 - - -0.03422473948621088 - - 0.02143237923984392 - - - -0.026792176294669342 - - -0.9993714886905132 - - 0.02321221406722535 - - -0.030528014442663065 - - - -0.03484337643249005 - - -0.022272826349286994 - - -0.9991445642774613 - - 0.5782955750837573 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983542141783575 - - -0.029694394445899188 - - -0.04906226626243219 - - 0.06023341413244278 - - - -0.027922884092762956 - - -0.998946878995037 - - 0.0364066682081209 - - -0.032833909018619184 - - - -0.05009167172551308 - - -0.03497679065559656 - - -0.9981319795193305 - - 0.5774004108434941 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961144420609861 - - -0.03966581984423371 - - -0.07862977205623381 - - 0.04700452500134179 - - - -0.038251300843005966 - - -0.9990795148930076 - - 0.01941548106461295 - - 0.03507708174872669 - - - -0.0793275254961879 - - -0.016332350021882585 - - -0.9967148027602551 - - 0.5764599878598474 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989209263207554 - - -0.029388049964904447 - - -0.03596283467337167 - - 0.02141547109204501 - - - -0.027759268308054003 - - -0.9986020773963478 - - 0.04498126324038945 - - -0.030523738625556338 - - - -0.03723447302548342 - - -0.043934423166351266 - - -0.9983403029426167 - - 0.578296564877568 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989112252010511 - - -0.030989155474312458 - - -0.034871713613239555 - - 0.06023319090970061 - - - -0.029481372867435397 - - -0.9986420769586357 - - 0.042951726177112445 - - -0.03281737120380609 - - - -0.036155398230224914 - - -0.04187689542852112 - - -0.9984683834794584 - - 0.5772972746460364 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952168135136078 - - -0.04013053256618269 - - -0.08906758364172304 - - 0.04697369228573108 - - - -0.038127829378103086 - - -0.9989828266350868 - - 0.024074482654605666 - - 0.03509283381272274 - - - -0.08994310827815014 - - -0.020563376282293735 - - -0.9957345955771237 - - 0.5765041858087355 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989027611924095 - - -0.02727256402961327 - - -0.03807204924128204 - - 0.021422283821876657 - - - -0.02629195729954372 - - -0.9993155076540143 - - 0.026024010904517392 - - -0.030522256371949844 - - - -0.03875573071868121 - - -0.024994467656865887 - - -0.9989360689869051 - - 0.5782274994673196 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990977858376052 - - -0.02808967101995582 - - -0.03185254646626113 - - 0.060232411186993344 - - - -0.027327958517389728 - - -0.999335914490598 - - 0.02410213045587341 - - -0.03281983773379106 - - - -0.03250841456710087 - - -0.023209920103929024 - - -0.9992019328399554 - - 0.5773647594783096 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967458955285502 - - -0.039031723523783056 - - -0.07052761378177681 - - 0.04700138386010784 - - - -0.037306693708472984 - - -0.9989755603159766 - - 0.025613287487616303 - - 0.0350960146388577 - - - -0.07145509325115108 - - -0.022898787088928094 - - -0.9971809340326988 - - 0.5766751573397109 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991430090202497 - - -0.02721698166124443 - - -0.031184666668293823 - - 0.02141720355015758 - - - -0.02680731875538158 - - -0.9995497220582568 - - 0.013480385543835398 - - -0.030541679266431882 - - - -0.03153752030690553 - - -0.0126328556753635 - - -0.9994227312655933 - - 0.5782883669301278 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982353339483411 - - -0.02845489192555303 - - -0.052120410421917354 - - 0.060224274367777095 - - - -0.027590016053742426 - - -0.9994706648060653 - - 0.017238944465251888 - - -0.03282587703266965 - - - -0.05258335355602807 - - -0.01577052052491928 - - -0.9984920037792866 - - 0.5773192605317414 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954981074312811 - - -0.03876707034385036 - - -0.08649064896098645 - - 0.04700046388657256 - - - -0.037833216570112536 - - -0.9992069934217342 - - 0.012410963744149447 - - 0.035067002813490455 - - - -0.08690319801190628 - - -0.009082871465268441 - - -0.9961753538515447 - - 0.5766358494080916 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990449963627652 - - -0.028935793233164992 - - -0.032738587515193734 - - 0.02140969822936937 - - - -0.027995545376154337 - - -0.9991924234238778 - - 0.028822741219568567 - - -0.03049736916346677 - - - -0.03354615747912358 - - -0.027878680784535998 - - -0.9990482643376646 - - 0.5782708275868482 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985559746214283 - - -0.028985692519157273 - - -0.04523046735370184 - - 0.06024441409533411 - - - -0.02833152842354352 - - -0.999485463943932 - - 0.015037681402692772 - - -0.03283694034107544 - - - -0.045643072256755055 - - -0.013734518337670847 - - -0.9988633905399661 - - 0.5774019064545016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954981074312811 - - -0.03876707034385036 - - -0.08649064896098645 - - 0.04700046388657256 - - - -0.037833216570112536 - - -0.9992069934217342 - - 0.012410963744149447 - - 0.035067002813490455 - - - -0.08690319801190628 - - -0.009082871465268441 - - -0.9961753538515447 - - 0.5766358494080916 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990449963627652 - - -0.028935793233164992 - - -0.032738587515193734 - - 0.02140969822936937 - - - -0.027995545376154337 - - -0.9991924234238778 - - 0.028822741219568567 - - -0.03049736916346677 - - - -0.03354615747912358 - - -0.027878680784535998 - - -0.9990482643376646 - - 0.5782708275868482 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985559746214283 - - -0.028985692519157273 - - -0.04523046735370184 - - 0.06024441409533411 - - - -0.02833152842354352 - - -0.999485463943932 - - 0.015037681402692772 - - -0.03283694034107544 - - - -0.045643072256755055 - - -0.013734518337670847 - - -0.9988633905399661 - - 0.5774019064545016 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957835745097725 - - -0.03960723881581247 - - -0.0827426091559096 - - 0.046987990057777915 - - - -0.0380709681460401 - - -0.9990736006325571 - - 0.02006344695014106 - - 0.03509214097322854 - - - -0.08346061418994961 - - -0.01682875968350378 - - -0.9963689671635461 - - 0.5766669005876695 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991366506716041 - - -0.027191825442844555 - - -0.031409519477617776 - - 0.02143506784034177 - - - -0.02675083266073281 - - -0.9995387541658398 - - 0.014376086830505898 - - -0.03050629147163595 - - - -0.03178594401125205 - - -0.01352344444609604 - - -0.9994032070258864 - - 0.5784477547536561 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986412170238674 - - -0.02897044578984945 - - -0.04331781310069027 - - 0.06023635376816723 - - - -0.028265770678157807 - - -0.9994593806924822 - - 0.016792633914000866 - - -0.03282059233067185 - - - -0.043780884745042936 - - -0.015545404997530685 - - -0.998920204277801 - - 0.5773462583601503 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955932456971259 - - -0.039494031215867906 - - -0.08505475072317974 - - 0.04697266962295971 - - - -0.0382422703567912 - - -0.9991355929584336 - - 0.016297105312220405 - - 0.03508718755892548 - - - -0.08562486718366506 - - -0.012972601200976066 - - -0.9962429893042462 - - 0.5766194012286205 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999331261476716 - - -0.030798059064262633 - - 0.01971064162399355 - - -0.04723791237434105 - - - -0.03167814402082239 - - -0.9984383090057108 - - 0.04601563105307916 - - -0.02357396980012853 - - - 0.018262667569425645 - - -0.04660925517202843 - - -0.9987462401959558 - - 0.5795284160785099 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990804714286304 - - -0.028685849303803874 - - -0.03186430070886555 - - 0.021430947103279953 - - - -0.028184012475070196 - - -0.9994732748747298 - - 0.016088326575127928 - - -0.030544105929392946 - - - -0.032309024292767524 - - -0.015175469050488518 - - -0.9993627129767986 - - 0.578316794758825 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.999102292894254 - - -0.028417280291739067 - - -0.03141761471316517 - - 0.060257254056208104 - - - -0.02769629978213481 - - -0.9993482796154198 - - 0.023150183759059424 - - -0.03281809443560579 - - - -0.03205500447390818 - - -0.02225924999906416 - - -0.9992382110776471 - - 0.5774673111928545 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952573353236696 - - -0.03853907039846605 - - -0.08931728017159228 - - 0.047008221500538315 - - - -0.03832137221733091 - - -0.9992568424905935 - - 0.004151525877346853 - - 0.03507971492176798 - - - -0.0894108993121611 - - -0.0007090758433202706 - - -0.9959945724227816 - - 0.5767732696978122 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998912250432606 - - -0.029972219522523443 - - -0.0357208901423268 - - 0.021391664880287597 - - - -0.028586011136613812 - - -0.9988417009338963 - - 0.03870525084246805 - - -0.030516344930653642 - - - -0.03683959694355934 - - -0.03764203145918997 - - -0.9986119975068704 - - 0.5782165808791928 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983825430945302 - - -0.027423025566338154 - - -0.04980236252314141 - - 0.060264215771697806 - - - -0.027558940904686573 - - -0.999618089792843 - - -0.0020443422217631627 - - -0.03284339505675476 - - - -0.04972728044353954 - - 0.0034135359520084596 - - -0.9987570001516854 - - 0.5775229956001546 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950781400671695 - - -0.040119530784501825 - - -0.0906086000890307 - - 0.04696762943615852 - - - -0.038637013621648716 - - -0.9990901370094535 - - 0.018057666206685908 - - 0.03507855799378598 - - - -0.09125062377245984 - - -0.014467943187024396 - - -0.9957228541522355 - - 0.5764811860568406 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995924459740794 - - -0.028219545893784757 - - 0.004312676791233528 - - -0.04722827660295082 - - - -0.028472651388046177 - - -0.9964497670436554 - - 0.07922859257604113 - - -0.023529690549145204 - - - 0.0020615708796596598 - - -0.07931909598699487 - - -0.9968471452220319 - - 0.5792162988910823 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991157557353647 - - -0.027422121210844086 - - -0.031870580629300635 - - 0.021408815007711426 - - - -0.026095706605388902 - - -0.9988053336694089 - - 0.041314882673272164 - - -0.03049501017632161 - - - -0.032965447640164694 - - -0.04044666490377862 - - -0.9986377454112403 - - 0.5782552603634022 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983897861072452 - - -0.029652255796579832 - - -0.048358853614444856 - - 0.060230374912797854 - - - -0.027976435951620256 - - -0.9989966994997026 - - 0.03497017901222182 - - -0.03281248728897997 - - - -0.04934727984574224 - - -0.03356096117330592 - - -0.9982176655704661 - - 0.5773301698291187 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960522259174414 - - -0.03988786740696613 - - -0.07930271923859018 - - 0.0470046196537655 - - - -0.03787659586865486 - - -0.9989254720314462 - - 0.026707018031882322 - - 0.03511312931856296 - - - -0.08028279224287711 - - -0.023597867710388153 - - -0.996492756576389 - - 0.5768539579351601 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992060198619088 - - -0.027888030824048383 - - -0.02845325303861446 - - 0.021418492853196303 - - - -0.02712729532557576 - - -0.9992731817568292 - - 0.02678092735330092 - - -0.030516799107727498 - - - -0.029179440022753887 - - -0.025987804030750905 - - -0.9992363055461999 - - 0.5781758997287857 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987047767717327 - - -0.030347985351580377 - - -0.04083832315881334 - - 0.060233821906302755 - - - -0.029194055183836783 - - -0.9991656137460491 - - 0.028561923069087187 - - -0.03281965558006228 - - - -0.041671045046248835 - - -0.027332692742970368 - - -0.9987574519933117 - - 0.5773172602065778 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950688306228455 - - -0.04000134420423034 - - -0.0907629593211764 - - 0.04699355518017151 - - - -0.03825443515885867 - - -0.9990493101278091 - - 0.020906317796930404 - - 0.03510705250986051 - - - -0.09151295270921767 - - -0.017331139460643054 - - -0.9956530575915674 - - 0.5767093526087232 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993602716724806 - - -0.027697102657999774 - - -0.02262560291037135 - - 0.021404390964387808 - - - -0.026433796548822566 - - -0.9981722554962307 - - 0.05434521835067851 - - -0.03049001850420227 - - - -0.024089454180637605 - - -0.05371237159090716 - - -0.9982658360052993 - - 0.5780726667018972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984528643674616 - - -0.029502703359055558 - - -0.047132453054332314 - - 0.06024984711218602 - - - -0.02856629305768126 - - -0.9993833190595899 - - 0.020419316501346065 - - -0.032820904793913364 - - - -0.047705812406392774 - - -0.019041325582717292 - - -0.9986799203862569 - - 0.5772871993006602 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952040215212794 - - -0.04125241975345215 - - -0.08869720070192742 - - 0.046995120252081475 - - - -0.03816600050714491 - - -0.9986148927798955 - - 0.0362167409285696 - - 0.03511098926509428 - - - -0.09006837376771946 - - -0.03265782881153468 - - -0.9953999971188243 - - 0.5767831976505594 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989034651554712 - - -0.030802323265658963 - - 0.03525739896575009 - - -0.04727072155797256 - - - -0.03256812162343135 - - -0.9981850057750643 - - 0.05065581605064458 - - -0.02356986203904474 - - - 0.033633090168963285 - - -0.0517485374409094 - - -0.9980936349453461 - - 0.5794897776025884 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989987139609077 - - -0.027317500491786287 - - -0.03543054714979472 - - 0.021414262501457133 - - - -0.026226942369003026 - - -0.9991786985873726 - - 0.030888117184732954 - - -0.030501771689697237 - - - -0.03624523414775472 - - -0.029927954426022123 - - -0.9988946894169819 - - 0.5782687112067153 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986196310143426 - - -0.03301354495314656 - - -0.04085264253882333 - - 0.06022894057228878 - - - -0.03052163584741644 - - -0.9977204017771125 - - 0.06018662328886917 - - -0.03281142383523629 - - - -0.04274648872101672 - - -0.05885665406175514 - - -0.9973508068752339 - - 0.5773614519152496 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995287817081672 - - -0.039987823121397606 - - -0.08833535628960727 - - 0.047000583634145304 - - - -0.038593393383930766 - - -0.9991028264840506 - - 0.017438236685384047 - - 0.03509478838014234 - - - -0.08895342127154644 - - -0.013946903369354927 - - -0.9959381369997304 - - 0.5768169733809675 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999244799101102 - - -0.028175697239462814 - - 0.02675745792239096 - - -0.047235570036887976 - - - -0.029919746626859065 - - -0.9972916656210018 - - 0.06718736819278898 - - -0.02353489371615846 - - - 0.024791938834688804 - - -0.06793720459335198 - - -0.9973815197811011 - - 0.5792370923998981 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991305813073588 - - -0.027986690168619047 - - -0.03090026973709153 - - 0.021435858015495978 - - - -0.02738734345608255 - - -0.9994317040679132 - - 0.01965203099747306 - - -0.030527034881328147 - - - -0.031432704542209935 - - -0.018788668854200174 - - -0.9993292605582252 - - 0.5784153335810662 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984450964524534 - - -0.030034178837740726 - - -0.04696102076822529 - - 0.06023433684833103 - - - -0.029108504625006512 - - -0.9993706554117622 - - 0.020272840461122536 - - -0.03282621656492056 - - - -0.04754034421990499 - - -0.018874353059343776 - - -0.998690980467955 - - 0.5773008395512919 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9970140171138449 - - -0.03899096652190654 - - -0.06665398868936086 - - 0.046995814982924836 - - - -0.03778098310533284 - - -0.9990992844349873 - - 0.019318829081757864 - - 0.035078194734668555 - - - -0.06734721222224745 - - -0.016742890168163386 - - -0.9975891081175192 - - 0.5764213872034419 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9991527094940544 - - -0.03099576868525693 - - 0.027076289153052713 - - -0.047225018758992446 - - - -0.032164006354033936 - - -0.9985209891788779 - - 0.04383276017425585 - - -0.023560345643189554 - - - 0.025677612933201928 - - -0.04466650302907326 - - -0.9986718999256999 - - 0.5794789911009193 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9994736536774587 - - -0.025827381595977247 - - -0.019630638413644663 - - 0.02142950623949541 - - - -0.02599778384524738 - - -0.9996260721621661 - - -0.008475322340531517 - - -0.03051629544443751 - - - -0.019404402587229527 - - 0.008981214480007368 - - -0.9997713773391881 - - 0.5783989655295866 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984424333060731 - - -0.02800143861243993 - - -0.048255847412325505 - - 0.06024651982221878 - - - -0.026801034289521443 - - -0.999319411579655 - - 0.025345970115646863 - - -0.03281900812862006 - - - -0.04893272866762879 - - -0.024013185455601813 - - -0.9985133724639917 - - 0.5774473976551928 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996149653660874 - - -0.03923970378063503 - - -0.07839715019392428 - - 0.04699532024396925 - - - -0.038031720271641756 - - -0.9991345727760477 - - 0.016843210406678882 - - 0.035090405909875555 - - - -0.0789902257529392 - - -0.013796779726881182 - - -0.9967799120691925 - - 0.5765260311810797 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993023790364156 - - -0.02771838292613778 - - -0.025028913282842617 - - 0.021429594587859126 - - - -0.027426125627176567 - - -0.9995524551164734 - - 0.011945589299530641 - - -0.03051525013479376 - - - -0.025348824139245413 - - -0.01125080968600597 - - -0.9996153542218963 - - 0.5783112408981239 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988553591284214 - - -0.02889066575268981 - - -0.03812218478522297 - - 0.06025392363258151 - - - -0.027904974325365504 - - -0.9992687443649967 - - 0.02613979615651714 - - -0.03282151614034761 - - - -0.03884950383638151 - - -0.02504607688980317 - - -0.998931133804577 - - 0.5774174648346 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960596767241165 - - -0.037673564106804676 - - -0.08028588276738909 - - 0.046992140130608734 - - - -0.037145048112637434 - - -0.9992773245802553 - - 0.008066844515511339 - - 0.03510137633561 - - - -0.08053176891735532 - - -0.0050528355621437 - - -0.9967392352304709 - - 0.5765954489233494 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992570477739111 - - -0.03175868398830264 - - 0.02183434142580865 - - -0.04724869669752013 - - - -0.03250309576837441 - - -0.9988715537203885 - - 0.0346290042260725 - - -0.02356030312284543 - - - 0.020709930942413492 - - -0.035312960220697936 - - -0.9991616954231244 - - 0.579376638981733 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9992748068099605 - - -0.026470340355278957 - - -0.027371181128914568 - - 0.021430025447997787 - - - -0.02620767301126246 - - -0.9996073862480741 - - 0.009911167117403698 - - -0.030518788594728972 - - - -0.027622786793712613 - - -0.009186644641546183 - - -0.9995762038033819 - - 0.5783602610440736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992383958731389 - - -0.028542861978999686 - - -0.026607014919452488 - - 0.060243934357001996 - - - -0.028360278905832436 - - -0.9995717305264412 - - 0.007214576408829697 - - -0.032826474084108416 - - - -0.026801544605854138 - - -0.0064544993936958605 - - -0.9996199360978737 - - 0.5773827737264213 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960946064349551 - - -0.03886285002183141 - - -0.07927934106293169 - - 0.0470106030857617 - - - -0.038112367358198 - - -0.9992133736719816 - - 0.010958162684073364 - - 0.03507900446724419 - - - -0.07964284327888962 - - -0.007893843375535944 - - -0.9967922074089548 - - 0.5767091038384704 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989493064078454 - - -0.028599283141553335 - - -0.03581011353059353 - - 0.02143567111204914 - - - -0.02753792853727627 - - -0.9991768016755028 - - 0.029788949048069998 - - -0.03052620587973448 - - - -0.03663257729345015 - - -0.028771513642870932 - - -0.9989145380279222 - - 0.5782227439715699 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982217112959202 - - -0.03017219699028454 - - -0.05141063728669454 - - 0.06022568830310853 - - - -0.028909875928529567 - - -0.9992662562836901 - - 0.025123059657935876 - - -0.03284651321737736 - - - -0.05213093295963184 - - -0.023592108459369272 - - -0.9983615468592529 - - 0.5773855156982869 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958239202182817 - - -0.038484261620264824 - - -0.08278696472655725 - - 0.0469887828506181 - - - -0.03804183984966327 - - -0.9992522178494121 - - 0.006915456881767385 - - 0.035070201476058604 - - - -0.08299119436389499 - - -0.0037372089283346788 - - -0.9965432729829047 - - 0.5764789021081821 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994288385281871 - - -0.025842405407715555 - - -0.02177537143064015 - - 0.021422553948358552 - - - -0.02565198287992232 - - -0.99963060561488 - - 0.008979314693071654 - - -0.03052197243768058 - - - -0.021999374821281573 - - -0.008415604599332958 - - -0.9997225640680024 - - 0.5782501615283829 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984204386094125 - - -0.030685829278621107 - - -0.04706386775937192 - - 0.06023681377117662 - - - -0.028717124255301176 - - -0.9987068764378061 - - 0.04195118270498472 - - -0.032813119521584645 - - - -0.04829031519356569 - - -0.040533379298113494 - - -0.9980105663875418 - - 0.5773643909396057 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965040560276895 - - -0.03930536417418033 - - -0.07372078857078487 - - 0.04700771501866439 - - - -0.03772142780651608 - - -0.9990291399569813 - - 0.022756788021434923 - - 0.03507709746650288 - - - -0.07454367984343876 - - -0.019896378161609947 - - -0.9970192445140914 - - 0.5766022874719556 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992945258282204 - - -0.027986623977962137 - - -0.025043951925931108 - - 0.02142653531479278 - - - -0.027070270436396718 - - -0.9989775052031747 - - 0.03620973013625197 - - -0.030511773477852888 - - - -0.026031732717061686 - - -0.03550623855544267 - - -0.9990303578547503 - - 0.5782292804939646 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984766199218257 - - -0.02857673581129026 - - -0.04719967838722933 - - 0.060225012519547795 - - - -0.027325806479298564 - - -0.9992635248175356 - - 0.02693897305930552 - - -0.03282531268502945 - - - -0.04793474491162007 - - -0.025608165486925936 - - -0.9985221490235716 - - 0.5772857487454968 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9975637561616201 - - -0.03894453227730378 - - -0.057878111565787815 - - 0.04701236976629474 - - - -0.037708012093779525 - - -0.9990398272106842 - - 0.022305368653788418 - - 0.035101663133003703 - - - -0.05869121072745999 - - -0.020068558805954984 - - -0.9980744434814451 - - 0.5767146760908425 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9990927130493431 - - -0.030683809324115383 - - 0.029533956339510323 - - -0.04724945380131268 - - - -0.032463867012490426 - - -0.9975598706116399 - - 0.06180939964021194 - - -0.023560250216894896 - - - 0.02756534183169343 - - -0.062712107209449 - - -0.9976509126638697 - - 0.5794247982673526 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9993794174019514 - - -0.02704941574425624 - - -0.02256344790209774 - - 0.02141507125002268 - - - -0.026573988068290207 - - -0.9994239092605414 - - 0.021110962946387667 - - -0.030504049641339903 - - - -0.02312148852220951 - - -0.020498261054825252 - - -0.9995224950256225 - - 0.578253429657068 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982569072700032 - - -0.031033521597452877 - - -0.05020027514853513 - - 0.06024062021973628 - - - -0.028853638757480263 - - -0.9986331639419527 - - 0.04358063108466806 - - -0.032821758028222674 - - - -0.05148412005833489 - - -0.04205620539879376 - - -0.9977878837554971 - - 0.5772729218158038 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9943036997193141 - - -0.03880643188024884 - - -0.09926839159172228 - - 0.04696304310055869 - - - -0.0380179111047604 - - -0.9992287721786443 - - 0.009823404989602925 - - 0.035057082795914116 - - - -0.09957304434290663 - - -0.005993471037956717 - - -0.9950122045207299 - - 0.5764184494689348 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990162034715396 - - -0.02680157225874771 - - -0.03533130235032941 - - 0.021421649416447034 - - - -0.025953833257194605 - - -0.9993692550678422 - - 0.024238204644831327 - - -0.030513647000333554 - - - -0.03595863930363616 - - -0.023297376453285654 - - -0.9990816826014908 - - 0.5781828728086238 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987474322025002 - - -0.029631844377466878 - - -0.040317743831989716 - - 0.06026132410165548 - - - -0.028230826305472478 - - -0.9989924863586891 - - 0.034885994969241385 - - -0.03282741453260346 - - - -0.04131085952897377 - - -0.033704094672209736 - - -0.9985777119920629 - - 0.5774922693527533 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946163457252101 - - -0.041835681895240624 - - -0.09480559338240384 - - 0.04698307407784147 - - - -0.03828598366834531 - - -0.9985071450220425 - - 0.03895721748889838 - - 0.03512138844746309 - - - -0.09629386413877393 - - -0.03511775989852385 - - -0.9947332479961315 - - 0.5766901580966115 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999357404481511 - - -0.028478509223249276 - - -0.0217658590549258 - - 0.021422621862144754 - - - -0.027998960484442403 - - -0.9993652067427604 - - 0.022028203825792167 - - -0.03052394785584015 - - - -0.022379372640184136 - - -0.021404627173144543 - - -0.9995203877939712 - - 0.5782578851738001 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998371484390334 - - -0.02946515106573933 - - -0.04884858267047598 - - 0.06022073152874563 - - - -0.027597530430803204 - - -0.9988783453277812 - - 0.03847632453021771 - - -0.032830767593022434 - - - -0.049927502144229655 - - -0.037065564988367605 - - -0.9980648217534425 - - 0.5773115832268442 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9948944032723281 - - -0.04045950051717248 - - -0.09245623372871577 - - 0.04698551332409221 - - - -0.03810437362813572 - - -0.9989062672489735 - - 0.0270984494229792 - - 0.035084407520841965 - - - -0.0934515010462937 - - -0.02343710879403103 - - -0.9953479386041704 - - 0.5766973773401218 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.99884242488369 - - -0.02933374897953856 - - 0.038122715318763205 - - -0.04722115709757653 - - - -0.031282549444349536 - - -0.9981793001876041 - - 0.05157021211172143 - - -0.023551662181606963 - - - 0.036540557641227496 - - -0.05270309144435015 - - -0.9979414671209318 - - 0.5793847658233182 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990832498661271 - - -0.02925796635495201 - - -0.03125109984801047 - - 0.021424061828639027 - - - -0.0284405005525206 - - -0.9992497094468793 - - 0.026289847824764102 - - -0.030535724623136293 - - - -0.03199683992615364 - - -0.025376949680757037 - - -0.9991657583502551 - - 0.578383431307883 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986541775314511 - - -0.028780272086275205 - - -0.043145447472715086 - - 0.06025329055838587 - - - -0.02766474806525695 - - -0.9992729829028665 - - 0.026232944075967993 - - -0.03283084527417166 - - - -0.043869071262869354 - - -0.02500403125591893 - - -0.9987243378467783 - - 0.5774132372227674 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9955264076219257 - - -0.039104315197343996 - - -0.08601176815023827 - - 0.047020572264393865 - - - -0.03765309640935447 - - -0.999120884161537 - - 0.01843103803523763 - - 0.03510509987835514 - - - -0.08665688696330735 - - -0.015109975685463226 - - -0.9961236231395244 - - 0.5767784091222073 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990589208537707 - - -0.027574114664038932 - - -0.03348045494006174 - - 0.021409875030482958 - - - -0.02719718878615375 - - -0.9995620609285013 - - 0.01166187268403308 - - -0.030511991632643176 - - - -0.033787358355298856 - - -0.010740323685192982 - - -0.9993713323197284 - - 0.5783473044773276 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990024995462062 - - -0.03159296670345236 - - -0.031557730515781715 - - 0.06025433091454849 - - - -0.03010998563989579 - - -0.9984685223358127 - - 0.04641119120755173 - - -0.03284350679897192 - - - -0.0329756677748521 - - -0.04541469321060321 - - -0.9984238133054467 - - 0.5774653483552747 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9967242630938123 - - -0.039454972741525 - - -0.07059779377616768 - - 0.04700589126583277 - - - -0.037748427594354636 - - -0.9989657755101152 - - 0.025346312821163224 - - 0.035112611484580405 - - - -0.07152481789036969 - - -0.02259832926213832 - - -0.997182789633029 - - 0.5766229631941051 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995697312906309 - - -0.02891661202738314 - - -0.004917503069008315 - - -0.04721475219096433 - - - -0.028558007743898897 - - -0.9976808224228665 - - 0.061785247133370885 - - -0.023522678576834915 - - - -0.006692718526526859 - - -0.06161822878410338 - - -0.9980773524132457 - - 0.5791523408342801 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9992015815724103 - - -0.028214176475005258 - - -0.028287092975968823 - - 0.021427232780827005 - - - -0.02729797203207402 - - -0.9991063775969204 - - 0.032268668520671555 - - -0.030510562874608085 - - - -0.029172248904223163 - - -0.03147072434816419 - - -0.9990788624542474 - - 0.5782944190525813 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984565533815627 - - -0.030510563217116697 - - -0.04640707426228396 - - 0.060231913211657315 - - - -0.029050415662270186 - - -0.9990713636906629 - - 0.0318195475003903 - - -0.032832076059827284 - - - -0.047334811283664575 - - -0.03042229093041143 - - -0.9984156949163441 - - 0.5773865516278499 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995458563047969 - - -0.03976947197163833 - - -0.08649068362297672 - - 0.046987343771178566 - - - -0.038142141767726435 - - -0.9990643232933669 - - 0.020387617411987424 - - 0.035115540215611016 - - - -0.08722056108420444 - - -0.016996088416573598 - - -0.9960440284960764 - - 0.5766129327013607 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993354259833512 - - -0.02731539459995893 - - 0.02413660275437415 - - -0.04721362639934406 - - - -0.02910142210171493 - - -0.9966032443889293 - - 0.07703947368146964 - - -0.023529745421602615 - - - 0.02195025299015355 - - -0.0776906847138611 - - -0.9967358445959289 - - 0.5793482869109576 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9994323059377657 - - -0.02948011304265058 - - -0.016309162544803333 - - 0.021430489971254553 - - - -0.028695665793204567 - - -0.9985104604885369 - - 0.04640494649986719 - - -0.03049031834424522 - - - -0.017652892471348203 - - -0.045910600409528185 - - -0.9987895635004564 - - 0.5782317046125242 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998488547749313 - - -0.028368424963987664 - - -0.04707284226101617 - - 0.0602398051215691 - - - -0.027259792053530837 - - -0.9993395448083267 - - 0.024028689508282627 - - -0.03282195751838139 - - - -0.04772340883325672 - - -0.022709175400040315 - - -0.99860240816953 - - 0.5773447559148102 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972306807713851 - - -0.038145262779937475 - - -0.0638428402852613 - - 0.04699768953272707 - - - -0.037327116155295784 - - -0.9992055937599772 - - 0.013959505661049617 - - 0.035102602912445706 - - - -0.06432461214627666 - - -0.011537778218588568 - - -0.9978623271503991 - - 0.5766431364399048 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991642962178753 - - -0.026652089008090726 - - -0.030989922796655692 - - 0.021424839366035828 - - - -0.026352742799948807 - - -0.9996024052227904 - - 0.010028181277411364 - - -0.03051344279153486 - - - -0.03124487334520044 - - -0.009203131223539463 - - -0.9994693893588363 - - 0.5782210750744529 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988168399502623 - - -0.029835091441574486 - - -0.038402962782123726 - - 0.060232238863945006 - - - -0.02871035942083281 - - -0.999151979064678 - - 0.0295133527926626 - - -0.0328321995739398 - - - -0.039250929845022625 - - -0.028375870908404866 - - -0.9988263985580732 - - 0.5773680282992093 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962399590218141 - - -0.03945109117157089 - - -0.07713336148247746 - - 0.04700311811147932 - - - -0.03752319200836138 - - -0.9989499648061533 - - 0.02628645802099617 - - 0.035096266888630975 - - - -0.07808939819026511 - - -0.023293329928508515 - - -0.996674202872295 - - 0.5767366189997563 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994436187600162 - - -0.02853179748539984 - - 0.01727395299679611 - - -0.04724922143234865 - - - -0.029604468087743637 - - -0.9974194612215653 - - 0.06540637465663823 - - -0.023530855333607128 - - - 0.015363215455273626 - - -0.06588136996704677 - - -0.9977091844330893 - - 0.5794524418078864 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990009606537466 - - -0.028368098155477497 - - -0.03453015522601637 - - 0.02141484100589472 - - - -0.027372344291733772 - - -0.999205250073152 - - 0.028976248794926066 - - -0.030489268092757753 - - - -0.03532471345766843 - - -0.028002129084979573 - - -0.9989835060629593 - - 0.5782132668134632 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976362424646393 - - -0.029704203196449838 - - -0.06196440940975233 - - 0.060224247618519966 - - - -0.02745456073922672 - - -0.9989437385560695 - - 0.03684636066477329 - - -0.032825862040111634 - - - -0.062993450577433 - - -0.03505805916029095 - - -0.9973979936175236 - - 0.5772650816051446 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959914879419274 - - -0.039798362098613864 - - -0.08010646866198232 - - 0.0469915895215138 - - - -0.03796827916166235 - - -0.998984871196959 - - 0.024241223094093642 - - 0.03508253173605894 - - - -0.08098991125274566 - - -0.021102547094205434 - - -0.9964915036172709 - - 0.5765513265431605 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992946744618783 - - -0.027098260853721728 - - -0.02599688155976772 - - 0.021431353553308927 - - - -0.02663200475448556 - - -0.9994811247348183 - - 0.018116777350839067 - - -0.030500839403291832 - - - -0.02647432557943633 - - -0.01741165005180352 - - -0.9994978461845667 - - 0.5782869961447904 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984721681258629 - - -0.029213967309290437 - - -0.04690281006603359 - - 0.060239290019823685 - - - -0.028099397428566434 - - -0.999310954591543 - - 0.024249533964401077 - - -0.0328325064033442 - - - -0.0475789169926154 - - -0.02289454405291525 - - -0.9986050703408325 - - 0.5773014123035469 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956112776827355 - - -0.04072219005952941 - - -0.08426082712451068 - - 0.04702742325043228 - - - -0.038211896164023366 - - -0.9987826553727867 - - 0.031193882702157366 - - 0.03512698731317657 - - - -0.085428535879418 - - -0.027837215436203752 - - -0.9959553477411817 - - 0.5768517661186755 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991446125025587 - - -0.02807710051101253 - - -0.03035983751613911 - - 0.02141936973403668 - - - -0.027089181817625534 - - -0.9991053374518281 - - 0.032476159005037815 - - -0.03051599156855892 - - - -0.031244512087140908 - - -0.031625956146231725 - - -0.9990113009181995 - - 0.5782353854867839 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985472513170137 - - -0.029149001499761067 - - -0.04531801627171655 - - 0.06024232823383326 - - - -0.028381095299712063 - - -0.9994440290904143 - - 0.01749703246575924 - - -0.03283688674425242 - - - -0.04580284179857513 - - -0.01618543873628695 - - -0.9988193686828908 - - 0.5772845493412998 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996163774946754 - - -0.039311875182765126 - - -0.07818126344238494 - - 0.047019760190401834 - - - -0.03838671543595391 - - -0.9991744180719541 - - 0.013301967847275616 - - 0.03509737349804793 - - - -0.07863964370387241 - - -0.010249816592776247 - - -0.9968504139026785 - - 0.5767292186246982 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985781604774212 - - -0.02868956038438684 - - -0.044928460272753025 - - 0.021433010394611728 - - - -0.027098410184364482 - - -0.9989974940988414 - - 0.03563261076199016 - - -0.03050894420531624 - - - -0.04590570316430908 - - -0.034364457062293116 - - -0.9983545214540797 - - 0.5783180209916942 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978337584127395 - - -0.029086885469288542 - - -0.059006301914313324 - - 0.060235241962264104 - - - -0.02655039039998357 - - -0.998708185909039 - - 0.043324775451075756 - - -0.03283393679177252 - - - -0.060190259523572966 - - -0.0416642831688506 - - -0.9973170108679146 - - 0.5773246515029508 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956943705925165 - - -0.041248608944042184 - - -0.0830136894165893 - - 0.046993225994883155 - - - -0.03776836389916191 - - -0.9983580529097149 - - 0.04306679554720044 - - 0.03510458483176264 - - - -0.08465383073879736 - - -0.03974607465530859 - - -0.9956173855908417 - - 0.5765992569173035 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992260083796435 - - -0.02811536728495525 - - -0.027512002837247265 - - 0.02144179068337812 - - - -0.02768104326484694 - - -0.9994880711652543 - - 0.01604230164689615 - - -0.030526072144002245 - - - -0.027948953852591787 - - -0.015268324099009786 - - -0.9994927384717479 - - 0.5783132220419773 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9976434778993977 - - -0.029944342449605234 - - -0.061731899047858155 - - 0.060228518558768054 - - - -0.027549031452245402 - - -0.998847829131812 - - 0.03929459383566328 - - -0.03281501919531758 - - - -0.06283742412637054 - - -0.03750134122837906 - - -0.9973189597792852 - - 0.577303384954281 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962561455570835 - - -0.038395322152476125 - - -0.07745638564089355 - - 0.04697957301621676 - - - -0.038068220966404775 - - -0.9992589101445379 - - 0.0056957044519389925 - - 0.03506985209628299 - - - -0.07761767190657179 - - -0.002725753759684464 - - -0.9969794718419462 - - 0.576387403638396 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990957269419855 - - -0.028279856987475597 - - -0.031748670760104944 - - 0.021388629970158956 - - - -0.027015663325358066 - - -0.9988517062942067 - - 0.03956542389818869 - - -0.030517683498750846 - - - -0.032831118490793426 - - -0.038671934551046006 - - -0.9987124707025159 - - 0.5781814482888439 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983498758355621 - - -0.0310714906210933 - - -0.048291695866897265 - - 0.06022191565526766 - - - -0.02917371155074464 - - -0.9987928656578948 - - 0.03951842690751164 - - -0.032806360231258144 - - - -0.04946129773339495 - - -0.03804436859081383 - - -0.998051204119836 - - 0.5772522184477721 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960793267672214 - - -0.0385656237532431 - - -0.07961574876544299 - - 0.04697925161440085 - - - -0.03760603690577302 - - -0.999201209823825 - - 0.01351770227691911 - - 0.035076824667372226 - - - -0.0800734711074803 - - -0.010470670997079325 - - -0.9967339686564674 - - 0.5764950869234012 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995018168529074 - - -0.030417377287213856 - - 0.008420288991750374 - - -0.0472116359599825 - - - -0.030787356753437713 - - -0.9983729894583552 - - 0.047994922482730566 - - -0.0235460260274226 - - - 0.006946709427769304 - - -0.04823025066235972 - - -0.9988120875065398 - - 0.5792401492472449 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989130504017026 - - -0.02803204746543388 - - -0.037241402391173496 - - 0.021429339949301206 - - - -0.026812085917424965 - - -0.9991001486101624 - - 0.03286343098198382 - - -0.030513968100964 - - - -0.038129119920636285 - - -0.03182919040828174 - - -0.9987657747700562 - - 0.5783311138285386 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985062248333133 - - -0.028597447307285646 - - -0.04655647083523299 - - 0.06021848606693666 - - - -0.027383798427684652 - - -0.9992736545037348 - - 0.02650077354385271 - - -0.032823991125062936 - - - -0.047280509227342456 - - -0.025186294333578517 - - -0.9985640710665219 - - 0.577279221056863 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952614402611588 - - -0.03918700720075431 - - -0.08898901053462518 - - 0.046979159039009025 - - - -0.03790519795410657 - - -0.9991524486234573 - - 0.01604931082040259 - - 0.03507391348069222 - - - -0.08954251223493565 - - -0.012600114142257842 - - -0.9959032963226193 - - 0.5765235560675156 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993990200707709 - - -0.027471276499045842 - - -0.021140663402458525 - - 0.021423730949196418 - - - -0.026883628491312178 - - -0.9992575751429291 - - 0.027596540337782843 - - -0.030508366468746995 - - - -0.02188308023848987 - - -0.027011617629952096 - - -0.9993955689877204 - - 0.5782394725572221 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977262064808936 - - -0.02848522991552789 - - -0.06108198243266759 - - 0.06024016586522079 - - - -0.027162874583180216 - - -0.9993806624472309 - - 0.02237118170576027 - - -0.03283201223957754 - - - -0.0616814003215201 - - -0.020661152029672395 - - -0.9978820179015068 - - 0.5773996860419168 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.99540565120902 - - -0.04004502570466364 - - -0.08697117601515886 - - 0.04698372520763385 - - - -0.0388113400031025 - - -0.9991211499771291 - - 0.01583058923549927 - - 0.03509138673251541 - - - -0.08752867774798434 - - -0.012382390104190646 - - -0.9960850400377458 - - 0.5765405940220723 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999214823151885 - - -0.0284213934171818 - - -0.02760365174705907 - - 0.021423091219197877 - - - -0.026940971353333773 - - -0.9982522786457074 - - 0.05259821519017382 - - -0.030500875214324454 - - - -0.029050322822405796 - - -0.05181324709838941 - - -0.998234174013811 - - 0.5781778855562381 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998126984875814 - - -0.029631995500751636 - - -0.05352071473140201 - - 0.06022864510494557 - - - -0.027799537090155396 - - -0.9990122971765553 - - 0.03466433076803698 - - -0.032837321838633866 - - - -0.05449502546370404 - - -0.033111552857971426 - - -0.9979648877926741 - - 0.577316633945396 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965252835845357 - - -0.0386994701361248 - - -0.07375439097398753 - - 0.04698958297429286 - - - -0.03779560980173056 - - -0.999192775857769 - - 0.013612073808235557 - - 0.035069141942488405 - - - -0.07422163469283036 - - -0.01077718352950846 - - -0.9971835343900814 - - 0.5764258681206544 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993265436266499 - - -0.03138160105317439 - - 0.019017211113955906 - - -0.04723732881780201 - - - -0.03210539160041603 - - -0.9987220720240708 - - 0.03903161131865533 - - -0.023558035061807696 - - - 0.017768034032984624 - - -0.039615880241212 - - -0.999056994870321 - - 0.5794037379949871 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9987623233900289 - - -0.02695922029695015 - - -0.0417973900803848 - - 0.021419771653895414 - - - -0.026649350725567136 - - -0.9996132041466315 - - 0.00795325100889649 - - -0.03053826253078816 - - - -0.04199563646924587 - - -0.006829534148484034 - - -0.9990944519818221 - - 0.5783146051221675 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977688873326637 - - -0.03099304781864776 - - -0.05913271901282201 - - 0.06022237739584454 - - - -0.02793354746447974 - - -0.9982624365846865 - - 0.05188279705311165 - - -0.03280027901980745 - - - -0.060637978173649604 - - -0.050115254074141205 - - -0.9969009463894074 - - 0.5771718481405178 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9961318448545233 - - -0.039436064303301294 - - -0.07852480180802568 - - 0.047000777037229186 - - - -0.03778299642458671 - - -0.9990342546869141 - - 0.02242773156924288 - - 0.03508408443633565 - - - -0.07933342831306042 - - -0.01937407531801793 - - -0.9966598478707108 - - 0.5766903882230769 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994420504310086 - - -0.028260678934041928 - - 0.017802299189941737 - - -0.04723066680092602 - - - -0.02946898467197302 - - -0.9969886262988445 - - 0.07173045359641078 - - -0.023543112129787252 - - - 0.01572153849545968 - - -0.07221504730269737 - - -0.9972651704388387 - - 0.5792581007628219 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9990161257899965 - - -0.02912015521648657 - - -0.03344842255942042 - - 0.02141438739822292 - - - -0.027792607107793476 - - -0.9988333269127909 - - 0.03949121469995175 - - -0.030490869511158328 - - - -0.03455938948676093 - - -0.03852274144571733 - - -0.9986599255951993 - - 0.5781684781346461 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979799799438323 - - -0.02765897763376756 - - -0.05719213746279199 - - 0.0602267804210991 - - - -0.026359682848927084 - - -0.9993797998436168 - - 0.02334914954847476 - - -0.0328152880382937 - - - -0.05780248049532241 - - -0.021794417193120943 - - -0.9980901144825555 - - 0.5771964151063655 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951857262177233 - - -0.040549225673956045 - - -0.08922516814075174 - - 0.04700046565663142 - - - -0.03828569842568138 - - -0.9989037208384907 - - 0.026936254213929103 - - 0.03510729691638652 - - - -0.09021959669916849 - - -0.02339052783205671 - - -0.9956471802697872 - - 0.5765826824572398 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995569449650298 - - -0.02958277598719713 - - 0.0032822457354348454 - - -0.04723840499765716 - - - -0.02972416472950538 - - -0.9978461133252483 - - 0.05847741575026088 - - -0.023516355449855867 - - - 0.001545251859631871 - - -0.058549069049703466 - - -0.9982833358872135 - - 0.5793581891869108 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989774686977075 - - -0.02726632863245563 - - -0.03606333813206651 - - 0.021410436739432583 - - - -0.02597650670979528 - - -0.999022635446899 - - 0.03576303907513075 - - -0.030517575269846317 - - - -0.037003217880027583 - - -0.034789670703246074 - - -0.9987093874991282 - - 0.5782059472514751 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985856837309143 - - -0.02924344964284491 - - -0.044401046166154264 - - 0.06021381099702486 - - - -0.027711506199721337 - - -0.9990123022133568 - - 0.03473460019219713 - - -0.03282886283291696 - - - -0.045372950882716166 - - -0.033455054615937625 - - -0.9984097628973986 - - 0.577427387516766 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9949333930550834 - - -0.04016385188645623 - - -0.09216511479698651 - - 0.04700807195880144 - - - -0.03756681397138305 - - -0.9988513927366927 - - 0.02974272543009309 - - 0.035100207405636984 - - - -0.09325383569558089 - - -0.026129681008638682 - - -0.9952994332855061 - - 0.5766500659793692 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9986477875160787 - - -0.027200814301496505 - - -0.044302507723338165 - - 0.02143026740413043 - - - -0.026717219203275827 - - -0.9995772065349855 - - 0.011471633439059778 - - -0.03052170968851715 - - - -0.044595814683499664 - - -0.010272481543013268 - - -0.9989522958758664 - - 0.5782514917843721 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.997646585490386 - - -0.029015304421107033 - - -0.06212409008367352 - - 0.06022141686132655 - - - -0.02736458514642876 - - -0.9992537729641495 - - 0.027259433168648223 - - -0.03283275353413377 - - - -0.06286867215981061 - - -0.025495280470366182 - - -0.9976961064044501 - - 0.5772584578778047 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958157347253666 - - -0.039663876847754714 - - -0.08232739123028582 - - 0.0470045432531816 - - - -0.03796017118756369 - - -0.9990335577779694 - - 0.022157974566842643 - - 0.03510280281431835 - - - -0.08312669773778611 - - -0.018940097858779214 - - -0.9963589839090689 - - 0.5767738092600256 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990904684735266 - - -0.028292221315898987 - - -0.03190275878919063 - - 0.021426225713281552 - - - -0.027572702004675417 - - -0.9993603782157511 - - 0.02277236387890619 - - -0.030502892989476473 - - - -0.03252663384843961 - - -0.021872006434804612 - - -0.9992315214328491 - - 0.5782633992022786 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988932241681201 - - -0.029131561339584056 - - -0.03692802248883398 - - 0.060235133175510706 - - - -0.02775439498690703 - - -0.9989196317306588 - - 0.03727281719960824 - - -0.032835670964283074 - - - -0.03797394198563703 - - -0.03620664962410516 - - -0.998622580484273 - - 0.5774536086022409 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9945965098615392 - - -0.04041177930123248 - - -0.09562777141057711 - - 0.046985545848899926 - - - -0.03809776788577478 - - -0.9989382555763855 - - 0.02590215489357762 - - 0.03509910427130549 - - - -0.09657299132452478 - - -0.022118988216411194 - - -0.9950801011511168 - - 0.5766872618761485 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991964411370299 - - -0.02822788679738511 - - -0.02845449746609707 - - 0.021377681503312842 - - - -0.027190643168310775 - - -0.9989744720483593 - - 0.03620321974348772 - - -0.030508560116507183 - - - -0.029447256972215726 - - -0.03540043223826054 - - -0.998939271654767 - - 0.5782102283301737 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984344497262392 - - -0.030524441622290503 - - -0.046871185855591996 - - 0.06023766841596101 - - - -0.028429704251727993 - - -0.9985946918558132 - - 0.044725756713024936 - - -0.032827932750092076 - - - -0.04817054614618094 - - -0.043323202340556435 - - -0.997899142510373 - - 0.5772856993845666 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950414067177629 - - -0.04010242522225555 - - -0.09101864868492145 - - 0.04697838719993353 - - - -0.03843142218680446 - - -0.9990602990166961 - - 0.020038580722428662 - - 0.035087018022963073 - - - -0.09173671405623456 - - -0.016441241436190208 - - -0.9956475585638733 - - 0.5764856823024141 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989907740945465 - - -0.027757296850122234 - - -0.03531240214928562 - - 0.02140466990694764 - - - -0.026630100209472127 - - -0.9991330331848091 - - 0.03200030877595587 - - -0.03048048641408772 - - - -0.03617002953844729 - - -0.03102764042748401 - - -0.9988638618413875 - - 0.5781687331118949 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980841044896603 - - -0.029296844623359235 - - -0.05449601141540112 - - 0.06022425722390099 - - - -0.02766728620091733 - - -0.9991542045664281 - - 0.03042033483552349 - - -0.032814657193245486 - - - -0.05534113876086497 - - -0.028854295907950724 - - -0.9980504936967406 - - 0.5772539774635895 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9948212854440263 - - -0.03917610262174126 - - -0.09378615575268091 - - 0.046981435618640356 - - - -0.03810065010769127 - - -0.9991863090749357 - - 0.013231032407857229 - - 0.03507688892865692 - - - -0.0942281830922501 - - -0.009589199162457764 - - -0.9955044433705735 - - 0.5765574846922957 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9995675577847841 - - -0.026770744099075747 - - -0.012166539546806654 - - 0.021424876296059804 - - - -0.026918063343338093 - - -0.9995642815365773 - - -0.012110530215885242 - - -0.030508921541400096 - - - -0.011837030455576563 - - 0.012432792793561416 - - -0.9998526443298262 - - 0.5783386961495911 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980681130892679 - - -0.02998757310718301 - - -0.05441311508790469 - - 0.060229040849464344 - - - -0.027707570711209863 - - -0.998725625497373 - - 0.04218311866333608 - - -0.03281945218618562 - - - -0.055608741756233905 - - -0.0405939704146212 - - -0.9976270833363868 - - 0.5772047979731041 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9963178834517167 - - -0.040573159864830725 - - -0.07552809949200599 - - 0.047003301087484343 - - - -0.03840271105087412 - - -0.9988127689325974 - - 0.02997139304638981 - - 0.03511364253442516 - - - -0.07665446430727003 - - -0.02696055110306542 - - -0.996693143242184 - - 0.5765134439519193 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990560548536117 - - -0.028299474805198965 - - -0.032956622795534476 - - 0.021394384384963498 - - - -0.027582053692627517 - - -0.9993769014072564 - - 0.02202360660127683 - - -0.030519496412150758 - - - -0.03355934407038144 - - -0.02109380618524549 - - -0.9992141020653106 - - 0.5782458552319736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9981230792458804 - - -0.029950572961352086 - - -0.05341611981423527 - - 0.0602350419817779 - - - -0.0279637155972933 - - -0.9989029134979328 - - 0.037563280146114944 - - -0.03282262820026619 - - - -0.054482559472878174 - - -0.03599906366321967 - - -0.9978655811925052 - - 0.5773092480203074 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9952177530056237 - - -0.03906383616144609 - - -0.08953011117377872 - - 0.046989560627089755 - - - -0.03782993734064658 - - -0.9991649291884533 - - 0.01543826805817256 - - 0.03509768391854076 - - - -0.0900584251652239 - - -0.011977519951347817 - - -0.9958644581832284 - - 0.5767209395655231 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993033978083419 - - -0.030249915641060172 - - 0.021855473740271397 - - -0.04724417576832203 - - - -0.031114006347022764 - - -0.9987013652455894 - - 0.040342306151654225 - - -0.023578278787574968 - - - 0.0206067401046448 - - -0.040994214961444425 - - -0.9989468637530001 - - 0.5794737197992902 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9994245867693597 - - -0.028162196520755696 - - -0.018904656781354116 - - 0.021428195670155768 - - - -0.02783470491414821 - - -0.9994616363413699 - - 0.0173685544641014 - - -0.030507159263989392 - - - -0.01938361584526364 - - -0.01683235482505342 - - -0.9996704193221913 - - 0.5784186868811076 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983112150996015 - - -0.02899093719075637 - - -0.050341269026106764 - - 0.06022853421534967 - - - -0.027392775494129815 - - -0.9991075588279894 - - 0.03215154340780466 - - -0.032812294033995125 - - - -0.05122844578049815 - - -0.03071825928625132 - - -0.9982144233025975 - - 0.5772809059238191 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946417696951807 - - -0.04062429491310044 - - -0.09506532827720451 - - 0.04697221212803781 - - - -0.03816151919322045 - - -0.998890821006239 - - 0.027583077463309603 - - 0.035090918288932606 - - - -0.09608042688552484 - - -0.023807443632085173 - - -0.9950888187479549 - - 0.5765172212899556 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994389255046915 - - -0.02687498434425973 - - -0.019989232164434507 - - 0.021430955376528872 - - - -0.026432676220628178 - - -0.9994068977829977 - - 0.022071843864528668 - - -0.030516832404619557 - - - -0.020570556964829758 - - -0.021531091014170386 - - -0.9995565338218225 - - 0.5782049622606835 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978732296661362 - - -0.030462427222836153 - - -0.05762862173753551 - - 0.06020891471419572 - - - -0.028091610772739306 - - -0.9987430241382305 - - 0.0415118433632531 - - -0.03281846252420367 - - - -0.058820735458403245 - - -0.03980467639506387 - - -0.9974746657520767 - - 0.5771488358872513 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9979668264597559 - - -0.0385865408295383 - - -0.0507276271143638 - - 0.047039530702414255 - - - -0.03718241012351796 - - -0.9989066046091091 - - 0.028338377612492124 - - 0.03509700746469018 - - - -0.05176564172547341 - - -0.026394585336997796 - - -0.9983103947178145 - - 0.5766907407362936 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998975847461812 - - -0.028667110798371517 - - -0.03500647006523739 - - 0.021411586879630715 - - - -0.02722783556763267 - - -0.9987913145701288 - - 0.04092132585309853 - - -0.030521825641686342 - - - -0.03613725443716536 - - -0.039926265762620525 - - -0.998548943289209 - - 0.5781244488888597 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.99866898764479 - - -0.029692810673398212 - - -0.042173334120556245 - - 0.060235787477940166 - - - -0.028555030688190493 - - -0.9992185442387848 - - 0.027329673831215994 - - -0.032828594064353976 - - - -0.042951872356474095 - - -0.026089036847646994 - - -0.9987364511308454 - - 0.5773027114065304 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994753386165924 - - -0.039883223732709014 - - -0.0942073732576957 - - 0.04697778628383271 - - - -0.03794044649836044 - - -0.9990305901553501 - - 0.02232492896646207 - - 0.03509385943159221 - - - -0.09500643783940733 - - -0.01863352888046719 - - -0.9953022497565889 - - 0.5765267917166198 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989670694588484 - - -0.028175709455662935 - - -0.0356500144946725 - - 0.02141681227514481 - - - -0.027279387017336117 - - -0.999305508060633 - - 0.025383786235296836 - - -0.0304921304338235 - - - -0.036340462032817995 - - -0.024385056004670523 - - -0.9990419109641453 - - 0.5781227490085188 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9974036585759831 - - -0.029992711813342503 - - -0.06547044445645153 - - 0.06021574383812091 - - - -0.02718695622051421 - - -0.9986906757872537 - - 0.0433336302086742 - - -0.03281599467780121 - - - -0.06668441550098017 - - -0.04144117920233524 - - -0.9969131443589317 - - 0.5772671593217975 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9960722189847461 - - -0.03940947896066434 - - -0.07929077837209725 - - 0.046990612520430936 - - - -0.038164286128705885 - - -0.9991241387791105 - - 0.01715932904244499 - - 0.03508082322297574 - - - -0.07989757087102434 - - -0.014065855002437056 - - -0.99670383258617 - - 0.5764667279238385 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994538394142313 - - -0.031236406035715314 - - 0.010784702968732485 - - -0.04724641346241078 - - - -0.03163643744933407 - - -0.9987318829040887 - - 0.039163272288819974 - - -0.023543121899666033 - - - 0.009547706827622649 - - -0.039483072433966045 - - -0.9991746235195869 - - 0.5793218845890152 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9994239953847801 - - -0.026914282459545993 - - -0.02067120820878148 - - 0.02141905812560635 - - - -0.026794391931492346 - - -0.9996226265898062 - - 0.006055160668369862 - - -0.030533546907744943 - - - -0.02082637774901333 - - -0.00549780041343541 - - -0.9997679911761882 - - 0.5782293390175383 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998224298698637 - - -0.02928844068736571 - - -0.05186941998631484 - - 0.06022400008656771 - - - -0.028310458872035472 - - -0.9994091496032258 - - 0.019490243913604426 - - -0.03281639560708822 - - - -0.05240961177178138 - - -0.017987187980884257 - - -0.9984636666711871 - - 0.5773177924586083 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966575387809645 - - -0.03923063275114432 - - -0.071656875769286 - - 0.04701007085158965 - - - -0.038074210272927116 - - -0.9991228189654499 - - 0.017434079689706502 - - 0.0351041829400541 - - - -0.0722779696945271 - - -0.014647527998913275 - - -0.9972769650505116 - - 0.5766805288110759 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990886692390758 - - -0.02741884887670718 - - -0.03271143109631261 - - 0.021416874739555232 - - - -0.026660593536471336 - - -0.9993707351415156 - - 0.0233954374823479 - - -0.03050013417355619 - - - -0.0333323229069859 - - -0.02250201033204988 - - -0.9991909806341537 - - 0.5782928146677164 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982268359314916 - - -0.028684040679494937 - - -0.05215754822170856 - - 0.0602354666367192 - - - -0.02660221881821902 - - -0.9988382861457531 - - 0.04017959784968545 - - -0.03283570769952632 - - - -0.053249469294541975 - - -0.038720846319675574 - - -0.9978302411132557 - - 0.5773157108556366 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.997216756129669 - - -0.037972454416459786 - - -0.0641625591744153 - - 0.04700205847103357 - - - -0.03732263217329375 - - -0.9992394147024383 - - 0.011296602709925815 - - 0.03506860004303137 - - - -0.0645427178067168 - - -0.008870445914313952 - - -0.9978755196753771 - - 0.576589632985916 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9985313422913503 - - -0.027539369970740298 - - -0.046655563049317804 - - 0.02140886296999488 - - - -0.026479182743888312 - - -0.999380312694719 - - 0.023191452723386755 - - -0.030501351117469905 - - - -0.0472653291858837 - - -0.021921991237567877 - - -0.998641785104714 - - 0.5781994784579025 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998127569670834 - - -0.02984858976439386 - - -0.053389290612174706 - - 0.06021924651721765 - - - -0.028350194243918898 - - -0.9991886484411907 - - 0.02860614116931437 - - -0.03282464649085352 - - - -0.05419982610051799 - - -0.027038981403588354 - - -0.9981639506290187 - - 0.5772895991464698 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9962868090177508 - - -0.03823036899298821 - - -0.07714293917065608 - - 0.047008004356438385 - - - -0.037842631492362215 - - -0.9992626854510724 - - 0.006482338069234949 - - 0.03507198738564783 - - - -0.07733388273558268 - - -0.0035389760906995226 - - -0.9969989700241761 - - 0.5765690210598438 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993189013255785 - - -0.030008322006081917 - - 0.021476360581296372 - - -0.04725424033444532 - - - -0.030975066972852246 - - -0.998452090816188 - - 0.04619488684703018 - - -0.023561589649496048 - - - 0.020056886085977527 - - -0.04682865527817239 - - -0.9987015562045412 - - 0.5793670269341907 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9986307116250267 - - -0.030100702864824705 - - -0.04278608986967909 - - 0.021412077140468475 - - - -0.028538691900962976 - - -0.9989201704621453 - - 0.036661098025847605 - - -0.030515113684822903 - - - -0.043843413004402754 - - -0.035389839374069365 - - -0.9984113953702668 - - 0.5782199554848126 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9979966030108491 - - -0.030069537139226457 - - -0.055665099614016895 - - 0.06021369302095307 - - - -0.02782954849667057 - - -0.9987883505368386 - - 0.04058752348163215 - - -0.032824688584557726 - - - -0.05681810107067293 - - -0.038957075970011676 - - -0.9976242026046626 - - 0.5771805902360385 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969997639358159 - - -0.04034182193671383 - - -0.06606063967866176 - - 0.04700850092865454 - - - -0.03789385065215618 - - -0.9985627993080791 - - 0.03789976148691416 - - 0.03511227070213319 - - - -0.06749464271095586 - - -0.03528276124170803 - - -0.997095582160748 - - 0.5767580376572521 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993816384472763 - - -0.02928371550526885 - - 0.01946290678814262 - - -0.04727171890080489 - - - -0.03051026415232619 - - -0.9973506311355401 - - 0.06603667431734729 - - -0.02355297223073866 - - - 0.01747754318526293 - - -0.06658965820415803 - - -0.9976273617460885 - - 0.5793757847630285 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9993851788715887 - - -0.02643941375715416 - - -0.02302654233662877 - - 0.021408620762947795 - - - -0.026206740833059815 - - -0.9996029796274433 - - 0.010348422819270143 - - -0.030512390580197186 - - - -0.023291006562864244 - - -0.009738609762977612 - - -0.9996812934596572 - - 0.5782403460110073 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991316354636963 - - -0.03094984707188015 - - -0.027894120919412076 - - 0.06023559313862298 - - - -0.029842230375480255 - - -0.9987822923244739 - - 0.039285796737324394 - - -0.03282187221054117 - - - -0.029076043435383607 - - -0.03841925956205866 - - -0.9988385976687361 - - 0.5772851488090003 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950813823529157 - - -0.040585187651209505 - - -0.09036528668646197 - - 0.04699769809810224 - - - -0.03867877772445801 - - -0.998992696516447 - - 0.02274960352492209 - - 0.03510902460012595 - - - -0.09119755834643996 - - -0.01914248808580765 - - -0.9956488188621194 - - 0.5766762819789957 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998934688343851 - - -0.027387488413556066 - - -0.03714046178725616 - - 0.021412022419249273 - - - -0.027098146078672676 - - -0.99959855393836 - - 0.008271725541781178 - - -0.03050942043759421 - - - -0.03735209368257983 - - -0.007256475917204625 - - -0.9992758201091382 - - 0.578321848175578 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988134142729816 - - -0.029778488037459104 - - -0.03853576414906103 - - 0.06023487906511329 - - - -0.02828747930078357 - - -0.9988513725856779 - - 0.0386749789723993 - - -0.03282043566328585 - - - -0.039643183312606134 - - -0.03753900816365148 - - -0.9985085081675232 - - 0.5773721104584029 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972116484584826 - - -0.0394428439391483 - - -0.06334974538786588 - - 0.04702822441871654 - - - -0.037487938911682735 - - -0.9987923428303209 - - 0.0317570518101553 - - 0.03509893595585288 - - - -0.06452582905216626 - - -0.029293650600615437 - - -0.9974859895856282 - - 0.5766619067332589 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995098355860067 - - -0.0297151748926726 - - 0.009853778358154356 - - -0.04725766941365962 - - - -0.03021812264788866 - - -0.9979969489308447 - - 0.05557836798938096 - - -0.023523822292716195 - - - 0.00818251981182506 - - -0.055848888134176565 - - -0.9984057031406152 - - 0.5792885917191227 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9993665257324786 - - -0.026897335649077838 - - -0.023304089348783256 - - 0.02141675708292229 - - - -0.026563574966941967 - - -0.9995417386616581 - - 0.014515135486986361 - - -0.03051783702044389 - - - -0.023683828456794755 - - -0.013886900597713052 - - -0.9996230440828275 - - 0.5783104700317862 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980506044483497 - - -0.03103888063590954 - - -0.054144056452703794 - - 0.06021095700711954 - - - -0.02947505891932552 - - -0.9991316982435258 - - 0.029446060291835007 - - -0.032808706909567796 - - - -0.05501101582397933 - - -0.027792759018813746 - - -0.9980988681909905 - - 0.5772699866315856 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997910531663338 - - -0.020431135699976673 - - -0.0006470723006374193 - - -0.03634178518010809 - - - -0.020409905121166794 - - -0.9995073171960239 - - 0.02384446779763509 - - 0.03741842252845571 - - - -0.0011339230565091723 - - -0.023826278887325775 - - -0.9997154708480238 - - 0.5797263760024538 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.997067908275354 - - -0.037530029158525414 - - -0.06668645438745982 - - 0.04698185028828257 - - - -0.037375449384256555 - - -0.9992949363387906 - - 0.003564546391512215 - - 0.03506419766905101 - - - -0.06677321372178668 - - -0.0010616586139615075 - - -0.997767613630675 - - 0.5765337741436543 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989750983739321 - - -0.027863917542596702 - - -0.03567008449628788 - - 0.021419843147718925 - - - -0.026758137788226822 - - -0.9991576970790941 - - 0.031111066032968378 - - -0.03050441354442663 - - - -0.036506915658532604 - - -0.030124715214933116 - - -0.9988792452755839 - - 0.5781756643910414 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983137310997071 - - -0.028606626006784094 - - -0.05051094184718576 - - 0.06023702432241283 - - - -0.027319142440325215 - - -0.9992886222395863 - - 0.025998344540275765 - - -0.03281814654080748 - - - -0.051218734405557305 - - -0.024574588725300144 - - -0.9983850614041035 - - 0.5773054762054574 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.994574770556703 - - -0.03942918839596927 - - -0.09626195964407186 - - 0.04697092885358117 - - - -0.038339975939262465 - - -0.9991783643729153 - - 0.013139346027977079 - - 0.035099904885092396 - - - -0.09670094113843222 - - -0.009377380844420462 - - -0.99526930662582 - - 0.5766313014608734 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995770277315907 - - -0.028967616450173945 - - -0.002577368517364307 - - -0.04724609262242186 - - - -0.028685199056743615 - - -0.9966482432043384 - - 0.0766122618957377 - - -0.023541032718926828 - - - -0.004788004422897312 - - -0.07650592470457251 - - -0.9970576304801768 - - 0.5791997985491236 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9991862439722995 - - -0.030293013093095268 - - -0.02663049406732884 - - 0.02141587705195217 - - - -0.029285514495959182 - - -0.9988696058164171 - - 0.037441543996778764 - - -0.03051484932496963 - - - -0.027734608294249313 - - -0.03663118799462166 - - -0.9989439161278613 - - 0.5781435238891037 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9983498028543779 - - -0.03113012401049699 - - -0.048255429950587375 - - 0.060221108104528555 - - - -0.029144581354289007 - - -0.9987208898522975 - - 0.04131800515899955 - - -0.032819059041094334 - - - -0.04947994056492182 - - -0.03984343800084227 - - -0.997980077922383 - - 0.5772625733148835 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954946932993156 - - -0.03968186043775052 - - -0.08611425877925509 - - 0.04699413206197372 - - - -0.037621031163947834 - - -0.9989685993293071 - - 0.025424310574799578 - - 0.03511353700542958 - - - -0.08703432441894916 - - -0.02207005904481203 - - -0.9959608119131476 - - 0.5767270963000624 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9984882636794884 - - -0.027267315599093355 - - -0.047725054157538215 - - 0.021412738906901554 - - - -0.02622297640552958 - - -0.9994057142544017 - - 0.02237350719230166 - - -0.03050162045676453 - - - -0.04830675731981556 - - -0.021088191379736082 - - -0.9986099065108337 - - 0.5782024308476659 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982927838955069 - - -0.02915859212898165 - - -0.05060922966430498 - - 0.0602240280074059 - - - -0.02759728509006161 - - -0.9991296059588698 - - 0.03127971150973259 - - -0.03280813563063434 - - - -0.051477252042203464 - - -0.02982963294326505 - - -0.9982285737849094 - - 0.5771409511417019 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946604492091949 - - -0.04032778496043022 - - -0.09499610802105439 - - 0.04699450870846961 - - - -0.03877910315489864 - - -0.9990839852153107 - - 0.018093414403993886 - - 0.03508609694468029 - - - -0.09563875750690339 - - -0.014312939826542314 - - -0.9953132008649628 - - 0.5765964293493103 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993359304661178 - - -0.027604261446583886 - - -0.023784508180900256 - - 0.02140137991331461 - - - -0.027251075702434915 - - -0.9995153541442281 - - 0.01504778066691903 - - -0.030505589012672245 - - - -0.02418836398929928 - - -0.014389634461242692 - - -0.9996038522672841 - - 0.5782851315377169 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988690623995552 - - -0.02822592157984968 - - -0.038260861621266816 - - 0.06023549215037388 - - - -0.027319493889403235 - - -0.9993383601468488 - - 0.0240101477012041 - - -0.032815809443830384 - - - -0.038913255256537084 - - -0.02293772634711107 - - -0.9989792887119154 - - 0.5773313199060461 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959558801009862 - - -0.039788822032662256 - - -0.08055268172769314 - - 0.047002505919552934 - - - -0.037956333008591976 - - -0.9989874287403139 - - 0.024154378554574675 - - 0.03508426168280877 - - - -0.08143219066690255 - - -0.020999210939222364 - - -0.9964576415799719 - - 0.5766094948212307 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9989705166876877 - - -0.030391482826658933 - - 0.03367884440314496 - - -0.04721203702985301 - - - -0.031836629486512356 - - -0.9985574010814885 - - 0.043238244278907476 - - -0.023515630708013532 - - - 0.03231618498017495 - - -0.04426595211876548 - - -0.9984969652789871 - - 0.5794625043486308 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9992468728117732 - - -0.027284328534680213 - - -0.02759080630035333 - - 0.021429636653740713 - - - -0.026578586755168762 - - -0.9993181070500912 - - 0.025630053607442495 - - -0.03052284367749502 - - - -0.028271291127041746 - - -0.02487742627833602 - - -0.9992906723069999 - - 0.5782265413113646 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9978810471483036 - - -0.029086264180952708 - - -0.058201417321237146 - - 0.060230094530682156 - - - -0.027552403452724323 - - -0.9992560426994544 - - 0.026985666428770944 - - -0.03280662434320107 - - - -0.0589430301747652 - - -0.025324896142381672 - - -0.9979400627438477 - - 0.5771590045957093 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995948294532572 - - -0.04023789920694831 - - -0.08042329317475415 - - 0.04699295821209029 - - - -0.037812407156465666 - - -0.9987895616487471 - - 0.03145843935318179 - - 0.035102879706350266 - - - -0.08159176724826257 - - -0.02828998071607014 - - -0.9962642523489389 - - 0.5767080160741667 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9993997824978019 - - -0.029845951814955578 - - 0.017586753640327045 - - -0.04724216164171913 - - - -0.030701946642225607 - - -0.9982469855160763 - - 0.05059986541924337 - - -0.02354183771874036 - - - 0.01604572266132437 - - -0.05110944206628516 - - -0.9985641490239622 - - 0.5793891003651748 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9993202323809289 - - -0.028991480805566815 - - -0.022772070499332116 - - 0.021425140549225764 - - - -0.028162166421796378 - - -0.9989573723944247 - - 0.035931330635766416 - - -0.030499644708995417 - - - -0.023790030192438714 - - -0.03526559484151901 - - -0.9990947764270994 - - 0.5781915837069781 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980591869366445 - - -0.028604091173225533 - - -0.055314241742229465 - - 0.060250993291728686 - - - -0.02787452270513231 - - -0.9995145528527867 - - 0.01391652325313864 - - -0.03282021630644063 - - - -0.05568545910132252 - - -0.012347655795651507 - - -0.9983720073404639 - - 0.5773426090835873 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997318599687058 - - -0.021604551694956065 - - -0.008333757230205697 - - -0.03632919386924083 - - - -0.021548632360228297 - - -0.9997450656510961 - - 0.00674241423301944 - - 0.0374013214056786 - - - -0.008477299506078366 - - -0.006561025251122903 - - -0.9999425425196884 - - 0.5795955487389148 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.9953500374855828 - - -0.040171193262803426 - - -0.08754757626166237 - - 0.04698240913021736 - - - -0.03798723352968508 - - -0.9989275394217625 - - 0.026471514379519404 - - 0.03510143087681483 - - - -0.08851707725750022 - - -0.023022732605545097 - - -0.9958085563084724 - - 0.5767468040620662 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992631650532198 - - -0.02653656199506527 - - -0.027729728547242205 - - 0.02141698041493736 - - - -0.02615680370130503 - - -0.9995602449295715 - - 0.013969193837380312 - - -0.030530116200144494 - - - -0.028088228636798676 - - -0.013233579780881896 - - -0.9995178456527076 - - 0.5782746449572616 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987935183092499 - - -0.027103431264681385 - - -0.04095011351768003 - - 0.0602485905709488 - - - -0.026896913200739087 - - -0.9996226061156668 - - 0.00558582158640854 - - -0.03285080648705763 - - - -0.04108605412669968 - - -0.00447765074609129 - - -0.9991455783818967 - - 0.5774165423622533 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950728943519295 - - -0.039583252709083305 - - -0.09090160081672179 - - 0.04698935129853453 - - - -0.038110556687607086 - - -0.9991135405930258 - - 0.017880673159291934 - - 0.035108067907059705 - - - -0.09152879544184155 - - -0.014328262582657576 - - -0.9956993424203556 - - 0.5766104172840768 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989535603665202 - - -0.02786247528730757 - - -0.0362693631308471 - - 0.021413783155803785 - - - -0.026255712965370187 - - -0.9986843555525503 - - 0.04404765046251713 - - -0.03048680811713094 - - - -0.0374489221171073 - - -0.04304927926751119 - - -0.9983708418152122 - - 0.5781460352295662 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987385475964035 - - -0.03014578376120661 - - -0.04015650963977354 - - 0.06023487347497638 - - - -0.028612502684879176 - - -0.9988594285975992 - - 0.03822520885208715 - - -0.03281742168746826 - - - -0.04126303715354016 - - -0.03702801133061931 - - -0.998461961289345 - - 0.5773589213073149 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950728943519295 - - -0.039583252709083305 - - -0.09090160081672179 - - 0.04698935129853453 - - - -0.038110556687607086 - - -0.9991135405930258 - - 0.017880673159291934 - - 0.035108067907059705 - - - -0.09152879544184155 - - -0.014328262582657576 - - -0.9956993424203556 - - 0.5766104172840768 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989535603665202 - - -0.02786247528730757 - - -0.0362693631308471 - - 0.021413783155803785 - - - -0.026255712965370187 - - -0.9986843555525503 - - 0.04404765046251713 - - -0.03048680811713094 - - - -0.0374489221171073 - - -0.04304927926751119 - - -0.9983708418152122 - - 0.5781460352295662 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987385475964035 - - -0.03014578376120661 - - -0.04015650963977354 - - 0.06023487347497638 - - - -0.028612502684879176 - - -0.9988594285975992 - - 0.03822520885208715 - - -0.03281742168746826 - - - -0.04126303715354016 - - -0.03702801133061931 - - -0.998461961289345 - - 0.5773589213073149 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971960831400081 - - -0.03879893389118748 - - -0.06398917485898184 - - 0.047020355717988536 - - - -0.03744001825467268 - - -0.999049999525255 - - 0.022301199108538387 - - 0.03509891187619564 - - - -0.06479364786239364 - - -0.0198429125255382 - - -0.9977013791807592 - - 0.5766056434070063 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9995722482397131 - - -0.027219170971518547 - - 0.010697536194310258 - - -0.04720455539226196 - - - -0.028031318795567854 - - -0.9959854571385061 - - 0.08501302450320725 - - -0.023535532598756494 - - - 0.00834060642798712 - - -0.08527652607971853 - - -0.9963224118648486 - - 0.5792296934068447 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9992373005997526 - - -0.027412384197018993 - - -0.02780967965933264 - - 0.021422803085423197 - - - -0.026721633437831554 - - -0.9993324176873238 - - 0.024913315026747783 - - -0.030499215494515397 - - - -0.02847404777220546 - - -0.024151193590438498 - - -0.9993027311338757 - - 0.5782815355638519 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977958278389653 - - -0.02987266934923822 - - -0.05925461647083092 - - 0.060224614783172224 - - - -0.028351358127482615 - - -0.9992506325408812 - - 0.02635097453561311 - - -0.032817161590364456 - - - -0.05999738693877766 - - -0.024612943598854416 - - -0.9978950428616823 - - 0.5772738669724296 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.995521597580401 - - -0.03922696128705469 - - -0.08601159374845914 - - 0.04701636739885405 - - - -0.03922015152092585 - - -0.999229026826221 - - 0.0017696504171419644 - - 0.03509723166970679 - - - -0.08601469912544994 - - 0.0016116625289388942 - - -0.9962925645001326 - - 0.5766688214825484 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992490182647831 - - -0.030159071412210813 - - 0.024327554509660943 - - -0.04723617816635104 - - - -0.03151951346281628 - - -0.9978405536432514 - - 0.05762594707245521 - - -0.023552703721737418 - - - 0.022537075407751992 - - -0.05834946372061387 - - -0.9980417928702098 - - 0.5793895112881677 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989897788288677 - - -0.02861246835033864 - - -0.03465181741771609 - - 0.02141755294864632 - - - -0.02788627308270269 - - -0.9993849514577353 - - 0.02126204537144742 - - -0.030483545358160644 - - - -0.035238864468180496 - - -0.02027425595974923 - - -0.9991732467276495 - - 0.5782561900745313 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986085275662405 - - -0.027732952380537048 - - -0.04485411936761321 - - 0.060235194385179894 - - - -0.027427920758258856 - - -0.9995963794736363 - - 0.007401844775285209 - - -0.032814084491593926 - - - -0.04504129033302557 - - -0.006161290080625053 - - -0.9989661258869988 - - 0.5773056620068686 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9964345001690572 - - -0.03894632027647861 - - -0.0748429756875231 - - 0.04700131767691615 - - - -0.03753181519556578 - - -0.9990909532363753 - - 0.020214598916560356 - - 0.03509938494100842 - - - -0.07556222416635922 - - -0.017333531035350444 - - -0.9969904207066786 - - 0.5767066982339238 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989770408180367 - - -0.028376276420721942 - - -0.03520878945566615 - - 0.02142949417398258 - - - -0.02694201306987736 - - -0.9988136968717222 - - 0.04056262902212245 - - -0.03051304496185067 - - - -0.03631803753207495 - - -0.03957253944263058 - - -0.998556465239638 - - 0.578180349140168 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988893725931445 - - -0.028305507303312084 - - -0.03766722151654431 - - 0.06024048994618298 - - - -0.027650299139423094 - - -0.9994591025544867 - - 0.017803462541884734 - - -0.03282799119109254 - - - -0.03815078345164999 - - -0.01674217958576543 - - -0.9991317316273881 - - 0.5773647889827705 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9973741734717783 - - -0.03922671971674111 - - -0.06087711024475035 - - 0.0470059640476979 - - - -0.03774872415468777 - - -0.9989684091799805 - - 0.025241855817531706 - - 0.03511476265665792 - - - -0.06180446517995724 - - -0.022877541840940884 - - -0.9978260500523807 - - 0.5767193588809352 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9992837164626911 - - -0.0325098817395653 - - 0.019369088821922228 - - -0.04721991311930046 - - - -0.0331929733340567 - - -0.9987983561315283 - - 0.03605648776851706 - - -0.02357554056939137 - - - 0.01817362192180291 - - -0.03667357874868633 - - -0.9991620329496149 - - 0.5794418406864722 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989937502002992 - - -0.02719904030418855 - - -0.0356608926875557 - - 0.021426594650846363 - - - -0.026402329905568615 - - -0.999395328111675 - - 0.022625099427733615 - - -0.030500236673567604 - - - -0.03625471053945616 - - -0.02166080227250232 - - -0.9991078047981667 - - 0.578184572926497 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991624310002359 - - -0.027771395016765114 - - -0.03005305469534521 - - 0.06025982498626 - - - -0.027364394096473163 - - -0.9995292900352684 - - 0.013870410856442472 - - -0.03282535122275214 - - - -0.030424109081968558 - - -0.013036409797808835 - - -0.9994520626854263 - - 0.5774444584802286 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957006604869553 - - -0.03999600886738412 - - -0.0835494702587704 - - 0.04698646563735744 - - - -0.037792150306606626 - - -0.9988989743467737 - - 0.02779554684058763 - - 0.035099513939376194 - - - -0.08456919108661191 - - -0.024518530209712397 - - -0.9961159036956053 - - 0.5765261875681087 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991738242241509 - - -0.027833880722287346 - - -0.02961324145079595 - - 0.021409440850930463 - - - -0.026925379854324208 - - -0.9991675275073572 - - 0.030647608300411612 - - -0.030506225358927712 - - - -0.030441631115727206 - - -0.0298249402140656 - - -0.999091477311383 - - 0.5782351772316113 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9990499381657522 - - -0.02936710369882558 - - -0.032199289919954355 - - 0.060246508098588794 - - - -0.028294421859507944 - - -0.9990455389562432 - - 0.0332781727753542 - - -0.032830905111512834 - - - -0.03314584050289038 - - -0.032335496160915043 - - -0.9989273091398517 - - 0.5773333564934534 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9938799597112106 - - -0.03954674548027331 - - -0.1031439799811937 - - 0.04696083050611442 - - - -0.038805450371275314 - - -0.9992045743148182 - - 0.009184535362579217 - - 0.03507869909900864 - - - -0.10342515509258324 - - -0.005125777039870396 - - -0.9946240313323491 - - 0.5764933533839455 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.999388553303974 - - -0.031364353153698545 - - 0.015453053945421635 - - -0.04724132217008 - - - -0.03200326322058666 - - -0.9985625116686774 - - 0.042996528152585936 - - -0.023583604964530172 - - - 0.014082282067331146 - - -0.043464786220483706 - - -0.9989557055698634 - - 0.5794592300525292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9988268722267731 - - -0.029215667663371882 - - -0.03861766539635644 - - 0.021424090677903032 - - - -0.027846938040349784 - - -0.9989809867581595 - - 0.03551810999294095 - - -0.030516051926416984 - - - -0.03961599878153345 - - -0.0344010589761004 - - -0.9986226213048972 - - 0.5782370633300953 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980364661831929 - - -0.02960230757077092 - - -0.05519887276974065 - - 0.06022140454916815 - - - -0.027951748180690943 - - -0.9991457423017565 - - 0.030438222909953516 - - -0.03281648284118538 - - - -0.05605276034423084 - - -0.028835551438428517 - - -0.9980113220956137 - - 0.5772457896809954 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966914701689359 - - -0.03875066556009858 - - -0.07144577811973614 - - 0.047014184501842825 - - - -0.037867605728746076 - - -0.9991892086643694 - - 0.013673687324305723 - - 0.03509217554047041 - - - -0.07191771498634682 - - -0.010922966965070972 - - -0.9973507562857823 - - 0.5766776917562153 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.998665322002356 - - -0.027971548398432376 - - -0.04341851114587864 - - 0.021431680989639382 - - - -0.026450942929016695 - - -0.9990298263366243 - - 0.03521013643797148 - - -0.03051110585041639 - - - -0.04436126968535204 - - -0.03401468168319116 - - -0.9984363170387459 - - 0.5782011927344644 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985008580559834 - - -0.03075252619454195 - - -0.0452804438374754 - - 0.06022693498734349 - - - -0.028798666486877362 - - -0.9986518071087035 - - 0.04318801879109264 - - -0.03281543524233281 - - - -0.04654753774414239 - - -0.04181925742019071 - - -0.9980403180427044 - - 0.5772884199846532 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9958111738618157 - - -0.03968941023078671 - - -0.08237024175929564 - - 0.046988633676867876 - - - -0.037962059328960136 - - -0.9990273612650628 - - 0.022432420628864084 - - 0.03510785230592086 - - - -0.08318045481636296 - - -0.019211511114383985 - - -0.996349301087347 - - 0.5764489608810124 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991857810300828 - - -0.029399710701167092 - - -0.02763027321600539 - - 0.021424443314019662 - - - -0.028547647152109425 - - -0.9991195779662664 - - 0.03074249122287613 - - -0.030497280912761927 - - - -0.02850976726285366 - - -0.029928680812853048 - - -0.9991453684201416 - - 0.5782592169415914 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9989722693097035 - - -0.03052307591898258 - - -0.033507416890372774 - - 0.06022353300814256 - - - -0.028774324204424197 - - -0.9982590651609643 - - 0.05148666905653318 - - -0.03281388633936324 - - - -0.035020614169370315 - - -0.05046960134974626 - - -0.9981114045650408 - - 0.5772334566383612 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956204296501099 - - -0.04083409534681543 - - -0.084098375255042 - - 0.04699366343604269 - - - -0.038020969235210304 - - -0.9986713122555118 - - 0.034785283903826285 - - 0.03509087451938241 - - - -0.08540706037410413 - - -0.03143543756752545 - - -0.9958501128700006 - - 0.5765518127922364 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992064490400372 - - -0.028466227230008512 - - -0.027859398846515355 - - 0.021413448879596092 - - - -0.02732618872931716 - - -0.9988066075054688 - - 0.040480121207165494 - - -0.030503787342076517 - - - -0.028978467977611225 - - -0.03968670697735694 - - -0.9987918770609644 - - 0.5782057549114683 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980374681198535 - - -0.030344869685456896 - - -0.05477591726922553 - - 0.06023223316067336 - - - -0.028706007164188266 - - -0.9991236199625663 - - 0.03046238968939441 - - -0.03281148260362597 - - - -0.05565228999423089 - - -0.028830208404928157 - - -0.9980338880527695 - - 0.577341644725373 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965933611571786 - - -0.039826574726545105 - - -0.0722185325452434 - - 0.04701323567643978 - - - -0.0377685332633142 - - -0.998846749718151 - - 0.029643017265858607 - - 0.035088901523159285 - - - -0.07331582634448984 - - -0.02681444616315954 - - -0.9969482308948586 - - 0.576697821441986 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992683382114663 - - -0.027812540689089213 - - -0.02625358696468777 - - 0.021430655354903197 - - - -0.026927588193585705 - - -0.9990765692318059 - - 0.03348005086735135 - - -0.030507025078136706 - - - -0.02716050887173011 - - -0.03274860901506394 - - -0.9990945077245728 - - 0.5781954220753847 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982111262636573 - - -0.028950518207816262 - - -0.05231075318650651 - - 0.060230315573670326 - - - -0.027633975669536178 - - -0.9992872136334647 - - 0.02571824366792708 - - -0.03283384420575057 - - - -0.05301802327639333 - - -0.024226682896473634 - - -0.9982996328977081 - - 0.5773379104972084 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9959892135085731 - - -0.039082375381038044 - - -0.080486362255662 - - 0.04699530711010158 - - - -0.03792184691336508 - - -0.9991542362477746 - - 0.01589797832445702 - - 0.035087336939986 - - - -0.08103962056459374 - - -0.01278202341967943 - - -0.9966289177903904 - - 0.5765426513742972 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992908659646293 - - -0.028169762579259367 - - -0.02498458876766588 - - 0.021409461727652644 - - - -0.02785203535954311 - - -0.99952784399496 - - 0.01297509942614041 - - -0.0305408206058235 - - - -0.025338297614322425 - - -0.012270026691724343 - - -0.99960363000491 - - 0.5783944215420532 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985866829887131 - - -0.02886762995243113 - - -0.04462394534920607 - - 0.06022898109816287 - - - -0.02737914451943658 - - -0.9990597617189299 - - 0.03361510017087732 - - -0.03282342744206826 - - - -0.04555237648008318 - - -0.03234582592922636 - - -0.9984381445748014 - - 0.5771506830243855 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: - - - 0.9997288987505787 - - -0.020761798899089183 - - -0.010539293592497515 - - -0.03634562413756504 - - - -0.020620165920516548 - - -0.9996979280086763 - - 0.013373910892887204 - - 0.03739139210120711 - - - -0.01081377641554734 - - -0.013152963226372157 - - -0.999855020389457 - - 0.5796513717892117 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - base_right_marker_pose: - - - 0.995418533769071 - - -0.039636433214669066 - - -0.08701089466872496 - - 0.046994493518072354 - - - -0.03853387778134285 - - -0.9991547478060014 - - 0.014315383329105077 - - 0.035090993600046395 - - - -0.08750475925437086 - - -0.010896930702990033 - - -0.9961044995426384 - - 0.576718534837462 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989052362957652 - - -0.02759400121454204 - - -0.037774329879871636 - - 0.021414062612922204 - - - -0.02605756616388936 - - -0.9988364849157034 - - 0.040579300719168404 - - -0.03050347691330905 - - - -0.0388501241505872 - - -0.039550568873456496 - - -0.9984620274979267 - - 0.5782347224462795 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984688648431762 - - -0.0297039717994672 - - -0.0466647618456959 - - 0.06024882240023268 - - - -0.02741327856195352 - - -0.998423291209952 - - 0.048984117099034705 - - -0.03280474573939378 - - - -0.04804620793843983 - - -0.047629881679715116 - - -0.997708853460724 - - 0.5773324165524107 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969676690995409 - - -0.03874263856332758 - - -0.06748684855125113 - - 0.04702909787690653 - - - -0.037716621169314256 - - -0.9991536922041359 - - 0.016412063929112247 - - 0.03509478429281775 - - - -0.06806558056608773 - - -0.013816921219801267 - - -0.9975851690107502 - - 0.5767488731263357 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994555089329529 - - -0.029284067903497458 - - -0.015202928355928328 - - 0.021442439477936014 - - - -0.029232147147485687 - - -0.9995660716537175 - - 0.0036262889987835442 - - -0.030518043346604695 - - - -0.015302523867646274 - - -0.0031799002780439956 - - -0.9998778530388107 - - 0.578159438883154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9985947391749922 - - -0.029956045609394782 - - -0.04371707016117597 - - 0.06025146285263618 - - - -0.028903974108548284 - - -0.9992818369681654 - - 0.024502460820509296 - - -0.032816752058144896 - - - -0.0444196710114077 - - -0.023204431408161724 - - -0.9987434341162207 - - 0.5774194142162303 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972199468384486 - - -0.03884439040341907 - - -0.06358844990804985 - - 0.047009091046670136 - - - -0.03750804185848808 - - -0.9990524368096224 - - 0.022076578102065782 - - 0.03510123802489577 - - - -0.06438574705215205 - - -0.01963012580044939 - - -0.997731994945333 - - 0.5766293634282693 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993166695311634 - - -0.027763545934752686 - - -0.02440039987935751 - - 0.021418248820638808 - - - -0.027002350839073763 - - -0.9991548709947664 - - 0.030990592388594217 - - -0.030509844675104293 - - - -0.02524018712900609 - - -0.030310547414411686 - - -0.9992217990361961 - - 0.5783143847343696 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987570110566822 - - -0.02960733842736214 - - -0.04009785999738688 - - 0.06022989372999628 - - - -0.028200635861896178 - - -0.9989821698055367 - - 0.03520438250569356 - - -0.03282919830857605 - - - -0.04109935525172054 - - -0.03402983869885505 - - -0.9985753917837268 - - 0.5772206879410284 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9951586381339441 - - -0.03986473229437174 - - -0.08983366889141223 - - 0.04700460474547029 - - - -0.03860697684510087 - - -0.9991311907531921 - - 0.015696018698712743 - - 0.03511278097136703 - - - -0.09038133815271632 - - -0.012151822217534684 - - -0.9958330919037175 - - 0.5767904307663017 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994735814834488 - - -0.030163737275512074 - - 0.011946081793694946 - - -0.04724324771449754 - - - -0.03075190794811295 - - -0.9981437784961662 - - 0.05256726744797126 - - -0.023544172664630547 - - - 0.01033828197519075 - - -0.052906959872682485 - - -0.998545929601053 - - 0.5793408198856225 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9989535546983871 - - -0.030617752474624463 - - -0.03397570880583769 - - 0.021427315626273386 - - - -0.02955935459890318 - - -0.9990750841498522 - - 0.03122852520792815 - - -0.03052191223514906 - - - -0.03490043138920707 - - -0.03019154624010718 - - -0.998934647724504 - - 0.578282259904225 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984525782314594 - - -0.029865714421876067 - - -0.04690936073986094 - - 0.06021343778689043 - - - -0.027841135497342195 - - -0.9986769095782756 - - 0.04323541892248412 - - -0.0328130478810144 - - - -0.048138552088425914 - - -0.04186250562561932 - - -0.9979630305905998 - - 0.5771958914377067 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.996667025110635 - - -0.03945399105265434 - - -0.0714018462445758 - - 0.04701031974867878 - - - -0.03771218978620643 - - -0.9989611697377122 - - 0.02558069775812683 - - 0.035109633303191085 - - - -0.07233693246638342 - - -0.022802717958185587 - - -0.9971195536419266 - - 0.5766764374124551 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991813466145291 - - -0.02825148465726064 - - -0.028956695119382887 - - 0.021423228587384553 - - - -0.027632784474133722 - - -0.9993858585124442 - - 0.02154843445707705 - - -0.030514323244764083 - - - -0.029547686877019665 - - -0.02073063964294006 - - -0.9993483750825897 - - 0.5782264897078221 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987803107676098 - - -0.029261910707146517 - - -0.039769729754222743 - - 0.06024269162613137 - - - -0.028205927408960253 - - -0.9992412171793729 - - 0.02685917997418208 - - -0.03282776748940537 - - - -0.04052550409257595 - - -0.025704678011055165 - - -0.9988478127554719 - - 0.5774115682917234 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957356064380856 - - -0.0395396947923513 - - -0.08334995265208969 - - 0.04697517240599864 - - - -0.03871243408912995 - - -0.9991840008063005 - - 0.011518679594874683 - - 0.03506663323100816 - - - -0.08373738423352295 - - -0.00824287986339242 - - -0.9964537648146475 - - 0.5763290883760487 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990419711557263 - - -0.02752518662508649 - - -0.034022110024730726 - - 0.021414817131275785 - - - -0.02633048625023525 - - -0.9990376471346368 - - 0.03507827107363104 - - -0.030503840756346066 - - - -0.03495490470744979 - - -0.03414884637792509 - - -0.9988052918001337 - - 0.578219353423596 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9982522352794925 - - -0.02908039058380914 - - -0.05144711501133697 - - 0.06022113467582704 - - - -0.027419654506872792 - - -0.9990891169552448 - - 0.03269707828405186 - - -0.032813665081067325 - - - -0.052351096514021166 - - -0.03122926936517712 - - -0.9981403185067205 - - 0.5771957334624683 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9972121427049255 - - -0.039903711486168766 - - -0.06305264666514657 - - 0.04703414573838239 - - - -0.03831220312149494 - - -0.9989209215865048 - - 0.026252000090399713 - - 0.035088319160103354 - - - -0.06403216015275862 - - -0.02376312745405445 - - -0.9976648717078169 - - 0.5766364717900202 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994198244834226 - - -0.029488660179440483 - - -0.017042105220489007 - - 0.021387832954130492 - - - -0.028990982554400406 - - -0.9991662172635363 - - 0.028747055671948466 - - -0.030511510358262932 - - - -0.017875607963232714 - - -0.028236309958936463 - - -0.9994414307201035 - - 0.5781985853421462 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9992550403512956 - - -0.03009611902578656 - - -0.024157565111497668 - - 0.060250955550115455 - - - -0.02894308147363143 - - -0.998487765327213 - - 0.04673842666029451 - - -0.0328129337452994 - - - -0.025527678455772165 - - -0.04600441404316204 - - -0.9986150066573226 - - 0.5773419895462043 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9971900989088432 - - -0.03797336176497884 - - -0.06457499852448688 - - 0.047006242235347134 - - - -0.03781006886935427 - - -0.9992779097689881 - - 0.0037493652552896993 - - 0.035071833534696145 - - - -0.06467074555211287 - - -0.0012972447683184164 - - -0.9979058131034942 - - 0.5765633650474861 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: - - - 0.9994945476466941 - - -0.030639924175442028 - - 0.00847609999077162 - - -0.047249373247534726 - - - -0.030830974418151816 - - -0.99925040665971 - - 0.023411018919121878 - - -0.023540285136733303 - - - 0.007752434518115173 - - -0.023660512186497094 - - -0.999689991908549 - - 0.5794151347463851 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_inside_marker_pose: - - - 0.9994484770411283 - - -0.02876717688294617 - - -0.016588890088084108 - - 0.0214306306966586 - - - -0.02834139530790083 - - -0.9992766927039664 - - 0.02535461951251898 - - -0.03053321338096488 - - - -0.017306272047166723 - - -0.02487048356603866 - - -0.9995408705976067 - - 0.5782217984462644 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984945582206902 - - -0.028716611835706805 - - -0.046733001276893824 - - 0.060233249056717855 - - - -0.02771610959067223 - - -0.9993755141894993 - - 0.021918004189080003 - - -0.032807604443413234 - - - -0.047333227999225486 - - -0.02058975092496326 - - -0.9986669252979304 - - 0.5772247932043155 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9956235847616294 - - -0.039317558972647736 - - -0.08478093549162519 - - 0.046993744303056834 - - - -0.03816433658298984 - - -0.9991561528577521 - - 0.015181094152822837 - - 0.03510417285171562 - - - -0.08530627690611639 - - -0.011879047223114152 - - -0.9962839591991273 - - 0.5767423761295534 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.99938937511174 - - -0.028302507518006077 - - -0.020490119129942287 - - 0.02143468139832209 - - - -0.02801798202530489 - - -0.9995087806586763 - - 0.01404243815856457 - - -0.030521007034989205 - - - -0.020877490198673528 - - -0.01345977170685402 - - -0.9996914348680822 - - 0.5782836928032401 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9988008530410984 - - -0.028632788410389652 - - -0.03971170346660848 - - 0.060237924941999324 - - - -0.02754901496244442 - - -0.9992400475166041 - - 0.02757497440823489 - - -0.03282591927900855 - - - -0.040471072866592024 - - -0.026447889648545716 - - -0.9988306169687463 - - 0.5772867154641134 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9950841342354803 - - -0.03973472816591947 - - -0.0907122768450067 - - 0.047013011478549374 - - - -0.03854147348348767 - - -0.9991463695250498 - - 0.014868997499331927 - - 0.03510765426367192 - - - -0.09122565765477532 - - -0.011299718690923615 - - -0.9957661350653378 - - 0.5767419949991868 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994820365463423 - - -0.027819654438143375 - - -0.016177930897314067 - - 0.021430195213054816 - - - -0.027254341681291552 - - -0.9990442620059319 - - 0.034172553497533176 - - -0.03050946408408955 - - - -0.017113137663660443 - - -0.03371393450733157 - - -0.999284999957139 - - 0.5781865529713766 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987198465071102 - - -0.028084239582462527 - - -0.04207069859045829 - - 0.06025398740758628 - - - -0.026982868556624115 - - -0.9992839942385692 - - 0.026522135341388985 - - -0.032812148420136245 - - - -0.042785429731046175 - - -0.02535299480704112 - - -0.998762550688122 - - 0.5773313843822346 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9953130012035448 - - -0.040429164830508485 - - -0.08784937260049092 - - 0.04699852486729555 - - - -0.03857054960607237 - - -0.9989968035997897 - - 0.022753002010463527 - - 0.035114646196234334 - - - -0.08868112729480732 - - -0.019257960133675173 - - -0.9958738818912822 - - 0.5766260836767253 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9990406309606071 - - -0.028385533799920256 - - -0.033347850916148586 - - 0.021421714124062855 - - - -0.02705916012074715 - - -0.9988502034618022 - - 0.03957363892639379 - - -0.03050302167261277 - - - -0.034432826537939845 - - -0.03863330836480883 - - -0.9986600262058145 - - 0.5781558538328093 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.998628646597712 - - -0.028402809733934366 - - -0.043978478755409105 - - 0.06023736222096763 - - - -0.027421122726045168 - - -0.9993646772229473 - - 0.022766728959552868 - - -0.03283550492558515 - - - -0.04459717729705789 - - -0.02152956846507837 - - -0.9987730320041899 - - 0.577434804702373 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957650387666509 - - -0.03986269451832851 - - -0.08284294270358047 - - 0.047012324887514036 - - - -0.03761714513560349 - - -0.9988859281775327 - - 0.028493032143956477 - - 0.035129908243289244 - - - -0.08388645875167958 - - -0.02525605025826518 - - -0.9961552057603551 - - 0.5768188029551187 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9994376418792392 - - -0.027742059086582904 - - -0.018835555540041918 - - 0.0214209043875766 - - - -0.02733705182001193 - - -0.9993965457112393 - - 0.02142965277911063 - - -0.030512577390814297 - - - -0.019418691836873128 - - -0.020902693081988374 - - -0.9995929130547421 - - 0.5782451483800938 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980003603695605 - - -0.030634788010721132 - - -0.05528824889400596 - - 0.06022170188770823 - - - -0.02820014760553437 - - -0.9986205777747713 - - 0.04429100721150412 - - -0.032810895759373446 - - - -0.0565688286713933 - - -0.04264330437854943 - - -0.9974876020354471 - - 0.5772289289032053 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9965942276785398 - - -0.039540426695898565 - - -0.07236366501581515 - - 0.04699645301866153 - - - -0.03778469139652099 - - -0.9989611729323082 - - 0.025473360001709598 - - 0.035104598971609155 - - - -0.07329571920572517 - - -0.022652364786337385 - - -0.9970529614397132 - - 0.5766229470337122 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9993981847323729 - - -0.027500941065362664 - - -0.021141584476034123 - - 0.021417886776752226 - - - -0.026915060779358648 - - -0.9992589918283673 - - 0.02751448261186524 - - -0.030509401278530586 - - - -0.021882592553928968 - - -0.026928896945004152 - - -0.9993978120110352 - - 0.5782618252639736 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9980433111742886 - - -0.031029259221996588 - - -0.05428382901377189 - - 0.060210501640602807 - - - -0.028146521245786014 - - -0.9981931577823915 - - 0.05308665649838987 - - -0.0328184908923748 - - - -0.055832986325493994 - - -0.05145488148418634 - - -0.9971133700885899 - - 0.5771057228948184 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9946620351407266 - - -0.039168533820914175 - - -0.09546340559621692 - - 0.04699411988906574 - - - -0.0383868186170795 - - -0.9992127951728759 - - 0.010012098644578523 - - 0.03507963100781909 - - - -0.09578041556689633 - - -0.0062941179786555135 - - -0.9953825877885871 - - 0.5766737856023457 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999494635255805 - - -0.02749767730541772 - - -0.015948411760194958 - - 0.02140596113765254 - - - -0.027199870310976763 - - -0.9994569787533011 - - 0.018598781583469035 - - -0.0304942640370853 - - - -0.016451174728014245 - - -0.0181555876834284 - - -0.9996998216894598 - - 0.5780844883621292 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9991478230020806 - - -0.030211848438094303 - - -0.028122446624658765 - - 0.0602386980461789 - - - -0.029199939764030222 - - -0.9989350484901657 - - 0.03572299561524334 - - -0.03282056952859809 - - - -0.029171755311948044 - - -0.03487137955262606 - - -0.9989659631739791 - - 0.5773402617207318 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9957612124470865 - - -0.039117789936809345 - - -0.08324305554439937 - - 0.04696985672515164 - - - -0.03803065450285958 - - -0.9991698195626744 - - 0.01460619708127097 - - 0.03508422514170293 - - - -0.083745310937344 - - -0.011378496629716076 - - -0.9964222261222675 - - 0.576464500205532 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9992005746954912 - - -0.028732022458990526 - - -0.02779716556802703 - - 0.021415926277131115 - - - -0.028077079995117108 - - -0.9993254363676701 - - 0.023671709011258615 - - -0.03049584370505573 - - - -0.028458550686007156 - - -0.022872322006783036 - - -0.9993332616194011 - - 0.5782988765011745 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9977694756458941 - - -0.028094271323641902 - - -0.060553987384077676 - - 0.060244748970762985 - - - -0.027266075170573924 - - -0.9995236166460048 - - 0.014460321977175847 - - -0.03283170980848619 - - - -0.06093139268152385 - - -0.012776998304945298 - - -0.9980601753903448 - - 0.5774165091686844 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9969099804496829 - - -0.039037416980021084 - - -0.06816576087260147 - - 0.04700421698579246 - - - -0.037529479849577954 - - -0.9990246791948971 - - 0.023264318209508347 - - 0.03508616211132558 - - - -0.06900745627852721 - - -0.020634205462316722 - - -0.9974027273588669 - - 0.5765431996645154 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9991872181646405 - - -0.02844668562877954 - - -0.028560271937508756 - - 0.021401149458764212 - - - -0.02788973004813715 - - -0.9994165967808164 - - 0.01971367639214303 - - -0.030507849673230492 - - - -0.029104398537834426 - - -0.018901115199624837 - - -0.9993976595079471 - - 0.5782361371173269 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9987484351298571 - - -0.030414751422491258 - - -0.039705241739216905 - - 0.06024558819367812 - - - -0.02916244766625067 - - -0.9990704024157342 - - 0.03174716779456423 - - -0.0328238019198797 - - - -0.04063391405925323 - - -0.030549532120330274 - - -0.9987069695939116 - - 0.5774135175242021 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9966052799701922 - - -0.03803403736201056 - - -0.07301594303629798 - - 0.04699136807621763 - - - -0.03737637451648134 - - -0.9992476286312874 - - 0.010352936914317597 - - 0.03508241788066373 - - - -0.07335477192070362 - - -0.007588720359408486 - - -0.9972770371164512 - - 0.5765819531009799 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.9989590216544711 - - -0.027484379030296442 - - -0.036407169135497706 - - 0.021420164466113282 - - - -0.027231574130508016 - - -0.9996016006041872 - - 0.007421687134404139 - - -0.03052384836737395 - - - -0.03659664500355712 - - -0.006422536793614684 - - -0.9993094798887968 - - 0.5782130190103567 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9986397028676386 - - -0.03064878983979693 - - -0.04218288204699349 - - 0.060243350841733816 - - - -0.02938597941478832 - - -0.9991106675139317 - - 0.030238026947850234 - - -0.03283048283362905 - - - -0.0430721263727279 - - -0.028957308943015406 - - -0.9986522248453212 - - 0.5773928734854027 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null -- backlash_state: - joint_head_pan_looked_left: null - joint_head_tilt_looking_up: null - wrist_extension_retracted: null - camera_measurements: - base_left_marker_pose: null - base_right_marker_pose: - - - 0.9954511160943553 - - -0.04051526490706255 - - -0.08622986011824915 - - 0.04698729312832509 - - - -0.0379906761505849 - - -0.9988057684231981 - - 0.030720440917524603 - - 0.03510724332581787 - - - -0.08737152849826796 - - -0.027304766507997926 - - -0.9958015192465921 - - 0.5766098479743316 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - d435i_acceleration: null - shoulder_marker_pose: null - wrist_inside_marker_pose: - - - 0.999445796385682 - - -0.027612436700590777 - - -0.01859175694886789 - - 0.02141979630619749 - - - -0.027338319084689554 - - -0.9995160746080967 - - 0.014840246279811646 - - -0.030487771286591744 - - - -0.018992535286622713 - - -0.01432375437787286 - - -0.9997170167922065 - - 0.5782085755848524 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - wrist_top_marker_pose: - - - 0.9984984350298515 - - -0.029410927305463835 - - -0.046215501706354585 - - 0.0602274827737308 - - - -0.02760813639602577 - - -0.9988509298141814 - - 0.039174108976263465 - - -0.032827838256035594 - - - -0.04731454372257835 - - -0.03783936263176813 - - -0.9981630711401551 - - 0.5772972274487751 - - - 0.0 - - 0.0 - - 0.0 - - 1.0 - joints: - joint_head_pan: null - joint_head_tilt: null - joint_lift: null - wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202171737.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202171737.yaml new file mode 100644 index 0000000..4ba690e --- /dev/null +++ b/stretch_camera_testrig/data/testrig_collected_data_202202171737.yaml @@ -0,0 +1,44560 @@ +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9972251129462683 + - -0.03957606951603854 + - -0.06305401518511256 + - 0.04852947637019081 + - - -0.03753506990328265 + - -0.9987425958095526 + - 0.033231699369007946 + - 0.03514232999590093 + - - -0.06428991084655822 + - -0.030772748288999528 + - -0.9974566884462118 + - 0.5745828966438573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9926400327954922 + - -0.03358092104691389 + - -0.11635328544310705 + - 0.025782207119544005 + - - -0.018728987982549423 + - -0.991794667014732 + - 0.12646170760465983 + - -0.030330682389264972 + - - -0.11964526861064642 + - -0.12335177429926938 + - -0.9851240274586283 + - 0.5758974640350278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989187244830347 + - -0.008467134259091088 + - -0.1464134635284114 + - 0.06429660838741955 + - - -0.024979444472451026 + - -0.9934715874738964 + - -0.11131142006076601 + - -0.032609600861870314 + - - -0.14451512730089766 + - 0.11376516391028975 + - -0.9829409267406005 + - 0.5727303385068133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963369711052886 + - -0.03823096967477428 + - -0.07649204511886062 + - 0.04853305687848709 + - - -0.03754353755636751 + - -0.9992408169648475 + - 0.010405407208737689 + - 0.03511735874121623 + - - -0.07683178246333311 + - -0.007495509932787543 + - -0.9970158948253315 + - 0.5745263525358701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9911349438933672 + - -0.03495451095863107 + - -0.12817841143162434 + - 0.0257780710716339 + - - -0.018652739048812046 + - -0.9918242417740918 + - 0.1262408363217881 + - -0.03034171966855499 + - - -0.13154314242661508 + - -0.12273082576472183 + - -0.9836836615943362 + - 0.5757430247844619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9946402828914549 + - -0.012312052887016731 + - -0.10266022113415718 + - 0.06432394926901183 + - - -0.02444090212367486 + - -0.9927436643857283 + - -0.11773979414529805 + - -0.032624420518927257 + - - -0.10046566554294903 + - 0.11961785057299566 + - -0.9877237568628733 + - 0.5729211605603337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9961435841309827 + - -0.0413169231248228 + - -0.07740072130269404 + - 0.0485431460494951 + - - -0.03801566907138649 + - -0.9983233142722661 + - 0.043650533622089815 + - 0.03517402406523683 + - - -0.07907445035999089 + - -0.04053975880460868 + - -0.9960440548772578 + - 0.5746832158373563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9921548177649507 + - -0.03234737825125107 + - -0.12075787637279786 + - 0.025796222586603232 + - - -0.02052759655087201 + - -0.9949873911463951 + - 0.09787088044732623 + - -0.030358881217977307 + - - -0.1233184307621617 + - -0.09462419658819135 + - -0.9878455476714955 + - 0.5759527008344907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921665990685039 + - -0.00999137961734357 + - -0.12452153237966772 + - 0.06432907129911214 + - - -0.02470185255176312 + - -0.9928058836204685 + - -0.11715927589863374 + - -0.032631195507332886 + - - -0.12245512718277442 + - 0.11931743285003814 + - -0.9852756426730175 + - 0.5730725219944764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9945677127101693 + - -0.03719938757536896 + - -0.09721764448123477 + - 0.04847286891838997 + - - -0.03798024950898783 + - -0.9992592976522243 + - -0.006193278842254755 + - 0.0350955979403592 + - - -0.09691524896370696 + - 0.009851985566390966 + - -0.995243876092037 + - 0.5743916333590245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9887743674300691 + - -0.034035043090309754 + - -0.14548837120233155 + - 0.02574977674252574 + - - -0.013722450811655818 + - -0.9902810899262231 + - 0.1384017965138233 + - -0.03033069297844423 + - - -0.14878489391396005 + - -0.13485169178164888 + - -0.97963160247444 + - 0.5756506161412884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899955317528973 + - -0.012159796604423376 + - -0.14057377584683867 + - 0.06428136570029643 + - - -0.026008191786052997 + - -0.9949347005580605 + - -0.0971005436929291 + - -0.03260824802984934 + - - -0.1386810047170054 + - 0.09978517410909098 + - -0.985297162260554 + - 0.5727847299361989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9957547109787253 + - -0.03870523072579912 + - -0.08351323654450321 + - 0.0484958002311206 + - - -0.03761240912386321 + - -0.9991854483038567 + - 0.014620074477238034 + - 0.03512018229056195 + - - -0.08401108405189534 + - -0.011416874015399776 + - -0.9963994142632471 + - 0.5744958630948909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9898739163097987 + - -0.035640266013563286 + - -0.13740233348813313 + - 0.025776711714283262 + - - -0.01536339552803626 + - -0.9891802336841728 + - 0.14589870241497951 + - -0.03032033379901769 + - - -0.14111554091364575 + - -0.1423103535481803 + - -0.9797112673566848 + - 0.5756628172532852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9929465218146928 + - -0.012897989899513117 + - -0.11785943607813495 + - 0.06429265719535886 + - - -0.024721751976422533 + - -0.9947386929791472 + - -0.09941713971621567 + - -0.03260849746763519 + - - -0.11595706013572513 + - 0.10162959483678637 + - -0.9880411862154279 + - 0.5727530179916951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.997048573387941 + - -0.03938306248011675 + - -0.06590232692977538 + - 0.04852614480962801 + - - -0.03731352184735255 + - -0.9987800015739631 + - 0.032345162594445136 + - 0.03514283236866309 + - - -0.06709577775403547 + - -0.02979065030510697 + - -0.9973016964599928 + - 0.5745448717814714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9919703317726764 + - -0.03477000927356497 + - -0.12159731632697586 + - 0.025785328627680484 + - - -0.02105054951880887 + - -0.9934464739502408 + - 0.11234312511582745 + - -0.03035102549196493 + - - -0.12470659664894475 + - -0.10888135676483138 + - -0.9862013561647984 + - 0.5759003799284048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.993162603738386 + - -0.009754074754314529 + - -0.11633099570310883 + - 0.06430780345006161 + - - -0.024439518146034116 + - -0.9917938055859662 + - -0.1254900679500077 + - -0.03259951692068516 + - - -0.11415232143228253 + - 0.12747511610896897 + - -0.9852509032143167 + - 0.5727644993861731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.997048573387941 + - -0.03938306248011675 + - -0.06590232692977538 + - 0.04852614480962801 + - - -0.03731352184735255 + - -0.9987800015739631 + - 0.032345162594445136 + - 0.03514283236866309 + - - -0.06709577775403547 + - -0.02979065030510697 + - -0.9973016964599928 + - 0.5745448717814714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9919703317726764 + - -0.03477000927356497 + - -0.12159731632697586 + - 0.025785328627680484 + - - -0.02105054951880887 + - -0.9934464739502408 + - 0.11234312511582745 + - -0.03035102549196493 + - - -0.12470659664894475 + - -0.10888135676483138 + - -0.9862013561647984 + - 0.5759003799284048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.993162603738386 + - -0.009754074754314529 + - -0.11633099570310883 + - 0.06430780345006161 + - - -0.024439518146034116 + - -0.9917938055859662 + - -0.1254900679500077 + - -0.03259951692068516 + - - -0.11415232143228253 + - 0.12747511610896897 + - -0.9852509032143167 + - 0.5727644993861731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9975775926840458 + - -0.03785923340988634 + - -0.05835773316639253 + - 0.04854308737994957 + - - -0.037276747210619646 + - -0.9992440153096012 + - 0.011038205711998922 + - 0.03511496124204695 + - - -0.058731513620029284 + - -0.00883608021469876 + - -0.9982347083698999 + - 0.5744075382701517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9872953885803506 + - -0.03435266786099887 + - -0.15513771269039145 + - 0.025760716201297842 + - - -0.018016892523772768 + - -0.9942558571953585 + - 0.10550204745174092 + - -0.030310422366763037 + - - -0.15787085630907743 + - -0.10136658543896242 + - -0.9822431512027375 + - 0.57565282693155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913324708570207 + - -0.010370819674729527 + - -0.13096708870471432 + - 0.0642997967929292 + - - -0.025566817169066967 + - -0.9930494468572345 + - -0.11488748389787609 + - -0.03261665936740234 + - - -0.1288653176163306 + - 0.11724010489510608 + - -0.984707310686697 + - 0.5728565886988245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9958403312888887 + - -0.03691945109735256 + - -0.08330059248952917 + - 0.04851308692053198 + - - -0.036167531655927884 + - -0.9992903875947203 + - 0.010518123155334206 + - 0.035115446455376724 + - - -0.08362980468920075 + - -0.0074615944317227515 + - -0.9964689560524113 + - 0.574289699555036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9927065667934679 + - -0.034686756113161285 + - -0.11545778966995718 + - 0.025774678824281486 + - - -0.019409856937823742 + - -0.9912055656113159 + - 0.1308999012788222 + - -0.03033685970152858 + - - -0.11898289666493758 + - -0.12770417241225226 + - -0.9846495389983806 + - 0.5757633817106287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902631140500829 + - -0.013032601574815807 + - -0.13859695612828038 + - 0.06431439171126929 + - - -0.02583293315607015 + - -0.9955191562056318 + - -0.09096301002154812 + - -0.03261188436084837 + - - -0.13679044014983788 + - 0.09365767947060381 + - -0.9861625700460318 + - 0.5728423229626792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963494172743315 + - -0.03849121127946094 + - -0.07619885400280045 + - 0.048519297674155436 + - - -0.037216939979334965 + - -0.9991437581144039 + - 0.018073461195904146 + - 0.03513456978682863 + - - -0.07682927876581154 + - -0.015171594354753007 + - -0.9969288262704915 + - 0.5745234384417827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9894429890536851 + - -0.036207845203137703 + - -0.1403266309659531 + - 0.025776916553876116 + - - -0.017946661341453084 + - -0.9914461720372926 + - 0.12927646846698412 + - -0.030325781010096947 + - - -0.14380712346474483 + - -0.12539330085114422 + - -0.9816292738821774 + - 0.5756943778057055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927389043498329 + - -0.011952614414946234 + - -0.11969378763720676 + - 0.06430524335263786 + - - -0.024885282610215286 + - -0.9939320049546989 + - -0.10714425899758759 + - -0.032615424250506335 + - - -0.11768683231229757 + - 0.10934488801667883 + - -0.9870124137846075 + - 0.5729310047038243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9956751748891882 + - -0.037935324993808396 + - -0.0848048184185224 + - 0.048537699195148255 + - - -0.0376052116384764 + - -0.9992776081533915 + - 0.005487248933816207 + - 0.035128039507125036 + - - -0.08495171668077002 + - -0.0022744143972468667 + - -0.9963824731859443 + - 0.5747051278593391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9892542903349443 + - -0.03413305169769041 + - -0.14216498807972586 + - 0.02576514642873315 + - - -0.016324897719734402 + - -0.9920734018559364 + - 0.12459479541469409 + - -0.03035077538519527 + - - -0.14529090394221525 + - -0.120935107027662 + - -0.9819700876909956 + - 0.5757313155658362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9932775716574178 + - -0.010094867260254922 + - -0.1153159108594344 + - 0.0643195164108158 + - - -0.02370708163278553 + - -0.9928147249772383 + - -0.11728979558694706 + - -0.032634966640414695 + - - -0.1133033094079764 + - 0.11923512705310134 + - -0.9863799189733293 + - 0.5728834198320817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995034547028265 + - -0.039078208111750855 + - -0.09153766367474195 + - 0.048468365900932626 + - - -0.037429714253175365 + - -0.9991058982029941 + - 0.019657585480250254 + - 0.03512617990851308 + - - -0.09222400290152843 + - -0.01613374806926135 + - -0.995607571014833 + - 0.5744187563339296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.990505620653187 + - -0.03297813380863776 + - -0.13345807635712523 + - 0.02577590266632984 + - - -0.020146491566911905 + - -0.9951407145529751 + - 0.09637985845879765 + - -0.030330092236190764 + - - -0.13598799333760694 + - -0.09277607951133257 + - -0.986356864800219 + - 0.5758490291450642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920539447104127 + - -0.012239264989201719 + - -0.1252164972239419 + - 0.06432167499440092 + - - -0.024970731497276397 + - -0.9946117539798298 + - -0.10061769930611639 + - -0.032615778224924286 + - - -0.12331031324670405 + - 0.10294493303552743 + - -0.987014137390802 + - 0.572887496476696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9943119002911732 + - -0.03877771067629022 + - -0.09919745003810217 + - 0.048473739682424626 + - - -0.03703856063204986 + - -0.9991271601707356 + - 0.0193148345958993 + - 0.03513153249059504 + - - -0.09985985162046764 + - -0.015530839123077348 + - -0.9948802958499434 + - 0.574431555287674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9907236168506011 + - -0.03439957402385545 + - -0.13146628587375836 + - 0.025758715710876574 + - - -0.019222916000507302 + - -0.9931779999109555 + - 0.11501278186928565 + - -0.030318521325645144 + - - -0.13452581356342325 + - -0.11141871386733798 + - -0.9846261603701415 + - 0.5756528105049985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911129645021518 + - -0.006917552598265261 + - -0.13284291122151257 + - 0.0642936234793142 + - - -0.023654687726928057 + - -0.9918959425799835 + - -0.12483146575246051 + - -0.032613730178369583 + - - -0.13090281641087007 + - 0.12686444166675087 + - -0.98324456067465 + - 0.5727497495204039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9955408610891447 + - -0.03709765292264296 + - -0.08673037558730767 + - 0.048472977000180356 + - - -0.037322932971107406 + - -0.9993027792217481 + - -0.0009767876554678714 + - 0.035106459156403085 + - - -0.08663366883792095 + - 0.004209464018229786 + - -0.9962313425286118 + - 0.57447186830758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9904356120272628 + - -0.033827264364275474 + - -0.1337647734413314 + - 0.02576895168223148 + - - -0.017980759354429048 + - -0.9928573458816107 + - 0.11794483041643934 + - -0.030320418109122317 + - - -0.13679908889031175 + - -0.11441156809760954 + - -0.9839695129241696 + - 0.5757759930970779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918645962918962 + - -0.009600529948320675 + - -0.12693483543702744 + - 0.06431068167863645 + - - -0.02575929252823063 + - -0.9916601979068834 + - -0.1262794945180185 + - -0.03262996426461229 + - - -0.12466387396178125 + - 0.12852191140810437 + - -0.9838399447150176 + - 0.5729535207816591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9940292635323134 + - -0.03906363416937747 + - -0.10188157697487654 + - 0.048489532658966175 + - - -0.03910081182943202 + - -0.9992339367241435 + - 0.0016328542650447704 + - 0.03511204179196865 + - - -0.10186731446193131 + - 0.0023605474476423903 + - -0.9947951940274252 + - 0.5745257283171953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9916632469560952 + - -0.034418445325976876 + - -0.12417477705974445 + - 0.025778984000558364 + - - -0.019020717022510465 + - -0.9922097213070648 + - 0.12311815978037588 + - -0.030317300750092993 + - - -0.1274449565908517 + - -0.11972986079128015 + - -0.9845925774016664 + - 0.5757236930041609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876285072511954 + - -0.009348136993726488 + - -0.15653288472241847 + - 0.06427717029326416 + - - -0.02442402044602604 + - -0.9952093336517018 + - -0.09466704515187226 + - -0.032603880476176586 + - - -0.15489802739230582 + - 0.0973190348661609 + - -0.9831254276859542 + - 0.5726404546524644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9961914666374669 + - -0.03711849196770047 + - -0.07889727088268964 + - 0.04849944570083313 + - - -0.037551953905760764 + - -0.9992866030748887 + - -0.0040169233139593155 + - 0.03512718312142531 + - - -0.07869188367647814 + - 0.006964371406980446 + - -0.996874658607768 + - 0.574337381467571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9910750546936865 + - -0.03308302736158036 + - -0.1291346168325875 + - 0.02577201323237819 + - - -0.017262204506368 + - -0.9924091399596038 + - 0.12176253619328342 + - -0.030320381536601968 + - - -0.13218264734633892 + - -0.11844666405278476 + - -0.9841230286479842 + - 0.575924821175162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990841156626247 + - -0.010577408004849007 + - -0.13461768373976749 + - 0.06432183983054873 + - - -0.025146229980317118 + - -0.9939421807843868 + - -0.10698882360019758 + - -0.032600927560439426 + - - -0.13267052970926926 + - 0.10939405695683908 + - -0.9851048019623017 + - 0.573042387764344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9965484978271005 + - -0.03921774992885765 + - -0.07316460598586527 + - 0.04854231456057418 + - - -0.03823492646345852 + - -0.9991593765174602 + - 0.014786166358290925 + - 0.035139048387436395 + - - -0.07368298227462869 + - -0.011937688543378955 + - -0.9972102635429295 + - 0.5747204914486459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9882272726129251 + - -0.03700403726313282 + - -0.14845052674291281 + - 0.025753302390607826 + - - -0.013206857575321848 + - -0.9873202881316352 + - 0.1581904787167993 + - -0.030320578240556267 + - - -0.15242190320621496 + - -0.1543675803719604 + - -0.9761855425855792 + - 0.5755422025309116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916226747773232 + - -0.009957250657517807 + - -0.12878402085200766 + - 0.06431768030691587 + - - -0.025881988847749254 + - -0.9921210719695469 + - -0.12258018276737025 + - -0.03260807923216583 + - - -0.12654877921478327 + - 0.1248864753019328 + - -0.9840674645398595 + - 0.5729754726443658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9946681226133349 + - -0.03859386991362427 + - -0.09563388030376092 + - 0.04851540168681388 + - - -0.037847340791053403 + - -0.9992373375103373 + - 0.009608440055421419 + - 0.03508126683734475 + - - -0.09593177081608413 + - -0.005937720972141541 + - -0.9953702018936209 + - 0.5744831647582592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9889535808159649 + - -0.034538094318773596 + - -0.14414553420799517 + - 0.0257709069990188 + - - -0.01705059345996006 + - -0.9925262502730309 + - 0.12083426575942968 + - -0.030328278322195878 + - - -0.14724161182880327 + - -0.11704171290520662 + - -0.9821512842664676 + - 0.5755715707318934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898288182211846 + - -0.013326285865228932 + - -0.14163799180972297 + - 0.06430289075362992 + - - -0.024049924855824703 + - -0.9969480003825733 + - -0.07427170152634562 + - -0.032619720938424725 + - - -0.14021594678666954 + - 0.07692265360885299 + - -0.9871283572203217 + - 0.5729312520338757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9950882829075012 + - -0.03888044869749451 + - -0.09103636597141969 + - 0.04845346631692135 + - - -0.037787948160609576 + - -0.9991919409912258 + - 0.013694379576970934 + - 0.035080496854837315 + - - -0.09149524683835684 + - -0.010187039180673272 + - -0.9957534052358143 + - 0.5742828196161797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9883393754190997 + - -0.03563890195676933 + - -0.14803765623482323 + - 0.025747694929901834 + - - -0.01603562222397474 + - -0.9911784662032898 + - 0.13156027878803214 + - -0.030317890009198274 + - - -0.15142040092429382 + - -0.12765232783702204 + - -0.9801921981844767 + - 0.5757038825677832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895213957700387 + - -0.00642680293118819 + - -0.14424320960585338 + - 0.0643048406615941 + - - -0.024515479873987042 + - -0.9919817889419008 + - -0.1239803276902203 + - -0.03261349411219917 + - - -0.14228983997412684 + - 0.12621737840610517 + - -0.9817447605301632 + - 0.5728006499619596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9951961752595466 + - -0.04018632908476734 + - -0.08927279374737036 + - 0.04852028763634476 + - - -0.038139226536931 + - -0.9989715506463701 + - 0.024520203880689182 + - 0.035141932085044035 + - - -0.09016635818271916 + - -0.02099761781433049 + - -0.9957053419050177 + - 0.574663159386501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9878125723640929 + - -0.034257502560505276 + - -0.15183130572365722 + - 0.02575358891296844 + - - -0.017120778111991676 + - -0.9934737603694789 + - 0.11276864109391033 + - -0.030322985397341247 + - - -0.15470359025010905 + - -0.10879481134523 + - -0.9819523859068128 + - 0.5756964457769528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902638925683739 + - -0.007833999127863011 + - -0.13898219861909192 + - 0.06432571951115144 + - - -0.024986489562656977 + - -0.9922027273138007 + - -0.12210414919400285 + - -0.03262055911592318 + - - -0.13694195271963702 + - 0.12438800733479378 + - -0.9827382791041632 + - 0.5730955368730434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9962411731540703 + - -0.039964800862951406 + - -0.07685271370996742 + - 0.04850979177358935 + - - -0.037115253810557226 + - -0.9985822809262004 + - 0.03815607625012793 + - 0.035165780264375335 + - - -0.07826865814091548 + - -0.03516024619100808 + - -0.9963120867683022 + - 0.5746567530195421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9930468254833936 + - -0.0346394402416266 + - -0.11250827337178906 + - 0.025767935849529796 + - - -0.020784083414145282 + - -0.9923044883587006 + - 0.12206483629535116 + - -0.03031245792404942 + - - -0.11587072224677075 + - -0.11887771684770786 + - -0.986124771092932 + - 0.5758093682661016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905882592626963 + - -0.007266412713956753 + - -0.1366824782375986 + - 0.0643040894665705 + - - -0.02508040877246899 + - -0.9913188209965965 + - -0.12906575159090103 + - -0.03260052368990952 + - - -0.13455806815909266 + - 0.13127907062509528 + - -0.9821710298665425 + - 0.5728502429046347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995705004850149 + - -0.03850684324429064 + - -0.08419481183377164 + - 0.048482955687503985 + - - -0.038039091805877376 + - -0.9992506478589295 + - 0.00715333824823261 + - 0.03511874745665269 + - - -0.08440717274585507 + - -0.003919920518227798 + - -0.9964236365182141 + - 0.574224064449395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9913882929434742 + - -0.0373770977900871 + - -0.12550778930175857 + - 0.02577891170283286 + - - -0.017918105458016045 + - -0.9881056090601272 + - 0.15272932541169132 + - -0.030303223904013372 + - - -0.12972352952113111 + - -0.14916520339779366 + - -0.9802660597939087 + - 0.5757153671145868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863286051152773 + - -0.008673306974534152 + - -0.16456201407820992 + - 0.06433417886450495 + - - -0.025417631787164607 + - -0.9946707586567819 + - -0.09992009741525167 + - -0.03263359813820744 + - - -0.1628183857114533 + - 0.10273682698656193 + - -0.9812926768579541 + - 0.5731587180777754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9955107956564728 + - -0.04004460717493301 + - -0.08575946109684819 + - 0.04849602015412577 + - - -0.037608216659401186 + - -0.9988469385684461 + - 0.02983982828607605 + - 0.03512225059293582 + - - -0.08685549937174993 + - -0.026480610805800338 + - -0.9958689168159812 + - 0.5745784668351062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9921964553062353 + - -0.03320747907567353 + - -0.12018093613872537 + - 0.025778695690149275 + - - -0.01925094301225292 + - -0.9931233273799986 + - 0.11547925271155307 + - -0.03033969220537389 + - - -0.12318926605382739 + - -0.11226450884905012 + - -0.9860127203956349 + - 0.5759854615641075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881151653461939 + - -0.007466052140556826 + - -0.1535339639242681 + - 0.06434377712018163 + - - -0.02469448847212176 + - -0.993556569485829 + - -0.11061430952029172 + - -0.03262017023448121 + - - -0.1517188262937867 + - 0.11309111944350511 + - -0.9819326842768044 + - 0.5732256828084714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9941467680048834 + - -0.03768070217362031 + - -0.10125397942376119 + - 0.04845898388207839 + - - -0.0380478108940297 + - -0.9992744803542957 + - -0.0016961718147634132 + - 0.03510494076486474 + - - -0.10111660472749609 + - 0.005538735989011265 + - -0.9948591632246386 + - 0.5743705064719613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9922294835572464 + - -0.032289705256935315 + - -0.12015834092621501 + - 0.0257863113671212 + - - -0.01988607136678084 + - -0.994479453491452 + - 0.10302990220775145 + - -0.030335285348172127 + - - -0.12282180639168101 + - -0.09983982931557812 + - -0.9873939499292677 + - 0.5759301073848785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908918256671186 + - -0.011029223660162107 + - -0.1342078464604012 + - 0.06435766360439452 + - - -0.024589592415712572 + - -0.9947029711905016 + - -0.09980656816872603 + - -0.0326241561054091 + - - -0.13239615466815355 + - 0.10219762878973047 + - -0.9859142472339286 + - 0.5732175182943868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9956910472050305 + - -0.038114212066949385 + - -0.08453783386310132 + - 0.04848255284371141 + - - -0.03723588133863007 + - -0.999235135732128 + - 0.011942891581695946 + - 0.03511664999070839 + - - -0.08492836779713345 + - -0.008743589475283718 + - -0.9963486949790237 + - 0.5743861675739443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9889875185798971 + - -0.03289029570724143 + - -0.1442980129505183 + - 0.025755383073628603 + - - -0.016969190220391214 + - -0.993763624502074 + - 0.11020846246892939 + - -0.03033564662731755 + - - -0.14702290527819778 + - -0.10654617339347038 + - -0.9833779427355318 + - 0.5757728109008582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863496447945419 + - -0.009149907785885368 + - -0.16441002828656998 + - 0.06431211838042517 + - - -0.025660153585532225 + - -0.994798222354471 + - -0.09858018725054221 + - -0.03263336672292635 + - - -0.1626528042538703 + - 0.10145331925518683 + - -0.9814536613006536 + - 0.5729590152110197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995780115242206 + - -0.039714874601802445 + - -0.0827326466612913 + - 0.04850206412948578 + - - -0.03825325190623135 + - -0.9990840218273764 + - 0.019178270199167884 + - 0.03510942206826185 + - - -0.08341852795882564 + - -0.015932547335469952 + - -0.9963872254944787 + - 0.5747522029536453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9890717565730196 + - -0.03686278514008934 + - -0.14275221686992184 + - 0.025756557427799025 + - - -0.015833104696610735 + - -0.9891964772835948 + - 0.145738265824022 + - -0.03034648746395253 + - - -0.14658230843191056 + - -0.14188539178309634 + - -0.9789699497192599 + - 0.5755874549389505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874005316353845 + - -0.010830467446366728 + - -0.15786985494720956 + - 0.06435070675862367 + - - -0.024723463652645664 + - -0.9959617966871815 + - -0.0863067198117156 + - -0.03263868169312009 + - - -0.15629760225664407 + - 0.08912239064642995 + - -0.9836809742057073 + - 0.5732429892748319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9945339247689986 + - -0.03803007257513778 + - -0.09724189459025115 + - 0.04849023493906601 + - - -0.03755543710993432 + - -0.9992720355854942 + - 0.006707312450174307 + - 0.035117778603252825 + - - -0.0974261855306546 + - -0.003018687918988781 + - -0.9952381754616298 + - 0.5745784846338762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9896876115633605 + - -0.03351843937629204 + - -0.13926573785317367 + - 0.025768959279425227 + - - -0.018208173190089945 + - -0.993788142645782 + - 0.10978884262860296 + - -0.03033480000290269 + - - -0.1420805896211398 + - -0.10612088276313146 + - -0.9841501228443171 + - 0.5757951617821787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870818535559724 + - -0.008175356145804526 + - -0.1600080558359328 + - 0.06435727801938425 + - - -0.02545697732188314 + - -0.9940129500603788 + - -0.10625534065587533 + - -0.03263887154924505 + - - -0.15818140436264583 + - 0.10895604005355666 + - -0.9813802650602411 + - 0.5732363396448772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995768678389158 + - -0.039230691515357914 + - -0.08310049327372612 + - 0.04847992736903126 + - - -0.03715296799779861 + - -0.9989607116339845 + - 0.026403666046184344 + - 0.03510106689048074 + - - -0.08404996197538894 + - -0.023204513676237642 + - -0.996191324212867 + - 0.5744626156378445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9903293678029934 + - -0.036556787150743966 + - -0.13383327157377004 + - 0.025766944360770268 + - - -0.015892807087797747 + - -0.9882023940129692 + - 0.15232677752091645 + - -0.03031764164998721 + - - -0.13782293695097828 + - -0.14872669491470564 + - -0.9792268420902048 + - 0.5756409396801997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9929744494821339 + - -0.01158204919401459 + - -0.11776076941036213 + - 0.06435331230980439 + - - -0.024876585164474992 + - -0.993389961853191 + - -0.11206042655581411 + - -0.032628484291922014 + - - -0.11568447685929033 + - 0.1142026261772636 + - -0.9866989723254044 + - 0.5731091505635338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9961585522582624 + - -0.03862309980924499 + - -0.07859004341421198 + - 0.048482103584265884 + - - -0.03692396345337786 + - -0.9990542755618118 + - 0.02296030061992069 + - 0.03514966522848133 + - - -0.07940251687205034 + - -0.019970243934128936 + - -0.9966425786968944 + - 0.5746756713961135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9927370118031321 + - -0.03305070967093455 + - -0.11567573637732156 + - 0.02576340333349922 + - - -0.020445058365568758 + - -0.9938850320370634 + - 0.10851056483639525 + - -0.030327716313537513 + - - -0.11855473412992198 + - -0.10535745670303855 + - -0.9873421804685801 + - 0.5758717867753911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897562613757035 + - -0.0075392240674993435 + - -0.14256824039052401 + - 0.06428245561868397 + - - -0.025516887726525612 + - -0.991866909074337 + - -0.12469532117955316 + - -0.03259505222990789 + - - -0.14046861396177474 + - 0.1270558726851304 + - -0.9818988612417662 + - 0.5727935412406704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9961711584020478 + - -0.040743184114443595 + - -0.07734995873391746 + - 0.04850082312678626 + - - -0.03788342135866571 + - -0.9985560930681842 + - 0.03808641992319258 + - 0.03512661285217974 + - - -0.07879003461151653 + - -0.03501031197548119 + - -0.9962762711724572 + - 0.5745191267147951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9898674905261008 + - -0.033214315186672935 + - -0.13805491829790104 + - 0.025760349958744024 + - - -0.016384780439531677 + - -0.9924808759296975 + - 0.12129818582224648 + - -0.030343410000331125 + - - -0.14104570241417538 + - -0.1178071312803272 + - -0.9829687633134591 + - 0.575628873680062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904265591775855 + - -0.012552356188905336 + - -0.13746879365789044 + - 0.0643114611314766 + - - -0.024393919296622983 + - -0.9960995666335962 + - -0.08479734697331273 + - -0.032628159600634234 + - - -0.13586819928518468 + - 0.08733894724846067 + - -0.9868696675430513 + - 0.5729576931321274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9951555072808452 + - -0.03908759867837548 + - -0.09020906804840548 + - 0.04849414260215652 + - - -0.03802449787757663 + - -0.9991859609634604 + - 0.013474159516815673 + - 0.035112928580322535 + - - -0.09066230688528593 + - -0.00997872953259497 + - -0.9958316981634766 + - 0.5746116615549516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.992443217268584 + - -0.03498897690386752 + - -0.11761050970386487 + - 0.0257606744542113 + - - -0.01921390505106009 + - -0.9909728419716433 + - 0.1326787561267224 + - -0.03035370254354823 + - - -0.1211911149807242 + - -0.12941637442714135 + - -0.9841565503921943 + - 0.5756184526963247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991247255737791 + - -0.010138231662759062 + - -0.13162862246126614 + - 0.06433532039814964 + - - -0.023889827942773105 + - -0.9943613940139014 + - -0.10331841179380861 + - -0.03265632148931182 + - - -0.12983895452892016 + - 0.10555867730074371 + - -0.9859002036379514 + - 0.5731326967626389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9962215787962164 + - -0.037709166728236446 + - -0.07823416571700703 + - 0.04851864523710705 + - - -0.03699818462144108 + - -0.9992599786131489 + - 0.010518054799584856 + - 0.03515141216541005 + - - -0.07857289784328828 + - -0.007583791051405303 + - -0.9968795242343965 + - 0.5744649485606035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9895529973814883 + - -0.03997494347292818 + - -0.13851667505267568 + - 0.025759985246787617 + - - -0.016841522151510288 + - -0.9862642418483083 + - 0.1643143584200775 + - -0.030301722264291567 + - - -0.14318250069380872 + - -0.16026493423615065 + - -0.9766339756271791 + - 0.5755966291679924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906835305024388 + - -0.010733316620248989 + - -0.13576059187243125 + - 0.06435559540164845 + - - -0.02463884488052665 + - -0.9945644359404707 + - -0.10116575549743671 + - -0.032634678336642436 + - - -0.1339368123936683 + - 0.10356823198618044 + - -0.9855630632329321 + - 0.5732062868699683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9964963564582072 + - -0.03873445741436226 + - -0.07412592916336659 + - 0.048486355243279065 + - - -0.037165244137714444 + - -0.9990572946361046 + - 0.022433605652524707 + - 0.03511417990217803 + - - -0.07492500379513882 + - -0.01960009804066967 + - -0.9969965295642186 + - 0.5744020009686434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9902576626391242 + - -0.037600595754017224 + - -0.13407444493057344 + - 0.025758967418273007 + - - -0.015722924720049852 + - -0.9868877039386273 + - 0.16064074655264715 + - -0.030312363243212154 + - - -0.13835660888712917 + - -0.15696768780130244 + - -0.9778643023260266 + - 0.5756201058409139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902591571468115 + - -0.0085831234961763 + - -0.13897169380106142 + - 0.06429594939885572 + - - -0.025251148107281733 + - -0.9926180835729822 + - -0.11862427948428342 + - -0.03262728732883555 + - - -0.13692764953124228 + - 0.1209779738421447 + - -0.9831658805302896 + - 0.5729333544481094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9971097096074651 + - -0.03805293913340199 + - -0.06575865593080708 + - 0.04850450175560516 + - - -0.03642496302495073 + - -0.9990037763225702 + - 0.025781329715043225 + - 0.03514989974485595 + - - -0.06667420097119754 + - -0.023311557574610953 + - -0.9975024422066838 + - 0.5746148685123267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9886031096199288 + - -0.034450511509232846 + - -0.14655051656872237 + - 0.025752761467332654 + - - -0.014713035957784039 + - -0.9909141542580563 + - 0.13368868861629957 + - -0.030317357226069184 + - - -0.1498246248876069 + - -0.13000885026717668 + - -0.9801276858805156 + - 0.5758073340478831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99348990737136 + - -0.013224492033805841 + - -0.11314997464292446 + - 0.06432646314868237 + - - -0.024909946514254985 + - -0.9944218025404572 + - -0.10249279582899831 + - -0.032615908887679006 + - - -0.1111633865798609 + - 0.1046441180508278 + - -0.9882774458832199 + - 0.5730985104960001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9965398372237275 + - -0.03829770129223529 + - -0.07376746506311144 + - 0.04851299783195191 + - - -0.03750351054573973 + - -0.9992229714364433 + - 0.012121883123919392 + - 0.03514071106221368 + - - -0.07417438589467551 + - -0.009313400531228793 + - -0.9972017955497736 + - 0.5746551340181567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9898339858182309 + - -0.032834120490996724 + - -0.13838569669867212 + - 0.025770541413304163 + - - -0.016230285356323395 + - -0.9927082073523428 + - 0.11944451805148111 + - -0.030311635458568516 + - - -0.14129847259063516 + - -0.11598420404038211 + - -0.9831492287830331 + - 0.5758165159754182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911177853906328 + - -0.013193520087594137 + - -0.13233089779059803 + - 0.06429651811693474 + - - -0.0244795860522443 + - -0.9961628139923814 + - -0.08402617381204706 + - -0.032593131763863935 + - - -0.13071451850914734 + - 0.08651924090328016 + - -0.9876376540029462 + - 0.5728204433186299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9959808042119135 + - -0.03677334047820137 + - -0.08166981738356054 + - 0.048507714385220106 + - - -0.037236169121723214 + - -0.999297873115268 + - -0.004150722399959093 + - 0.03513887246861194 + - - -0.08145983888106013 + - 0.007175110966206171 + - -0.9966507976378164 + - 0.5746053922089955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9921563132351637 + - -0.03531215419061802 + - -0.1199120589182992 + - 0.02577908407263757 + - - -0.020240155704071786 + - -0.9919932808551237 + - 0.12465820003257819 + - -0.030317861203555153 + - - -0.12335390632113186 + - -0.12125338141555214 + - -0.9849271197863382 + - 0.5758178002480066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916039674552387 + - -0.006661334235634659 + - -0.12914022747862475 + - 0.0643334934319128 + - - -0.023820887180367623 + - -0.9909912262123192 + - -0.13179133091423081 + - -0.03263661863804472 + - - -0.12709892627780134 + - 0.13376104139997289 + - -0.9828295105167655 + - 0.5730816037947966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9962571838691902 + - -0.038052627511881765 + - -0.07761199088074339 + - 0.048518089721327054 + - - -0.03708261300577048 + - -0.9992155005051945 + - 0.013901919393365724 + - 0.03514007469332661 + - - -0.07808010887348249 + - -0.010971831642773024 + - -0.9968867114716242 + - 0.574631331895477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99116148050945 + - -0.0316514461685925 + - -0.12882975397691293 + - 0.02576336894255797 + - - -0.016617602458167735 + - -0.9930939707101303 + - 0.1161387989766073 + - -0.030289824637256362 + - - -0.13161601286643476 + - -0.11297146230187159 + - -0.9848424614437168 + - 0.5758461524952778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897978339979293 + - -0.01068735813668284 + - -0.1420775428738325 + - 0.06432067096068715 + - - -0.025835475432264693 + - -0.9941147749426286 + - -0.1052061901693794 + - -0.03262601415746503 + - - -0.14011700832588558 + - 0.10780350002121941 + - -0.9842487639621289 + - 0.5731054592859818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9955660349747553 + - -0.03998539859846932 + - -0.0851436310217388 + - 0.04848425094852582 + - - -0.03796662092037732 + - -0.9989612187437076 + - 0.025199586146877156 + - 0.035135917688559115 + - - -0.08606280091034013 + - -0.021855236100464425 + - -0.9960499701091603 + - 0.5744438491878565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9897904084985629 + - -0.03533434951096007 + - -0.13808124778146041 + - 0.025779227618717687 + - - -0.017517398080777936 + - -0.9915965648877256 + - 0.1281771948021279 + - -0.03032612451021044 + - - -0.14144994877597977 + - -0.12444973381851968 + - -0.9820917348923026 + - 0.5758324443325024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991925425487561 + - -0.01262189438446738 + - -0.12619286054871903 + - 0.06433668840852715 + - - -0.024626356070253156 + - -0.9952651418703056 + - -0.09402574096800242 + - -0.03261799290980249 + - - -0.1244085722851211 + - 0.09637419343386555 + - -0.9875396305880336 + - 0.5731330682260815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9960501827690404 + - -0.03789781441721025 + - -0.08029812618087498 + - 0.048498971582413786 + - - -0.036957861684761915 + - -0.9992301640108332 + - 0.013160387174174963 + - 0.03516121524777326 + - - -0.08073505970426376 + - -0.010140759009209974 + - -0.9966840096747147 + - 0.5747470272770663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9911232921830099 + - -0.03526560463914579 + - -0.12818329384809707 + - 0.025773632813183307 + - - -0.020088914088605466 + - -0.9928320494448212 + - 0.11781747377166354 + - -0.03035011864513922 + - - -0.13141938678540838 + - -0.11419657930354768 + - -0.9847274171324345 + - 0.5758197338294949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9931100542734123 + - -0.009819916001039257 + - -0.11677323901816147 + - 0.0643462953420977 + - - -0.02387555022914148 + - -0.9925367468944033 + - -0.11958580252493148 + - -0.03262879271094365 + - - -0.11472740824369684 + - 0.12154988816946191 + - -0.9859326784743857 + - 0.5732681085100242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995865817102024 + - -0.03718115182761135 + - -0.08287844277307656 + - 0.048478312189880225 + - - -0.03719047111986393 + - -0.9993071692696739 + - 0.0014318883037977225 + - 0.03512067503127797 + - - -0.08287426129746546 + - 0.0016563197167510483 + - -0.9965586352139025 + - 0.5743752577323289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9927555245985813 + - -0.03322980386996222 + - -0.11546535633582622 + - 0.02578019402768834 + - - -0.020116879121795994 + - -0.9933994522565712 + - 0.11292847041708849 + - -0.030336817747039377 + - - -0.11845581266191427 + - -0.10978756027486915 + - -0.9868712743086088 + - 0.5759586923375507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9957864862514988 + - -0.03729542996418779 + - -0.08377544212166221 + - 0.04847255594569655 + - - -0.036718786437365133 + - -0.9992902157303957 + - 0.008414004282596022 + - 0.03509892293485535 + - - -0.084029783538105 + - -0.005302419191910199 + - -0.9964491355956175 + - 0.5743926840392228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9897737794011406 + - -0.03684398104243747 + - -0.13780561189925 + - 0.025765058293893677 + - - -0.016521627676915222 + - -0.9891756524060632 + - 0.14580317042487712 + - -0.0303137006700344 + - - -0.14168592530271873 + - -0.14203538202851035 + - -0.9796688465104566 + - 0.575823890362029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907379294700168 + - -0.013336328204539814 + - -0.1351314081162661 + - 0.06429881903594409 + - - -0.023526855005162394 + - -0.9969733977600868 + - -0.07409811908728917 + - -0.03260563866225534 + - - -0.1337342222582916 + - 0.07659103412755841 + - -0.9880531216934852 + - 0.5729478990575531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9970829224112564 + - -0.038389401584461254 + - -0.06596892967007635 + - 0.04857731369066545 + - - -0.03731733497282005 + - -0.9991518355279394 + - 0.017407644058765777 + - 0.035159116048048694 + - - -0.06658124620608162 + - -0.014895079964112478 + - -0.9976698222591022 + - 0.5748391504312624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9943280415352745 + - -0.03294072882706704 + - -0.10112692124734712 + - 0.02578452055230427 + - - -0.021453847763713382 + - -0.9934038395027078 + - 0.11264343779115787 + - -0.030332034334615395 + - - -0.10417042878262969 + - -0.10983496731742892 + - -0.9884759995678313 + - 0.5759874331058156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911561897958557 + - -0.007716897616749653 + - -0.13247587297517338 + - 0.06432629071749199 + - - -0.02426025273104577 + - -0.9920201256122645 + - -0.12372352451192747 + - -0.032636143958261254 + - - -0.1304639703779839 + - 0.1258432353024998 + - -0.9834341017891403 + - 0.573181508915052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9976231297329163 + - -0.03710612938126617 + - -0.05806226127392342 + - 0.04851073688767853 + - - -0.03642624948089018 + - -0.9992553271246755 + - 0.01272476175470253 + - 0.03513077355531166 + - - -0.058491190538888495 + - -0.010579526232243494 + - -0.9982318639745201 + - 0.5745016475868452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9916584834475254 + - -0.03451949429778743 + - -0.12418476847012712 + - 0.025793367536990953 + - - -0.01780508547845997 + - -0.990920462430284 + - 0.13326520951867715 + - -0.030340831396252186 + - - -0.12765747583928955 + - -0.12994245514987474 + - -0.9832693055373813 + - 0.5759498688215463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914398761324097 + - -0.012126094480683712 + - -0.12999973018124925 + - 0.06433597187768848 + - - -0.025298233291572207 + - -0.9946499175664969 + - -0.10015758022879022 + - -0.032630056092105605 + - - -0.1280897006276354 + - 0.10258898243772034 + - -0.9864423598343273 + - 0.573128388247519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9970420592622338 + - -0.03546063617793904 + - -0.06818852794994305 + - 0.048491172998442245 + - - -0.03611205336112054 + - -0.9993129126685382 + - -0.008343990410254416 + - 0.03510240680800414 + - - -0.06784579326802735 + - 0.010781737141048995 + - -0.9976375606802571 + - 0.5744277611504786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9901928837001656 + - -0.03256181437673525 + - -0.13585941746542818 + - 0.025777179744698172 + - - -0.019568688020202264 + - -0.9951987551560931 + - 0.09589840553904269 + - -0.030325947906458664 + - - -0.13832974921801328 + - -0.09229932816796524 + - -0.9860759172097369 + - 0.5759678582402038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9946335860753608 + - -0.009969058911910359 + - -0.10297886829480533 + - 0.0643762864961054 + - - -0.02409695743911938 + - -0.9902950585660314 + - -0.13687597898052625 + - -0.0326413776167103 + - - -0.10061493971098563 + - 0.13862292322740513 + - -0.9852209493625496 + - 0.5734650127189049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9955160570818898 + - -0.03726157342902668 + - -0.08694455266272122 + - 0.048477818032034645 + - - -0.036748210573521484 + - -0.9992964258612803 + - 0.007498151806655884 + - 0.03511528593308441 + - - -0.08716277365809083 + - -0.0042694737924932075 + - -0.9961849338761175 + - 0.5744466169276589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9933473875307515 + - -0.033693240665034555 + - -0.11011690705481667 + - 0.025768438226059887 + - - -0.01935916101331394 + - -0.9914897785435967 + - 0.12873710393056814 + - -0.03032331980715699 + - - -0.1135173580149382 + - -0.12574889493374236 + - -0.9855460541508198 + - 0.5758010512925686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991322220059577 + - -0.01412821303524166 + - -0.13069295930761685 + - 0.06431667548561047 + - - -0.025230674490088336 + - -0.9961724386524391 + - -0.08368921993917688 + - -0.03260439513669745 + - - -0.12901034486011878 + - 0.08626045481959588 + - -0.9878843377913176 + - 0.5729662333315544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9955160570818898 + - -0.03726157342902668 + - -0.08694455266272122 + - 0.048477818032034645 + - - -0.036748210573521484 + - -0.9992964258612803 + - 0.007498151806655884 + - 0.03511528593308441 + - - -0.08716277365809083 + - -0.0042694737924932075 + - -0.9961849338761175 + - 0.5744466169276589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9933473875307515 + - -0.033693240665034555 + - -0.11011690705481667 + - 0.025768438226059887 + - - -0.01935916101331394 + - -0.9914897785435967 + - 0.12873710393056814 + - -0.03032331980715699 + - - -0.1135173580149382 + - -0.12574889493374236 + - -0.9855460541508198 + - 0.5758010512925686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991322220059577 + - -0.01412821303524166 + - -0.13069295930761685 + - 0.06431667548561047 + - - -0.025230674490088336 + - -0.9961724386524391 + - -0.08368921993917688 + - -0.03260439513669745 + - - -0.12901034486011878 + - 0.08626045481959588 + - -0.9878843377913176 + - 0.5729662333315544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9965873330960907 + - -0.038346329868786895 + - -0.07309751362403284 + - 0.048494220431664195 + - - -0.03714463499748847 + - -0.999152616109798 + - 0.017729236076326288 + - 0.03516109813695462 + - - -0.07371542310347841 + - -0.014953551636348374 + - -0.9971672014713151 + - 0.5748120181339339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.992031785643879 + - -0.031077768057846344 + - -0.12209467066485569 + - 0.025761432501919725 + - - -0.018193518755283765 + - -0.9942785347087895 + - 0.10525773744786987 + - -0.03033960091975347 + - - -0.12466728579510344 + - -0.10219768955258371 + - -0.9869213241705728 + - 0.5759884181303137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907896938238709 + - -0.01010212602181516 + - -0.13503232821157798 + - 0.06433233260886159 + - - -0.024682717431564274 + - -0.9939799781793672 + - -0.1067453345057243 + - -0.032616950729003426 + - - -0.13314107582783577 + - 0.1090951420934259 + - -0.9850744661694477 + - 0.5731848565261128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9957359702854314 + - -0.0384484349548732 + - -0.08385460827677561 + - 0.04849494742569701 + - - -0.037711888408290914 + - -0.9992350473886525 + - 0.010350533458602628 + - 0.03512742578866952 + - - -0.08418842528763211 + - -0.0071440828465188 + - -0.9964242425432405 + - 0.5746946961065914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9924782409158391 + - -0.032796436834365804 + - -0.11794632270474165 + - 0.025762063736358302 + - - -0.020390743218496318 + - -0.9942748411482928 + - 0.10488926470585028 + - -0.03032758494538887 + - - -0.12071105541581081 + - -0.10169529974637981 + - -0.9874648890517042 + - 0.5759620081533218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916403478370125 + - -0.013250740014906861 + - -0.1283504516187863 + - 0.06435225390107385 + - - -0.025860324597755963 + - -0.9949404208296084 + - -0.09708142258486462 + - -0.03263776015276582 + - - -0.12641465165631613 + - 0.09958904000169753 + - -0.9869657334265224 + - 0.5733516662094813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963537416396014 + - -0.03904006324449562 + - -0.07586234232234232 + - 0.04852004891892098 + - - -0.03702496815749372 + - -0.9989278494043484 + - 0.027790347557023466 + - 0.03513735525145994 + - - -0.07686594339304659 + - -0.02488021596106767 + - -0.9967309574805168 + - 0.5748300628572645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9859676266335788 + - -0.036251020388277766 + - -0.16295306916826233 + - 0.02575087819548581 + - - -0.014237455472698075 + - -0.9908411505504526 + - 0.1342799658829219 + - -0.030324288261852433 + - - -0.16632839232136756 + - -0.13007566219959982 + - -0.9774534198677323 + - 0.5755556538420934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9928087578135171 + - -0.014156883087095245 + - -0.11887116164166825 + - 0.0643551964664496 + - - -0.02500847458323547 + - -0.9956005919049978 + - -0.09029970984138525 + - -0.03264416201619625 + - - -0.11706983645585642 + - 0.09262312918314203 + - -0.9887950289784646 + - 0.5734205028028946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9958348865185701 + - -0.03830595507187465 + - -0.08273773382549308 + - 0.04846923643098659 + - - -0.03724452918536464 + - -0.9992033604576391 + - 0.014334904810335617 + - 0.035097568470790354 + - - -0.08322093389470671 + - -0.011193670362860564 + - -0.9964682523319547 + - 0.5744170404962029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9842130519232427 + - -0.036595700488253696 + - -0.17316299584411898 + - 0.025743185059551185 + - - -0.015294650284116926 + - -0.9923158046473597 + - 0.1227819918381709 + - -0.03031542099940475 + - - -0.1763256705548653 + - -0.11819517144467506 + - -0.9772098850045162 + - 0.5756482464480955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918228692660644 + - -0.01594702655290336 + - -0.12662183202336078 + - 0.06432091634187517 + - - -0.02530647342261726 + - -0.9970359834978237 + - -0.07265555734723891 + - -0.032628563844248684 + - - -0.12508788272147534 + - 0.07526579538308587 + - -0.9892866529179549 + - 0.573202039035671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995398692503834 + - -0.038526215657959946 + - -0.08773353787881849 + - 0.048496478844201836 + - - -0.03856824971634346 + - -0.9992552276501594 + - 0.0012166049673234928 + - 0.03512939602081636 + - - -0.08771506755099429 + - 0.002172722003641075 + - -0.9961432357867116 + - 0.5745667418771692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9923383596452827 + - -0.032697491430491 + - -0.11914467688764957 + - 0.02577761529245585 + - - -0.01877410522988878 + - -0.9930528415277479 + - 0.1161618995475001 + - -0.03031254202643951 + - - -0.12211516265118968 + - -0.11303507414877655 + - -0.9860582939476017 + - 0.5759557069826289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991962495041056 + - -0.010370217689468962 + - -0.1261065700786275 + - 0.06431566367824895 + - - -0.024339381460589324 + - -0.9936619933966678 + - -0.10974259605584635 + - -0.03260341667605299 + - - -0.12416925119383897 + - 0.11192989530967037 + - -0.9859278348814013 + - 0.5730282678032806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9968386742263384 + - -0.04019243717864875 + - -0.0685363083359214 + - 0.0485198301052291 + - - -0.03738485936152033 + - -0.9984277010054807 + - 0.04176718993936654 + - 0.03519423747459182 + - - -0.07010727392500342 + - -0.03907292999702158 + - -0.9967739343924749 + - 0.574801110715419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9903827894555377 + - -0.03443276711973311 + - -0.13400117499016997 + - 0.025752610466988627 + - - -0.017857599233671598 + - -0.9922479883656675 + - 0.12298388404135147 + - -0.03031223566711974 + - - -0.137197071761308 + - -0.11940818285513452 + - -0.9833202171049663 + - 0.5758154010934404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915784223643059 + - -0.012880685961150641 + - -0.12886551218493034 + - 0.06431196549084833 + - - -0.02531545282407971 + - -0.9951240478408468 + - -0.09532710662324534 + - -0.03261307370843668 + - - -0.1270092915885527 + - 0.09778659078840005 + - -0.9870696138126003 + - 0.5729773615504391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9965636793747874 + - -0.03934209554030434 + - -0.07289055130456557 + - 0.04849752392266819 + - - -0.036395195890815205 + - -0.9984826280844143 + - 0.041325913537514705 + - 0.03514288008871147 + - - -0.07440579726778773 + - -0.03853103855515082 + - -0.996483384909556 + - 0.5745689043272099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9900251251795568 + - -0.0346161431357552 + - -0.13657223051414163 + - 0.02576373896160319 + - - -0.017175713231342142 + - -0.991770666974124 + - 0.1268697718319675 + - -0.030335562492424056 + - - -0.1398400743284901 + - -0.12325853627276975 + - -0.9824724356681444 + - 0.5757379127460108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9925767824678874 + - -0.013741493997131645 + - -0.12084081366998037 + - 0.06435008517747408 + - - -0.025493084747367136 + - -0.9950309095402595 + - -0.09624755420034257 + - -0.03263798570339935 + - - -0.11891775954734296 + - 0.09861369277240924 + - -0.9879948917185906 + - 0.5733511924527243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9950240017532755 + - -0.03833505630458383 + - -0.0919655337233577 + - 0.048453166700901856 + - - -0.037091843701665884 + - -0.9991964034643033 + - 0.015190208517740656 + - 0.03510920581972087 + - - -0.09247394803786005 + - -0.011703450863981932 + - -0.9956463218292756 + - 0.5744158151159885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9928223165941547 + - -0.03408540217234652 + - -0.11463870651470942 + - 0.02576670188011971 + - - -0.018950297170439515 + - -0.9912526911176935 + - 0.13061006312333748 + - -0.030303656706033424 + - - -0.11808782286827171 + - -0.1275001478849321 + - -0.9847837216259984 + - 0.5758068116543018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9926429175590109 + - -0.012163775561868326 + - -0.12046609806918776 + - 0.0643770204701208 + - - -0.02469080987714148 + - -0.9943698225704674 + - -0.10304862866039592 + - -0.03263881021330616 + - - -0.11853439217183137 + - 0.1052648969279779 + - -0.9873544952787711 + - 0.5734417318944355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9974228198487295 + - -0.036845331098437635 + - -0.06156411309566177 + - 0.04850340949079492 + - - -0.036178732582479896 + - -0.999274386801437 + - 0.011907946562599539 + - 0.035092786627700996 + - - -0.0619581935964432 + - -0.009649946054710524 + - -0.9980320940668226 + - 0.5744765405452429 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9943593565559277 + - -0.03122726052559152 + - -0.10136236101111856 + - 0.02578975322835244 + - - -0.02196661820883601 + - -0.9955880075693501 + - 0.09122492460155386 + - -0.03034658027322898 + - - -0.10376385552854486 + - -0.08848376904358667 + - -0.9906582079111305 + - 0.576012615161924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9922550295293797 + - -0.014248592457664102 + - -0.1233974634529625 + - 0.06438246572375801 + - - -0.024926895338224207 + - -0.9960323579089332 + - -0.08542945561788792 + - -0.03263149675227775 + - - -0.12169061698605622 + - 0.08784372266330057 + - -0.9886732898820554 + - 0.5734150851249915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9974228198487295 + - -0.036845331098437635 + - -0.06156411309566177 + - 0.04850340949079492 + - - -0.036178732582479896 + - -0.999274386801437 + - 0.011907946562599539 + - 0.035092786627700996 + - - -0.0619581935964432 + - -0.009649946054710524 + - -0.9980320940668226 + - 0.5744765405452429 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9943593565559277 + - -0.03122726052559152 + - -0.10136236101111856 + - 0.02578975322835244 + - - -0.02196661820883601 + - -0.9955880075693501 + - 0.09122492460155386 + - -0.03034658027322898 + - - -0.10376385552854486 + - -0.08848376904358667 + - -0.9906582079111305 + - 0.576012615161924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9922550295293797 + - -0.014248592457664102 + - -0.1233974634529625 + - 0.06438246572375801 + - - -0.024926895338224207 + - -0.9960323579089332 + - -0.08542945561788792 + - -0.03263149675227775 + - - -0.12169061698605622 + - 0.08784372266330057 + - -0.9886732898820554 + - 0.5734150851249915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963350872983806 + - -0.03906378026078437 + - -0.07609477570678203 + - 0.04854817421214647 + - - -0.038290748672833566 + - -0.999199401754277 + - 0.011591984298202868 + - 0.03512538127329068 + - - -0.07648668109025392 + - -0.00863577475580738 + - -0.9970332045675137 + - 0.5749048297823698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9893877962795784 + - -0.0352091910647846 + - -0.1409684412824479 + - 0.02575432614686839 + - - -0.01744926677067641 + - -0.9919664267371048 + - 0.1252921837769055 + - -0.030325373053415115 + - - -0.14424739741917436 + - -0.12150276165990462 + - -0.9820538515004211 + - 0.5757261888018013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886990426683501 + - -0.01104439737774962 + - -0.1495066029085351 + - 0.06432220418120954 + - - -0.02546146146923626 + - -0.9951646187221871 + - -0.09486356320197535 + - -0.03261318827200258 + - - -0.14773597059124985 + - 0.09759817073125364 + - -0.9841995123263245 + - 0.5730888691397754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9972155202737994 + - -0.037645024737958784 + - -0.06437436009416952 + - 0.04851634045765164 + - - -0.03617856749718578 + - -0.9990619791819891 + - 0.023796491481270696 + - 0.03515242321288995 + - - -0.06520979511474412 + - -0.021401258501431344 + - -0.9976420544241547 + - 0.5747973653498977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9857946519954932 + - -0.03511960182284634 + - -0.16424225298287018 + - 0.02573649572225928 + - - -0.014840510532041655 + - -0.9922828026262084 + - 0.12310401642280053 + - -0.030310938034778273 + - - -0.1672981271390471 + - -0.1189178421435636 + - -0.9787082729167488 + - 0.5755876154333648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901518153260367 + - -0.009087792289608413 + - -0.1397025219452211 + - 0.06432513359086517 + - - -0.02492122840621016 + - -0.9933945650532242 + - -0.1120096893016001 + - -0.03263430951860567 + - - -0.13776180523381493 + - 0.11438815565440513 + - -0.9838379108698262 + - 0.5731670804426481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963528620555813 + - -0.04042016829419455 + - -0.07514774959186099 + - 0.04851358244975476 + - - -0.0377467628277018 + - -0.9986145765782096 + - 0.0366620967969951 + - 0.03515690034191242 + - - -0.07652552626203418 + - -0.03369180079176533 + - -0.9964982219701782 + - 0.5748654822983739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9919615336482641 + - -0.03183747214833882 + - -0.12246914358068972 + - 0.02575141495270808 + - - -0.019813273130952616 + - -0.9949719286020198 + - 0.0981748211193488 + - -0.030326335740670347 + - - -0.1249789981157719 + - -0.09495913153131516 + - -0.9876046847645048 + - 0.5759332740702312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917616461280515 + - -0.007902549817372083 + - -0.12785298970208508 + - 0.06431275135659305 + - - -0.025400724324941407 + - -0.9904081597820743 + - -0.13581782004160586 + - -0.0326242324868367 + - - -0.1255533371645129 + - 0.13794646332352872 + - -0.9824495573734995 + - 0.5730834478451141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9950776447705572 + - -0.03892357936371672 + - -0.09113416399680913 + - 0.04847205358251862 + - - -0.03765089025041071 + - -0.9991685003446041 + - 0.015643477313792998 + - 0.035132314788606504 + - - -0.09166728610159888 + - -0.012135192154723988 + - -0.9957157454666147 + - 0.5743221271895504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9921859950546926 + - -0.03223302936431324 + - -0.12053208301248544 + - 0.025780137682068053 + - - -0.020840256560021753 + - -0.9952958976349953 + - 0.09461374032063936 + - -0.0303306887992729 + - - -0.12301477522575013 + - -0.09136250855218582 + - -0.9881903951704903 + - 0.5759610758570547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887082572342645 + - -0.014150986049802673 + - -0.1491835502681241 + - 0.06430511665340849 + - - -0.025991607934709136 + - -0.9966362647112129 + - -0.07772124664111957 + - -0.03259976500733133 + - - -0.14758190401858892 + - 0.08072115866549281 + - -0.9857503112603864 + - 0.5729691159185686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9961807474245494 + - -0.03993315830130209 + - -0.07764831826092072 + - 0.04853196610856801 + - - -0.038114138378164145 + - -0.9989663576919054 + - 0.02476951060190254 + - 0.035140467551759196 + - - -0.07855718246192542 + - -0.021715410837715114 + - -0.9966730707788751 + - 0.5746637948858622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9845705872767937 + - -0.034588861758624544 + - -0.17153532963116463 + - 0.025753235774488514 + - - -0.014516298810860606 + - -0.9930354243733328 + - 0.11691844597200744 + - -0.030311990479521843 + - - -0.174384734820062 + - -0.11262440491260399 + - -0.9782155732147281 + - 0.575492233198102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920453509367613 + - -0.014328337025773658 + - -0.12506286596281863 + - 0.06436271461334357 + - - -0.024820123601982158 + - -0.9962619010307048 + - -0.08274168247665718 + - -0.03264692141128151 + - - -0.12340981787986086 + - 0.08518757722086874 + - -0.9886926183289211 + - 0.5735447754858338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9953432595744137 + - -0.03992256541013726 + - -0.08773815812321693 + - 0.048485411876895985 + - - -0.03802159498381295 + - -0.9990068114883585 + - 0.023232496954716665 + - 0.035116489954863245 + - - -0.08857851847185182 + - -0.01978836453417363 + - -0.9958726156966036 + - 0.5745285451398763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9884839575928067 + - -0.032600137624044526 + - -0.14777244874656298 + - 0.025761519895444517 + - - -0.01883229156355105 + - -0.9954290813949139 + - 0.09362846099206738 + - -0.03033833959830181 + - - -0.15014929362513707 + - -0.08976733782490733 + - -0.9845796131769646 + - 0.5757923829466833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890253583542994 + - -0.012348123930075672 + - -0.14722895220559437 + - 0.06433413438609638 + - - -0.024955706869083542 + - -0.9961451436061192 + - -0.08409557398940959 + - -0.03262641661404362 + - - -0.14562298316822822 + - 0.08684685777477144 + - -0.985520963789119 + - 0.5731635794608596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9945293015129449 + - -0.038774601276013405 + - -0.09699483866711724 + - 0.048486871249041996 + - - -0.03794384199705041 + - -0.9992257985158339 + - 0.010395596899480351 + - 0.03514244075769548 + - - -0.09732283024386824 + - -0.006658368890335838 + - -0.9952305927959827 + - 0.5747731095753699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9897175719551354 + - -0.03501976695393105 + - -0.13868216787216614 + - 0.025759690010463278 + - - -0.017445443178275573 + - -0.9918810232096 + - 0.12596702865825934 + - -0.03032273581553196 + - - -0.14196754655746102 + - -0.12225240987060146 + - -0.9822930133138918 + - 0.5757801702870422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866825799627595 + - -0.011861103931286426 + - -0.16222453763707823 + - 0.06434128552204209 + - - -0.026120716002600672 + - -0.9959481373779453 + - -0.08605240176143954 + - -0.03262579965758187 + - - -0.16054654961581727 + - 0.08914382685824039 + - -0.9829944982244424 + - 0.573243961100212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995333818523953 + - -0.037684284289667656 + - -0.0888283987253078 + - 0.04849477690450342 + - - -0.03732363544368377 + - -0.9992868702341662 + - 0.0057181478532508725 + - 0.035150843404347855 + - - -0.0889805368594377 + - -0.002376067166591162 + - -0.9960305308398062 + - 0.5749110174832657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9925625765279456 + - -0.03376697199314164 + - -0.11695863917907307 + - 0.0257666871466923 + - - -0.021592249737468965 + - -0.9943597211956446 + - 0.10383891185387033 + - -0.030338790313317467 + - - -0.11980528547389296 + - -0.1005412177474267 + - -0.9876933517577128 + - 0.5758815259480539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883422965682065 + - -0.006441043013595573 + - -0.1521118594297646 + - 0.06434255482089395 + - - -0.02535423497895058 + - -0.9921164135904216 + - -0.12272809235505892 + - -0.032635906855710724 + - - -0.15012217552019294 + - 0.12515404447870124 + - -0.9807139223890461 + - 0.5732551764569793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9959064167250937 + - -0.03972132890438659 + - -0.08119498233175251 + - 0.04852784575863966 + - - -0.03765262675886107 + - -0.9989300234508897 + - 0.026853080764844505 + - 0.03516114988448647 + - - -0.08217474565790855 + - -0.023685951078116035 + - -0.9963364325856922 + - 0.5749214446166531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9857305304345817 + - -0.03314453923061071 + - -0.16503563520751777 + - 0.025760366179281263 + - - -0.015963999130580837 + - -0.9944114613418867 + - 0.10435993619992376 + - -0.030305054699434217 + - - -0.16757228917967668 + - -0.10023614652950227 + - -0.9807508566542265 + - 0.5755905482589685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885745407178819 + - -0.008100341052338046 + - -0.15051498901858446 + - 0.06432797946704875 + - - -0.025074944710845502 + - -0.9934789319484036 + - -0.11122436298944773 + - -0.03261670466395951 + - - -0.14863251525886534 + - 0.11372772858672679 + - -0.9823310944678114 + - 0.5731370835602851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.993765303303039 + - -0.040482976867442906 + - -0.10388286930465944 + - 0.04849368147528929 + - - -0.03822462429106958 + - -0.9989895098850821 + - 0.023639738521607168 + - 0.035135103682169655 + - - -0.10473490367984041 + - -0.019521468272480587 + - -0.994308559868445 + - 0.5745981406544601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9909073494379501 + - -0.03384612483833341 + - -0.13021929451231193 + - 0.025754784125319955 + - - -0.016972780617145623 + - -0.9915556132683522 + - 0.12856667730848748 + - -0.03032211139876305 + - - -0.13347115623976039 + - -0.12518748191992063 + - -0.9831142074156854 + - 0.575723248139418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902395356836066 + - -0.011299391377406338 + - -0.1389171901659957 + - 0.06431913959551731 + - - -0.02520098555718343 + - -0.994795723463628 + - -0.09872375046271278 + - -0.032624020505775994 + - - -0.1370787083979925 + - 0.10126101092215872 + - -0.9853708111015674 + - 0.5730663827701171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9951053410670372 + - -0.03793189113514244 + - -0.0912498318615837 + - 0.04850655421353762 + - - -0.0382545255138333 + - -0.9992664268744476 + - -0.0017886864695162528 + - 0.03513132174509907 + - - -0.09111504517678226 + - 0.005270650480391918 + - -0.9958264250289539 + - 0.5746703362509301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9903110453770197 + - -0.03481120139177137 + - -0.13443293369534104 + - 0.025766765638918016 + - - -0.018109525162906814 + - -0.9921771416227688 + - 0.12351746734630732 + - -0.030317689451679244 + - - -0.1376810753250005 + - -0.11988619561456433 + - -0.9831943966471828 + - 0.5755797274955813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987091543687067 + - -0.014860731835665185 + - -0.15946611875502462 + - 0.0643246499496288 + - - -0.024645952433655555 + - -0.997920361169127 + - -0.059561143312715614 + - -0.03261842235665149 + - - -0.1582493646436571 + - 0.06272249527393109 + - -0.98540500667314 + - 0.5731704581080118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9967995058648885 + - -0.03958930243329287 + - -0.06945093404958043 + - 0.04852195326513144 + - - -0.037355711290641 + - -0.9987513582607662 + - 0.033170396534343276 + - 0.03514402324924795 + - - -0.0706774075747277 + - -0.030469845833554315 + - -0.9970337469481141 + - 0.5747170343277441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9890627912331006 + - -0.033112927910899516 + - -0.14373005601945454 + - 0.025766608756325925 + - - -0.01932638323417076 + - -0.9951669451490192 + - 0.0962769037404884 + - -0.030318448841733004 + - - -0.14622341094802138 + - -0.09244612099994719 + - -0.9849225496468184 + - 0.5756597186809465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859796539001425 + - -0.012188696946680812 + - -0.16641982382425782 + - 0.06430137079780673 + - - -0.02549183068546693 + - -0.9966245144527064 + - -0.07803681028983141 + - -0.03260224754707522 + - - -0.16490690908284747 + - 0.08118505317267226 + - -0.9829622060273183 + - 0.5728583810439015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9967995058648885 + - -0.03958930243329287 + - -0.06945093404958043 + - 0.04852195326513144 + - - -0.037355711290641 + - -0.9987513582607662 + - 0.033170396534343276 + - 0.03514402324924795 + - - -0.0706774075747277 + - -0.030469845833554315 + - -0.9970337469481141 + - 0.5747170343277441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9890627912331006 + - -0.033112927910899516 + - -0.14373005601945454 + - 0.025766608756325925 + - - -0.01932638323417076 + - -0.9951669451490192 + - 0.0962769037404884 + - -0.030318448841733004 + - - -0.14622341094802138 + - -0.09244612099994719 + - -0.9849225496468184 + - 0.5756597186809465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859796539001425 + - -0.012188696946680812 + - -0.16641982382425782 + - 0.06430137079780673 + - - -0.02549183068546693 + - -0.9966245144527064 + - -0.07803681028983141 + - -0.03260224754707522 + - - -0.16490690908284747 + - 0.08118505317267226 + - -0.9829622060273183 + - 0.5728583810439015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9954697462284491 + - -0.03831647740941461 + - -0.08701627378140869 + - 0.04847456210952677 + - - -0.03698310320514935 + - -0.9991732377420703 + - 0.016884639686548488 + - 0.03510660866359874 + - - -0.08759129192553633 + - -0.013590016150141852 + - -0.9960637916518468 + - 0.5745300654605773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9865883920596595 + - -0.03359468304512617 + - -0.15973334631263794 + - 0.025754787073721398 + - - -0.015821422255402718 + - -0.9936648975874484 + - 0.11126434244780638 + - -0.030321407215805292 + - - -0.1624593095238062 + - -0.10724489998887589 + - -0.9808697692229202 + - 0.575634626018944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884807831303803 + - -0.009923358272001937 + - -0.15102075467483103 + - 0.06435784621702068 + - - -0.02468805632732069 + - -0.995055048854514 + - -0.0962078459582126 + - -0.03261744341977982 + - - -0.14931925949698868 + - 0.0988280158140677 + - -0.9838377823775242 + - 0.5733163772621768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9968195731261918 + - -0.039791304742675226 + - -0.06904629388600247 + - 0.048539945592321845 + - - -0.0376175592171472 + - -0.9987634861732483 + - 0.03250258336813475 + - 0.03517891343006409 + - - -0.07025423738865219 + - -0.029801858229541303 + - -0.9970838437037297 + - 0.5747714822375557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9901303458253802 + - -0.03509741606987596 + - -0.13568371184829522 + - 0.025768382769836267 + - - -0.01711482353858195 + - -0.9911692346591684 + - 0.13149384426809524 + - -0.030319340726719435 + - - -0.1391006149912947 + - -0.12787384271373442 + - -0.9819874231672558 + - 0.5757251015553737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898018020309245 + - -0.008454364812832722 + - -0.1422002686774751 + - 0.0643493162882239 + - - -0.023727810439219295 + - -0.9940767542507282 + - -0.10605846345341038 + - -0.03263743205459355 + - - -0.14046132459896227 + - 0.10835095926640173 + - -0.9841395662800861 + - 0.5731549087016651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9943062646129962 + - -0.04029512878192241 + - -0.09864762920516004 + - 0.04851580938945723 + - - -0.03800156622824263 + - -0.9989643939339958 + - 0.025020403999217688 + - 0.03514912250673698 + - - -0.09955366952328248 + - -0.021129180025071196 + - -0.9948078330189788 + - 0.5748939389237487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9892101316976872 + - -0.028704541698561424 + - -0.14366406868984208 + - 0.025773910174613238 + - - -0.017709836676420385 + - -0.9968558061865783 + - 0.07723252784287801 + - -0.030337156151235844 + - - -0.14542928532980773 + - -0.07385493184603151 + - -0.9866082160667824 + - 0.5758526554684699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911984215633527 + - -0.014483086300834457 + - -0.1315900045653954 + - 0.0643725034387713 + - - -0.024919153549561476 + - -0.9966410664914603 + - -0.0780103862901465 + - -0.03264044285794109 + - - -0.1300181713326702 + - 0.0806028832856932 + - -0.988229958222954 + - 0.5734793536648033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9956599186367572 + - -0.03868852800532844 + - -0.08464351257495785 + - 0.04853446154495671 + - - -0.037389592729908376 + - -0.999158215742236 + - 0.016878337308015946 + - 0.03515744403431238 + - - -0.08522525902417495 + - -0.013640297488416346 + - -0.996268336096601 + - 0.5748694146342126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.984108031709476 + - -0.03540230165535177 + - -0.17400591645804586 + - 0.02573356029450571 + - - -0.013941629585868524 + - -0.9923037230990678 + - 0.12304044899227447 + - -0.030326073207622612 + - - -0.17702263383361855 + - -0.11865916804542974 + - -0.9770276295731746 + - 0.5755207304002938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915504973038758 + - -0.010584479803873621 + - -0.12928874693382275 + - 0.06437627351317624 + - - -0.025283516925084175 + - -0.9933202563259032 + - -0.11258602108850761 + - -0.03265067654867717 + - - -0.12723346677794978 + - 0.11490359942109861 + - -0.9851948070162271 + - 0.5734539140478243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9957802404496173 + - -0.03846000599796724 + - -0.08332190989612802 + - 0.04849808372641884 + - - -0.037201102259925095 + - -0.9991697532291738 + - 0.016609702664373976 + - 0.035125108831175894 + - - -0.08389154141359394 + - -0.013439946822388846 + - -0.9963842517365793 + - 0.5746259306105718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9888553101054314 + - -0.03833327307494824 + - -0.14386012599623518 + - 0.02576633306841282 + - - -0.015585938587688569 + - -0.9876289926919536 + - 0.15603221241979984 + - -0.03030702066229305 + - - -0.14806165673337582 + - -0.15205108670982323 + - -0.9772196338775277 + - 0.575571301248508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868285114182476 + - -0.012036286138454658 + - -0.16132147057363094 + - 0.06435140849383765 + - - -0.025707618003219655 + - -0.9962238473054776 + - -0.08292867077478809 + - -0.032624765116554655 + - - -0.15971414285731295 + - 0.08598356747580262 + - -0.9834115205220488 + - 0.5732940048521895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9962547516843939 + - -0.039466770880277856 + - -0.07693402200944773 + - 0.048491650209927975 + - - -0.03744459851940924 + - -0.9989187909394769 + - 0.02755269768524913 + - 0.03515930158605902 + - - -0.07793825625446589 + - -0.02456874242402588 + - -0.9966554094107531 + - 0.5746358296618466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9894750834990528 + - -0.03479491333193806 + - -0.14045772723764768 + - 0.025761186932837948 + - - -0.017965682905940562 + - -0.9926894143445131 + - 0.11935225547123411 + - -0.030309788023798533 + - - -0.14358375037679474 + - -0.11557266395895897 + - -0.9828665555268242 + - 0.575690164396933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895568086637352 + - -0.008838615578385584 + - -0.1438721700048384 + - 0.06435363933605577 + - - -0.024552435010384684 + - -0.993867722091384 + - -0.10781525365153583 + - -0.03264082870824013 + - - -0.14203696829454096 + - 0.11022173043253172 + - -0.9837055808412162 + - 0.5733507429129943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9964358541589341 + - -0.036214350962916426 + - -0.07618470536065626 + - 0.048488248029797384 + - - -0.03639961261808148 + - -0.9993367690610572 + - -0.001044128278132619 + - 0.03509402726760277 + - - -0.07609636487907222 + - 0.003813500615223137 + - -0.9970931754180494 + - 0.5744824860235106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9889743326557534 + - -0.031642901874624124 + - -0.14466684523089585 + - 0.02576403603502335 + - - -0.017683777439489817 + - -0.9951488659005305 + - 0.09677819337206088 + - -0.030337452040304337 + - - -0.147027389841409 + - -0.09315289291182709 + - -0.9847362515813975 + - 0.5758080507023904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883971708855 + - -0.009329937394728632 + - -0.15160469931288412 + - 0.06434455560313262 + - - -0.02608415049518119 + - -0.9937100655477241 + - -0.10890327232035626 + - -0.03264146051762419 + - - -0.14963505497871915 + - 0.11159416605426728 + - -0.9824235809589301 + - 0.5732132340755212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9943287960205437 + - -0.03727808932968796 + - -0.0996021559016865 + - 0.048464535880463996 + - - -0.037288541134760086 + - -0.9993029952980459 + - 0.0017573526664379608 + - 0.03512252841325826 + - - -0.09959824348038154 + - 0.0019666327264480756 + - -0.9950257897418243 + - 0.5745889970230966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9905691688116047 + - -0.03354364258760966 + - -0.13284406588869974 + - 0.025763023426930008 + - - -0.018627623115391612 + - -0.993536691228646 + - 0.11197256288710147 + - -0.030305149381134787 + - - -0.1357414213015225 + - -0.10844199935629029 + - -0.9847916527462311 + - 0.5759550241843867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888552434745997 + - -0.009001697198393893 + - -0.14860779555709183 + - 0.06433210255867727 + - - -0.02491385905240627 + - -0.9941003849582087 + - -0.10556383970403246 + - -0.03263992159082734 + - - -0.14678081305098026 + - 0.10808975008524285 + - -0.9832456452212761 + - 0.5732356563524251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9970792182327746 + - -0.03725385349927695 + - -0.06667220536155578 + - 0.04850198278332072 + - - -0.036430923610354556 + - -0.9992447555408229 + - 0.013516890509939795 + - 0.035103459942285455 + - - -0.06712540780669841 + - -0.011048480602128069 + - -0.9976833719688672 + - 0.574609481502953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9915276646805459 + - -0.030468976915374556 + - -0.12627165801902437 + - 0.025763972617473183 + - - -0.018317918515924903 + - -0.9951841223564184 + - 0.09629650290082882 + - -0.03035809329241824 + - - -0.1285976050880692 + - -0.093167612695699 + - -0.9873107170036176 + - 0.5759435131266694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894991567288419 + - -0.009532661180357069 + - -0.14422394809368957 + - 0.06435223734135384 + - - -0.025237011199587885 + - -0.9938895863536418 + - -0.10745502967986034 + - -0.032650994916239254 + - - -0.14231834772306287 + - 0.10996644264778371 + - -0.9836934834554767 + - 0.5733313975630068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963557784496874 + - -0.037084237736967736 + - -0.07681095013984347 + - 0.04851658271154582 + - - -0.03637201104344897 + - -0.9992815559317421 + - 0.0106512340737095 + - 0.03513489352467594 + - - -0.07715075866491973 + - -0.00781864989021647 + - -0.9969887808552925 + - 0.5749132567929763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9898026728660619 + - -0.03502970580732694 + - -0.13807095457862126 + - 0.02576242609553345 + - - -0.018762543795348793 + - -0.9929070274470021 + - 0.11740358511002241 + - -0.030319759686626428 + - - -0.14120423413455838 + - -0.11361582001381137 + - -0.9834392760638873 + - 0.5759349816117427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899165854328414 + - -0.009492442456619074 + - -0.141333108015043 + - 0.06436165201355241 + - - -0.02439159057232005 + - -0.9942715433721159 + - -0.10406319402066697 + - -0.03264638800116328 + - - -0.1395356735546016 + - 0.10646122099919034 + - -0.9844774269778994 + - 0.5734372014729977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.997025698922833 + - -0.038332279899982426 + - -0.06686099015947841 + - 0.048520007851783266 + - - -0.03743091789884353 + - -0.9991913463975187 + - 0.014682631561255299 + - 0.035140117161859274 + - - -0.06736974152159483 + - -0.012136292761092187 + - -0.9976542629214443 + - 0.5748545481375404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9911707937710454 + - -0.03193210114787532 + - -0.12868876598816853 + - 0.02578748714391273 + - - -0.019204556675705926 + - -0.9949065260755633 + - 0.09895549188976176 + - -0.03033660000675876 + - - -0.13119314989040143 + - -0.09561038274443297 + - -0.9867355330245781 + - 0.5759570503688227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888527094168762 + - -0.011716766720505218 + - -0.14843529383714768 + - 0.06433257764288834 + - - -0.02490214838861948 + - -0.9958720971329945 + - -0.08728487358966262 + - -0.03262664589558823 + - - -0.1467998708600736 + - 0.09000824145348842 + - -0.985062594146137 + - 0.5731483217439937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995836068713113 + - -0.03861412899100845 + - -0.08258010227819841 + - 0.04846821750452734 + - - -0.03754838674476192 + - -0.9991907570776751 + - 0.014420458502045585 + - 0.03511900321988528 + - - -0.08307010835961236 + - -0.011259663085953874 + - -0.9964800936718776 + - 0.5745658561801597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.993086107592783 + - -0.03258981802219481 + - -0.1127736080273015 + - 0.02578178395015817 + - - -0.020641448395988762 + - -0.994200839739462 + - 0.10553966491070468 + - -0.030343456095399644 + - - -0.1155591342747554 + - -0.10248216441229333 + - -0.9879997431492785 + - 0.575997660228547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920610989991223 + - -0.014555545824642972 + - -0.12491161650703436 + - 0.06435374676726469 + - - -0.024877429170464063 + - -0.9963647816171805 + - -0.08147598094418232 + - -0.03262315871835132 + - - -0.12327160812823951 + - 0.08393663108973898 + - -0.9888168448154505 + - 0.5733619324610811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995836068713113 + - -0.03861412899100845 + - -0.08258010227819841 + - 0.04846821750452734 + - - -0.03754838674476192 + - -0.9991907570776751 + - 0.014420458502045585 + - 0.03511900321988528 + - - -0.08307010835961236 + - -0.011259663085953874 + - -0.9964800936718776 + - 0.5745658561801597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.993086107592783 + - -0.03258981802219481 + - -0.1127736080273015 + - 0.02578178395015817 + - - -0.020641448395988762 + - -0.994200839739462 + - 0.10553966491070468 + - -0.030343456095399644 + - - -0.1155591342747554 + - -0.10248216441229333 + - -0.9879997431492785 + - 0.575997660228547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920610989991223 + - -0.014555545824642972 + - -0.12491161650703436 + - 0.06435374676726469 + - - -0.024877429170464063 + - -0.9963647816171805 + - -0.08147598094418232 + - -0.03262315871835132 + - - -0.12327160812823951 + - 0.08393663108973898 + - -0.9888168448154505 + - 0.5733619324610811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9966716860579862 + - -0.038033177446513876 + - -0.07210428297717825 + - 0.04850865642343091 + - - -0.03673072628334758 + - -0.9991387218969875 + - 0.019304614804551097 + - 0.035119724626513256 + - - -0.07277639697751467 + - -0.016591920304060127 + - -0.9972102607893658 + - 0.5745519505292792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9919566407120074 + - -0.032217296129357004 + - -0.1224094309171588 + - 0.025783061267965347 + - - -0.02096707177504694 + - -0.9955283139240392 + - 0.09210731825832452 + - -0.030340857722035812 + - - -0.1248295031173696 + - -0.08879989868053662 + - -0.9881964243741209 + - 0.5760205358164419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9924567325045669 + - -0.014295090908192622 + - -0.12175912484198084 + - 0.06435971994385785 + - - -0.025149225875014482 + - -0.9957958907462433 + - -0.08807985246799609 + - -0.032646975638223205 + - - -0.11998812668029313 + - 0.09047759031286677 + - -0.9886438464416454 + - 0.5733810712456892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9950938501791414 + - -0.03673542349263885 + - -0.09186260390642592 + - 0.04844208178721365 + - - -0.03711324380174731 + - -0.9993081664121292 + - -0.0024074211388691756 + - 0.035092168684750784 + - - -0.09171061263651273 + - 0.005804929185122512 + - -0.9957687815587466 + - 0.5743643414043462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.993532786412266 + - -0.03340384481570096 + - -0.1085208987956116 + - 0.02577419619248826 + - - -0.020084844314210894 + - -0.9923780456806878 + - 0.12158294896840038 + - -0.030324735041834205 + - - -0.11175509542187646 + - -0.11861702071164706 + - -0.986631035922112 + - 0.5760289209169199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916694428157278 + - -0.010324794997325273 + - -0.12839437212669136 + - 0.06431905156146495 + - - -0.025381352546935094 + - -0.9929024161386002 + - -0.11619199184546929 + - -0.03262478083725371 + - - -0.1262834238070551 + - 0.11848287063703604 + - -0.9848930430443574 + - 0.5730420069241664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9962346586033587 + - -0.037869138402353196 + - -0.07798995675157688 + - 0.048521796533351584 + - - -0.03699230206899146 + - -0.9992353844121807 + - 0.012657650898870297 + - 0.03512115689280554 + - - -0.07840965874868927 + - -0.009724962483454634 + - -0.996873788661137 + - 0.5747227713077009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9896083252319486 + - -0.03263894291411838 + - -0.14003593123576058 + - 0.025771840096570405 + - - -0.017826138081945598 + - -0.9942321990260783 + - 0.10575709536882766 + - -0.030335426643509276 + - - -0.14268003165370113 + - -0.10216180218269849 + - -0.9844822876731106 + - 0.5758314450441135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9925907332802479 + - -0.013064515452991907 + - -0.12080130231979351 + - 0.06434634829148062 + - - -0.02406055136693703 + - -0.9956492261741083 + - -0.09002059923605818 + - -0.032609134525210554 + - - -0.1190996476657198 + - 0.0922601585457046 + - -0.9885865349432106 + - 0.5732468232661361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963053080513803 + - -0.03790541548425126 + - -0.07706434081733561 + - 0.04848221004552132 + - - -0.03654937309193558 + - -0.9991525085072327 + - 0.01893166844975635 + - 0.03514272825738657 + - - -0.07771664220249529 + - -0.016045068422144218 + - -0.9968463669513465 + - 0.5745673157465265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9916094212483706 + - -0.03564623203861493 + - -0.12425820630010978 + - 0.02576856156825387 + - - -0.016258489269448523 + - -0.9879869764926618 + - 0.1536795230587475 + - -0.030328756167786425 + - - -0.12824358548538264 + - -0.15036981220423895 + - -0.980276747841912 + - 0.5758493494391469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913843120098335 + - -0.01004615370248491 + - -0.13059946667798994 + - 0.06433574592038051 + - - -0.02452075548397376 + - -0.9936620268655336 + - -0.10970190935428517 + - -0.03262765352961975 + - - -0.12866964852397994 + - 0.11195914952011149 + - -0.9853472841528766 + - 0.573240922399696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9964094476021119 + - -0.03764242947691375 + - -0.07583706371115505 + - 0.04850607585227696 + - - -0.03726443421023351 + - -0.9992849855766672 + - 0.0063937112878108444 + - 0.03513328603618697 + - - -0.07602351394302549 + - -0.003544729061053367 + - -0.9970997243122872 + - 0.5744741170143601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9907339653942432 + - -0.035242690946625806 + - -0.1311646390954481 + - 0.025759310332826225 + - - -0.018095850575539675 + - -0.9913891466194982 + - 0.12969232882869502 + - -0.03032904828137447 + - - -0.13460590628254868 + - -0.1261170595118013 + - -0.9828406469484002 + - 0.5759072557179009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9938321077043745 + - -0.01120084929786059 + - -0.1103280683728633 + - 0.06434180732982864 + - - -0.02470955142967793 + - -0.9922412107949405 + - -0.12184751810494071 + - -0.03262890666387448 + - - -0.10810726045934513 + - 0.12382213281637644 + - -0.9863979418372578 + - 0.5731873561022607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9973991588074371 + - -0.038529686281270084 + - -0.06091289916990939 + - 0.0485348850475313 + - - -0.03737819304668455 + - -0.9991023877697442 + - 0.01993212074415137 + - 0.03514133630784474 + - - -0.06162620136582673 + - -0.01760346635925874 + - -0.9979440511758944 + - 0.5748561762913126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9910765571525394 + - -0.03272226113585269 + - -0.1292149816732813 + - 0.025784618230987454 + - - -0.01975519410707968 + - -0.994752222349672 + - 0.10038798950163337 + - -0.030357770513040214 + - - -0.13182181218774444 + - -0.09693951597024565 + - -0.9865220423665115 + - 0.5760085213557635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908845901579101 + - -0.00864459424107488 + - -0.13443585822985563 + - 0.06432155165645248 + - - -0.025069003899898856 + - -0.992340099182841 + - -0.12096558435049411 + - -0.032632182300676466 + - - -0.13236039449570072 + - 0.12323310652660195 + - -0.9835112238427918 + - 0.573038786963855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9970834803625866 + - -0.03532118614374365 + - -0.06765313738054089 + - 0.04849436258399361 + - - -0.03614243387364397 + - -0.9992866187753162 + - -0.010953447415515787 + - 0.03509956890495654 + - - -0.06721798614746353 + - 0.01336665051515181 + - -0.9976487733627925 + - 0.5744953201358907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9918302511686955 + - -0.03357335706492434 + - -0.12306739032755026 + - 0.025778766989726976 + - - -0.01965203798303634 + - -0.9934420701456669 + - 0.11263503303948168 + - -0.030313977221144785 + - - -0.12604185919668043 + - -0.10929630808075323 + - -0.9859856828423834 + - 0.5760178493657578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915524643814142 + - -0.01692709840596504 + - -0.12859698176356685 + - 0.06433483823056341 + - - -0.02551385759045672 + - -0.9975314846950637 + - -0.06542155694353609 + - -0.03261622887157794 + - - -0.12717214101366017 + - 0.06814991109031042 + - -0.9895366775255908 + - 0.5731911482440453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9958494917500269 + - -0.03752526842380873 + - -0.08291950319999646 + - 0.0484984939395224 + - - -0.0373137677043839 + - -0.9992951902814892 + - 0.004099441423626854 + - 0.03514704553794629 + - - -0.08301489336809627 + - -0.0009883875776102238 + - -0.9965478164990781 + - 0.574805021820483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9876053187730517 + - -0.03500280845809884 + - -0.1530050251829154 + - 0.025765680622400998 + - - -0.01843341253593221 + - -0.9939365206426888 + - 0.10839927229914742 + - -0.03033963087051966 + - - -0.15587156133643834 + - -0.10423529312449895 + - -0.982262215517725 + - 0.5759057655790759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919270993487549 + - -0.016054966588072032 + - -0.12578898054051144 + - 0.06436325790644667 + - - -0.0250987745203667 + - -0.9971857025906516 + - -0.07064507106914505 + - -0.0326415387333682 + - - -0.1243007686828246 + - 0.0732319096886368 + - -0.9895384814691214 + - 0.5734386816520259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.996449383390084 + - -0.036647223671952105 + - -0.07579978455549238 + - 0.04850754179773932 + - - -0.0368357333520657 + - -0.9993207397513376 + - -0.0010898858906258448 + - 0.03515670949307394 + - - -0.075708355482976 + - 0.0038781567757098213 + - -0.9971224622934166 + - 0.574682529731168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9883266266719338 + - -0.03334749671894068 + - -0.14865538494738817 + - 0.02576120880086181 + - - -0.016288671167640968 + - -0.9932865586503169 + - 0.1145272526353607 + - -0.030323865613075235 + - - -0.15147659292071625 + - -0.1107689345764033 + - -0.9822347402377605 + - 0.5758350072297405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9923703422507584 + - -0.01699667674206234 + - -0.12211558787001103 + - 0.06436753316761767 + - - -0.0252592946026747 + - -0.9974709077131039 + - -0.06643610691612817 + - -0.032623253710269154 + - - -0.12067755324536472 + - 0.0690137757677535 + - -0.9902898701375218 + - 0.573440645984776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9952135403592387 + - -0.038683537291713435 + - -0.08974181315435262 + - 0.04847373008451194 + - - -0.03724141844061998 + - -0.999149718921286 + - 0.01768942995253399 + - 0.035174224291679074 + - - -0.090349797111896 + - -0.01426264779469693 + - -0.9958079589156352 + - 0.5745016962553382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.994755625486872 + - -0.025307069222843048 + - -0.09909993849429095 + - 0.02579293220972583 + - - -0.02286948371842822 + - -0.9994091876365472 + - 0.025656624526795395 + - -0.030370271208287235 + - - -0.09969068299833524 + - -0.023255707149141748 + - -0.9947466711722731 + - 0.5764082393832315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909656633092377 + - -0.013237324130014685 + - -0.1334609583060134 + - 0.06434432621475937 + - - -0.024183697445960762 + - -0.9964421658774267 + - -0.08073511528043312 + - -0.032593193558883446 + - - -0.13191740946487973 + - 0.0832333065027428 + - -0.987760099299772 + - 0.5732225816403902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.995522838231886 + - -0.0377074969308947 + - -0.08667423627547424 + - 0.048508568595135776 + - - -0.03671610455034899 + - -0.9992411165281738 + - 0.013004564820685701 + - 0.03520149644339736 + - - -0.08709883021819531 + - -0.009764000959347601 + - -0.996151824803773 + - 0.5747605798711831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9928836091295327 + - -0.03235280557139493 + - -0.11460992406232919 + - 0.02575552329786579 + - - -0.02238026580064319 + - -0.9959345881002699 + - 0.08725491349052741 + - -0.03028614825813921 + - - -0.11696692876452687 + - -0.08406897285685355 + - -0.989571192678015 + - 0.5758837543300419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909331430071169 + - -0.011105676644398457 + - -0.1338961165841148 + - 0.06436546738754756 + - - -0.025568426303362094 + - -0.993953344779999 + - -0.10678484900500675 + - -0.032604153454930965 + - - -0.13190057492826304 + - 0.10924015903925906 + - -0.9852252666201121 + - 0.5734824694746422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.996814027828909 + - -0.03769069238722925 + - -0.07029370975327916 + - 0.04850448555424476 + - - -0.0358918177987067 + - -0.9989994476403318 + - 0.02668109872954959 + - 0.035203492188259404 + - - -0.07122900630088445 + - -0.024073124468643247 + - -0.997169450665084 + - 0.5748244982703896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9947356162289502 + - -0.027815917514033586 + - -0.09862722006861481 + - 0.0257764186005746 + - - -0.022057183934983775 + - -0.9980139090143051 + - 0.05900608486288106 + - -0.030337242890535486 + - - -0.1000726458252643 + - -0.056520015453286165 + - -0.9933735215973357 + - 0.5763957455312395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904155673946629 + - -0.014220481427239973 + - -0.1373855224187958 + - 0.0643398013041192 + - - -0.024581070840411848 + - -0.9969542902925544 + - -0.07401293146206575 + - -0.032591929550039325 + - - -0.13591458648227045 + - 0.07668064276756756 + - -0.9877486037479916 + - 0.5732489613567616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9951564381938858 + - -0.03853848175721678 + - -0.09043477729893182 + - 0.04849690599567663 + - - -0.03698061014306903 + - -0.9991383747890831 + - 0.0188399176557839 + - 0.035194382261784854 + - - -0.09108291823775228 + - -0.015404332107528942 + - -0.9957241628873011 + - 0.5748160756860021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9906604373202601 + - -0.03144273982954146 + - -0.13267724763667205 + - 0.025769362860973692 + - - -0.019088257917701405 + - -0.995447395984873 + - 0.09338158403348136 + - -0.0303217271969229 + - - -0.13500939351800062 + - -0.08997686335356773 + - -0.9867505397631938 + - 0.5760217953525548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907468489041724 + - -0.013826712547860592 + - -0.13501667825336192 + - 0.06435861484744963 + - - -0.025762762092998864 + - -0.9958697477859255 + - -0.08706161917938736 + - -0.03261731551189179 + - - -0.1332552493367243 + - 0.08973442742290143 + - -0.9870110288437974 + - 0.5734814123703373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9951564381938858 + - -0.03853848175721678 + - -0.09043477729893182 + - 0.04849690599567663 + - - -0.03698061014306903 + - -0.9991383747890831 + - 0.0188399176557839 + - 0.035194382261784854 + - - -0.09108291823775228 + - -0.015404332107528942 + - -0.9957241628873011 + - 0.5748160756860021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9906604373202601 + - -0.03144273982954146 + - -0.13267724763667205 + - 0.025769362860973692 + - - -0.019088257917701405 + - -0.995447395984873 + - 0.09338158403348136 + - -0.0303217271969229 + - - -0.13500939351800062 + - -0.08997686335356773 + - -0.9867505397631938 + - 0.5760217953525548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907468489041724 + - -0.013826712547860592 + - -0.13501667825336192 + - 0.06435861484744963 + - - -0.025762762092998864 + - -0.9958697477859255 + - -0.08706161917938736 + - -0.03261731551189179 + - - -0.1332552493367243 + - 0.08973442742290143 + - -0.9870110288437974 + - 0.5734814123703373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9961633661235857 + - -0.03744696220300814 + - -0.07909660558515323 + - 0.04850455639847078 + - - -0.037118589217543976 + - -0.9992950742276633 + - 0.005618270092132663 + - 0.035180130694609416 + - - -0.07925123549715828 + - -0.002660760435552945 + - -0.9968511233008059 + - 0.5746834153280049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999053829067383 + - -0.02831729079552802 + - 0.03300875138204316 + - -0.04274343921961563 + - - -0.029897253311683657 + - -0.9983806216361056 + - 0.04839719605433171 + - -0.023490167522817004 + - - 0.031584820249877195 + - -0.04933827503577627 + - -0.9982825921282401 + - 0.5787350544934737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930197070157416 + - -0.03220572078952838 + - -0.11346652822219265 + - 0.02577175675392784 + - - -0.020674172328066988 + - -0.9946331322374213 + - 0.10137805903708404 + - -0.030314423527797684 + - - -0.11612252183327786 + - -0.09832458392489667 + - -0.9883561281841058 + - 0.5760003156275857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908910935936671 + - -0.011757111810991101 + - -0.13415144784388403 + - 0.06435582527649475 + - - -0.025195640035808833 + - -0.9947762310005547 + - -0.09892133217621597 + - -0.03260352630569245 + - - -0.13228764250651845 + - 0.10140029860999013 + - -0.9860111353741765 + - 0.573411721127553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998205082137923 + - -0.018783526067204022 + - -0.0024759853789225053 + - -0.03469027178090972 + - - -0.018823808680468603 + - -0.9996714463057597 + - -0.017397231610584023 + - 0.03746042497890047 + - - -0.0021483905313247837 + - 0.017440716425475646 + - -0.9998455909932751 + - 0.5784948750789115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956353125342359 + - -0.03631463066724856 + - -0.08597425215932869 + - 0.04848562894325883 + - - -0.035821372616438446 + - -0.9993317389561839 + - 0.007273567122412067 + - 0.03518522162554854 + - - -0.08618093581952321 + - -0.004162104553142531 + - -0.9962708081575814 + - 0.5745894361840344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994720605675793 + - -0.030118633276675858 + - 0.012184747610937506 + - -0.04276784071803125 + - - -0.030560344851428996 + - -0.9988158670760678 + - 0.037854048655912 + - -0.02349229072108719 + - - 0.011030207040616734 + - -0.038206434099867646 + - -0.9992089886134998 + - 0.5786060947463919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923563930388022 + - -0.031786644380471796 + - -0.11924092600297845 + - 0.025751873359703196 + - - -0.02016932290792065 + - -0.9950410915974619 + - 0.09739827742813618 + - -0.03031952548485433 + - - -0.12174558558097451 + - -0.09424879453638425 + - -0.9880765036777186 + - 0.5759231287816184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886597457896508 + - -0.011207862055827664 + - -0.14975410139051507 + - 0.0643619695956974 + - - -0.02634500085811033 + - -0.9946905075063857 + - -0.09948233615308712 + - -0.03261614999576436 + - - -0.14784399881269886 + - 0.10229945310131035 + - -0.9837057354261204 + - 0.5735216229396339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998110361623966 + - -0.019327103271471475 + - 0.002086874938477219 + - -0.03469350209411311 + - - -0.019263406250563796 + - -0.9994460959199397 + - -0.0271371061466738 + - 0.037456602182810946 + - - 0.0026102006629198696 + - 0.027091777895220867 + - -0.9996295425921419 + - 0.5787217017224974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99674558729738 + - -0.037270192758223575 + - -0.07147843685312194 + - 0.04850919477878334 + - - -0.03681097844413894 + - -0.9992923372590181 + - 0.007731530339709201 + - 0.03517546678868681 + - - -0.07171600985265439 + - -0.005075177550939942 + - -0.9974121798452436 + - 0.5745111723043486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998974928801593 + - -0.030914768226777592 + - 0.0330661266455081 + - -0.04274166106802468 + - - -0.03242590169321259 + - -0.9984064855371593 + - 0.04618496007058402 + - -0.023493639477541885 + - - 0.03158563795832326 + - -0.04720981617019865 + - -0.9983854870399222 + - 0.5787764606145137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990568781518666 + - -0.03280450080313676 + - -0.13303140158504737 + - 0.025779446547120492 + - - -0.020525787854573097 + - -0.995487907523817 + - 0.09264188041485781 + - -0.030289785991753963 + - - -0.13547022223933272 + - -0.08903758027321247 + - -0.9867725817965943 + - 0.5759461103527257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897735359506451 + - -0.008939977978152403 + - -0.1423672164703207 + - 0.06432749316448715 + - - -0.025743134863225284 + - -0.9928420777523818 + - -0.11662718230219012 + - -0.03261239521899719 + - - -0.14030551856278067 + - 0.11909947706889666 + - -0.9829189569963261 + - 0.573293124861729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998045317027694 + - -0.01932933589354839 + - 0.004156339798482051 + - -0.034690564222297285 + - - -0.01924776685559422 + - -0.9996371660598177 + - -0.01884302796709892 + - 0.03744392190530553 + - - 0.004519054954163813 + - 0.01875934449309371 + - -0.999813815235872 + - 0.5786951161844103 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961818922619586 + - -0.036995923072758674 + - -0.0790755284862388 + - 0.04847233625341206 + - - -0.03695429043330219 + - -0.9993149749088486 + - 0.0019903119100358416 + - 0.03514751189357306 + - - -0.07909499319144411 + - 0.0009394673611163106 + - -0.9968666407564873 + - 0.5745852401253659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994884588213161 + - -0.026827690423984755 + - 0.0174096441521666 + - -0.04272034306307363 + - - -0.027783976668800354 + - -0.9979741077092036 + - 0.05723400197859454 + - -0.023459599059841827 + - - 0.015838918001485756 + - -0.05768843357669753 + - -0.9982089827826679 + - 0.5785185755649819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908745925874975 + - -0.02768838994173573 + - -0.1319124513720935 + - 0.025773519223826404 + - - -0.020911618759178924 + - -0.9984027595110612 + - 0.05248460728223127 + - -0.030319981413668453 + - - -0.13315496973613605 + - -0.04924716096521377 + - -0.9898709366232733 + - 0.5761065790695699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908521304027559 + - -0.011649253790510416 + - -0.13444831929944043 + - 0.06434219125655054 + - - -0.026547713652411337 + - -0.9936258412093124 + - -0.10955777736389097 + - -0.03261979020174713 + - - -0.13231505800984852 + - 0.1121248525850117 + - -0.9848455426393724 + - 0.573389324426812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997690651874079 + - -0.020806961158762214 + - 0.005374631302165666 + - -0.03467996907581396 + - - -0.02076710078950063 + - -0.9997571854978435 + - -0.007368688501360685 + - 0.03744254439851935 + - - 0.005526646279180584 + - 0.0072553713047040945 + - -0.9999584070190802 + - 0.5785474141451523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966227464139134 + - -0.03726012075459965 + - -0.07317639463475466 + - 0.04850881710322018 + - - -0.03646824983358438 + - -0.9992612124989135 + - 0.01212831188898254 + - 0.035155591531752045 + - - -0.07357423519455687 + - -0.009418736462701097 + - -0.9972452653780725 + - 0.5746160121279129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991685444203955 + - -0.027651330722906986 + - 0.029960369658610445 + - -0.04276200141176072 + - - -0.029275824703954255 + - -0.998045314601284 + - 0.05521300653222666 + - -0.023464482945052424 + - - 0.028375093457669996 + - -0.05604421390006985 + - -0.9980249997668356 + - 0.5785523851479204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9887319870579511 + - -0.027182440007191642 + - -0.1472079234405921 + - 0.02577521099950751 + - - -0.023096789242744744 + - -0.9993010458957255 + - 0.02939316244273288 + - -0.03033175453208533 + - - -0.14790400973304282 + - -0.025661929525350957 + - -0.9886687358655191 + - 0.5761082251077877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867026571512754 + - -0.00918929158072903 + - -0.16227576310360456 + - 0.06433518399266835 + - - -0.02617671078073247 + - -0.994351628187988 + - -0.10285727651750805 + - -0.03260938362493351 + - - -0.16041398375239838 + - 0.10573739376465437 + - -0.9813699391037732 + - 0.573354991384202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998056252516073 + - -0.018817849399108143 + - 0.005882198503529918 + - -0.03468049188021524 + - - -0.01870870310264949 + - -0.9996613095793979 + - -0.018090067944037672 + - 0.03745490675792978 + - - 0.006220622433435228 + - 0.017976503386239257 + - -0.9998190582213089 + - 0.5785382765763054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978011947686131 + - -0.03820807625987897 + - -0.05415642738260705 + - 0.04855075130504012 + - - -0.03687327052378635 + - -0.9989961792985922 + - 0.02543610952354781 + - 0.035208707855061236 + - - -0.05507392885211647 + - -0.023383255875380645 + - -0.9982084380055388 + - 0.5748913508893114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994502924791269 + - -0.030127430913277006 + - 0.013836573634879569 + - -0.04275764263363911 + - - -0.030671060628760842 + - -0.9986915741228725 + - 0.04091974848267961 + - -0.02348948728855846 + - - 0.01258566260848431 + - -0.04132163697803615 + - -0.9990666261136744 + - 0.5785864235690639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911725002727754 + - -0.029112507106484994 + - -0.1293427100110017 + - 0.025762138132444844 + - - -0.019987831537424203 + - -0.9972551420301043 + - 0.0712928347377753 + - -0.03031347908465606 + - - -0.13106319580052508 + - -0.0680782169602807 + - -0.9890337684235366 + - 0.5758941531340623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867144613777675 + - -0.010999511568190292 + - -0.16209127815290789 + - 0.06434932879471353 + - - -0.02604947045033508 + - -0.995508454550159 + - -0.09101836083126762 + - -0.03262159834668541 + - - -0.16036208029718005 + - 0.09403152484361273 + - -0.9825691199800377 + - 0.5734360734065043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999803220293542 + - -0.01954905274735391 + - 0.003369751822392224 + - -0.034681039528451564 + - - -0.019501089534806716 + - -0.9997156574457846 + - -0.013722673380132559 + - 0.0374394279580714 + - - 0.003637058924294894 + - 0.013654259204494448 + - -0.9999001615201176 + - 0.5784942643162301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966579881767162 + - -0.03700755019122878 + - -0.07282373124458896 + - 0.04847827879660072 + - - -0.03645938195714046 + - -0.9992960117001558 + - 0.008842763565015808 + - 0.03517345952587008 + - - -0.07309971320630321 + - -0.006158102711640412 + - -0.9973056250218137 + - 0.5747027767097239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999505290754077 + - -0.029694766118529833 + - 0.010363137544872022 + - -0.04273913429097276 + - - -0.030202183544303356 + - -0.9981465410488246 + - 0.052832856267883546 + - -0.023473027575697466 + - - 0.008775070584578515 + - -0.05311970874762438 + - -0.9985495955027986 + - 0.5785124156125905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909565617478343 + - -0.027824835596779996 + - -0.13126641327057972 + - 0.0257532088650257 + - - -0.02117309533821572 + - -0.9984329959516106 + - 0.05180012190034216 + - -0.030306736323932673 + - - -0.1325020481453373 + - -0.048552354413598155 + - -0.9899928667006583 + - 0.5761085476469656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897887044404335 + - -0.007506047955801206 + - -0.14234458123235097 + - 0.06434628645985332 + - - -0.025094426228540564 + - -0.9921914599632665 + - -0.12217355093563674 + - -0.03261836163489122 + - - -0.14031603733853262 + - 0.12449805629023893 + - -0.9822482596805986 + - 0.5735047028403016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997712608409384 + - -0.019038237125155087 + - -0.009745333431277946 + - -0.03469735681358179 + - - -0.019289592724011824 + - -0.9994657738986423 + - -0.02638329808288456 + - 0.037446519631978314 + - - -0.009237835734746916 + - 0.026565246702316858 + - -0.9996043967783372 + - 0.5784465128765335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971936089778783 + - -0.037452840861753024 + - -0.06482430813405184 + - 0.04850603076345336 + - - -0.0362229415546677 + - -0.9991426676637692 + - 0.020045651869010975 + - 0.03518369287878008 + - - -0.0655194987679349 + - -0.017641268806711675 + - -0.9976953347170104 + - 0.5745394389527522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99933314419058 + - -0.029638029109044867 + - 0.02132731002027597 + - -0.04275594923784954 + - - -0.03053717374956081 + - -0.9986019156711312 + - 0.043147364199181706 + - -0.02348596863310669 + - - 0.020018689806245778 + - -0.04376986690040424 + - -0.9988410538268653 + - 0.578626215378025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9874622455242875 + - -0.03134531370876779 + - -0.15471194191991358 + - 0.025744755969120944 + - - -0.018244294550389943 + - -0.9961809953738744 + - 0.0853848357278731 + - -0.030281220534844194 + - - -0.15679751075986628 + - -0.08149169138271826 + - -0.9842629957765829 + - 0.5758261256234011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868946507064517 + - -0.011895207314050195 + - -0.16092685434677015 + - 0.06435499065451698 + - - -0.025222971967646966 + - -0.9963923523052427 + - -0.08103136400644054 + - -0.03261325740284166 + - - -0.1593824020778646 + - 0.08402847321343365 + - -0.9836343149754939 + - 0.5735825258470755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997324044673641 + - -0.020850026711738027 + - 0.010019772653242444 + - -0.03470573872266523 + - - -0.020568424973408526 + - -0.9994120802955672 + - -0.027430524118230784 + - 0.03745503146174717 + - - 0.010585808992047746 + - 0.027217092890450052 + - -0.9995734942977316 + - 0.5787148067438421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963394681487089 + - -0.038241691755793075 + - -0.07645415110249267 + - 0.048493089889666774 + - - -0.036837341135293314 + - -0.9991271644060563 + - 0.019695675768953737 + - 0.03515401182219067 + - - -0.07714061515978403 + - -0.016807211475097 + - -0.9968785498420567 + - 0.5744647432826461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992823671123349 + - -0.029326420340631598 + - 0.023973148486867487 + - -0.042736491497467305 + - - -0.030431327213596863 + - -0.9984263624631233 + - 0.04710342941521903 + - -0.023481747335220935 + - - 0.022554048470015454 + - -0.04779916117109287 + - -0.9986023007628971 + - 0.5785579155019207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9940740575293623 + - -0.02663372449490985 + - -0.10539171156518647 + - 0.025780008118051874 + - - -0.022803706229547593 + - -0.9990408804194788 + - 0.03738061306171959 + - -0.030347861454711335 + - - -0.10628621326073627 + - -0.034755776069636944 + - -0.9937279692654784 + - 0.5763096052720356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987567074101022 + - -0.009933771447119863 + - -0.15688401555411252 + - 0.06430072391387227 + - - -0.02540014247912814 + - -0.9949709106843792 + - -0.09689024540137012 + - -0.032599250733194064 + - - -0.15513254627442502 + - 0.0996704925077333 + - -0.9828528302903136 + - 0.573180858523126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997788442818545 + - -0.021005324327146677 + - -0.0010192528394662838 + - -0.03467519425987829 + - - -0.02101850283422066 + - -0.9996612355420974 + - -0.0153504623075609 + - 0.03746010945768806 + - - -0.0006964661134886989 + - 0.015368490633740515 + - -0.9998816552125528 + - 0.5785281949485782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953510321494907 + - -0.03746210022691251 + - -0.08872944181911781 + - 0.04849358933084771 + - - -0.03778903916541113 + - -0.999283723434195 + - -0.002007136877727911 + - 0.03517055556889101 + - - -0.08859069543636326 + - 0.005350806114939493 + - -0.9960537423031056 + - 0.5746717034560468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991685434886421 + - -0.027939670899139107 + - 0.0296916906361583 + - -0.04276205008669341 + - - -0.029399164645175408 + - -0.9983208425646052 + - 0.04991176634083726 + - -0.023490534965918977 + - - 0.028247315287499436 + - -0.050743177779325827 + - -0.9983121851845264 + - 0.5787699644981735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992925323195704 + - -0.02960937354552083 + - -0.11498951063009387 + - 0.025732191513863453 + - - -0.021053831428755734 + - -0.9969674715092043 + - 0.0749172672667216 + - -0.030278478739349215 + - - -0.11685905501447542 + - -0.07196628204086739 + - -0.9905376396232191 + - 0.5759001626512281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990696658709748 + - -0.011494807171691778 + - -0.1356023592325251 + - 0.0643697807106654 + - - -0.025793282732063844 + - -0.994225609580315 + - -0.10416402363846267 + - -0.03261718130690351 + - - -0.1336219929025345 + - 0.10669258016720756 + - -0.9852724782262104 + - 0.5735333882659004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997267775104388 + - -0.020774242865143098 + - 0.010714530413120892 + - -0.03463448167685532 + - - -0.020480653483078887 + - -0.9994304779159897 + - -0.02681907242099145 + - 0.03746042537878802 + - - 0.011265574175322358 + - 0.026592304262631823 + - -0.9995828811021645 + - 0.5783787923066748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976519643161369 + - -0.035324195767623044 + - -0.05867503122729657 + - 0.048509819129812996 + - - -0.03520082749038698 + - -0.9993753411641968 + - 0.0031351581998906594 + - 0.03516971468072587 + - - -0.05874912629261479 + - -0.0010623870843376245 + - -0.9982722131230232 + - 0.5746935024325099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994080603068161 + - -0.028173100923705233 + - 0.019743489511996462 + - -0.042740100123596456 + - - -0.02890917607554028 + - -0.9988577625996653 + - 0.03804509998704898 + - -0.023452700389908675 + - - 0.01864908931827515 + - -0.03859334759688339 + - -0.9990809601773349 + - 0.5785030786731495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906938935417401 + - -0.026416692766401337 + - -0.13352066372810195 + - 0.025767003231747198 + - - -0.021246519860832647 + - -0.9989737783095569 + - 0.039999695545479955 + - -0.03031923351530563 + - - -0.1344403015948364 + - -0.03679060468670506 + - -0.990238484767117 + - 0.576127086400132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989523722570231 + - -0.008149171171824435 + - -0.14414018690137997 + - 0.06432551954062676 + - - -0.02532842850962333 + - -0.9927196041286962 + - -0.11775507754571538 + - -0.032600222203111866 + - - -0.14213118299650274 + - 0.12017228710387784 + - -0.9825260038453119 + - 0.573259492882054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997685055419636 + - -0.01838296016757005 + - 0.011180433885424834 + - -0.034673377294060385 + - - -0.018347233036574758 + - -0.9998262632631969 + - -0.0032897308483892467 + - 0.0374783441876588 + - - 0.011238966424473501 + - 0.003083839267983507 + - -0.9999320854783487 + - 0.578464626627681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955194316452968 + - -0.0380679820738912 + - -0.08655570436110588 + - 0.04846612469875498 + - - -0.03570622018108466 + - -0.9989509129211945 + - 0.02867297358649045 + - 0.03520439122829675 + - - -0.08755642213455941 + - -0.025453925330557063 + - -0.9958343088226378 + - 0.5744733128457711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994413440131527 + - -0.028112139082629353 + - 0.018075052237321428 + - -0.04274768466128197 + - - -0.028861017966661292 + - -0.9986752647248575 + - 0.04259996794205319 + - -0.02343499155856329 + - - 0.01685353135432005 + - -0.043097833622292525 + - -0.9989286937604477 + - 0.5785339581271591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904479468325139 + - -0.028888639889405168 + - -0.1348269672602548 + - 0.025730858198063172 + - - -0.019268410069767178 + - -0.9972098469270598 + - 0.07211968916386992 + - -0.030261969329432557 + - - -0.13653421911242927 + - -0.0688328967649204 + - -0.9882410836098189 + - 0.575798087319964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9925182092292837 + - -0.008663730269625062 + - -0.12178893269140247 + - 0.06438707923877805 + - - -0.024664306028812276 + - -0.9911422002602609 + - -0.13049448598069624 + - -0.032632762086381516 + - - -0.11957958168689532 + - 0.13252199304667966 + - -0.9839403665886074 + - 0.5736873411393264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997984129934573 + - -0.020073731259156628 + - 0.00042271633432035196 + - -0.034642734059916094 + - - -0.020070675791195734 + - -0.9997787567439551 + - -0.006293293000989002 + - 0.03749924540194557 + - - 0.0005489526836191481 + - 0.00628354015239385 + - -0.9999801076892002 + - 0.5785430862083636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979680856008806 + - -0.03785434913394847 + - -0.05125181337044271 + - 0.04853851667555942 + - - -0.03690276657876829 + - -0.9991307710491083 + - 0.019387835403841685 + - 0.03518303928379248 + - - -0.05194117770080399 + - -0.01745710727636882 + - -0.9984975530588917 + - 0.5748611874668421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992045227047865 + - -0.029870596939708352 + - 0.026421000071251772 + - -0.04273518502146124 + - - -0.031074078533331675 + - -0.9984405399360292 + - 0.04637768704402999 + - -0.02350371829385244 + - - 0.02499446838010234 + - -0.047161802878125186 + - -0.9985745044310315 + - 0.5786640734054082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924319773480719 + - -0.024572686034042935 + - -0.12031190065022082 + - 0.025792210621175943 + - - -0.023580640502911598 + - -0.999675241172939 + - 0.009662586573957977 + - -0.030322265696328732 + - - -0.12051026400464276 + - -0.006752428222435174 + - -0.9926891159787301 + - 0.5763629729577122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841657006168048 + - -0.012522454034499291 + - -0.17680798023389047 + - 0.0643380060832952 + - - -0.026054346447961476 + - -0.9968864525998714 + - -0.07442158056648528 + - -0.03259719965381367 + - - -0.17532553938489268 + - 0.07784978335100308 + - -0.981427718414147 + - 0.5733737361761823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997818846180798 + - -0.01895623346828273 + - 0.008766093897300755 + - -0.034646051933070306 + - - -0.018941733219594022 + - -0.9998190852596714 + - -0.0017342125451436491 + - 0.03751471383186708 + - - 0.008797382119588996 + - 0.0015677892747314524 + - -0.9999600732552436 + - 0.5786646563126248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967047687713115 + - -0.03807746044614349 + - -0.07162200021291494 + - 0.04851031474865474 + - - -0.036025271331283734 + - -0.9989085499437457 + - 0.029730265299720424 + - 0.03520816750745812 + - - -0.07267588137775692 + - -0.02705209521010807 + - -0.9969886661395456 + - 0.5747161255358657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988837866821764 + - -0.030590427679080587 + - 0.035991755137633856 + - -0.042757975316984706 + - - -0.03215441365757002 + - -0.99852672406853 + - 0.04370898080838719 + - -0.023485548437387302 + - - 0.03460165293471292 + - -0.04481748604485782 + - -0.998395772506477 + - 0.5786417391361655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925661596317144 + - -0.02907261019247398 + - -0.11818291793041236 + - 0.025766492601140945 + - - -0.021463094629018957 + - -0.9976441023890481 + - 0.06515811950398934 + - -0.030305481283972473 + - - -0.1197988076856189 + - -0.06213717329382498 + - -0.9908517635712 + - 0.5760748293261302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885310372653372 + - -0.0096519218216243 + - -0.15070908654844153 + - 0.06438488045069453 + - - -0.0258241289173656 + - -0.9940602799087381 + - -0.10572262895624895 + - -0.032632954792194115 + - - -0.14879349020967172 + - 0.10840203094458453 + - -0.9829086920758784 + - 0.5737662708086932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997822891455576 + - -0.019692901734480784 + - 0.006896660941704544 + - -0.03468051382286522 + - - -0.01957835391481465 + - -0.9996754389888028 + - -0.016300452157266797 + - 0.03752944850340781 + - - 0.007215425757016078 + - 0.01616187810315267 + - -0.9998433533945827 + - 0.5787940522143118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955385516644256 + - -0.03715266026935162 + - -0.08673333837001711 + - 0.04848609354502691 + - - -0.03626798289094873 + - -0.9992729727493896 + - 0.011754120537925464 + - 0.035206081159484225 + - - -0.08710697771659622 + - -0.008556036904336747 + - -0.9961622200553345 + - 0.5745024296675584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990140951405881 + - -0.029052646202759744 + - 0.033567565581213675 + - -0.04276217303410143 + - - -0.030496299881435613 + - -0.9985953693985831 + - 0.043327403675385734 + - -0.02347231206492827 + - - 0.03226163982151809 + - -0.04430837352381092 + - -0.9984968475822554 + - 0.578688847610799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989547346975304 + - -0.029225076725296652 + - -0.1412159445124307 + - 0.02575223037183034 + - - -0.021744686892000417 + - -0.9982918258742993 + - 0.05422729003488071 + - -0.030300776061125283 + - - -0.1425595198017524 + - -0.050589774490095635 + - -0.9884925179438312 + - 0.5760111951328726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861330834529449 + - -0.015034554668186314 + - -0.165274026651245 + - 0.06434153192008697 + - - -0.025733436269671953 + - -0.99769527675015 + - -0.06278475139869705 + - -0.03259350081052904 + - - -0.16394917498219333 + - 0.06616718912248559 + - -0.9842472103624614 + - 0.5734497357912066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997846568965315 + - -0.01994145938877811 + - 0.005742650235778921 + - -0.034667937578035525 + - - -0.019820311282600915 + - -0.9995947575201678 + - -0.020432229414785976 + - 0.037498122096803296 + - - 0.006147771543053715 + - 0.020314008359832773 + - -0.9997747476153874 + - 0.5788443108053514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970942477456328 + - -0.037098922943240104 + - -0.06653368341691364 + - 0.048510473369606115 + - - -0.035636517381838026 + - -0.9990993291693224 + - 0.023034085228295267 + - 0.03523907336031868 + - - -0.06732829822195503 + - -0.020596125117651312 + - -0.9975182704535661 + - 0.5748745702100928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990151149139979 + - -0.02897880064819422 + - 0.033601031031262676 + - -0.04274594750439942 + - - -0.030588465546774135 + - -0.998358361665934 + - 0.04842445112962931 + - -0.02343796448183019 + - - 0.03214258777487386 + - -0.04940456258994976 + - -0.9982615104502577 + - 0.5784660023688081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936708542330718 + - -0.02897578897600427 + - -0.10852942965359882 + - 0.025767316613930627 + - - -0.020925442746405714 + - -0.9969943779774204 + - 0.07459447786051936 + - -0.030287832804606386 + - - -0.11036466505899559 + - -0.07185133217021579 + - -0.9912905864436427 + - 0.5761610299539814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896249072679631 + - -0.011408436004394472 + - -0.1432214736092631 + - 0.06437964813410366 + - - -0.025677432722790813 + - -0.9948373489790049 + - -0.09818003119368371 + - -0.03263212316358093 + - - -0.14136199051952317 + - 0.10083896401867579 + - -0.9848087585780292 + - 0.5737052323399596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998139852065283 + - -0.019266960794442397 + - 0.0008827271295777826 + - -0.03468521357343961 + - - -0.019256907168084255 + - -0.999762000465838 + - -0.010252509491174214 + - 0.037526930265333 + - - 0.0010800517393432525 + - 0.01023360377834962 + - -0.9999470520192302 + - 0.5788871873821575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947486210670666 + - -0.038270061204521554 + - -0.09492409230839051 + - 0.04848705004776719 + - - -0.036786439854079776 + - -0.9991728520525998 + - 0.017331173184065216 + - 0.03521650299660174 + - - -0.09550884109877912 + - -0.013748241213917673 + - -0.9953336360916838 + - 0.5746707489065581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989861576192681 + - -0.028885008976686766 + - 0.03452988765558672 + - -0.04275144344361726 + - - -0.03078955657919751 + - -0.9979581255576903 + - 0.055960547165277326 + - -0.023470151910427745 + - - 0.03284296105327762 + - -0.05696697192055724 + - -0.9978357099339825 + - 0.5786379201119416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922525959960291 + - -0.027431127473788345 + - -0.1211706193128426 + - 0.02576450006630098 + - - -0.022341020350513472 + - -0.9988179761638428 + - 0.043168614775827494 + - -0.030314669787990273 + - - -0.12221155652735545 + - -0.04012709480491483 + - -0.9916925691532025 + - 0.5761023719714351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858770358598543 + - -0.01354641833805429 + - -0.16692203184240842 + - 0.06434072499681874 + - - -0.026738754537213076 + - -0.9966693222351257 + - -0.07704090550593594 + - -0.032609153287269224 + - - -0.16532244000735727 + - 0.08041614679643828 + - -0.9829556114924154 + - 0.5735061465626633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997663311695832 + - -0.01855547764511166 + - 0.011089513473229878 + - -0.034686003271022135 + - - -0.018475341909898024 + - -0.9998027718157697 + - -0.007285548079348129 + - 0.0375331613647239 + - - 0.011222513133142285 + - 0.007078963120817141 + - -0.999911967865227 + - 0.5790556087551212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972558922285882 + - -0.03650547066971924 + - -0.06440524843942985 + - 0.048485138707147386 + - - -0.035655612224947966 + - -0.9992618743885523 + - 0.014296283095295534 + - 0.0351732000311058 + - - -0.06487960181926639 + - -0.011960643990143684 + - -0.997821417019656 + - 0.5745444914542961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991134142403563 + - -0.0292150093414069 + - 0.030312847344975476 + - -0.04279650767707886 + - - -0.030552380061844863 + - -0.9985360036743698 + - 0.04463632420546093 + - -0.023458003405811167 + - - 0.028964418819214445 + - -0.045522879908897904 + - -0.9985433039419295 + - 0.5788354313485301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914067512857592 + - -0.02639833055618985 + - -0.1281240869191383 + - 0.025758558839153272 + - - -0.022466524089863667 + - -0.9992341650247688 + - 0.03203652201117924 + - -0.030323559392609604 + - - -0.1288716757101278 + - -0.028882721324337324 + - -0.991240576050317 + - 0.5761501795610167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984423403200036 + - -0.007261691041156213 + - -0.17566397204686612 + - 0.06433193406787197 + - - -0.02571688650083858 + - -0.9943475136758805 + - -0.10301293023352945 + - -0.03260432158641188 + - - -0.1739229857746306 + - 0.10592586978551469 + - -0.9790457114606141 + - 0.5733451882678985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997855449690305 + - -0.018640471783335836 + - 0.009022022094483263 + - -0.03469435965641836 + - - -0.01852512088935256 + - -0.9997476759810787 + - -0.012704497883290169 + - 0.0374953410066548 + - - 0.009256563455924509 + - 0.012534639289836443 + - -0.9998785920554855 + - 0.5787497810520025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968480127556378 + - -0.03676931135390852 + - -0.07029976676842556 + - 0.048540227091390276 + - - -0.03596302012302525 + - -0.9992724053542261 + - 0.012701223610757564 + - 0.035218327514775084 + - - -0.07071563228004524 + - -0.010132997589011795 + - -0.9974450469630369 + - 0.5748314276516812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986217738773866 + - -0.02817903811697326 + - 0.04427747224925744 + - -0.04273312041580058 + - - -0.030702887089297408 + - -0.9978793428922631 + - 0.05739468401592431 + - -0.023442561386848918 + - - 0.04256624792442305 + - -0.05867502739418288 + - -0.9973692173402632 + - 0.5785183832736032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918395322923778 + - -0.029618133578196246 + - -0.12400446905406819 + - 0.025772458918708507 + - - -0.023044792006521445 + - -0.9982689176712684 + - 0.05411197254592429 + - -0.030308863746874096 + - - -0.1253925027400498 + - -0.05081273634413742 + - -0.9908051201330199 + - 0.5760476996509089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840855323985127 + - -0.011452185204906167 + - -0.1773260059268477 + - 0.0643432448590702 + - - -0.027264584266393915 + - -0.9958357269839512 + - -0.0869933750760706 + - -0.032587003435396555 + - - -0.1755913077823518 + - 0.09044364165809404 + - -0.980299770639015 + - 0.5732996624613682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998006051018862 + - -0.019803884070710064 + - 0.0025605104210192457 + - -0.034696480836882204 + - - -0.01973681314160159 + - -0.9995171832858092 + - -0.0239970523901414 + - 0.037446429778002326 + - - 0.0030345090073642346 + - 0.023941731184598258 + - -0.9997087502182664 + - 0.5787503820173955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99414139828798 + - -0.03715173221884114 + - -0.10150186699346787 + - 0.048447389125623824 + - - -0.03642032842002344 + - -0.9992955792675015 + - 0.009050134485580431 + - 0.035203826611280055 + - - -0.10176659514692311 + - -0.00530038202104156 + - -0.9947941827647737 + - 0.5745461604307646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992310331125919 + - -0.028810033342835523 + - 0.026595571878169605 + - -0.04276433808636515 + - - -0.030045540521533465 + - -0.9984293160492738 + - 0.04728812058169788 + - -0.02348432445141399 + - - 0.025191426309581426 + - -0.048050835915361696 + - -0.9985271699900433 + - 0.5786484326970202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990673551850205 + - -0.027073109756553023 + - -0.13354010780514153 + - 0.025743114167972737 + - - -0.021415256465153378 + - -0.9988184556728785 + - 0.043624298249681205 + - -0.030280676863853995 + - - -0.13456336966288746 + - -0.04035764283695303 + - -0.9900828047237329 + - 0.5759348773590328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867007551110898 + - -0.014133051414475685 + - -0.16193170387827438 + - 0.06438342941278351 + - - -0.02685013396199984 + - -0.99669903901738 + - -0.07661655126703426 + - -0.03261293375736479 + - - -0.16031434798366617 + - 0.07994549693101677 + - -0.9838231687407168 + - 0.5737659086844357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997119507530902 + - -0.018897697752055742 + - 0.014795017442465475 + - -0.0346805264111524 + - - -0.018685109777362263 + - -0.9997220365333865 + - -0.014377633398696375 + - 0.037495670102214454 + - - 0.015062609138486976 + - 0.014097045407153078 + - -0.9997871729106805 + - 0.5787601528662591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995706909817766 + - -0.03911034058952181 + - -0.08389356948018602 + - 0.0484850523543031 + - - -0.03647951615797706 + - -0.9988003503108662 + - 0.03266657496236711 + - 0.035232810499482604 + - - -0.08507052745831008 + - -0.029465937586706147 + - -0.9959391366344141 + - 0.574640106759694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998380566644135 + - -0.027406839067106097 + - 0.04985087080167741 + - -0.042745711140053294 + - - -0.030920617733620117 + - -0.9969871303608442 + - 0.07113773466888858 + - -0.02343958062252368 + - - 0.047751016180884814 + - -0.07256395156825186 + - -0.9962200125406506 + - 0.5786379281160745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918688248219042 + - -0.03169391688214029 + - -0.12325473613246143 + - 0.02577464758540721 + - - -0.021540102087706355 + - -0.9963285762010371 + - 0.08285766257423369 + - -0.030289918652326196 + - - -0.125428299631566 + - -0.07952901280590852 + - -0.9889099442182043 + - 0.5759293748094421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833628765047069 + - -0.007979122106544842 + - -0.18147668368911088 + - 0.06433148222516225 + - - -0.025817211514340042 + - -0.9950323996797417 + - -0.09614569765309094 + - -0.032588246056318396 + - - -0.1798080217955044 + - 0.09923133173541812 + - -0.9786839214475753 + - 0.5733622636830695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997346156607119 + - -0.020094249889902098 + - 0.011265849772247965 + - -0.03466102335827731 + - - -0.02001340699062438 + - -0.9997734732045445 + - -0.00724332914816731 + - 0.03752657666466232 + - - 0.011408847021339066 + - 0.007015938845459846 + - -0.9999103033831382 + - 0.5789694977762396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954546062462101 + - -0.036897993711468416 + - -0.08779900320203685 + - 0.04857530672157591 + - - -0.03579154342867094 + - -0.9992591862405009 + - 0.014143695873627824 + - 0.03522515261971895 + - - -0.08825583449379651 + - -0.010936945370648609 + - -0.996037795921301 + - 0.5753199785912029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982244333336243 + - -0.028560391988479317 + - 0.0522712607962438 + - -0.04271914100258356 + - - -0.03196889226456105 + - -0.9973352071550601 + - 0.06557800314397118 + - -0.023451660522308477 + - - 0.05025903523886443 + - -0.06713261933246915 + - -0.9964774161005461 + - 0.5784250801333457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900513308995457 + - -0.032348237469260355 + - -0.13693777315507513 + - 0.025741487219630595 + - - -0.01969434280893239 + - -0.995492566623162 + - 0.0927722084427901 + - -0.030274701421379283 + - - -0.13932155269506127 + - -0.08915234899126653 + - -0.9862258177638504 + - 0.5758486175780908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856703587288523 + - -0.008785402155538071 + - -0.1684540312141597 + - 0.06437516440626696 + - - -0.027224389258746748 + - -0.9938359840356803 + - -0.10746566644896523 + - -0.03260502079779783 + - - -0.16647154877883447 + - 0.11051178011776609 + - -0.9798338481101679 + - 0.5737142280305132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997956986211282 + - -0.017962159526820048 + - 0.009269403639036352 + - -0.03472497263326245 + - - -0.017938115803204393 + - -0.9998355325833586 + - -0.0026705402416278157 + - 0.037537265265838275 + - - 0.009315847794008946 + - 0.00250371901067044 + - -0.9999534721030744 + - 0.5790666909078912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9944076675466568 + - -0.04032608885209764 + - -0.09760736284886759 + - 0.04856127328947331 + - - -0.03704756368665846 + - -0.9986943484445038 + - 0.03517209703575508 + - 0.03526794291773488 + - - -0.09889827475391447 + - -0.03135928798461969 + - -0.994603300973709 + - 0.5751880000174154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985934319898393 + - -0.028130345416090167 + - 0.04494264404244321 + - -0.042732010076195585 + - - -0.03014853287797394 + - -0.9985374586961203 + - 0.044877717700431974 + - -0.02343941558322988 + - - 0.043614487868826636 + - -0.0461695489198822 + - -0.9979810364934169 + - 0.5785740531431242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918420476264181 + - -0.029988331508756867 + - -0.12389532894163062 + - 0.025764370936735885 + - - -0.022687614047500308 + - -0.9979451417203348 + - 0.059923002975598966 + - -0.030305504619336687 + - - -0.1254377324773755 + - -0.056623264565926215 + - -0.9904843164739321 + - 0.5760578641713302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847079924494386 + - -0.009255552781436244 + - -0.1739669633835871 + - 0.06434418085124119 + - - -0.026136683877606114 + - -0.9951343058609011 + - -0.09499782657842742 + - -0.03260328386488577 + - - -0.17224123595143634 + - 0.0980920386242071 + - -0.9801586139990145 + - 0.5734353770307116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997969435882581 + - -0.018530941619958784 + - 0.007916804548245041 + - -0.034712182541008496 + - - -0.01850042909772889 + - -0.99982120641867 + - -0.003910155842786247 + - 0.037532055848885734 + - - 0.007987847944054783 + - 0.0037628975793460744 + - -0.9999610166836654 + - 0.5790754540591911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9931656846820403 + - -0.03922466135156472 + - -0.10992428626972862 + - 0.04847282485577567 + - - -0.03791491904659896 + - -0.9991831650629642 + - 0.013980757077001115 + - 0.03521610001197147 + - - -0.1103828867340587 + - -0.009717437759581163 + - -0.9938416321123017 + - 0.5747421910555377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986997083238359 + - -0.027571425775287012 + - 0.04288017111209887 + - -0.04275108135624356 + - - -0.029835980944979752 + - -0.9981433627920772 + - 0.05310029712888039 + - -0.02344816401986784 + - - 0.041336507289995425 + - -0.05431062322273992 + - -0.9976681058198775 + - 0.5785445861044295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9875591433064951 + - -0.02938071850215033 + - -0.1544788394960259 + - 0.025722959374304244 + - - -0.023020258531538017 + - -0.9988182942738264 + - 0.04280283543253592 + - -0.030289981383002023 + - - -0.155553869025758 + - -0.03871418866799359 + - -0.9870684907476764 + - 0.575775221922532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998070403594658 + - -0.018594631057646045 + - 0.0063341726749062514 + - -0.034702844906860535 + - - -0.018559786203138858 + - -0.9998125355837713 + - -0.005516160407743039 + - 0.037536707473514536 + - - 0.0064355562105602344 + - 0.005397535120793607 + - -0.9999647244932596 + - 0.5791864357045643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976467584041218 + - -0.03893449617025684 + - -0.056436251237268836 + - 0.04855215533435023 + - - -0.0364171681747277 + - -0.9983244588316216 + - 0.044967374402833674 + - 0.035229225555331145 + - - -0.05809247204140544 + - -0.04280630685447269 + - -0.9973930442837469 + - 0.5748173857837076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998005648884486 + - -0.026779693883501838 + - 0.05716268704462967 + - -0.042731280972529706 + - - -0.030143547724622143 + - -0.9978134130504992 + - 0.05881971835267921 + - -0.023458246457528257 + - - 0.05546252180734091 + - -0.06042549736676575 + - -0.9966306577377351 + - 0.5784822969642217 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926536558890598 + - -0.029382220922773265 + - -0.11736866934463089 + - 0.025755769196345098 + - - -0.02251488591763159 + - -0.9979794731146641 + - 0.05941423359678584 + - -0.030287993042645796 + - - -0.11887724493022198 + - -0.05633521399109748 + - -0.9913095098415919 + - 0.5760086352367731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862123639995957 + - -0.010011377433261439 + - -0.1651815528932265 + - 0.06432973006391654 + - - -0.025131690833158273 + - -0.995651396396402 + - -0.08970337212034662 + - -0.03258472096645438 + - - -0.16356518948173399 + - 0.09261786639619601 + - -0.9821753202020609 + - 0.5732679906438518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996989365132201 + - -0.01914857234549653 + - 0.015341724527122354 + - -0.03470899528193375 + - - -0.019070268312234344 + - -0.9998044451794302 + - -0.005234144242580614 + - 0.03754348754058731 + - - 0.015438950768631034 + - 0.004939997629760024 + - -0.9998686089794914 + - 0.5790946644785153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948566475401981 + - -0.03962173658961152 + - -0.09322214776919395 + - 0.048550773757138926 + - - -0.03709136301863665 + - -0.9988990330663101 + - 0.028721986849979633 + - 0.03523597612138442 + - - -0.0942575282643127 + - -0.02511652302398023 + - -0.9952309674827688 + - 0.5753197227655339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998267751655422 + - -0.02781535592579076 + - 0.051844015850917184 + - -0.04275354751327223 + - - -0.03109571317237862 + - -0.9974921688340479 + - 0.06358010488390775 + - -0.023429649410112503 + - - 0.04994549656505313 + - -0.06508209499907888 + - -0.9966292030055116 + - 0.5785316448543064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891331303319546 + - -0.02950946791954013 + - -0.1440306973627989 + - 0.025739474545488063 + - - -0.01982862367942416 + - -0.9974751177228349 + - 0.0681924864394583 + - -0.030266173883570432 + - - -0.14567936079859872 + - -0.06459551708068878 + - -0.9872208177557793 + - 0.5757196893399331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859473697831205 + - -0.010241710983471744 + - -0.16674199043395713 + - 0.06435704191516785 + - - -0.026463715795869605 + - -0.995091091342902 + - -0.09535927682332646 + - -0.03261347838295647 + - - -0.16494682708079675 + - 0.09843184081446105 + - -0.981378477932879 + - 0.5735315037692285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998420980877164 + - -0.017661971959897545 + - -0.0019579678345438833 + - -0.03472860178531615 + - - -0.01766834971511644 + - -0.9998384917522166 + - -0.003289350847342323 + - 0.03752226232119117 + - - -0.0018995551841576848 + - 0.0033234255129850265 + - -0.9999926732396403 + - 0.5791906232852634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958245985747608 + - -0.040004323254750715 + - -0.08205499981321063 + - 0.04853362136271024 + - - -0.036907607350194147 + - -0.9985606567322345 + - 0.03891584954968669 + - 0.03522742476892902 + - - -0.08349369672676182 + - -0.0357249065417863 + - -0.9958677289979235 + - 0.574983618795563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988945993430387 + - -0.02912428471380023 + - 0.036896550559904685 + - -0.042764596906905816 + - - -0.031055956447404876 + - -0.9981162424720676 + - 0.052910245535035094 + - -0.023450354576664275 + - - 0.035286073349793286 + - -0.05399761618210856 + - -0.997917406639549 + - 0.5785249298378065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939222745033829 + - -0.02861484014023874 + - -0.1063000619462217 + - 0.02576413125172389 + - - -0.02249645498717503 + - -0.9980445750975376 + - 0.05831754136953146 + - -0.030317376235434595 + - - -0.1077609472816196 + - -0.05557172880274275 + - -0.992622466599887 + - 0.5759888817044347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838446358133258 + - -0.008630802928343072 + - -0.1788162235988569 + - 0.06434490050015576 + - - -0.027262422723900035 + - -0.9944106622097394 + - -0.10200095681321376 + - -0.032618553534619225 + - - -0.17693640916602682 + - 0.10522805768615053 + - -0.9785808924085084 + - 0.5736412331496589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997980695972255 + - -0.019414263189765878 + - 0.0051871393329891895 + - -0.03470492432227859 + - - -0.019343504736270105 + - -0.9997236343142244 + - -0.013359783608903462 + - 0.03749722087060518 + - - 0.005445076140811787 + - 0.013256748408162967 + - -0.9998972996100466 + - 0.5790618847457536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966042495540693 + - -0.03969019100101971 + - -0.0721433192268881 + - 0.04857755123081142 + - - -0.037228960937828084 + - -0.9986884984273128 + - 0.03514665811265704 + - 0.035241743421308425 + - - -0.07344368072380209 + - -0.03234148801927494 + - -0.9967748260838244 + - 0.5751170620866284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987017661170913 + - -0.027702431029349387 + - 0.04274760425646087 + - -0.04280404680421389 + - - -0.03030203347139972 + - -0.9976522993253544 + - 0.06141397575741023 + - -0.02347429442894161 + - - 0.040945929249450695 + - -0.06262958538819924 + - -0.9971965532992988 + - 0.5788576993391908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909866220210386 + - -0.03398526992786184 + - -0.12957822503515604 + - 0.025749771645086236 + - - -0.021283626439023984 + - -0.9949413768354269 + - 0.09817669736973897 + - -0.030279691419327914 + - - -0.13225929918510548 + - -0.09453389915133936 + - -0.9866969239286749 + - 0.5758213106392567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883669818679724 + - -0.013703816385426126 + - -0.1514691868654128 + - 0.06433862981130502 + - - -0.026218449885928908 + - -0.9963744015174847 + - -0.08093605430370958 + - -0.03261172254429171 + - - -0.1498108875842268 + - 0.083965811001553 + - -0.9851428528614911 + - 0.5734364395766721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998073335877664 + - -0.017809038656330937 + - 0.008254322883069303 + - -0.034723367018613574 + - - -0.01771264533904598 + - -0.9997757388926404 + - -0.011607502606910118 + - 0.03749927108192687 + - - 0.008459190222108962 + - 0.011459060337286074 + - -0.9998985608735388 + - 0.5788901876767514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949321839434023 + - -0.03820120951487743 + - -0.09300869284756258 + - 0.048505250619689314 + - - -0.036841336923174234 + - -0.9991882664055534 + - 0.016294912432338226 + - 0.03523192491513654 + - - -0.093555679930857 + - -0.012785768223491692 + - -0.9955319476961096 + - 0.5749705952488363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998280566590426 + - -0.0279441425720042 + - 0.051527034300584806 + - -0.04273791662402193 + - - -0.03009716615088178 + - -0.998685383182475 + - 0.04149296334752285 + - -0.023479808333953973 + - - 0.05029981071121796 + - -0.04297243667268777 + - -0.9978092496709113 + - 0.5785905226639158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9941088444506767 + - -0.028171308714970825 + - -0.10466127626885702 + - 0.02576547587752842 + - - -0.023377539750087162 + - -0.9986330007503513 + - 0.04675061975613302 + - -0.03030264020069319 + - - -0.10583523052449642 + - -0.04402848143685232 + - -0.9934084742955397 + - 0.5761546815752696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871676378226271 + - -0.008150851139945094 + - -0.15947921012279048 + - 0.06434099878121666 + - - -0.02646665303176562 + - -0.9932351753616903 + - -0.11306371080735603 + - -0.032611718384514314 + - - -0.15747879575673301 + - 0.11583371724125821 + - -0.980705347613177 + - 0.5734272899277375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997026559834602 + - -0.018041554333106148 + - 0.016404326772563493 + - -0.03467480062384696 + - - -0.01788495018227551 + - -0.9997935431235615 + - -0.009643634450413654 + - 0.037537388142024036 + - - 0.0165749261414037 + - 0.00934737640631106 + - -0.999818932796197 + - 0.5790330928465389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961747970510508 + - -0.04107886532313624 + - -0.07712522637931869 + - 0.048559428072317695 + - - -0.037374650086227194 + - -0.9981054786642892 + - 0.048873192971840604 + - 0.03526844392377365 + - - -0.0789867663044234 + - -0.04580371474121207 + - -0.9958228308613318 + - 0.5750411762295989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991016746959813 + - -0.02904551369556001 + - 0.030857766507743245 + - -0.04275592186722473 + - - -0.03115270564382457 + - -0.9970493500870828 + - 0.07015769681221941 + - -0.023430457998794417 + - - 0.02872894969807608 + - -0.07105597529474293 + - -0.9970585217649758 + - 0.5783883323521166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9894605607467303 + - -0.030489174472158438 + - -0.14155638087621558 + - 0.025731181419510408 + - - -0.017899710668321286 + - -0.9958374425580097 + - 0.08937219006779129 + - -0.030248773539995708 + - - -0.14369202860547386 + - -0.0858964390387012 + - -0.9858876217276057 + - 0.5755460216992969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846903417766257 + - -0.008299227065134581 + - -0.17411505863064614 + - 0.06433510635489172 + - - -0.02655476405401568 + - -0.9943493911319166 + - -0.10278196758976016 + - -0.0325891944992184 + - - -0.17227819164905223 + - 0.1058319950946229 + - -0.979346625815612 + - 0.573397098962931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998323299479447 + - -0.018307737178979423 + - -0.00037249194580744167 + - -0.03468479510119813 + - - -0.01830843350356157 + - -0.9998304639564988 + - -0.001960766987199709 + - 0.037525227527265344 + - - -0.00033653158832584176 + - 0.0019672579693173252 + - -0.9999980083193026 + - 0.5788660986622983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971992515325782 + - -0.037990372407667304 + - -0.06442347667731539 + - 0.048536433941354436 + - - -0.03723282027993859 + - -0.9992231004053808 + - 0.012919470200459676 + - 0.035196016707402036 + - - -0.06486424158862604 + - -0.010484618285160539 + - -0.9978390165465305 + - 0.5746703234596051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986482358354851 + - -0.030210542781922176 + - 0.04229685765509001 + - -0.04277160368700901 + - - -0.03188368658873614 + - -0.9987124255259859 + - 0.03945784623510826 + - -0.023473823943534998 + - - 0.041050354349074065 + - -0.04075308828572198 + - -0.9983256253362386 + - 0.578708555284368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911771986881988 + - -0.03036460415568122 + - -0.12901841579822526 + - 0.025767204083888037 + - - -0.022955800917443994 + - -0.9980217594827896 + - 0.058528615250282356 + - -0.030306684290783557 + - - -0.13054038457448192 + - -0.055050507839126184 + - -0.9899134556019535 + - 0.5760911215868928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882784223995384 + - -0.011187721000650238 + - -0.15225174783328738 + - 0.0643358771444791 + - - -0.02756422577325859 + - -0.9939966905875496 + - -0.1058810302108928 + - -0.032600114489041966 + - - -0.15015316605719692 + - 0.10883663905050898 + - -0.9826538621117759 + - 0.5733739168198986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997211421275708 + - -0.019446344155380685 + - 0.013396928085788734 + - -0.034692627730646984 + - - -0.019403550576198206 + - -0.9998062314140442 + - -0.0033169037797450463 + - 0.03752191862973874 + - - 0.013458833834408603 + - 0.0030560308633356824 + - -0.9999047556978518 + - 0.5791201671733606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9937016374220687 + - -0.03763130305625499 + - -0.10555065520870908 + - 0.04852306911582682 + - - -0.03716174318157252 + - -0.9992886889447155 + - 0.006412565076369628 + - 0.0352426844947139 + - - -0.10571688904052341 + - -0.002449730074951316 + - -0.9943932512814805 + - 0.5752099041446208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988351433089033 + - -0.029209683281677442 + - 0.038407693157319095 + - -0.0427486359164975 + - - -0.03098189528677783 + - -0.9984429906274777 + - 0.04638659969535794 + - -0.023436739708609263 + - - 0.03699295413348083 + - -0.047522509081932326 + - -0.9981849189779595 + - 0.578522448494847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9846973252572017 + - -0.03277305601433347 + - -0.17116396942929907 + - 0.02571992139229327 + - - -0.016084311513221282 + - -0.9950571099026875 + - 0.09799307605773387 + - -0.030255166820670608 + - - -0.17352945731044722 + - -0.09374046528363573 + - -0.9803572066415126 + - 0.5755834665620069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850956303194306 + - -0.008476310914328638 + - -0.17179857763918535 + - 0.06434410993231285 + - - -0.027228331048212828 + - -0.9938763031220174 + - -0.10709113913317513 + - -0.03262634359745732 + - - -0.16983879743419197 + - 0.11017280175159284 + - -0.9792939990831722 + - 0.5735111496982328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998303287986157 + - -0.01841331188481405 + - 0.0005133808378278841 + - -0.03470808320585369 + - - -0.018403759790144712 + - -0.9997222008962283 + - -0.014724899347305495 + - 0.037531507958383135 + - - 0.0007843723852456729 + - 0.014712952818322725 + - -0.9998914509982209 + - 0.5791092964332324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956754146346295 + - -0.03777374601170671 + - -0.08487409972660521 + - 0.048533315465701894 + - - -0.03751793807085272 + - -0.9992853320211789 + - 0.0046075514358216016 + - 0.03519629544144522 + - - -0.08498748740297195 + - -0.001403324468949903 + - -0.9963810303620619 + - 0.5748309551119271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985062339070724 + - -0.026680590388513625 + - 0.047680676853787865 + - -0.04274376062142527 + - - -0.02985404368666032 + - -0.9972972647840023 + - 0.06713346207297276 + - -0.023459166120303257 + - - 0.0457606482064007 + - -0.06845664139342982 + - -0.996604059456343 + - 0.5786573187689024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896048811829286 + - -0.029358250195648736 + - -0.14078448879181116 + - 0.02575258964839382 + - - -0.018905036165689205 + - -0.9970027609452334 + - 0.07502062566491509 + - -0.03030821327945986 + - - -0.1425649983218037 + - -0.07157924149522 + - -0.9871938175659696 + - 0.5760267282318563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986905367372885 + - -0.01662255436518819 + - -0.16044153619610818 + - 0.06434931421847051 + - - -0.026228725070059813 + - -0.9979753153928763 + - -0.05794241837969489 + - -0.03258104521453346 + - - -0.15915354168786172 + - 0.06139186064019197 + - -0.9853431836752841 + - 0.5734842427558264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999536561136948 + - -0.01735996666081948 + - 0.025005889467471877 + - -0.03469082099902459 + - - -0.01699525216706666 + - -0.9997471421463259 + - -0.01472457721064686 + - 0.03751498128016302 + - - 0.025255184701403408 + - 0.014292771872163955 + - -0.9995788574784427 + - 0.5791405288280722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968617703655415 + - -0.03863059494949172 + - -0.06909622216537313 + - 0.048530945968994425 + - - -0.036230745065939686 + - -0.9987072002246592 + - 0.03565475187671103 + - 0.035217173059880064 + - - -0.07038425886265469 + - -0.03303945146746911 + - -0.9969726429301278 + - 0.5747138988318462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992091079330351 + - -0.027129062401946163 + - 0.02907185231215284 + - -0.04274053704673011 + - - -0.028475425713582272 + - -0.9984915413608157 + - 0.046944562638633724 + - -0.02346310759552509 + - - 0.027754436656119923 + - -0.04773526792732663 + - -0.9984743539229276 + - 0.5787288382200328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914389972058609 + - -0.025530655068714474 + - -0.12805038254999124 + - 0.02578190239079964 + - - -0.02438091991724647 + - -0.999647193643351 + - 0.010538452683487576 + - -0.030318421112944742 + - - -0.12827425916147633 + - -0.007326246838294225 + - -0.9917116720820822 + - 0.5762625464093362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984399511294959 + - -0.010740341799727634 + - -0.1756196094411755 + - 0.06435303057934984 + - - -0.027618797794503616 + - -0.9951938861345735 + - -0.0939485551179613 + - -0.032610955883129254 + - - -0.17376652200764198 + - 0.09733331422689415 + - -0.9799650104830157 + - 0.5735288671447084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999831420422725 + - -0.017439341522113624 + - 0.005744571589873334 + - -0.034713789853080206 + - - -0.017414324676368564 + - -0.9998387808734187 + - -0.0043764777644158485 + - 0.03751897933648449 + - - 0.005819968345456614 + - 0.004275702144851673 + - -0.999973922829804 + - 0.5791392869634124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968041322771278 + - -0.04011710281811466 + - -0.06908067701407616 + - 0.0485354433126201 + - - -0.03752691034295218 + - -0.9985577855949371 + - 0.038393747249358 + - 0.0352306101522812 + - - -0.07052129377255018 + - -0.03567866153902599 + - -0.996871997919206 + - 0.5747593975196392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985227531211398 + - -0.027357941561019526 + - 0.04694522907520219 + - -0.04273236553973472 + - - -0.03032914918843102 + - -0.9975022317959844 + - 0.06379216465629592 + - -0.023451156750211522 + - - 0.045082748461970044 + - -0.06512173673646854 + - -0.9968584178285002 + - 0.578582797118607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917841501125767 + - -0.026227243222183717 + - -0.12520515683644357 + - 0.025778951365216088 + - - -0.02338837475091538 + - -0.9994361605544305 + - 0.02409034874654222 + - -0.03028807978030727 + - - -0.12576638466611323 + - -0.020964080928667077 + - -0.9918383556804165 + - 0.5762339274629994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876190083900254 + - -0.008058465876724938 + - -0.15666446755539937 + - 0.06436579082208022 + - - -0.026584370792682763 + - -0.9928325093769029 + - -0.11651986763603564 + - -0.03262483352626737 + - - -0.15460260507591805 + - 0.11924206242796948 + - -0.9807544876530844 + - 0.5736743318641921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998365095949143 + - -0.017332123702938438 + - 0.005152821460597687 + - -0.034718115877952635 + - - -0.01729099377247482 + - -0.9998191137545792 + - -0.007922203315246408 + - 0.037499110799580314 + - - 0.0052891979939300345 + - 0.007831810707231358 + - -0.9999553425656704 + - 0.5789513520003685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9936842491988236 + - -0.039793689602127466 + - -0.10491937457886394 + - 0.04852464935744762 + - - -0.03746981210140023 + - -0.9990088241538881 + - 0.024028783651109966 + - 0.0352115397415543 + - - -0.10577157498712114 + - -0.01994571459024771 + - -0.994190395444569 + - 0.5747468487353093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989467084232998 + - -0.02931784891509061 + - 0.035297839384962594 + - -0.04276376183292113 + - - -0.030827549920971333 + - -0.9985987332316386 + - 0.04301432498641962 + - -0.023489706465578093 + - - 0.033987290214501024 + - -0.04405716426597635 + - -0.9984507150484278 + - 0.578603517766419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923706629766783 + - -0.030174925865924532 + - -0.1195405417095553 + - 0.02575462055045081 + - - -0.022133583348297015 + - -0.9974374219628347 + - 0.06803450416000795 + - -0.030293903264690634 + - - -0.12128714586217273 + - -0.06486958545512764 + - -0.9904955149476893 + - 0.5758670355602747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880327787178397 + - -0.01562969809635826 + - -0.1534501245242935 + - 0.06434231053665732 + - - -0.02514167981505422 + - -0.9978670055540166 + - -0.06024396370373995 + - -0.03260149707085763 + - - -0.1521812212961303 + - 0.06338100475755284 + - -0.9863182671535297 + - 0.5734606673291665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997612336050168 + - -0.0173837158351952 + - 0.013239418579992406 + - -0.03469170250856338 + - - -0.017247177230110468 + - -0.9997975995241638 + - -0.010358323383324307 + - 0.037504329118042384 + - - 0.013416805065596784 + - 0.010127507565119253 + - -0.99985870148354 + - 0.5789917101221328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951040427662933 + - -0.03908606685197232 + - -0.09077567652307725 + - 0.04853529598833003 + - - -0.03639639136383142 + - -0.9988534124750565 + - 0.03109924569221174 + - 0.03523619473681635 + - - -0.09188714146097932 + - -0.027643078066251648 + - -0.9953856606708539 + - 0.5748546029581586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993064711358122 + - -0.030127730620442363 + - 0.021883706124698775 + - -0.042792260012872396 + - - -0.030949927712886016 + - -0.9987884688218932 + - 0.03825828698446963 + - -0.023448245772040983 + - - 0.020704557968168488 + - -0.03890905288080099 + - -0.9990282312744033 + - 0.5787242789724427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888435334563214 + - -0.032102324650414994 + - -0.1454575783300974 + - 0.025742885871307793 + - - -0.018363435168085498 + - -0.9953241527415873 + - 0.09482940059954116 + - -0.030291348318869853 + - - -0.14782168511569801 + - -0.09110033875502381 + - -0.9848093610888732 + - 0.57585660900659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895946113657333 + - -0.011190539958406751 + - -0.1434478196813824 + - 0.06436253124019586 + - - -0.026237678313129918 + - -0.9942897277021971 + - -0.10343849197773416 + - -0.03261809042575495 + - - -0.14147116099276139 + - 0.10612591201648336 + - -0.9842373704579755 + - 0.5737106127599871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999728227519771 + - -0.017705095256450747 + - 0.015165774036862777 + - -0.034715999421050386 + - - -0.017298857700495773 + - -0.9994988226791003 + - -0.026511374640897572 + - 0.03749709698963978 + - - 0.01562755970825816 + - 0.026241819011875573 + - -0.9995334643284898 + - 0.5790422108560471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966458729076606 + - -0.04015535588858182 + - -0.07130604048457904 + - 0.04856892587562078 + - - -0.037062446385999315 + - -0.9983358079737777 + - 0.04418132620497367 + - 0.03525452337601781 + - - -0.07296149041797333 + - -0.041390360119316474 + - -0.9964755185177318 + - 0.5749969302637754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991795928379923 + - -0.02969654341994341 + - 0.02753645883209163 + - -0.042788875904488835 + - - -0.03096620763343987 + - -0.9984199691381185 + - 0.04688986256154701 + - -0.023479077574050777 + - - 0.026100483537795843 + - -0.04770409348416017 + - -0.9985204475742834 + - 0.5786616575175678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930263638210794 + - -0.027814146709781433 + - -0.11456445347092543 + - 0.025789349706877466 + - - -0.02300512828593635 + - -0.9988064208642737 + - 0.043087094504601194 + - -0.030302572325465717 + - - -0.11562614249741575 + - -0.04015105083441251 + - -0.9924809762852189 + - 0.5762016534300479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887870779317981 + - -0.013159016819432264 + - -0.14875131862085192 + - 0.06436145961258197 + - - -0.025701244887245827 + - -0.9962420388434801 + - -0.08271182534699098 + - -0.03260559787344297 + - - -0.14710391064258668 + - 0.0856074781624317 + - -0.9854094576146132 + - 0.5736286958953798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998195124368089 + - -0.018890286326145075 + - 0.002024755081002235 + - -0.03468292317203868 + - - -0.01886448867061217 + - -0.999749053171789 + - -0.012081463045028683 + - 0.03751785220687126 + - - 0.0022524692712960854 + - 0.012041086521917571 + - -0.9999249664937636 + - 0.5790285730173104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965121378323584 + - -0.03728985660897861 + - -0.07465270086784985 + - 0.0485292213363512 + - - -0.0360305149029635 + - -0.9991859293586428 + - 0.01814608959343622 + - 0.03522578293872378 + - - -0.0752685933747282 + - -0.0153930232828871 + - -0.9970444792914721 + - 0.5748941940360855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987367593588298 + - -0.028111970460651232 + - 0.041648560866403374 + - -0.04275663427209659 + - - -0.030239324628616185 + - -0.9982222104609142 + - 0.05136148156480863 + - -0.023445724178632235 + - - 0.04013064603801191 + - -0.0525560240062591 + - -0.9978113025964509 + - 0.57858140583307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989017993080862 + - -0.027342260452487756 + - -0.1452439677083085 + - 0.02575776096154713 + - - -0.018203016064619604 + - -0.99779130597444 + - 0.06388395673386355 + - -0.030272296131014446 + - - -0.14666990000833519 + - -0.060538504401506925 + - -0.9873312665546327 + - 0.575957216680464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918718580437246 + - -0.009375141346091149 + - -0.12689493270273042 + - 0.06434134448855143 + - - -0.026175687076258076 + - -0.9909855633186729 + - -0.131386630598624 + - -0.03260451274659551 + - - -0.12451927813385158 + - 0.13364026346395114 + - -0.9831760927495701 + - 0.5734563573118028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998201048846346 + - -0.017609996780403078 + - 0.0070459833857554575 + - -0.03469940603087356 + - - -0.01761274187880986 + - -0.9998448299186264 + - 0.0003277323663113187 + - 0.03750708818617456 + - - 0.007039118694024555 + - -0.0004517724955151658 + - -0.9999751230453807 + - 0.578949458736301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960583752036124 + - -0.03917239197582827 + - -0.07958163666092592 + - 0.04852710935308881 + - - -0.03684483781485514 + - -0.9988551813067162 + - 0.030508764365744307 + - 0.03522054360825441 + - - -0.08068563139206748 + - -0.0274563377678006 + - -0.9963613693852469 + - 0.5748219705515035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986237358930271 + - -0.027259262969761566 + - 0.044805877888945515 + - -0.04279144993470685 + - - -0.02972259534868223 + - -0.9980292941383994 + - 0.05526387036162794 + - -0.023459482508836945 + - - 0.04321112630784118 + - -0.05651955965817243 + - -0.9974659582859227 + - 0.5787178631705335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915510196797038 + - -0.02993695936138189 + - -0.12621550553055869 + - 0.025763594596562724 + - - -0.02177823634701067 + - -0.9976127287771395 + - 0.0655328299666945 + - -0.030292550640640445 + - - -0.12787604855387605 + - -0.06223039326587065 + - -0.9898358926409075 + - 0.5760537475041649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894211016935662 + - -0.01243133563912101 + - -0.1445383873499261 + - 0.06435098244498404 + - - -0.026885467990040962 + - -0.9947754270255268 + - -0.09848360978933018 + - -0.0325925535764299 + - - -0.14255895318936038 + - 0.10132774388294694 + - -0.9845860212216835 + - 0.5735423948020603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997551235380707 + - -0.0178221596710734 + - 0.013117300943243534 + - -0.034681512616064475 + - - -0.017755734949513362 + - -0.9998290236864773 + - -0.0051630679395772905 + - 0.0375049430258417 + - - 0.013207075216696635 + - 0.004928896306966313 + - -0.9999006346359703 + - 0.5787280510932646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976576920449179 + - -0.03939432500133874 + - -0.05592152234423388 + - 0.04854102888387489 + - - -0.03741925330564275 + - -0.9986532504876448 + - 0.03593723379043812 + - 0.0352317593429499 + - - -0.05726193312887626 + - -0.033760516112011085 + - -0.9977882032606888 + - 0.574692192340039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989830844238757 + - -0.027494057364710445 + - 0.035733371581557025 + - -0.042765935679447795 + - - -0.029777842253073866 + - -0.9974385701201657 + - 0.0650352131340499 + - -0.02346948083025364 + - - 0.03385376117524705 + - -0.0660331405149434 + - -0.9972429730050867 + - 0.5785699724117479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919268622886703 + - -0.028595366130046863 + - -0.12354515330858523 + - 0.025761768527245356 + - - -0.021470464059609614 + - -0.9980493412608401 + - 0.05862193771847695 + - -0.03032858503270412 + - - -0.12498047464791559 + - -0.05549610296851976 + - -0.9906059072669061 + - 0.5762633740073814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861433161808729 + - -0.01040139116208742 + - -0.165569233294366 + - 0.06435853372835142 + - - -0.026757619944221 + - -0.9949376415429388 + - -0.0968665020318995 + - -0.03259881957012616 + - - -0.16372351610783212 + - 0.09995449215952534 + - -0.9814294216959367 + - 0.5735716081735349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998100630573828 + - -0.01801515004947247 + - 0.007435871024103835 + - -0.034717148074120366 + - - -0.0179471354572565 + - -0.9997973935838378 + - -0.009114390371433466 + - 0.0375237980994063 + - - 0.007598561579075441 + - 0.008979206627480215 + - -0.9999308154618846 + - 0.578914473086778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980720606397745 + - -0.03622685174689038 + - -0.0503962000827761 + - 0.0485141423254271 + - - -0.035744437702947364 + - -0.9993064168971728 + - 0.010441279683688898 + - 0.03520669256518763 + - - -0.050739500821100826 + - -0.00861976569529153 + - -0.9986747231685514 + - 0.5745352891775567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999280322104197 + - -0.02798481441863578 + - 0.02560640578618573 + - -0.042769310999692986 + - - -0.02955067667043852 + - -0.9975779837901936 + - 0.0629676406212862 + - -0.023485211525219086 + - - 0.023782248919130663 + - -0.0636790108202598 + - -0.9976870191684873 + - 0.578643858971992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9931306389065641 + - -0.028094398596893475 + - -0.11358802239901387 + - 0.025780767442875913 + - - -0.022868716848317535 + - -0.9986307263940412 + - 0.047049910642012915 + - -0.030293975931942812 + - - -0.11475432826151476 + - -0.04412909549479563 + - -0.9924132541819763 + - 0.5761128937382568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879785609690998 + - -0.009965057353249599 + - -0.15426944187807673 + - 0.06436352920578081 + - - -0.026517719641406406 + - -0.9940534801596548 + - -0.10561481490538689 + - -0.03260664178610863 + - - -0.1522996178933047 + - 0.10843604665620106 + - -0.9823677774515652 + - 0.5737006432713865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996986322005245 + - -0.02079762190174471 + - 0.013042380903522235 + - -0.03465769014096973 + - - -0.020639173493617484 + - -0.9997129422691307 + - -0.01216789123468464 + - 0.03753003366255374 + - - 0.013291700188495455 + - 0.011895040261841346 + - -0.9998409067062967 + - 0.5789582314084909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967604416462995 + - -0.039696365143339615 + - -0.0699486995124317 + - 0.04852678912029289 + - - -0.03791958684880016 + - -0.9989280530083888 + - 0.026549008382364403 + - 0.03521884031987911 + - - -0.07092761734536211 + - -0.023810575534354575 + - -0.9971972370551544 + - 0.5747526406883388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993657671401909 + - -0.029767213884488556 + - 0.01954421770890177 + - -0.04280622628710798 + - - -0.03061602506033163 + - -0.9985324618126614 + - 0.04467193431955945 + - -0.023461770147920225 + - - 0.018185776799548147 + - -0.04524196817006306 + - -0.9988105134800574 + - 0.5787814001591522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933716516338469 + - -0.03110433591547343 + - -0.11065840238093318 + - 0.02575253705101106 + - - -0.022773750829641372 + - -0.9968655914953172 + - 0.07576508936074701 + - -0.03030994977562834 + - - -0.11266817653353824 + - -0.0727427850714417 + - -0.9909663814765154 + - 0.5759838333509896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858161092687471 + - -0.013479676678299208 + - -0.16728687044379253 + - 0.06435127899240335 + - - -0.026550648505487374 + - -0.9967430955281511 + - -0.0761463366216481 + - -0.032593484506403855 + - - -0.16571560508946576 + - 0.07950786020015757 + - -0.9829632945315022 + - 0.573509832888004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997874231555303 + - -0.018384921537330474 + - -0.009332907376101105 + - -0.03473706176862454 + - - -0.01853700594100741 + - -0.9996923586360698 + - -0.01647930506408051 + - 0.03751611936568364 + - - -0.009027065457153633 + - 0.016648806104888593 + - -0.9998206485887929 + - 0.5789786004584081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965285232092933 + - -0.038874747278665196 + - -0.07361831602478387 + - 0.048526484798673025 + - - -0.03667843419378362 + - -0.9988475818703803 + - 0.030954816374626864 + - 0.035216734903529764 + - - -0.07473683760634593 + - -0.028147152888249555 + - -0.9968059705323241 + - 0.5748021816492777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992918766056285 + - -0.02698686565646659 + - 0.02621935224297591 + - -0.042734455427579386 + - - -0.028605877814938476 + - -0.9975734491918729 + - 0.0634737522277254 + - -0.02348691433983962 + - - 0.024442772028520673 + - -0.0641788325654938 + - -0.9976390270764732 + - 0.5785581298644749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932492083771484 + - -0.030247687502848248 + - -0.11198699682953375 + - 0.02577300751413166 + - - -0.024990586230252358 + - -0.9985320717590215 + - 0.04805384759313679 + - -0.030307963188490206 + - - -0.11327612571957202 + - -0.044930825380423804 + - -0.9925470972566477 + - 0.576141579325286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987360155517818 + - -0.008187309984629411 + - -0.15828105145925064 + - 0.06433413071264454 + - - -0.026057792651689858 + - -0.9934607483136229 + - -0.11116084293607155 + - -0.03258807840228664 + - - -0.15633590354730387 + - 0.11388024198846795 + - -0.981116902181741 + - 0.573406573356385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998114930292153 + - -0.01835364663900925 + - 0.006334197797802265 + - -0.03470310891662753 + - - -0.01823615061784955 + - -0.9996692490671546 + - -0.01813381592919872 + - 0.03751668922131544 + - - 0.006664924405753166 + - 0.018014886193405164 + - -0.9998155043097222 + - 0.5790614402879208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958072999014695 + - -0.03809265964774324 + - -0.08316712537959906 + - 0.04850854012562256 + - - -0.037061898792503385 + - -0.9992162502105321 + - 0.013903272028485372 + - 0.03520553882734885 + - - -0.08363155577196321 + - -0.010762648194799506 + - -0.9964386224364231 + - 0.5747074206952084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993715188284601 + - -0.029119121142375887 + - 0.020214948389557917 + - -0.04275950416688936 + - - -0.03035577294920249 + - -0.9974987208885719 + - 0.06383438630017113 + - -0.02347035090935565 + - - 0.018305583933688613 + - -0.06440790797377793 + - -0.9977557451537366 + - 0.5786224681616637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883887422863452 + - -0.028116232713466673 + - -0.14932237467847506 + - 0.025760411677095953 + - - -0.02200471066887049 + - -0.9988573329804527 + - 0.04242429798542733 + - -0.030287004737284264 + - - -0.15034456036051322 + - -0.038645902877009135 + - -0.9878780326340012 + - 0.5759010854173611 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852802925877988 + - -0.006507945444878444 + - -0.17082269077668819 + - 0.06436598499722204 + - - -0.027466936334175355 + - -0.9923186600715879 + - -0.12062024822616738 + - -0.032604885963356846 + - - -0.16872555362634287 + - 0.12353672943628694 + - -0.9778907730588673 + - 0.5736346292843185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997783648272965 + - -0.01928302979225938 + - 0.008449022741601187 + - -0.034675561173176224 + - - -0.019193718129794268 + - -0.9997603607316636 + - -0.010527216823428009 + - 0.037512306273113596 + - - 0.00864999465960897 + - 0.010362715460934747 + - -0.9999088917099718 + - 0.5787531094482283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963549174772043 + - -0.0382339620194741 + - -0.07625642639992301 + - 0.04848414744990886 + - - -0.03589428549041192 + - -0.9988488720023194 + - 0.03182029492049586 + - 0.035215024669874403 + - - -0.07738526143992967 + - -0.028967137379933533 + - -0.9965803661842262 + - 0.5747329730070874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992270528254774 + - -0.030238497967030983 + - 0.025118322842270224 + - -0.04276906026946987 + - - -0.030928984252726253 + - -0.9991412390398534 + - 0.027571405169153622 + - -0.023490146299512845 + - - 0.02426303432807328 + - -0.028326978141073975 + - -0.9993042016696368 + - 0.5787616489045766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9875560083382308 + - -0.029557384738781375 + - -0.15446517860820277 + - 0.025745329970884794 + - - -0.018785770111014392 + - -0.997318220440647 + - 0.07073515404971503 + - -0.030246676497148163 + - - -0.1561416832123839 + - -0.06695317904703593 + - -0.9854628590561386 + - 0.5756805189815204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891935973263839 + - -0.012005431385162572 + - -0.14612288193758033 + - 0.06435238451333036 + - - -0.026019328191633002 + - -0.9951966140964477 + - -0.09437528199387077 + - -0.03260346033096644 + - - -0.14428798137386212 + - 0.09715744391565007 + - -0.9847544920043947 + - 0.5734393392705237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998427760575964 + - -0.017594661060606913 + - 0.0022025139276395066 + - -0.03469463598469646 + - - -0.01760394762426644 + - -0.9998359186184339 + - 0.004270464667284004 + - 0.03751532572361939 + - - 0.002127015157719182 + - -0.004308566187817001 + - -0.9999884559653296 + - 0.5786322985720868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972223457822572 + - -0.037067984852983606 + - -0.0646030771052828 + - 0.04850680204267601 + - - -0.03537981550950176 + - -0.9990069030513835 + - 0.027082767772107046 + - 0.03522712233673598 + - - -0.06554282361209164 + - -0.02472189625864568 + - -0.9975434657789762 + - 0.57480563451257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990850412272353 + - -0.03019661933676364 + - 0.030286045905732598 + - -0.04279425639460873 + - - -0.03138560417820411 + - -0.9987232372803025 + - 0.0395833192989474 + - -0.023459081834835544 + - - 0.029052095386437216 + - -0.04049764804261992 + - -0.9987571858348124 + - 0.5787349802521757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916106951483009 + - -0.025130731390998987 + - -0.1267938311088396 + - 0.025777880010625386 + - - -0.023396504242460286 + - -0.999611486890951 + - 0.015148559829055209 + - -0.03032468241944897 + - - -0.12712526443133174 + - -0.012054941535129302 + - -0.9918134126577682 + - 0.5763272060973291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875420037687109 + - -0.013733057848269208 + - -0.15675520378799387 + - 0.06436293664752064 + - - -0.026074764399845376 + - -0.996693958547251 + - -0.07694972161679764 + - -0.03260041992696366 + - - -0.155180209607965 + - 0.08007843728211853 + - -0.9846352352158038 + - 0.5736602782871764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997767288346376 + - -0.019781291677646317 + - 0.007429197821802539 + - -0.03463670647067858 + - - -0.019762353037123415 + - -0.9998012883517091 + - -0.002614041449296918 + - 0.03749599082405601 + - - 0.007479430670023888 + - 0.002466639379079138 + - -0.9999689864225919 + - 0.5785458101343599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959282371107806 + - -0.03797317362915227 + - -0.08176175517895255 + - 0.048491181550671746 + - - -0.03653889191841153 + - -0.9991522007500097 + - 0.01896810780725504 + - 0.03521306808182422 + - - -0.08241271687541528 + - -0.015903390234263376 + - -0.9964713875853486 + - 0.574905383425591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987719958073528 + - -0.03013674342494778 + - 0.03932272989933674 + - -0.04277866119316139 + - - -0.03242351665230771 + - -0.997738698859496 + - 0.058874479751913136 + - -0.023445327456065396 + - - 0.03745952427480693 + - -0.0600771628316432 + - -0.9974906107564152 + - 0.5786453275780514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9947647111350438 + - -0.0289233898597836 + - -0.09801330011499335 + - 0.02577183425649468 + - - -0.022781420934562112 + - -0.9977399096888133 + - 0.0632145511283678 + - -0.030306746343259833 + - - -0.09962016031213303 + - -0.06065072244563702 + - -0.9931753689687474 + - 0.5763642528408196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869084323314433 + - -0.013147917836056738 + - -0.160744761810982 + - 0.06433595262369585 + - - -0.02438305097822177 + - -0.9973789409253677 + - -0.06812279371536183 + - -0.03257860527832051 + - - -0.15942776739980544 + - 0.07115040727338533 + - -0.984642273379904 + - 0.5734549441963369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997766159186365 + - -0.020826094362851794 + - -0.003604449454313116 + - -0.03464583053666859 + - - -0.0208618408609198 + - -0.9997305248436927 + - -0.010181418940840452 + - 0.03742729663679227 + - - -0.0033914389531233425 + - 0.010254340024830486 + - -0.9999416716251419 + - 0.578481994183298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953185600860109 + - -0.03524432044783233 + - -0.08999334322315426 + - 0.04846705365467226 + - - -0.0360154248613001 + - -0.9993270077003695 + - -0.006958509372377476 + - 0.035174197119086384 + - - -0.08968753046198776 + - 0.010167082019730463 + - -0.9959180575342702 + - 0.5747728312102894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999507386976833 + - -0.029537201387875793 + - 0.01060835109315773 + - -0.04277147145938131 + - - -0.029903278626980535 + - -0.9988974422189307 + - 0.036189692673967336 + - -0.02346372938070269 + - - 0.009527712532439343 + - -0.036489089638563246 + - -0.9992886314930483 + - 0.5787120971615537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936534068021117 + - -0.028250882577900368 + - -0.10887972623095063 + - 0.02579268665480347 + - - -0.022830361017501622 + - -0.9984522510123376 + - 0.05071367728933194 + - -0.0303194242640031 + - - -0.11014391388709416 + - -0.047906054752668216 + - -0.992760458595963 + - 0.5763854529765838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885153611825673 + - -0.012350349126446426 + - -0.15061490491499635 + - 0.06436770563352336 + - - -0.02585349153381459 + - -0.9957824497201168 + - -0.08802789219852007 + - -0.03261266009514004 + - - -0.14889250377910057 + - 0.0909108448198463 + - -0.9846655475909232 + - 0.573713438152325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998047770996878 + - -0.019285954785645845 + - 0.004296467927196144 + - -0.0346688943176984 + - - -0.019304158295539105 + - -0.9998046818867856 + - 0.004236454858137745 + - 0.03748498892176759 + - - 0.004213924672341642 + - -0.0043185675021115985 + - -0.9999817962411048 + - 0.5785719143234541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973800269308865 + - -0.03650544267921975 + - -0.06245345894454918 + - 0.04849258653309282 + - - -0.035577208594947174 + - -0.9992402590481895 + - 0.01591122012602191 + - 0.03519786084348348 + - - -0.06298685662847373 + - -0.013647613421448795 + - -0.9979210382289586 + - 0.574707273690832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993700459050473 + - -0.02994268345063085 + - 0.019051169400303828 + - -0.04277311914089984 + - - -0.030951469466855612 + - -0.9980028275476363 + - 0.05506689336403903 + - -0.0234633059921625 + - - 0.01736427037298315 + - -0.055621865437069415 + - -0.9983009016322261 + - 0.5785744477993571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993155595945345 + - -0.02922908517867927 + - -0.11308237184488149 + - 0.025753259991762676 + - - -0.021835023708217324 + - -0.9975753028755371 + - 0.0660813652434791 + - -0.030278944194157494 + - - -0.11473967919646683 + - -0.06315992140905508 + - -0.991385712195558 + - 0.5760711624775654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921972288769606 + - -0.010716476978976035 + - -0.12421681097999346 + - 0.06436564156347455 + - - -0.025604576469330988 + - -0.99257750891017 + - -0.11888773893681558 + - -0.032629691920967846 + - - -0.12202075508988841 + - 0.12114060395606961 + - -0.9851070446405573 + - 0.5737133350729953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998003127909935 + - -0.018263820751044803 + - -0.008109709896505697 + - -0.034681359547442434 + - - -0.01836411231236268 + - -0.9997536042213239 + - -0.012469571983514087 + - 0.037478190874204946 + - - -0.007879969670671757 + - 0.012616009592847302 + - -0.9998893650699276 + - 0.5784333902005834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971048073637024 + - -0.03562638077467264 + - -0.06717711012757147 + - 0.048474027289067904 + - - -0.035421716764458065 + - -0.9993634779819838 + - 0.0042356649077402555 + - 0.0351735319701115 + - - -0.06728525182870568 + - -0.0018438732738958968 + - -0.9977320757686888 + - 0.5745131713254477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999404056810944 + - -0.028279706359917823 + - 0.019793671666072505 + - -0.04278206706988397 + - - -0.029242150977719154 + - -0.9983133546408706 + - 0.050153190844519635 + - -0.023443711490887753 + - - 0.018341969251520863 + - -0.050702111927289115 + - -0.998545376039611 + - 0.5787058518177384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932215951116942 + - -0.025542826801041144 + - -0.11339500431145037 + - 0.025779458825426864 + - - -0.022507424338355207 + - -0.9993553783892541 + - 0.02796861695051296 + - -0.03034406131109469 + - - -0.11403630497975216 + - -0.025226804860769017 + - -0.9931562462488378 + - 0.5763113968467031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902265704368127 + - -0.012055725897427996 + - -0.13894602791743957 + - 0.06435596746329329 + - - -0.024610269609469382 + - -0.9957279759528198 + - -0.08899512646572154 + - -0.03260974567207596 + - - -0.1372795462940384 + - 0.09154483807395493 + - -0.9862929933804235 + - 0.5735532958862111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998173583010167 + - -0.01906154685426057 + - 0.0013811124136358707 + - -0.03467781045995868 + - - -0.019048190869654674 + - -0.9997770417548175 + - -0.009112255734971953 + - 0.03750504490179554 + - - 0.0015544981728758986 + - 0.00908428376423556 + - -0.9999575287600578 + - 0.5787453037196756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972650106519517 + - -0.0373625404188129 + - -0.06376942137745412 + - 0.04852538332725183 + - - -0.03582593837747802 + - -0.9990434828538096 + - 0.025072325514475354 + - 0.035231707855501816 + - - -0.06464519060793214 + - -0.022719153610626364 + - -0.9976496576406377 + - 0.5748216842608623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995119090870687 + - -0.02849199473626873 + - 0.012812096981833485 + - -0.04276144084735452 + - - -0.029103645027436984 + - -0.9983049275441006 + - 0.050400887762858636 + - -0.023446165137389206 + - - 0.011354357720294632 + - -0.05074916627015429 + - -0.9986468848815597 + - 0.5786499454677125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.988578521751499 + - -0.027758758716833438 + - -0.14812817978400208 + - 0.025751290756112186 + - - -0.02241350447539783 + - -0.9990402102546977 + - 0.03763366991644743 + - -0.030320041799370204 + - - -0.14903067183889476 + - -0.03388376615356419 + - -0.988251865286627 + - 0.5760663202727336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916159288987977 + - -0.009999844564611447 + - -0.12883265371348251 + - 0.06436173502286315 + - - -0.024845381640034178 + - -0.9931532906400018 + - -0.11414573273713656 + - -0.032625458705078283 + - - -0.12680913439234393 + - 0.11638962324717943 + - -0.9850750727914318 + - 0.573656051253994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998336362340199 + - -0.018130821908770866 + - -0.0019932766918270214 + - -0.034682109985957756 + - - -0.018125052822656498 + - -0.999831593628904 + - 0.002875211585721295 + - 0.03753562237639634 + - - -0.002045070960543507 + - -0.0028386050093643696 + - -0.9999938799844565 + - 0.5787020627330075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968570770348677 + - -0.03630408583730734 + - -0.07041293430199652 + - 0.048510041365588556 + - - -0.03653627944391084 + - -0.9993303016835148 + - -0.002012068967866991 + - 0.035181764024840856 + - - -0.07029273255391569 + - 0.004578371834223932 + - -0.9975158997537087 + - 0.5746728486146349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9907254102990635 + - -0.028523829935087782 + - -0.13285161840785517 + - 0.025757298468649516 + - - -0.021316397502943934 + - -0.9982387934796463 + - 0.05536174120994896 + - -0.03031925430846305 + - - -0.1341967681624586 + - -0.052016365868205995 + - -0.9895885635437675 + - 0.5760302199507696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987732428722044 + - -0.013876880512230839 + - -0.15553803855681597 + - 0.0643359181426038 + - - -0.02541207378459127 + - -0.9970502870927815 + - -0.07242203748976438 + - -0.03259609673243861 + - - -0.1540742540362237 + - 0.07548613909488029 + - -0.9851715419396411 + - 0.57346318566841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999604661866381 + - -0.01780790143732127 + - 0.021757725556611592 + - -0.03468785788925466 + - - -0.01760999713778945 + - -0.9998021077925277 + - -0.009253823773241136 + - 0.0375214892579455 + - - 0.021918211053943832 + - 0.008867011899045044 + - -0.9997204449865857 + - 0.5788652627179799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979739537998287 + - -0.035801310571276 + - -0.052595187028058925 + - 0.048538672220717956 + - - -0.03517109608024302 + - -0.9992985645337628 + - 0.012859740326978846 + - 0.035195467421372736 + - - -0.05301869045583615 + - -0.010983855522631971 + - -0.9985331108081533 + - 0.5749069845515961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999255529791858 + - -0.03127656089183481 + - 0.02258678638435374 + - -0.042781650066575694 + - - -0.03233992972025325 + - -0.9983063559266011 + - 0.04835854280517265 + - -0.023470040583941303 + - - 0.02103604349877037 + - -0.04905299639502141 + - -0.9985746283671482 + - 0.5787686648074364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992031696342695 + - -0.029905165535459095 + - -0.12238788553501484 + - 0.025764436312882385 + - - -0.02122598811544758 + - -0.9972064939142082 + - 0.07161470466220497 + - -0.03029271131832505 + - - -0.12418764382964187 + - -0.06844625314528731 + - -0.9898952164499095 + - 0.5760338710768422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901408494937599 + - -0.011457576527422568 + - -0.13960595296724934 + - 0.06434409800187653 + - - -0.025397554401865204 + - -0.9948144594171143 + - -0.09848429095565946 + - -0.03260740219596627 + - - -0.13775362933215182 + - 0.10105896929393722 + - -0.9852974283591058 + - 0.5735623851794137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997861323722171 + - -0.019953384243759045 + - -0.005436172681622726 + - -0.034746350675944886 + - - -0.020018521607584695 + - -0.9997251281486751 + - -0.012203562625829284 + - 0.03747378165014567 + - - -0.005191176056557656 + - 0.012309776819129625 + - -0.999910756560711 + - 0.5787335203363408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982078084652708 + - -0.03595099597604403 + - -0.047840328252341885 + - 0.048524779527035246 + - - -0.03518850652929848 + - -0.9992413794857995 + - 0.016686357647946477 + - 0.03519257211963525 + - - -0.04840392677457969 + - -0.014973022795953047 + - -0.9987156094009717 + - 0.5747206574925812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994817804186602 + - -0.028093466564418027 + - 0.01571393482037943 + - -0.04273605342415949 + - - -0.028915320598030866 + - -0.998079651079302 + - 0.054780601823387814 + - -0.02346276471491428 + - - 0.014144781576903147 + - -0.05520658690603318 + - -0.998374758252796 + - 0.5786749722181712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9938008955101466 + - -0.027641535347869287 + - -0.10768345094230171 + - 0.025766541137624964 + - - -0.021425295047952608 + - -0.9980596745050848 + - 0.05846231999254926 + - -0.030284223423765404 + - - -0.10909049828165047 + - -0.05579275625397565 + - -0.9924648263461253 + - 0.5761061011176886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880234758140537 + - -0.011245837739951999 + - -0.15389328241948247 + - 0.06433467727628789 + - - -0.02647207556651756 + - -0.9949076522591171 + - -0.09725221175609702 + - -0.03260249180852494 + - - -0.152015921717156 + - 0.10016134289125134 + - -0.9832898173655137 + - 0.5734011475861536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997417686333909 + - -0.021476779038901276 + - 0.007425901419594092 + - -0.03466246245830508 + - - -0.021353611964327324 + - -0.9996393360162189 + - -0.016285611598274276 + - 0.03746860667357636 + - - 0.00777298564621444 + - 0.01612283632513583 + - -0.9998398045902036 + - 0.5787464415332786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980760717180645 + - -0.03529915496599827 + - -0.0509718032104366 + - 0.048519443097078965 + - - -0.03465122880752429 + - -0.999307741218942 + - 0.013539966101300347 + - 0.035204663213090355 + - - -0.051414466893721984 + - -0.011747680561804669 + - -0.9986083038886927 + - 0.5747758688723589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995162895051357 + - -0.02750730860558521 + - 0.014509823815707713 + - -0.042734376650254834 + - - -0.02822544544506098 + - -0.9982554367563027 + - 0.0518594949446272 + - -0.023483571303002 + - - 0.013057995378834656 + - -0.05224395620319183 + - -0.9985489761633758 + - 0.5785649335000104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919229957533503 + - -0.02860260209579566 + - -0.12357451860739219 + - 0.025773060809147423 + - - -0.023644721774624497 + - -0.9988627213988568 + - 0.0414027889383098 + - -0.030295928562583598 + - - -0.12461820744939212 + - -0.03814649332532698 + - -0.9914712035248835 + - 0.5760855097999726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879011782862241 + - -0.013521867623305085 + - -0.1544940809114308 + - 0.06434243296009985 + - - -0.02424255115124956 + - -0.9974097679612396 + - -0.06772040674113669 + - -0.032591621490051896 + - - -0.15317819901790514 + - 0.07064640027265195 + - -0.9856700895706164 + - 0.5734960446211482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997802534216471 + - -0.020337201177072252 + - 0.005083612537409268 + - -0.0346795609713878 + - - -0.02031474908385271 + - -0.9997838202815954 + - -0.004429861487573819 + - 0.0374583044262379 + - - 0.005172604547741804 + - 0.004325615727532351 + - -0.9999772663469759 + - 0.5787445208388673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965852193598926 + - -0.037466547643500846 + - -0.0735809646652712 + - 0.04851282911779032 + - - -0.03660911229333189 + - -0.999245520533739 + - 0.012967751938992796 + - 0.03520446207521204 + - - -0.07401130623417496 + - -0.01022973611264321 + - -0.9972049333254309 + - 0.5748092089123303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989264273671962 + - -0.028631198614601623 + - 0.03641767665984594 + - -0.04279039595398691 + - - -0.030332103014538293 + - -0.9984321891978601 + - 0.04704388483409368 + - -0.023462540047031386 + - - 0.035013657822702424 + - -0.04809800452679161 + - -0.9982287441896347 + - 0.578735387252175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928194890865469 + - -0.03192930969942741 + - -0.11528218106908758 + - 0.025762115786858608 + - - -0.021755551786254206 + - -0.9958426041008821 + - 0.08845452969774595 + - -0.030296484126761218 + - - -0.11762719947530612 + - -0.08531135352162605 + - -0.9893865851647194 + - 0.5761312412095677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874830475545298 + - -0.011712875010880528 + - -0.1572896670204307 + - 0.06434800588250765 + - - -0.02665620982528586 + - -0.995287248614598 + - -0.09323486055619574 + - -0.032608907873314524 + - - -0.15545635165591917 + - 0.09626059060779972 + - -0.9831415063080535 + - 0.5734913458292779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997948887411284 + - -0.020130523787413854 + - 0.0022231642222420634 + - -0.034677016354819776 + - - -0.020085649836315576 + - -0.9996245259876838 + - -0.018637964334985005 + - 0.03747329115195997 + - - 0.0025975214662458863 + - 0.018589487780560875 + - -0.9998238263945751 + - 0.5784788943787951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996983270600718 + - -0.03787591783545034 + - -0.06774786336422504 + - 0.04852655871903249 + - - -0.03679433551190062 + - -0.9991758170451076 + - 0.017142447505553115 + - 0.035216528186259186 + - - -0.06834131266322867 + - -0.014597995765349769 + - -0.9975551932114347 + - 0.5749237558639995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989966881517317 + - -0.026483851233937573 + - 0.036114023393834724 + - -0.042766424932100075 + - - -0.02882759586626732 + - -0.9974029750796998 + - 0.06600208344238419 + - -0.02343583378341565 + - - 0.03427224501609058 + - -0.06697694324155844 + - -0.9971657346176585 + - 0.5786429715776163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901253130351501 + - -0.0292024671563848 + - -0.1371097385273061 + - 0.02576163263076566 + - - -0.02034980964274805 + - -0.9976430858166557 + - 0.06552982961771352 + - -0.030275701196614803 + - - -0.13870021533707114 + - -0.062092585984181006 + - -0.9883859372893005 + - 0.5760968770702174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988166121932625 + - -0.00998899493630997 + - -0.15306186802988805 + - 0.06435263144692666 + - - -0.025699929600875943 + - -0.9945531259032517 + - -0.10101283767215719 + - -0.03259773728286312 + - - -0.15121914258170663 + - 0.10375114330085203 + - -0.9830404219464327 + - 0.5734812190201073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998200428317099 + - -0.018626299018072903 + - 0.003597629342655645 + - -0.0346807993845452 + - - -0.018609945443271513 + - -0.9998165718906137 + - -0.0045268646434876 + - 0.03750513948568473 + - - 0.00368128817077099 + - 0.004459098315953191 + - -0.999983282140063 + - 0.5787055204960079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955522754003885 + - -0.038790424584946956 + - -0.08585435286360565 + - 0.048502793032967284 + - - -0.03720885100506277 + - -0.9991084241772612 + - 0.01994638174991015 + - 0.03520937772767449 + - - -0.08655153581532801 + - -0.016663123913289845 + - -0.9961080121901733 + - 0.5748109432954641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984873906107344 + - -0.02807757151849364 + - 0.0472713525191583 + - -0.042760889374666315 + - - -0.03095765035785132 + - -0.9976367454114465 + - 0.0613396127243907 + - -0.023451307039619926 + - - 0.04543737091522447 + - -0.06271023985348072 + - -0.996996926345228 + - 0.5787254010636989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909170274968842 + - -0.029535268894802125 + - -0.13119112968509364 + - 0.02576604823212412 + - - -0.021160011600519182 + - -0.9976750891211397 + - 0.06478171390285808 + - -0.03029215239445658 + - - -0.13279946734006584 + - -0.061417297550751905 + - -0.9892382003520472 + - 0.5762111137003859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861695754844566 + - -0.011701697940156216 + - -0.16532585597577898 + - 0.0643597836032458 + - - -0.026554449503337227 + - -0.9957738047147572 + - -0.08791695544928409 + - -0.032612096784678156 + - - -0.1635983789662397 + - 0.0910911637274112 + - -0.9823125624211494 + - 0.5736250794397977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997720963147777 + - -0.020401333726259168 + - -0.006288164481353549 + - -0.03466280169102873 + - - -0.020462453651006362 + - -0.9997424556261716 + - -0.009813786686756032 + - 0.03749966701965157 + - - -0.006086330662654839 + - 0.009940221362853736 + - -0.9999320719820536 + - 0.57858625204687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977137631309544 + - -0.03716510466493158 + - -0.05644467959262888 + - 0.048564832573537914 + - - -0.03658200171955537 + - -0.9992664337405459 + - 0.011329234291962854 + - 0.03524962571231388 + - - -0.05682432585838835 + - -0.00923847361290921 + - -0.9983414479004885 + - 0.5751491016892069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994157123015199 + - -0.02956518690496329 + - 0.017150327347315846 + - -0.042775419292426405 + - - -0.030452071533584393 + - -0.9980770310574534 + - 0.0539899195670193 + - -0.023467323128942424 + - - 0.015521125737489583 + - -0.054480636916379215 + - -0.9983941881126048 + - 0.5786561104142768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9940690396976689 + - -0.026798711519616644 + - -0.10539721711431842 + - 0.02577422067894958 + - - -0.02365553475147219 + - -0.9992406501057732 + - 0.03096027861332123 + - -0.030310286110998577 + - - -0.10614687932377616 + - -0.028283426897760294 + - -0.9939481313291674 + - 0.5761204880565631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878660024085453 + - -0.01119003276234326 + - -0.15490495296193002 + - 0.06435292606720626 + - - -0.025665209394144156 + - -0.9954499982263143 + - -0.0917638167143557 + - -0.03257932911066596 + - - -0.1531732950357692 + - 0.09462602283731898 + - -0.9836584048793955 + - 0.5735152124088666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997097502357664 + - -0.019443647375557063 + - 0.01422532461058979 + - -0.03465195712437686 + - - -0.019196478561596415 + - -0.99966586947219 + - -0.017310246192471245 + - 0.03750198034081298 + - - 0.01455714581831988 + - 0.017032145758676117 + - -0.9997489662492673 + - 0.5787186915896694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967139820176527 + - -0.0372638354757436 + - -0.07192109993702189 + - 0.04851118147467581 + - - -0.03602253515594695 + - -0.9991800929912094 + - 0.01848022540494634 + - 0.03521496138414018 + - - -0.07255077540214813 + - -0.01582871870101211 + - -0.9972391070615072 + - 0.5747711506071891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9938329376197657 + - -0.028346970961657413 + - -0.10720327112250809 + - 0.02575165386703313 + - - -0.02239057729797911 + - -0.9981592430015966 + - 0.05636299902190726 + - -0.030278500966553438 + - - -0.10860365624752348 + - -0.053615061762337345 + - -0.9926382377290788 + - 0.5762796275824801 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881769558015501 + - -0.007107711032486006 + - -0.1531528140997087 + - 0.06436022079637367 + - - -0.02659102969291922 + - -0.9917313914364555 + - -0.12554586564033965 + - -0.0326090288640679 + - - -0.1509941096952181 + - 0.12813402234922078 + - -0.9801951087176256 + - 0.5736737435133622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998106470716108 + - -0.019440164794279416 + - 0.0008660225274997274 + - -0.034698908570558386 + - - -0.019419050126172607 + - -0.9996127070875925 + - -0.019933296797385914 + - 0.037497540825077696 + - - 0.0012531936977473056 + - 0.019912705034392967 + - -0.9998009370288515 + - 0.5788683817178251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960383732715136 + - -0.03728157639285307 + - -0.08073192077673412 + - 0.04848471121691063 + - - -0.03648715183810774 + - -0.9992703028823582 + - 0.01129378272071631 + - 0.03522445946208449 + - - -0.08109406095010833 + - -0.008303363117661418 + - -0.9966718654800867 + - 0.5745749379667395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990826059029208 + - -0.027303445383252457 + - 0.0329919452659727 + - -0.04276110815388584 + - - -0.028977374734072237 + - -0.9982590731636777 + - 0.051372508211260805 + - -0.023484281338896018 + - - 0.03153186223092984 + - -0.05228139933665373 + - -0.9981344583510033 + - 0.5787614972443433 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916634516771546 + - -0.028533109506829704 + - -0.12565611910934887 + - 0.02576608152265943 + - - -0.02147622535572212 + - -0.9981339331432819 + - 0.05716137902808812 + - -0.030277666053206892 + - - -0.1270526282775049 + - -0.05398623129830215 + - -0.9904257248668294 + - 0.5761097450371628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842827470936032 + - -0.010157172690248326 + - -0.17630741792905466 + - 0.06435059900941775 + - - -0.025867900738003203 + - -0.9958687535574903 + - -0.08704181408530344 + - -0.03259425206900357 + - - -0.17469494979901015 + - 0.09023445866625558 + - -0.9804791772311792 + - 0.5735442793080018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994430907044141 + - -0.01955009677408981 + - -0.027042598975171306 + - -0.03470627391367511 + - - -0.019944387042070688 + - -0.9996975539858436 + - -0.014388258415743769 + - 0.03747942280090946 + - - -0.026753128204460422 + - 0.01491959352146907 + - -0.9995307278220268 + - 0.5787696220025211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996799192944586 + - -0.035424029188230864 + - -0.07166942933422453 + - 0.0485247699499802 + - - -0.035699046164587654 + - -0.9993593079593959 + - -0.0025596284604578337 + - 0.03522272532713108 + - - -0.07153283894800118 + - 0.0051099658500144965 + - -0.9974251556889121 + - 0.5749684629943642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9948834416699389 + - -0.02471120265235028 + - -0.09796067555122172 + - 0.025778698959099403 + - - -0.021376384340945895 + - -0.9991605207784202 + - 0.03494715883021542 + - -0.03032112354023828 + - - -0.09874202592354188 + - -0.0326743046027091 + - -0.9945764938581868 + - 0.5764795046291363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861580616639198 + - -0.012385216993916225 + - -0.16534474232727808 + - 0.0643564458485549 + - - -0.025954551267768827 + - -0.9964440064158615 + - -0.08016048494361724 + - -0.03261204261905192 + - - -0.16376397248402697 + - 0.08334235704562679 + - -0.9829727426731276 + - 0.5735673584172571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990562899025947 + - -0.02172566072604533 + - -0.03761017511364979 + - -0.034661612291386784 + - - -0.023167603091430955 + - -0.9989962390987698 + - -0.038337663380951785 + - 0.037490961227358746 + - - -0.036739512422738395 + - 0.0391728213501405 + - -0.9985568077452625 + - 0.5788708596009762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973153222037332 + - -0.03750272823866128 + - -0.06289430397357906 + - 0.04851392365117444 + - - -0.037017841720417284 + - -0.9992753488081315 + - 0.008857576347359975 + - 0.035211111564039596 + - - -0.06318091081985111 + - -0.006505585219201718 + - -0.9979808865248522 + - 0.5748201802612206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9955115415907804 + - -0.02707874146556943 + - -0.09068358352088222 + - 0.02579264669507891 + - - -0.021879337110032305 + - -0.9980856784494099 + - 0.05784697988493598 + - -0.03029992836967669 + - - -0.09207640939553156 + - -0.05560323942742433 + - -0.9941982773058925 + - 0.5762852086099963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906313229474313 + - -0.018240059958399772 + - -0.13533987663706584 + - 0.06436564843569104 + - - -0.025260549748494503 + - -0.9984127186281905 + - -0.050338334377183526 + - -0.032610282248225805 + - - -0.13420687993477107 + - 0.053285490465785186 + - -0.9895196662441804 + - 0.5736356584384921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993167175266514 + - -0.01953168746897518 + - -0.03137851584082918 + - -0.03469688845775218 + - - -0.020517106851350105 + - -0.9992964400337543 + - -0.031395433781291865 + - 0.03743258572157499 + - - -0.03074323337271427 + - 0.032017778193989 + - -0.9990143720093877 + - 0.5789267116796384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965069769619173 + - -0.03701461100047929 + - -0.07485828904472837 + - 0.048527898026438566 + - - -0.036033490233584535 + - -0.9992466104296058 + - 0.014415239385159385 + - 0.0352184434290352 + - - -0.07533546606882492 + - -0.01166748119469148 + - -0.9970899846226349 + - 0.574947239654283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9885956050253549 + - -0.03098548745025408 + - -0.14737241699864506 + - 0.025755628249734753 + - - -0.016920765378226742 + - -0.995261610518104 + - 0.09574974844836774 + - -0.03027399225355496 + - - -0.14964096171692892 + - -0.0921641264070834 + - -0.98443555217193 + - 0.5759394809950658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991553288774427 + - -0.013206812417095348 + - -0.1290257944226552 + - 0.06436911707683719 + - - -0.02484574036248842 + - -0.9957201052409623 + - -0.08901775780577081 + - -0.03261226473711745 + - - -0.12729793677219373 + - 0.09147159189992657 + - -0.9876376780828261 + - 0.5736020089600845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998084193840849 + - -0.018440106827059443 + - 0.00656406801489599 + - -0.03470014121723437 + - - -0.01840566986667513 + - -0.9998167198097143 + - -0.0052685961795420335 + - 0.03751351830756863 + - - 0.00666001842764056 + - 0.005146770749776372 + - -0.9999645768252962 + - 0.5788143171233348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968676777855048 + - -0.036721673249357774 + - -0.0700453545947363 + - 0.04851647080652771 + - - -0.035205601888125194 + - -0.9991209415995997 + - 0.02275762845341673 + - 0.035218205965306754 + - - -0.07081947883336746 + - -0.020220355360288017 + - -0.9972841814883427 + - 0.5747830153693527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992946768912752 + - -0.028328588789166206 + - 0.024650350788095025 + - -0.04276245465733912 + - - -0.02960297807557368 + - -0.9981572606250354 + - 0.05296930007638134 + - -0.023438645665673715 + - - 0.023104381095777362 + - -0.05366166339891967 + - -0.9982918478358128 + - 0.5786670068401862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904312724068857 + - -0.026576936410762662 + - -0.13542363563830256 + - 0.025749582307897714 + - - -0.021487403591127108 + - -0.9990117947756114 + - 0.038906623936351914 + - -0.030306334213390677 + - - -0.13632382816437288 + - -0.03562443473559927 + - -0.9900235924079691 + - 0.5761119388278015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861422473095961 + - -0.011787483213257682 + - -0.16548269791937967 + - 0.06432931094613473 + - - -0.026026284707567744 + - -0.9961138790168997 + - -0.08414138419485424 + - -0.03259603934538361 + - - -0.16384779698091798 + - 0.08728227351187991 + - -0.9826167636240984 + - 0.5734779463415363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997281566089602 + - -0.019440910536673763 + - -0.012871048160713692 + - -0.03469896974454301 + - - -0.019569419951693427 + - -0.9997591391024079 + - -0.009934867083434318 + - 0.03749061790483352 + - - -0.012674805166337965 + - 0.010184045302152306 + - -0.9998678085303467 + - 0.5786307667607347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969482797809999 + - -0.03640659643496544 + - -0.06905568171936811 + - 0.04850632022331116 + - - -0.03552882834339288 + - -0.9992720184684767 + - 0.013897318535717388 + - 0.03525639068109329 + - - -0.06951136452588765 + - -0.011401440345808653 + - -0.9975160035607404 + - 0.5749710612840004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991482386267563 + - -0.026195201331305065 + - 0.0318843014077923 + - -0.04279767373840062 + - - -0.028278795417932327 + - -0.9973685745540523 + - 0.06675504641394261 + - -0.023433970283154113 + - - 0.030051738365047737 + - -0.06759983668049277 + - -0.9972598232667395 + - 0.5786354158943018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907138716987193 + - -0.028786860271081665 + - -0.13288092827590692 + - 0.025768337965536087 + - - -0.023488577350822364 + - -0.9988719220264237 + - 0.04126948171799972 + - -0.030289126710678335 + - - -0.13391904703128654 + - -0.0377650640535813 + - -0.9902724315961041 + - 0.5762504910891693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881626665440434 + - -0.011077125303224602 + - -0.15300928646190876 + - 0.0643433253107129 + - - -0.02709058875385274 + - -0.9943152201361537 + - -0.10297253520508395 + - -0.03259796722635571 + - - -0.15099882267599113 + - 0.10589872662411615 + - -0.9828452651612336 + - 0.5734301884714778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997878724041668 + - -0.019809521607602455 + - -0.00563853236467145 + - -0.034663586885104306 + - - -0.019834687083883248 + - -0.9997934022350866 + - -0.004442750890403204 + - 0.037483728640489065 + - - -0.005549358686726882 + - 0.004553646985403544 + - -0.9999742341267088 + - 0.5783524747457879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972093734323952 + - -0.03622712338452863 + - -0.06527680345920736 + - 0.048495394252225515 + - - -0.035209367426762034 + - -0.9992408294147641 + - 0.016675289379867526 + - 0.03522106356434435 + - - -0.06583134499596005 + - -0.014330399916861806 + - -0.9977278555068243 + - 0.5747371319894132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995335853680092 + - -0.028261846046542617 + - 0.011570642999164781 + - -0.04278140114701075 + - - -0.028742770983641704 + - -0.9986287370187762 + - 0.04375498504703492 + - -0.023442109019189885 + - - 0.010318179953582994 + - -0.04406714942364492 + - -0.9989752857323949 + - 0.5787553180769625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993186257823744 + - -0.029223051602709382 + - -0.11281431879461427 + - 0.025766081120597594 + - - -0.024828146605959292 + - -0.9988844423017789 + - 0.04016757477839584 + - -0.030291640290877865 + - - -0.11386228702331806 + - -0.03709291283372625 + - -0.9928038554575269 + - 0.5760975467072256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906368535675925 + - -0.014675911483314475 + - -0.13573224368525838 + - 0.06434796286917324 + - - -0.02581735612275932 + - -0.9964046865832521 + - -0.08069178816807793 + - -0.03259020275911628 + - - -0.1340600181878664 + - 0.08344050681213086 + - -0.9874540968300267 + - 0.5735729566410922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999789671348828 + - -0.020304677533721577 + - -0.002886716898838122 + - -0.034696925478427794 + - - -0.020341722925945462 + - -0.9997027198728438 + - -0.013441956228217169 + - 0.03745084271249787 + - - -0.0026129241486350235 + - 0.013497849795016385 + - -0.9999054858726917 + - 0.5784475314105548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951753121045189 + - -0.03845383327337759 + - -0.09026295410774382 + - 0.04845201588982075 + - - -0.03716674604592966 + - -0.9991826139688949 + - 0.015897702055454155 + - 0.03522199395763615 + - - -0.09080050201420012 + - -0.012466220312103322 + - -0.9957910735616681 + - 0.5744345904823869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991898148468534 + - -0.027888081168665094 + - 0.029016699244412796 + - -0.042754872053021475 + - - -0.029584844344879884 + - -0.9977724497316726 + - 0.059790262932572176 + - -0.02343573900195437 + - - 0.02728462738246553 + - -0.060600276279789624 + - -0.9977891338471335 + - 0.5785853822166263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992376600812286 + - -0.02845398672797942 + - -0.11991268823413485 + - 0.025784159101180214 + - - -0.02265711443921052 + - -0.9985204823637092 + - 0.04943178598264919 + - -0.03029925530214293 + - - -0.12114180667936801 + - -0.046338072245507636 + - -0.9915530473630894 + - 0.57616468666531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858275978186135 + - -0.007161705896738103 + - -0.16760864341623485 + - 0.06433852424612803 + - - -0.026625864646402805 + - -0.9931041472489016 + - -0.11417187065500549 + - -0.0326088004567449 + - - -0.16563517353211357 + - 0.11701650603944937 + - -0.9792201624779312 + - 0.5735115018805099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994455906537333 + - -0.019010890601175865 + - 0.027333081812346015 + - -0.03465143217253533 + - - -0.018977921293450484 + - -0.9998188295312223 + - -0.0014651341907223386 + - 0.0375239682474089 + - - 0.027355983370916787 + - 0.0009455968312913215 + - -0.9996253078131042 + - 0.578980071589522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996582585371779 + - -0.037744899300109366 + - -0.07347430238202517 + - 0.04849052657752776 + - - -0.03652811743350881 + - -0.9991734626776417 + - 0.017835025022021316 + - 0.035209382418060126 + - - -0.07408675435234328 + - -0.015090197400860624 + - -0.9971376227843074 + - 0.5745884490398004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988352446166612 + - -0.03014764520572338 + - 0.03767324780430499 + - -0.042780266172453965 + - - -0.03194499817240162 + - -0.9983337406469797 + - 0.04805475395394174 + - -0.023479058587473404 + - - 0.036161736730140656 + - -0.04920225375283581 + - -0.9981339925191913 + - 0.5786903798730582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9931011201358202 + - -0.0280813264043172 + - -0.11384904168394841 + - 0.025766190328778672 + - - -0.023659829367441036 + - -0.9989193760796142 + - 0.04000365692057097 + - -0.030314463903299584 + - - -0.11484936943354457 + - -0.03703402759745918 + - -0.9926923507011771 + - 0.5762496772438737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866023842400927 + - -0.009811664594752287 + - -0.16284798632357936 + - 0.0643525490380864 + - - -0.02591323514129333 + - -0.9949423361540627 + - -0.09704767886357885 + - -0.03259803918549769 + - - -0.1610721566760582 + - 0.09996738951366277 + - -0.9818667330027773 + - 0.5735684681134007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998211720669965 + - -0.01852749177654374 + - 0.0037889226763608078 + - -0.03475229162616854 + - - -0.01849378837636994 + - -0.9997907321730309 + - -0.008744807168010259 + - 0.037532283435248726 + - - 0.003950149119638541 + - 0.008673171818068842 + - -0.9999545851750208 + - 0.5789538590213076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959468794931091 + - -0.03808850216014837 + - -0.08148054510823353 + - 0.048514261794268085 + - - -0.036839213147084514 + - -0.9991802876800935 + - 0.016781689016000415 + - 0.03522052651386163 + - - -0.08205294389991248 + - -0.01371199163952655 + - -0.996533640015547 + - 0.5746346501513306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999067721095714 + - -0.028824775415177792 + - 0.03213753237075327 + - -0.04276261856842843 + - - -0.03036206148489356 + - -0.9983654960648954 + - 0.04841984602910881 + - -0.023433253289818753 + - - 0.030689312260202176 + - -0.04935046696192066 + - -0.998309920577591 + - 0.5786735914376644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928429055489071 + - -0.02586511757662547 + - -0.11659314128177156 + - 0.025768757815490848 + - - -0.0222568772271695 + - -0.9992354081466468 + - 0.032143903342606146 + - -0.030327552989365958 + - - -0.11733540095511885 + - -0.0293188471593179 + - -0.9926594626980342 + - 0.5762883580177353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837170516453122 + - -0.008372116177881474 + - -0.17952902264803378 + - 0.06433351044090949 + - - -0.027287713184984075 + - -0.994291059745908 + - -0.10315361951231918 + - -0.032592566476906365 + - - -0.17764048809713456 + - 0.10637291093160102 + - -0.9783295256755511 + - 0.5733865485769974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998476281655626 + - -0.017444249687964198 + - -0.0006469965399942634 + - -0.034729274811198016 + - - -0.017446678144804852 + - -0.9998399540202028 + - -0.003959768502081394 + - 0.03751744334138066 + - - -0.000577817800342251 + - 0.003970453085284866 + - -0.9999919507820485 + - 0.578984553982876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958146826134974 + - -0.03806822022073749 + - -0.08308988205915993 + - 0.04849216954808981 + - - -0.03699623606251446 + - -0.9992115934148231 + - 0.014403822500199346 + - 0.035210539976331744 + - - -0.08357270133594091 + - -0.011269525040389998 + - -0.9964379566218752 + - 0.5746666535878908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984936945071895 + - -0.026921216859185262 + - 0.04780784571808352 + - -0.0427598207358617 + - - -0.030393579837963 + - -0.9968352028644234 + - 0.07345616812002645 + - -0.023397599647728643 + - - 0.045679014153292834 + - -0.07479857226622003 + - -0.9961518966768667 + - 0.5784438780357117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926618833801136 + - -0.025812303675776322 + - -0.11813598208503294 + - 0.025744501155015784 + - - -0.02290324086980115 + - -0.9994017060388128 + - 0.025916626407979582 + - -0.03030169642205876 + - - -0.11873426987144693 + - -0.023020750327919778 + - -0.9926591651782775 + - 0.5762278646199203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869687726242818 + - -0.008086358358981626 + - -0.1607085955168823 + - 0.06436534525054063 + - - -0.028081757905375683 + - -0.9920659121622774 + - -0.12254240408353201 + - -0.032611650491027086 + - - -0.15844259761018378 + - 0.1254585060253704 + - -0.9793651548469644 + - 0.5737618980138397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997646006372185 + - -0.01950098709570715 + - 0.009510773627632555 + - -0.03470700602878972 + - - -0.019309451306064342 + - -0.9996168617473227 + - -0.019831157321061648 + - 0.03751884556829111 + - - 0.009893856829454215 + - 0.019642841259019276 + - -0.9997581059357865 + - 0.5790767236158743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996036420224759 + - -0.03957319488976564 + - -0.07965809332430616 + - 0.0485198808461433 + - - -0.038047316939049974 + - -0.999063923610618 + - 0.020583445131851456 + - 0.03524146936991405 + - - -0.08039807994962768 + - -0.01747108428155177 + - -0.9966097079370838 + - 0.5748246689547536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991313120338083 + - -0.027608563996328217 + - 0.031215196742316334 + - -0.042766623813854786 + - - -0.029218478779575632 + - -0.9982011236915126 + - 0.0523526232275885 + - -0.02344845887667696 + - - 0.029713663715677262 + - -0.05321920569740777 + - -0.998140678628784 + - 0.5787816173916773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916144357820447 + - -0.026013971754445676 + - -0.12658627106529416 + - 0.025759419450136847 + - - -0.021459513510056698 + - -0.9990769907282434 + - 0.037210964477019784 + - -0.03028391575890621 + - - -0.12743743574228464 + - -0.034182449750672306 + - -0.9912574136421249 + - 0.5761650466616868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865120258589438 + - -0.013546320532130736 + - -0.16312731235364375 + - 0.06437715849034491 + - - -0.026015233258463125 + - -0.9968782606686888 + - -0.07454489281418471 + - -0.03259619004477742 + - - -0.16160826239456394 + - 0.07778322830926539 + - -0.9837848031554458 + - 0.5736902223201813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997432000943823 + - -0.01896097764961058 + - 0.012410285718502662 + - -0.03467748398310265 + - - -0.019051102471181514 + - -0.9997926968876206 + - 0.0071846186266283875 + - 0.03755839476754856 + - - 0.012271485634447228 + - -0.007419203242163005 + - -0.9998971777455792 + - 0.5788743099452125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959247526161364 + - -0.03883518544512564 + - -0.08139849813067902 + - 0.048517455250013754 + - - -0.03723923031603801 + - -0.9990849755252056 + - 0.021034528881551325 + - 0.03522330463985951 + - - -0.08214089634254383 + - -0.017917590553488034 + - -0.9964596495075962 + - 0.5745831555211334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988124629993985 + - -0.027198556721435084 + - 0.04042155698814685 + - -0.0427351890279547 + - - -0.029094262498635746 + - -0.9984675712374056 + - 0.04707476050853947 + - -0.02346330477951645 + - - 0.03907924828774989 + - -0.04819489287825783 + - -0.9980731760014979 + - 0.5785762083078831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911636128094901 + - -0.02771284821750313 + - -0.12971773466304795 + - 0.0257532804756502 + - - -0.02211327046036019 + - -0.998768589039216 + - 0.0444106836038559 + - -0.03030767418535711 + - - -0.13078874535672494 + - -0.04114977025802778 + - -0.9905559047806067 + - 0.5761557138804253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98868150014662 + - -0.01346694144531032 + - -0.14942400327905 + - 0.06435631719443555 + - - -0.02572091327755928 + - -0.9964322760874479 + - -0.08038130249850876 + - -0.03260558778517755 + - - -0.14780840939539683 + - 0.08331482856789109 + - -0.9855005395496778 + - 0.5735226979511792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997363439939863 + - -0.018485488615057454 + - 0.01362091069645143 + - -0.034669510290273875 + - - -0.018496244729459235 + - -0.999828709270337 + - 0.000664115742683905 + - 0.03754674033224148 + - - 0.013606301056719098 + - -0.0009158763422593327 + - -0.9999070105475205 + - 0.5788718372758495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965570911485593 + - -0.037152770565608895 + - -0.0741190644896536 + - 0.048502077225965425 + - - -0.03626344711409485 + - -0.99925363879938 + - 0.013308934953690666 + - 0.035215279653225455 + - - -0.07455820870249934 + - -0.010575300728468618 + - -0.9971605871320712 + - 0.5746509027285056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985611505839289 + - -0.028183191679786664 + - 0.04562166427521384 + - -0.04277112394340337 + - - -0.029609004465191473 + - -0.9990842978434747 + - 0.030884828916337648 + - -0.023489484617392378 + - - 0.04470945536550618 + - -0.032191202359520193 + - -0.9984812422332071 + - 0.5787518870846824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912881067457866 + - -0.031356049798605415 + - -0.12792453855840677 + - 0.025735265997901338 + - - -0.02479103590556327 + - -0.9983082557137043 + - 0.05259307095607303 + - -0.030309765711670295 + - - -0.1293572339031838 + - -0.04896350390738838 + - -0.9903884497115404 + - 0.5763281482012163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872105730564257 + - -0.013119129006952114 + - -0.15888100232470442 + - 0.0643342961065043 + - - -0.02572812175405117 + - -0.9966551653205536 + - -0.0775663921480723 + - -0.032597098953160035 + - - -0.1573319681330292 + - 0.08066207221463358 + - -0.9842460474441483 + - 0.5733782679924995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997363439939863 + - -0.018485488615057454 + - 0.01362091069645143 + - -0.034669510290273875 + - - -0.018496244729459235 + - -0.999828709270337 + - 0.000664115742683905 + - 0.03754674033224148 + - - 0.013606301056719098 + - -0.0009158763422593327 + - -0.9999070105475205 + - 0.5788718372758495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965570911485593 + - -0.037152770565608895 + - -0.0741190644896536 + - 0.048502077225965425 + - - -0.03626344711409485 + - -0.99925363879938 + - 0.013308934953690666 + - 0.035215279653225455 + - - -0.07455820870249934 + - -0.010575300728468618 + - -0.9971605871320712 + - 0.5746509027285056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985611505839289 + - -0.028183191679786664 + - 0.04562166427521384 + - -0.04277112394340337 + - - -0.029609004465191473 + - -0.9990842978434747 + - 0.030884828916337648 + - -0.023489484617392378 + - - 0.04470945536550618 + - -0.032191202359520193 + - -0.9984812422332071 + - 0.5787518870846824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912881067457866 + - -0.031356049798605415 + - -0.12792453855840677 + - 0.025735265997901338 + - - -0.02479103590556327 + - -0.9983082557137043 + - 0.05259307095607303 + - -0.030309765711670295 + - - -0.1293572339031838 + - -0.04896350390738838 + - -0.9903884497115404 + - 0.5763281482012163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872105730564257 + - -0.013119129006952114 + - -0.15888100232470442 + - 0.0643342961065043 + - - -0.02572812175405117 + - -0.9966551653205536 + - -0.0775663921480723 + - -0.032597098953160035 + - - -0.1573319681330292 + - 0.08066207221463358 + - -0.9842460474441483 + - 0.5733782679924995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997250409194914 + - -0.019901147285068515 + - 0.012401084438836654 + - -0.034695277397036 + - - -0.019785400339107754 + - -0.999760178227204 + - -0.009387436525982585 + - 0.03751046323816964 + - - 0.012584931145714757 + - 0.009139494944805605 + - -0.9998790372541122 + - 0.5789109822458736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981809835256324 + - -0.03574387673679497 + - -0.048549968111481656 + - 0.04856573499510479 + - - -0.03516303951231569 + - -0.9993000521851503 + - 0.012765827627356879 + - 0.0352341444910677 + - - -0.04897228583654642 + - -0.011035441929568082 + - -0.9987391722774085 + - 0.5748527924926379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990995792364727 + - -0.030573720646247565 + - 0.029415614481909144 + - -0.04278817323417229 + - - -0.03158325722190917 + - -0.9989058637147794 + - 0.034490191351820555 + - -0.023458085683912482 + - - 0.028328936315326243 + - -0.035388176585912 + - -0.9989720458176827 + - 0.5787772287024686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915420380911372 + - -0.029058477550046084 + - -0.12649107312592267 + - 0.02574864534753251 + - - -0.024627436767287708 + - -0.9990318004649349 + - 0.036454780455573224 + - -0.03032148344532389 + - - -0.1274279249471924 + - -0.033031296406049 + - -0.9912976633692772 + - 0.5763597027817349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890268149800299 + - -0.0071590111913318755 + - -0.1475625555797276 + - 0.06433285801885673 + - - -0.027413011593756434 + - -0.990372628382202 + - -0.13568560626200804 + - -0.03260101056989122 + - - -0.1451705412465573 + - 0.1382418370468596 + - -0.9797013363490378 + - 0.573374380458966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998100565185719 + - -0.01888222020944214 + - -0.0048283169212511075 + - -0.034703253186168 + - - -0.018826815291250337 + - -0.999759195941816 + - 0.011273914837463568 + - 0.03752958780403425 + - - -0.0050400307855257565 + - -0.011180871599986006 + - -0.999924790271721 + - 0.5789620526058459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972538919662933 + - -0.03709623798669556 + - -0.06409792574892659 + - 0.0485289162840302 + - - -0.03584109136202672 + - -0.999144704227533 + - 0.020622225487423283 + - 0.03521997604044713 + - - -0.0648081100485064 + - -0.018268255015455676 + - -0.997730514583287 + - 0.5746740197758707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992700055817477 + - -0.0281515659315102 + - 0.025825283740119758 + - -0.042760242148186196 + - - -0.02969650352797225 + - -0.9976633335436973 + - 0.06153040370979485 + - -0.0234618602896711 + - - 0.024032761449050994 + - -0.06225240748823325 + - -0.9977710479559184 + - 0.5786104984543512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888185056170026 + - -0.029578074346821095 + - -0.14616121396352616 + - 0.025752799163225572 + - - -0.021672498816319982 + - -0.9982296817950558 + - 0.05538777101850119 + - -0.030313124038280945 + - - -0.14754072571467974 + - -0.05160077423135466 + - -0.9877090129963936 + - 0.5762297457457255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891611106779696 + - -0.013392477265136274 + - -0.14622222360170994 + - 0.06436278837082951 + - - -0.026883965051515163 + - -0.9955167068227907 + - -0.09068483257863573 + - -0.0326064394854388 + - - -0.1443521719456779 + - 0.09363294286419223 + - -0.9850864543100554 + - 0.5736160844350466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997263932404933 + - -0.018121462561581383 + - 0.014790241816267475 + - -0.03469917727953634 + - - -0.018064697051592186 + - -0.999828967377626 + - -0.003962664889179323 + - 0.0375270815646134 + - - 0.01485952148585745 + - 0.003694399439549322 + - -0.9998827661451077 + - 0.578968639714372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973302897552833 + - -0.03824822572562838 + - -0.062204231089887485 + - 0.04854582822025245 + - - -0.036972967344027406 + - -0.9990844178763041 + - 0.021525000407522143 + - 0.035241183954745216 + - - -0.06297057108221449 + - -0.019167659888669905 + - -0.9978313023712836 + - 0.5745859670647162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992497613506987 + - -0.02751071148376096 + - 0.02725940561034142 + - -0.042766667058002514 + - - -0.029221309394394695 + - -0.9974910476047641 + - 0.06448042358443365 + - -0.023441364686329458 + - - 0.02541711072976059 + - -0.06522860340378436 + - -0.9975465902804459 + - 0.5786754234387999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992883474676744 + - -0.03386458907201328 + - -0.11417353161227513 + - 0.02574853704080151 + - - -0.024057221902518924 + - -0.9959866699897082 + - 0.08620790727737894 + - -0.030277767659844478 + - - -0.11663471090618123 + - -0.08284770853678379 + - -0.9897133935650441 + - 0.5758931303910769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894741693055021 + - -0.010630459012622556 + - -0.14431861147602387 + - 0.06437023805275909 + - - -0.027397409167089055 + - -0.993022785316564 + - -0.11469581427874487 + - -0.032615344882709014 + - - -0.1420924003883307 + - 0.117442501605314 + - -0.9828616426377459 + - 0.5738577118827312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997712309408615 + - -0.019041504018657153 + - 0.009742017640206957 + - -0.034680656814973745 + - - -0.01897181381394008 + - -0.9997941179329916 + - -0.007196667784481896 + - 0.03754735821947501 + - - 0.009877047312017514 + - 0.007010197664721781 + - -0.9999266478422791 + - 0.5789594105674137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9944844297050617 + - -0.03766331547620226 + - -0.09788868035446326 + - 0.04851316190714314 + - - -0.037661032489197735 + - -0.9992888187698543 + - 0.0018717140264172994 + - 0.03522189823468995 + - - -0.09788955871820963 + - 0.0018251983150215602 + - -0.9951956103927835 + - 0.5748664793826499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990355048570961 + - -0.031216098023699866 + - 0.030880661571632627 + - -0.04279682090773816 + - - -0.032487320304111285 + - -0.998607770930058 + - 0.04155831875278833 + - -0.023466893469692607 + - - 0.02954038006500636 + - -0.04252146589988451 + - -0.9986587459604704 + - 0.5787114903547468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892518364507894 + - -0.02820544952727657 + - -0.1434756310169249 + - 0.025751675188132 + - - -0.020578900568731788 + - -0.9983090528068775 + - 0.05436491456093625 + - -0.030278689875137862 + - - -0.14476640815507852 + - -0.0508280208231631 + - -0.9881595009759699 + - 0.5760272727100431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890717507925443 + - -0.015285393502979795 + - -0.14664047370910305 + - 0.06435690319083036 + - - -0.026468992601909148 + - -0.9968606898708806 + - -0.07462008724728779 + - -0.032601566067194145 + - - -0.14503952638784767 + - 0.07768604595171404 + - -0.9863713367944031 + - 0.5736636487690452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995039741832727 + - -0.017143217919775137 + - 0.02641809363294235 + - -0.0346945478932844 + - - -0.016815832309337943 + - -0.9997796472451709 + - -0.012565219379917803 + - 0.03753526281176505 + - - 0.026627680627272717 + - 0.012114744474248573 + - -0.9995720082068801 + - 0.5789581516505566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964811814880028 + - -0.037622141133135605 + - -0.07489879462870297 + - 0.04852712206643587 + - - -0.03607799344817882 + - -0.9991097698571959 + - 0.02186426684464738 + - 0.035237284755255366 + - - -0.07565469799706667 + - -0.01908513223583235 + - -0.9969514152648128 + - 0.5747904299514933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992219074225821 + - -0.029911571541478936 + - 0.025707540035864937 + - -0.04278158246214911 + - - -0.030894187777797733 + - -0.9987725580043354 + - 0.03871597266021266 + - -0.02345434233344418 + - - 0.024517929935595796 + - -0.039480061618431504 + - -0.9989195141983551 + - 0.5787290612793813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926343576716955 + - -0.028336203927816953 + - -0.11778833353376561 + - 0.02576170442015014 + - - -0.02104181253381522 + - -0.997809523093118 + - 0.06271680596121841 + - -0.03028320827986817 + - - -0.11930747711267814 + - -0.059776376367646405 + - -0.9910562601252071 + - 0.5760582153743987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887315262631589 + - -0.010744786363085665 + - -0.14931349081491613 + - 0.06433903295515014 + - - -0.026767663111753222 + - -0.9940356644743353 + - -0.10571939256636988 + - -0.03259175544184864 + - - -0.14728700276962692 + - 0.10852486958793446 + - -0.9831220125172977 + - 0.5734116823801599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998039899056415 + - -0.01939528275306412 + - 0.003975522064928991 + - -0.034708302482065495 + - - -0.01929704445595844 + - -0.9995395548922505 + - -0.023415855334946396 + - 0.037508439695076265 + - - 0.004427848690369574 + - 0.02333454976491013 + - -0.9997179066833028 + - 0.5790414772307296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963780563958581 + - -0.03993222865181742 + - -0.07507453528135363 + - 0.04851292394594438 + - - -0.03718642273212498 + - -0.9985998336049878 + - 0.03762369317966749 + - 0.03523493580848114 + - - -0.07647181635870784 + - -0.034695668879400954 + - -0.9964678980598474 + - 0.5746875651932133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995056282266915 + - -0.027778039576779733 + - 0.014726834705313736 + - -0.04274433123685083 + - - -0.028277840557038615 + - -0.9989909418288742 + - 0.03489214635543904 + - -0.023496363031627793 + - - 0.013742739050039345 + - -0.03529133974687748 + - -0.9992825718795824 + - 0.5787044528236124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918727488401182 + - -0.03330848427354739 + - -0.12279655933187429 + - 0.025758905121362027 + - - -0.02064806405832648 + - -0.9944703919165242 + - 0.1029674562764309 + - -0.03026113279302555 + - - -0.12554723238284038 + - -0.09959510267475159 + - -0.9870758369873186 + - 0.5758652258909832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887650339968914 + - -0.016067713803165854 + - -0.14861203221228678 + - 0.06435662661836623 + - - -0.02506254371728681 + - -0.9979520410918351 + - -0.0588522946286697 + - -0.032592373862227034 + - - -0.14736205905030406 + - 0.061915686653546936 + - -0.9871427816170643 + - 0.5735756758472728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997525813747193 + - -0.019910585377801774 + - 0.00991688582662716 + - -0.034699173512074306 + - - -0.019799512446765494 + - -0.9997415116002475 + - -0.011175387694499274 + - 0.037542724011671524 + - - 0.01013683093750067 + - 0.010976273191081467 + - -0.9998883768128216 + - 0.5790485784367798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967668435419682 + - -0.038704048015196696 + - -0.07041204643112418 + - 0.04853592930999648 + - - -0.03663710192425926 + - -0.9988657183033192 + - 0.030413805434146755 + - 0.03524210550547536 + - - -0.07150931672147957 + - -0.027735779520901248 + - -0.9970542333074944 + - 0.574865226458431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992581530341714 + - -0.031218989954500252 + - 0.02255034946419253 + - -0.04279089240733538 + - - -0.03168520500264493 + - -0.9992851410255854 + - 0.020621704813549045 + - -0.023485318220374685 + - - 0.021890440349082996 + - -0.021320919110057124 + - -0.9995330044724019 + - 0.5787677215503882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935831862425645 + - -0.02936469800217872 + - -0.10922530168104111 + - 0.02577879160766535 + - - -0.02440281223438918 + - -0.9986206041010832 + - 0.04649077134057081 + - -0.03030076450633271 + - - -0.11043982420814852 + - -0.04352704419127189 + - -0.9929292228818954 + - 0.5762193414929137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905128108658717 + - -0.011028351910727428 + - -0.13697717680227964 + - 0.06436905381556257 + - - -0.02673059584071552 + - -0.993197724475775 + - -0.11333029313534379 + - -0.032608832366351106 + - - -0.1347955739502976 + - 0.11591658876224656 + - -0.9840698642338023 + - 0.5736796189010832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997591374250798 + - -0.018695514779531453 + - 0.011495427881930968 + - -0.034683926485201605 + - - -0.018596850566016312 + - -0.9997898117446231 + - -0.008630728861249753 + - 0.0375648481728972 + - - 0.011654367596983278 + - 0.008414871287160106 + - -0.9998966774907971 + - 0.5791634571591496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995557313164695 + - -0.038318771459954146 + - -0.08600760407134589 + - 0.048476340586584926 + - - -0.03716805763319912 + - -0.999197321458651 + - 0.014941495294394203 + - 0.035209184090601676 + - - -0.08651110735662085 + - -0.011678379324932868 + - -0.9961824349787916 + - 0.5745617911466486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991591178451447 + - -0.028543602124986446 + - 0.02943331453714671 + - -0.04278695360014792 + - - -0.029765722799456447 + - -0.9986760017175407 + - 0.041955277852643996 + - -0.02344038395018195 + - - 0.02819679012118332 + - -0.042796102289777635 + - -0.9986858538377645 + - 0.5786866734323721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909242267669253 + - -0.029352142034669567 + - -0.13117785089087208 + - 0.025780524836258954 + - - -0.02263213558881411 + - -0.9983681660701503 + - 0.05242891774980545 + - -0.030300679674237916 + - - -0.13250269146345978 + - -0.048984249873841236 + - -0.9899715046501276 + - 0.576399709102941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989655182248677 + - -0.010667155203127113 + - -0.14306932602137437 + - 0.06435417573016225 + - - -0.026290724216105548 + - -0.9938290447212362 + - -0.10776190277026479 + - -0.03259684038588258 + - - -0.14103693866689884 + - 0.11040852171978266 + - -0.9838285116132394 + - 0.5734926088428308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999812668788545 + - -0.01864484281751208 + - 0.0051958797366107 + - -0.03472237310539464 + - - -0.01857776503364046 + - -0.9997471098614161 + - -0.012672133604932927 + - 0.03755469606182965 + - - 0.005430835689090528 + - 0.01257323188590319 + - -0.9999062055331301 + - 0.5791450936605491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968912880359264 + - -0.03833751096531768 + - -0.06883309589910734 + - 0.0485307394328489 + - - -0.036790501113765334 + - -0.9990441978295239 + - 0.02360402107612763 + - 0.035219249782459314 + - - -0.06967222449347797 + - -0.020998238882068008 + - -0.9973489134189615 + - 0.5749136501910821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993470158075108 + - -0.02733307055416314 + - 0.023631446225400792 + - -0.042783843147391136 + - - -0.028383269097335982 + - -0.9985696353686084 + - 0.045310852509660535 + - -0.023428655107273665 + - - 0.02235915991201552 + - -0.04595200293659829 + - -0.9986933870784083 + - 0.5787419563808733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.98619004451739 + - -0.025315741901735474 + - -0.1636713454052147 + - 0.025737695542817074 + - - -0.020828414110146257 + - -0.9993602014944483 + - 0.02907515837672358 + - -0.03028122708317659 + - - -0.16430268792824007 + - -0.025264617173826595 + - -0.9860863683565527 + - 0.5761890982090659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887124307844019 + - -0.014116108080926736 + - -0.14915919249260867 + - 0.06436661748745877 + - - -0.025583413914729066 + - -0.9968369898696763 + - -0.07524297017017832 + - -0.032608267145826854 + - - -0.14762526255647146 + - 0.07820966129712041 + - -0.9859462615857532 + - 0.5735710119755659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996887909614842 + - -0.01870099525093781 + - 0.016510421030074697 + - -0.03468539018060893 + - - -0.018391082160076747 + - -0.9996554711726423 + - -0.018727174148371495 + - 0.03751795709017944 + - - 0.01685494950889021 + - 0.018417701572849096 + - -0.9996883008947469 + - 0.5788309877487691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975048087865782 + - -0.03646318151024182 + - -0.06045322854739155 + - 0.048520766376194735 + - - -0.035852133156810045 + - -0.9992947662080115 + - 0.011162203070322833 + - 0.035210182870894786 + - - -0.06081760432439246 + - -0.008966974039659181 + - -0.998108617526577 + - 0.5747406579502172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993307323727161 + - -0.029409769842780785 + - 0.021752075147110174 + - -0.042765293121206 + - - -0.030079943492881053 + - -0.9990619203737446 + - 0.031152467937402895 + - -0.02348888995915756 + - - 0.020815483056512263 + - -0.03178591979038037 + - -0.999277924787796 + - 0.5787375733944912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9931330702137577 + - -0.029095234047074675 + - -0.11331448364415471 + - 0.025749309347337348 + - - -0.021816032204406317 + - -0.9976495307712495 + - 0.06495748217689706 + - -0.030273967893334395 + - - -0.11493809458422287 + - -0.06203935128329067 + - -0.9914334840551314 + - 0.5760896959079522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872042569886827 + - -0.016256298436433673 + - -0.15863003418195526 + - 0.06435515189123454 + - - -0.02535545407196205 + - -0.9981363237737565 + - -0.055506577197804094 + - -0.032599320544107406 + - - -0.15743206767436968 + - 0.05881846584667749 + - -0.9857766137128717 + - 0.5736296617676596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997832872070896 + - -0.01682158514217352 + - 0.012264293485186602 + - -0.03471841750621578 + - - -0.016870628498901693 + - -0.9998500495827669 + - 0.003906436149499748 + - 0.03755047903861205 + - - 0.012196742000970158 + - -0.004112495914001546 + - -0.9999171599997264 + - 0.579032216516948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969939516149096 + - -0.03736944842437595 + - -0.06787182602336003 + - 0.04849965285061371 + - - -0.03592846413541073 + - -0.9991048712593799 + - 0.022329390736162975 + - 0.035217997847425034 + - - -0.06864550901667094 + - -0.01982373704011535 + - -0.9974441405620699 + - 0.5746497557130764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990312993264507 + - -0.02851024462125009 + - 0.033520574543707514 + - -0.042758371196613465 + - - -0.030115621729591258 + - -0.9983736689542305 + - 0.0484052318113376 + - -0.023441155279711558 + - - 0.032086013992765484 + - -0.04936783457379551 + - -0.9982651474510923 + - 0.5787943141963214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909436962869707 + - -0.0270367347637659 + - -0.13152796570474998 + - 0.025778917139891718 + - - -0.024322429776765447 + - -0.9994576439929769 + - 0.022199938598174436 + - -0.030309153706032557 + - - -0.13205684457410918 + - -0.018799809502284166 + - -0.9910638511033524 + - 0.5763226676001862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877072874457852 + - -0.011167267617750326 + - -0.15591538237275626 + - 0.06437832097907431 + - - -0.02666711402301667 + - -0.9948607787524112 + - -0.09767750984658899 + - -0.03260601778423032 + - - -0.15402330783414786 + - 0.10063460157470991 + - -0.9829290399666335 + - 0.5737265309163586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998091309567212 + - -0.019508150178135533 + - 0.0010647686101909744 + - -0.03468870143688443 + - - -0.019494885731141175 + - -0.9997460942857809 + - -0.011300282768903437 + - 0.03753409454890244 + - - 0.0012849458726676907 + - 0.011277368352356777 + - -0.9999355828637916 + - 0.5789647407546434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962583844098446 + - -0.03884189831487061 + - -0.07720452336737467 + - 0.04853847265603475 + - - -0.03711576343736491 + - -0.9990306289044087 + - 0.023669022272227856 + - 0.03525587515833681 + - - -0.07804903329028372 + - -0.020714957063892363 + - -0.9967342870375702 + - 0.5747754479211347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994464353639272 + - -0.02782999814831342 + - 0.018229482751964385 + - -0.042754910574093426 + - - -0.02885467430734069 + - -0.9978648396345934 + - 0.058593255513290254 + - -0.023416957903321427 + - - 0.016559909690471997 + - -0.05908682614672493 + - -0.9981154824803348 + - 0.5786891266383846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918766104306654 + - -0.02782207522864359 + - -0.1241238164517415 + - 0.02577474788877507 + - - -0.023292426892481923 + - -0.999013962952999 + - 0.03779635795156713 + - -0.030320447554193657 + - - -0.12505299888460214 + - -0.0345981784913065 + - -0.9915466269999874 + - 0.5763097828213327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989946896115902 + - -0.013668066255792855 + - -0.14077757930621843 + - 0.06436054147412007 + - - -0.025807904100421965 + - -0.9960659945414188 + - -0.08477314789577524 + - -0.03259660722109444 + - - -0.13906507453863026 + - 0.08755408889962145 + - -0.9864051837660442 + - 0.5735529081035138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997959124761079 + - -0.019091728759613475 + - -0.006606004014253481 + - -0.034708116599579134 + - - -0.019137582389595873 + - -0.9997927103870873 + - -0.006949042892584652 + - 0.03754739537871894 + - - -0.006471965416194322 + - 0.007074047625716061 + - -0.9999540347005158 + - 0.5788316966343069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969514279492317 + - -0.03806825904560903 + - -0.0681076938621781 + - 0.04851284006639414 + - - -0.03698232849212627 + - -0.9991690008203487 + - 0.017135202915842813 + - 0.03521513576737193 + - - -0.06870340376785006 + - -0.01456418390789709 + - -0.9975308149916018 + - 0.5746864201312417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987329976599425 + - -0.030061980406724184 + - 0.04035686706387171 + - -0.042755142534822384 + - - -0.031860095162693655 + - -0.9984932941624528 + - 0.04467746466437241 + - -0.02347864477949579 + - - 0.038952968069319006 + - -0.045906631837217944 + - -0.9981859783787546 + - 0.5786315843826288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9937192189625821 + - -0.028857431337346237 + - -0.10811735531821978 + - 0.02577073510209538 + - - -0.024474754622156016 + - -0.9988325964566696 + - 0.04164649615289923 + - -0.030290372824649775 + - - -0.1091929496376991 + - -0.03873877788777732 + - -0.9932654261762968 + - 0.5762428646848512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882924312471719 + - -0.012805584879024761 + - -0.15203317840346553 + - 0.06435290604823335 + - - -0.025830207725740562 + - -0.9961303718132042 + - -0.0840064445154823 + - -0.03260859563356832 + - - -0.1503691148753592 + - 0.08694998187000273 + - -0.9847988779158958 + - 0.5736667126112275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997959124761079 + - -0.019091728759613475 + - -0.006606004014253481 + - -0.034708116599579134 + - - -0.019137582389595873 + - -0.9997927103870873 + - -0.006949042892584652 + - 0.03754739537871894 + - - -0.006471965416194322 + - 0.007074047625716061 + - -0.9999540347005158 + - 0.5788316966343069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969514279492317 + - -0.03806825904560903 + - -0.0681076938621781 + - 0.04851284006639414 + - - -0.03698232849212627 + - -0.9991690008203487 + - 0.017135202915842813 + - 0.03521513576737193 + - - -0.06870340376785006 + - -0.01456418390789709 + - -0.9975308149916018 + - 0.5746864201312417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987329976599425 + - -0.030061980406724184 + - 0.04035686706387171 + - -0.042755142534822384 + - - -0.031860095162693655 + - -0.9984932941624528 + - 0.04467746466437241 + - -0.02347864477949579 + - - 0.038952968069319006 + - -0.045906631837217944 + - -0.9981859783787546 + - 0.5786315843826288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9937192189625821 + - -0.028857431337346237 + - -0.10811735531821978 + - 0.02577073510209538 + - - -0.024474754622156016 + - -0.9988325964566696 + - 0.04164649615289923 + - -0.030290372824649775 + - - -0.1091929496376991 + - -0.03873877788777732 + - -0.9932654261762968 + - 0.5762428646848512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882924312471719 + - -0.012805584879024761 + - -0.15203317840346553 + - 0.06435290604823335 + - - -0.025830207725740562 + - -0.9961303718132042 + - -0.0840064445154823 + - -0.03260859563356832 + - - -0.1503691148753592 + - 0.08694998187000273 + - -0.9847988779158958 + - 0.5736667126112275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996265549124486 + - -0.01772254606227867 + - 0.020800530640828263 + - -0.03471331703388271 + - - -0.017636213271383896 + - -0.9998351084389425 + - -0.00432665163076241 + - 0.03752115194528263 + - - 0.0208737800916817 + - 0.003958193269425753 + - -0.9997742835314007 + - 0.5790083577732479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9939729774664535 + - -0.03892276505826389 + - -0.10248286894253211 + - 0.048480027961936685 + - - -0.03734823076836548 + - -0.9991536072994509 + - 0.017238871162824375 + - 0.03522704393773033 + - - -0.10306711272246807 + - -0.013307418258803282 + - -0.9945853824053218 + - 0.5747231011482294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992253991825343 + - -0.028015430477440154 + - 0.027635797141909335 + - -0.04276983923103463 + - - -0.029313699097080727 + - -0.9984291563087728 + - 0.04774857985110976 + - -0.023428143775454626 + - - 0.02625468860510167 + - -0.04852170120385015 + - -0.9984770081672053 + - 0.5786484362212805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892064703800447 + - -0.029003518747599887 + - -0.14362922703444217 + - 0.025756153799492948 + - - -0.019705716042939064 + - -0.9976422221140805 + - 0.06573949657942214 + - -0.030268806031535346 + - - -0.1451972579406676 + - -0.062199618612483666 + - -0.9874456763442604 + - 0.576063242604679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853513329400468 + - -0.011099604415743517 + - -0.1701750553256463 + - 0.06437757473724062 + - - -0.026087411667617903 + - -0.9959456121520585 + - -0.08609172194552374 + - -0.03259552299944086 + - - -0.16852951559224577 + - 0.08927001969796548 + - -0.981645896419563 + - 0.5737775225746206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996686654401875 + - -0.019042899494902656 + - 0.017318409738236538 + - -0.03469603792648881 + - - -0.018590241381129642 + - -0.9994908072707136 + - -0.025933166153178026 + - 0.03753525164327155 + - - 0.017803434006554607 + - 0.025602620181614993 + - -0.9995136535222567 + - 0.5791678241079823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960295095972039 + - -0.0390573258155934 + - -0.07999838318171204 + - 0.04854504801125214 + - - -0.037160784553866774 + - -0.9989950074341074 + - 0.025060949963400577 + - 0.0352422215872559 + - - -0.08089679908929984 + - -0.021988643020012664 + - -0.9964799082145325 + - 0.5749627785542112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995657613540722 + - -0.028291559255356667 + - 0.00823871370753705 + - -0.04280260595387153 + - - -0.028647575340823662 + - -0.9984891377611177 + - 0.04689091809883937 + - -0.023409409727250627 + - - 0.0068996489581679785 + - -0.04710657542170596 + - -0.9988660397652398 + - 0.5787817990960715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991671840709587 + - -0.0310526849332216 + - -0.12499076406718088 + - 0.025727532770283557 + - - -0.023177026061589792 + - -0.9976821111204961 + - 0.06397836050643863 + - -0.030309464722670758 + - - -0.12668774923645928 + - -0.06054862433275846 + - -0.9900929644658687 + - 0.5761812906391952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865663595557684 + - -0.011394242579133 + - -0.16296315359284783 + - 0.06438410718521832 + - - -0.02680966177832785 + - -0.9953320737817535 + - -0.09271086741394911 + - -0.032614707399750344 + - - -0.1611460835025472 + - 0.09583440998599123 + - -0.9822666163697248 + - 0.5737609662388266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998018596817081 + - -0.019894504963398632 + - 0.000670857107891411 + - -0.03470604689510237 + - - -0.01988517300472517 + - -0.9997321541415277 + - -0.011840602607702503 + - 0.0375257557020013 + - - 0.0009062403489420035 + - 0.011824916397281176 + - -0.9999296725673401 + - 0.5788262589026092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997065612312995 + - -0.037447570180911244 + - -0.06676708942629005 + - 0.04852479598751017 + - - -0.036266516331323995 + - -0.9991650239101981 + - 0.018814749207018325 + - 0.03522414525519165 + - - -0.0674159071443995 + - -0.016338129699537643 + - -0.9975911792822844 + - 0.5747607198638186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999244473873153 + - -0.027720177351587393 + - 0.027241020567561884 + - -0.04277297569231661 + - - -0.028889732473675805 + - -0.9986346916766637 + - 0.043521672043417337 + - -0.023467202772948403 + - - 0.025997399707763658 + - -0.04427577607961122 + - -0.9986810255837364 + - 0.5788266641088247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901371548350621 + - -0.027738940842147283 + - -0.13732794972649973 + - 0.025755414209314192 + - - -0.0189443396774962 + - -0.9977094108646319 + - 0.06493876705276198 + - -0.030271077804656703 + - - -0.13881472043451235 + - -0.0616966987212857 + - -0.9883946533432802 + - 0.5761167011700864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891603938898141 + - -0.011504155649391778 + - -0.1463877370633973 + - 0.06434622526901404 + - - -0.026027660255654804 + - -0.994876690899083 + - -0.09768792559629319 + - -0.03261260434367384 + - - -0.14451393033671178 + - 0.10043915724698846 + - -0.9843920456963023 + - 0.5735033752402101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996456829583978 + - -0.01717148266560862 + - 0.020338356022623474 + - -0.0347049155894391 + - - -0.016992877998566434 + - -0.9998158013936634 + - -0.00892218475895243 + - 0.03752083121458697 + - - 0.020487816866716635 + - 0.008573416274260162 + - -0.9997533425267577 + - 0.5790963369246629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972214198607413 + - -0.039079253967663076 + - -0.06342122420970761 + - 0.04854405857364667 + - - -0.037009657073056736 + - -0.9987537078563 + - 0.033486061676868344 + - 0.03525038543309704 + - - -0.0646507931448784 + - -0.031045820211796284 + - -0.9974249004276535 + - 0.5747899079189431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989282756697455 + - -0.027920939397994258 + - 0.036915053983466464 + - -0.04277307646175518 + - - -0.030278587398781174 + - -0.9974302562741779 + - 0.06493143317348303 + - -0.023432297049553692 + - - 0.035007245144442325 + - -0.06597958026512184 + - -0.9972066926046153 + - 0.5786744632884829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.987308597412261 + - -0.029687617540958722 + - -0.15601403411416512 + - 0.025748886844171356 + - - -0.01961526512213064 + - -0.9976460607377531 + - 0.06570828614895277 + - -0.030324132230878192 + - - -0.1575975090222642 + - -0.061814099194163565 + - -0.9855668634297686 + - 0.5760717554341583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906906862941196 + - -0.014971630275129098 + - -0.13530637227045564 + - 0.06438271879960808 + - - -0.025275662985212825 + - -0.9968812210885113 + - -0.07475942684195132 + - -0.032614937767897485 + - - -0.13376511111177022 + - 0.07748342615026756 + - -0.9879793589550706 + - 0.573873645105963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999780184812327 + - -0.018015655420223906 + - 0.01072465460557703 + - -0.03467499261369476 + - - -0.017935154663163578 + - -0.9998106037184241 + - -0.007555588620977084 + - 0.037522410693163304 + - - 0.010858742276966031 + - 0.00736157944878635 + - -0.9999139437292504 + - 0.5790076985301051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971529665745188 + - -0.0387035985752948 + - -0.06471470241729474 + - 0.048583478560931884 + - - -0.036637939468666565 + - -0.9987899290613966 + - 0.03280760578006698 + - 0.03526184244085643 + - - -0.06590616544092745 + - -0.0303431880799035 + - -0.997364360850146 + - 0.575061727100662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990588497757528 + - -0.027885286553264166 + - 0.033223869109305165 + - -0.04273977306858236 + - - -0.02928047190134847 + - -0.9986768836540729 + - 0.04227453157899646 + - -0.023431154563288314 + - - 0.03200107263802637 + - -0.04320755546003003 + - -0.9985534730304552 + - 0.5786438948959499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9951369077910935 + - -0.025669219483798154 + - -0.09509798064666403 + - 0.025772346197264262 + - - -0.023483407845935833 + - -0.9994353055704677 + - 0.02403330054752005 + - -0.030295151047873843 + - - -0.09566119541340745 + - -0.021683199726022576 + - -0.9951777602728668 + - 0.576418473770422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904168930834987 + - -0.012311147545693098 + - -0.13756021787180217 + - 0.06439698784066093 + - - -0.0260533273182684 + - -0.9947909377627798 + - -0.09855056712519035 + - -0.032620113722006544 + - - -0.13563038756295243 + - 0.10119004788593418 + - -0.985578496203304 + - 0.5738491556552606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996413982638339 + - -0.017543318782924488 + - 0.020231333203909685 + - -0.03468952523500417 + - - -0.0175207238301088 + - -0.9998456635661422 + - -0.001293554966313214 + - 0.037554654602742224 + - - 0.020250904019228064 + - 0.0009386234934758561 + - -0.9997944888187486 + - 0.5790542429443535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966358158099158 + - -0.03992924808429006 + - -0.0715730800813194 + - 0.048558120242355486 + - - -0.03659009604487928 + - -0.9982068624804833 + - 0.04737324739022337 + - 0.03526352253316397 + - - -0.07333631785364092 + - -0.04459500918591692 + - -0.9963097257576968 + - 0.5751178634728569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992082166406981 + - -0.028687876534106472 + - 0.02756710970848577 + - -0.04276627417318219 + - - -0.030624821022415368 + - -0.996889362707803 + - 0.07262037494654201 + - -0.023428912421337888 + - - 0.025398034078661542 + - -0.07340711314304073 + - -0.996978603383716 + - 0.5786869281063868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921063298008784 + - -0.02525239760465856 + - -0.12283056127954016 + - 0.025792693544023044 + - - -0.022642560333877838 + - -0.9994882059732786 + - 0.0225973578509402 + - -0.03032872825961163 + - - -0.12333833479724517 + - -0.01963778336607728 + - -0.9921703546437525 + - 0.5764445970152896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889469330009519 + - -0.008927605442572996 + - -0.14800088367666056 + - 0.0643901301817979 + - - -0.02609335055443298 + - -0.9930859886644857 + - -0.11445241882601273 + - -0.03262865084126273 + - - -0.1459558178520272 + - 0.11704920751266668 + - -0.9823422938343861 + - 0.5739189954210094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997754368464646 + - -0.018067259992908476 + - 0.011074745812406188 + - -0.03470931359752481 + - - -0.017821326822658 + - -0.9996009428683043 + - -0.021917009994006385 + - 0.03749179786895924 + - - 0.011466306673936916 + - 0.021714721576525313 + - -0.9996984518734203 + - 0.5789948868813797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9945230660476456 + - -0.038537850650466804 + - -0.0971529987516211 + - 0.04854052999620616 + - - -0.037363909969772 + - -0.999205401270535 + - 0.013874592014230228 + - 0.03525965514410549 + - - -0.09761049805712983 + - -0.010168585891503485 + - -0.9951727440650732 + - 0.5748886978768155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988933142576432 + - -0.028486792824484106 + - 0.037425250379339574 + - -0.04277620452233804 + - - -0.029806907435796403 + - -0.9989356125187658 + - 0.035202135032863645 + - -0.023438039538965956 + - - 0.036382619483693056 + - -0.03627870830574074 + - -0.9986792079157208 + - 0.5788327821347838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993730289338757 + - -0.02804986559145955 + - -0.10822807903225223 + - 0.025769008349494027 + - - -0.02287206823823752 + - -0.9985471475681749 + - 0.048789984402194675 + - -0.030288543258835933 + - - -0.10943939210912945 + - -0.04600868530790732 + - -0.9929281043111942 + - 0.5763418905715204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920103913814763 + - -0.011528307521777813 + - -0.12562834678866694 + - 0.06442032301198936 + - - -0.0256051369970574 + - -0.9934882088407782 + - -0.11102051996682587 + - -0.03263454720647641 + - - -0.12353040253529558 + - 0.11335024049390359 + - -0.9858458107784615 + - 0.5740292821033997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135736855525 + - -0.018385199009507684 + - 0.005899350091756552 + - -0.03471854571231657 + - - -0.018334554367144283 + - -0.9997955462852651 + - -0.008527000897566125 + - 0.0375301292046338 + - - 0.0060549145561717725 + - 0.008417249285227375 + - -0.9999462425171607 + - 0.5790574484999909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975098159505709 + - -0.03905027841417549 + - -0.05873025487799039 + - 0.048595716856248694 + - - -0.03719198964593186 + - -0.9987824814710223 + - 0.03240849599664771 + - 0.03526256778700044 + - - -0.05992431049611862 + - -0.030143497845525714 + - -0.9977476868172647 + - 0.5751835047338987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987015766155308 + - -0.02889592182414247 + - 0.04195457743305244 + - -0.04276960671930565 + - - -0.0310531064062913 + - -0.9981792248915301 + - 0.05171014965616177 + - -0.023469063056763523 + - - 0.04038397514079683 + - -0.05294582794589337 + - -0.9977804737791527 + - 0.5787274276129991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924641648108514 + - -0.027382855704075493 + - -0.11943642986873296 + - 0.025765942813004934 + - - -0.024306798014430055 + - -0.9993361824095155 + - 0.027136213764310607 + - -0.030302311445807622 + - - -0.12010021289150441 + - -0.024028602553341327 + - -0.9924709391829818 + - 0.576233379796844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985781659488557 + - -0.012184272081304032 + - -0.16758897138485981 + - 0.06437294147379444 + - - -0.02727698578250053 + - -0.9957422289468276 + - -0.08805327670577254 + - -0.032591737844320755 + - - -0.16580255083263304 + - 0.09137262722419026 + - -0.9819167770903702 + - 0.5736339838368996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998292304124058 + - -0.018402725904862364 + - 0.0016881031387115943 + - -0.034728954750014154 + - - -0.01838399001766353 + - -0.9997757217755096 + - -0.010513565488844625 + - 0.03753852829628888 + - - 0.0018812027979109162 + - 0.010480736020351092 + - -0.9999433060171481 + - 0.5791523328357131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966340319433281 + - -0.03810713282076912 + - -0.07258410845746904 + - 0.0485536948636522 + - - -0.03614534553222816 + - -0.9989499194988928 + - 0.028152661144401597 + - 0.035245257002025146 + - - -0.0735807064979754 + - -0.02543432250593529 + - -0.9969648814626937 + - 0.5750695755781364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992915888655025 + - -0.029381798057567673 + - 0.02351659766131013 + - -0.04277135749405647 + - - -0.03083215725651177 + - -0.9974803480658763 + - 0.06389313970442304 + - -0.02347756220673463 + - - 0.02158004869246947 + - -0.06457294453007004 + - -0.9976796260990539 + - 0.5787633600410595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.98985546048714 + - -0.0314884842631635 + - -0.13854473177497761 + - 0.02576633821909323 + - - -0.01976996499895249 + - -0.9961711060077372 + - 0.08516029614358069 + - -0.03029423804904369 + - - -0.14069582732878816 + - -0.08155735965644471 + - -0.986687935093025 + - 0.5760805256863233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864966468035292 + - -0.016454739851380927 + - -0.1629527765391445 + - 0.0643675725700018 + - - -0.025883187117938855 + - -0.9981004320498159 + - -0.05590695991188533 + - -0.032587067032447695 + - - -0.16172330218620554 + - 0.059369765692604555 + - -0.9850486305008475 + - 0.5736571110676884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999798758068087 + - -0.019584735269977765 + - 0.004345285941757111 + - -0.034695731150079276 + - - -0.019556286523645963 + - -0.9997876563397262 + - -0.006495682267740562 + - 0.037533155354635875 + - - 0.0044715794654468875 + - 0.0064093974071877365 + - -0.999969461834691 + - 0.5790323829934967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966228186762995 + - -0.03908729481259489 + - -0.0722159309151461 + - 0.04858211227789352 + - - -0.03718511737510573 + - -0.9989299381400161 + - 0.02749992242504692 + - 0.03525780836797035 + - - -0.07321355297694186 + - -0.02472169233319761 + - -0.997009836254726 + - 0.5751059212789551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987717084470267 + - -0.02965331406536777 + - 0.03969578530207233 + - -0.042765647312674855 + - - -0.031631868476543555 + - -0.998239169751699 + - 0.050179526403927324 + - -0.023456935504628695 + - - 0.03813789850647529 + - -0.05137354317526144 + - -0.9979510307420552 + - 0.5786470870997382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915738829053512 + - -0.02720789432780583 + - -0.12665293216602477 + - 0.02577242735140573 + - - -0.022157843366148445 + - -0.9989087854576713 + - 0.0411128728361616 + - -0.030324096196237604 + - - -0.12763332134425534 + - -0.0379600951227485 + - -0.9910947313253698 + - 0.5763863102839295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863974497187064 + - -0.011290739584452553 + - -0.16398960451220154 + - 0.0643614294271636 + - - -0.026158678477993833 + - -0.9957068411266612 + - -0.08878969576393096 + - -0.03261425112917551 + - - -0.16228306975380127 + - 0.09187168080100937 + - -0.9824580395813761 + - 0.5736937958860036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998001604230391 + - -0.017805441622851376 + - 0.009088754957670617 + - -0.03472407532129552 + - - -0.017662246271053967 + - -0.999722310818032 + - -0.015599561189830953 + - 0.03751879712155154 + - - 0.009363988184848945 + - 0.01543591595176236 + - -0.9998370108292673 + - 0.5792673323835108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964271760202389 + - -0.0392830229213163 + - -0.07476447684893743 + - 0.048559756157923316 + - - -0.03724032606154641 + - -0.9988991924920733 + - 0.028522996923787805 + - 0.035258015981623425 + - - -0.07580264509343766 + - -0.02563683578072848 + - -0.9967932140860465 + - 0.5749197395378537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988326196416075 + - -0.03205434822522076 + - 0.036137469470620985 + - -0.04276862118605054 + - - -0.03367296595392443 + - -0.9984143860713859 + - 0.04510925680571143 + - -0.023492177101939144 + - - 0.03463422156985232 + - -0.04627345292447996 + - -0.9983282217040128 + - 0.5787500765682971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9894719651046651 + - -0.028600518844761676 + - -0.14187050642653998 + - 0.02575150083067878 + - - -0.018265631422598932 + - -0.9971189345584355 + - 0.07362198757018608 + - -0.030285230757973538 + - - -0.1435673952561871 + - -0.07025553833585861 + - -0.9871436381563186 + - 0.5760981098548853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9813916097354389 + - -0.011158164111181049 + - -0.19169247172111886 + - 0.06433867306961903 + - - -0.027324751773030426 + - -0.9962658288605439 + - -0.08190089245762591 + - -0.03257660160606509 + - - -0.1900627956266725 + - 0.0856147978942968 + - -0.9780318195744413 + - 0.5734866326634254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998149737232103 + - -0.01858200832318395 + - 0.004972653771742811 + - -0.03469516439832676 + - - -0.018585138996783324 + - -0.9998271107681872 + - 0.0005841073609856534 + - 0.03755115257290312 + - - 0.004960940165608675 + - -0.0006764167473061237 + - -0.999987465687974 + - 0.5790238177185594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962190491728923 + - -0.03910168061248596 + - -0.07758005309573814 + - 0.04851060247177105 + - - -0.03662340943056009 + - -0.9987803228124784 + - 0.03311484024246125 + - 0.03522103409403562 + - - -0.07878027638146474 + - -0.03014838861168717 + - -0.9964360203833358 + - 0.5747346871245335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990538675878927 + - -0.030256126801715535 + - 0.031239981572205464 + - -0.042783382387525715 + - - -0.03134348132141168 + - -0.9988983362163588 + - 0.03492420482767189 + - -0.023434092326574105 + - - 0.030148894446190608 + - -0.03587033168440702 + - -0.9989015784693324 + - 0.578756930966744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922593105002493 + - -0.03221813232668859 + - -0.11993103299375805 + - 0.025773228229021956 + - - -0.02061836114422887 + - -0.9950966969429701 + - 0.0967338974554274 + - -0.03026371689944115 + - - -0.12245956030174228 + - -0.09351232904045848 + - -0.9880582474774112 + - 0.575944539821382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895468325457402 + - -0.010639823713709605 + - -0.14381884560110375 + - 0.06437246455137537 + - - -0.02616606693092703 + - -0.9939682077454982 + - -0.10650135648229077 + - -0.03261761111553207 + - - -0.14181820454391314 + - 0.10915125350880271 + - -0.9838564939651501 + - 0.5737532491143919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135542982696 + - -0.01751694302093853 + - 0.008124859916480258 + - -0.03472177853105403 + - - -0.017563029350486918 + - -0.9998298731626304 + - 0.005636020904222807 + - 0.03755629933289696 + - - 0.008024751802714506 + - -0.005777667245532089 + - -0.999951109764725 + - 0.5789865904872517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961335955289494 + - -0.03827638465376582 + - -0.07907451066180789 + - 0.04849026186280448 + - - -0.037204574217510396 + - -0.999195324842059 + - 0.014984073914214243 + - 0.0352053302331449 + - - -0.07958441754427288 + - -0.011984205923207224 + - -0.9967560881642658 + - 0.5746275372501262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9978921185487871 + - -0.027594693063533852 + - 0.0587354463075146 + - -0.04274362568953446 + - - -0.03050020070444805 + - -0.9983251132215477 + - 0.04916000476170974 + - -0.023434711629801416 + - - 0.057280515842666434 + - -0.050847824200375515 + - -0.9970624059099233 + - 0.5787295481131058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910941953100192 + - -0.028442458616667953 + - -0.13008967126803164 + - 0.02574845220661646 + - - -0.0205934904768667 + - -0.9979076917290471 + - 0.06128741255742247 + - -0.03027345383282686 + - - -0.13156064826825917 + - -0.058062598424834855 + - -0.9896062502285398 + - 0.5760394557533569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904365490180601 + - -0.0094361060215738 + - -0.1376459308237818 + - 0.0643605960409744 + - - -0.025497858460031518 + - -0.9929920519551206 + - -0.11539776413740205 + - -0.03261017202970858 + - - -0.13559240975492654 + - 0.11780383973839262 + - -0.983736221636544 + - 0.5735556598827325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135542982696 + - -0.01751694302093853 + - 0.008124859916480258 + - -0.03472177853105403 + - - -0.017563029350486918 + - -0.9998298731626304 + - 0.005636020904222807 + - 0.03755629933289696 + - - 0.008024751802714506 + - -0.005777667245532089 + - -0.999951109764725 + - 0.5789865904872517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961335955289494 + - -0.03827638465376582 + - -0.07907451066180789 + - 0.04849026186280448 + - - -0.037204574217510396 + - -0.999195324842059 + - 0.014984073914214243 + - 0.0352053302331449 + - - -0.07958441754427288 + - -0.011984205923207224 + - -0.9967560881642658 + - 0.5746275372501262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9978921185487871 + - -0.027594693063533852 + - 0.0587354463075146 + - -0.04274362568953446 + - - -0.03050020070444805 + - -0.9983251132215477 + - 0.04916000476170974 + - -0.023434711629801416 + - - 0.057280515842666434 + - -0.050847824200375515 + - -0.9970624059099233 + - 0.5787295481131058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910941953100192 + - -0.028442458616667953 + - -0.13008967126803164 + - 0.02574845220661646 + - - -0.0205934904768667 + - -0.9979076917290471 + - 0.06128741255742247 + - -0.03027345383282686 + - - -0.13156064826825917 + - -0.058062598424834855 + - -0.9896062502285398 + - 0.5760394557533569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904365490180601 + - -0.0094361060215738 + - -0.1376459308237818 + - 0.0643605960409744 + - - -0.025497858460031518 + - -0.9929920519551206 + - -0.11539776413740205 + - -0.03261017202970858 + - - -0.13559240975492654 + - 0.11780383973839262 + - -0.983736221636544 + - 0.5735556598827325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135542982696 + - -0.01751694302093853 + - 0.008124859916480258 + - -0.03472177853105403 + - - -0.017563029350486918 + - -0.9998298731626304 + - 0.005636020904222807 + - 0.03755629933289696 + - - 0.008024751802714506 + - -0.005777667245532089 + - -0.999951109764725 + - 0.5789865904872517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961335955289494 + - -0.03827638465376582 + - -0.07907451066180789 + - 0.04849026186280448 + - - -0.037204574217510396 + - -0.999195324842059 + - 0.014984073914214243 + - 0.0352053302331449 + - - -0.07958441754427288 + - -0.011984205923207224 + - -0.9967560881642658 + - 0.5746275372501262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9978921185487871 + - -0.027594693063533852 + - 0.0587354463075146 + - -0.04274362568953446 + - - -0.03050020070444805 + - -0.9983251132215477 + - 0.04916000476170974 + - -0.023434711629801416 + - - 0.057280515842666434 + - -0.050847824200375515 + - -0.9970624059099233 + - 0.5787295481131058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910941953100192 + - -0.028442458616667953 + - -0.13008967126803164 + - 0.02574845220661646 + - - -0.0205934904768667 + - -0.9979076917290471 + - 0.06128741255742247 + - -0.03027345383282686 + - - -0.13156064826825917 + - -0.058062598424834855 + - -0.9896062502285398 + - 0.5760394557533569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904365490180601 + - -0.0094361060215738 + - -0.1376459308237818 + - 0.0643605960409744 + - - -0.025497858460031518 + - -0.9929920519551206 + - -0.11539776413740205 + - -0.03261017202970858 + - - -0.13559240975492654 + - 0.11780383973839262 + - -0.983736221636544 + - 0.5735556598827325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997628537571813 + - -0.018901173717616338 + - 0.01081581616861716 + - -0.03468378808714828 + - - -0.018624400522913583 + - -0.9995103761736864 + - -0.025142387044550022 + - 0.03753465916620391 + - - 0.011285741112524564 + - 0.024934986529620385 + - -0.9996253690729886 + - 0.5789383884821722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971011289483259 + - -0.04030280069282036 + - -0.06453698866765238 + - 0.04855427756488905 + - - -0.03742752565520322 + - -0.9982784658102395 + - 0.04515844353921283 + - 0.03526336219977882 + - - -0.0662458977847157 + - -0.04261207523543022 + - -0.9968930193710998 + - 0.5749124558815013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989804324093295 + - -0.028631149145502702 + - 0.03490491314810607 + - -0.042777069863262726 + - - -0.030215560262661534 + - -0.9984961609487036 + - 0.045743157834965575 + - -0.02344664089744724 + - - 0.033542742602272656 + - -0.04675119110043169 + - -0.9983432328359867 + - 0.5786541766808749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9949928036976287 + - -0.029780688226096384 + - -0.09540666223441817 + - 0.02579129987328695 + - - -0.024439820123915622 + - -0.9980939154466901 + - 0.0566677257405485 + - -0.030294271495988033 + - - -0.09691241294201151 + - -0.05405225765012428 + - -0.9938240979472582 + - 0.5762906390122294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987808483150934 + - -0.009694453474231408 + - -0.15537187064229827 + - 0.06435986913496439 + - - -0.027331844285382594 + - -0.9933562294839248 + - -0.1117871711487462 + - -0.032618266414031705 + - - -0.15325590005938008 + - 0.11467091574290073 + - -0.9815106775678363 + - 0.5736635467221785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997330976018519 + - -0.017663514792482682 + - 0.014890728812980395 + - -0.0347244724969552 + - - -0.017592637937848203 + - -0.9998333409630898 + - -0.004877436721751158 + - 0.03754782708457172 + - - 0.014974399814141575 + - 0.004614167721555859 + - -0.9998772308670923 + - 0.5791448837372912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964973757206789 + - -0.03993636050892175 + - -0.07347154068822462 + - 0.04857371431567287 + - - -0.03780063616017539 + - -0.9988278318391577 + - 0.03023366086621756 + - 0.03527038821934349 + - - -0.07459284206735958 + - -0.027350492733931683 + - -0.9968389330576556 + - 0.575013213560013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982312506430076 + - -0.028887722157786302 + - 0.051960270863723915 + - -0.04276845855099971 + - - -0.031218534207920756 + - -0.9985161348864786 + - 0.044619855370415705 + - -0.023453198526067073 + - - 0.05059420284583893 + - -0.046163057523332184 + - -0.9976518424573233 + - 0.5787772078512202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9882249205484513 + - -0.02717878580843624 + - -0.15057496474841398 + - 0.025738617378184177 + - - -0.0196486716795908 + - -0.9984913511205099 + - 0.05127330142254295 + - -0.030279969963822023 + - - -0.15174134607362166 + - -0.047710956179041766 + - -0.9872680631683817 + - 0.5760269713606723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836671006051775 + - -0.010678389497750962 + - -0.17968029158685667 + - 0.06433894401279441 + - - -0.027198320201551364 + - -0.9955946695172548 + - -0.0897301811379113 + - -0.032576496033539765 + - - -0.17793056669728613 + - 0.09315162922119403 + - -0.9796241561988047 + - 0.5734475495847391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997498911778024 + - -0.017310572596995148 + - 0.01415977282078787 + - -0.03473860350531313 + - - -0.017214751819173927 + - -0.9998282730843048 + - -0.006861243404943618 + - 0.03753343168892845 + - - 0.014276113258741334 + - 0.00661577037251105 + - -0.999876204423629 + - 0.5790875639070836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.994984651493419 + - -0.04149617825968622 + - -0.09101434217946139 + - 0.0485202215101058 + - - -0.037348306020132845 + - -0.9982051847510406 + - 0.04681360030553802 + - 0.03526826194639879 + - - -0.09279357375350003 + - -0.04317958228121835 + - -0.9947486498327467 + - 0.5748513606038759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986539939397375 + - -0.027426513843314043 + - 0.04402257064976152 + - -0.042790486768270214 + - - -0.029573317253193523 + - -0.9983667844181875 + - 0.04887926633175792 + - -0.023437465058355148 + - - 0.04261008442672588 + - -0.050115367991180715 + - -0.9978340696710333 + - 0.5786491055272871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907181348007167 + - -0.030300236014904395 + - -0.13251216198685356 + - 0.025732474030454373 + - - -0.020820266523351467 + - -0.9971619846080882 + - 0.0723497958141993 + - -0.030294239014310026 + - - -0.13432830632031967 + - -0.06891931623210441 + - -0.9885373204746568 + - 0.5759647814727488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874935313758284 + - -0.01072257625142957 + - -0.1572944749488301 + - 0.06432564621808042 + - - -0.026266050868832186 + - -0.9949304335807606 + - -0.09707485208104079 + - -0.03260433590732749 + - - -0.15545616765716236 + - 0.09999229316968537 + - -0.9827690070632144 + - 0.5733731838985663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999812207503558 + - -0.01879798467075837 + - 0.004710148530597018 + - -0.03469482942250543 + - - -0.018812505746524377 + - -0.9998183531607298 + - 0.003057827742386295 + - 0.03754341264743263 + - - 0.004651811947976747 + - -0.0031458632015797026 + - -0.9999842319708429 + - 0.5790313177279671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959523047796481 + - -0.0377308764682943 + - -0.0815805587443552 + - 0.0485493559917647 + - - -0.03675902756241263 + - -0.9992345474774632 + - 0.01338256403589774 + - 0.03524638276886675 + - - -0.08202304857034189 + - -0.010329573487972806 + - -0.9965769009036803 + - 0.5752122870356117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984552173718791 + - -0.028466701762841152 + - 0.047716095749956715 + - -0.04275457498282062 + - - -0.030419090879234025 + - -0.9987081509918176 + - 0.040702678690549034 + - -0.023447336760388494 + - - 0.046495782743755175 + - -0.04209128215261005 + - -0.9980312951775586 + - 0.5785604194450222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934986717190563 + - -0.02775582187211252 + - -0.11040834952427496 + - 0.02574663609315669 + - - -0.021419886890132134 + - -0.9980772030025977 + - 0.058164295681512226 + - -0.03026141018663835 + - - -0.11181045451157441 + - -0.0554212161425207 + - -0.9921829020211951 + - 0.5759505153393212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854596060284456 + - -0.007182535688314092 + - -0.1697579926464339 + - 0.0643492939471645 + - - -0.02691732780800761 + - -0.9930885281322597 + - -0.11423936605119743 + - -0.03261841053794787 + - - -0.16776418673226082 + - 0.11714771219784582 + - -0.9788419643522007 + - 0.5735964917548122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996719389179725 + - -0.019647449752565205 + - 0.016431441148051316 + - -0.03470056057491234 + - - -0.01951098984099312 + - -0.9997741507408888 + - -0.00842429734516137 + - 0.03755078711776076 + - - 0.01659324607803162 + - 0.008100939979746492 + - -0.9998295049437373 + - 0.5792585853227432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962066055070707 + - -0.040014474958891745 + - -0.07727380499136693 + - 0.04854889743752665 + - - -0.037750458771282795 + - -0.9988203803548629 + - 0.030540966754902404 + - 0.03526695828463034 + - - -0.07840473204237905 + - -0.027507991230378875 + - -0.9965420254117894 + - 0.5750241619595133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987469040070482 + - -0.028466426720527238 + - 0.041161684684921894 + - -0.04276455518016068 + - - -0.030866405189234475 + - -0.9977867499991827 + - 0.05889708445044051 + - -0.023448788157801607 + - - 0.03939399404769819 + - -0.06009379398767542 + - -0.9974150836823837 + - 0.5786489094522492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905644623303826 + - -0.030444513187902197 + - -0.13362326737837163 + - 0.025740500677586958 + - - -0.021567460101555348 + - -0.9974938864972114 + - 0.06738539207764081 + - -0.030282047709572713 + - - -0.13533990776148755 + - -0.06386766018448779 + - -0.9887386061794451 + - 0.5758917228057334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884130655967135 + - -0.00887233491371037 + - -0.15152852348942714 + - 0.0643706005333526 + - - -0.026040732976926318 + - -0.9934011077231732 + - -0.11169655053043041 + - -0.032608226652298254 + - - -0.1495375938810416 + - 0.11434824374493703 + - -0.9821216763562025 + - 0.5736895515087792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998169654806581 + - -0.016804275532017462 + - 0.009146139124933348 + - -0.03471338251529371 + - - -0.016806028479043975 + - -0.9998587621361922 + - 0.00011483136725068026 + - 0.037521955646181146 + - - 0.009142917685846253 + - -0.00026852062375349835 + - -0.9999581666014156 + - 0.5789773931671061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958665561133538 + - -0.03917658701267594 + - -0.08194508798559348 + - 0.04853763846598094 + - - -0.037219164269753316 + - -0.9989873086235932 + - 0.025280249604209735 + - 0.035247565682904256 + - - -0.08285249679997304 + - -0.02212582742019513 + - -0.9963161704674789 + - 0.5747949950987641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9981605639165715 + - -0.028479145386231 + - 0.053520341178115376 + - -0.04275118145327876 + - - -0.0320201765328046 + - -0.997271597487693 + - 0.0665136763316674 + - -0.023442310133182147 + - - 0.051480063486363185 + - -0.06810505944800062 + - -0.9963490873890664 + - 0.5785948513049267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9938207339538703 + - -0.027271681541063957 + - -0.10759462881256471 + - 0.025756190865140523 + - - -0.021982630563632692 + - -0.998505223441191 + - 0.0500408104866485 + - -0.0302800953922672 + - - -0.10879849593121052 + - -0.04736638202966973 + - -0.9929346973172638 + - 0.5760342901616687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873370034788034 + - -0.006641280818458871 + - -0.15849774430756952 + - 0.06435371393349096 + - - -0.026550990533517352 + - -0.9919480189176714 + - -0.1238312265424054 + - -0.03261499506355581 + - - -0.1563991255192509 + - 0.12647142426017755 + - -0.9795633171890504 + - 0.5735781938444249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998319996846254 + - -0.018214311817792053 + - 0.0020521334379844367 + - -0.034714877519596316 + - - -0.018215448676553864 + - -0.9998339409219528 + - 0.0005366656216451795 + - 0.037508504743459924 + - - 0.0020420176676231605 + - -0.000573955992968538 + - -0.9999977503666515 + - 0.578849971506157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970993089028009 + - -0.041010346105262746 + - -0.06411801383295879 + - 0.04858184845365913 + - - -0.037948619078222834 + - -0.9981135782085204 + - 0.04826165461150592 + - 0.03527713573613814 + - - -0.0659762873736684 + - -0.045688472376639054 + - -0.9967746450408321 + - 0.5751135755727692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986485331449014 + - -0.029812769011495325 + - 0.0425711880431336 + - -0.042781823734823976 + - - -0.031764571213453656 + - -0.9984393927456361 + - 0.045932461607782846 + - -0.023477470368687813 + - - 0.041135377270204394 + - -0.047222640942584285 + - -0.9980370248238516 + - 0.5787869243635003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912389869609427 + - -0.027310308902932928 + - -0.1292262270449406 + - 0.025769257841782356 + - - -0.023447231570876192 + - -0.9992342955613954 + - 0.031321716197941094 + - -0.030295829590600846 + - - -0.1299826836940439 + - -0.028017308963371935 + - -0.9911203420060279 + - 0.5760855657679178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983656741136992 + - -0.01213781645439246 + - -0.17964434037139146 + - 0.06434852566488647 + - - -0.026821403729993133 + - -0.9964711459084558 + - -0.07953532343457582 + - -0.03259049969982318 + - - -0.17804501654835944 + - 0.08305377043584088 + - -0.9805111132968793 + - 0.573502350622173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997866663398873 + - -0.020255738319692365 + - 0.004040652682281672 + - -0.03471375453150753 + - - -0.020131826468530963 + - -0.9993866300090092 + - -0.028654377017783166 + - 0.03752265894736287 + - - 0.004618589829768365 + - 0.02856691835603642 + - -0.9995812122102058 + - 0.5792185101473273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995712139731054 + - -0.03961920864674329 + - -0.08359218323750076 + - 0.048521147711716436 + - - -0.03713987533798137 + - -0.9988288229604344 + - 0.031009870740659556 + - 0.03525505904676121 + - - -0.08472286853078856 + - -0.027772301483295056 + - -0.9960174370051137 + - 0.5747796435060933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984656596743382 + - -0.029887307093292334 + - 0.04661625602512271 + - -0.04277560912874922 + - - -0.03242295246831235 + - -0.997980579708747 + - 0.0546215587239298 + - -0.023466540397950306 + - - 0.04488962691230692 + - -0.05604918731708241 + - -0.9974183725983642 + - 0.5787213533128379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9873906912875353 + - -0.02996283859498608 + - -0.15544082816960894 + - 0.025725580295745232 + - - -0.016844121951541245 + - -0.9962353575219851 + - 0.08503756804333602 + - -0.030257759686181145 + - - -0.15740361595085636 + - -0.08134703882978293 + - -0.9841782160560261 + - 0.575706079508316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855195874608117 + - -0.008636201353740582 + - -0.16934154468779694 + - 0.06434587857048034 + - - -0.027205276165866085 + - -0.9938172553730892 + - -0.10764355935883677 + - -0.03259919471956377 + - - -0.16736491770920942 + - 0.11069181970172007 + - -0.9796613217695755 + - 0.5734967616958999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998075875341653 + - -0.01937748468709507 + - 0.0030497534841143234 + - -0.03468556448148224 + - - -0.01936275131898895 + - -0.9998010568964515 + - -0.004788579131459602 + - 0.03754141781362365 + - - 0.003141937375483936 + - 0.0047286061308439474 + - -0.9999838841269336 + - 0.578967440241785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965204867717489 + - -0.039447119626200615 + - -0.0734223685084658 + - 0.04854644794412723 + - - -0.03657595414078849 + - -0.9985281218063357 + - 0.04004734124262399 + - 0.03526179408883047 + - - -0.07489405198604006 + - -0.03722250280554028 + - -0.9964965460361639 + - 0.5751607691180971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991599046091078 + - -0.028582760896948268 + - 0.029368534199488643 + - -0.042786323285416386 + - - -0.030261814925705743 + - -0.9978336302247205 + - 0.05841462958847369 + - -0.023449039121440744 + - - 0.027635259704243458 + - -0.05925430087397992 + - -0.9978603210114206 + - 0.5788285540933226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920333929916038 + - -0.031268968151990185 + - -0.1220327776471393 + - 0.025763457534876993 + - - -0.022867874759825373 + - -0.99730959876662 + - 0.06964642497597162 + - -0.030292953312742944 + - - -0.1238822323561182 + - -0.06630094900281991 + - -0.9900794799751136 + - 0.5760127663785926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882338540938446 + - -0.014521587709983573 + - -0.15225955836402288 + - 0.06434615629314895 + - - -0.0267057017804739 + - -0.9965732540778554 + - -0.07828508637720917 + - -0.0325949082841232 + - - -0.15060097979508114 + - 0.08143017098751519 + - -0.985235236954965 + - 0.5734679838809263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997875345613918 + - -0.017789320315875917 + - 0.010412771886146949 + - -0.034732837635402726 + - - -0.017737427119899122 + - -0.9998299012086289 + - -0.005054931088482836 + - 0.037536125875958094 + - - 0.010500924474541994 + - 0.004869161307885322 + - -0.9999330086827505 + - 0.5792692601401963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959306121250153 + - -0.03876227531043792 + - -0.08136155016376012 + - 0.0485853876461404 + - - -0.03746710656728084 + - -0.9991466061417531 + - 0.017386068011289973 + - 0.035265873395300025 + - - -0.08196604027137253 + - -0.014266935486466405 + - -0.9965330013572342 + - 0.5751796569378161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988529135979475 + - -0.030167689679137303 + - 0.03718558183374781 + - -0.042734194988975946 + - - -0.03232320932310682 + - -0.9977464829590911 + - 0.05879766901688736 + - -0.023466730704012784 + - - 0.035327993658651254 + - -0.05993218035569946 + - -0.9975770980840863 + - 0.5785068516133668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921068238566799 + - -0.026530931117595025 + - -0.12255676134364907 + - 0.025756662245503187 + - - -0.023330130957912337 + - -0.9993501004710628 + - 0.027478749570589395 + - -0.030312236406800194 + - - -0.12320614857423873 + - -0.02440258966810561 + - -0.9920810241966089 + - 0.5761815744944803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990826274431448 + - -0.011935947328152337 + - -0.13461362136751392 + - 0.06441339993461119 + - - -0.02632689969405456 + - -0.9940560335496434 + - -0.10563851814584434 + - -0.03261775296328703 + - - -0.13255258672993153 + - 0.10821337867810184 + - -0.9852510727861575 + - 0.5740350477614076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997583118042405 + - -0.018908496664998983 + - 0.011215468434486795 + - -0.03468527904066597 + - - -0.01899534480726097 + - -0.999790011499164 + - 0.007688288636280922 + - 0.03754453959181869 + - - 0.011067739335045396 + - -0.007899472157759968 + - -0.999907547469085 + - 0.5792055018875953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947486406198928 + - -0.038209178707642136 + - -0.0949484104520073 + - 0.048502677852087415 + - - -0.03657784351751814 + - -0.9991527585687812 + - 0.018863361524468634 + - 0.03523516398177828 + - - -0.09558871977635927 + - -0.015291295134236157 + - -0.995303457717612 + - 0.5748185522062617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9980100388900569 + - -0.0267853129468149 + - 0.05708335383461897 + - -0.04274298473926419 + - - -0.030159079132133292 + - -0.9977972899496415 + - 0.05908466903565593 + - -0.02340884340823842 + - - 0.05537501440694025 + - -0.060688674227506956 + - -0.996619532519777 + - 0.5786007519262253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9890677800791549 + - -0.02722661583534388 + - -0.14492631851891946 + - 0.02575630013123613 + - - -0.02200316223114633 + - -0.9990534544181747 + - 0.03752407316567235 + - -0.030291517343930215 + - - -0.14581079267709424 + - -0.03392501444756476 + - -0.9887306539870253 + - 0.5760804497379142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881262403909274 + - -0.010456673426617455 + - -0.1532879350495018 + - 0.06434543114601454 + - - -0.025686196461211536 + - -0.9948832237555227 + - -0.09771177207058669 + - -0.03259825747887478 + - - -0.15148185489439733 + - 0.100488949992859 + - -0.9833388116855173 + - 0.5734906236391164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999640258432902 + - -0.018465082099510453 + - 0.0194523639504128 + - -0.03468056465042382 + - - -0.018146393455637237 + - -0.9997002694512753 + - -0.016434100632556174 + - 0.03755196011169738 + - - 0.019749990500103714 + - 0.01607519835355433 + - -0.999675710354683 + - 0.5790466319116114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979074195280533 + - -0.038148337877570444 + - -0.05220619089763598 + - 0.04857467423022219 + - - -0.03581671728861426 + - -0.9983495997753619 + - 0.04489141778828709 + - 0.03526544456302977 + - - -0.053832562762041763 + - -0.04292762450396927 + - -0.9976268211314877 + - 0.5749874325421811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987193934510749 + - -0.028736740461184254 + - 0.04163859858813254 + - -0.042772469826025956 + - - -0.03133122468861218 + - -0.9975178764440981 + - 0.0630590242072348 + - -0.023443944358181732 + - - 0.03972313562936336 + - -0.06428285869594991 + - -0.9971408057910616 + - 0.5786324899110251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910653472532822 + - -0.026231361464641573 + - -0.13077229503775786 + - 0.02575987975198554 + - - -0.020598588318587668 + - -0.9988084851365244 + - 0.044241475772894286 + - -0.030294426674547015 + - - -0.13177699204721746 + - -0.041152468880901495 + - -0.9904248071772006 + - 0.5761568607258593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868340996033607 + - -0.010438728165895281 + - -0.16139855270200829 + - 0.06438121346609865 + - - -0.027514986334584924 + - -0.9942037146278048 + - -0.10393218629126644 + - -0.032610396828539986 + - - -0.1593781207915064 + - 0.1070047044505682 + - -0.9814013490098813 + - 0.573768763694698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998137567488808 + - -0.018046082151370168 + - -0.006840375331495871 + - -0.034709242876518456 + - - -0.018008742815348044 + - -0.9998228033740285 + - 0.005481517628244029 + - 0.037544259811466564 + - - -0.006938083157500228 + - -0.005357310172474517 + - -0.9999615803768738 + - 0.5789596760954367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977177309319872 + - -0.03840906309556578 + - -0.0555344330667692 + - 0.04853162455872577 + - - -0.03630397873915638 + - -0.9986015731358392 + - 0.03843070723177241 + - 0.03526801191800056 + - - -0.05693285968255505 + - -0.03632687714004839 + - -0.9977168974642148 + - 0.5748896837575267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999070355344589 + - -0.02794530789622448 + - 0.03282506417696457 + - -0.04277461485252437 + - - -0.0302797222727682 + - -0.9968782568723938 + - 0.07291693489266858 + - -0.02344064641095799 + - - 0.03068490656203232 + - -0.07384308188072093 + - -0.9967976904907218 + - 0.5785761223505297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896150705909434 + - -0.024914142370349838 + - -0.14156728989859185 + - 0.0257426342141538 + - - -0.021420838963082865 + - -0.9994285849584588 + - 0.02614672495839495 + - -0.030295041914600952 + - - -0.14213781944788545 + - -0.022842702946066197 + - -0.9895832714858905 + - 0.5762703767600691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987109379455517 + - -0.011199768808420184 + - -0.1596547467806146 + - 0.06436576324750388 + - - -0.025945235994943465 + - -0.9955515503443912 + - -0.09057568843815905 + - -0.03261689771270274 + - - -0.1579301039071111 + - 0.09355039169088342 + - -0.9830088537212531 + - 0.5736822061231218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998137567488808 + - -0.018046082151370168 + - -0.006840375331495871 + - -0.034709242876518456 + - - -0.018008742815348044 + - -0.9998228033740285 + - 0.005481517628244029 + - 0.037544259811466564 + - - -0.006938083157500228 + - -0.005357310172474517 + - -0.9999615803768738 + - 0.5789596760954367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977177309319872 + - -0.03840906309556578 + - -0.0555344330667692 + - 0.04853162455872577 + - - -0.03630397873915638 + - -0.9986015731358392 + - 0.03843070723177241 + - 0.03526801191800056 + - - -0.05693285968255505 + - -0.03632687714004839 + - -0.9977168974642148 + - 0.5748896837575267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999070355344589 + - -0.02794530789622448 + - 0.03282506417696457 + - -0.04277461485252437 + - - -0.0302797222727682 + - -0.9968782568723938 + - 0.07291693489266858 + - -0.02344064641095799 + - - 0.03068490656203232 + - -0.07384308188072093 + - -0.9967976904907218 + - 0.5785761223505297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896150705909434 + - -0.024914142370349838 + - -0.14156728989859185 + - 0.0257426342141538 + - - -0.021420838963082865 + - -0.9994285849584588 + - 0.02614672495839495 + - -0.030295041914600952 + - - -0.14213781944788545 + - -0.022842702946066197 + - -0.9895832714858905 + - 0.5762703767600691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987109379455517 + - -0.011199768808420184 + - -0.1596547467806146 + - 0.06436576324750388 + - - -0.025945235994943465 + - -0.9955515503443912 + - -0.09057568843815905 + - -0.03261689771270274 + - - -0.1579301039071111 + - 0.09355039169088342 + - -0.9830088537212531 + - 0.5736822061231218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999813190902117 + - -0.01869346229166805 + - 0.004913020015944883 + - -0.034707238337673835 + - - -0.018611561699184678 + - -0.9996952431148483 + - -0.01621822014469363 + - 0.037505238151762224 + - - 0.005214697425980937 + - 0.016123751458463044 + - -0.9998564054751368 + - 0.5787893595463506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956624507616096 + - -0.0400579173389974 + - -0.08397408768094679 + - 0.04854043604013408 + - - -0.03726793073670839 + - -0.9987084427674293 + - 0.03453328370805815 + - 0.03526322152361669 + - - -0.08524896176487544 + - -0.03125395340623935 + - -0.9958693714109759 + - 0.5749213542749383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990349007851533 + - -0.029639826975010598 + - 0.032415238238985546 + - -0.04279380221290217 + - - -0.031230602795764704 + - -0.9982746617272552 + - 0.049722723199232335 + - -0.02347188421619626 + - - 0.03088553807548009 + - -0.05068708326808456 + - -0.9982368972982126 + - 0.5787751502309569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905825586868452 + - -0.033917699118991146 + - -0.1326491014364454 + - 0.02576685083802664 + - - -0.019456463292242734 + - -0.9938696711453614 + - 0.10883254482722114 + - -0.03027377430766161 + - - -0.13552726833217146 + - -0.10522673835050232 + - -0.9851698803122916 + - 0.575905437398166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883365406962091 + - -0.014204601793219593 + - -0.15162160668106184 + - 0.06437435698924214 + - - -0.02530116095606376 + - -0.9971189717941463 + - -0.07150949127534795 + - -0.032599241074314216 + - - -0.15016901670759486 + - 0.07451164590907769 + - -0.9858485081618746 + - 0.5737200659916154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997408452263968 + - -0.01860239372594704 + - 0.013122245755764818 + - -0.034702622836399286 + - - -0.018646670187029493 + - -0.9998208213112437 + - 0.003259902367582656 + - 0.037548524859145754 + - - 0.013059252541626843 + - -0.00350374373704351 + - -0.99990858567315 + - 0.5789588467139621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968905699724552 + - -0.03849389192174074 + - -0.06875617633864486 + - 0.04851559512778125 + - - -0.0369630841490181 + - -0.9990426288218126 + - 0.02339991895273334 + - 0.035207011214451585 + - - -0.06959110510823988 + - -0.020785718210329537 + - -0.9973590286392832 + - 0.5746744944942099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989042235154557 + - -0.028108472611234777 + - 0.037420128413031495 + - -0.04276274745813632 + - - -0.030349806163315198 + - -0.9976920229529022 + - 0.06074139117599463 + - -0.0234527254392724 + - - 0.03562641588531602 + - -0.061810525831847346 + - -0.9974518621906309 + - 0.5786220156235315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.994534284462038 + - -0.029199956081125564 + - -0.10024429956083468 + - 0.025771961248831524 + - - -0.024654366712639465 + - -0.9986238213171642 + - 0.046288505051516035 + - -0.030298227781773216 + - - -0.10145796780726841 + - -0.04356404552800243 + - -0.9938855340056291 + - 0.5761046409156784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875289701793042 + - -0.01380063426072703 + - -0.15683136022685176 + - 0.06434346140321087 + - - -0.02488187162351293 + - -0.997312197682145 + - -0.06891496803250777 + - -0.03258365530118538 + - - -0.15545875826441533 + - 0.0719577851827875 + - -0.9852180731343058 + - 0.5734634382942619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997646829649732 + - -0.018708087703689234 + - 0.010981172542933347 + - -0.034669606679343 + - - -0.01861200322722401 + - -0.9997881609188616 + - -0.008787867907024804 + - 0.037543946324147724 + - - 0.011143250504965079 + - 0.008581418353196937 + - -0.9999010887218955 + - 0.5789877884756471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995707053202437 + - -0.03753290704740907 + - -0.08460936763438075 + - 0.04854461824863596 + - - -0.03738107080661468 + - -0.9992953719239758 + - 0.003378638286932879 + - 0.035210961882781874 + - - -0.08467655961522118 + - -0.00020134521007518784 + - -0.9964084703131725 + - 0.5747742464777044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989272254191094 + - -0.026418865844130803 + - 0.03803211595467341 + - -0.04277225170942255 + - - -0.02835891143910922 + - -0.9982749505635398 + - 0.051409096659553476 + - -0.02345350459443561 + - - 0.03660833864666171 + - -0.05243249569563107 + - -0.9979532368486307 + - 0.5787873277234994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939039303622766 + - -0.027788408404967234 + - -0.10669011935853086 + - 0.025784466622222293 + - - -0.024028073574976487 + - -0.9990494590434669 + - 0.036370730886693625 + - -0.030304896450709353 + - - -0.10759939075428974 + - -0.03358545434076364 + - -0.9936268858912941 + - 0.5763477107626458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909728272506202 + - -0.01833761944578633 + - -0.13280281384057346 + - 0.06438346237008911 + - - -0.025855749931247257 + - -0.9981454766038191 + - -0.05510977890382077 + - -0.032601539294566925 + - - -0.13154594576194772 + - 0.058046009754303705 + - -0.989609177860229 + - 0.5737657971851663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995481259185907 + - -0.018526455220506204 + - 0.02367096173786889 + - -0.034655856383918444 + - - -0.018327525530275602 + - -0.9997951061343421 + - -0.00859346017367804 + - 0.03755535149775057 + - - 0.02382531805811143 + - 0.008155746856178961 + - -0.9996828687201995 + - 0.5789231589719763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972193269546258 + - -0.038189555097987216 + - -0.06399352959152094 + - 0.04853917692383111 + - - -0.0362766066590022 + - -0.998867253127124 + - 0.03079315572627302 + - 0.03524529513074104 + - - -0.06509701803824122 + - -0.02838606192645014 + - -0.9974751173492185 + - 0.5747865985148974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991237214932936 + - -0.02848427070902044 + - 0.03066652036939771 + - -0.04275511670787922 + - - -0.02993339939753134 + - -0.9984044216683621 + - 0.047881127739138066 + - -0.023450049440192747 + - - 0.02925373052961476 + - -0.04875712373837311 + - -0.9983821723843339 + - 0.5786268838585791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910015597919123 + - -0.03395640239890074 + - -0.1294715073910887 + - 0.02575915426779677 + - - -0.021131407847723147 + - -0.9948457705125846 + - 0.09917336585795286 + - -0.03028683816240758 + - - -0.13217175224823946 + - -0.09554504502770467 + - -0.9866112569184907 + - 0.5761061633093005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868480007917736 + - -0.015123191891309711 + - -0.16094195351212268 + - 0.06434418976021149 + - - -0.026700331967512026 + - -0.9971884803582719 + - -0.07001590471874987 + - -0.03259263113558199 + - - -0.15943059808613994 + - 0.07339225918159918 + - -0.9844772524980538 + - 0.5735303364845005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997389497184103 + - -0.019502075325317468 + - 0.011903842822191578 + - -0.03468475301382719 + - - -0.019340828148787792 + - -0.999721615051511 + - -0.01351387306873135 + - 0.037545053960500896 + - - 0.012164077542043879 + - 0.013280115090027203 + - -0.9998378237298022 + - 0.578992050383645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995573133746165 + - -0.03712977876647331 + - -0.08634532350737688 + - 0.04851809112820638 + - - -0.03707122042523384 + - -0.9993100202760978 + - 0.0022821025322785067 + - 0.03522260744565216 + - - -0.08637048094704895 + - 0.0009289265508395224 + - -0.9962626546832104 + - 0.5749987966055574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985967060782702 + - -0.026998302978134485 + - 0.045559963190609745 + - -0.04278300424155643 + - - -0.029401848425777567 + - -0.9981648920882947 + - 0.05293750571673962 + - -0.023427430097708066 + - - 0.04404713292345441 + - -0.054202765968750094 + - -0.9975579733742594 + - 0.5788550104737664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934624593769342 + - -0.028764545936344817 + - -0.11047598248401834 + - 0.025766629141897507 + - - -0.024042285392976752 + - -0.9987491534099807 + - 0.043841727565525145 + - -0.030318089225794962 + - - -0.11159888136453643 + - -0.04089901539062988 + - -0.9929113556699114 + - 0.5762634565935858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898131984779872 + - -0.01575179703033224 + - -0.14149810249290226 + - 0.06439664008757805 + - - -0.02485662347044705 + - -0.9977158729714624 + - -0.06281070840582328 + - -0.03259813038526059 + - - -0.14018552132237153 + - 0.06568803324128494 + - -0.9879438758859063 + - 0.573879128157485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997695684453874 + - -0.018700660429029927 + - 0.01054017599672768 + - -0.0346905588934342 + - - -0.018638856031011942 + - -0.9998086854043279 + - -0.005931748134000369 + - 0.03753838856875846 + - - 0.010649087114823026 + - 0.005733924449111746 + - -0.9999268568520565 + - 0.5789036169923495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965722375961851 + - -0.037553124683211966 + - -0.07371253678350667 + - 0.048534645758737824 + - - -0.03636282119092345 + - -0.9991867348776536 + - 0.017424525232331834 + - 0.03521896790952825 + - - -0.07430693431685645 + - -0.014684402305248105 + - -0.9971272977114656 + - 0.5748172029558741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992774305868044 + - -0.028754501770965054 + - 0.02485548928783887 + - -0.04277939788290296 + - - -0.029493151231982897 + - -0.9991182686629333 + - 0.02988041590054017 + - -0.023460996723680395 + - - 0.02397437695210641 + - -0.03059189193046804 + - -0.9992443972311639 + - 0.5787918608858083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896305802915518 + - -0.030344366580743153 + - -0.14039420917053452 + - 0.025754960879700476 + - - -0.02065713348503126 + - -0.9973365729949288 + - 0.06995028951272296 + - -0.030287498676393416 + - - -0.14214287666987718 + - -0.06632480368267694 + - -0.9876215991099363 + - 0.5761263772023285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874388137736986 + - -0.01563028454532632 + - -0.15722685285352228 + - 0.06437586906942516 + - - -0.025026378891655085 + - -0.9980051530935131 + - -0.057960286044543244 + - -0.03259289551694906 + - - -0.156007273589286 + - 0.06116705488926279 + - -0.9858601939339127 + - 0.5736188758098655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998074109048034 + - -0.01860273489333765 + - 0.006251348200328234 + - -0.034699753601378884 + - - -0.018591058039534286 + - -0.9998253261999489 + - -0.001920846203088305 + - 0.037563571502584533 + - - 0.006285989246269569 + - 0.0018042570918384 + - -0.9999786152691176 + - 0.5789981416818212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974216238168235 + - -0.03774964489736878 + - -0.061033340501185 + - 0.04855422958625735 + - - -0.03609353538301912 + - -0.9989557081567789 + - 0.028013386880960233 + - 0.03525663840836929 + - - -0.062027099288663956 + - -0.02573824879649288 + - -0.9977425426946189 + - 0.5748789624019531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991732940558451 + - -0.02795078582509861 + - 0.02952087426467951 + - -0.04279420773901977 + - - -0.029357043168010733 + - -0.9983999629302995 + - 0.04832885305083063 + - -0.023416981493538304 + - - 0.028122810350729617 + - -0.04915554488088494 + - -0.9983951321723483 + - 0.5788260937328182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9869925766392443 + - -0.03054092344179871 + - -0.1578382262138917 + - 0.025737393142599783 + - - -0.016813864141703872 + - -0.996015249765313 + - 0.08758376680393316 + - -0.030271657515867446 + - - -0.15988416942164657 + - -0.08379065717765681 + - -0.9835731686753594 + - 0.5760465914924521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906194669064791 + - -0.011137147917875161 + - -0.13619484469750906 + - 0.06435763288779053 + - - -0.02544067742914281 + - -0.994279224801224 + - -0.10373810804436474 + - -0.032600448454828165 + - - -0.1342603579537517 + - 0.10622987840025687 + - -0.985235692216435 + - 0.5735649916126734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997447884912648 + - -0.018026512128219995 + - 0.013616267662153377 + - -0.034703486344395636 + - - -0.017891192140158597 + - -0.9997899765605601 + - -0.009995399583732996 + - 0.03753250172826567 + - - 0.013793590118609205 + - 0.009749237381749406 + - -0.9998573344443267 + - 0.5789946648171078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960296051085623 + - -0.039746561235291585 + - -0.07965699352380036 + - 0.04851657738439952 + - - -0.03783123924560657 + - -0.9989609785124813 + - 0.02541182296742434 + - 0.03524139936005999 + - - -0.0805842607735731 + - -0.022297405215747735 + - -0.9964983706139322 + - 0.5747281416068843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9939240511178622 + - -0.026289510565185064 + - -0.10688237573940856 + - 0.025763080238890998 + - - -0.021948701985610716 + - -0.9988937111871722 + - 0.04158855890584651 + - -0.03031665038610371 + - - -0.10785747582158567 + - -0.03898993953523447 + - -0.9934015046920529 + - 0.5764002012048053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881970247062997 + - -0.011939242386226217 + - -0.1527222801455635 + - 0.06438072115384812 + - - -0.026708165505873942 + - -0.9951168163038814 + - -0.09502208061570658 + - -0.032618854590832656 + - - -0.1508420175446082 + - 0.09797946928040555 + - -0.983690352368367 + - 0.5737981967701828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998386905578062 + - -0.017960344059508568 + - 0.00013749514733008271 + - -0.03471224146357775 + - - -0.0179592985100823 + - -0.9998231712563357 + - -0.005575824239507568 + - 0.0375146455008766 + - - 0.00023761455599282402 + - 0.005572455490015135 + - -0.9999844455185963 + - 0.5788825136237012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959030332592822 + - -0.037891106478945696 + - -0.0821061044914577 + - 0.048526354856910606 + - - -0.036317716872370606 + - -0.9991285099448212 + - 0.020572896165103206 + - 0.03524232938004753 + - - -0.08281407963709611 + - -0.0175067034373405 + - -0.9964112321469575 + - 0.5749102955749638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987831976217896 + - -0.028126794622769485 + - 0.04050935166898782 + - -0.04275254479180589 + - - -0.030497134358977766 + - -0.9977839746104681 + - 0.059135985714524233 + - -0.023465433067500208 + - - 0.0387562761921684 + - -0.06029944804711318 + - -0.9974276553319198 + - 0.578645132736046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918216664007271 + - -0.029625100546546358 + - -0.12414562205608362 + - 0.02576180148466509 + - - -0.021920999033924672 + - -0.9977746470192966 + - 0.06297002117572856 + - -0.030277198353986096 + - - -0.12573484743474903 + - -0.059733635274642774 + - -0.9902639248995367 + - 0.5759565871709413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889744334230486 + - -0.008322660013773856 + - -0.14785230253822643 + - 0.06437498625481938 + - - -0.025727271917304156 + - -0.9928928395209289 + - -0.11619774829040312 + - -0.032616492269738534 + - - -0.14583441814349998 + - 0.11872043867153591 + - -0.9821597527522621 + - 0.5738475247648362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997819791788568 + - -0.019035048202538724 + - 0.00858260153653928 + - -0.0347254140576606 + - - -0.018909020899831677 + - -0.9997155718237885 + - -0.014533560528849705 + - 0.03751544930199133 + - - 0.00885680742805826 + - 0.014368103318219722 + - -0.9998575471382009 + - 0.5790094799755645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9943405160488712 + - -0.037728626911829946 + - -0.09931509882697882 + - 0.04847364498733652 + - - -0.03659287331909697 + - -0.9992426326356458 + - 0.013233395091041026 + - 0.035213602565430845 + - - -0.09973915863850642 + - -0.009524276073855099 + - -0.9949680338580487 + - 0.5745562237441781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993621932884651 + - -0.02829988511562943 + - 0.021778960675631735 + - -0.04277206731625439 + - - -0.028929769310541264 + - -0.9991556874554223 + - 0.02917157303133017 + - -0.02347571802487065 + - - 0.020935020260496585 + - -0.029783027514434134 + - -0.9993371284000049 + - 0.578896348362927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9876734776030383 + - -0.032528907568869725 + - -0.15311097874384 + - 0.025727497240220394 + - - -0.017880744614191778 + - -0.9952117926997798 + - 0.09609249004648274 + - -0.030253617916103953 + - - -0.15550363536445938 + - -0.0921702655071974 + - -0.9835259333361631 + - 0.5757393700578954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881631043223044 + - -0.014015813555722272 + - -0.15276529784763876 + - 0.06436728019251485 + - - -0.02577771960719148 + - -0.9968286667667267 + - -0.0752869064573908 + - -0.03258965016435334 + - - -0.15122562093758968 + - 0.07833368421338377 + - -0.9853906055415786 + - 0.5735677168972926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999789986369045 + - -0.018205560092745425 + - 0.009409608806656365 + - -0.034729027482568176 + - - -0.01812841990855881 + - -0.9998018819909903 + - -0.008219316205992113 + - 0.037551623496088066 + - - 0.009557381848803491 + - 0.008047008697929386 + - -0.9999219480055495 + - 0.5792542008757472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965095184923267 + - -0.03891071810270449 + - -0.07385618167034441 + - 0.04854632984761692 + - - -0.036990354836838414 + - -0.9989455430600278 + - 0.027194037021955483 + - 0.03523904314540459 + - - -0.07483644301565806 + - -0.024367150371731323 + - -0.9968980633843794 + - 0.574610725410096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992405602609531 + - -0.029365968769933228 + - 0.025611376526452966 + - -0.042791159967255105 + - - -0.030694439089743654 + - -0.9981162830772661 + - 0.05312002320207771 + - -0.02346713938334247 + - - 0.024003211000665232 + - -0.05386580858231466 + - -0.9982596458474275 + - 0.5788222933063594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920660561499918 + - -0.03092733817910718 + - -0.12185417509530252 + - 0.025752203402459373 + - - -0.019201748348006767 + - -0.9951718419369817 + - 0.09625122272540394 + - -0.030266508164933342 + - - -0.12424263799268481 + - -0.09314775772347199 + - -0.9878700633867333 + - 0.5759934535616662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895909191774827 + - -0.012157173337847169 + - -0.14339461572143652 + - 0.06437636839830567 + - - -0.025448029902408985 + - -0.9955054587919246 + - -0.09122104630821934 + - -0.032609272365650636 + - - -0.14164113264003153 + - 0.09392062953320604 + - -0.9854525381227326 + - 0.5737236108740263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999754196254408 + - -0.018887368498979325 + - 0.011610959602317185 + - -0.03469813666714305 + - - -0.018851703534519287 + - -0.9998172544368316 + - -0.003173484558429275 + - 0.03755041230031059 + - - 0.011668776523246606 + - 0.0029538181358640704 + - -0.9999275546822733 + - 0.5790648765980131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958920568486845 + - -0.03828402066993864 + - -0.0820569611126334 + - 0.048551205414465615 + - - -0.03677049266840123 + - -0.9991260181817485 + - 0.019877893781991892 + - 0.03523545895661368 + - - -0.08274625051698457 + - -0.016778961637384213 + - -0.9964293875994187 + - 0.5751614072711881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993439594668181 + - -0.02810215971742322 + - 0.022845553098996853 + - -0.04281329253703034 + - - -0.02935010265425026 + - -0.9979845746048032 + - 0.056261535039991324 + - -0.023436050023308598 + - - 0.02121843894747257 + - -0.05689514452119474 + - -0.9981546575448846 + - 0.5786301167828513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912302343779928 + - -0.028871586858874188 + - -0.12895368907945168 + - 0.02573827537613612 + - - -0.020203748364814162 + - -0.9974789422250121 + - 0.06802623295231096 + - -0.030279583760871982 + - - -0.1305926146723492 + - -0.0648243109482954 + - -0.9893145999646007 + - 0.5761787533758459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881140526755925 + - -0.012889375357799408 + - -0.15318120938255503 + - 0.06436036072659142 + - - -0.025931159863285806 + - -0.9961745718108335 + - -0.0834493704329041 + - -0.03260502159276657 + - - -0.15151961540725056 + - 0.08642966204023411 + - -0.9846683297773167 + - 0.5736660136059093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997831937951444 + - -0.01866659847151709 + - 0.00922624009464764 + - -0.034730344053802875 + - - -0.018369321650713873 + - -0.9993406442024673 + - -0.03131844292251744 + - 0.0375220058135881 + - - 0.009804765518539562 + - 0.031142173117840122 + - -0.9994668737014877 + - 0.5790898086529925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952161695308245 + - -0.038492158479313456 + - -0.08979493103731843 + - 0.04852138258064561 + - - -0.035734103543261043 + - -0.9988449061303164 + - 0.03212362590803905 + - 0.03524944320033043 + - - -0.09092771716233096 + - -0.02876121056429225 + - -0.9954420842110928 + - 0.5750087296247148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.991377997745867 + - -0.02441839880051512 + - -0.1287377465447286 + - 0.025755367734155883 + - - -0.020897711153468106 + - -0.9993716596806638 + - 0.0286281591385317 + - -0.030298435199967014 + - - -0.12935590923472337 + - -0.025691002844067473 + - -0.9912653636231438 + - 0.5763102736314398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889886840247625 + - -0.010368873689307473 + - -0.14762746807211607 + - 0.0643682808355737 + - - -0.02546283286493834 + - -0.9945884752450246 + - -0.10072442133002935 + - -0.03260017262052804 + - - -0.1457841795719298 + - 0.10337432644613576 + - -0.9839007681765204 + - 0.573670352787393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998362617606542 + - -0.017932230316665406 + - 0.002425857446486039 + - -0.034686333365945454 + - - -0.017947495469098653 + - -0.9998182900831223 + - 0.006424501665303445 + - 0.03755338595082953 + - - 0.0023102110005990602 + - -0.006466987794241581 + - -0.9999764202189976 + - 0.5788656781483306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958496293717726 + - -0.037086188927446834 + - -0.08311516270176487 + - 0.048513390971156894 + - - -0.036252400906566895 + - -0.9992762754278577 + - 0.011519062268177956 + - 0.035225904423034325 + - - -0.08348220833574467 + - -0.008458129690796474 + - -0.9964733719139319 + - 0.5747757070957664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991805867784866 + - -0.026535973066495817 + - 0.03056136676284865 + - -0.04275910298833807 + - - -0.028069578954330553 + - -0.9983093924065835 + - 0.05089652021626986 + - -0.02344558936209539 + - - 0.029159110794496883 + - -0.05171265963197765 + - -0.9982362180824046 + - 0.5786648626941508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929167424146675 + - -0.029132366628159986 + - -0.11518527617402813 + - 0.025768212410208498 + - - -0.022221674385025956 + - -0.9979006372896849 + - 0.06083186076692399 + - -0.030278899859228586 + - - -0.11671563657098624 + - -0.05784136332662825 + - -0.9914796199964708 + - 0.5761686568037121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892345207943917 + - -0.013256725844377709 + - -0.14573716783503585 + - 0.06440020675500933 + - - -0.024305922935648483 + - -0.9969397706121154 + - -0.07429882826875486 + - -0.03262047653122121 + - - -0.14430621947420255 + - 0.07704124214828456 + - -0.9865294531990991 + - 0.5738553824315019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999840842150483 + - -0.01749426894230912 + - 0.00349870290066312 + - -0.03469492781636287 + - - -0.01750631970220414 + - -0.9998408214723087 + - 0.0034439059313251105 + - 0.037548529095550474 + - - 0.0034378973657119465 + - -0.00350460721818518 + - -0.9999879492223642 + - 0.5788057365544897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966208678412684 + - -0.04021170623107939 + - -0.07162307215766789 + - 0.04856173037272016 + - - -0.03723259910254638 + - -0.9984043797574239 + - 0.04245501201580652 + - 0.0352982490072442 + - - -0.07321597740511421 + - -0.039644837787265366 + - -0.9965278257476982 + - 0.5751774804284304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994705430334178 + - -0.027814989188545004 + - 0.01688075783032903 + - -0.04275806530527378 + - - -0.028763278390884953 + - -0.9978548296889562 + - 0.05880827052917103 + - -0.023443024262951806 + - - 0.01520879432083757 + - -0.059262680017569576 + - -0.9981265587752092 + - 0.5786655828982215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893573559204842 + - -0.02944045779792421 + - -0.14249660252327684 + - 0.025744480235787823 + - - -0.02062469312092695 + - -0.9978033551528772 + - 0.06295304980165001 + - -0.030295416943383387 + - - -0.14403695470154765 + - -0.05934411420107373 + - -0.9877912895900604 + - 0.5759623566378546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880690786163729 + - -0.012990867742162484 + - -0.15346248153049488 + - 0.06436861837460191 + - - -0.02648792535776871 + - -0.9959225519203155 + - -0.08623607358158264 + - -0.03258802768782566 + - - -0.151716464803373 + - 0.0892721005232458 + - -0.9843843793842602 + - 0.5736148793173474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998152192855728 + - -0.017675306852527106 + - 0.007557169616396109 + - -0.03470694438138401 + - - -0.017724347068047555 + - -0.9998219628433376 + - 0.006472259041996 + - 0.037539366188006025 + - - 0.00744142499480887 + - -0.006605008990479369 + - -0.9999504982999318 + - 0.5789170898114743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971154953431711 + - -0.0377038691630669 + - -0.06587189990183138 + - 0.048529329622273104 + - - -0.036280488737425794 + - -0.9990844125250845 + - 0.02267295274950987 + - 0.03526017647847973 + - - -0.06666644645934026 + - -0.020217687789218616 + - -0.9975704636851187 + - 0.5748715037198925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984342758329119 + - -0.029056314975136627 + - 0.047798822182922626 + - -0.04278527668396828 + - - -0.030561274957201828 + - -0.9990501409976655 + - 0.031061620136990035 + - -0.023448104083319973 + - - 0.04685088382303278 + - -0.03247377915503533 + - -0.9983739020789708 + - 0.5787793076044561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906735504686939 + - -0.030229555774183098 + - -0.13286116949450524 + - 0.025760989908780094 + - - -0.01917271961385128 + - -0.9963043545108411 + - 0.08372598166247659 + - -0.0302589702740066 + - - -0.13490116094519253 + - -0.08039780556975594 + - -0.987591955027585 + - 0.5759747699730255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887586757999659 + - -0.012819419098606788 + - -0.14896960604187728 + - 0.06440482411848406 + - - -0.024946711108171447 + - -0.9964965328357243 + - -0.07982682288095232 + - -0.03260827424200581 + - - -0.14742436242081322 + - 0.08264576541091366 + - -0.9856143945907355 + - 0.5739441890782129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998406638848956 + - -0.017844215646331783 + - -0.000480427079268467 + - -0.03472662899881461 + - - -0.017844322485122265 + - -0.9998407534124127 + - -0.0002190222479494751 + - 0.03753729888891517 + - - -0.0004764422926717544 + - 0.00022756024552841734 + - -0.9999998606095282 + - 0.5790963200505849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970185274961123 + - -0.03847319918514292 + - -0.06688698508636894 + - 0.04854608567514482 + - - -0.03673179404446814 + - -0.9989583659694851 + - 0.027073203834266205 + - 0.035241114152449425 + - - -0.06785890609020011 + - -0.02453560686099428 + - -0.997393188697519 + - 0.5747213297111136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989938994955755 + - -0.028184758994123097 + - 0.03488277699763899 + - -0.04280104068579582 + - - -0.030874406641653373 + - -0.996385667381811 + - 0.07913515559238375 + - -0.02342151039086207 + - - 0.032526293750589616 + - -0.08013252271423978 + - -0.9962533909695385 + - 0.5784376642151634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910470823908772 + - -0.03336701324451342 + - -0.1292761498176298 + - 0.025728819840648093 + - - -0.022709814518631674 + - -0.9962864422337253 + - 0.08305172692844046 + - -0.030295504336829263 + - - -0.1315672634398814 + - -0.07937233427591356 + - -0.9881245304831444 + - 0.5760674091329121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9924995340176936 + - -0.013309379570643962 + - -0.12152174863005215 + - 0.06439305015394965 + - - -0.026468753769443267 + - -0.9938715153088005 + - -0.10732574775738739 + - -0.03261668589336932 + - - -0.11934856533931877 + - 0.10973728387942853 + - -0.9867692985081229 + - 0.5738632058616291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997726260510585 + - -0.01840962173671749 + - 0.010760205689544004 + - -0.03471130355231164 + - - -0.018363646362140138 + - -0.9998218848935322 + - -0.004356028033698409 + - 0.03755045828923568 + - - 0.010838481962736922 + - 0.004157440974336012 + - -0.9999326192265596 + - 0.5791708702362045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9943670002924089 + - -0.038421866352414756 + - -0.09878273591814409 + - 0.04848305532887445 + - - -0.0373048059510925 + - -0.9992176550430133 + - 0.013131233883140601 + - 0.03521043712449822 + - - -0.09920998025616147 + - -0.009372194851772177 + - -0.9950223825528917 + - 0.5746488853214762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992368864343548 + - -0.028989329821585193 + - 0.026177538949862706 + - -0.042803297273378185 + - - -0.03020181114143135 + - -0.9984299084032086 + - 0.047175932526424234 + - -0.023465686141252846 + - - 0.024768839148283487 + - -0.04793054101985258 + - -0.9985435232601484 + - 0.5787812291211476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908917717720468 + - -0.028280491769352954 + - -0.13165754980151195 + - 0.025767650751223933 + - - -0.02182233551930947 + - -0.9984987419396091 + - 0.050239904632676115 + - -0.030296540446134102 + - - -0.1328807070531186 + - -0.046909232889712306 + - -0.9900213338927408 + - 0.5760287516352524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893700238850566 + - -0.012246106477778728 + - -0.14490337716498383 + - 0.0643764521539323 + - - -0.02514728979184054 + - -0.9958435876564538 + - -0.08753949245710821 + - -0.03259687969929329 + - - -0.1432290810338733 + - 0.09025287696055909 + - -0.9855657504938645 + - 0.5736657615571308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998083846179624 + - -0.01715692939782102 + - 0.009425169561270217 + - -0.034696129801595095 + - - -0.017179726386431095 + - -0.9998496721080444 + - 0.0023431147482788264 + - 0.037533506929724916 + - - 0.009383552041091535 + - -0.002504587605659518 + - -0.9999528368838292 + - 0.5789141523871372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960763047177971 + - -0.03852917519083342 + - -0.07967118575026032 + - 0.04850658739037814 + - - -0.03675951173046192 + - -0.9990463480433485 + - 0.02356125545438301 + - 0.035231346229370096 + - - -0.08050300290719874 + - -0.020540134380347363 + - -0.9965427082682211 + - 0.5749113591360403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990530042273802 + - -0.028661658064520246 + - 0.03273536468773243 + - -0.0427927399034503 + - - -0.030293107875316753 + - -0.998265554899531 + - 0.05047979314920111 + - -0.023455078077366093 + - - 0.031231752424427606 + - -0.05142364493230941 + - -0.998188452338723 + - 0.578796281340042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929702155899076 + - -0.032339421374639465 + - -0.11386093613037775 + - 0.02574899552618654 + - - -0.02471392328621679 + - -0.997395635240811 + - 0.06775816407180699 + - -0.030294072449762816 + - - -0.11575566054036164 + - -0.06446788834553552 + - -0.9911833929324744 + - 0.5760941247066267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866173332351118 + - -0.01010979638993215 + - -0.1627391464184031 + - 0.0643779115238352 + - - -0.02630811443240109 + - -0.9948690313610611 + - -0.09769080588118753 + - -0.03261901121412412 + - - -0.1609165028051754 + - 0.10066480246669285 + - -0.9818210003199634 + - 0.5736774996043661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997187771724712 + - -0.019611788826705227 + - 0.013332078149923281 + - -0.03466884869217401 + - - -0.01952413603748632 + - -0.9997871152231271 + - -0.006673256012415816 + - 0.037566976928441576 + - - 0.013460114441143122 + - 0.00641108203302968 + - -0.9998888554966482 + - 0.5791665786414718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959840178005676 + - -0.038984947312983895 + - -0.08059782980231334 + - 0.04851514058488121 + - - -0.03738556474616876 + - -0.9990747532922001 + - 0.021259277568627524 + - 0.03523922764806933 + - - -0.08135204874155796 + - -0.018160705303864048 + - -0.9965199611389717 + - 0.5749670860669882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988861410110034 + - -0.029710874142870655 + - 0.03665707644933371 + - -0.04276765639334598 + - - -0.030791702234356916 + - -0.9990968323941716 + - 0.029281232444062312 + - -0.02346942383873804 + - - 0.03575399795346663 + - -0.03037735106290554 + - -0.998898827796261 + - 0.5788062937969698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927733004151906 + - -0.02717349815908534 + - -0.11688787353925027 + - 0.02577241405819366 + - - -0.024320668043677364 + - -0.9993721573470482 + - 0.025764243156293377 + - -0.03032037050685956 + - - -0.11751459096060722 + - -0.022735261540293417 + - -0.9928108726207909 + - 0.5763538008576865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882158436300444 + - -0.011856347395241067 + - -0.15260692456439517 + - 0.06437556465536456 + - - -0.02688251477849668 + - -0.9949426654249505 + - -0.09678028165014063 + - -0.03261410622423258 + - - -0.15068767964815022 + - 0.09974226558255031 + - -0.983536833910514 + - 0.5737584175155246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998424121822209 + - -0.0174486060950055 + - -0.003270618745641987 + - -0.03471403398954145 + - - -0.01746458899578045 + - -0.9998353592514766 + - -0.00492366953388417 + - 0.037528162200179835 + - - -0.003184169098284846 + - 0.004980013635701391 + - -0.9999825301130723 + - 0.5790571432689987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99609051644428 + - -0.03957058924974369 + - -0.07898007037345309 + - 0.04855111928246887 + - - -0.03706909314584633 + - -0.9987712517749122 + - 0.03289177649990245 + - 0.03525828425589174 + - - -0.08018457072973642 + - -0.029835467055218636 + - -0.9963334178489072 + - 0.574957786430898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982401642944723 + - -0.02673195554787664 + - 0.052933703270518884 + - -0.042761379268527924 + - - -0.029412421974988508 + - -0.9982896510158671 + - 0.050524074540594925 + - -0.023442837043015096 + - - 0.05149256085018697 + - -0.05199206888752097 + - -0.9973190768003414 + - 0.5787305477628938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922872593774513 + - -0.028468337802124842 + - -0.12064637839558512 + - 0.025761828889011778 + - - -0.021886624194905308 + - -0.9982169851089043 + - 0.055532209765504895 + - -0.030291985290144166 + - - -0.1220121738128519 + - -0.05246336229096607 + - -0.9911410722286655 + - 0.5760104365911554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851292826086205 + - -0.01280372554664403 + - -0.17133698129461447 + - 0.06432171668148502 + - - -0.02609195816501926 + - -0.9968020614117423 + - -0.07553052419000088 + - -0.03259524471279241 + - - -0.1698219840484139 + - 0.07887784845840838 + - -0.9823129739326631 + - 0.5733765026355075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998406855113928 + - -0.017716236298213048 + - 0.0021768251041059355 + - -0.03474267808437861 + - - -0.017689858571689004 + - -0.999776324676445 + - -0.011591786755006835 + - 0.03753689792458205 + - - 0.0023817010353166493 + - 0.011551432287200982 + - -0.9999304435370956 + - 0.5791739398888454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958940928939963 + - -0.0395245567196889 + - -0.08144178997883264 + - 0.04854103452958688 + - - -0.03680073959035946 + - -0.9987207034490639 + - 0.03467941850449229 + - 0.03526362769404793 + - - -0.08270829042149727 + - -0.03153990992883885 + - -0.9960745819351251 + - 0.5750165444469577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992935266294153 + - -0.028095822738654522 + - 0.024961417852042152 + - -0.04273813757486217 + - - -0.029610301347694695 + - -0.9976036164170765 + - 0.06253202831885565 + - -0.02347395629324205 + - - 0.023144711936959918 + - -0.06322696621070442 + - -0.9977307618055818 + - 0.5786420391311453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925260659512155 + - -0.0288555921893989 + - -0.11857218563728392 + - 0.02577762942321908 + - - -0.023830265550794386 + - -0.9987655290906663 + - 0.04358367061205448 + - -0.030297214740955664 + - - -0.1196834443487571 + - -0.04043232246162147 + - -0.9919884578205421 + - 0.5761681917097896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895489617813377 + - -0.0138401779810884 + - -0.1435315355973332 + - 0.06440140986981872 + - - -0.026158576355874263 + - -0.9960974047121237 + - -0.08429525021497777 + - -0.032624096952306544 + - - -0.14180472883691372 + - 0.08716885796672807 + - -0.9860491920184642 + - 0.573942965472767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997126907896269 + - -0.017189876619696873 + - 0.016704610619934338 + - -0.034724133487110106 + - - -0.017138962358662576 + - -0.9998480401142589 + - -0.003186322165787416 + - 0.037536241645741125 + - - 0.01675684467411367 + - 0.0028991070134507992 + - -0.9998553912116955 + - 0.5791465751620298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974744520517344 + - -0.03783664723364811 + - -0.06010911436886077 + - 0.04855170725535862 + - - -0.036425885171508986 + - -0.9990385501380342 + - 0.024395291094114025 + - 0.03524121070668331 + - - -0.06097435849243808 + - -0.02214415191898272 + - -0.9978936637449025 + - 0.5749557757559631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985694026516743 + - -0.03020695717770434 + - 0.04412128540673714 + - -0.0427696549064484 + - - -0.03218535223948905 + - -0.9984755762606348 + - 0.04484001240203139 + - -0.023453891476464973 + - - 0.042699545537375885 + - -0.046195923511265016 + - -0.9980193813057159 + - 0.5787800447290952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909782166518505 + - -0.02650103392989867 + - -0.13137682186049576 + - 0.025792657638665756 + - - -0.023894737822037753 + - -0.9994859325087612 + - 0.021375505175536633 + - -0.030321702428329357 + - - -0.13187575829520054 + - -0.018043445284636594 + - -0.9911020222239117 + - 0.5765915903913905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862722428932935 + - -0.01281167649223825 + - -0.16462965663479487 + - 0.064359082923715 + - - -0.02591121884720784 + - -0.996642319163499 + - -0.07767043446675889 + - -0.0325954552541688 + - - -0.1630817943121927 + - 0.08086994866983171 + - -0.9832926216371478 + - 0.5736589505114659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997777577992887 + - -0.017499295880893818 + - 0.011756260183400657 + - -0.034715944123625025 + - - -0.017489257442168293 + - -0.9998465940552493 + - -0.000956153878515405 + - 0.037550755013254736 + - - 0.011771188722828292 + - 0.0007503331198686183 + - -0.9999304356385303 + - 0.5791010359368967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954707814203845 + - -0.0387062218879457 + - -0.08683174376603534 + - 0.048494429711105035 + - - -0.037212760510113393 + - -0.9991313840893618 + - 0.01875334057955312 + - 0.035226984195826185 + - - -0.08748219129346413 + - -0.015437153715529344 + - -0.9960464650264346 + - 0.5748520381730939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985136760462141 + - -0.03190100174918157 + - 0.044190098846630985 + - -0.04277394391380297 + - - -0.03303623168308565 + - -0.9991363606559048 + - 0.025201988244075456 + - -0.023476600240987053 + - - 0.04334796586759049 + - -0.026624404268861014 + - -0.9987052092346719 + - 0.5787449198916887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935961839852656 + - -0.02608183052626772 + - -0.10993798836761269 + - 0.025777241800797348 + - - -0.023999278060145946 + - -0.9995073899166476 + - 0.020224048917115572 + - -0.030317358151316195 + - - -0.11041131202241052 + - -0.01745610547656995 + - -0.9937326735893715 + - 0.5762652670337991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98566865532185 + - -0.011713394826869165 + - -0.16828576379969223 + - 0.06439015512597707 + - - -0.025383491388935836 + - -0.9965266475369295 + - -0.0793115320348578 + - -0.03261549689224254 + - - -0.1667722407384507 + - 0.08244657136860412 + - -0.9825424075268396 + - 0.5737877191768098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997660477835559 + - -0.017842017907623364 + - 0.012227513902371617 + - -0.03469623021712057 + - - -0.017843662517675777 + - -0.9998407888570652 + - 2.54093941536856e-05 + - 0.03757609014709104 + - - 0.012225113791042456 + - -0.00024358708107371276 + - -0.9999252408345988 + - 0.5792405221351904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960219781221459 + - -0.039420802713311436 + - -0.07991382490586868 + - 0.048569097151094975 + - - -0.037435678823724124 + - -0.9989558021849569 + - 0.026189219767232354 + - 0.03526397939992313 + - - -0.08086277913016984 + - -0.023093410195282944 + - -0.9964576786582048 + - 0.5750403770726028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991494259094171 + - -0.029710604742517972 + - 0.02859553585292802 + - -0.042789437488901974 + - - -0.03078137064485753 + - -0.9988125107876681 + - 0.037763415037016544 + - -0.023456592302121656 + - - 0.027439605064689367 + - -0.038611504242491414 + - -0.9988774798813044 + - 0.5786266798925319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919877887893755 + - -0.02481594979967625 + - -0.12387249706171732 + - 0.025747443437890212 + - - -0.021885404020306528 + - -0.9994487893025883 + - 0.024962905529171752 + - -0.030297442415360892 + - - -0.1244236954266878 + - -0.022051897812441244 + - -0.9919841015960067 + - 0.5762243365815309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853209011709712 + - -0.008306637797562392 + - -0.17051018000144577 + - 0.06434779826822545 + - - -0.027370051332278753 + - -0.9935813626593021 + - -0.10975862638605302 + - -0.03260134026188839 + - - -0.16850401183857242 + - 0.11281434104130936 + - -0.9792238367450629 + - 0.5735431795830064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996528338682387 + - -0.018372447373580857 + - 0.01888557430168953 + - -0.03468118022246811 + - - -0.018416019408138567 + - -0.9998281294687139 + - 0.0021358258946280128 + - 0.03756755664841049 + - - 0.01884308807915247 + - -0.0024828815110878167 + - -0.9998193703519869 + - 0.5790691962629578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976016978205321 + - -0.03763094173613947 + - -0.058092725272991225 + - 0.04853364077469178 + - - -0.036259214629670605 + - -0.9990423136754777 + - 0.024489280111684116 + - 0.03524973680737621 + - - -0.05895864533748582 + - -0.022324150823722785 + - -0.9980107767103363 + - 0.5749355974025201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986022772006334 + - -0.03038157397869176 + - 0.043248721741648004 + - -0.04276915110824678 + - - -0.0324888685118228 + - -0.9982758179961716 + - 0.04888624169329981 + - -0.023454675740739186 + - - 0.041688912105387284 + - -0.05022301431267855 + - -0.997867568087478 + - 0.5787445746291291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9884735013255347 + - -0.027596055670562173 + - -0.1488576329539923 + - 0.02575291688729577 + - - -0.020387869238792895 + - -0.9985543843167033 + - 0.049734056237069474 + - -0.03027805231531968 + - - -0.1500149058098566 + - -0.04612590674791489 + - -0.9876071733040132 + - 0.5762254275026562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867372084312777 + - -0.008173031786753101 + - -0.16211996499093517 + - 0.06435176878850066 + - - -0.026726582837970674 + - -0.993281391419523 + - -0.11259559151894101 + - -0.032587452752777836 + - - -0.160110497054548 + - 0.11543517233108742 + - -0.9803261445671214 + - 0.5735800297648576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996528338682387 + - -0.018372447373580857 + - 0.01888557430168953 + - -0.03468118022246811 + - - -0.018416019408138567 + - -0.9998281294687139 + - 0.0021358258946280128 + - 0.03756755664841049 + - - 0.01884308807915247 + - -0.0024828815110878167 + - -0.9998193703519869 + - 0.5790691962629578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976016978205321 + - -0.03763094173613947 + - -0.058092725272991225 + - 0.04853364077469178 + - - -0.036259214629670605 + - -0.9990423136754777 + - 0.024489280111684116 + - 0.03524973680737621 + - - -0.05895864533748582 + - -0.022324150823722785 + - -0.9980107767103363 + - 0.5749355974025201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986022772006334 + - -0.03038157397869176 + - 0.043248721741648004 + - -0.04276915110824678 + - - -0.0324888685118228 + - -0.9982758179961716 + - 0.04888624169329981 + - -0.023454675740739186 + - - 0.041688912105387284 + - -0.05022301431267855 + - -0.997867568087478 + - 0.5787445746291291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9884735013255347 + - -0.027596055670562173 + - -0.1488576329539923 + - 0.02575291688729577 + - - -0.020387869238792895 + - -0.9985543843167033 + - 0.049734056237069474 + - -0.03027805231531968 + - - -0.1500149058098566 + - -0.04612590674791489 + - -0.9876071733040132 + - 0.5762254275026562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867372084312777 + - -0.008173031786753101 + - -0.16211996499093517 + - 0.06435176878850066 + - - -0.026726582837970674 + - -0.993281391419523 + - -0.11259559151894101 + - -0.032587452752777836 + - - -0.160110497054548 + - 0.11543517233108742 + - -0.9803261445671214 + - 0.5735800297648576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998256512181505 + - -0.01745203385902242 + - 0.006640307250782969 + - -0.034732765188638125 + - - -0.017470713279188914 + - -0.9998435508518354 + - 0.0027655013127671326 + - 0.03756957945613396 + - - 0.006591004757822445 + - -0.0028810300550461965 + - -0.999974128826394 + - 0.579184866883518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995914135413666 + - -0.037445927373767125 + - -0.08217564971674156 + - 0.04855100364446213 + - - -0.03614686921654787 + - -0.9991977711348684 + - 0.01724001174460438 + - 0.0352363022918342 + - - -0.08275529426623913 + - -0.014199178928053214 + - -0.9964687373865165 + - 0.5751795517433995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983119857769998 + - -0.028502750483374837 + - 0.050604073639044775 + - -0.0427502042308531 + - - -0.03143538013980922 + - -0.9978136619233057 + - 0.05813529869768032 + - -0.023411574262576892 + - - 0.04883642011295544 + - -0.05962792377808654 + - -0.9970253330665503 + - 0.5785687276437254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900017457143722 + - -0.028135195525771386 + - -0.13822067231504212 + - 0.025741909585605554 + - - -0.019285059755909807 + - -0.997701747688734 + - 0.06495620931871697 + - -0.03028705861651771 + - - -0.13973056198522435 + - -0.06164116669542035 + - -0.9882690608410853 + - 0.5761061304929754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883946728313073 + - -0.012446724153757624 + - -0.15139699394814052 + - 0.06436503077593647 + - - -0.026799225986697976 + - -0.9952929327371679 + - -0.0931331279940768 + - -0.032587484212513645 + - - -0.1495251557605172 + - 0.09610960982798478 + - -0.984075795197456 + - 0.5735864765966464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997818019401058 + - -0.017901201681846616 + - 0.010765476661110081 + - -0.03471240853074397 + - - -0.017770751293832574 + - -0.9997689476690033 + - -0.012093455886007787 + - 0.03755322443167626 + - - 0.010979476665479179 + - 0.011899506509091898 + - -0.9998689178272283 + - 0.5791122027214372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962833298180941 + - -0.03785180496471018 + - -0.07737420492311484 + - 0.04856255888149245 + - - -0.037455607070212886 + - -0.999276721717361 + - 0.006565891623125338 + - 0.03523885320439734 + - - -0.0775667726901954 + - -0.003643390552541723 + - -0.996980502055938 + - 0.5749941193044691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991519470491501 + - -0.027256356839601856 + - 0.03086223776275144 + - -0.04276460680934595 + - - -0.028940547983227205 + - -0.9980387224247458 + - 0.05550813654961826 + - -0.023457056076681762 + - - 0.029288758770607458 + - -0.056354232783463847 + - -0.9979811466440955 + - 0.5786490852725278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991933885576575 + - -0.024814603187598 + - -0.12430366894665751 + - 0.025764558965701373 + - - -0.021769947623728452 + - -0.9994302429919003 + - 0.0257926108335628 + - -0.030286170225241313 + - - -0.12487287946314962 + - -0.022878480320894398 + - -0.9919089369053937 + - 0.5763156343574152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988091888749511 + - -0.009213611617235823 + - -0.1535888301550297 + - 0.06437133873479291 + - - -0.025632741979370717 + - -0.9941133826869433 + - -0.10526891707119233 + - -0.032602791402843195 + - - -0.15171480457108602 + - 0.10795226594976735 + - -0.98251154005959 + - 0.5736787419756929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997392070851544 + - -0.018861497522035777 + - 0.012874848658254789 + - -0.03469460104089914 + - - -0.018702142992227767 + - -0.9997483597085239 + - -0.012387376946480504 + - 0.03752767423930533 + - - 0.01310525330716628 + - 0.012143359145729365 + - -0.999840382843388 + - 0.5790881543187447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978261408984165 + - -0.03853139580620882 + - -0.053463296540700755 + - 0.048584651429860556 + - - -0.03650749812486226 + - -0.998598029945634 + - 0.03832984697806745 + - 0.035281476957623806 + - - -0.054865245105046326 + - -0.03629471209314328 + - -0.9978339033895567 + - 0.5749460421034088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990565115246388 + - -0.027774499899961995 + - 0.03338658316639077 + - -0.04275339695645801 + - - -0.029388700751501066 + - -0.9983725851257762 + - 0.04887213456985553 + - -0.023449341223687425 + - - 0.031974850247624885 + - -0.04980721257591473 + - -0.998246888563676 + - 0.578818248548886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991569905789365 + - -0.029590795779744668 + - -0.12614874845986854 + - 0.025769130329358687 + - - -0.02170443303689089 + - -0.9977496765512637 + - 0.06343895119244203 + - -0.030283633352307805 + - - -0.1277420820223972 + - -0.06016616779363106 + - -0.9899808042248157 + - 0.5759443119101737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988358596315 + - -0.01366791525565305 + - -0.15152713678680568 + - 0.06436077800875062 + - - -0.024866012349734 + - -0.9970761780848019 + - -0.07225494118486112 + - -0.03259429026346844 + - - -0.1500965240106043 + - 0.07518166790095276 + - -0.9858086783405619 + - 0.5736049247694657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997267920891263 + - -0.01885222406607201 + - 0.013817916881622911 + - -0.034699918159756614 + - - -0.0189636120703209 + - -0.9997883686778302 + - 0.007974915282928393 + - 0.037581982784961596 + - - 0.013664647687781912 + - -0.008234774088347585 + - -0.9998727248501597 + - 0.5791209704499974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952611456152024 + - -0.03711517417226622 + - -0.08987611403970089 + - 0.04853833437516935 + - - -0.03609167109976986 + - -0.9992640935067919 + - 0.012987020646627628 + - 0.035247938174868834 + - - -0.09029198915707315 + - -0.009681697899244605 + - -0.9958682751347425 + - 0.5750542350502933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993145350249966 + - -0.025947410886960304 + - 0.02640439274132493 + - -0.04272305919530916 + - - -0.027902118551077635 + - -0.9966733886929128 + - 0.07657433024028423 + - -0.023439312267797618 + - - 0.02432964997973642 + - -0.07725857971545783 + - -0.9967141917281074 + - 0.5784945683943519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915107799840601 + - -0.029854265915829375 + - -0.12655076444663513 + - 0.02572497343525611 + - - -0.019550640284126543 + - -0.9964493690812923 + - 0.08189277942514067 + - -0.030264303634243442 + - - -0.12854627820314937 + - -0.07872342512950642 + - -0.9885739611662838 + - 0.5759345432546226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864325141957573 + - -0.011918535818205716 + - -0.16373406316764783 + - 0.06440120092971381 + - - -0.027634808613119777 + - -0.9951841209925691 + - -0.09404723641428227 + - -0.032619136630131454 + - - -0.1618246343742305 + - 0.09729601136838965 + - -0.9820113410146794 + - 0.5739219304686051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992493128149453 + - -0.018252964084869632 + - 0.0341707497865634 + - -0.03466453800275303 + - - -0.01776629847766747 + - -0.9997371349040682 + - -0.014492057556042012 + - 0.037523202584875605 + - - 0.03442629049522898 + - 0.013874090814235839 + - -0.9993109326565064 + - 0.5789308033408429 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964029967985102 + - -0.037950478424314205 + - -0.07576825957030983 + - 0.048566826090859584 + - - -0.03674833212781785 + - -0.9991765514642806 + - 0.017198229262637272 + - 0.035250177290978284 + - - -0.07635854933648081 + - -0.01435201000948315 + - -0.9969771269953563 + - 0.5750163530426796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998550396482399 + - -0.030425403077971244 + - 0.04440045644345138 + - -0.042754470282600855 + - - -0.03267814482881615 + - -0.9981676817502483 + - 0.05092561202265965 + - -0.023441962829246547 + - - 0.04276966840403093 + - -0.052302714622460264 + - -0.9977149800958844 + - 0.5784842123419964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915661585759508 + - -0.030290154327668607 + - -0.1260121411521065 + - 0.025750014660197752 + - - -0.02244507448849333 + - -0.9977473596732018 + - 0.06321728320926624 + - -0.030295804100822298 + - - -0.1276431423858657 + - -0.05985576677280652 + - -0.9900123814306068 + - 0.57610757628132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893782721888809 + - -0.012516802552696377 + - -0.144823907468351 + - 0.06435014475966676 + - - -0.0270065176323859 + - -0.9947683454480044 + - -0.09852201226128017 + - -0.03259464532265223 + - - -0.14283305823903758 + - 0.10138672767427216 + - -0.9845402220963789 + - 0.5734822389074168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998172067618794 + - -0.018905976276464644 + - 0.002849056669698008 + - -0.03471987031082292 + - - -0.01889516821160406 + - -0.999814347934606 + - -0.003773894851989998 + - 0.037521638686015234 + - - 0.0029198769029844486 + - 0.00371937160451134 + - -0.9999888202343759 + - 0.5789968621698915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958191942389605 + - -0.03717814759261671 + - -0.08343810716242915 + - 0.048485059562344945 + - - -0.03650757699659101 + - -0.9992877563494659 + - 0.009548656025264269 + - 0.03522409766613598 + - - -0.0837336802434085 + - -0.0064626118274614675 + - -0.996467212426612 + - 0.5748883959783236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986023812827903 + - -0.030430353121661084 + - 0.04321200880810448 + - -0.042774491854012275 + - - -0.03189334941152689 + - -0.998927012653193 + - 0.03358031648276493 + - -0.023455857893852718 + - - 0.04214378198091559 + - -0.03491155969960965 + - -0.9985014194480077 + - 0.578756503729253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9874721600487262 + - -0.033030789775713464 + - -0.15429744021044378 + - 0.02575109182143272 + - - -0.019079828367326284 + - -0.9956647054560538 + - 0.0910371048451337 + - -0.030280033237002978 + - - -0.15663554283168368 + - -0.08695263788927347 + - -0.983821399180726 + - 0.5758280537706444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875689867972446 + - -0.008478678095879833 + - -0.15695734558793425 + - 0.06435631683473653 + - - -0.026163111632606283 + - -0.9934815137246427 + - -0.11095031986025268 + - -0.032600542162523616 + - - -0.15499350923817282 + - 0.11367758752339462 + - -0.9813533605123577 + - 0.5736008557107781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996966840332467 + - -0.017444375913320462 + - 0.017384869338755687 + - -0.034715249132103304 + - - -0.017464732315410545 + - -0.9998469598752945 + - 0.0010197809971116047 + - 0.03754948661960215 + - - 0.017364419313121222 + - -0.0013230937705923456 + - -0.9998483516837902 + - 0.5792130030218593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951657723560742 + - -0.039078506823665045 + - -0.09009969941887218 + - 0.048536753698551705 + - - -0.037379174114199436 + - -0.9990914332447245 + - 0.02047206290394608 + - 0.035261456482281864 + - - -0.09081785547720621 + - -0.01700524393931258 + - -0.9957223201300082 + - 0.5749726001689752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987065690056071 + - -0.029548176331875103 + - 0.04137746126225085 + - -0.042766562916308946 + - - -0.031593083851394026 + - -0.9982657986825966 + - 0.049671644157969035 + - -0.023477935212628556 + - - 0.03983799791414523 + - -0.05091463891708876 + - -0.9979081287704468 + - 0.5787523114698904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891750880606787 + - -0.028308303186642306 + - -0.1439836279958305 + - 0.025734981854460978 + - - -0.02123299019589147 + - -0.9985012907899934 + - 0.05044137605238473 + - -0.03026882119714777 + - - -0.14519574817290534 + - -0.04683814963691513 + - -0.9882936721699173 + - 0.5759457258093139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869036447655687 + - -0.009815635229676403 + - -0.16101195375957036 + - 0.06438686430321683 + - - -0.02688405154370112 + - -0.9941956367210403 + - -0.10417429480174517 + - -0.03260834628451868 + - - -0.15905484500961206 + - 0.10713864489474947 + - -0.9814391815334688 + - 0.5737454420155674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998146798699237 + - -0.018426306580205377 + - -0.00557468765173997 + - -0.03472061932675551 + - - -0.018395754792457124 + - -0.9998157496556538 + - 0.005482968732296538 + - 0.037519616757290326 + - - -0.00567469137645149 + - -0.005379402040731917 + - -0.9999694294884552 + - 0.5788499538260293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965014007615335 + - -0.0385026710647283 + - -0.07417885548579906 + - 0.04853720141214766 + - - -0.03683099802125977 + - -0.9990386789014714 + - 0.02377384368502512 + - 0.03525470136216897 + - - -0.07502290227030467 + - -0.020958587253996488 + - -0.9969615347420663 + - 0.5749826448590766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986452704606633 + - -0.028830515741129912 + - 0.043317723262528786 + - -0.04273877584071464 + - - -0.031116907035426192 + - -0.998105896209082 + - 0.053069370160332856 + - -0.023467502145337105 + - - 0.04170565768690395 + - -0.05434538908468909 + - -0.9976508491462015 + - 0.578590219268824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908294467150445 + - -0.027433298541970557 + - -0.1323042767769275 + - 0.025776804960678523 + - - -0.0196676883107078 + - -0.9980256435770092 + - 0.059648946337795855 + - -0.030264314265069783 + - - -0.13367942833088256 + - -0.056499813219191425 + - -0.9894127457978923 + - 0.5762549067771784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887710136981338 + - -0.013975015431031716 + - -0.148783673210697 + - 0.0643816119533524 + - - -0.024517247938068587 + - -0.9972973538020315 + - -0.06925960332696773 + - -0.032605803608634465 + - - -0.14741365955673283 + - 0.07212965439517977 + - -0.986441344395562 + - 0.573732132606873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998120761122593 + - -0.01680311914804825 + - 0.009667866723856023 + - -0.03471719300879858 + - - -0.016840424846510393 + - -0.9998510055878583 + - 0.0037903450947425355 + - 0.037548364781547196 + - - 0.009602736645497661 + - -0.003952443781345629 + - -0.9999460813649265 + - 0.5790415346768272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957714276143842 + - -0.03923349117166307 + - -0.08306622127732932 + - 0.048549982859146065 + - - -0.03777718781195752 + - -0.9991049297730467 + - 0.019032167091940295 + - 0.0352421631100108 + - - -0.08373856953537773 + - -0.015813679953713602 + - -0.9963622732211865 + - 0.5748913134446788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9874666778814727 + - -0.03006702931089747 + - -0.15493719315305002 + - 0.025727774301446973 + - - -0.01773423958410729 + - -0.9966069410576172 + - 0.08037475836450292 + - -0.03027471077277936 + - - -0.1568281123399162 + - -0.07661970232385651 + - -0.9846493611411636 + - 0.5760105048993601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877852826442218 + - -0.010909521831070634 + - -0.15543879092714338 + - 0.06439355232331502 + - - -0.026507978050952084 + - -0.9947705492061281 + - -0.0986350928006277 + - -0.032611263514408045 + - - -0.15354986972031284 + - 0.10155066107887033 + - -0.9829088974789674 + - 0.5738248200813125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997136978538842 + - -0.018924708270971154 + - 0.014641644039225412 + - -0.03467942562725349 + - - -0.019013123884501694 + - -0.9998016888647152 + - 0.005923180177571165 + - 0.03756752340633815 + - - 0.014526645981276622 + - -0.006199867750365064 + - -0.9998752613183371 + - 0.5791606575419889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956410287459303 + - -0.03876191827285359 + - -0.084831925414635 + - 0.04854697977440308 + - - -0.037643683945536535 + - -0.9991824719699799 + - 0.01474248170997863 + - 0.0352392579335473 + - - -0.08533401980894917 + - -0.011484833467191338 + - -0.9962862056976786 + - 0.5751318842543955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9979701690727135 + - -0.027336761562830075 + - 0.057517328764786435 + - -0.042790329495347876 + - - -0.030718977295964872 + - -0.9977990650577454 + - 0.05876538269916839 + - -0.02343497297592549 + - - 0.05578428161112722 + - -0.06041297242436181 + - -0.9966134590140674 + - 0.5786851245626757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9874716318867274 + - -0.031265145997606984 + - -0.15466824775858723 + - 0.025752912778161142 + - - -0.01875499264384428 + - -0.9964811702963611 + - 0.08169166111497507 + - -0.03026691397597985 + - - -0.15667809824571127 + - -0.07776739606379336 + - -0.9845832649601375 + - 0.5758867014160165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848049500224269 + - -0.01360534638210754 + - -0.1731303120806641 + - 0.06436793791174898 + - - -0.026293722390612912 + - -0.9971149383391635 + - -0.07120702144965314 + - -0.03260056116322763 + - - -0.17166202426329086 + - 0.0746772675632207 + - -0.9823214622185145 + - 0.5737150739514835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999784710278848 + - -0.019648879270482984 + - 0.006667430993569552 + - -0.034706437092925535 + - - -0.019628256431553713 + - -0.9998024021762126 + - -0.00314454323106316 + - 0.037503414048762916 + - - 0.006727900274022944 + - 0.0030129961979463217 + - -0.9999728282367546 + - 0.5789236253433439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963279944772213 + - -0.03767636577115065 + - -0.07688315084123692 + - 0.048542061145390746 + - - -0.036638762076585216 + - -0.9992180470171244 + - 0.01486255794874183 + - 0.03523822606699409 + - - -0.07738299900167545 + - -0.01199107908250114 + - -0.996929328231417 + - 0.574778651666094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991759189093853 + - -0.026907669436715877 + - 0.03038849119436111 + - -0.04276382030262935 + - - -0.029310288757955865 + - -0.9962338021129761 + - 0.08160342211236712 + - -0.023431859114670387 + - - 0.028078284215930695 + - -0.0824268697271002 + - -0.9962014962358174 + - 0.5785508156403383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902163313942801 + - -0.03052907518506126 + - -0.13616017262179922 + - 0.02575800427265084 + - - -0.019600340456255846 + - -0.9965299613089527 + - 0.08089414606493554 + - -0.030295352803858474 + - - -0.1381573150218697 + - -0.07743391880772367 + - -0.9873786226792768 + - 0.5759889546527928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887009183318685 + - -0.0113058326006997 + - -0.14947465416894243 + - 0.06435684448319892 + - - -0.027307907532291384 + - -0.9940505193099826 + - -0.1054411838218905 + - -0.032597947988483054 + - - -0.14739325722680738 + - 0.1083316353091692 + - -0.9831273999412861 + - 0.5735757987390069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997943477675102 + - -0.019538978254732352 + - 0.005430515712157891 + - -0.03467888541681332 + - - -0.019507849985782942 + - -0.9997933003827404 + - -0.005727154504596216 + - 0.037541674848800534 + - - 0.005541295973965465 + - 0.005620039016628318 + - -0.999968854115157 + - 0.5789710466350362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963581864095948 + - -0.03926449254257474 + - -0.07568793827260224 + - 0.04853495532095487 + - - -0.03728719743122696 + - -0.9989298852005117 + - 0.027363284909115087 + - 0.0352450646138736 + - - -0.07668134898596828 + - -0.0244414418287219 + - -0.9967560316541985 + - 0.5747837114461928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987435996077325 + - -0.029763275927517093 + - 0.040315873408024054 + - -0.04279454540127858 + - - -0.030718113593465077 + - -0.9992570577270704 + - 0.02327509570114128 + - -0.023460952643845012 + - - 0.039593177945806725 + - -0.02448428044073974 + - -0.9989158624586211 + - 0.5788403199698454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902694689427054 + - -0.030010127482931928 + - -0.13588881899696625 + - 0.02574859991480436 + - - -0.019047364497780966 + - -0.9965102871122071 + - 0.08126774012629602 + - -0.030260354634800635 + - - -0.1378534612754455 + - -0.07788863799043276 + - -0.9873853266513406 + - 0.5759895279606427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890827499921673 + - -0.01631772801499988 + - -0.14645492624135403 + - 0.06437088956040962 + - - -0.025625659553075233 + - -0.9977536452534079 + - -0.06189498328625911 + - -0.032609007533387184 + - - -0.14511595101987185 + - 0.06497226435922407 + - -0.9872790718047422 + - 0.5736520941593698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997943477675102 + - -0.019538978254732352 + - 0.005430515712157891 + - -0.03467888541681332 + - - -0.019507849985782942 + - -0.9997933003827404 + - -0.005727154504596216 + - 0.037541674848800534 + - - 0.005541295973965465 + - 0.005620039016628318 + - -0.999968854115157 + - 0.5789710466350362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963581864095948 + - -0.03926449254257474 + - -0.07568793827260224 + - 0.04853495532095487 + - - -0.03728719743122696 + - -0.9989298852005117 + - 0.027363284909115087 + - 0.0352450646138736 + - - -0.07668134898596828 + - -0.0244414418287219 + - -0.9967560316541985 + - 0.5747837114461928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987435996077325 + - -0.029763275927517093 + - 0.040315873408024054 + - -0.04279454540127858 + - - -0.030718113593465077 + - -0.9992570577270704 + - 0.02327509570114128 + - -0.023460952643845012 + - - 0.039593177945806725 + - -0.02448428044073974 + - -0.9989158624586211 + - 0.5788403199698454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902694689427054 + - -0.030010127482931928 + - -0.13588881899696625 + - 0.02574859991480436 + - - -0.019047364497780966 + - -0.9965102871122071 + - 0.08126774012629602 + - -0.030260354634800635 + - - -0.1378534612754455 + - -0.07788863799043276 + - -0.9873853266513406 + - 0.5759895279606427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890827499921673 + - -0.01631772801499988 + - -0.14645492624135403 + - 0.06437088956040962 + - - -0.025625659553075233 + - -0.9977536452534079 + - -0.06189498328625911 + - -0.032609007533387184 + - - -0.14511595101987185 + - 0.06497226435922407 + - -0.9872790718047422 + - 0.5736520941593698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997943477675102 + - -0.019538978254732352 + - 0.005430515712157891 + - -0.03467888541681332 + - - -0.019507849985782942 + - -0.9997933003827404 + - -0.005727154504596216 + - 0.037541674848800534 + - - 0.005541295973965465 + - 0.005620039016628318 + - -0.999968854115157 + - 0.5789710466350362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963581864095948 + - -0.03926449254257474 + - -0.07568793827260224 + - 0.04853495532095487 + - - -0.03728719743122696 + - -0.9989298852005117 + - 0.027363284909115087 + - 0.0352450646138736 + - - -0.07668134898596828 + - -0.0244414418287219 + - -0.9967560316541985 + - 0.5747837114461928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987435996077325 + - -0.029763275927517093 + - 0.040315873408024054 + - -0.04279454540127858 + - - -0.030718113593465077 + - -0.9992570577270704 + - 0.02327509570114128 + - -0.023460952643845012 + - - 0.039593177945806725 + - -0.02448428044073974 + - -0.9989158624586211 + - 0.5788403199698454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902694689427054 + - -0.030010127482931928 + - -0.13588881899696625 + - 0.02574859991480436 + - - -0.019047364497780966 + - -0.9965102871122071 + - 0.08126774012629602 + - -0.030260354634800635 + - - -0.1378534612754455 + - -0.07788863799043276 + - -0.9873853266513406 + - 0.5759895279606427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890827499921673 + - -0.01631772801499988 + - -0.14645492624135403 + - 0.06437088956040962 + - - -0.025625659553075233 + - -0.9977536452534079 + - -0.06189498328625911 + - -0.032609007533387184 + - - -0.14511595101987185 + - 0.06497226435922407 + - -0.9872790718047422 + - 0.5736520941593698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998238291253414 + - -0.0182952243144477 + - 0.004194696702279975 + - -0.03470391283759569 + - - -0.01824332003248876 + - -0.9997604170136645 + - -0.012095033974979116 + - 0.037524052150766624 + - - 0.004414973083980379 + - 0.0120163779878858 + - -0.9999180539787849 + - 0.5790472153692672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967426238669611 + - -0.03884454055316755 + - -0.0706770361292773 + - 0.04851674048350235 + - - -0.03696724238266459 + - -0.9989330785683155 + - 0.027679008881274076 + - 0.03524486966868057 + - - -0.07167680766766314 + - -0.024976112812878707 + - -0.9971151533455561 + - 0.5748109854887855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.98963877872901 + - -0.029919602534760285 + - -0.1404275792710098 + - 0.02573901676907162 + - - -0.01983898643614364 + - -0.9971606021422255 + - 0.0726439822183632 + - -0.030259626356681384 + - - -0.14220232857777076 + - -0.06910536100417482 + - -0.9874223750895781 + - 0.5759448325763719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990247481755136 + - -0.013535259146433491 + - -0.13866045448306602 + - 0.06435512037838625 + - - -0.02664775527461965 + - -0.9952953732586791 + - -0.09315050782841765 + - -0.03259039352181884 + - - -0.13674729253786166 + - 0.09593704565863494 + - -0.9859494212452579 + - 0.5735861443688535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996650791590266 + - -0.018416219696711464 + - 0.018181649046760878 + - -0.034683903897603535 + - - -0.018426288854664907 + - -0.9998301468519334 + - 0.00038642604238620884 + - 0.0375655732370014 + - - 0.018171444329540123 + - -0.0007213169374408775 + - -0.9998346254820618 + - 0.57900596262298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964717529419891 + - -0.03673367415315787 + - -0.07546312193335926 + - 0.04849608633336367 + - - -0.03623728719361423 + - -0.9993116939835804 + - 0.00793708287180232 + - 0.035218961572208156 + - - -0.07570273842845414 + - -0.005174500060484826 + - -0.9971170041392117 + - 0.574567046843791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987126874916092 + - -0.029508547674114153 + - 0.041257889638853365 + - -0.04277622593310064 + - - -0.03200514398228374 + - -0.9976109092746113 + - 0.061222091233129786 + - -0.023450519651757068 + - - 0.039352745799506275 + - -0.06246374396759222 + - -0.9972710975896131 + - 0.5788196074616394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9876963529491394 + - -0.02945034343891466 + - -0.15358577942732557 + - 0.025766098017717634 + - - -0.018676663810232558 + - -0.9972925675969544 + - 0.07112465708032807 + - -0.030295103970281224 + - - -0.15526460188944766 + - -0.06738109443460154 + - -0.9855722660022994 + - 0.5761672471972378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917077157094732 + - -0.01356307631388835 + - -0.1277961249929047 + - 0.0643725593186682 + - - -0.02635507682334159 + - -0.9947438671431718 + - -0.09894467497892104 + - -0.03258866137432585 + - - -0.12578241740376217 + - 0.10149227429687543 + - -0.9868526241187761 + - 0.5736740557463034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999787732195337 + - -0.018338420652078403 + - 0.009391106414722163 + - -0.03471513773408673 + - - -0.01818564457969207 + - -0.9997049435710914 + - -0.016103047250230193 + - 0.037494248893799514 + - - 0.009683639962654946 + - 0.015928845768273796 + - -0.9998262343975404 + - 0.5788000529254574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959874618574615 + - -0.03971327248071067 + - -0.08019870205685703 + - 0.048539513116569295 + - - -0.03756404027358665 + - -0.9988981417672524 + - 0.028132636781052545 + - 0.03526408411740304 + - - -0.0812275735268268 + - -0.025007166228965233 + - -0.9963818158397618 + - 0.5748604389384006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999051322829433 + - -0.029174557983490442 + - 0.032331092144063225 + - -0.0427707600409532 + - - -0.030242217027799844 + - -0.9989963482667515 + - 0.03304095124144634 + - -0.0234601616610491 + - - 0.031334687839571745 + - -0.033987369950676326 + - -0.998930926551898 + - 0.578780749072879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910043021790782 + - -0.032598576690551245 + - -0.12979909807201406 + - 0.02573312302704659 + - - -0.018720709289724913 + - -0.9941110863302223 + - 0.1067365123986856 + - -0.03026317124360949 + - - -0.1325141807741635 + - -0.10334641180561328 + - -0.98577863187465 + - 0.5759981404397974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891946367964538 + - -0.01417781908451905 + - -0.14592107448596447 + - 0.06436326165480535 + - - -0.02659359941184 + - -0.9961536983106495 + - -0.0834900581646575 + - -0.03258377435503522 + - - -0.14417611107064282 + - 0.08646848436292819 + - -0.9857669350351144 + - 0.5737162498275741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998459426833846 + - -0.01736207761668112 + - 0.002578596596294717 + - -0.03469507201561207 + - - -0.01738061632901476 + - -0.9998219297385432 + - 0.007350033327715978 + - 0.03753397143671336 + - - 0.002450525575803626 + - -0.007393718599411979 + - -0.9999696634646845 + - 0.5789266284048982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960028071730006 + - -0.0368224246741107 + - -0.08137884949187925 + - 0.04849276948969581 + - - -0.03625375927764108 + - -0.9993068490400615 + - 0.008454963031450645 + - 0.03521508306773372 + - - -0.08163377390358321 + - -0.005470877694098812 + - -0.9966473781912615 + - 0.5748469317712492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989484030419689 + - -0.029547637411433347 + - 0.0350574554596099 + - -0.04276355282935799 + - - -0.03076366235095509 + - -0.9989252274240754 + - 0.03466968552663702 + - -0.023471618385822682 + - - 0.03399536937079072 + - -0.0357117227134444 + - -0.9987837542342095 + - 0.5788238196477887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929467574237666 + - -0.028166293201566196 + - -0.11516682182343625 + - 0.0257769348056735 + - - -0.023366478712331093 + - -0.9988096482458012 + - 0.04281698545770184 + - -0.030310402587746126 + - - -0.11623572856146204 + - -0.03982394378238145 + - -0.9924229485997409 + - 0.5762807670804893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878918414665571 + - -0.010956186754550509 + - -0.15475681418152284 + - 0.06436484106097476 + - - -0.02518314981598262 + - -0.995598668869609 + - -0.09027236293799275 + - -0.03260804435167748 + - - -0.15308663733050235 + - 0.09307659489292851 + - -0.9838197136437027 + - 0.5737214973357162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997928119641236 + - -0.019864846170429638 + - 0.004440836801291436 + - -0.034700401686155485 + - - -0.019801984027021758 + - -0.9997089875878078 + - -0.013777574705111881 + - 0.03751212212145778 + - - 0.004713233864780389 + - 0.013686782777063805 + - -0.9998952232127877 + - 0.5790832716985065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959278150667796 + - -0.0393504144877434 + - -0.08111308190392678 + - 0.04854955617353747 + - - -0.03763700547586013 + - -0.9990371010843659 + - 0.022546096685608235 + - 0.035250329367166364 + - - -0.08192217645497717 + - -0.019401431302600188 + - -0.9964498690191546 + - 0.5749611325064803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998951618678222 + - -0.028989790205520435 + - 0.03542958656264328 + - -0.04280358915270767 + - - -0.030870706369494752 + - -0.9980771905033533 + - 0.053748686357725846 + - -0.023465881539267774 + - - 0.03380329907580558 + - -0.05478607360244627 + - -0.9979257603202849 + - 0.5786898263008962 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900905859780575 + - -0.0272962012119448 + - -0.1377517657129073 + - 0.025778705091097323 + - - -0.021432518004757796 + - -0.9988072159740283 + - 0.043872457079418115 + - -0.030295379018880186 + - - -0.13878500902331783 + - -0.0404853395392292 + - -0.9894946480667745 + - 0.5761350412385426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863804372766718 + - -0.012873939706045457 + - -0.16397528665724864 + - 0.06438451785513909 + - - -0.025859026234465288 + - -0.9966722616300253 + - -0.07730274031039516 + - -0.03262183066730159 + - - -0.16243442898624355 + - 0.08049015202952634 + - -0.9834309287927533 + - 0.5738974069124727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998118938041013 + - -0.019013124339125748 + - 0.0038312022553435346 + - -0.034675560390637884 + - - -0.01903866447667385 + - -0.9997960033469712 + - 0.006743956284524221 + - 0.037561859391233327 + - - 0.003702197023531081 + - -0.006815628678843994 + - -0.9999699200190528 + - 0.5789775913591719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961006164222345 + - -0.03707284342893462 + - -0.08005726852284101 + - 0.0485566391049967 + - - -0.036497841591309615 + - -0.9992964307995724 + - 0.008634289224393925 + - 0.0352336422132095 + - - -0.0803210403469741 + - -0.005678703314007057 + - -0.9967528694748015 + - 0.5749023949241867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991810734387057 + - -0.02899076666911062 + - 0.028226192265573432 + - -0.04276624300719334 + - - -0.03003568406035825 + - -0.9988515979893922 + - 0.03732750831577411 + - -0.023467129265983412 + - - 0.02711162416570195 + - -0.03814473282086307 + - -0.9989043693933484 + - 0.5786626808740171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9878512937405047 + - -0.03198433866011385 + - -0.1520750588876636 + - 0.025728422287972445 + - - -0.021084775571271933 + - -0.9971271318908801 + - 0.07275242323232967 + - -0.030277158167443745 + - - -0.1539651054437995 + - -0.06866210692617924 + - -0.9856877098646087 + - 0.5760641673832373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897344641144727 + - -0.012646753191158093 + - -0.14235782443462472 + - 0.06440624425405962 + - - -0.02596605647436335 + - -0.9954113931046759 + - -0.09209735277725711 + - -0.03261805977201922 + - - -0.14053986784968767 + - 0.09484839540619708 + - -0.985521348035476 + - 0.5738964423106846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997784524418935 + - -0.018887958535148065 + - -0.00928929788881889 + - -0.03472473567947421 + - - -0.01896007789249911 + - -0.9997902982049648 + - -0.007737897746646707 + - 0.037535573105081516 + - - -0.00914119681458911 + - 0.007912309245834692 + - -0.9999269142708356 + - 0.5789925155968223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963665495425836 + - -0.03688195377666211 + - -0.07676861623230137 + - 0.04851856423287966 + - - -0.036096080047358196 + - -0.9992809990880613 + - 0.011599908050559878 + - 0.03520916349607076 + - - -0.07714124679975633 + - -0.008786714242701513 + - -0.9969814550406627 + - 0.5747102696464832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999018981308371 + - -0.029123914849790357 + - 0.03335974474433144 + - -0.04278128874183977 + - - -0.030557692162700205 + - -0.9985943420369833 + - 0.043307822635349345 + - -0.02345003581608712 + - - 0.03205155901472562 + - -0.04428473366237385 + - -0.9985046619466426 + - 0.578715149685532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9942686580410377 + - -0.030592852039108047 + - -0.10243980203703704 + - 0.025765556252546843 + - - -0.02409934884135833 + - -0.9976565004705652 + - 0.06403693039370001 + - -0.030289397738994597 + - - -0.10415880674574099 + - -0.061201180323081195 + - -0.9926758577221293 + - 0.5760988376428373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901604583183086 + - -0.013873679078325644 + - -0.13924721832664622 + - 0.06436599095960732 + - - -0.026210241606972343 + - -0.9958498068534583 + - -0.08715609803584488 + - -0.03260310730574539 + - - -0.1374601397416036 + - 0.08994822521184782 + - -0.9864147336508398 + - 0.573746122981245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997826413849028 + - -0.017490589531660713 + - 0.011346773253302527 + - -0.03469681531094926 + - - -0.017408435234961096 + - -0.9998218186037404 + - -0.007299138756036692 + - 0.03752204038967189 + - - 0.011472417709317685 + - 0.0071000226580393705 + - -0.999908982512988 + - 0.5789058222594388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980135496029322 + - -0.035804343099583656 + - -0.05183631761769717 + - 0.04855091047083671 + - - -0.03553856318750453 + - -0.9993500517116913 + - 0.006040254167584951 + - 0.03522381386866119 + - - -0.052018894024414196 + - -0.004186067253231278 + - -0.9986373273142907 + - 0.5748110938958347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991758272209924 + - -0.027112461430666365 + - 0.030208951196892046 + - -0.042768763587515336 + - - -0.02908261299821652 + - -0.9973417954164029 + - 0.06680976528009507 + - -0.02340219212322833 + - - 0.028317272440006366 + - -0.06763325772692054 + - -0.9973083146804713 + - 0.578546509598199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900334851517696 + - -0.02765695193274918 + - -0.13808979429353316 + - 0.025778559680082094 + - - -0.023572084868156856 + - -0.9992373557076644 + - 0.031129789162854485 + - -0.030312885323201172 + - - -0.13884543598263901 + - -0.027564469306427128 + - -0.9899303737832508 + - 0.5762274223909547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910915044439897 + - -0.013097887907216804 + - -0.13253707085687041 + - 0.06439001961347242 + - - -0.0260304108454485 + - -0.9950099734599908 + - -0.09632014548559965 + - -0.032614076451735446 + - - -0.13061411688698224 + - 0.09891207230424358 + - -0.9864868749366691 + - 0.5737811333269586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997978252841374 + - -0.018450799747386698 + - 0.00799228038741858 + - -0.034713606110569534 + - - -0.018321681385459546 + - -0.9997051035881875 + - -0.01593806296076964 + - 0.03751578827626502 + - - 0.00828399350066053 + - 0.015788408672617604 + - -0.9998410381672018 + - 0.579171364816923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957532785560088 + - -0.03885405782636329 + - -0.08346119119318347 + - 0.04855293786619758 + - - -0.037689047638825725 + - -0.9991694563757675 + - 0.01548977513816409 + - 0.03524232727410998 + - - -0.08399371365190274 + - -0.012278421567049213 + - -0.996390634455575 + - 0.57490883373778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992580345325348 + - -0.02764186329563188 + - 0.026819914536051894 + - -0.042788232236103604 + - - -0.02900367152797118 + - -0.9982366858009268 + - 0.051790985307081996 + - -0.02341384313641678 + - - 0.025341023264128116 + - -0.05253043417607005 + - -0.9982977441751533 + - 0.5786328233404467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923877146233494 + - -0.025997985773204238 + - -0.12037744224057102 + - 0.025756667870153904 + - - -0.021888574962117394 + - -0.9991357823606019 + - 0.03533523302307789 + - -0.03030178147454432 + - - -0.12119205481702795 + - -0.03243136047722508 + - -0.9920991345157106 + - 0.5761658887486868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878657562998879 + - -0.014869337159714877 + - -0.15459673457897244 + - 0.06435851585294101 + - - -0.02580879695436726 + - -0.9972829782735015 + - -0.06899686402803094 + - -0.0325991836687761 + - - -0.1531507542580799 + - 0.07214959499792824 + - -0.9855654632807583 + - 0.5736027615181166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999806964863481 + - -0.016536385027850767 + - 0.010610418497163501 + - -0.0347133187687939 + - - -0.016564179264456618 + - -0.9998595859215516 + - 0.0025370073076728 + - 0.03753389761299642 + - - 0.010566975715370117 + - -0.002712270450178736 + - -0.9999404895358707 + - 0.5789841771603572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969441404935964 + - -0.03839059043133592 + - -0.06803339842913826 + - 0.048543395964794546 + - - -0.037541031105843635 + - -0.9992008603189745 + - 0.013722671800057026 + - 0.035229919383711686 + - - -0.06850585171351813 + - -0.011126693316319033 + - -0.9975886652207165 + - 0.5747995622623414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995091887881362 + - -0.02800400239144135 + - 0.014041274092543932 + - -0.042772992349312255 + - - -0.028810329608007827 + - -0.9977245378669723 + - 0.06095663578327372 + - -0.023408933482277187 + - - 0.012302293930797866 + - -0.06133125131771637 + - -0.9980416480166765 + - 0.5786106899796518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935583684095122 + - -0.0258213458271339 + - -0.11034050327555987 + - 0.02575342916018099 + - - -0.02168587615220955 + - -0.9990226251263532 + - 0.0385164544209577 + - -0.03028051149887844 + - - -0.11122720592975134 + - -0.0358755151227998 + - -0.9931472479324177 + - 0.5761662116763968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879393669477461 + - -0.01581063293753459 + - -0.15403191591680412 + - 0.0643654413552138 + - - -0.02544187994711373 + - -0.9978282028484777 + - -0.06075844258153519 + - -0.03260078687808227 + - - -0.15273676040705955 + - 0.0639445188135121 + - -0.9861960152698168 + - 0.5736797881660092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998249223037023 + - -0.018209739038894696 + - 0.00430466543775802 + - -0.03471362776302031 + - - -0.018136980601445134 + - -0.9997013827560164 + - -0.016376667865347045 + - 0.03753845995451927 + - - 0.004601594838583347 + - 0.016295727042523817 + - -0.9998566270246436 + - 0.5790204677604509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957159369983728 + - -0.037493299142781565 + - -0.08452233625996337 + - 0.048491115987272924 + - - -0.037494570673618784 + - -0.9992955934488149 + - 0.0015729220521887323 + - 0.035217242998931 + - - -0.08452177220961136 + - 0.0016029451553780606 + - -0.9964203433237279 + - 0.5745819212797794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9935209389903492 + - -0.02667549493550603 + - -0.11047425834863281 + - 0.025751931599226403 + - - -0.02229752184492907 + - -0.9989235351626555 + - 0.040676669206289 + - -0.030285349223460357 + - - -0.11144040697749441 + - -0.03794982039600109 + - -0.9930462460654095 + - 0.576252683236967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881566763479623 + - -0.013834287793456133 + - -0.1528234127030153 + - 0.06438912014938858 + - - -0.02635400852495074 + - -0.9964300513299293 + - -0.08020360990193257 + - -0.03260175296829564 + - - -0.1511682811426231 + - 0.08328124211298954 + - -0.9849935966738579 + - 0.5738853925487319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997966910587162 + - -0.018834246604814163 + - 0.007200534901738052 + - -0.03468447942080347 + - - -0.018766925300487576 + - -0.999780581500276 + - -0.009305448389807215 + - 0.03752239732196755 + - - 0.007374216080914705 + - 0.009168424608322439 + - -0.9999307780678586 + - 0.5789027681657575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962590309866795 + - -0.03800963975949573 + - -0.07760934520298218 + - 0.04854277819698399 + - - -0.03714759733848348 + - -0.9992313372449655 + - 0.012521608507554698 + - 0.035246555375157904 + - - -0.0780256316184636 + - -0.009591764852827261 + - -0.9969052105679599 + - 0.5749707700778743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991792569960697 + - -0.03133883884766653 + - 0.02566494824584645 + - -0.04277954076247386 + - - -0.032362352833129326 + - -0.998655869401992 + - 0.04048620293452696 + - -0.023475240686787194 + - - 0.02436166061429385 + - -0.04128355227728884 + - -0.9988504281440153 + - 0.5788169088931505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934604013131995 + - -0.032728503056356516 + - -0.10938590453210449 + - 0.02576358344656353 + - - -0.02397736874571344 + - -0.9964757472357493 + - 0.0803814092871419 + - -0.030279975707833074 + - - -0.11163116415521564 + - -0.07723296095997485 + - -0.9907439391339753 + - 0.575952831707235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872516031229488 + - -0.012595156224268707 + - -0.15866831495561376 + - 0.06435678370940616 + - - -0.027038525137313262 + - -0.9956464993420892 + - -0.0892018301731643 + - -0.03260826525173533 + - - -0.15685404135554323 + - 0.09235480706237997 + - -0.9832941570674077 + - 0.57366295333143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997966910587162 + - -0.018834246604814163 + - 0.007200534901738052 + - -0.03468447942080347 + - - -0.018766925300487576 + - -0.999780581500276 + - -0.009305448389807215 + - 0.03752239732196755 + - - 0.007374216080914705 + - 0.009168424608322439 + - -0.9999307780678586 + - 0.5789027681657575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962590309866795 + - -0.03800963975949573 + - -0.07760934520298218 + - 0.04854277819698399 + - - -0.03714759733848348 + - -0.9992313372449655 + - 0.012521608507554698 + - 0.035246555375157904 + - - -0.0780256316184636 + - -0.009591764852827261 + - -0.9969052105679599 + - 0.5749707700778743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991792569960697 + - -0.03133883884766653 + - 0.02566494824584645 + - -0.04277954076247386 + - - -0.032362352833129326 + - -0.998655869401992 + - 0.04048620293452696 + - -0.023475240686787194 + - - 0.02436166061429385 + - -0.04128355227728884 + - -0.9988504281440153 + - 0.5788169088931505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934604013131995 + - -0.032728503056356516 + - -0.10938590453210449 + - 0.02576358344656353 + - - -0.02397736874571344 + - -0.9964757472357493 + - 0.0803814092871419 + - -0.030279975707833074 + - - -0.11163116415521564 + - -0.07723296095997485 + - -0.9907439391339753 + - 0.575952831707235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872516031229488 + - -0.012595156224268707 + - -0.15866831495561376 + - 0.06435678370940616 + - - -0.027038525137313262 + - -0.9956464993420892 + - -0.0892018301731643 + - -0.03260826525173533 + - - -0.15685404135554323 + - 0.09235480706237997 + - -0.9832941570674077 + - 0.57366295333143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998035931091462 + - -0.018544791054828286 + - 0.006990417067209597 + - -0.034728218029152706 + - - -0.018401548257523652 + - -0.9996300830887881 + - -0.020026981940091945 + - 0.03754215663440976 + - - 0.007359227389257836 + - 0.019894414005833434 + - -0.9997750017196858 + - 0.5791083713673038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968836449769554 + - -0.0384218849083437 + - -0.0688967135467983 + - 0.048568971179326514 + - - -0.036544953053469185 + - -0.9989312262622027 + - 0.028299674991297097 + - 0.03526326069414626 + - - -0.06991040540419804 + - -0.02569365599488138 + - -0.9972223278977655 + - 0.5749848407391351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9897260857759466 + - -0.023939630013406075 + - -0.14095804074065768 + - 0.025750807766681323 + - - -0.02170679555819254 + - -0.9996137012039127 + - 0.017356940744557466 + - -0.030298717400168824 + - - -0.14131910755881003 + - -0.014118869651515072 + - -0.9898634084349949 + - 0.5763861416886709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910947937026315 + - -0.012072313299673516 + - -0.13260983804806062 + - 0.0643903026313036 + - - -0.02640306240135859 + - -0.9939248428892098 + - -0.10684701672714324 + - -0.032624005919479816 + - - -0.13051432178641661 + - 0.10939682782994666 + - -0.9853924831605818 + - 0.5739099325617931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999816530863551 + - -0.01831056674548093 + - 0.005623856099962675 + - -0.034739749634961 + - - -0.018248968523682314 + - -0.9997749725271485 + - -0.010815704145404859 + - 0.03753413050097324 + - - 0.005820632250490631 + - 0.010711090224555278 + - -0.9999256936324848 + - 0.5791169942272159 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964421108757588 + - -0.03880709683306897 + - -0.07481396199139982 + - 0.04853533087716647 + - - -0.03628551381002491 + - -0.998736239118597 + - 0.03477479200201774 + - 0.03527374235858165 + - - -0.07606892375342443 + - -0.03193640409673439 + - -0.9965909817635148 + - 0.5750731823887578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99892526519973 + - -0.028241647695255154 + - 0.03675219559572279 + - -0.04278310847809771 + - - -0.030015899963523114 + - -0.9983645263000316 + - 0.0486550960855583 + - -0.023426519502287236 + - - 0.03531798826418274 + - -0.049705954987025715 + - -0.9981392476722877 + - 0.5787813789819563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908200199875329 + - -0.030127361155878624 + - -0.131787822281455 + - 0.02575694657036759 + - - -0.021857119703249054 + - -0.9977260770967594 + - 0.06375689295589276 + - -0.030288308277699735 + - - -0.13340897387425985 + - -0.06029110374586438 + - -0.9892254689902209 + - 0.5760537306892689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904022022681662 + - -0.015079022830235985 + - -0.13739032285008887 + - 0.06439142623483773 + - - -0.025624507610203167 + - -0.9968306130259728 + - -0.07531343534854462 + - -0.032604260120706094 + - - -0.1358192267394461 + - 0.07811115160302012 + - -0.9876496269645174 + - 0.5738081216955299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993986405607109 + - -0.01726917964674598 + - 0.030068799106904593 + - -0.034707636399594594 + - - -0.016989245348916465 + - -0.9998101538390695 + - -0.00954053576959291 + - 0.03751873968539098 + - - 0.030227847886961656 + - 0.009023952272977507 + - -0.9995022988955543 + - 0.5791188586593172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985848029719717 + - -0.03770538571300917 + - -0.03750593501916302 + - 0.04861154930770845 + - - -0.036662775740461735 + - -0.9989323053580789 + - 0.028108542954031274 + - 0.035267239977943135 + - - -0.038525733587215255 + - -0.02669369214303662 + - -0.9989010034289384 + - 0.5751419327563541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991479025475349 + - -0.028733212811288343 + - 0.029628893269962334 + - -0.042778183822681656 + - - -0.030407207844295042 + - -0.9978714567038193 + - 0.05768845297728485 + - -0.02343708765993144 + - - 0.02790825229166896 + - -0.058540228709322434 + - -0.9978948697516615 + - 0.5786617828773781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936966996553255 + - -0.02902551463865867 + - -0.1082792158914852 + - 0.025781676160263098 + - - -0.022485971815022 + - -0.9978761999649814 + - 0.061134855974175555 + - -0.030272853134532117 + - - -0.10982372314599376 + - -0.05831474121875329 + - -0.992238953473881 + - 0.576215560912399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907026038691034 + - -0.013421934164464626 + - -0.13538169141454537 + - 0.0643753378556007 + - - -0.025098174233088 + - -0.9960722530656694 + - -0.0849125922513646 + - -0.03258814021842159 + - - -0.13371025516819557 + - 0.08752095952379477 + - -0.987148240796128 + - 0.5736868513133594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999769767911916 + - -0.01775981404388501 + - 0.012041601823690304 + - -0.03470979701041486 + - - -0.017607464380045897 + - -0.9997650500043478 + - -0.012642072136723269 + - 0.03755328442651591 + - - 0.012263293499671762 + - 0.0124271394508682 + - -0.9998475773024658 + - 0.5791054299247658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972581293247099 + - -0.03757587208754603 + - -0.06375168493962068 + - 0.048544730862837976 + - - -0.037270895735813735 + - -0.999287385124494 + - 0.005966763117597424 + - 0.035247512166348964 + - - -0.06393046086827765 + - -0.003574320622411832 + - -0.997947954757791 + - 0.5748701713200266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990403643301855 + - -0.027775942216738375 + - 0.03386513654162096 + - -0.04275074086516174 + - - -0.029186548673675913 + - -0.9986955645017584 + - 0.041896477429888786 + - -0.0234335359082468 + - - 0.03265724751918579 + - -0.042844678531720186 + - -0.998547864504243 + - 0.5788205100274147 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903575278623333 + - -0.03139281422326965 + - -0.13493130927086902 + - 0.02576103273867263 + - - -0.021438075717672617 + - -0.9969825998187593 + - 0.07460633061711713 + - -0.030289397531547173 + - - -0.13686627019076306 + - -0.07099427352801443 + - -0.9880422244065777 + - 0.5760035981609946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897311419798974 + - -0.01428892334715167 + - -0.14222550145718357 + - 0.0643893271920605 + - - -0.025952459597739244 + - -0.9964172150513233 + - -0.08049349905546545 + - -0.03260947434052502 + - - -0.14056577263329725 + - 0.08335802432245938 + - -0.9865559808470373 + - 0.5738181322391094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998048410229465 + - -0.01762845286138801 + - 0.008917259489018555 + - -0.03468637029915276 + - - -0.017621588411281888 + - -0.9998443683309156 + - -0.000847784651959037 + - 0.037542812219063165 + - - 0.008930816812814286 + - 0.0006904829227015162 + - -0.9999598810674305 + - 0.5789284515986395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959367729700487 + - -0.03792590716780221 + - -0.08167967808154562 + - 0.048516558331415216 + - - -0.03716052409341411 + - -0.9992501776536534 + - 0.010870966297703077 + - 0.03523403606742688 + - - -0.08203072409230865 + - -0.007791535448308976 + - -0.9965993439092011 + - 0.5746294093093909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989064495373497 + - -0.028501303416016446 + - 0.03706185068603738 + - -0.042788567166225866 + - - -0.030422098408626978 + - -0.9981658488307225 + - 0.05233960409155246 + - -0.02345184926325916 + - - 0.035502126712378464 + - -0.05340986736205969 + - -0.9979413735622282 + - 0.5787487781373566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992440688040612 + - -0.028229650253150797 + - -0.11943436510511211 + - 0.025760683394706302 + - - -0.021329665938180708 + - -0.9980500473068673 + - 0.05866130259145249 + - -0.030265295675257042 + - - -0.12085746179877373 + - -0.0556703683959889 + - -0.9911076046576442 + - 0.5761234524133874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903420110018427 + - -0.013415671144392717 + - -0.13799536590977055 + - 0.06437405400656938 + - - -0.026304954887164694 + - -0.9954106763474387 + - -0.09200888414669361 + - -0.0325951978922281 + - - -0.13612769958098234 + - 0.09475022523076643 + - -0.9861499096108612 + - 0.5737093801096608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997957454838023 + - -0.020056984703845978 + - -0.0024869010993015805 + - -0.034674275221925795 + - - -0.02008247549834843 + - -0.9997411984869092 + - -0.01068785412590037 + - 0.037544949386162166 + - - -0.002271891358814054 + - 0.010735614213820233 + - -0.999939790735975 + - 0.5788401742655572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970832794016616 + - -0.038327400329931295 + - -0.0659995781924168 + - 0.048552733215993515 + - - -0.03678350311578022 + - -0.9990240761054182 + - 0.024451365202121 + - 0.03525303841271962 + - - -0.06687232488974153 + - -0.02195235171149754 + - -0.9975200180538615 + - 0.5750389145028648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991139379539749 + - -0.029654687196323207 + - 0.029865339666392147 + - -0.042754067532540414 + - - -0.03108907371518274 + - -0.9983261689003976 + - 0.04876812467368794 + - -0.023451044051499215 + - - 0.02836914664970882 + - -0.04965339883577621 + - -0.9983635267288286 + - 0.5787247047303404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9886606936137972 + - -0.03261169335969828 + - -0.14658277647561013 + - 0.025745170264053648 + - - -0.018060595330126623 + - -0.9948711546736257 + - 0.09952487374866681 + - -0.030262255575369705 + - - -0.14907665075191046 + - -0.09574895850389012 + - -0.9841789924327856 + - 0.5759250527135835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911662513886198 + - -0.009624991414483761 + - -0.1322755519682395 + - 0.06440098969959351 + - - -0.025642992075520343 + - -0.9924508210940867 + - -0.11993250046208657 + - -0.032608587175526 + - - -0.13012263087428763 + - 0.12226498783357691 + - -0.9839305736099522 + - 0.5738185699460938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998040991586272 + - -0.019773355970178708 + - 0.00088187259991057 + - -0.03467707866607691 + - - -0.01977588693017235 + - -0.9998000561400171 + - 0.002960074077467202 + - 0.037502817812297376 + - - 0.0008231656764670733 + - -0.0029769340092875487 + - -0.999995230119711 + - 0.5788344989356828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975787625279572 + - -0.03775131525319559 + - -0.058407625785023 + - 0.04856108431848608 + - - -0.03692813109697172 + - -0.9992036848135479 + - 0.015109910281441279 + - 0.03524410233295297 + - - -0.05893153389208796 + - -0.012916441138416454 + - -0.9981784609284273 + - 0.5749084885822464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994743931723492 + - -0.02937223565705979 + - 0.013718934553036282 + - -0.04279848264373046 + - - -0.029974057800007874 + - -0.9984942446850279 + - 0.045943434676546505 + - -0.02343299202286688 + - - 0.012348815804203033 + - -0.046330498630842015 + - -0.9988498343819516 + - 0.5787568555941145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919188061419328 + - -0.030795621602819668 + - -0.12308010282762497 + - 0.025759606775008992 + - - -0.02147432070254972 + - -0.9968494000795519 + - 0.07635526904805495 + - -0.030300007159991576 + - - -0.12504373463843294 + - -0.07309516571656952 + - -0.9894549818847443 + - 0.5761891071341898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877838798031964 + - -0.012512716937051336 + - -0.1553268769910656 + - 0.0643679520854487 + - - -0.02696311043743242 + - -0.9954604225868069 + - -0.09127725751157896 + - -0.03259460739693804 + - - -0.15347963212258234 + - 0.09435029930079451 + - -0.9836371401819717 + - 0.5737163247155334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997075100024557 + - -0.019559458310206574 + - 0.014223995054173898 + - -0.03468844972672591 + - - -0.019480617738015658 + - -0.9997942115888144 + - -0.005660389213389697 + - 0.03752770224490572 + - - 0.014331782067669822 + - 0.005381641395804786 + - -0.9998828121128259 + - 0.5789335720498461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969021752686471 + - -0.037940993663967526 + - -0.06889509376167932 + - 0.04852296768194975 + - - -0.03673951324461791 + - -0.9991513197012095 + - 0.018623869251066714 + - 0.03524801921936206 + - - -0.06954323195817372 + - -0.016035003558560867 + - -0.9974500576719064 + - 0.5750286542931659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991535595149933 + - -0.027117364646402305 + - 0.03093239472062936 + - -0.04274936135372776 + - - -0.028890982877601418 + - -0.9978744536482366 + - 0.05841135047744885 + - -0.02342129927335433 + - - 0.029282684591493833 + - -0.059255576031857736 + - -0.9978132596293996 + - 0.5786658111441154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9897473867169528 + - -0.03133419942252411 + - -0.13934948307586895 + - 0.025756661348988793 + - - -0.022251229396908337 + - -0.9975537067185114 + - 0.06626828051553503 + - -0.03027684526359476 + - - -0.14108505688870301 + - -0.06248816014821502 + - -0.9880233987937754 + - 0.5760732479256014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988948371630221 + - -0.012560720379837048 + - -0.14772727085231746 + - 0.06437714564206186 + - - -0.026514649624220107 + - -0.9953250219275467 + - -0.09287127693874955 + - -0.0325881589887041 + - - -0.14587011895943341 + - 0.09576183492638712 + - -0.9846581027779604 + - 0.5737413169642733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998130665531305 + - -0.018115392751888757 + - 0.006757550966892589 + - -0.03473523284511449 + - - -0.018091555499559427 + - -0.9998299533710179 + - -0.00357210886106558 + - 0.037541011317877966 + - - 0.006821112023101196 + - 0.003449186506084949 + - -0.999970787344918 + - 0.5790584029983676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973264028121851 + - -0.03840071081351682 + - -0.062172595753464725 + - 0.04852915455786637 + - - -0.036420499291843426 + - -0.998802176679798 + - 0.03267658322148931 + - 0.035259751815944845 + - - -0.06335292799105595 + - -0.030324862220869803 + - -0.9975303550500335 + - 0.5747743858119471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988645849009996 + - -0.031064853538482266 + - 0.03611808280053793 + - -0.04276691159274343 + - - -0.0324700828762495 + - -0.9987117588116149 + - 0.03899380116660566 + - -0.0234839078743298 + - - 0.034860217276479456 + - -0.04012228415785838 + - -0.998586484770044 + - 0.5787714561978172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99307825594321 + - -0.03343753506048987 + - -0.11259444400977713 + - 0.02576265488789509 + - - -0.022115360941937133 + - -0.9947069109778001 + - 0.10034476599908568 + - -0.030290406231069593 + - - -0.11535375322545931 + - -0.09716013844206856 + - -0.9885612874853629 + - 0.5759297345590141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867727179322687 + - -0.01222803386919813 + - -0.16164800751093963 + - 0.06435643338159866 + - - -0.02631759776250516 + - -0.996006772805112 + - -0.08531056543218157 + - -0.03258961519907176 + - - -0.1599593298078422 + - 0.08843632576063579 + - -0.9831541227566439 + - 0.5736304354752179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998261739791283 + - -0.01792980070135255 + - 0.005113127523106448 + - -0.03473179189159897 + - - -0.01791497983220076 + - -0.9998352212698071 + - -0.0029298132992249684 + - 0.03753364848740074 + - - 0.00516481595699315 + - 0.0028377024449813444 + - -0.9999826359097265 + - 0.5790158049617574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947306340783011 + - -0.03755518931600829 + - -0.09539692543064475 + - 0.0484935450230116 + - - -0.03707175384026956 + - -0.9992892278157669 + - 0.006835513044043502 + - 0.03523912296820841 + - - -0.09558582893602836 + - -0.003262962887868477 + - -0.9954158439465414 + - 0.574884361198013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9905060886385941 + - -0.031027640300991102 + - -0.1339215214490404 + - 0.025771478370831064 + - - -0.0206597997872641 + - -0.9967295450712855 + - 0.07812417458596524 + - -0.0302698190312548 + - - -0.1359075459370216 + - -0.07461567877692013 + - -0.9879077079555741 + - 0.5760726390017078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867799676399228 + - -0.01358588283976666 + - -0.16149526077262197 + - 0.06436810206249591 + - - -0.025463504381541727 + - -0.997100635821864 + - -0.07170726593759764 + - -0.0325849148700708 + - - -0.16005282068481094 + - 0.07487152884173183 + - -0.9842648773372629 + - 0.5736717866889176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999765412455048 + - -0.018262032845612328 + - 0.01164552338597785 + - -0.03469714747898818 + - - -0.018280041773771176 + - -0.9998318664336332 + - 0.0014418517908070924 + - 0.037558893325809944 + - - 0.011617234237836534 + - -0.0016543942043084068 + - -0.9999311490540136 + - 0.578918378294762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956464067860566 + - -0.03762674990256329 + - -0.08527872152995894 + - 0.04848554557920984 + - - -0.036830623257718534 + - -0.999262181139709 + - 0.010890295421103863 + - 0.03523620226514392 + - - -0.08562556770300755 + - -0.007702015040290897 + - -0.9962976167390226 + - 0.5747528786714678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998297310861078 + - -0.02749807314856196 + - 0.051442541739851605 + - -0.042737460768914465 + - - -0.03095490345408785 + - -0.9972284695111103 + - 0.0676548117185869 + - -0.023454679196860825 + - - 0.04943959020550372 + - -0.06913201551846784 + - -0.9963816996265372 + - 0.5787111914941931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991605889041334 + - -0.029595116767010658 + - -0.1258645696059563 + - 0.025762355153173967 + - - -0.02161124681853471 + - -0.9976945533070292 + - 0.06433142554331735 + - -0.030287459679996562 + - - -0.1274782916009388 + - -0.06107133013971462 + - -0.9899593818967884 + - 0.5760542691284731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892432870199156 + - -0.01243588661144491 + - -0.14575001821687716 + - 0.06435270417346776 + - - -0.025928245840164163 + - -0.9955095036753114 + - -0.0910414969109482 + - -0.03258617244871134 + - - -0.1439633465632303 + - 0.0938412319629355 + - -0.9851235344006318 + - 0.573551476207249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998107057631733 + - -0.018496205905898875 + - 0.006036804488440426 + - -0.034712658753677045 + - - -0.018501195806927075 + - -0.9998285403555691 + - 0.0007717798687058256 + - 0.03752948220943557 + - - 0.006021494420723728 + - -0.0008833218771133534 + - -0.9999814805022154 + - 0.5789377755490466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968928032939046 + - -0.03778696008515893 + - -0.06911500841599519 + - 0.048573251752010514 + - - -0.03627491483838462 + - -0.9990770600755534 + - 0.023003447225509205 + - 0.035251370599614335 + - - -0.06992044975748099 + - -0.020424829945716802 + - -0.9973434498844418 + - 0.5752205023861644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998987696738245 + - -0.03020085392196259 + - 0.03333901900177156 + - -0.042801834466687644 + - - -0.03165100380107942 + - -0.99853609177075 + - 0.04386214073186236 + - -0.02344892057339744 + - - 0.031965539632552185 + - -0.04487295236088127 + - -0.9984811577703503 + - 0.578710802189728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911805973344456 + - -0.028294239597047167 + - -0.1294621932200916 + - 0.025761708595838827 + - - -0.019849888685863466 + - -0.997618318116143 + - 0.06605810531856286 + - -0.03027191600044013 + - - -0.1310229193190652 + - -0.06290570216398829 + - -0.9893815579685962 + - 0.5761507483336624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878952541145039 + - -0.012149738418479283 + - -0.1546458882557258 + - 0.06437465041605356 + - - -0.02542252463159744 + - -0.9961294929424283 + - -0.08414112271426333 + - -0.03259442136817283 + - - -0.1530250376225921 + - 0.08705410470864328 + - -0.9843804755855232 + - 0.5737855481069618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998107057631733 + - -0.018496205905898875 + - 0.006036804488440426 + - -0.034712658753677045 + - - -0.018501195806927075 + - -0.9998285403555691 + - 0.0007717798687058256 + - 0.03752948220943557 + - - 0.006021494420723728 + - -0.0008833218771133534 + - -0.9999814805022154 + - 0.5789377755490466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968928032939046 + - -0.03778696008515893 + - -0.06911500841599519 + - 0.048573251752010514 + - - -0.03627491483838462 + - -0.9990770600755534 + - 0.023003447225509205 + - 0.035251370599614335 + - - -0.06992044975748099 + - -0.020424829945716802 + - -0.9973434498844418 + - 0.5752205023861644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998987696738245 + - -0.03020085392196259 + - 0.03333901900177156 + - -0.042801834466687644 + - - -0.03165100380107942 + - -0.99853609177075 + - 0.04386214073186236 + - -0.02344892057339744 + - - 0.031965539632552185 + - -0.04487295236088127 + - -0.9984811577703503 + - 0.578710802189728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911805973344456 + - -0.028294239597047167 + - -0.1294621932200916 + - 0.025761708595838827 + - - -0.019849888685863466 + - -0.997618318116143 + - 0.06605810531856286 + - -0.03027191600044013 + - - -0.1310229193190652 + - -0.06290570216398829 + - -0.9893815579685962 + - 0.5761507483336624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878952541145039 + - -0.012149738418479283 + - -0.1546458882557258 + - 0.06437465041605356 + - - -0.02542252463159744 + - -0.9961294929424283 + - -0.08414112271426333 + - -0.03259442136817283 + - - -0.1530250376225921 + - 0.08705410470864328 + - -0.9843804755855232 + - 0.5737855481069618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998144783557834 + - -0.017665634710616017 + - 0.007676862668030226 + - -0.03473741898950234 + - - -0.01771348532293903 + - -0.9998238158452827 + - 0.006210451376014806 + - 0.03753517669557367 + - - 0.007565798561073452 + - -0.006345283197060572 + - -0.9999512468482071 + - 0.5790622828149408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950807140935889 + - -0.04016716813105068 + - -0.09055921291246417 + - 0.04851528833014661 + - - -0.037997479714626976 + - -0.9989509513471861 + - 0.02555754952822958 + - 0.035241634795457444 + - - -0.09149078628107653 + - -0.021990802779419016 + - -0.9955630771672817 + - 0.5747942964415429 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9975902312946042 + - -0.031728465897949296 + - 0.061701174035351664 + - -0.04278763637106658 + - - -0.0345415510507823 + - -0.9983863588250321 + - 0.04507282732534536 + - -0.023476195006616858 + - - 0.060171518815667985 + - -0.047095466489428334 + - -0.9970764290462185 + - 0.5788199097760955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911691926079443 + - -0.029427222595396804 + - -0.12929682979577117 + - 0.025754420341629496 + - - -0.020257629416084298 + - -0.9972226349203674 + - 0.07167039034998557 + - -0.030264874840489762 + - - -0.13104678582611728 + - -0.06841823567441416 + - -0.9890124796744696 + - 0.5761142171096185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910830646493468 + - -0.013790623994923347 + - -0.13252991230318253 + - 0.06439647403003672 + - - -0.026682760539044906 + - -0.9950236597115323 + - -0.09599972345942212 + - -0.032617300607857 + - - -0.13054650227131556 + - 0.09867996404590032 + - -0.9865190699832548 + - 0.573874914012326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996967316578843 + - -0.01824188639349555 + - 0.01654322499849917 + - -0.03469754539258605 + - - -0.017982714644927813 + - -0.999715306817807 + - -0.01568206900177081 + - 0.03752928962701017 + - - 0.016824585776275883 + - 0.01537982103224885 + - -0.99974016345172 + - 0.5790766215853886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965665406837785 + - -0.038288326627430105 + - -0.07341072151694245 + - 0.0485227456731129 + - - -0.0372603026497873 + - -0.9991881087453605 + - 0.015322962778641957 + - 0.0352287035445929 + - - -0.07393781059791468 + - -0.012535046307876984 + - -0.9971840716628229 + - 0.5747888865866875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985646907421427 + - -0.027031648167210032 + - 0.04623687273608611 + - -0.04276842254894096 + - - -0.029869783191777213 + - -0.9976393023276563 + - 0.06183541463647469 + - -0.023428692504041938 + - - 0.04445620828551482 + - -0.0631277470574762 + - -0.9970148108710941 + - 0.5786057412148631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899129932685611 + - -0.028028683557063613 + - -0.1388764150463845 + - 0.025754092830760626 + - - -0.02122471098231112 + - -0.9985119070335435 + - 0.05023428267581301 + - -0.030275571622560254 + - - -0.14007775484278376 + - -0.04677995735669409 + - -0.9890348114135876 + - 0.5760184120655436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871280714900089 + - -0.0098319325316707 + - -0.15962926918052495 + - 0.06437094448841224 + - - -0.026361338403240196 + - -0.9944592029989126 + - -0.10176430321265637 + - -0.03261713546126646 + - - -0.15774425604124442 + - 0.10466244156076374 + - -0.981917778132433 + - 0.5737512859527085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997692599340553 + - -0.018384823243057544 + - 0.011109687899890688 + - -0.03469833549554856 + - - -0.01814776441414365 + - -0.9996131805553469 + - -0.021074816886344168 + - 0.037528139824822365 + - - 0.01149284723992222 + - 0.02086833808298416 + - -0.999716173185157 + - 0.5790852763149346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962608670546595 + - -0.03841730387795003 + - -0.07738472419184125 + - 0.04852771855186023 + - - -0.03606284743988522 + - -0.998849892588375 + - 0.031596884509710196 + - 0.035252673654435476 + - - -0.07850959056080767 + - -0.028688026055161853 + - -0.9965004974163502 + - 0.5751217140496768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986512618389318 + - -0.031276500519780384 + - 0.0414419804394721 + - -0.042780267711661685 + - - -0.03292027546027923 + - -0.9986733939747116 + - 0.03959428785380382 + - -0.023467619455643605 + - - 0.040148632493881384 + - -0.040905166938502 + - -0.998356076070359 + - 0.5786797934620331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928420171516231 + - -0.03132106382110571 + - -0.11525502131972525 + - 0.025740264912086176 + - - -0.024870377731375796 + - -0.9980650685492076 + - 0.056987571042858474 + - -0.030294325276898744 + - - -0.11681692210375509 + - -0.05371321907110369 + - -0.9916999025951477 + - 0.5760057499233697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908888086420433 + - -0.01295394287780011 + - -0.13405806306175982 + - 0.06440554939296728 + - - -0.026126055703255723 + - -0.9949443783602764 + - -0.09696965083300171 + - -0.03262480459921213 + - - -0.13212417689939437 + - 0.09958855021137009 + - -0.9862176851717149 + - 0.5739569023234619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997208260804559 + - -0.020674884130628544 + - 0.01143761632491789 + - -0.03469003137073405 + - - -0.02054305986915528 + - -0.9997225357289232 + - -0.011525374047935558 + - 0.03752110250884894 + - - 0.011672728568044658 + - 0.011287192827165166 + - -0.9998681646526505 + - 0.5789592013786562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973788363321875 + - -0.038166217424456673 + - -0.06147191785002816 + - 0.04853366231386431 + - - -0.03639522096085119 + - -0.998896730628742 + - 0.029676748986741597 + - 0.03526229086936386 + - - -0.06253674702015072 + - -0.027361677337479694 + - -0.9976675267269243 + - 0.5749415154304055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987266616902916 + - -0.027068475067276613 + - 0.04257173811929801 + - -0.042769077524258875 + - - -0.029855640430734794 + - -0.9973557528760543 + - 0.06625815375868913 + - -0.023407019686809027 + - - 0.04066566074019382 + - -0.06744479121897881 + - -0.996893928246126 + - 0.5786487773536413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912552215294834 + - -0.02922694851108203 + - -0.1286812778583792 + - 0.02573248404815612 + - - -0.019167122788404153 + - -0.9967115446651169 + - 0.0787319384703042 + - -0.030278299584962448 + - - -0.13055920953555547 + - -0.07557699525654675 + - -0.9885557195188563 + - 0.5760287483646677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870533596715443 + - -0.012122947143334565 + - -0.15993342150306478 + - 0.06438662020463772 + - - -0.026874946136969387 + - -0.9955427920193637 + - -0.09040069982265662 + - -0.03260645942961041 + - - -0.15812464207470023 + - 0.09352851656500809 + - -0.9829796611110008 + - 0.5738020739511589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997011764987626 + - -0.017268401247368177 + - 0.01730202373567596 + - -0.034690155823940125 + - - -0.017141767734708678 + - -0.9998253820712873 + - -0.007440777172668821 + - 0.03751361449368687 + - - 0.017427492817938605 + - 0.007141966421364783 + - -0.9998226216733228 + - 0.579026642117767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963390588294728 + - -0.03823848472331709 + - -0.07646108903792175 + - 0.0485299366235525 + - - -0.03606505803568366 + - -0.9989107658226906 + - 0.029607321939160162 + - 0.035249940127346835 + - - -0.07750994413417624 + - -0.02674135766169981 + - -0.9966328854451504 + - 0.5750918011631595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988137259478275 + - -0.0267786753579933 + - 0.04066993243527194 + - -0.042741619279881383 + - - -0.02939007237858687 + - -0.9974503420858722 + - 0.06503105964351129 + - -0.023434888179308878 + - - 0.038824792385791417 + - -0.06614920724277577 + - -0.9970541198336992 + - 0.57860841304265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912832697504038 + - -0.02912664394570091 + - -0.12848781158307723 + - 0.025780212604731324 + - - -0.021363247917030894 + - -0.9978851327435168 + - 0.06139115154394066 + - -0.030271749267796584 + - - -0.1300041951299398 + - -0.05811110446305402 + - -0.9898090769369122 + - 0.576052965260266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857813077141266 + - -0.0091805323206113 + - -0.16778239236504144 + - 0.06436539251648166 + - - -0.02616044273684677 + - -0.994716179568015 + - -0.0992741322874393 + - -0.03259931857839222 + - - -0.1659844709520703 + - 0.10225184561621393 + - -0.9808127830890249 + - 0.5736431915113271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998537311990119 + - -0.017103079624769868 + - 2.9576388879253048e-05 + - -0.034729422359721436 + - - -0.0171030645713839 + - -0.9998536303663262 + - -0.00045058356227783985 + - 0.03751835033311042 + - - 3.727842633729772e-05 + - 0.0004500118090716503 + - -0.9999998980498409 + - 0.5790183793245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978294581596733 + - -0.03992933254485549 + - -0.05236430875410271 + - 0.0485862962601108 + - - -0.037449719172073195 + - -0.9981685346548361 + - 0.04750889347216722 + - 0.03530329282228672 + - - -0.0541654037435844 + - -0.045444744773617374 + - -0.9974973103772035 + - 0.5753439482608435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9981637308985079 + - -0.03017701932633571 + - 0.05252155579711237 + - -0.04277590473732968 + - - -0.032294615612603335 + - -0.9986797319450615 + - 0.039948101388855094 + - -0.02345815587067088 + - - 0.05124669863713587 + - -0.04157090938045511 + - -0.9978204424504824 + - 0.5787441766516644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992307426120003 + - -0.02727942566832929 + - -0.12075514482746001 + - 0.025762434804490773 + - - -0.022670483734103408 + - -0.9989671566152584 + - 0.03937853693686528 + - -0.030301010012856736 + - - -0.1217046475462482 + - -0.03633803708557202 + - -0.9919009657351945 + - 0.576051821296822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842934929073794 + - -0.0095353683139589 + - -0.1762821504614342 + - 0.06435054081742694 + - - -0.02627335560467477 + - -0.9953323286702458 + - -0.0928615436504055 + - -0.03260091432785578 + - - -0.17457385430086853 + - 0.09603453678225876 + - -0.9799496605130062 + - 0.5735671998333363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998258363479419 + - -0.017873726632357666 + - 0.005369065785622957 + - -0.03471949742864759 + - - -0.017880825110977765 + - -0.9998393097416316 + - 0.0012770233856829053 + - 0.03755208914276896 + - - 0.005345377862155845 + - -0.0013728043009483496 + - -0.9999847710559703 + - 0.5789251986332733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971984538920611 + - -0.03973371656824916 + - -0.06337566822493496 + - 0.04857147691555955 + - - -0.037008592921561986 + - -0.9983629628674983 + - 0.0436091552818522 + - 0.03529112412038343 + - - -0.06500467371850349 + - -0.04114153791613324 + - -0.9970364919363014 + - 0.5749367779208162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9980803402429752 + - -0.027252818155626128 + - 0.055614011930836565 + - -0.04276000155502664 + - - -0.030724540736892916 + - -0.9975683960573934 + - 0.0625563568631244 + - -0.023445334916907385 + - - 0.05377394366209219 + - -0.06414498491741923 + - -0.9964907344742199 + - 0.5786117015688215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9872567546711438 + - -0.029549118411500472 + - -0.15636799531011492 + - 0.025731490074375526 + - - -0.01887461930629457 + - -0.9974162396288891 + - 0.0693151763368597 + - -0.030247816108291095 + - - -0.15801218023381441 + - -0.0654804896566193 + - -0.9852636481531667 + - 0.5759981711747704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850519888458974 + - -0.008446055966958242 + - -0.17205011888791297 + - 0.06435791407773783 + - - -0.026940008244235897 + - -0.9940604033154482 + - -0.10544264088180515 + - -0.032587453494636945 + - - -0.17013763612599794 + - 0.10850151473104803 + - -0.9794287141362183 + - 0.5735977626994877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997918387371871 + - -0.017572853126893474 + - 0.01036696809559318 + - -0.03469061360878003 + - - -0.017662438624277944 + - -0.9998068990472062 + - 0.008614109324418102 + - 0.03755571455187398 + - - 0.010213591746199336 + - -0.008795422138251383 + - -0.9999091574203387 + - 0.5790288616602164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996116778663464 + - -0.03910499784328312 + - -0.07888068463698977 + - 0.04851606897851983 + - - -0.036855188458074915 + - -0.9988768162223972 + - 0.029779205784027346 + - 0.03525178950236808 + - - -0.07995660290959836 + - -0.026756404038743485 + - -0.9964391785222382 + - 0.5748299257034959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986104963805912 + - -0.028761179641023114 + - 0.04415734439667131 + - -0.042796936726126104 + - - -0.03052757000811286 + - -0.9987387050271294 + - 0.039863097598311706 + - -0.023467541304464372 + - - 0.04295513924909579 + - -0.041155724102359736 + - -0.9982289629066576 + - 0.5786497190526156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911930195372378 + - -0.029351696374747684 + - -0.12913123534055435 + - 0.02576060606451026 + - - -0.022869351888186357 + - -0.9984162923910784 + - 0.05139941470743989 + - -0.030298903889446213 + - - -0.13043538923492856 + - -0.0479935934055547 + - -0.990294513883196 + - 0.576098429311939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851691031646702 + - -0.009971038258760659 + - -0.17129628298874894 + - 0.06435385341584492 + - - -0.027110667152008265 + - -0.9948158037781805 + - -0.0980128985376212 + - -0.032601165819475614 + - - -0.1694309590844963 + - 0.10120323586336229 + - -0.9803321147215839 + - 0.5735972802396708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997689064825737 + - -0.01802023463984706 + - 0.011721978252997051 + - -0.03473608094469269 + - - -0.018027207792729573 + - -0.9998373768704939 + - 0.0004894812848180927 + - 0.037538236453437845 + - - 0.011711251420605306 + - -0.0007006827065749047 + - -0.9999311754485448 + - 0.5791446225341045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968515515187764 + - -0.03795306508045376 + - -0.06961716085569136 + - 0.048557365567757936 + - - -0.03663028146961714 + - -0.9991251028010317 + - 0.020180471557544565 + - 0.03525254304318699 + - - -0.07032216374703631 + - -0.017566838185259254 + - -0.9973696403450971 + - 0.5750425241959624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983753344156198 + - -0.029213040460980198 + - 0.048921262223338015 + - -0.042795237594857816 + - - -0.03177085760445641 + - -0.9981232877552746 + - 0.05234992882209476 + - -0.02346125367989265 + - - 0.04730015050268677 + - -0.053819148150320684 + - -0.9974297945493692 + - 0.5787303895018515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916504599179446 + - -0.03032806966393076 + - -0.12533783760297063 + - 0.0257696695207429 + - - -0.0214194715843652 + - -0.9971873761118525 + - 0.07182299882493044 + - -0.03025933166624982 + - - -0.12716356231867465 + - -0.06853863956644567 + - -0.9895109313720623 + - 0.5758722662819913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982592791234357 + - -0.009371775255717453 + - -0.18553591685393833 + - 0.06435508788389008 + - - -0.026012581722408258 + - -0.9958282864276876 + - -0.08746067426352325 + - -0.03259416630822097 + - - -0.18394225236853612 + - 0.09076449624743921 + - -0.9787374796208318 + - 0.5736300637218419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998072498857546 + - -0.018925496625489716 + - 0.005223854263163286 + - -0.03468110415975453 + - - -0.018850505444285577 + - -0.9997235942123961 + - -0.014049683965935558 + - 0.03753488655996757 + - - 0.005488307606097861 + - 0.013948503594518099 + - -0.9998876525525724 + - 0.579016990931763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951558778131417 + - -0.03956287972802171 + - -0.08999754108630544 + - 0.04852776966257662 + - - -0.03673146389624908 + - -0.9987833471258823 + - 0.03290326828839709 + - 0.03527295445987935 + - - -0.09118979336523193 + - -0.0294381394052983 + - -0.9953983210425669 + - 0.5752966612728971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999106944995569 + - -0.027516324665890508 + - 0.03206500176988221 + - -0.042737688831744836 + - - -0.02930868715831612 + - -0.9979531262947876 + - 0.05683800291631679 + - -0.023463178028742662 + - - 0.03043539581929565 + - -0.05772702655897483 + - -0.9978683666125416 + - 0.5787275152793006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9886273060597399 + - -0.03156994213434133 + - -0.14703533067496316 + - 0.02575802427047295 + - - -0.020058475820275097 + - -0.9966628448935929 + - 0.07912541409924409 + - -0.030264429371624622 + - - -0.14904263571484794 + - -0.07527624035672714 + - -0.9859613483179382 + - 0.5759556823514094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887932503697844 + - -0.011748692132747162 + - -0.14882834493579092 + - 0.06437102030342555 + - - -0.025152022074585414 + - -0.9957585798800204 + - -0.0884998665585678 + - -0.032608386789402186 + - - -0.1471573437131712 + - 0.09125140452888746 + - -0.9848948661470364 + - 0.5736327808234132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997959457837293 + - -0.02018555667222292 + - 0.0007810865833500397 + - -0.0346895150326846 + - - -0.020176978060640966 + - -0.999748769674181 + - -0.00976151070797325 + - 0.037550185915531255 + - - 0.0009779318783155167 + - 0.009743758863700401 + - -0.9999520502566349 + - 0.5790021348190395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955971701440229 + - -0.03851609801721399 + - -0.08545633384800568 + - 0.04856634632950501 + - - -0.03761963356184227 + - -0.9992191545606154 + - 0.012076602578629938 + - 0.03526600642410325 + - - -0.08585474926808735 + - -0.008808595387337546 + - -0.9962687241278912 + - 0.5750623578864622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990265144533189 + - -0.028915746892245256 + - 0.033315206751817254 + - -0.04276537648278336 + - - -0.030405613150760707 + - -0.9985188632472737 + - 0.04511738498960001 + - -0.02342279231134315 + - - 0.03196125948987318 + - -0.04608643315594195 + - -0.9984260205797849 + - 0.5786428437298969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923146112917532 + - -0.028977816334183927 + - -0.1202996191905816 + - 0.02578312335131501 + - - -0.02333503526327091 + - -0.9985721784613396 + - 0.04805289306833635 + - -0.030290597456784113 + - - -0.12152032071286906 + - -0.04487639205058008 + - -0.9915739614826342 + - 0.5761308012478245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854725170328702 + - -0.013370944978908332 + - -0.16930781435973458 + - 0.06435253238896343 + - - -0.025183574790158272 + - -0.997379944596728 + - -0.06781617562954002 + - -0.032574314445839546 + - - -0.1679574521528826 + - 0.07109475329867261 + - -0.9832272526327335 + - 0.5735967577689949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998315974903413 + - -0.01791815254994208 + - 0.003964400220583767 + - -0.03473005459611969 + - - -0.01794396701085214 + - -0.9998173767068949 + - 0.00657474583971052 + - 0.03755701225210027 + - - 0.0038458689298272665 + - -0.006644775702786715 + - -0.9999705276897087 + - 0.5791266903365941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9945045604821414 + - -0.037782462698818235 + - -0.09763792650725016 + - 0.04852068196630508 + - - -0.037493698737417834 + - -0.9992853778764089 + - 0.004791254260705958 + - 0.035238392056069504 + - - -0.09774917767025217 + - -0.0011041172108925863 + - -0.9952104697951959 + - 0.5750612542569833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982257103391996 + - -0.032012341907251426 + - 0.05020598752552998 + - -0.04277503776405486 + - - -0.03377312361789567 + - -0.9988295968363362 + - 0.03462387333695351 + - -0.023498690030281794 + - - 0.04903883500747929 + - -0.03625805357953315 + - -0.9981385405902999 + - 0.5786918081828133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.987960713718915 + - -0.03106785114350438 + - -0.15155334629541203 + - 0.025765680251197003 + - - -0.01799609333105257 + - -0.9960568265337952 + - 0.0868731197796256 + - -0.030278896986026184 + - - -0.15365470631527064 + - -0.08309986125590214 + - -0.9846241131956996 + - 0.5758489372125555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985345732571935 + - -0.009921164939773831 + - -0.1702802331115228 + - 0.06435536743767231 + - - -0.027061107314283336 + - -0.9947557700595546 + - -0.09863394144079986 + - -0.03260607735055746 + - - -0.1684086808130792 + - 0.10179650494717436 + - -0.9804468306886092 + - 0.5736345114941133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998315974903413 + - -0.01791815254994208 + - 0.003964400220583767 + - -0.03473005459611969 + - - -0.01794396701085214 + - -0.9998173767068949 + - 0.00657474583971052 + - 0.03755701225210027 + - - 0.0038458689298272665 + - -0.006644775702786715 + - -0.9999705276897087 + - 0.5791266903365941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9945045604821414 + - -0.037782462698818235 + - -0.09763792650725016 + - 0.04852068196630508 + - - -0.037493698737417834 + - -0.9992853778764089 + - 0.004791254260705958 + - 0.035238392056069504 + - - -0.09774917767025217 + - -0.0011041172108925863 + - -0.9952104697951959 + - 0.5750612542569833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982257103391996 + - -0.032012341907251426 + - 0.05020598752552998 + - -0.04277503776405486 + - - -0.03377312361789567 + - -0.9988295968363362 + - 0.03462387333695351 + - -0.023498690030281794 + - - 0.04903883500747929 + - -0.03625805357953315 + - -0.9981385405902999 + - 0.5786918081828133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.987960713718915 + - -0.03106785114350438 + - -0.15155334629541203 + - 0.025765680251197003 + - - -0.01799609333105257 + - -0.9960568265337952 + - 0.0868731197796256 + - -0.030278896986026184 + - - -0.15365470631527064 + - -0.08309986125590214 + - -0.9846241131956996 + - 0.5758489372125555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985345732571935 + - -0.009921164939773831 + - -0.1702802331115228 + - 0.06435536743767231 + - - -0.027061107314283336 + - -0.9947557700595546 + - -0.09863394144079986 + - -0.03260607735055746 + - - -0.1684086808130792 + - 0.10179650494717436 + - -0.9804468306886092 + - 0.5736345114941133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998161709004791 + - -0.018455445739728 + - 0.005198165873829509 + - -0.03468653732846353 + - - -0.018449205523204597 + - -0.9998290226912981 + - -0.0012458730781816083 + - 0.03754050559526537 + - - 0.005220270248411182 + - 0.0011497420199055397 + - -0.9999857133338567 + - 0.5789911131238765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951329124979997 + - -0.038009014020297716 + - -0.09091645239698402 + - 0.048514739770839595 + - - -0.03747768114818277 + - -0.9992689818221611 + - 0.007544891242230145 + - 0.03521929303595826 + - - -0.09113676469462474 + - -0.004100831782303032 + - -0.9958299419578075 + - 0.5748859527492766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991702523815489 + - -0.029153304067550755 + - 0.028441019984112578 + - -0.0427958774606284 + - - -0.030397723924024955 + - -0.9985534670597934 + - 0.04435033036072917 + - -0.02344037312059118 + - - 0.02710692044534981 + - -0.04517807305332957 + - -0.9986111137871231 + - 0.578905349565128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9877095084386708 + - -0.030903018810304363 + - -0.1532153072256469 + - 0.025744796942347138 + - - -0.020708922471432037 + - -0.99749147616067 + - 0.06768970022743744 + - -0.03027858840448345 + - - -0.1549227790543134 + - -0.06368483661923065 + - -0.9858717838110953 + - 0.5759344459654694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870876180637779 + - -0.01584963112226513 + - -0.159395180160711 + - 0.06439247725504425 + - - -0.027098815335811217 + - -0.9972726873729746 + - -0.06865013639666867 + - -0.03259579527936321 + - - -0.1578723803347913 + - 0.07208312016813462 + - -0.9848250277659751 + - 0.5738841415093978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997772798390342 + - -0.01882702070124343 + - 0.00953593252788124 + - -0.03470696425163373 + - - -0.018740064739082005 + - -0.9997827258472152 + - -0.00912748985689735 + - 0.037565716707909896 + - - 0.009705704056706423 + - 0.008946752987967196 + - -0.9999128736643691 + - 0.5791493433462673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971613813488376 + - -0.03811342042836712 + - -0.06493494228632601 + - 0.04855995584548198 + - - -0.03662928281288692 + - -0.9990431947756682 + - 0.023895409873880395 + - 0.03524113875337183 + - - -0.0657835479971361 + - -0.021449059552290903 + - -0.9976033593854983 + - 0.5749766571151049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989356943935886 + - -0.029422557696211618 + - 0.035521705547624224 + - -0.04279763348774912 + - - -0.03127107368712613 + - -0.9981229244844628 + - 0.05265688529564294 + - -0.02346972682874665 + - - 0.033905728378156794 + - -0.05371164414907878 + - -0.9979806916298282 + - 0.578818327031424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9867777540531119 + - -0.029560538932120562 + - -0.15936071863523577 + - 0.02575536806860509 + - - -0.02073953692199564 + - -0.9981738691158405 + - 0.05673445710125388 + - -0.030268987805050915 + - - -0.16074680623314846 + - -0.052679232647746696 + - -0.9855888406092508 + - 0.5759999426091503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861063675775534 + - -0.009802283508533603 + - -0.16582565260242885 + - 0.06438402739956117 + - - -0.02606809861089911 + - -0.9950206004935909 + - -0.09620009785955164 + - -0.03259610476024599 + - - -0.16405695979694226 + - 0.09918628852514444 + - -0.9814516769106834 + - 0.5737996600434033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998294099310948 + - -0.01752344062352197 + - 0.005837813422218243 + - -0.03471824308179212 + - - -0.017535853253746868 + - -0.9998440676442386 + - 0.002081885512347144 + - 0.03753197860549375 + - - 0.005800421321058235 + - -0.0021839014028489133 + - -0.9999807926591197 + - 0.5790710312986048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966307054180966 + - -0.03948852714560588 + - -0.0718880604947571 + - 0.048562318433388776 + - - -0.03717612012365138 + - -0.9987562127167492 + - 0.03322594847776564 + - 0.03527078815679392 + - - -0.07311069080769891 + - -0.03044148129717149 + - -0.9968591390492714 + - 0.5749721516398317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999044989206424 + - -0.029638558735052816 + - 0.03210397759849706 + - -0.04275397930499534 + - - -0.030948244055479236 + - -0.998675742874064 + - 0.041097041071332864 + - -0.02345023837535226 + - - 0.030843406611761787 + - -0.04205135468739563 + - -0.9986392581095219 + - 0.578934020917679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9942634887740882 + - -0.0298835542624706 + - -0.10269901691555029 + - 0.025776631512714646 + - - -0.023939730145085464 + - -0.9979927333120063 + - 0.05862928941246861 + - -0.03029349954735721 + - - -0.10424492415153362 + - -0.05583437508446291 + - -0.9929831410188031 + - 0.5760902605169745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880910169707843 + - -0.008993489830001136 + - -0.1536074845908199 + - 0.06435603292105656 + - - -0.027074147017452414 + - -0.9928772419640252 + - -0.11602488075059052 + - -0.0326063728653946 + - - -0.15146990706050717 + - 0.11880193403555787 + - -0.9812965748052385 + - 0.5736869837792081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997844502166661 + - -0.01892074192718476 + - 0.008547434111106679 + - -0.03468257426002516 + - - -0.01878314425724262 + - -0.9996971244124647 + - -0.015901350045237628 + - 0.037549431153090694 + - - 0.008845710642478126 + - 0.015737374824742467 + - -0.9998370309389704 + - 0.5789225288649017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955110447457132 + - -0.03929376499135198 + - -0.08610319286822764 + - 0.04851379539746081 + - - -0.03744246484431406 + - -0.9990337867567005 + - 0.023012056512850203 + - 0.035259238771729685 + - - -0.0869242291635716 + - -0.019684840648903093 + - -0.9960204242047184 + - 0.5748499366928583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984788120994633 + - -0.029289504236947993 + - 0.04671388155568503 + - -0.0427908673042232 + - - -0.030687876743641863 + - -0.9990934758872329 + - 0.029503909241563243 + - -0.02344110950277601 + - - 0.045807379420916554 + - -0.030892578091204388 + - -0.9984724996761138 + - 0.5788750573786555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9878388393669638 + - -0.031851041458765925 + - -0.15218389729574514 + - 0.025741532841009752 + - - -0.019327170676029404 + - -0.9963557738291021 + - 0.08307606412842809 + - -0.030261667182062277 + - - -0.15427536391721638 + - -0.07912447861062367 + - -0.9848545217303961 + - 0.5757644491515375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885569618260369 + - -0.012793331342053897 + - -0.1503045704509607 + - 0.0643697646363575 + - - -0.025357761646127075 + - -0.99631161408561 + - -0.08197653055860014 + - -0.03258305110340954 + - - -0.14870143627273272 + - 0.084849857461868 + - -0.9852351924992973 + - 0.5736221770205276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998350485052059 + - -0.01815168661674769 + - -0.0006261418049252849 + - -0.03473844893014046 + - - -0.018157573991020585 + - -0.9997721215336178 + - -0.01122530671875998 + - 0.037522744813331746 + - - -0.0004222408709552372 + - 0.011234824303789002 + - -0.9999367982205228 + - 0.5791122469797636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959325036673438 + - -0.038171566239207026 + - -0.08161727555941864 + - 0.04857588307805123 + - - -0.036798837853084666 + - -0.9991558851655177 + - 0.01825822203208658 + - 0.03525696483694464 + - - -0.08224532613807686 + - -0.01518053589160867 + - -0.99649649154349 + - 0.5750618473326262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990786893229155 + - -0.03026045800924281 + - 0.030431516917103142 + - -0.0427897554338169 + - - -0.031713580552484966 + - -0.9983215560438333 + - 0.04845946292273761 + - -0.023454192342611552 + - - 0.02891403377853269 + - -0.04937990906522597 + - -0.9983614592077178 + - 0.5787602090364501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925639692737684 + - -0.02847658657208505 + - -0.11834631771501919 + - 0.025778324503824997 + - - -0.02318143388967244 + - -0.9986778903267829 + - 0.045881286983532894 + - -0.030302803421848715 + - - -0.11949639334440376 + - -0.04279667498356741 + - -0.9919118189577291 + - 0.5762985739081914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876301500548414 + - -0.013555146410716892 + - -0.15621441901577277 + - 0.06436839609185463 + - - -0.02603255447724921 + - -0.99660505418283 + - -0.078106799221497 + - -0.032584057114114544 + - - -0.15462533042823368 + - 0.0812072902085904 + - -0.9846300742953857 + - 0.5736395866671855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997611280873867 + - -0.018011763440780024 + - 0.01237994924017728 + - -0.03471292524563253 + - - -0.017715453444264007 + - -0.9995635267963724 + - -0.023641459507865364 + - 0.03755348996312205 + - - 0.012800370100122123 + - 0.023416495812809038 + - -0.9996438457016323 + - 0.579119227631243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996361979111756 + - -0.039051355131868054 + - -0.0757482557084291 + - 0.04854945014167693 + - - -0.036772221824847545 + - -0.9988348275602855 + - 0.031253655061126824 + - 0.03526938530871749 + - - -0.07688049351148211 + - -0.02835452194942484 + - -0.9966370506871854 + - 0.5749490273033714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999445209392267 + - -0.0285843973459827 + - 0.01709402384503124 + - -0.04278671457634075 + - - -0.02911166081660079 + - -0.9990817360380366 + - 0.03143558365486831 + - -0.023431937430384756 + - - 0.01617975980497577 + - -0.031915778912475413 + - -0.9993595941547084 + - 0.5787815575747883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913464983564823 + - -0.02655146246158122 + - -0.12855792483348719 + - 0.02576011046576635 + - - -0.01914865684684205 + - -0.9981048578510314 + - 0.05848095138704677 + - -0.030247133273631197 + - - -0.12986704407702207 + - -0.05551317479052592 + - -0.989976180666673 + - 0.5759790713855328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985955281014354 + - -0.014614219993934457 + - -0.16636889256671505 + - 0.06435576301346214 + - - -0.025356401159345277 + - -0.9977147429626444 + - -0.06262862440794843 + - -0.032587843788368445 + - - -0.16507342838916456 + - 0.06596753935803885 + - -0.9840726837946951 + - 0.5735655415762666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998371181839268 + - -0.0179802692958593 + - -0.0015642946361766213 + - -0.03472816580790561 + - - -0.017991481039327382 + - -0.9998101930020141 + - -0.007475598924996361 + - 0.03753223217388798 + - - -0.0014295844402884917 + - 0.007502525263153915 + - -0.9999708337761679 + - 0.5790807143337682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964991944012549 + - -0.03814712055911406 + - -0.07439188632302762 + - 0.04851756458717001 + - - -0.03660863363324474 + - -0.9990888860593183 + - 0.021936401169216933 + - 0.035230428259617315 + - - -0.07516091737836034 + - -0.019136220781501713 + - -0.9969877840540697 + - 0.5748704505402306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998858599712555 + - -0.02930062353260503 + - 0.037722291034273756 + - -0.04278150805431987 + - - -0.031381944788640335 + - -0.9979475724310337 + - 0.05581949677568805 + - -0.023423598185503894 + - - 0.03600932270338651 + - -0.05693958324056185 + - -0.9977280253349788 + - 0.5786588075615312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923674634152254 + - -0.02716942489518948 + - -0.1202856596012013 + - 0.025778041273446694 + - - -0.02358077422851292 + - -0.9992362659787424 + - 0.031158174523616293 + - -0.030304066486363516 + - - -0.12104034303328504 + - -0.028083929634666313 + - -0.992250234696198 + - 0.576199980412242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887854551989768 + - -0.013302562701228966 + - -0.14874933751964084 + - 0.06439763216975868 + - - -0.02602995493279757 + - -0.9961302429613205 + - -0.083946295356125 + - -0.03261819339511477 + - - -0.14705701286626452 + - 0.08687681441789355 + - -0.9853053608315804 + - 0.5738846127184362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997423841937929 + - -0.018049445044149112 + - 0.013761641621140774 + - -0.03465673870257417 + - - -0.018168925958858516 + - -0.9997978831893923 + - 0.008607142354601329 + - 0.03755462703431152 + - - 0.013603506019111035 + - -0.008854959266371362 + - -0.999868258482276 + - 0.578879744830528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971728079669914 + - -0.03915498665608544 + - -0.06413484287957258 + - 0.048496188970135065 + - - -0.03694220232397338 + - -0.9986925942361372 + - 0.03533236342717815 + - 0.0352470538198487 + - - -0.06543443083484646 + - -0.03286318970911605 + - -0.9973155699293297 + - 0.5746199043422575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989555463898122 + - -0.02940299453221928 + - 0.034975423508086904 + - -0.04277246677864564 + - - -0.030810251305167843 + - -0.9987083960159737 + - 0.04040133836536592 + - -0.023445362489222004 + - - 0.033742328780689675 + - -0.04143674262944263 + - -0.9985712050768921 + - 0.5787708586986126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925146721321048 + - -0.027769541759295985 + - -0.11892635600647675 + - 0.025782578855798304 + - - -0.022788268360320604 + - -0.9988133114262647 + - 0.043042580578282925 + - -0.03028914650207707 + - - -0.11998050019748435 + - -0.04001026703458357 + - -0.991969686081275 + - 0.5762356904823168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853716161029261 + - -0.016369367126210253 + - -0.169631429866623 + - 0.06433537812371448 + - - -0.02527369589588386 + - -0.998405914275922 + - -0.05046652984526437 + - -0.032596507615047524 + - - -0.1685349176712947 + - 0.054015499245567686 + - -0.9842145636835407 + - 0.5735003103115108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998264472976002 + - -0.01841607803599141 + - 0.0028148452943930918 + - -0.03471277632012469 + - - -0.01842933113700238 + - -0.9998188480483664 + - 0.0047571883588277426 + - 0.037539756349458615 + - - 0.0027267266276263824 + - -0.004808238451962047 + - -0.9999847227857476 + - 0.5791265950303879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961924550038821 + - -0.03824568628837719 + - -0.07834449612875986 + - 0.04853510708324819 + - - -0.036550486134178474 + - -0.9990680350959187 + - 0.02295916402953307 + - 0.035247157275474075 + - - -0.07914957079285685 + - -0.020008216559973934 + - -0.9966619370244834 + - 0.5748369119315454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988328669987391 + - -0.02868772516112431 + - 0.038857666272680794 + - -0.042762188628689045 + - - -0.030556969347377342 + - -0.9983606382948285 + - 0.048397391746323515 + - -0.02343812266108138 + - - 0.03740555342970721 + - -0.04952827807044635 + - -0.9980720285851091 + - 0.5787300355252576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921466306557652 + - -0.02883638019827737 + - -0.12171083129891536 + - 0.025730810528236784 + - - -0.02159881614379542 + - -0.9979422769918932 + - 0.06037137511621256 + - -0.030270062970273043 + - - -0.12320127604695968 + - -0.05726844654167182 + - -0.9907278993806043 + - 0.5759684340341082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869955833504667 + - -0.012431272993460368 + - -0.16026597236604517 + - 0.06435908284872048 + - - -0.026278300320354643 + - -0.9960707281132055 + - -0.08457278243206631 + - -0.03258978284841958 + - - -0.15858489644018797 + - 0.08768448008507798 + - -0.9834440820775039 + - 0.5735506113989879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997709529016208 + - -0.018027685016583243 + - 0.011534483392327386 + - -0.0346911674043489 + - - -0.017998913124428827 + - -0.999834643039248 + - -0.0025933964060936895 + - 0.037582582055828 + - - 0.011579329018741981 + - 0.0023851942316582588 + - -0.9999301125518489 + - 0.579167883057106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957357878758358 + - -0.038720293859989846 + - -0.0837315925244736 + - 0.04851984675258673 + - - -0.03635900839395603 + - -0.9989019683204086 + - 0.029544545930205203 + - 0.03524210662285717 + - - -0.0847836260836766 + - -0.02637416404381006 + - -0.9960502699257171 + - 0.5748928695591708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988561100578437 + - -0.026621310514296278 + - 0.03972124402148233 + - -0.042757651240706025 + - - -0.028986761249183927 + - -0.9977644756596763 + - 0.06021477213985282 + - -0.023410147535745208 + - - 0.03802945006696175 + - -0.06129728328460409 + - -0.9973948084833467 + - 0.578598549169873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901342054349316 + - -0.025259557317451452 + - -0.1378267390307959 + - 0.025762626100466365 + - - -0.019512323204406958 + - -0.9988891512389724 + - 0.04289210626970791 + - -0.03028389384546438 + - - -0.13875706998529297 + - -0.03977962168260954 + - -0.9895271887259514 + - 0.5761937565680846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900853714354952 + - -0.01486290408468578 + - -0.13967838541308736 + - 0.064346774342542 + - - -0.02644174320483321 + - -0.9963298821663038 + - -0.08141007381625824 + - -0.03259057695848551 + - - -0.13795575916114267 + - 0.0842962631713197 + - -0.9868446425499934 + - 0.5736270055541162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998053695497673 + - -0.01939076581959759 + - 0.0036360996112588064 + - -0.034702813614056575 + - - -0.019331952755601997 + - -0.9996919298601858 + - -0.015566662297118117 + - 0.03753582892131444 + - - 0.003936828940739364 + - 0.01549333964472709 + - -0.9998722207385025 + - 0.5789218943933161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996509525467995 + - -0.03663959045445076 + - -0.07500870658051337 + - 0.048533655071340234 + - - -0.0357946779839507 + - -0.9992800060815666 + - 0.01257817449592391 + - 0.035224896859293295 + - - -0.0754155599301411 + - -0.009849358200144653 + - -0.9971035470117781 + - 0.5748611577981446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988722081801821 + - -0.02791533342903413 + - 0.03840632610381811 + - -0.0427651364631704 + - - -0.03009557421669336 + - -0.9978968079235828 + - 0.057412691528029795 + - -0.023429957817670648 + - - 0.03672285579600901 + - -0.058503802401818746 + - -0.9976115160555815 + - 0.5785967426096744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9931377313301059 + - -0.029036377740354547 + - -0.11328872572418705 + - 0.025761213760383903 + - - -0.023552477182953283 + - -0.9984989449436031 + - 0.04944833430013264 + - -0.0302931210305381 + - - -0.114554473622976 + - -0.04644077641718161 + - -0.9923308555409995 + - 0.5762057206059668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902156139795691 + - -0.011590058656814665 + - -0.1390636845887399 + - 0.06438672513378749 + - - -0.026434840283399492 + - -0.994080447862272 + - -0.10538150880081426 + - -0.03260567266816645 + - - -0.13701911198900724 + - 0.10802654173061604 + - -0.9846603623744928 + - 0.5738126790161887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998375745689182 + - -0.01802051459842659 + - 0.000292461537678233 + - -0.03472746494144799 + - - -0.018018827323484903 + - -0.9998251362628598 + - -0.005001875532224442 + - 0.03753911164477264 + - - 0.00038254676780874816 + - 0.004995793286488717 + - -0.9999874477749252 + - 0.5789260807269628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955685284168986 + - -0.03911930324883196 + - -0.08551599463923096 + - 0.048540606324266156 + - - -0.03732983588853221 + - -0.9990513288405088 + - 0.022426004872663587 + - 0.035256031149256725 + - - -0.08631215776671503 + - -0.019134326623620794 + - -0.996084378437045 + - 0.5750595229656095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982199167460857 + - -0.028948090033908313 + - 0.05214408782236608 + - -0.042784104065334505 + - - -0.03182292811837978 + - -0.9979695349814193 + - 0.05517344012242937 + - -0.023435269470518136 + - - 0.050441045363972405 + - -0.05673460436417622 + - -0.9971142791125955 + - 0.57888616091299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916810789457845 + - -0.0291878030461215 + - -0.12536630254683917 + - 0.025769359823165486 + - - -0.021355766386902342 + - -0.9977616335856899 + - 0.06336918641139624 + - -0.030275202505377415 + - - -0.12693529415790095 + - -0.06016472968238996 + - -0.9900846612281653 + - 0.5760545170102394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895990367196422 + - -0.014163299383946708 + - -0.14315427857426047 + - 0.06437189429896477 + - - -0.02640145308105853 + - -0.9961197364908227 + - -0.08395495130522551 + - -0.03259102497281173 + - - -0.1414097231408256 + - 0.08686121990862675 + - -0.9861330633729003 + - 0.5737642747676314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997366223572335 + - -0.018411428245321583 + - 0.013700555744845253 + - -0.03470854941155898 + - - -0.018304061726029032 + - -0.9998010879988516 + - -0.007921222168491775 + - 0.037530537463365876 + - - 0.013843671553455636 + - 0.007668360077634658 + - -0.9998747666641258 + - 0.5790081971553914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970685300391586 + - -0.03779688972605744 + - -0.06652624694500574 + - 0.04856670226651978 + - - -0.037004670475418014 + - -0.9992292113233806 + - 0.013101053433198737 + - 0.03524189971643255 + - - -0.06697014833907237 + - -0.010600866242437714 + - -0.9976986623556993 + - 0.5749442802335424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987989827508702 + - -0.028559836148493677 + - 0.03981115189237889 + - -0.042769134446566215 + - - -0.030560847956146515 + - -0.9982515649500996 + - 0.050594936968817165 + - -0.02344496729774947 + - - 0.038296561569260555 + - -0.051750834136741024 + - -0.9979254604118103 + - 0.5787249789711758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895180955894745 + - -0.027224805970804063 + - -0.1418194219450626 + - 0.025760443475327542 + - - -0.02290392551743103 + - -0.9992250352746471 + - 0.03201154598380192 + - -0.03029079371868352 + - - -0.14258102502391964 + - -0.028427782541611726 + - -0.9893748088984761 + - 0.5761292120261767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888111577050376 + - -0.012738813502077753 + - -0.14862778013743774 + - 0.06438074089805328 + - - -0.025290109043823106 + - -0.9962397259139429 + - -0.08286627115699127 + - -0.03260675090597455 + - - -0.14701328097343716 + - 0.08569790628406126 + - -0.9854151227152718 + - 0.573697107985984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998257508328844 + - -0.017390150463271827 + - 0.006786062063061885 + - -0.034732666731093 + - - -0.01740987950150263 + - -0.9998443486438862 + - 0.0028591223526132914 + - 0.03753020351970004 + - - 0.0067352852353942455 + - -0.0029767686757322925 + - -0.9999728870229684 + - 0.5789670081041296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963625347159114 + - -0.03841810590443512 + - -0.0760641081798755 + - 0.048541149712163244 + - - -0.03772865099632376 + - -0.9992330547926799 + - 0.01048098772476223 + - 0.03525565083880185 + - - -0.07640843087305088 + - -0.0075730673049053095 + - -0.997047842554766 + - 0.5749764091923772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990300188434521 + - -0.026847684234147864 + - 0.034903055753259575 + - -0.0428054533936536 + - - -0.028639522804443596 + - -0.9982418468143209 + - 0.05189405555810459 + - -0.02340251102158793 + - - 0.03344845561734373 + - -0.052843326163266625 + - -0.9980424758981039 + - 0.5787473723533091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916272269993703 + - -0.02812271836935719 + - -0.12603394536813173 + - 0.025776689108864992 + - - -0.021191221042323086 + - -0.9982056062352137 + - 0.05600446260187923 + - -0.030286522852637242 + - - -0.12738278857159158 + - -0.05286473675435929 + - -0.9904438120275263 + - 0.576139831261288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894101947755163 + - -0.010976609237069432 + - -0.1447307172784396 + - 0.06439135489876886 + - - -0.025765923658217914 + - -0.994582061057627 + - -0.10071067967401788 + - -0.032608535098041666 + - - -0.14284111331235771 + - 0.10337329380464007 + - -0.9843324532268896 + - 0.5738425315707537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998257508328844 + - -0.017390150463271827 + - 0.006786062063061885 + - -0.034732666731093 + - - -0.01740987950150263 + - -0.9998443486438862 + - 0.0028591223526132914 + - 0.03753020351970004 + - - 0.0067352852353942455 + - -0.0029767686757322925 + - -0.9999728870229684 + - 0.5789670081041296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963625347159114 + - -0.03841810590443512 + - -0.0760641081798755 + - 0.048541149712163244 + - - -0.03772865099632376 + - -0.9992330547926799 + - 0.01048098772476223 + - 0.03525565083880185 + - - -0.07640843087305088 + - -0.0075730673049053095 + - -0.997047842554766 + - 0.5749764091923772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990300188434521 + - -0.026847684234147864 + - 0.034903055753259575 + - -0.0428054533936536 + - - -0.028639522804443596 + - -0.9982418468143209 + - 0.05189405555810459 + - -0.02340251102158793 + - - 0.03344845561734373 + - -0.052843326163266625 + - -0.9980424758981039 + - 0.5787473723533091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916272269993703 + - -0.02812271836935719 + - -0.12603394536813173 + - 0.025776689108864992 + - - -0.021191221042323086 + - -0.9982056062352137 + - 0.05600446260187923 + - -0.030286522852637242 + - - -0.12738278857159158 + - -0.05286473675435929 + - -0.9904438120275263 + - 0.576139831261288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894101947755163 + - -0.010976609237069432 + - -0.1447307172784396 + - 0.06439135489876886 + - - -0.025765923658217914 + - -0.994582061057627 + - -0.10071067967401788 + - -0.032608535098041666 + - - -0.14284111331235771 + - 0.10337329380464007 + - -0.9843324532268896 + - 0.5738425315707537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998158053470971 + - -0.017852112839076773 + - 0.00704680390790333 + - -0.034696988294196235 + - - -0.01782570130825983 + - -0.999833914205282 + - -0.0037932015255759694 + - 0.03756049424344704 + - - 0.007113350195532003 + - 0.0036668886164974122 + - -0.9999679765756851 + - 0.5788961511983547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963849581522357 + - -0.03691357291350561 + - -0.07651407257966902 + - 0.04853572156188128 + - - -0.03677239863296072 + - -0.9993183700637681 + - 0.0032536059799374607 + - 0.03524729954521649 + - - -0.07658202051882793 + - -0.0004282380802329716 + - -0.9970631929548902 + - 0.5747932738150119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987631092225409 + - -0.02923511557473558 + - 0.040218896969644036 + - -0.04275722880057063 + - - -0.0307489575528828 + - -0.998821515532044 + - 0.03755105484114108 + - -0.023438013053009736 + - - 0.03907369019601298 + - -0.038741297443467555 + - -0.9984850317390158 + - 0.5786884566005763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903360887371737 + - -0.026522941972732823 + - -0.136128486709681 + - 0.025768504382910264 + - - -0.0208603548255949 + - -0.9988634232730167 + - 0.04285682260575152 + - -0.03028471356339371 + - - -0.13711045525891538 + - -0.03960296954044763 + - -0.9897637737673932 + - 0.5762012456172261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903358414413354 + - -0.01555728716429641 + - -0.1378147015843005 + - 0.06439189227363301 + - - -0.02562449281267781 + - -0.9971057512952428 + - -0.07157867072001034 + - -0.03258896384957029 + - - -0.13630226162751377 + - 0.07441835492698196 + - -0.9878682108080955 + - 0.5738270351013994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997450428164579 + - -0.018553910523813923 + - 0.012868635055553329 + - -0.03469466209862958 + - - -0.018538250331433435 + - -0.9998272603947851 + - -0.0013351577086105674 + - 0.03756482226986729 + - - 0.012891184529274926 + - 0.0010962553224778881 + - -0.9999163042903637 + - 0.5791619653952609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966200368969975 + - -0.03823426650013367 + - -0.07270930422321532 + - 0.04851982096966478 + - - -0.03629796689508252 + - -0.9989551352895278 + - 0.02776860237687568 + - 0.03522822111829582 + - - -0.0736950449807232 + - -0.02503554560776114 + - -0.996966529930374 + - 0.5746638950955287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989203406529986 + - -0.028469628584822968 + - 0.03671012500577202 + - -0.042780156129182206 + - - -0.030885043429328688 + - -0.9972746983707003 + - 0.06700216475606574 + - -0.023410513050569747 + - - 0.034702552097297654 + - -0.06806361904771688 + - -0.9970772671363355 + - 0.578685848012042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899750811941405 + - -0.03107356943648043 + - -0.13778160943003648 + - 0.025752320993368376 + - - -0.021876197755562952 + - -0.9974609479050622 + - 0.06777233488744089 + - -0.030286534449743007 + - - -0.13953770309996644 + - -0.06407878499793956 + - -0.988141254440262 + - 0.57605303744578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859727933903008 + - -0.01329743841755724 + - -0.16637556559080038 + - 0.06436511714766653 + - - -0.025842598475114845 + - -0.9969627968791976 + - -0.07346660290813772 + - -0.03257784951584208 + - - -0.16489333157584465 + - 0.07673564862786572 + - -0.983321834106962 + - 0.5736506439845503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998275490592646 + - -0.018562485337757725 + - 0.0005534259022156028 + - -0.034687835684234065 + - - -0.01856398118110861 + - -0.9998236613443067 + - 0.0028328111079122162 + - 0.0375478455436994 + - - 0.0005007442971807223 + - -0.0028425963750056 + - -0.9999958344418232 + - 0.5788635537864362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960830322584506 + - -0.03851844951576848 + - -0.07959222257049786 + - 0.04853574847865416 + - - -0.03691099634243972 + - -0.9990857355152802 + - 0.021570151573429737 + - 0.035251156732100566 + - - -0.08035030302257035 + - -0.018547833749349985 + - -0.9965941032674177 + - 0.5749299091664013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990102938421166 + - -0.02747244373928096 + - 0.03498138980200553 + - -0.04274867471423915 + - - -0.029460847804731367 + - -0.9979017131696427 + - 0.05765612976708666 + - -0.02343891082974682 + - - 0.033324034031225414 + - -0.058629648541371315 + - -0.9977234451829834 + - 0.5788125771137446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992635046923398 + - -0.029178008568476847 + - -0.11757681504174798 + - 0.025768438665872372 + - - -0.021933398402695474 + - -0.9978073241581069 + - 0.06244573557055447 + - -0.03028575337655029 + - - -0.11914104940738167 + - -0.05940696653101274 + - -0.9910984929227222 + - 0.5761632837545827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991232360911104 + - -0.01694108921448517 + - -0.13103971222047775 + - 0.06437499102630728 + - - -0.024937325193489412 + - -0.997909414671144 + - -0.05962323307980361 + - -0.0326014008260098 + - - -0.12975568000975116 + - 0.062368258007750095 + - -0.9895825705307695 + - 0.5736698830579435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997513325130211 + - -0.01897219411362906 + - 0.011718745195345902 + - -0.03468198784108735 + - - -0.01892958988909575 + - -0.9998138396806169 + - -0.003735854618834347 + - 0.037588580058718374 + - - 0.011787440989006387 + - 0.0035130945926918535 + - -0.9999243543395241 + - 0.5791631445666776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966645005729684 + - -0.0380910443012893 + - -0.07217302572064498 + - 0.048532776562760754 + - - -0.036769880986384805 + - -0.9991325686340796 + - 0.01954702399120104 + - 0.03522737824005526 + - - -0.07285498713116874 + - -0.01682803133770281 + - -0.9972005656894775 + - 0.5747771381503798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999341875187637 + - -0.02977139078235606 + - 0.020723918242980484 + - -0.042788923388112896 + - - -0.030910752576420484 + - -0.9978943236815523 + - 0.05702143578775175 + - -0.02344532634140917 + - - 0.01898267293130261 + - -0.057624500475246004 + - -0.9981578407613506 + - 0.5786674234421721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904568521491891 + - -0.030076602476425088 + - -0.13450138294528632 + - 0.025746644320007554 + - - -0.02122687638696153 + - -0.9975436873232428 + - 0.0667533639631862 + - -0.030270245160987995 + - - -0.13617871988520128 + - -0.06326128251169154 + - -0.9886624127503808 + - 0.5759485392334575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881438602185596 + - -0.011818951526567398 + - -0.15307522300221066 + - 0.06436601591600813 + - - -0.026237024503515022 + - -0.9953655434797336 + - -0.09251515226435679 + - -0.032601688715203456 + - - -0.15127237043679137 + - 0.09543451806399934 + - -0.9838744445834169 + - 0.5737058684147034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997773944254322 + - -0.017776826018193467 + - -0.01136424448050195 + - -0.03472737895921578 + - - -0.01797005593174515 + - -0.9996917114240629 + - -0.017133569384033768 + - 0.03752284210176084 + - - -0.011056160531743842 + - 0.01733397146491328 + - -0.9997886250340866 + - 0.5790132607128773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950196668404104 + - -0.037958929996956145 + - -0.09216822790031803 + - 0.048542521737400424 + - - -0.03764891763476301 + - -0.9992780109544921 + - 0.005100570925412875 + - 0.03523330908362408 + - - -0.09229529566413236 + - -0.001605134362139063 + - -0.9957303861698458 + - 0.5748699027882703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991706250912507 + - -0.029924862948583434 + - 0.02761457101365023 + - -0.04280050045515188 + - - -0.030926399389179324 + - -0.9988519372616473 + - 0.03658367463056921 + - -0.023449911537407324 + - - 0.026488106304158508 + - -0.03740735230088977 + - -0.9989489827905411 + - 0.5787016744284633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933865127501175 + - -0.026222689131403434 + - -0.11178375043304968 + - 0.02579173087993687 + - - -0.024048059753263174 + - -0.9994952654902813 + - 0.02075825340956333 + - -0.030287460822975325 + - - -0.11227166654265021 + - -0.017932786655451515 + - -0.9935157210907667 + - 0.5762410239358466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889581447508773 + - -0.011566859221216553 + - -0.14774300558286813 + - 0.06439589867191195 + - - -0.026071316892658868 + - -0.994980015166994 + - -0.09661809278686312 + - -0.03261311255265656 + - - -0.14588377005817132 + - 0.0994031045090891 + - -0.9842951531159593 + - 0.5738631220518687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999818417880403 + - -0.01822381692562534 + - 0.005569898005271084 + - -0.03467327423274231 + - - -0.018216668321791845 + - -0.9998331761510805 + - -0.0013314889771425973 + - 0.0375450482699366 + - - 0.005593233624805691 + - 0.0012297822180036746 + - -0.9999836015522027 + - 0.5789943268435915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970382406865558 + - -0.0383351873579775 + - -0.06667203325897908 + - 0.0485493151529606 + - - -0.03664597442118213 + - -0.9989801256572288 + - 0.026377662909942173 + - 0.035255023685333106 + - - -0.06761522881259602 + - -0.02385627699573501 + - -0.9974262172614695 + - 0.5747865843190219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993430788328073 + - -0.02842602880621679 + - 0.02248047319950443 + - -0.0428245675609798 + - - -0.029462311455065848 + - -0.9984511219949731 + - 0.047194588574381885 + - -0.023451418814503796 + - - 0.021104098954710177 + - -0.04782591215323148 + - -0.9986327148326467 + - 0.5788127596341618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912895648578497 + - -0.029515248722719805 + - -0.12835049161094345 + - 0.02575601266736942 + - - -0.021493312319011307 + - -0.9977540280736077 + - 0.06344239109970985 + - -0.030287131263353965 + - - -0.12993473796291857 + - -0.060131103064280246 + - -0.9896975367832241 + - 0.5760653808430016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989178333692487 + - -0.014775062367628815 + - -0.14597233191734513 + - 0.0644147683952565 + - - -0.02582157779553234 + - -0.9969184683406428 + - -0.0740730288397675 + - -0.03262445433582645 + - - -0.14442807993428483 + - 0.07704067116387574 + - -0.9865116647628229 + - 0.5740757918029603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996428809578347 + - -0.0179036265709122 + - 0.01983861653264907 + - -0.03468440522447984 + - - -0.017886795537263467 + - -0.9998394925361711 + - -0.00102552933621604 + - 0.03756070910458022 + - - 0.019853792980896675 + - 0.0006703138225001097 + - -0.999802669322127 + - 0.5788395772519432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970509760907119 + - -0.03852695896706382 + - -0.06637035866490995 + - 0.048520575096552665 + - - -0.03690710495915907 + - -0.9989942611890651 + - 0.025462358784041347 + - 0.03522552829408798 + - - -0.0672845946713824 + - -0.02293773188577747 + - -0.9974701217459316 + - 0.5748418469187968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987818504777781 + - -0.029129766811327673 + - 0.03982802834315126 + - -0.04278044627228845 + - - -0.031206251689465038 + - -0.9981306362402043 + - 0.0525490518869686 + - -0.023457282306655277 + - - 0.038222833642718695 + - -0.05372792276129081 + - -0.997823794717323 + - 0.5787777198052714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907634444151343 + - -0.02985302111393174 + - -0.13227469274592937 + - 0.025760448413396336 + - - -0.01988374989440355 + - -0.996905125961047 + - 0.07605791426752853 + - -0.030286993006797075 + - - -0.13413587775384958 + - -0.07272528420680843 + - -0.9882907463576921 + - 0.5761251619147861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887576399080836 + - -0.01553865749748922 + - -0.14871744903195536 + - 0.06438987156755521 + - - -0.026523030986369447 + - -0.9970399939454366 + - -0.07216494509510242 + - -0.03258480036793718 + - - -0.1471558981172437 + - 0.07529807830521827 + - -0.9862430436017523 + - 0.5737876493021808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996925536849034 + - -0.01930959426380598 + - 0.015554345898286621 + - -0.034692613297399186 + - - -0.019063130795569042 + - -0.9996927869638838 + - -0.0158407303068537 + - 0.03752803162561868 + - - 0.01585544547552612 + - 0.01553934560239386 + - -0.9997535364213634 + - 0.5788536847852741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964737960263552 + - -0.0365688807196996 + - -0.07551616248018823 + - 0.04850873141525826 + - - -0.03664873117740563 + - -0.999328155587138 + - 0.00032856338020548085 + - 0.03522289250094515 + - - -0.07547744256340476 + - 0.002440166739577098 + - -0.9971445237528863 + - 0.5746111917598635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991921512021404 + - -0.029270458462962133 + - 0.027536979453217723 + - -0.04278216358089333 + - - -0.030641038808631844 + - -0.9982416157409648 + - 0.05074252007533551 + - -0.023435925822884788 + - - 0.02600330203583468 + - -0.05154528944759083 + - -0.9983320647054252 + - 0.5787323877774935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903085464154586 + - -0.025577650922025377 + - -0.13650921825947293 + - 0.02576177143351416 + - - -0.02202494376380074 + - -0.9993798794299881 + - 0.027472867391386265 + - -0.03029527524340484 + - - -0.1371272574971979 + - -0.02420000751682309 + - -0.9902577820383355 + - 0.5761695411947046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880589825026708 + - -0.012445854722366534 + - -0.1535726140821231 + - 0.06440081165884617 + - - -0.026342412938531408 + - -0.9957020968300383 + - -0.08878857836929535 + - -0.032611038260659815 + - - -0.15180752410985057 + - 0.09177382561762562 + - -0.984140254514133 + - 0.5738396186950658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998012167236447 + - -0.018282853985462057 + - 0.007953885092563544 + - -0.03470931489154913 + - - -0.01820271550512576 + - -0.9997839692672456 + - -0.01003374030312163 + - 0.037526308839374516 + - - 0.008135612217828773 + - 0.009886963455849681 + - -0.9999180265239064 + - 0.5788628484404632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975999202211252 + - -0.03602146091799538 + - -0.05913419931087279 + - 0.04853781156519238 + - - -0.03513948361016814 + - -0.9992561187312878 + - 0.01588791583855645 + - 0.0352167922391906 + - - -0.0596625164271121 + - -0.013771838345539035 + - -0.9981235998623461 + - 0.5748868638404501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986742376612088 + - -0.029271006229771496 + - 0.04234353818589308 + - -0.04277725417937595 + - - -0.031058827378647902 + - -0.9986263558592503 + - 0.04219894104284971 + - -0.023446562260352834 + - - 0.041050167766610385 + - -0.04345813591919507 + - -0.9982115377758176 + - 0.5787349904808853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918795662546539 + - -0.02325087359806988 + - -0.12503728613260218 + - 0.02576222221372168 + - - -0.022920351607465497 + - -0.9997289625702837 + - 0.0040815291663714275 + - -0.03030795935736133 + - - -0.12509829546668416 + - -0.0011824868169936988 + - -0.9921436479644766 + - 0.5765319382838656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881922261662007 + - -0.011075956859731523 + - -0.15281834747284037 + - 0.06437537574338571 + - - -0.02602555159535062 + - -0.9950240775336089 + - -0.09617565072589561 + - -0.03259144014359542 + - - -0.15099269786597677 + - 0.0990172121806764 + - -0.9835633161536281 + - 0.5736966039308589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998220095977686 + - -0.017846416725951907 + - 0.006120010941421656 + - -0.03470950144297042 + - - -0.01781926651374502 + - -0.9998312656681363 + - -0.004462503038006696 + - 0.03752080294637287 + - - 0.006198617974321552 + - 0.004352654649263774 + - -0.9999713153549517 + - 0.5790758861235242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972173327610749 + - -0.03805281007423266 + - -0.06410596607447612 + - 0.04856480603412555 + - - -0.0370230742187646 + - -0.9991667996768525 + - 0.017175517427679362 + - 0.03526722623804328 + - - -0.06470612966542934 + - -0.014754323738180839 + - -0.9977952829687811 + - 0.575067866518458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995136836350754 + - -0.028867759215448294 + - 0.011791891456473082 + - -0.04279069207945535 + - - -0.029376858098240363 + - -0.9985294659193914 + - 0.04556211034414093 + - -0.023434250557688992 + - - 0.010459275047449151 + - -0.04588636146628673 + - -0.9988919087653418 + - 0.5788026210191817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925635583088221 + - -0.03262816577697908 + - -0.11727312358490008 + - 0.025768899631223616 + - - -0.020257692186551258 + - -0.9942480593921508 + - 0.10516854236043148 + - -0.030271303454950747 + - - -0.12003003217780214 + - -0.10201077978808369 + - -0.9875153630108362 + - 0.575809891928742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989251637535096 + - -0.012778378675789811 + - -0.14566369030252216 + - 0.06436631128920599 + - - -0.025941643036758125 + - -0.995708948193892 + - -0.08882973400369724 + - -0.03258615027615641 + - - -0.14390353988239615 + - 0.0916537152822094 + - -0.9853381996473516 + - 0.5736772882921064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999793416352369 + - -0.018396388912489767 + - 0.008642771166647474 + - -0.03468911256403223 + - - -0.018342414850426248 + - -0.9998120202870674 + - -0.006283303824181723 + - 0.03755721451342056 + - - 0.00875673660180961 + - 0.006123476502162599 + - -0.9999429096701539 + - 0.5790326738676956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964822593760798 + - -0.03797416203060241 + - -0.07470655772297881 + - 0.0485283965197503 + - - -0.03653250954503059 + - -0.9991207221593122 + - 0.02057081180207081 + - 0.03523851469165391 + - - -0.07542202924269183 + - -0.017769230988636548 + - -0.9969933660436195 + - 0.5748948162715866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983656623780751 + - -0.02758623727258482 + - 0.050050011963314635 + - -0.04275459343980773 + - - -0.029915609065683833 + - -0.9984746648470628 + - 0.04640474105923661 + - -0.023411277858782494 + - - 0.048693536723229104 + - -0.04782617663671513 + - -0.9976680792276044 + - 0.578718877263452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930613315221881 + - -0.026411612100102344 + - -0.11459327459171575 + - 0.025774607761987874 + - - -0.02417956056145349 + - -0.999490709989444 + - 0.02082473279187709 + - -0.030310771327821468 + - - -0.11508492814627658 + - -0.01790942185196958 + - -0.9931941964804746 + - 0.5763070409910261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881537089813023 + - -0.01396206580625864 + - -0.1528309790092227 + - 0.0643537611485532 + - - -0.02674293747510101 + - -0.9962821638397055 + - -0.08189423245917385 + - -0.03259537267721423 + - - -0.15111936580630098 + - 0.0850112388646117 + - -0.9848533020430025 + - 0.5736130781757909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998038741588461 + - -0.018586015553356497 + - 0.006839096637180016 + - -0.034670631183710506 + - - -0.018660337230604833 + - -0.9997657116453521 + - 0.010968757117482826 + - 0.03758001182883527 + - - 0.006633628826095088 + - -0.011094225710369223 + - -0.9999164530721978 + - 0.5789659187243132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973306075953806 + - -0.03784410594448047 + - -0.06244583892215626 + - 0.04854669244685839 + - - -0.03697013059885952 + - -0.9992023913442345 + - 0.015092732538082923 + - 0.03526814902407918 + - - -0.06296720254967834 + - -0.012743813292173351 + - -0.9979342296092671 + - 0.5749725671439393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992104228022266 + - -0.027224818308809257 + - 0.028936831745162893 + - -0.04279026774210996 + - - -0.029311802741190097 + - -0.9968028005736599 + - 0.07433031002606046 + - -0.02342259721801943 + - - 0.02682068573801019 + - -0.07511981121222967 + - -0.9968137563155828 + - 0.5786845643280198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9885877630331052 + - -0.025246802854042225 + - -0.14851543262183284 + - 0.025745771351077643 + - - -0.022597698924045284 + - -0.9995544877359179 + - 0.019497949900585915 + - -0.03030656506515886 + - - -0.1489415280723924 + - -0.015919327643989272 + - -0.9887178547102429 + - 0.5761730340780368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832138327433783 + - -0.011551130778780443 + - -0.1820909950541423 + - 0.06437338323610074 + - - -0.024909281042655378 + - -0.9971478136419752 + - -0.07124440656618079 + - -0.03260475967162546 + - - -0.1807486841446271 + - 0.07458424181260252 + - -0.9806972540255354 + - 0.5737261434264579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999817064004082 + - -0.01850397657479916 + - 0.004841629599284353 + - -0.03470324895592616 + - - -0.018497879985499847 + - -0.9998280531730285 + - -0.0013009705119498185 + - 0.03752050437786725 + - - 0.004864870224315011 + - 0.0012111726343517492 + - -0.9999874329703097 + - 0.5789802458454621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965243799050737 + - -0.038928561542207 + - -0.0736459595026295 + - 0.048519683912914675 + - - -0.03703387858498351 + - -0.9989513431122711 + - 0.026920362760228828 + - 0.03525483298122531 + - - -0.07461670115839378 + - -0.02409940228396168 + - -0.9969210433719387 + - 0.5747763738613314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985114080910928 + - -0.028602446544937134 + - 0.04644209258406861 + - -0.04275903261469496 + - - -0.03048777941581627 + - -0.9987180364299107 + - 0.04040766036132475 + - -0.023423247250481047 + - - 0.045226797567766354 + - -0.04176342611936502 + - -0.9981033779226162 + - 0.5787742527111956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922094394981249 + - -0.02910703385395766 + - -0.1211330208945576 + - 0.02575846965856523 + - - -0.0240400984812201 + - -0.9987822224054975 + - 0.043083011405284366 + - -0.030291033468067885 + - - -0.12223952648726191 + - -0.039835320846695665 + - -0.9917008850339956 + - 0.5761482283012638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867020158039679 + - -0.011611104302495873 + - -0.16212437899730828 + - 0.064381023711323 + - - -0.027015739107387637 + - -0.9952865263778347 + - -0.09313903720366652 + - -0.032599137930693696 + - - -0.16027876293778867 + - 0.09628038568483703 + - -0.9823649044441235 + - 0.5738110197177008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999817064004082 + - -0.01850397657479916 + - 0.004841629599284353 + - -0.03470324895592616 + - - -0.018497879985499847 + - -0.9998280531730285 + - -0.0013009705119498185 + - 0.03752050437786725 + - - 0.004864870224315011 + - 0.0012111726343517492 + - -0.9999874329703097 + - 0.5789802458454621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965243799050737 + - -0.038928561542207 + - -0.0736459595026295 + - 0.048519683912914675 + - - -0.03703387858498351 + - -0.9989513431122711 + - 0.026920362760228828 + - 0.03525483298122531 + - - -0.07461670115839378 + - -0.02409940228396168 + - -0.9969210433719387 + - 0.5747763738613314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985114080910928 + - -0.028602446544937134 + - 0.04644209258406861 + - -0.04275903261469496 + - - -0.03048777941581627 + - -0.9987180364299107 + - 0.04040766036132475 + - -0.023423247250481047 + - - 0.045226797567766354 + - -0.04176342611936502 + - -0.9981033779226162 + - 0.5787742527111956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922094394981249 + - -0.02910703385395766 + - -0.1211330208945576 + - 0.02575846965856523 + - - -0.0240400984812201 + - -0.9987822224054975 + - 0.043083011405284366 + - -0.030291033468067885 + - - -0.12223952648726191 + - -0.039835320846695665 + - -0.9917008850339956 + - 0.5761482283012638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867020158039679 + - -0.011611104302495873 + - -0.16212437899730828 + - 0.064381023711323 + - - -0.027015739107387637 + - -0.9952865263778347 + - -0.09313903720366652 + - -0.032599137930693696 + - - -0.16027876293778867 + - 0.09628038568483703 + - -0.9823649044441235 + - 0.5738110197177008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996603884518924 + - -0.01839328646829434 + - 0.018460627646609235 + - -0.03470477968716328 + - - -0.0182860573000523 + - -0.999815028354169 + - -0.005960636339492028 + - 0.03756581023178992 + - - 0.018566848645655967 + - 0.005621039943616242 + - -0.9998118203148639 + - 0.5792027614212487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954322386765047 + - -0.038820809289094885 + - -0.08722157399188599 + - 0.04853177170638582 + - - -0.03795840378571383 + - -0.9992128566197557 + - 0.011525048712614765 + - 0.03524098522521392 + - - -0.08760032982542373 + - -0.008161613316444358 + - -0.9961222667336324 + - 0.5749145823302049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991454112809863 + - -0.02707456235016329 + - 0.03123163764031403 + - -0.04276435878147766 + - - -0.029176101305786684 + - -0.9971953378854299 + - 0.06892179054665408 + - -0.023409927321364873 + - - 0.029278016134007996 + - -0.06977410818569811 + - -0.9971330761729582 + - 0.5785587645740597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935360146934913 + - -0.02678948536496837 + - -0.11031097398198794 + - 0.025775817775608178 + - - -0.023097945380526674 + - -0.9991340096724769 + - 0.03460802847602394 + - -0.03031079082752989 + - - -0.11114257701786873 + - -0.031836365836559036 + - -0.9932944041844533 + - 0.5762810923319586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887156734537269 + - -0.012916850281947962 + - -0.14924634684218244 + - 0.06437733448453949 + - - -0.026175905162958365 + - -0.9958450685035488 + - -0.08722053385563702 + - -0.032609727926933875 + - - -0.1474996239176327 + - 0.0901429670909287 + - -0.9849457378090434 + - 0.5737701117456533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998272573021797 + - -0.01849181140708805 + - 0.001873090090054688 + - -0.0346943168255333 + - - -0.018483968145190533 + - -0.9998206619835721 + - -0.004121503650264245 + - 0.03753036433371095 + - - 0.0019489682420076584 + - 0.0040861695530469795 + - -0.9999897523180802 + - 0.578997059979494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959713560538425 + - -0.039312309239290286 + - -0.080595286850687 + - 0.04853333116124908 + - - -0.037271099625645204 + - -0.9989490472455916 + - 0.02667707142509 + - 0.03527433913330233 + - - -0.08155932229344072 + - -0.023565724037222693 + - -0.9963898502080577 + - 0.5749811890725056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990447099217343 + - -0.02899213505706459 + - 0.032697456815946664 + - -0.04274246030434482 + - - -0.031025900433288796 + - -0.9974987549940801 + - 0.06351084385806653 + - -0.023416078517336396 + - - 0.03077435750265829 + - -0.06446464061865996 + - -0.9974453614259808 + - 0.5786208687375899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926764827841702 + - -0.02663807586981691 + - -0.1178295949293008 + - 0.025761396607745513 + - - -0.022717391635080283 + - -0.999146703969797 + - 0.03449324663741368 + - -0.030293845227517685 + - - -0.11864788512463091 + - -0.03156385369762292 + - -0.9924345834840741 + - 0.5762485173422586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899172422530282 + - -0.00972977005246161 + - -0.141312366992014 + - 0.0643917942822793 + - - -0.02559052073412868 + - -0.9935064951436335 + - -0.11086013420508564 + - -0.03261003817470544 + - - -0.13931611083688616 + - 0.11335861538559691 + - -0.9837381997153231 + - 0.5737927301096528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999819326315128 + - -0.018260373909849918 + - 0.005279533259290584 + - -0.03471991480792096 + - - -0.018272412205264116 + - -0.9998305340640703 + - 0.0022410054342981295 + - 0.03754788767939245 + - - 0.005237716961081238 + - -0.002337070351553656 + - -0.9999835520763365 + - 0.5790702624726756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977021827634931 + - -0.038144508577777514 + - -0.05599420482800975 + - 0.04858401906845705 + - - -0.036416405952531816 + - -0.998838071568296 + - 0.031565046542477514 + - 0.03527176508875837 + - - -0.05713317675800689 + - -0.029453408140455047 + - -0.9979320101401953 + - 0.5750809407115676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993367786830143 + - -0.027992826872932527 + - 0.023289577392434122 + - -0.042793917283371195 + - - -0.02902508838317772 + - -0.9985546917009404 + - 0.04523352657476352 + - -0.0234214182742211 + - - 0.021989702494687683 + - -0.04587950877791896 + - -0.9987049232173101 + - 0.5786401365481955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893274100252831 + - -0.026766117067441465 + - -0.14323006231164387 + - 0.02576686853562957 + - - -0.019676636492100826 + - -0.9985207401933078 + - 0.05068689554673962 + - -0.030269716652515814 + - - -0.1443748792173455 + - -0.0473276492226308 + - -0.9883906049078148 + - 0.5761778972468874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914464842110488 + - -0.015554125075492024 + - -0.12958371093114554 + - 0.06439436281781495 + - - -0.025793542515268345 + - -0.9966416386391324 + - -0.07771832020326899 + - -0.03260058974230589 + - - -0.12793968153025778 + - 0.0803959782815083 + - -0.9885180446335288 + - 0.5737956696945317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998258911041972 + - -0.01864481601918254 + - 0.0007472036595273133 + - -0.03469269226701892 + - - -0.0186337722189752 + - -0.9997449703371846 + - -0.012758401874573657 + - 0.03751571536830003 + - - 0.0009848911560801892 + - 0.01274225730051825 + - -0.9999183290990808 + - 0.5788938660566318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976777409535719 + - -0.03721109375144595 + - -0.057047872068979565 + - 0.04857563585776076 + - - -0.03594516309649434 + - -0.9990877017272557 + - 0.023058827101926135 + - 0.03525743570352737 + - - -0.05785387157091545 + - -0.02095468346626125 + - -0.9981051201076391 + - 0.5751145854609383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988969250937058 + - -0.02904301099468667 + - 0.036897649663660055 + - -0.04275133800093783 + - - -0.030703211926828598 + - -0.9985035395157645 + - 0.04525477159224394 + - -0.023481834860588323 + - - 0.035528098960061656 + - -0.04633772854653569 + - -0.9982938290390417 + - 0.5787773569446895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9873097740442828 + - -0.02860830557921203 + - -0.15620811415708752 + - 0.025743719972159587 + - - -0.02014165179469961 + - -0.9982545241022692 + - 0.055517735655677594 + - -0.030272968422899657 + - - -0.15752372500549983 + - -0.05166691360279853 + - -0.9861626671595074 + - 0.5761341186275625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9933239153629032 + - -0.0171196429449432 + - -0.11408118597538208 + - 0.06442245480759236 + - - -0.026329391181073584 + - -0.9964696098763449 + - -0.07971875408534185 + - -0.032615747203997215 + - - -0.11231367827716293 + - 0.08219023310785084 + - -0.9902678441984932 + - 0.5740356617595821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999812638545656 + - -0.019356844777431194 + - -1.9095439158796018e-05 + - -0.034687894166425794 + - - -0.01935664601966325 + - -0.9998059745721908 + - 0.0036515016939720384 + - 0.03755958456738221 + - - -8.977328565278784e-05 + - -0.0036504479196477297 + - -0.9999933330631474 + - 0.5789745836278657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974639637565539 + - -0.03909752776126247 + - -0.05947288735231776 + - 0.04853317021559098 + - - -0.037157071691316525 + - -0.9987514104555927 + - 0.033391198485391176 + - 0.03525899561747064 + - - -0.06070414343675834 + - -0.031096678856780458 + - -0.9976712903224628 + - 0.5746974190321823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993211389620558 + - -0.027186738139282338 + - 0.024862471577172175 + - -0.042764639207548014 + - - -0.028965258383090907 + - -0.9968211932721248 + - 0.07421942097819018 + - -0.0234186772186674 + - - 0.022765654622267845 + - -0.07488918421830434 + - -0.996931961097013 + - 0.578453934979605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907374475907508 + - -0.02826314716313185 + - -0.13281756078847243 + - 0.025762153980529074 + - - -0.023956411211899765 + - -0.9991376229438518 + - 0.03391313580246636 + - -0.03028843619829444 + - - -0.1336615139193432 + - -0.03041718150232389 + - -0.9905601419228641 + - 0.5760142629042836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889164345809908 + - -0.013762637945052676 + - -0.1478339447231732 + - 0.06438942753009616 + - - -0.025689788646359235 + - -0.996537541970359 + - -0.07907567390152699 + - -0.032595757209343296 + - - -0.14623378602404516 + - 0.08199705629148306 + - -0.9858459121914568 + - 0.5737202359047042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997584541474998 + - -0.01920297784307765 + - -0.010690135759649564 + - -0.03475742531109335 + - - -0.019157063780393817 + - -0.9998068884035318 + - 0.004380959730616456 + - 0.03752214688449246 + - - -0.010772198843105001 + - -0.00417510991539488 + - -0.9999332618676502 + - 0.5789220417686678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967493058887309 + - -0.03921872425445194 + - -0.07037551334225908 + - 0.048529250026991336 + - - -0.03705688193337313 + - -0.9988081391014976 + - 0.031766157557690904 + - 0.03523810656417092 + - - -0.07153746369357294 + - -0.02905499840745585 + - -0.9970146429997073 + - 0.5749501882452285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998326984092304 + - -0.028781988973143005 + - 0.050148080161800196 + - -0.042810944450797556 + - - -0.03190568508439495 + - -0.9975257486798769 + - 0.06264509541813794 + - -0.02345622333186768 + - - 0.04822095076271185 + - -0.06414029803019365 + - -0.9967751813102788 + - 0.5787983597917417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991425266943881 + - -0.032652015422944464 + - -0.1265297828737331 + - 0.025765062629240457 + - - -0.022933142745343797 + - -0.9967269681338864 + - 0.07752046154695448 + - -0.030285091331008013 + - - -0.1286468461683998 + - -0.07395401871062153 + - -0.988929113782921 + - 0.5760267986724436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989827952736924 + - -0.011287444172372162 + - -0.14182107595377155 + - 0.06439031432117623 + - - -0.025507099118599507 + - -0.9947752751161152 + - -0.09885109970158158 + - -0.03260392801300883 + - - -0.1399643235799173 + - 0.10146302588486934 + - -0.984944283958795 + - 0.573878636279048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998092168928937 + - -0.01848953247623319 + - 0.006298174722008172 + - -0.03466447312281978 + - - -0.018452167500816113 + - -0.999812099319321 + - -0.005939997408658071 + - 0.037550452794225836 + - - 0.006406819065686993 + - 0.005822649182576343 + - -0.9999625240107537 + - 0.5790070856838613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996690828477997 + - -0.038771087940228904 + - -0.07144365029710485 + - 0.048545614044207666 + - - -0.03743337742593453 + - -0.9990995809367325 + - 0.019969216973470802 + - 0.03524642031862378 + - - -0.07215354933980385 + - -0.017228758283087488 + - -0.9972447218239322 + - 0.5747943129740603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984937865428936 + - -0.029708208520612768 + - 0.046125704132625005 + - -0.04274376933934139 + - - -0.031037160835414038 + - -0.9991155944544035 + - 0.028367649978496366 + - -0.02348510649075424 + - - 0.045242158243294604 + - -0.029756533140163268 + - -0.9985327715468175 + - 0.5786974635911901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9886554263623222 + - -0.02939392989777339 + - -0.14729713102942507 + - 0.025759991586199144 + - - -0.018604331399772453 + - -0.9970772490241444 + - 0.07410019117121888 + - -0.03027022357686256 + - - -0.14904471402066657 + - -0.07051919145600385 + - -0.9863126871630967 + - 0.5758852461137927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878096394340612 + - -0.011710698439701598 + - -0.1552255642064293 + - 0.06437262861482339 + - - -0.024898462312954527 + - -0.9962143425117401 + - -0.0832889569411924 + - -0.03261165834541649 + - - -0.1536625615288263 + - 0.0861385123853192 + - -0.9843617088593216 + - 0.573699386557205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998122384050088 + - -0.01937310291011057 + - 0.00041330279477072 + - -0.03472719580600182 + - - -0.019364691625244287 + - -0.9996992132884442 + - -0.015049640152662566 + - 0.03753423264833526 + - - 0.0007047367062198681 + - 0.01503881092705487 + - -0.9998866623333241 + - 0.579141092450329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961883400308361 + - -0.03910320706369396 + - -0.07797262586280593 + - 0.04854436355945462 + - - -0.03682428983479568 + - -0.9988575989119176 + - 0.03045437200275301 + - 0.03526051231386469 + - - -0.07907441346459801 + - -0.027467003718152038 + - -0.9964902412176333 + - 0.5749964003912742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986424795679149 + - -0.028285139986004768 + - 0.04373955713560584 + - -0.04277013500594774 + - - -0.030851765810304296 + - -0.9977714500062521 + - 0.05916335097683355 + - -0.023433284053156835 + - - 0.04196863768140386 + - -0.06043247809244601 + - -0.9972896013910773 + - 0.5786715290757982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893614321741505 + - -0.02746397727352535 + - -0.14286247400431307 + - 0.025753020347822703 + - - -0.01862832277588454 + - -0.9978509236190652 + - 0.06282133254823692 + - -0.03027518115267855 + - - -0.14428077528510586 + - -0.059491715262698495 + - -0.987746826721418 + - 0.5762232450067885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890223161731038 + - -0.01297789826793256 + - -0.14719521822442574 + - 0.06436939884698686 + - - -0.026512170286141758 + - -0.9955560021054499 + - -0.09036233451240133 + - -0.03260117662560586 + - - -0.14536836979999376 + - 0.09327283006513573 + - -0.9849711753312032 + - 0.5736773672944404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997250649711354 + - -0.017238893238682534 + - 0.01589386763391586 + - -0.03470946570206629 + - - -0.017244077983892245 + - -0.9998512919296519 + - 0.000189211760736034 + - 0.03755450089580858 + - - 0.01588824228618683 + - -0.0004632348327400406 + - -0.9998736666052088 + - 0.5790936682949361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996041060747922 + - -0.03928306055923024 + - -0.07974362957161163 + - 0.04853817272778887 + - - -0.037296591576175125 + - -0.9989594172499976 + - 0.026249703700152432 + - 0.03524313591220568 + - - -0.08069181842637174 + - -0.02317161713488428 + - -0.9964697218673533 + - 0.574855972480857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989969753624331 + - -0.027719528037134324 + - 0.03516633307737263 + - -0.042758355205505985 + - - -0.029961078737755914 + - -0.997441668383105 + - 0.06490340464104155 + - -0.02344021886211498 + - - 0.03327727419095769 + - -0.06589192620137393 + - -0.9972717167772749 + - 0.5786458497862401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9880977604526751 + - -0.0305779358728964 + - -0.15075743970418531 + - 0.02572126313105458 + - - -0.02016713138704611 + - -0.9973354994228432 + - 0.0701084046502699 + - -0.030254703371258997 + - - -0.15249951672062984 + - -0.06623361252975263 + - -0.9860816426499548 + - 0.575884377117103 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845842251874259 + - -0.013055649486222787 + - -0.17442320238021378 + - 0.06434428021673232 + - - -0.027334429415285938 + - -0.996442988449219 + - -0.07971323440263567 + - -0.03258855183521652 + - - -0.1727620689868493 + - 0.08325215184535278 + - -0.9814389164550694 + - 0.5734789984747142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998067059974142 + - -0.01951255481581623 + - -0.002410569882848069 + - -0.03469344720384743 + - - -0.019528684373148614 + - -0.9997857667393908 + - -0.006859381312001195 + - 0.037558845442635116 + - - -0.00227620940474913 + - 0.0069051306931336934 + - -0.9999735686711212 + - 0.5790415281165264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966635330846086 + - -0.03753778701096433 + - -0.07247562601057363 + - 0.04852784462155142 + - - -0.0365400421713252 + - -0.9992189431337523 + - 0.015044234802235828 + - 0.03524747642867158 + - - -0.07298374570699175 + - -0.012345777779731235 + - -0.9972567145091531 + - 0.5749251111003975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983039439873271 + - -0.027552392343558336 + - 0.05128451126309052 + - -0.04277937676637482 + - - -0.030412549889234974 + - -0.997975759823866 + - 0.05585212272790466 + - -0.023453627374153296 + - - 0.04964183949635855 + - -0.057317087156665225 + - -0.9971210755426313 + - 0.5787091916663578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904859046067558 + - -0.02546053084105311 + - -0.13523843442094588 + - 0.025738767808147427 + - - -0.021810459924597646 + - -0.9993585664578191 + - 0.02840351184715052 + - -0.030288051739863993 + - - -0.13587485644229477 + - -0.025183665671730218 + - -0.9904058796120514 + - 0.5761274917560655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866344544853557 + - -0.01081371742195677 + - -0.16259002656344798 + - 0.0643661653560484 + - - -0.026529339637997827 + - -0.9951427612051893 + - -0.09480020548123295 + - -0.032604604394828283 + - - -0.16077514534515716 + - 0.09784655505652869 + - -0.982129016118969 + - 0.5736704647573436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999775377077466 + - -0.017427515151722164 + - 0.012061389026437528 + - -0.034716088012869926 + - - -0.01742222262623389 + - -0.9998480737120482 + - -0.0005437398919810161 + - 0.037575548686893535 + - - 0.012069032619581286 + - 0.00033348155073717196 + - -0.9999271109644364 + - 0.5792409550210366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977838231553308 + - -0.03779364729491236 + - -0.054763879278950905 + - 0.048541944399745816 + - - -0.03581721541904995 + - -0.9986867062633052 + - 0.036633179121890194 + - 0.03527524313131909 + - - -0.05607645967032081 + - -0.03459050385725661 + - -0.997827103116439 + - 0.5748482661563856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988238476514775 + - -0.028112668119750946 + - 0.03950442068790327 + - -0.04279221494837907 + - - -0.030665222991727158 + - -0.9973767875979263 + - 0.06556819091380332 + - -0.023439694102863742 + - - 0.03755749541124579 + - -0.06670248460162524 + - -0.9970658017836156 + - 0.5786212077262212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9865311998766448 + - -0.032460611970147796 + - -0.16031999357681787 + - 0.02572567131921183 + - - -0.017657782588655014 + - -0.9955180159535725 + - 0.09290900185619387 + - -0.03024409555584761 + - - -0.16261732498107084 + - -0.08882673348933835 + - -0.9826827652063582 + - 0.5757460794647251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853457395374264 + - -0.01316805529461304 + - -0.1700599185440246 + - 0.06435243519247788 + - - -0.025674673929813124 + - -0.9971062255625063 + - -0.07155407789280972 + - -0.032574826249740035 + - - -0.16862557544465204 + - 0.07487173875535762 + - -0.9828324567502386 + - 0.573570648514632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997811305884854 + - -0.018820537077757802 + - 0.00913664617431587 + - -0.03468322955593968 + - - -0.01880796761403491 + - -0.999822048972807 + - -0.0014597061510970293 + - 0.037555775282642936 + - - 0.009162492752483405 + - 0.0012875449207233255 + - -0.9999571945611662 + - 0.5789803508368978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962179513668143 + - -0.03866603875633498 + - -0.07781215085962516 + - 0.048553512854976576 + - - -0.03691970560880482 + - -0.9990357749795343 + - 0.023758275375133288 + - 0.03525903039243465 + - - -0.07865576083330862 + - -0.02079561871969865 + - -0.996684911860212 + - 0.5749403522614385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987408649964785 + - -0.028107841703647888 + - 0.04155278355114931 + - -0.04279028173913851 + - - -0.030244176951382738 + - -0.9982040197352193 + - 0.05171097315834476 + - -0.023436426849482387 + - - 0.04002467172406841 + - -0.052902591800518387 + - -0.9977972446515214 + - 0.5787243993892824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9949905565434245 + - -0.027161696295422994 + - -0.09620828781223315 + - 0.025749512876968396 + - - -0.02229334830602053 + - -0.9984333710075933 + - 0.05132066133362826 + - -0.030262007380364303 + - - -0.09745152133606091 + - -0.04891876851239941 + - -0.994037300646469 + - 0.5760508080543507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891188433405427 + - -0.009264141755620514 + - -0.1468267326688119 + - 0.06436688297391331 + - - -0.02629357680048485 + - -0.9930785273127098 + - -0.11447133444428705 + - -0.032616361533402735 + - - -0.1447499967796338 + - 0.1170863538929733 + - -0.982516271704619 + - 0.5736767551700737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997811305884854 + - -0.018820537077757802 + - 0.00913664617431587 + - -0.03468322955593968 + - - -0.01880796761403491 + - -0.999822048972807 + - -0.0014597061510970293 + - 0.037555775282642936 + - - 0.009162492752483405 + - 0.0012875449207233255 + - -0.9999571945611662 + - 0.5789803508368978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962179513668143 + - -0.03866603875633498 + - -0.07781215085962516 + - 0.048553512854976576 + - - -0.03691970560880482 + - -0.9990357749795343 + - 0.023758275375133288 + - 0.03525903039243465 + - - -0.07865576083330862 + - -0.02079561871969865 + - -0.996684911860212 + - 0.5749403522614385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987408649964785 + - -0.028107841703647888 + - 0.04155278355114931 + - -0.04279028173913851 + - - -0.030244176951382738 + - -0.9982040197352193 + - 0.05171097315834476 + - -0.023436426849482387 + - - 0.04002467172406841 + - -0.052902591800518387 + - -0.9977972446515214 + - 0.5787243993892824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9949905565434245 + - -0.027161696295422994 + - -0.09620828781223315 + - 0.025749512876968396 + - - -0.02229334830602053 + - -0.9984333710075933 + - 0.05132066133362826 + - -0.030262007380364303 + - - -0.09745152133606091 + - -0.04891876851239941 + - -0.994037300646469 + - 0.5760508080543507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891188433405427 + - -0.009264141755620514 + - -0.1468267326688119 + - 0.06436688297391331 + - - -0.02629357680048485 + - -0.9930785273127098 + - -0.11447133444428705 + - -0.032616361533402735 + - - -0.1447499967796338 + - 0.1170863538929733 + - -0.982516271704619 + - 0.5736767551700737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999809520241856 + - -0.018743905776239276 + - 0.0054395983308709595 + - -0.03473521955190321 + - - -0.018633886943292672 + - -0.999633916776914 + - -0.01961659212583135 + - 0.03754745875353303 + - - 0.005805298539639198 + - 0.019511494701793242 + - -0.999792778571324 + - 0.5790744365806403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969070502913788 + - -0.03777269113283142 + - -0.0689170289835979 + - 0.04853451261059041 + - - -0.035777421384991494 + - -0.9989105837850517 + - 0.02996033579997955 + - 0.03525820452974362 + - - -0.06997363216514567 + - -0.027401996401548955 + - -0.9971724130734995 + - 0.5750864682317443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985460709117361 + - -0.026769886243266275 + - 0.046788005484916434 + - -0.04277351667754764 + - - -0.029723759572848445 + - -0.9975313269258372 + - 0.06362192954032739 + - -0.023422748457974388 + - - 0.04496934937921036 + - -0.06492014319224401 + - -0.9968766887756527 + - 0.5787037979792752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928632568201395 + - -0.029700705768292174 + - -0.11550074170052271 + - 0.02575124471454908 + - - -0.02129685445508489 + - -0.9970806555861067 + - 0.07332537245932176 + - -0.0302738643043773 + - - -0.11734137056820354 + - -0.0703422656220616 + - -0.9905972786255425 + - 0.5760700490902545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858348330726473 + - -0.012429210749481376 + - -0.16725787461513056 + - 0.06435850449451189 + - - -0.026413119427745956 + - -0.9963114968830651 + - -0.08164403407918015 + - -0.032604674069722235 + - - -0.1656261725172727 + - 0.08490533492526649 + - -0.9825268724459945 + - 0.5736489704230272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999766226064947 + - -0.01803581024247257 + - 0.011924880240518998 + - -0.03470917285842523 + - - -0.018034104621444252 + - -0.9998373409174027 + - -0.0002505548250904406 + - 0.037562456812679945 + - - 0.011927459509719658 + - 3.544171404731978e-05 + - -0.9999288646966489 + - 0.5791827096098592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954983195748025 + - -0.03855539412578296 + - -0.08658277719933681 + - 0.048535985600379916 + - - -0.03657606125518331 + - -0.9990345974845112 + - 0.02433238114155079 + - 0.035242125854761046 + - - -0.08743733451336182 + - -0.021055987575180592 + - -0.9959474674501824 + - 0.5749599124566815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986809220139679 + - -0.025834798098309072 + - 0.04437318123090297 + - -0.042754180491176595 + - - -0.02838757638817038 + - -0.9979188431492688 + - 0.05789756466753432 + - -0.023453253093395663 + - - 0.042785061787225985 + - -0.05908084033631489 + - -0.9973358976759127 + - 0.5786218556860695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989308383814646 + - -0.029591504610175057 + - -0.14280498789943938 + - 0.025726484768936166 + - - -0.019962671009309516 + - -0.9974586186140265 + - 0.06839441438285121 + - -0.03025188374104404 + - - -0.14446595958988787 + - -0.06481239856312276 + - -0.9873848993742353 + - 0.575801154578748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858812303964704 + - -0.01489202058061084 + - -0.16678257485411485 + - 0.06436753438703773 + - - -0.02622610882109046 + - -0.9974773964769189 + - -0.0659623736211228 + - -0.03259918102920843 + - - -0.16537953551768758 + - 0.0694051240230499 + - -0.9837848026836457 + - 0.5736575258216307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997253465556212 + - -0.01729730929827532 + - 0.015812480680868296 + - -0.03473093566779838 + - - -0.017284943793111653 + - -0.9998501824505629 + - -0.0009183526806757817 + - 0.03757081181903502 + - - 0.015825996724124707 + - 0.0006447826121504072 + - -0.9998745531730828 + - 0.5792889596667326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965908138728367 + - -0.0391702710178923 + - -0.07261156638347678 + - 0.04853258310414376 + - - -0.036481133812937765 + - -0.9986116588493532 + - 0.03799844320318268 + - 0.035261820929142096 + - - -0.07399916607638034 + - -0.035219947168157954 + - -0.9966361817340731 + - 0.5749683784159354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985297382292211 + - -0.029367027403739747 + - 0.045562479885878644 + - -0.042762917003272824 + - - -0.03158141827142747 + - -0.998315613529969 + - 0.04866774909781469 + - -0.02344594272565908 + - - 0.04405650793978393 + - -0.05003512250160575 + - -0.9977752806240502 + - 0.5787218323236819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906698765072278 + - -0.031061481984141173 + - -0.13269657161397524 + - 0.02575072601536296 + - - -0.021789673100013326 + - -0.9972552198483028 + - 0.07076183032898208 + - -0.03028010887076425 + - - -0.13453031601593946 + - -0.06721019879647706 + - -0.9886275250317429 + - 0.5759711770257109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869252811966138 + - -0.010001529938545285 + - -0.16086783001542967 + - 0.06438706566065801 + - - -0.02635171273631305 + - -0.9946557112125689 + - -0.09982786879465137 + - -0.032592175307139815 + - - -0.15900967445676892 + - 0.10276179032650061 + - -0.9819144249261467 + - 0.5737469017960066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997482633633781 + - -0.018764648566734796 + - 0.012300319755060105 + - -0.03470237717669235 + - - -0.018575623569131113 + - -0.9997102988912135 + - -0.0153057015473861 + - 0.03753549426743089 + - - 0.01258396244939267 + - 0.015073362432007478 + - -0.999807200231157 + - 0.579062112053946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952698585124355 + - -0.03928740432583958 + - -0.08885048451175954 + - 0.04850008269221206 + - - -0.03722068301270621 + - -0.998999297106444 + - 0.024799700338903944 + - 0.035248065778830204 + - - -0.0897358874291889 + - -0.021375318527914165 + - -0.9957361931079572 + - 0.574882649211359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984480861338275 + - -0.028423653100162607 + - 0.04789065921595363 + - -0.042785076918845394 + - - -0.03072248724827857 + - -0.9983761903953506 + - 0.04796989919675255 + - -0.023456918188298356 + - - 0.046449414129527494 + - -0.049366774212103996 + - -0.9977000418617388 + - 0.5788258233975241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909074742796644 + - -0.028598997331188473 + - -0.13147043305757655 + - 0.025756035851716357 + - - -0.01898754508134902 + - -0.9970931637333285 + - 0.0737881831192907 + - -0.030254532787321483 + - - -0.1331985380868716 + - -0.07062096139187651 + - -0.9885700932476198 + - 0.575837363739133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857626491030839 + - -0.012185896260687614 + - -0.16770063674773047 + - 0.06438769991993841 + - - -0.026284290512006078 + - -0.9962767836363 + - -0.08210789523298004 + - -0.03261585789010409 + - - -0.16607569269929587 + - 0.08534678857246661 + - -0.9824127391146841 + - 0.5739139644698134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998019120044148 + - -0.01818973494213683 + - 0.008079003345171898 + - -0.034679359473300635 + - - -0.018151699422792492 + - -0.999823929842957 + - -0.004756587164256104 + - 0.03755130664055424 + - - 0.008164101933531146 + - 0.0046089973010816155 + - -0.9999560513260062 + - 0.5789844718556878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971409612166668 + - -0.037522752417906535 + - -0.06558922560059838 + - 0.04858160289609535 + - - -0.036487522285517895 + - -0.9991910084543191 + - 0.016911219397348343 + - 0.035282576903285984 + - - -0.06617071997013133 + - -0.014469681234426175 + - -0.9977033948742527 + - 0.5752296916760227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998352825194796 + - -0.029939901025665846 + - 0.04894117644828833 + - -0.04279411915201226 + - - -0.031387055285139215 + - -0.9990843870485415 + - 0.029073016980824654 + - -0.02348169250725044 + - - 0.04802592202234928 + - -0.030561248050644748 + - -0.9983784457466467 + - 0.5788876721630912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902573863991334 + - -0.02718235881686038 + - -0.13657023120398085 + - 0.025786172790203656 + - - -0.02321810841191877 + - -0.9992639341241195 + - 0.030537016890320495 + - -0.030307339062529234 + - - -0.13729977466743973 + - -0.02706860410030013 + - -0.990159614682568 + - 0.5763493357031613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879802312807509 + - -0.010958561869878137 + - -0.15419135034163864 + - 0.06434942829182656 + - - -0.02664365643043255 + - -0.9946276545880972 + - -0.10002971708746411 + - -0.03260176708274775 + - - -0.15226679930454626 + - 0.10293560438606794 + - -0.9829644363756118 + - 0.5737177379931373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997577681968194 + - -0.018426531880530006 + - 0.012036106221304434 + - -0.034699456607585055 + - - -0.018305689055580415 + - -0.9997816822359844 + - -0.010074205357595782 + - 0.03753487312671249 + - - 0.01221911119169948 + - 0.009851435846739264 + - -0.9998768136792872 + - 0.5789738480679975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971725004642568 + - -0.03953424815114612 + - -0.0639065531928102 + - 0.04859684921135381 + - - -0.03728909223417508 + - -0.9986576145352313 + - 0.03595125215001042 + - 0.0352786682995235 + - - -0.06524207168854361 + - -0.03346658264487196 + - -0.9973081068194832 + - 0.5752058555552944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982526537467056 + - -0.02742146871584572 + - 0.0523421659957436 + - -0.04272836843881921 + - - -0.029973870481931772 + - -0.9983675785306168 + - 0.048618363066278335 + - -0.023456339509385034 + - - 0.05092353459838057 + - -0.05010230725603335 + - -0.9974450122345737 + - 0.5787567375301621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925704038128046 + - -0.028436876709109098 + - -0.11830189143845947 + - 0.02576059377762903 + - - -0.023440929096179418 + - -0.9987823089896839 + - 0.04340993080324761 + - -0.03030886043216288 + - - -0.11939227913895441 + - -0.04031430629771254 + - -0.9920283465656309 + - 0.5761351386704492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895789022453897 + - -0.010517119979073208 + - -0.14360705560018752 + - 0.06443243023667954 + - - -0.026314331025980187 + - -0.9937424576356775 + - -0.1085517566640885 + - -0.03263379123187939 + - - -0.14156677651717833 + - 0.11119945179518703 + - -0.9836633213183187 + - 0.5740715224425514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998410021644032 + - -0.016860558490847003 + - 0.005804477432011667 + - -0.03471497504351362 + - - -0.0168915691393715 + - -0.9998430906986467 + - 0.005335623130158594 + - 0.03754802852990347 + - - 0.005713605069641935 + - -0.0054328215094900855 + - -0.9999689191007657 + - 0.5791361000751825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959282452709477 + - -0.03854499937018627 + - -0.08149363959894958 + - 0.04854313495418129 + - - -0.036307281429707336 + - -0.9989265972070714 + - 0.02876516482633795 + - 0.035272072021574785 + - - -0.0825149173587126 + - -0.025689227622774136 + - -0.9962586772507586 + - 0.575169219017541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9979821433237104 + - -0.028392479919419886 + - 0.056793562056263534 + - -0.042747817532017104 + - - -0.03185404308191739 + - -0.9976291416123045 + - 0.061003407652613625 + - -0.023437420009685874 + - - 0.05492687453650235 + - -0.06268941609172114 + - -0.9965204842669967 + - 0.578660639877932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919182477582985 + - -0.02716624213623558 + - -0.12393621364356022 + - 0.025757990991166192 + - - -0.02217392181606883 + - -0.9988930569927565 + - 0.0414846704574343 + - -0.03028822602294587 + - - -0.12492600592111175 + - -0.03840124971745677 + - -0.9914226329193506 + - 0.5761063560333057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879585570600198 + - -0.0127971337091163 + - -0.15418859523555775 + - 0.0644048546260436 + - - -0.026134003106215473 + - -0.9960566144016789 + - -0.08478345822334875 + - -0.03261848479717475 + - - -0.15249558489847495 + - 0.08779210827572716 + - -0.9843970958464758 + - 0.5738893011759735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998289008054569 + - -0.01818278354749384 + - -0.0033993376732357776 + - -0.03473623224072418 + - - -0.018206780194670934 + - -0.9998085565659932 + - -0.007166824427161334 + - 0.037541525502503684 + - - -0.003268374075076296 + - 0.0072274891830984836 + - -0.999968540070644 + - 0.579052307272371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949498470816336 + - -0.038823227350195576 + - -0.09256110851944796 + - 0.04851915753064555 + - - -0.03714737253772673 + - -0.9991144014469447 + - 0.019760706841030463 + - 0.03525390351319503 + - - -0.09324631094996383 + - -0.016222510269031362 + - -0.9955109018261902 + - 0.5750981325529534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990702459459377 + - -0.029741321357800516 + - 0.031210534590353185 + - -0.042779290687138 + - - -0.031205474174916415 + - -0.9983825430328815 + - 0.04752384821030214 + - -0.023460989847983667 + - - 0.029746630851950586 + - -0.04845360225090856 + - -0.9983823848515504 + - 0.5787619514899158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915741796532785 + - -0.030095313599503837 + - -0.1259957076422656 + - 0.025763205098662076 + - - -0.022658946450297406 + - -0.9979385389865563 + - 0.06004368868699528 + - -0.030284097022833873 + - - -0.12754300604380586 + - -0.05668284136073076 + - -0.9902120162392419 + - 0.5760859788938173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988407114430722 + - -0.012300848132221565 + - -0.15132767518851817 + - 0.06437071918253999 + - - -0.02640857106182195 + - -0.9954481058690408 + - -0.09157322696187722 + - -0.03261267759570576 + - - -0.14951241927414036 + - 0.09450797668433494 + - -0.9842328377095668 + - 0.5737963279415983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998191476485084 + - -0.018964043022390693 + - 0.0014272587904818424 + - -0.03468001421196513 + - - -0.018954907103518208 + - -0.9998013429138386 + - -0.006163294929029211 + - 0.037566040240443514 + - - 0.001543856245603119 + - 0.006135126724862097 + - -0.9999799881637447 + - 0.579111286707315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968334395754727 + - -0.03874368356989455 + - -0.06944077136357513 + - 0.04851554986985923 + - - -0.03704284397977403 + - -0.998985298282691 + - 0.025616430761001563 + - 0.035262851127374144 + - - -0.07036278458121559 + - -0.02296303112568006 + - -0.9972571271981457 + - 0.5749892601676388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991059656363022 + - -0.027639878847319894 + - 0.031989162653276004 + - -0.04277435353766028 + - - -0.029651735304438237 + - -0.9974946416371261 + - 0.06422783274139375 + - -0.02342991645837257 + - - 0.030133768821503246 + - -0.06511894503542266 + - -0.9974224175213254 + - 0.5786737069876593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991675843966226 + - -0.03050851384913535 + - -0.12509296973287765 + - 0.025767040373236638 + - - -0.02206046092823127 + - -0.9974159663634704 + - 0.06837196872154071 + - -0.03029809830614983 + - - -0.12685565244602826 + - -0.06504322121437771 + - -0.9897863521066306 + - 0.5759931674412716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862443765435948 + - -0.01305927177729322 + - -0.16477707715814974 + - 0.06437617710511859 + - - -0.027270141971283517 + - -0.996069050181953 + - -0.08427803169562748 + - -0.032601531659166585 + - - -0.16302873701590795 + - 0.08761222911369132 + - -0.9827236275864792 + - 0.5737229211410586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996973155103418 + - -0.018028345726794737 + - 0.01674085158441314 + - -0.03471445513309059 + - - -0.017759937473540217 + - -0.9997135186058437 + - -0.01604572646095333 + - 0.037538963050817026 + - - 0.01702533354598752 + - 0.01574355319103531 + - -0.9997311031225192 + - 0.5791272686229718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950351797485052 + - -0.03993286175770079 + - -0.09116116286391007 + - 0.048518401067935486 + - - -0.03700788831115012 + - -0.9987514813265471 + - 0.03355435516855382 + - 0.035244858083068986 + - - -0.09238726787609544 + - -0.03001408169290498 + - -0.9952706906337203 + - 0.5748716247425546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.987238210530928 + - -0.02813201140412774 + - -0.1567459907048636 + - 0.02572686328170368 + - - -0.019355373634111505 + - -0.9981727690350096 + - 0.057240655730574304 + - -0.030277211871483536 + - - -0.1580698743568018 + - -0.053476285317327475 + - -0.9859788038946302 + - 0.5759354227230377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896341808894457 + - -0.008504092973281752 + - -0.14335922857625152 + - 0.06440488640783483 + - - -0.026046142440086947 + - -0.9923184599293741 + - -0.12093664683373007 + - -0.03264077747488556 + - - -0.14122955242889804 + - 0.12341699431641265 + - -0.982253765090588 + - 0.574009463259746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997497543953761 + - -0.01827061422635055 + - 0.01290787519993897 + - -0.034676002345050846 + - - -0.018209848837001 + - -0.999822618939029 + - -0.00480958035960115 + - 0.0375352479499276 + - - 0.012993459574682027 + - 0.004573326327058312 + - -0.9999051228464568 + - 0.5790238681192197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956962355600809 + - -0.03860624340693355 + - -0.0842529789472672 + - 0.04852139407250155 + - - -0.036534965514912886 + - -0.9989943656833636 + - 0.025989490716779185 + - 0.03527692733446293 + - - -0.08517160786499324 + - -0.022799458390453612 + - -0.9961054070281886 + - 0.5752322741402611 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9981405016014244 + - -0.02751024945162523 + - 0.05439416547724862 + - -0.04277931375147617 + - - -0.031012338567558355 + - -0.9974276556820388 + - 0.06462434941415798 + - -0.023430614846242447 + - - 0.052476412981720504 + - -0.06619107081579359 + - -0.9964260977236749 + - 0.578654557284258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902919846351373 + - -0.03226175511015049 + - -0.13520711639781943 + - 0.025755063472076907 + - - -0.02055516797800613 + - -0.9959873945987913 + - 0.08710106124328715 + - -0.03025438534764115 + - - -0.1374746166999449 + - -0.08347627781306247 + - -0.9869814794643712 + - 0.5758787296084527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897505465492568 + - -0.01480377077091011 + - -0.14203768505720515 + - 0.06436835753064994 + - - -0.025386731552314294 + - -0.9970096709472562 + - -0.07298787501178555 + - -0.03259455145823392 + - - -0.1405324498702637 + - 0.07584566176524302 + - -0.9871666860894647 + - 0.5736438121711768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997206767918307 + - -0.017409190871842083 + - 0.015984006633866517 + - -0.034720304172242034 + - - -0.017414398366160683 + - -0.9998483404441365 + - 0.00018665650750419874 + - 0.037543432157916834 + - - 0.015978332967752883 + - -0.00046495622901920354 + - -0.9998722301830758 + - 0.5791908417081773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968482775930961 + - -0.03910686663102417 + - -0.06902292692997532 + - 0.048571743235408936 + - - -0.036198498166618284 + - -0.9984235590317663 + - 0.042895984670155506 + - 0.03528593387728337 + - - -0.07059164391171772 + - -0.04026226214017504 + - -0.9966924149692306 + - 0.5753113813661614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989231172857896 + - -0.02905746562770703 + - 0.03617000751085372 + - -0.04277145192362588 + - - -0.03073654745893089 + - -0.9984328853895806 + - 0.04676577833140322 + - -0.02346512573557493 + - - 0.034754429967206756 + - -0.04782715822554878 + - -0.9982508164453077 + - 0.5787134425092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907494612162965 + - -0.026732543603099835 + - -0.1330446399225718 + - 0.025776098710127125 + - - -0.02357269870486779 + - -0.9994027180806441 + - 0.025269249470268068 + - -0.030306413047755824 + - - -0.13364068607796034 + - -0.021899274086815863 + - -0.9907878626724709 + - 0.5762045821417164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885846108199782 + - -0.011195182207616639 + - -0.15025024174772772 + - 0.06438674996707575 + - - -0.024313328718845055 + - -0.996019287871528 + - -0.08575803306106942 + - -0.03260706593684671 + - - -0.14869206198221124 + - 0.08843215525606259 + - -0.9849215322147475 + - 0.5738416276020819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997498563300615 + - -0.016979510403252844 + - 0.014557506465291225 + - -0.0347137388077525 + - - -0.01680727953511437 + - -0.9997882524513253 + - -0.0118728941271342 + - 0.03752897379322081 + - - 0.014756019878330773 + - 0.011625252117328065 + - -0.9998235411264127 + - 0.5791209238391443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965891933310619 + - -0.0388107247736261 + - -0.07282655682022429 + - 0.04854334155491635 + - - -0.03638378155826573 + - -0.9987469778904929 + - 0.034361236795671164 + - 0.035273409965727746 + - - -0.07406888803852746 + - -0.03159433172506786 + - -0.9967525259700037 + - 0.5750078372824216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998918359327098 + - -0.02824428559988809 + - 0.03693740286228326 + - -0.04277183389402865 + - - -0.03021090077046487 + - -0.9980938212099132 + - 0.05381473345869158 + - -0.023465567680233498 + - - 0.035347034867097164 + - -0.0548724374667724 + - -0.9978675276471113 + - 0.578759962035355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9948867218101318 + - -0.0289389596998258 + - -0.09676232416277138 + - 0.025750955634260046 + - - -0.022850907777963655 + - -0.9977237348927518 + - 0.06344434447120352 + - -0.0302747020226546 + - - -0.09837808078841746 + - -0.060908828942523516 + - -0.9932833773789017 + - 0.5763171787290431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988771022935916 + - -0.014779513923613437 + - -0.1487058511641152 + - 0.06438236332565052 + - - -0.026873533635132972 + - -0.9964605018152229 + - -0.07965099818656309 + - -0.032600178966857185 + - - -0.14700230403712602 + - 0.08275285064779471 + - -0.9856684474596114 + - 0.5737784697548179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998063415126284 + - -0.017368377642289046 + - 0.009253049724737346 + - -0.034726498053722674 + - - -0.017252920075709617 + - -0.99977407909115 + - -0.012414810763929232 + - 0.037537834106911264 + - - 0.009466584389039377 + - 0.012252764403098223 + - -0.999880119586587 + - 0.5790971586237705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965104706190536 + - -0.04037726279616513 + - -0.07305175285837902 + - 0.04854278148174626 + - - -0.03802719006261193 + - -0.9987223619767146 + - 0.033280271987998995 + - 0.035278803188215274 + - - -0.07430218544924676 + - -0.030386186610738452 + - -0.9967727247977465 + - 0.5750215701324006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986813224170485 + - -0.030104918795285696 + - 0.041584974686350966 + - -0.04279175256529185 + - - -0.032050658932968275 + - -0.9983832195358738 + - 0.046943606712159726 + - -0.023458936586451512 + - - 0.0401045074436495 + - -0.04821452907073386 + - -0.9980315564495893 + - 0.5788028129559477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909757156959961 + - -0.03265823435871259 + - -0.1300021947098579 + - 0.02576609836220917 + - - -0.021957334519718097 + - -0.9963149732542815 + - 0.08291169718507384 + - -0.030277933232872953 + - - -0.13223088278309875 + - -0.07930897678000638 + - -0.9880410314559364 + - 0.5760654119522645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838071549886033 + - -0.010668500856965317 + - -0.1789124503289115 + - 0.06437858021542928 + - - -0.02655101701618507 + - -0.9958880143257334 + - -0.0866147009332379 + - -0.03260502413561524 + - - -0.17725271588507902 + - 0.0899624700184078 + - -0.9800450136088396 + - 0.5737246632002918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997394614333681 + - -0.018336216553428934 + - 0.01359383740614943 + - -0.03468628555663859 + - - -0.0183513854687526 + - -0.9998311070719782 + - 0.000991958970641724 + - 0.03755559142106498 + - - 0.013573352728649053 + - -0.0012411662773131513 + - -0.9999071074864782 + - 0.5789560241894374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964533934195845 + - -0.03887528673099061 + - -0.07462805654831138 + - 0.0485710278343216 + - - -0.03663304238421124 + - -0.998842138153819 + - 0.03118338105439189 + - 0.03526567489359351 + - - -0.0757539104487107 + - -0.028338933111359176 + - -0.9967237580803611 + - 0.5752011006698242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991858607288094 + - -0.02824961019971366 + - 0.028802347876389182 + - -0.04277408366739336 + - - -0.02964456903065196 + - -0.9983482136905661 + - 0.049214263662499314 + - -0.023448514201764945 + - - 0.02736448878775588 + - -0.050028029587615416 + - -0.9983728667231321 + - 0.5788307463512283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923829236520091 + - -0.031102592435229563 + - -0.11920051001442344 + - 0.02576654868495349 + - - -0.02354153485076464 + - -0.9976514192808876 + - 0.0643229488106765 + - -0.030291860883929822 + - - -0.1209211684559858 + - -0.06102683303792421 + - -0.9907844350153067 + - 0.5761342317469209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870987572436364 + - -0.014860030669602571 + - -0.15942152595106782 + - 0.06435823497795988 + - - -0.025974099328161283 + - -0.9973567303616717 + - -0.06785940293258963 + - -0.03259973524526822 + - - -0.15799173906302613 + - 0.07112476285215447 + - -0.9848755649812145 + - 0.5737220295891052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997703461188739 + - -0.01785817570894289 + - 0.011846543027218196 + - -0.03471709476824871 + - - -0.017609534935762953 + - -0.9996291697145577 + - -0.02077082894662137 + - 0.03752243042949672 + - - 0.012213079083235072 + - 0.020557446731833753 + - -0.9997140751650815 + - 0.5790118222737171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997404969458004 + - -0.038010211984818895 + - -0.06114368884314374 + - 0.04851905853914465 + - - -0.03637886321599511 + - -0.9989575145418839 + - 0.027576483666594633 + - 0.03524283854180065 + - - -0.06212813542663234 + - -0.025280583956292874 + - -0.997747957584098 + - 0.574910472325761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984066530369576 + - -0.026588679673578305 + - 0.04977145049881453 + - -0.04278088937711713 + - - -0.030444861495688137 + - -0.9964573377083346 + - 0.07839569207377466 + - -0.023418784248213746 + - - 0.04751068911359282 + - -0.07978606545276921 + - -0.9956791241055111 + - 0.5786234528868046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993853508636208 + - -0.027105505539584393 + - -0.10733356856520854 + - 0.025770385082165795 + - - -0.02218707198194518 + - -0.9986599098213315 + - 0.04675594456876507 + - -0.030305517975780974 + - - -0.10845707541865005 + - -0.04408714194743189 + - -0.9931230471127632 + - 0.5761657548813829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98632126788633 + - -0.013541556278008533 + - -0.16427715230266182 + - 0.06439370668054195 + - - -0.02717443113122975 + - -0.9963414840610237 + - -0.08102590592996124 + - -0.032612310272306114 + - - -0.1625789248574257 + - 0.08438171243016111 + - -0.9830807798953031 + - 0.573844640853967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995682312874289 + - -0.01744036622731334 + - 0.02364708495308187 + - -0.03470475138876916 + - - -0.017334224225232057 + - -0.9998387692045803 + - -0.004686178184713436 + - 0.03753144125877658 + - - 0.023725000978513384 + - 0.0042742509667419125 + - -0.9997093853251765 + - 0.5791702985732606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969312807354123 + - -0.03795305053805306 + - -0.06846595830123772 + - 0.04855246205215877 + - - -0.036361740901471415 + - -0.9990422066166025 + - 0.02434118315210537 + - 0.03528244376550917 + - - -0.06932420421371668 + - -0.02177694545812309 + - -0.9973564655411068 + - 0.5751891131412288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989441341895547 + - -0.029603796241542725 + - 0.03513163839575695 + - -0.04277555495122422 + - - -0.03083968985530621 + - -0.9989052322728255 + - 0.035174571320786184 + - -0.023437244001800632 + - - 0.03405187656957434 + - -0.03622088052576541 + - -0.9987634942848225 + - 0.5788641320365047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919455846207035 + - -0.025180338665879688 + - -0.12413664928683359 + - 0.025753048634709085 + - - -0.02133119171757971 + - -0.999252509854747 + - 0.03223975509983713 + - -0.03029407806446263 + - - -0.12485566631674581 + - -0.02933210005542084 + - -0.9917412417031678 + - 0.5762580636038999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862523279233105 + - -0.0115252413261644 + - -0.1648439094362435 + - 0.06438295823593627 + - - -0.026552955779761397 + - -0.9956550161153532 + - -0.08925261578068368 + - -0.03260526208207339 + - - -0.163099007370397 + - 0.09240269312476763 + - -0.9822731066755731 + - 0.5738528595881304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998176092520796 + - -0.018831151329582255 + - -0.0031837036699425836 + - -0.03472362991030929 + - - -0.018857089039980374 + - -0.9997875432482876 + - -0.008323374225179253 + - 0.03749345886323742 + - - -0.0030262885509953564 + - 0.008381891502310121 + - -0.9999602919478604 + - 0.5790848888377613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962844686708494 + - -0.03710587809878296 + - -0.07772008296290919 + - 0.04856658431607362 + - - -0.037620368577569424 + - -0.9992787519566909 + - -0.005165632194293123 + - 0.03522609235949974 + - - -0.07747235218664175 + - 0.008070297292984276 + - -0.9969618372577119 + - 0.5749039902303591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998892604451757 + - -0.028152541476013322 + - 0.037696142773858854 + - -0.042762945388388714 + - - -0.03010485981105921 + - -0.9981793088528813 + - 0.05226628735370784 + - -0.023461489817110836 + - - 0.03615608091790748 + - -0.053343244993393844 + - -0.9979214578443697 + - 0.578751640544494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923955300995808 + - -0.029667097015741436 + - -0.1194611869731358 + - 0.025745227559458086 + - - -0.021662391332066395 + - -0.9974666849951762 + - 0.06775657257056658 + - -0.03026939297985973 + - - -0.12116869496758782 + - -0.06465350477269291 + - -0.9905241398777008 + - 0.5759871084370694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874844965314836 + - -0.010661593067816026 + - -0.1573553289317483 + - 0.06437163619159951 + - - -0.026627465771559382 + - -0.9946604162359499 + - -0.0997077451350291 + - -0.03259130469379397 + - - -0.15545207356785834 + - 0.10264982614005629 + - -0.9824956315510365 + - 0.5736547974309509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998017092812693 + - -0.017681560992062036 + - 0.009159941000694583 + - -0.03470742611357513 + - - -0.017678751735071593 + - -0.9998436435377286 + - -0.0003875748821771587 + - 0.037542950322192556 + - - 0.009165361713643306 + - 0.00022556170681602703 + - -0.9999579717501004 + - 0.5790017858598823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962359615335097 + - -0.0377220111975747 + - -0.07804459506342126 + - 0.04854553843732872 + - - -0.036720829097917025 + - -0.9992243221840035 + - 0.014224439049761024 + - 0.03525242538830477 + - - -0.07852063205148643 + - -0.011305035476673445 + - -0.996848386925066 + - 0.5749239448561239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991774276882122 + - -0.027461110085156365 + - 0.02983882422714686 + - -0.04274174639800402 + - - -0.02929302093989003 + - -0.9975962634204323 + - 0.06279820167653745 + - -0.023426986942704054 + - - 0.028042591224471527 + - -0.06362061491751576 + - -0.9975800872285567 + - 0.578596095249784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914313138692363 + - -0.032118733998383386 + - -0.1266188643364837 + - 0.02572506730723575 + - - -0.020778354719681744 + - -0.9957351626639954 + - 0.08988740629059118 + - -0.030284686095466286 + - - -0.1289659251688711 + - -0.08648625764159194 + - -0.9878703950339283 + - 0.5758557446611903 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876402129252452 + - -0.013272805522159738 + - -0.15617503784711326 + - 0.06438642958824684 + - - -0.02655085030504368 + - -0.9961754254384003 + - -0.08324406345620955 + - -0.0326044878479555 + - - -0.15447285250507772 + - 0.08636176460791667 + - -0.9842153135634252 + - 0.573792694652669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999831333305923 + - -0.01828865897933878 + - 0.0016822284142377195 + - -0.034689073269703226 + - - -0.01825506918403536 + - -0.9996679271927386 + - -0.018187572439972256 + - 0.03749625549556389 + - - 0.002014296101942422 + - 0.018153795606170264 + - -0.9998331772432353 + - 0.5787349420427698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966464878517044 + - -0.0380367089201588 + - -0.07244989321859369 + - 0.04854203299621523 + - - -0.03642971027348596 + - -0.9990628029847096 + - 0.02337502730960277 + - 0.03525499892114474 + - - -0.07327110250468724 + - -0.020657310252254913 + - -0.9970981000237085 + - 0.575082350128617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992212488203236 + - -0.030502681261168757 + - 0.025029629278765186 + - -0.04281513657855634 + - - -0.031239655871253005 + - -0.9990734966761528 + - 0.02960121856160038 + - -0.023492625514841405 + - - 0.02410352270931705 + - -0.030360083582979338 + - -0.9992483602777822 + - 0.5790433578008585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911472771715617 + - -0.02565398409958246 + - -0.13026491490504183 + - 0.02575975511127408 + - - -0.0220489437222602 + - -0.9993349776981814 + - 0.02904214919233096 + - -0.030288326988349035 + - - -0.1309233326650831 + - -0.025912843317462818 + - -0.9910537853795193 + - 0.5762047706290381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879251951404094 + - -0.013731249352084359 + - -0.1543219414017816 + - 0.06437215990392421 + - - -0.02616136644240893 + - -0.9965465595052527 + - -0.07880696443913328 + - -0.032591975203322444 + - - -0.15270688168072202 + - 0.08189265858107002 + - -0.9848726825117423 + - 0.5737472991471544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998037372671226 + - -0.0190655696934135 + - -0.005384329016698504 + - -0.03471503818441002 + - - -0.019100602434676126 + - -0.9997962309916693 + - -0.006531728828198581 + - 0.03756704324159757 + - - -0.005258700726121748 + - 0.006633290821173794 + - -0.9999641721179587 + - 0.5792298622287761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961993871753119 + - -0.03933441772948988 + - -0.07771476419198017 + - 0.04856561842193227 + - - -0.0370868112041548 + - -0.9988569268709449 + - 0.03015639362787415 + - 0.035263739173043304 + - - -0.0788121147174752 + - -0.027159588064142325 + - -0.9965194465488094 + - 0.5750650477839266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987806805637099 + - -0.0292533092773835 + - 0.039766770412168854 + - -0.04276375352888281 + - - -0.03093771936294026 + - -0.9986206078450717 + - 0.042423332115240575 + - -0.023445521900208606 + - - 0.038470893586091175 + - -0.04360189770482242 + - -0.9983080010013073 + - 0.5788177044518199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896430180865876 + - -0.027901559439834772 + - -0.14081264053093873 + - 0.025750849709343604 + - - -0.018846137459248943 + - -0.9976918077842739 + - 0.06523710434266686 + - -0.030268762933460695 + - - -0.1423078348346889 + - -0.06190767045346058 + - -0.987884568400423 + - 0.5760544829754345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864866192047952 + - -0.01207602191448087 + - -0.16339620504961108 + - 0.06436056370405101 + - - -0.027048695080619217 + - -0.9955994496624077 + - -0.08972237138164788 + - -0.03259568066084373 + - - -0.16159368250129477 + - 0.09292957293903614 + - -0.9824721758141748 + - 0.5736426576457101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999801156515975 + - -0.01909581845880546 + - -0.00574431429391806 + - -0.0347033638933812 + - - -0.01910614992404184 + - -0.9998159309315069 + - -0.0017490828009965721 + - 0.037521316904994134 + - - -0.005709856775699596 + - 0.0018584867373889885 + - -0.999981971618813 + - 0.5788386127172438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971064688972913 + - -0.03734848210663622 + - -0.06621012435802665 + - 0.04852287376279255 + - - -0.03598493477018624 + - -0.9991173802169121 + - 0.021668987472410833 + - 0.035228027781420874 + - - -0.0669609897833098 + - -0.019223720577045696 + - -0.9975703856943704 + - 0.5746634897077616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998970584828938 + - -0.02828750150220853 + - 0.03546248588709414 + - -0.04278309229240288 + - - -0.030468990448723143 + - -0.9975757090227312 + - 0.06256472959129165 + - -0.023430214301235743 + - - 0.033606714620227594 + - -0.06358083065325883 + - -0.9974106810666692 + - 0.5787082530473726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898509800153216 + - -0.026796059599191256 + - -0.1395600535707269 + - 0.025760029959206752 + - - -0.024153125434879533 + - -0.9994960617773965 + - 0.02059730621225928 + - -0.03028901215004116 + - - -0.14004165057023052 + - -0.01701745226028824 + - -0.98999936486047 + - 0.5760720779565818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879697013451721 + - -0.012201468452861141 + - -0.15416547405799116 + - 0.06439839956904991 + - - -0.026600045898198418 + - -0.9954329376063038 + - -0.09168262805297107 + - -0.03261802521184675 + - - -0.15234272802515073 + - 0.0946804673418944 + - -0.9837821416969189 + - 0.5738390334296414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998015870017154 + - -0.019901823643736893 + - 0.000839073599174639 + - -0.03467288140382771 + - - -0.019900596669488003 + - -0.9998009176628212 + - -0.0014461302772685815 + - 0.03755175147709607 + - - 0.000867687184185518 + - 0.0014291452809511685 + - -0.9999986023303814 + - 0.5790041046529152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969820392621185 + - -0.03803647747641638 + - -0.06767599108940894 + - 0.048565512889183024 + - - -0.036769316736433605 + - -0.9991261686097305 + - 0.019872507289639782 + - 0.035259264485839936 + - - -0.06837273385994971 + - -0.01732413289105785 + - -0.997509420348545 + - 0.5750744614615739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990326141462381 + - -0.026751004073261433 + - 0.034903003498352944 + - -0.042767610497728856 + - - -0.02866698407874741 + - -0.9980414496271037 + - 0.055600978858819525 + - -0.023424111158254095 + - - 0.03334726219590643 + - -0.056547755104003936 + - -0.9978428290551252 + - 0.5785509078832347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9938350087471589 + - -0.02914964233589585 + - -0.106968564261768 + - 0.02576774099377825 + - - -0.02334732708307774 + - -0.9982078185768399 + - 0.05510039246813513 + - -0.030291665586652923 + - - -0.10838301392104958 + - -0.05226326897311425 + - -0.992734442340767 + - 0.5760735142893837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988815119794061 + - -0.01166774190410899 + - -0.1486893495362592 + - 0.06437717004044251 + - - -0.027270842123835452 + - -0.9942726250148437 + - -0.10333561010584869 + - -0.032608828639862544 + - - -0.14663205664694748 + - 0.10623469746250627 + - -0.9834699939594168 + - 0.5737472678261625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997658266825302 + - -0.020266511795722083 + - 0.007586850297120298 + - -0.03469427596641758 + - - -0.020264041020004963 + - -0.9997945822584038 + - -0.00040240313508887044 + - 0.03752693397768772 + - - 0.00759344713135035 + - 0.0002485686573782838 + - -0.9999711384706489 + - 0.5788870041201196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974919808193144 + - -0.038726322790342764 + - -0.0592454228130619 + - 0.048550178754975255 + - - -0.03677811886066206 + - -0.9987574800322516 + - 0.033628351917661545 + - 0.035264476349113 + - - -0.06047411160348956 + - -0.031365076163868244 + - -0.9976768584180972 + - 0.5747382228207686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992383400721558 + - -0.026366296434525618 + - 0.028767310304745403 + - -0.04276146560651632 + - - -0.027608551901840032 + - -0.9986641852484793 + - 0.043676228819275846 + - -0.023450452040399562 + - - 0.027577302111087564 + - -0.044437186165609745 + - -0.9986314780207742 + - 0.5787190295350991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891321495613657 + - -0.030211011793298763 + - -0.14389192288150562 + - 0.025756773704123777 + - - -0.020854400893861758 + - -0.9975953492192567 + - 0.06609548531834519 + - -0.030279877226193356 + - - -0.14554272454324227 + - -0.06237638962407691 + - -0.9873836647170113 + - 0.5760056158723457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868291342948511 + - -0.009969236706268383 + - -0.16145858300619736 + - 0.06437729084095271 + - - -0.027841166479746625 + - -0.9936726030307168 + - -0.10881005208713973 + - -0.03262087278887791 + - - -0.15935221729214116 + - 0.1118721247927893 + - -0.9808626298001287 + - 0.5738489438206578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998221678605457 + - -0.017901444810217985 + - 0.0059305082704156796 + - -0.034722847457584465 + - - -0.017897092670153165 + - -0.9998395251691145 + - -0.0007861193009545199 + - 0.03753457505699639 + - - 0.005943629244384205 + - 0.0006798406475806256 + - -0.9999821053839407 + - 0.5790839769150311 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973517094383713 + - -0.03795196578436592 + - -0.062042050042377825 + - 0.04856646696705005 + - - -0.036812621922392506 + - -0.9991337530250186 + - 0.019405525845481 + - 0.035260528516984246 + - - -0.0627247841571223 + - -0.017070203843040758 + - -0.9978848679047092 + - 0.5750558565063812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989296548500262 + - -0.03018758006551186 + - 0.03504646445785804 + - -0.042826350220273146 + - - -0.03102807865577862 + - -0.99923769732911 + - 0.023691402899559108 + - -0.023444189098908507 + - - 0.034304562322501814 + - -0.02475346937717486 + - -0.999104830714803 + - 0.579001212179405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9955862045353087 + - -0.025473653196976146 + - -0.09032830304936906 + - 0.025781843442106274 + - - -0.024968768217095035 + - -0.9996656772444513 + - 0.006715232915805173 + - -0.030320429523626083 + - - -0.0904691657566237 + - -0.004430206788933832 + - -0.9958894031543402 + - 0.5763594179685988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897811188946712 + - -0.013963115868581105 + - -0.14190971804232863 + - 0.06439485246630605 + - - -0.02605442218812316 + - -0.996149749843643 + - -0.08370688723690246 + - -0.032618257275108836 + - - -0.1401945211627604 + - 0.08654887221500375 + - -0.9863340149027896 + - 0.5738814429849414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997122864168569 + - -0.017867213327139926 + - 0.016003345747140615 + - -0.03471823365516016 + - - -0.017614317297160807 + - -0.9997199035152995 + - -0.01580665497551809 + - 0.03754724742547323 + - - 0.01628128414268948 + - 0.015520219176371275 + - -0.99974698928448 + - 0.5791143705058055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963161118155476 + - -0.03908765452433807 + - -0.0763306006823954 + - 0.048542848111772036 + - - -0.03747809207364716 + - -0.9990462028312258 + - 0.02240707975237977 + - 0.035238166847434284 + - - -0.07713363696383398 + - -0.019463809295620287 + - -0.9968307590440999 + - 0.5748774911769312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998814919868253 + - -0.02881269654718047 + - 0.03922479274968292 + - -0.042793079425365595 + - - -0.031108142902284603 + - -0.9977597726828429 + - 0.0592260032507073 + - -0.023452863728597607 + - - 0.0374304594380903 + - -0.06037602614914174 + - -0.9974736568815699 + - 0.5787634436869663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929754088196624 + - -0.03255518354214654 + - -0.11375410983327798 + - 0.025764925813022647 + - - -0.0228716746860474 + - -0.996082657116165 + - 0.08541795296924722 + - -0.03027522445593321 + - - -0.11608929311732387 + - -0.0822161797758693 + - -0.98983017523542 + - 0.575991323631918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900962132019453 + - -0.014288145031691103 + - -0.13966151049849634 + - 0.06441426005875373 + - - -0.026068553032820595 + - -0.9962178483558265 + - -0.0828880519741128 + - -0.032603936501284646 + - - -0.13794897297893616 + - 0.08570791987232897 + - -0.9867239904477928 + - 0.5739646411540428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997595331072607 + - -0.01758385063347545 + - 0.013102830154271767 + - -0.034695150831763666 + - - -0.017563549607146685 + - -0.9998443662424096 + - -0.0016628344811573895 + - 0.037565434952141284 + - - 0.013130029944724652 + - 0.0014323024171079962 + - -0.9999127716073222 + - 0.5791728626953594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964678639369093 + - -0.038792547942546586 + - -0.07447774409270437 + - 0.048565352541941165 + - - -0.03715741056458121 + - -0.9990396940449274 + - 0.02321673023390221 + - 0.03523970126718897 + - - -0.07530685879219957 + - -0.02036732546859957 + - -0.9969523805438797 + - 0.5750943732068241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988526661994862 + - -0.027774998275881146 + - 0.039011545687816555 + - -0.04275490463958841 + - - -0.030277026751939655 + - -0.9974205132011665 + - 0.06508165253421715 + - -0.02345459853804015 + - - 0.03710327313378336 + - -0.06618813576689588 + - -0.9971170832988789 + - 0.5786453975242893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888714242336375 + - -0.02842100012573934 + - -0.1460327123831852 + - 0.02574409130857479 + - - -0.020769122490699937 + - -0.9983433220152047 + - 0.053658689311355263 + - -0.030275619753101817 + - - -0.147315816819185 + - -0.050028573230694616 + - -0.9878234619482361 + - 0.5760425678565736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989618049594725 + - -0.0154636884941896 + - -0.14288803397936112 + - 0.06435279094504649 + - - -0.02589180978239536 + - -0.9971107604742339 + - -0.07141250263564779 + - -0.0325897365274673 + - - -0.14137089552848087 + - 0.07437073137094198 + - -0.9871591888914502 + - 0.5735460378531256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998060067365606 + - -0.018785382668555572 + - 0.005921004263514771 + - -0.03470126533049614 + - - -0.018818678659558535 + - -0.9998071250025242 + - 0.00561873007860578 + - 0.03753501287937472 + - - 0.005814312255194456 + - -0.005729065559398405 + - -0.9999666852354714 + - 0.5789500131558057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977921721895157 + - -0.036460775866019486 + - -0.05551029580695653 + - 0.04852557660360764 + - - -0.03597167633336861 + - -0.9993049033613113 + - 0.009785122370630363 + - 0.035228140011677095 + - - -0.055828483940505616 + - -0.0077667201113941035 + - -0.9984101654328327 + - 0.5747276178263799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990131450890068 + - -0.02810867669053664 + - 0.034389507616102696 + - -0.042791370679757655 + - - -0.02956368529407491 + - -0.9986564373249949 + - 0.042559472520002264 + - -0.023431809103903845 + - - 0.033147012704073386 + - -0.04353415307611727 + - -0.9985019043871376 + - 0.5788217287908217 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926587291032418 + - -0.024137091239140623 + - -0.11851602575875593 + - 0.02575908126645296 + - - -0.02275747089420154 + - -0.9996567424342379 + - 0.012980555622466238 + - -0.03028903997325545 + - - -0.11878865709164436 + - -0.010188136840549948 + - -0.9928672906356028 + - 0.576492080289967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876676175178508 + - -0.014316374254992808 + - -0.15590932856889392 + - 0.0644011553091063 + - - -0.025537965861350393 + - -0.9972051588891746 + - -0.07021170404199388 + - -0.032593962929672815 + - - -0.1544684097357024 + - 0.07332743356348302 + - -0.9852728545335633 + - 0.5739715480142529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997837262922347 + - -0.019398013373618773 + - 0.007497847582543285 + - -0.03468946993102658 + - - -0.01922863706057766 + - -0.9995722044342391 + - -0.022037868301349097 + - 0.03753689834257293 + - - 0.007922130900630344 + - 0.021888928699960068 + - -0.9997290206062645 + - 0.5789568153256559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977736623479393 + - -0.035433194603397895 + - -0.05649962340563137 + - 0.04852644277723881 + - - -0.03493838765398503 + - -0.9993421806272783 + - 0.009721887021408514 + - 0.03520322628641606 + - - -0.056806934373545455 + - -0.007726237073433557 + - -0.9983552861921279 + - 0.57479805354659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990860506363108 + - -0.027201186439838865 + - 0.03297209244503444 + - -0.042726237809645906 + - - -0.028688935371024873 + - -0.998551326263119 + - 0.04552135548777374 + - -0.02342092975080402 + - - 0.03168609176304218 + - -0.04642568550309448 + - -0.9984190739936577 + - 0.5787756907309238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909884329559342 + - -0.030190977348537276 + - -0.13050069208353696 + - 0.025723880582918 + - - -0.022974075273623287 + - -0.9981406187776224 + - 0.056457922486987624 + - -0.030293991958008772 + - - -0.1319625614061197 + - -0.05295101541014034 + - -0.989839417458292 + - 0.5761668905888819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98545474837388 + - -0.014255173133401038 + - -0.16933909455973106 + - 0.06436491087182275 + - - -0.02596146996784189 + - -0.9974072508977831 + - -0.06711764249164093 + - -0.03258031558066473 + - - -0.16794326716031704 + - 0.07053769131084203 + - -0.9832697967089474 + - 0.5736222508101753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997910132453046 + - -0.019980599462958555 + - -0.004324983124582339 + - -0.034675945035483643 + - - -0.019973713596796408 + - -0.999799177584328 + - 0.0016294989580824366 + - 0.0375122523242617 + - - -0.004356672937030274 + - -0.001542772440142022 + - -0.999989319570023 + - 0.5786081595075991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963895881607385 + - -0.036229436586360554 + - -0.07678031342413756 + - 0.04850501359711457 + - - -0.036440023109325016 + - -0.9993349393483082 + - -0.001343024015082151 + - 0.03520372854231206 + - - -0.07668059285546623 + - 0.004136051540794477 + - -0.9970471301583421 + - 0.5745925523503383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992403938921679 + - -0.029859592911681 + - 0.025040765271329337 + - -0.04280823480465626 + - - -0.031220743655029436 + - -0.9979506988418203 + - 0.05585398684740177 + - -0.023451556993831203 + - - 0.02332167189229929 + - -0.056593351131307645 + - -0.9981248880916038 + - 0.5786638166330246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909153090688401 + - -0.02919837803092128 + - -0.13127949182324125 + - 0.02576342132566947 + - - -0.02173684224530106 + - -0.998084831112195 + - 0.057915279442854684 + - -0.030287560579628267 + - - -0.13271910164783343 + - -0.054535535425119505 + - -0.9896522194355386 + - 0.5762359333731999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871140057770946 + - -0.013080662166187983 + - -0.1594830269213375 + - 0.06434730387366415 + - - -0.026021084408147436 + - -0.9965092379651085 + - -0.07932365231394249 + - -0.03258076242485268 + - - -0.15788870372804406 + - 0.08245140949367226 + - -0.9840085986959591 + - 0.573557528635831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999715578460328 + - -0.018636601163574698 + - 0.014880836024955638 + - -0.034659164382412316 + - - -0.01860596804837794 + - -0.9998244859429231 + - -0.0021943705139321674 + - 0.037559709878405456 + - - 0.014919119837125462 + - 0.0019168740280785079 + - -0.9998868663290092 + - 0.5788929950272348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974814751839259 + - -0.03678537868107577 + - -0.06064274548689872 + - 0.04853411442754617 + - - -0.03605825515291261 + - -0.9992645876843541 + - 0.013041703697983052 + - 0.03521832427267298 + - - -0.06107789207418974 + - -0.010822186253636065 + - -0.9980743315928258 + - 0.5747721288816526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991030654765498 + - -0.0284073959552184 + - 0.03140198099490609 + - -0.04276230533152644 + - - -0.029820672473595676 + - -0.9985194351094673 + - 0.04549357319328695 + - -0.02347753111525877 + - - 0.03006313437723244 + - -0.04638919662716595 + - -0.99847095620639 + - 0.5787162649318855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9941126580915146 + - -0.027558108932609158 + - -0.1047882324227376 + - 0.025744423469735187 + - - -0.022184524663025697 + - -0.9983951823522367 + - 0.05210476678117092 + - -0.030290247183553567 + - - -0.10605597525693133 + - -0.049473331077491196 + - -0.9931286521012264 + - 0.576204486563846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867527437764732 + - -0.015285655148332118 + - -0.16150966347648738 + - 0.0643904272503788 + - - -0.026170732642324362 + - -0.9975103112584924 + - -0.06548489662472151 + - -0.032593209425740975 + - - -0.16010657513845555 + - 0.06884422764235759 + - -0.9846960733737908 + - 0.5738741621170178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998105073080757 + - -0.01774841062322727 + - 0.00799646151229181 + - -0.03470434515694467 + - - -0.01771487088255772 + - -0.9998340644400129 + - -0.004245813818068615 + - 0.03754271969787371 + - - 0.008070491062045708 + - 0.004103352984171227 + - -0.9999590139942256 + - 0.578916921007129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970170974894729 + - -0.03745875480622099 + - -0.06748147154615407 + - 0.048529533257376585 + - - -0.03648147010507481 + - -0.9992116654470301 + - 0.015657265838708516 + - 0.03524199022728902 + - - -0.068014775252437 + - -0.013148738454272767 + - -0.9975976649052567 + - 0.5748224447901791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992393590606647 + - -0.027659093188113888 + - 0.027489595632585868 + - -0.0427708772424425 + - - -0.02934756841831003 + - -0.9975790181288449 + - 0.06304619589652465 + - -0.023448041577208933 + - - 0.02567924321245593 + - -0.06380499316747539 + - -0.9976319458171607 + - 0.5786227650552839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939555514819489 + - -0.02594226650519995 + - -0.10667408535716667 + - 0.025774628724843904 + - - -0.024487925681739894 + - -0.9995887674422306 + - 0.014921042159570684 + - -0.030293822007429288 + - - -0.10701730315243645 + - -0.012218625614007614 + - -0.994182076892399 + - 0.5764716498285067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874342409029978 + - -0.015385455856797757 + - -0.15727971147099334 + - 0.06438602594388892 + - - -0.02615086808863734 + - -0.9974363986355489 + - -0.06660902923146315 + - -0.032603529214007984 + - - -0.15585169870916094 + - 0.0698850372041523 + - -0.9853051961623078 + - 0.5737878352377632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997937412387622 + - -0.019308683603492107 + - 0.006296802148661033 + - -0.03471410376377434 + - - -0.01927519975086005 + - -0.99979997887591 + - -0.00533562688854089 + - 0.03755397190650881 + - - 0.006398566586634209 + - 0.005213154249541345 + - -0.9999659401041648 + - 0.579149383353017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974490696082797 + - -0.03745549487538989 + - -0.060765446112217514 + - 0.048566627695373815 + - - -0.036646881703442685 + - -0.9992249852820391 + - 0.014367840809348095 + - 0.035244077648631605 + - - -0.06125650658494204 + - -0.012104325332232775 + - -0.9980486589887592 + - 0.5749509163766598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990355228257717 + - -0.029527146755105864 + - 0.032498795927534005 + - -0.04278048588931758 + - - -0.030175994620274246 + - -0.9993512526885435 + - 0.019659173393514983 + - -0.023431521151844895 + - - 0.03189723312317605 + - -0.0206208960605874 + - -0.999278412237923 + - 0.5789465904595383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904472930905313 + - -0.029777071659936948 + - -0.13463835119681974 + - 0.025751223943952635 + - - -0.021246523451535902 + - -0.9977006788535491 + - 0.06435791059684565 + - -0.03027465135687281 + - - -0.13624516450451565 + - -0.06088252145342884 + - -0.9888025959364241 + - 0.5760561768120017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878866007341403 + - -0.019992273318044904 + - -0.15388428476463106 + - 0.06437418732108426 + - - -0.0260011332896944 + - -0.9989719481010069 + - -0.0371347273442298 + - -0.032574929265553276 + - - -0.15298367611479669 + - 0.04068606536463477 + - -0.9873908238015721 + - 0.5737271969531271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998162938355785 + - -0.018923100261512203 + - -0.0030487468542277443 + - -0.03469092740243511 + - - -0.018932322341614082 + - -0.9998161915161126 + - -0.0030249550360817615 + - 0.03756821616023318 + - - -0.002990944941256369 + - 0.0030821191913767564 + - -0.9999907773522961 + - 0.5788673696615301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969368304811081 + - -0.0369836187988202 + - -0.06891420732204571 + - 0.04854777643018902 + - - -0.03623437666120717 + - -0.9992701723640376 + - 0.012091012013916762 + - 0.03524997329041919 + - - -0.06931108120824629 + - -0.00955691184904765 + - -0.9975493168047651 + - 0.5750460028713604 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999031772364241 + - -0.028087966178938807 + - 0.03386124573452855 + - -0.04278262849968373 + - - -0.02904736490636385 + - -0.9991806687705297 + - 0.028182294925622308 + - -0.023413590861332934 + - - 0.0330419188117137 + - -0.029138588009871114 + - -0.9990291158369872 + - 0.5788257038744007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924796930238281 + - -0.029811935740290334 + - -0.11872365991134459 + - 0.02576358882843357 + - - -0.022439806054079824 + - -0.9977640732026939 + - 0.06295481975372853 + - -0.030304960985520733 + - - -0.1203350075397143 + - -0.05981724428110983 + - -0.9909295551385229 + - 0.5762066099814971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868860070933997 + - -0.012204434721312121 + - -0.1609567046642652 + - 0.06435610774568871 + - - -0.02625677745228125 + - -0.9959947498150394 + - -0.08546952660859757 + - -0.032586892151537886 + - - -0.159268925534982 + - 0.0885748842167441 + - -0.9832537308573622 + - 0.5735688621154769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995540927879971 + - -0.017684342690141183 + - 0.024059917173209613 + - -0.03468939530193432 + - - -0.01753581256890276 + - -0.9998259414767298 + - -0.00637040247703933 + - 0.037560602430898794 + - - 0.024168385720034526 + - 0.005945651670658729 + - -0.9996902211974962 + - 0.5789828582839194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971487434590386 + - -0.03747469667736019 + - -0.06549832461216322 + - 0.048517104031290864 + - - -0.03666542608725321 + - -0.9992362080084412 + - 0.013514700690416472 + - 0.03523855619968846 + - - -0.06595475682542258 + - -0.011074642831767598 + - -0.9977611549555575 + - 0.574826414953721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990389619662389 + - -0.02904698126886993 + - 0.032824158063623224 + - -0.04278052618233708 + - - -0.030473352499040294 + - -0.9985743876904568 + - 0.04382427450740197 + - -0.023470236518644085 + - - 0.031504400659098986 + - -0.04478241985195538 + - -0.9984998786235859 + - 0.5787902739335341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915304425488473 + - -0.02802931841404786 + - -0.1268137958115405 + - 0.025741349704546005 + - - -0.020474840799252398 + - -0.9979589238331766 + - 0.06048774451054378 + - -0.030275079633635096 + - - -0.12825038944631878 + - -0.05737894780293088 + - -0.9900805492261202 + - 0.5761218685521764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885023673987353 + - -0.014641239348404129 + - -0.1504948628938494 + - 0.06441851429672948 + - - -0.02656096326167059 + - -0.9966383782631578 + - -0.07750134323736223 + - -0.03261954420749982 + - - -0.14885424037530126 + - 0.08060754979110822 + - -0.985568281774006 + - 0.5740901688682056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999808590780257 + - -0.01913301962296127 + - 0.0040877086618363 + - -0.03470094422292215 + - - -0.01907350386794628 + - -0.9997181799864382 + - -0.014133720486953582 + - 0.03755078219601917 + - - 0.004356977415148117 + - 0.014053048235570536 + - -0.999891758433428 + - 0.5790424879624261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978839975923439 + - -0.03766796626312663 + - -0.05299671373512718 + - 0.0485524862359841 + - - -0.036602479910933974 + - -0.9991106164416307 + - 0.02093405307135832 + - 0.03526590278527454 + - - -0.05373812253412598 + - -0.018949945414821815 + - -0.9983752369501572 + - 0.5749616183841675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989778165587452 + - -0.028948397272932025 + - 0.03471760819599643 + - -0.04276783116740132 + - - -0.030008573438063894 + - -0.999086788033241 + - 0.030415053799636844 + - -0.023416626324545366 + - - 0.0338054366002651 + - -0.031425789930421465 + - -0.998934238167616 + - 0.5788699881865949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932427361758702 + - -0.023903113004718198 + - -0.11356719694768484 + - 0.025769455837532516 + - - -0.022989286302287606 + - -0.9996919913187038 + - 0.009349610075145684 + - -0.03030973769279603 + - - -0.11375570205129067 + - -0.006675603488036574 + - -0.9934863242988751 + - 0.5765511359269748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884883676693927 + - -0.014846697686002261 + - -0.1505666714453098 + - 0.06438771569112478 + - - -0.02497275733871871 + - -0.9975343252658678 + - -0.06558682266485702 + - -0.03260417743845624 + - - -0.1492216752794341 + - 0.06859187622590876 + - -0.9864218398548407 + - 0.5737977106768537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998194532788311 + - -0.018036163044382714 + - 0.005979771555465223 + - -0.034722016392205055 + - - -0.01799927856417556 + - -0.9998189887115602 + - -0.006165694037333267 + - 0.03756588631788448 + - - 0.006089894612250515 + - 0.006056949267514144 + - -0.9999631125942506 + - 0.5789863804088422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996176642395095 + - -0.03840998210597731 + - -0.0784650904610046 + - 0.04850716181239373 + - - -0.03664100079936996 + - -0.9990435629420533 + - 0.02386202850698599 + - 0.03523574900477765 + - - -0.0793065836286982 + - -0.020895755996521034 + - -0.9966312423230962 + - 0.5747293756171835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987411632579866 + - -0.028320178755077627 + - 0.04140116289869699 + - -0.04277045815966067 + - - -0.03001487955248356 + - -0.9987122413383479 + - 0.04090190712403485 + - -0.02344625883875308 + - - 0.04018949887139548 + - -0.04209306921826583 + - -0.998305052428491 + - 0.5787406474079148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906802228491387 + - -0.02871771920000533 + - -0.13314649323031558 + - 0.025767957534771624 + - - -0.021230529271070445 + - -0.9981303496099905 + - 0.05731552856170962 + - -0.030291769808732872 + - - -0.13454352709235418 + - -0.05395459008636406 + - -0.9894376895621881 + - 0.5762237372816208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887766603280871 + - -0.014661452845845989 + - -0.14868005175841073 + - 0.06436140412217281 + - - -0.02624433045278888 + - -0.9967436861063002 + - -0.07624473310537294 + - -0.03259343010147513 + - - -0.14707804428098534 + - 0.07929102097762247 + - -0.9859416731646989 + - 0.5736593789728656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998442807555326 + - -0.017458458666876446 + - 0.0025722483217329767 + - -0.0346966238311662 + - - -0.017476749083706382 + - -0.999820849295504 + - 0.007268600655116653 + - 0.037541397847453174 + - - 0.0024448889375306127 + - -0.007312423332614215 + - -0.9999702750497582 + - 0.5788720494064277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962074537012142 + - -0.03735246497252823 + - -0.07858436581546767 + - 0.04852020200826708 + - - -0.03715938988752492 + - -0.9993016693865834 + - 0.0039183292836203615 + - 0.03523181156909554 + - - -0.07867584720440003 + - -0.0009833217499974943 + - -0.996899766348155 + - 0.574795973533975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99901852599738 + - -0.0280349258743223 + - 0.034293259472433564 + - -0.0427807355030128 + - - -0.029383938866702878 + - -0.9987879276839091 + - 0.039487461928568925 + - -0.023459767202689663 + - - 0.03314466549386596 + - -0.04045637705113455 + - -0.9986314198467802 + - 0.5789737039647053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903332011974308 + - -0.02635967661230983 + - -0.13618119567305642 + - 0.025771634274462864 + - - -0.02441775097776334 + - -0.9995752175908423 + - 0.015910933832052297 + - -0.030306879813178516 + - - -0.1365427553670892 + - -0.012431887512138102 + - -0.9905561690937312 + - 0.5763930617083388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896493660532191 + - -0.013017184979624088 + - -0.14291495780941824 + - 0.06441929445351692 + - - -0.025604024258345816 + - -0.9959149647023094 + - -0.08658993604210333 + - -0.032619180984747115 + - - -0.14120398794736497 + - 0.08935287335728917 + - -0.9859399057805484 + - 0.5739406079796437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998149520766139 + - -0.018798630791886678 + - 0.004083268836206402 + - -0.034705964897081575 + - - -0.01879678554640922 + - -0.9998232048391305 + - -0.0004898145908094066 + - 0.03754551851401824 + - - 0.004091754777684734 + - 0.00041297162299402544 + - -0.9999915434628829 + - 0.5789082459142678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964086032888867 + - -0.03799602968907054 + - -0.07567163946788347 + - 0.04850012653963506 + - - -0.036656511389987434 + - -0.9991470361496471 + - 0.019013161917271443 + - 0.035258263953153776 + - - -0.07632951895961215 + - -0.0161710197960404 + - -0.9969515046651723 + - 0.5748008650733195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991611668930351 + - -0.029299059123709836 + - 0.028609923233272827 + - -0.0428150907350938 + - - -0.030623265686764267 + - -0.9984253895091668 + - 0.04699954448870776 + - -0.023446059253837283 + - - 0.027187831315245707 + - -0.0478362489952288 + - -0.9984851101095298 + - 0.5787132755715783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9948342144080954 + - -0.028622922364958968 + - -0.09739411767821109 + - 0.025737827806268418 + - - -0.02544171298996819 + - -0.9991064264814953 + - 0.03375007857045935 + - -0.030311907924413795 + - - -0.09827311475252924 + - -0.03109785971197419 + - -0.9946734730745413 + - 0.5762589511597491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873301905167278 + - -0.01378885462037082 + - -0.1580789751436295 + - 0.06437021009066499 + - - -0.025985257766545013 + - -0.9968186105500882 + - -0.07534868306611725 + - -0.032611455007267524 + - - -0.15653709232321955 + - 0.07850175252343256 + - -0.9845474156066543 + - 0.5737753341790018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997478451222942 + - -0.019677748582724305 + - -0.010818150675798487 + - -0.034691357109298354 + - - -0.01951347028952616 + - -0.9996957592675639 + - 0.015086861161605873 + - 0.03757286627039059 + - - -0.01111173481455382 + - -0.014871957274174894 + - -0.9998276622679766 + - 0.5788496146161319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967824231599842 + - -0.03897832310627045 + - -0.0700392119254161 + - 0.04857563650849469 + - - -0.03684071862693406 + - -0.9988227531191661 + - 0.0315573969538182 + - 0.03527337144566003 + - - -0.07118681289649958 + - -0.02887556370485195 + - -0.9970449535955569 + - 0.5750268945704443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993578161914072 + - -0.02612182962597417 + - 0.024527642245701337 + - -0.04276862341561853 + - - -0.027576511497242506 + - -0.9977583932396713 + - 0.060973147642479686 + - -0.023431967232637244 + - - 0.022879930742552228 + - -0.06161037848269359 + - -0.9978379978896549 + - 0.5787290871501016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899225588794579 + - -0.027945105638725272 + - -0.13882506435217984 + - 0.02576592545179564 + - - -0.01974249638568725 + - -0.9979961606795507 + - 0.06011569766157483 + - -0.030265519346408542 + - - -0.1402268207512654 + - -0.056769131926754285 + - -0.9884906192788455 + - 0.5761205928919726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886495603916547 + - -0.009955471430728892 + - -0.14990975727410089 + - 0.0643719568229851 + - - -0.025809412976293543 + - -0.9942228817736776 + - -0.10418606221306195 + - -0.03258613768837875 + - - -0.14800648951720674 + - 0.10687258744054448 + - -0.9831949598703997 + - 0.5736548324318005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998148544112615 + - -0.018732433174686283 + - 0.0043991869639676525 + - -0.034713834327270356 + - - -0.01867911772006205 + - -0.9997551509007078 + - -0.011862917377394908 + - 0.03757440216369404 + - - 0.004620331134030782 + - 0.0117785480794004 + - -0.9999199559691531 + - 0.5791825541612857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980553725972515 + - -0.036639283334579685 + - -0.05042852512705269 + - 0.048541996209476156 + - - -0.036112135018165535 + - -0.9992835678307787 + - 0.011325403649327062 + - 0.03522114337873833 + - - -0.05080735118259144 + - -0.009482298250888314 + - -0.9986634563684058 + - 0.5747424408635786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991935477248647 + - -0.028721299842652932 + - 0.02805959943311786 + - -0.04278001032752287 + - - -0.03014748832898604 + - -0.9982022892427682 + - 0.05180075962716247 + - -0.023446912411421297 + - - 0.026521371240044396 + - -0.05260491123313334 + - -0.9982631617873629 + - 0.5788151004487677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919958103143697 + - -0.0316696749367283 + - -0.12223479049820093 + - 0.025755960681221806 + - - -0.02074621937567535 + - -0.9957595409917698 + - 0.08962438789457093 + - -0.030265381444768723 + - - -0.124554834110738 + - -0.08637110751438888 + - -0.9884463187681891 + - 0.5759169562309092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878115159403119 + - -0.016631929214875375 + - -0.15476365176065798 + - 0.06439489323731323 + - - -0.025428545765074476 + - -0.9981606285353509 + - -0.055034068559278525 + - -0.03258801386439274 + - - -0.15356366118315995 + - 0.058298701293469916 + - -0.9864174893986415 + - 0.5738471846909478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997308171021347 + - -0.018866568320005946 + - 0.01350355272232472 + - -0.03466857813481669 + - - -0.018813126063346883 + - -0.999814718049668 + - -0.004073801540045598 + - 0.03755082457938032 + - - 0.013577909412817332 + - 0.003818660902673574 + - -0.9999005241547221 + - 0.5790559139948015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973460639894961 + - -0.03584311374289459 + - -0.06337270581152298 + - 0.04854641004961143 + - - -0.03600279186048137 + - -0.9993507376882159 + - -0.0013791520112739646 + - 0.035236688363369004 + - - -0.06328212719963493 + - 0.003657086167055066 + - -0.9979889769420585 + - 0.5748616580573511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992443765834611 + - -0.028705885807654312 + - 0.02620396890412146 + - -0.04279182741648789 + - - -0.029829967364985867 + - -0.9986051493762096 + - 0.043565223359034816 + - -0.023435684904732485 + - - 0.024916839954820344 + - -0.04431396799336103 + - -0.99870687557829 + - 0.5787714148370675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902971175413767 + - -0.03403743572703606 + - -0.13473333647753513 + - 0.025764504451269862 + - - -0.019569782192429084 + - -0.9940359540491804 + - 0.10728255068965013 + - -0.03028564143173621 + - - -0.13758140359140728 + - -0.10360489866152255 + - -0.9850570452309626 + - 0.5760351346345063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894626150832221 + - -0.017792444119285076 + - -0.1436912046192586 + - 0.06440279053233625 + - - -0.025633380137179706 + - -0.9982706423438429 + - -0.05290231050865368 + - -0.032601624947879174 + - - -0.14250144973092155 + - 0.056028149770211824 + - -0.9882075608180259 + - 0.5739032995461877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997824922649724 + - -0.017976582153643422 + - 0.010574055726818262 + - -0.034728655143862454 + - - -0.01792674583617493 + - -0.9998278331768409 + - -0.004789132346129781 + - 0.03754642437336457 + - - 0.01065832745630074 + - 0.004598532263328205 + - -0.9999326245087005 + - 0.5791855479412735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967153260818705 + - -0.03696602095889783 + - -0.0720560340844321 + - 0.048538794375472184 + - - -0.036404749349775035 + - -0.9992958067169175 + - 0.00908762360386376 + - 0.03524003991014379 + - - -0.07234122599383126 + - -0.006434591863651775 + - -0.9973591845715656 + - 0.5748100812080572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988074992315866 + - -0.027901464786551373 + - 0.040063546292220045 + - -0.04274636608919217 + - - -0.029794910719988542 + - -0.9984282516682469 + - 0.047468827306728245 + - -0.02345622264000012 + - - 0.03867612666661356 + - -0.04860591047859211 + - -0.9980689468631991 + - 0.5787550553716951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909468439998225 + - -0.025311433255261924 + - -0.13184719835231934 + - 0.02573980834678629 + - - -0.02127159164325347 + - -0.9992627864816733 + - 0.03195939520461392 + - -0.03027543163437447 + - - -0.1325589369139406 + - -0.028865462051497644 + - -0.990754719062594 + - 0.5760503950861066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880625730410613 + - -0.013815408593035138 + - -0.1534323506985569 + - 0.06435680612875071 + - - -0.02519544964581147 + - -0.9970519404548621 + - -0.0724749429274637 + - -0.032595348180907514 + - - -0.15197875204324732 + - 0.07547557565597782 + - -0.9854977911729561 + - 0.5735136268502335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998227598508589 + - -0.018826672263807468 + - 7.277144385489334e-05 + - -0.0347022934628755 + - - -0.018825618740326757 + - -0.9997954083197907 + - -0.007398485095348053 + - 0.03752311045801248 + - - 0.000212045409561706 + - 0.00739580381928914 + - -0.9999726281866971 + - 0.5789004446727475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957085466589171 + - -0.03882529213326663 + - -0.08400646880540692 + - 0.04855687762585998 + - - -0.037202767253222566 + - -0.999091351744233 + - 0.020794830573588573 + - 0.03525554321140928 + - - -0.08473750184593508 + - -0.017580317421713634 + - -0.9962482061315154 + - 0.5749022166734394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992096357457038 + - -0.0291841006217512 + - 0.026988740315872523 + - -0.042787934179548674 + - - -0.030484906045328105 + - -0.99832787050016 + - 0.04911347560521304 + - -0.023452237945438253 + - - 0.025510279033080365 + - -0.04989740728250156 + - -0.9984285024027204 + - 0.5787583425511591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9937839187787231 + - -0.024893456441784187 + - -0.10850732050504812 + - 0.025766419653836272 + - - -0.022707232947505374 + - -0.9995144262907175 + - 0.021337600816545278 + - -0.030300928825301814 + - - -0.108985798839445 + - -0.018741063553584698 + - -0.9938666249493486 + - 0.576357747721977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896721220596679 + - -0.016360381722363482 + - -0.1424128811864019 + - 0.06438795642524126 + - - -0.026065779796033944 + - -0.997442350203104 + - -0.06655323542047539 + - -0.03259492885129316 + - - -0.1409598025734228 + - 0.06957798452964203 + - -0.9875673334650427 + - 0.573745477487586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997879435542981 + - -0.019873937155590552 + - -0.005393935984344996 + - -0.034681756594712974 + - - -0.019894385395613303 + - -0.9997950012512942 + - -0.0037641602855526543 + - 0.03751304317849792 + - - -0.005318021549258963 + - 0.003870671112373274 + - -0.9999783680419999 + - 0.5788177855839534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963858237308495 + - -0.038034470279820536 + - -0.07595175665335255 + - 0.04855722826694874 + - - -0.037186473538457755 + - -0.9992295520520974 + - 0.012548645008069678 + - 0.03522848417254598 + - - -0.0763705208439108 + - -0.009678914004082242 + - -0.9970325281402466 + - 0.5749239138993898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999178649756213 + - -0.026826992100122033 + - 0.03037002413912787 + - -0.042760777300765315 + - - -0.027979509445583885 + - -0.9988789855293302 + - 0.03818270968749204 + - -0.0234442923256691 + - - 0.02931165165144574 + - -0.039001086686845106 + - -0.9988091621099139 + - 0.5787324061507675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936532993539494 + - -0.03078890823492017 + - -0.10819040536347158 + - 0.025775848572046164 + - - -0.020825854386293342 + - -0.9955375132959612 + - 0.09203990118190954 + - -0.030266666309177643 + - - -0.11054141518947341 + - -0.08920259385352218 + - -0.9898603400367715 + - 0.5760164878145493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890378567119469 + - -0.015622239034527585 + - -0.14683345544591186 + - 0.06438948844910526 + - - -0.02606868918304118 + - -0.9972418295891455 + - -0.069492134533144 + - -0.03261041144452197 + - - -0.14534284101708106 + - 0.07255810750869042 + - -0.9867171730540832 + - 0.5738702729705424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998226991818451 + - -0.017865468958200303 + - 0.005949388173017626 + - -0.03469732014675346 + - - -0.017828584704945135 + - -0.9998218593948414 + - -0.006196050650287187 + - 0.03754580162068674 + - - 0.006059023695964304 + - 0.006088882914452318 + - -0.9999631061877763 + - 0.5790005984555344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956239318699615 + - -0.038210744494047974 + - -0.0852814475311535 + - 0.048505270505573454 + - - -0.03641476437109854 + - -0.9990830507435042 + - 0.022517163516967777 + - 0.035242316469799626 + - - -0.08606364635312448 + - -0.019313123058249154 + - -0.9961024305030789 + - 0.5748454970577425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992808216637948 + - -0.03122899931348308 + - 0.021507883596707703 + - -0.042802982357410056 + - - -0.03232737788349632 + - -0.9980832567360176 + - 0.052770761434746224 + - -0.02343960994311972 + - - 0.01981868043308352 + - -0.05342810332684232 + - -0.9983750085417743 + - 0.5787343779915212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9947916406147624 + - -0.02894842005547971 + - -0.09773218885956089 + - 0.02577714600341962 + - - -0.0236710811828456 + - -0.9982204422504501 + - 0.05473233586235473 + - -0.030296670367869583 + - - -0.09914268343465649 + - -0.0521338436105182 + - -0.9937065918427673 + - 0.5762944152301561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867091586164277 + - -0.011010001992090955 + - -0.16212284280321354 + - 0.06438505186704255 + - - -0.026063016783471164 + - -0.995508147776552 + - -0.09101783817825804 + - -0.03260369495558901 + - - -0.16039250437163777 + - 0.09403354490091936 + - -0.982563960755106 + - 0.5738469939252161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998124770552981 + - -0.01681509656533217 + - 0.009605376205410084 + - -0.03471660615767806 + - - -0.016804585814665936 + - -0.9998581038297277 + - -0.0011739257303586962 + - 0.037544883744480596 + - - 0.009623752913829015 + - 0.001012291223622914 + - -0.9999531782270276 + - 0.5789234936899603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980417680654781 + - -0.037369648179371814 + - -0.050161126299997486 + - 0.04856904989381058 + - - -0.03660724381409673 + - -0.9992011065086589 + - 0.016033042512494274 + - 0.03526352148553458 + - - -0.050720202060614894 + - -0.014165385516185052 + - -0.9986124388150334 + - 0.5749082765353893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992559907750352 + - -0.02929852699317749 + - 0.025081092803795512 + - -0.042755974903702205 + - - -0.03063946009748182 + - -0.9980236464950949 + - 0.054863690375052815 + - -0.023437675151719264 + - - 0.02342409838472705 + - -0.05559134242546129 + - -0.9981787987440921 + - 0.5786274438398927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929069202034183 + - -0.024999452207828166 + - -0.11623629038072032 + - 0.02576840434901972 + - - -0.02231628539439465 + - -0.9994549101108943 + - 0.024328297544641976 + - -0.030289150149350335 + - - -0.1167811252658517 + - -0.021561772759520967 + - -0.9929235915905658 + - 0.5762552664592875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884978371899158 + - -0.015662510333805633 + - -0.15042177914418617 + - 0.06441701554092785 + - - -0.025655420063932045 + - -0.9975733898975053 + - -0.06472349797208667 + - -0.03262393048068064 + - - -0.14904303167945185 + - 0.06783817169148167 + - -0.986500966633766 + - 0.5740446417388967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998416216017157 + - -0.017584580905414267 + - -0.0027412090822300015 + - -0.03473200472601729 + - - -0.017552521540759966 + - -0.9997819637834956 + - 0.011310786037201696 + - 0.03755474700212402 + - - -0.0029395068315480667 + - -0.011260879521562218 + - -0.9999322736525655 + - 0.579014845097766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953451705707075 + - -0.03767555649428455 + - -0.08870481308483304 + - 0.04852583308122056 + - - -0.03697471107627955 + - -0.9992707456422396 + - 0.009531403067152186 + - 0.03524292429292186 + - - -0.08899922562806288 + - -0.006207201176765673 + - -0.9960123535836073 + - 0.575030684202832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992831398354031 + - -0.028790271975051122 + - 0.024583056772925695 + - -0.04277229082520114 + - - -0.02995381200408554 + - -0.998381042131932 + - 0.048353529943348635 + - -0.02343885946531793 + - - 0.02315114656171921 + - -0.049055223484976575 + - -0.9985277209280261 + - 0.578829308723399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921738393428142 + - -0.028314419452814064 + - -0.12161153800026403 + - 0.025765138257892266 + - - -0.022740210615586988 + - -0.998636847635591 + - 0.04698222393212821 + - -0.0302876270518925 + - - -0.12277603733993983 + - -0.043849061512192034 + - -0.9914652310896244 + - 0.5760626908272668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875556991528859 + - -0.015722803373368913 + - -0.15648173863022222 + - 0.06437463969320859 + - - -0.02611205999661087 + - -0.997572126910906 + - -0.06456014198547771 + - -0.03259218476317671 + - - -0.15508675440987277 + - 0.06784279670336438 + - -0.9855685940319314 + - 0.5737131313585391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998229655175741 + - -0.017817564941363485 + - 0.006047479078436045 + - -0.03470206865302786 + - - -0.01772903532768637 + - -0.9997392718061697 + - -0.014389917123472895 + - 0.037519326963784766 + - - 0.00630229561298701 + - 0.014280153641717754 + - -0.9998781717199234 + - 0.5789489217933165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969689960536744 + - -0.037726951962998315 + - -0.06804041448514409 + - 0.04855387700961906 + - - -0.036196581126728064 + - -0.9990662987826645 + - 0.023586821563014112 + - 0.03527193742770119 + - - -0.0688667439513789 + - -0.021052499430967615 + - -0.9974037115658061 + - 0.5751415809994889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989034778482542 + - -0.030864171910091442 + - 0.03520290946735583 + - -0.04280267461864535 + - - -0.03216703973723678 + - -0.9987950172427031 + - 0.03706474181337868 + - -0.02346463734488388 + - - 0.0340165180053097 + - -0.038156472890634355 + - -0.9986926254255319 + - 0.5789529781153385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989626796230789 + - -0.026362280170233326 + - -0.14122264112461114 + - 0.025767396577603185 + - - -0.02253849336101286 + - -0.9993365799499521 + - 0.028607976002307398 + - -0.030276356514964693 + - - -0.14188312267144448 + - -0.025128274078399016 + - -0.9895644240487027 + - 0.5762748858461397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897024094587857 + - -0.015310363241540574 + - -0.14231912552038165 + - 0.06438964548688884 + - - -0.026164012612417277 + - -0.9968622163473497 + - -0.07470720221683522 + - -0.03259372337455269 + - - -0.14072876449216534 + - 0.07766153743303 + - -0.9869975179543496 + - 0.5738016238176828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999522425586982 + - -0.016885871147415448 + - 0.02588026476504679 + - -0.0346993206948568 + - - -0.017146022955896113 + - -0.9998043445866212 + - 0.00986338899732864 + - 0.037553004607051424 + - - 0.025708649235460103 + - -0.010302422108884036 + - -0.9996163891479463 + - 0.5790249753633179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958230764822252 + - -0.036329554960386375 + - -0.08376493169493214 + - 0.048496138762395814 + - - -0.037036307245622714 + - -0.9992901100029438 + - -0.006898405316665656 + - 0.03520427354881233 + - - -0.08345485181272695 + - 0.00997193495192544 + - -0.9964616642010022 + - 0.5747444118894628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990406798931523 + - -0.03009007259335937 + - 0.031816779377466936 + - -0.04278109431509234 + - - -0.031690992687027644 + - -0.9981920760797418 + - 0.0510711291643891 + - -0.023404729141120358 + - - 0.030222523076983535 + - -0.052030440925878364 + - -0.9981880746211708 + - 0.5787279504618614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908575950964116 + - -0.028655923388811434 + - -0.13183347182900942 + - 0.02577687952714233 + - - -0.021283160497539817 + - -0.9981474070885178 + - 0.056998077175515874 + - -0.030290526199065845 + - - -0.13322257060645395 + - -0.05367114473536663 + - -0.989631827956137 + - 0.5763698449055621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859365523139465 + - -0.013143267189898191 + - -0.16660242897047958 + - 0.0643656768914684 + - - -0.02655534329958142 + - -0.9965577329888717 + - -0.07853342321791092 + - -0.032590460908278704 + - - -0.1649967531605702 + - 0.08185315722473434 + - -0.9828917194171565 + - 0.5737151438906815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99975744296998 + - -0.01834592677663934 + - 0.012185327112282157 + - -0.03468899927604685 + - - -0.018273887168378147 + - -0.9998150318139474 + - -0.0059972665968625865 + - 0.037553867233995814 + - - 0.012293098628275758 + - 0.005773138624928991 + - -0.9999077710451769 + - 0.5789678272029914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961686565521853 + - -0.03677306655339063 + - -0.07934575779003053 + - 0.04851453185440365 + - - -0.03694863581542486 + - -0.9993168881920294 + - -0.0007451748640612006 + - 0.03520563701912639 + - - -0.07926415340110174 + - 0.0036740373513110512 + - -0.9968468766240618 + - 0.5745982804422466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985960738709054 + - -0.02864299110934729 + - 0.0445585043501601 + - -0.04278374562500631 + - - -0.030748233091444258 + - -0.9984072781776185 + - 0.04730172347508229 + - -0.023427405971725705 + - - 0.04313267220295535 + - -0.04860541062750926 + - -0.9978863094793731 + - 0.5787812452930621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916699010625198 + - -0.028090135157778383 + - -0.1257050183304933 + - 0.025764581771916602 + - - -0.02110471114015256 + - -0.9981760623796994 + - 0.05656093757930651 + - -0.030288802384594457 + - - -0.12706454459975308 + - -0.053436811272541615 + - -0.990453991211445 + - 0.5761461618839095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882173749187456 + - -0.010359484863136788 + - -0.15270592975413164 + - 0.06441077236717643 + - - -0.026574747280833644 + - -0.9941664627212036 + - -0.10453146515460739 + - -0.03262107649252051 + - - -0.15073222188922705 + - 0.10735793158299724 + - -0.9827278727148003 + - 0.5739876092715084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998029183454344 + - -0.019184792181929103 + - 0.005105704347957751 + - -0.03470881529838489 + - - -0.019188707525701898 + - -0.9998156212921779 + - 0.0007189740115797343 + - 0.03756173977642765 + - - 0.005090969597791188 + - -0.0008168041824376083 + - -0.9999867073413936 + - 0.578977747638739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976546063229008 + - -0.0377487216500881 + - -0.05709921625103171 + - 0.04854037620623152 + - - -0.0364866482319356 + - -0.9990697313501232 + - 0.022986874532914595 + - 0.03523968736673444 + - - -0.05791382376856933 + - -0.020849602245058208 + - -0.9981038438472855 + - 0.5747481618801458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991193172939158 + - -0.029096464523953206 + - 0.030232194137144362 + - -0.042769419981320375 + - - -0.030788301112838225 + - -0.9978941137739652 + - 0.057091314662203956 + - -0.02342996351823804 + - - 0.028507373164233456 + - -0.05797183322510952 + - -0.9979111163965436 + - 0.5787280902720906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921470549074415 + - -0.029715591249472702 + - -0.12149569982178182 + - 0.025764133633447466 + - - -0.02300374129830966 + - -0.9981501003079324 + - 0.0562779276585906 + - -0.030286840328984363 + - - -0.122943276858764 + - -0.05304112453520735 + - -0.9909952521497116 + - 0.5761089070344242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899367587959482 + - -0.012958913197038187 + - -0.14091586196494757 + - 0.06439843491745233 + - - -0.026641364327296052 + - -0.9950585943147096 + - -0.09564847927287991 + - -0.032613559687563506 + - - -0.1389800391831604 + - 0.09844013637325931 + - -0.985390322795724 + - 0.5739604527328029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997039960044958 + - -0.01824077444350679 + - 0.01609951925817367 + - -0.03469363478788336 + - - -0.018096248275312986 + - -0.9997950409788603 + - -0.009077545507327322 + - 0.037575196307919334 + - - 0.016261800976565516 + - 0.008783517619978688 + - -0.9998291872351088 + - 0.579209464895036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975071146071867 + - -0.037579249718969227 + - -0.05972734967001545 + - 0.048536277252000846 + - - -0.03643477946640854 + - -0.9991331309859383 + - 0.020136866972578646 + - 0.03524852803552289 + - - -0.06043230223381465 + - -0.017910515257705595 + - -0.9980115982742512 + - 0.5748752109504782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990399335943979 + - -0.028268953837375446 + - 0.03346755641873733 + - -0.04277350461164627 + - - -0.030349183792418757 + - -0.997528291259147 + - 0.06337377360343875 + - -0.023429520711302387 + - - 0.031593324086506266 + - -0.06432864359324127 + - -0.9974285375337014 + - 0.5787329649959525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924597492411843 + - -0.026371376138828055 + - -0.11970044551575389 + - 0.025764294771024696 + - - -0.022676998467695955 + - -0.9992266780475795 + - 0.03212163785510787 + - -0.030286054919816677 + - - -0.12045497032759432 + - -0.029164985831353216 + - -0.9922902819864936 + - 0.5763026926457336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908218713571109 + - -0.01233541343253178 + - -0.13461001751668203 + - 0.06439878967139524 + - - -0.0258490666995414 + - -0.9947406237580582 + - -0.09911063109571935 + - -0.03259543786465147 + - - -0.1326794821785026 + - 0.10168052429486005 + - -0.9859296252714828 + - 0.5738567729638273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998338417291343 + - -0.017830931818378137 + - -0.003787717472155558 + - -0.03471204089312673 + - - -0.017805546198323793 + - -0.9998194646675731 + - 0.0066332945379032 + - 0.0375421638488372 + - - -0.0039053114779591556 + - -0.006564749982715975 + - -0.9999708258743972 + - 0.578875565906103 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982521242430692 + - -0.03662657595178568 + - -0.046380926880002095 + - 0.04854062562969139 + - - -0.03578717722777661 + - -0.9991825650135061 + - 0.01880105632929941 + - 0.035240524423292424 + - - -0.04703163180528327 + - -0.017108351968493557 + - -0.9987468797962042 + - 0.5748616094334331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992303055587202 + - -0.028461438628091026 + - 0.026995239658986384 + - -0.042779428150900134 + - - -0.02979480577589218 + - -0.9982871551686437 + - 0.05034903548304175 + - -0.023444201966265524 + - - 0.025515995018881105 + - -0.05111460003281982 + - -0.9983667821305359 + - 0.5788891989382575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918400052875185 + - -0.02744493035006723 + - -0.12449971770785344 + - 0.0257354191172898 + - - -0.022477988235700602 + - -0.9989010832588409 + - 0.04112621924260425 + - -0.030292697932672627 + - - -0.1254916091064695 + - -0.03799212632105507 + - -0.9913669625226952 + - 0.5761626742885686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840040360550527 + - -0.013911560241733685 + - -0.17760215516430883 + - 0.06438247935170384 + - - -0.02665072272316462 + - -0.9972226992921673 + - -0.06954586252809733 + - -0.03259476067338687 + - - -0.17614140911693538 + - 0.07316663521089808 + - -0.9816419140838558 + - 0.5737921689385284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998137849898365 + - -0.018728829957275744 + - -0.004650405652014706 + - -0.03471597361042353 + - - -0.01874882179517195 + - -0.9998150078628498 + - -0.004293219480014056 + - 0.037588485458971956 + - - -0.004569138385924074 + - 0.004379609644949835 + - -0.9999799707963002 + - 0.5789568256716418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995636647371649 + - -0.03714122089026379 + - -0.08560488374691723 + - 0.04850317771655311 + - - -0.03728227591672636 + - -0.9993047730769183 + - -4.907297791385888e-05 + - 0.03521149461140942 + - - -0.0855435462966767 + - 0.0032404037508785496 + - -0.9963291632139044 + - 0.5747696210719306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990685608556737 + - -0.028887903416360595 + - 0.03205463688735032 + - -0.04275411186191699 + - - -0.030076295138814605 + - -0.9988539087143498 + - 0.037232855340270814 + - -0.02343499253972159 + - - 0.030942320218363958 + - -0.03816225992094333 + - -0.998792378193402 + - 0.5788153694996686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912022606553799 + - -0.030689986092189356 + - -0.12874860475098648 + - 0.025767352613813244 + - - -0.02098056195640912 + - -0.9968791622630191 + - 0.07610356013863805 + - -0.030270520516793322 + - - -0.13068241844891682 + - -0.07273280277456139 + - -0.9887527723899943 + - 0.5760711328968221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837808411993992 + - -0.013366479707779613 + - -0.17887591707444528 + - 0.06436958837830767 + - - -0.02688060645914475 + - -0.9969445780692464 + - -0.0733412657016541 + - -0.03259053510327574 + - - -0.17734906113478832 + - 0.07696002519849869 + - -0.9811342747229124 + - 0.5737479970385945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997802413421992 + - -0.018475086306247005 + - 0.009906573964325073 + - -0.03469459510058295 + - - -0.018496672213134505 + - -0.9998267338104516 + - 0.002091763601488068 + - 0.03755657669953874 + - - 0.009866211976933034 + - -0.0022745425696998616 + - -0.9999487408449121 + - 0.5789328324845612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970496805504845 + - -0.0377305472250652 + - -0.06684564548475776 + - 0.048558163554600194 + - - -0.036752877093686236 + - -0.9991995341707469 + - 0.01579610516233542 + - 0.03524449657895124 + - - -0.06738813352151242 + - -0.013292731813298968 + - -0.9976382825159764 + - 0.5750015538252238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990410257369625 + - -0.027318868268196538 + - 0.03421561530913374 + - -0.04274113562197993 + - - -0.02892378322142343 + - -0.9984607295805996 + - 0.04732426702589124 + - -0.023455070844098112 + - - 0.032870102807837503 + - -0.048268529311785296 + - -0.9982933964619222 + - 0.5787022066313958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925065387336953 + - -0.030530543376744095 + - -0.11831591816818444 + - 0.025771104754871536 + - - -0.02165764936928964 + - -0.9969055440207905 + - 0.07556641135060668 + - -0.030296786847884793 + - - -0.1202568783673378 + - -0.07243771270362515 + - -0.9900964907440136 + - 0.5761128459092913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860579022177702 + - -0.015113765481593591 + - -0.16571477775641405 + - 0.06433526849212143 + - - -0.025819776043955883 + - -0.9977019982770872 + - -0.06264233232365908 + - -0.032580648647066314 + - - -0.16438720339165783 + - 0.06604768524994022 + - -0.9841821734994975 + - 0.5735189610014435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997802413421992 + - -0.018475086306247005 + - 0.009906573964325073 + - -0.03469459510058295 + - - -0.018496672213134505 + - -0.9998267338104516 + - 0.002091763601488068 + - 0.03755657669953874 + - - 0.009866211976933034 + - -0.0022745425696998616 + - -0.9999487408449121 + - 0.5789328324845612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970496805504845 + - -0.0377305472250652 + - -0.06684564548475776 + - 0.048558163554600194 + - - -0.036752877093686236 + - -0.9991995341707469 + - 0.01579610516233542 + - 0.03524449657895124 + - - -0.06738813352151242 + - -0.013292731813298968 + - -0.9976382825159764 + - 0.5750015538252238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990410257369625 + - -0.027318868268196538 + - 0.03421561530913374 + - -0.04274113562197993 + - - -0.02892378322142343 + - -0.9984607295805996 + - 0.04732426702589124 + - -0.023455070844098112 + - - 0.032870102807837503 + - -0.048268529311785296 + - -0.9982933964619222 + - 0.5787022066313958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925065387336953 + - -0.030530543376744095 + - -0.11831591816818444 + - 0.025771104754871536 + - - -0.02165764936928964 + - -0.9969055440207905 + - 0.07556641135060668 + - -0.030296786847884793 + - - -0.1202568783673378 + - -0.07243771270362515 + - -0.9900964907440136 + - 0.5761128459092913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860579022177702 + - -0.015113765481593591 + - -0.16571477775641405 + - 0.06433526849212143 + - - -0.025819776043955883 + - -0.9977019982770872 + - -0.06264233232365908 + - -0.032580648647066314 + - - -0.16438720339165783 + - 0.06604768524994022 + - -0.9841821734994975 + - 0.5735189610014435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997471388592419 + - -0.018737408389474543 + - 0.012432532710829159 + - -0.03465724328248676 + - - -0.01859772742565675 + - -0.9997636721317088 + - -0.011257194158536347 + - 0.037522614058510914 + - - 0.012640525201144247 + - 0.011023130797013123 + - -0.9998593439629757 + - 0.578857646519419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965621188607268 + - -0.03739536669496056 + - -0.07392922156744434 + - 0.048530514663371896 + - - -0.037085154414142854 + - -0.9992966146394018 + - 0.005564826350327327 + - 0.035232828834791924 + - - -0.07408531955723767 + - -0.002804018541228152 + - -0.9972479646036494 + - 0.5748020819573908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992516723061784 + - -0.027866725024185475 + - 0.026824261960626674 + - -0.04278832655328961 + - - -0.029314892006785276 + - -0.9980448585227157 + - 0.055200520676916214 + - -0.023433414522227546 + - - 0.025233559002574426 + - -0.05594556294111779 + - -0.9981149039500736 + - 0.5787256368122693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9944753731304884 + - -0.027479953359274722 + - -0.10130935001443865 + - 0.025789435737365456 + - - -0.024472301133343984 + - -0.9992255554225344 + - 0.03081226813732209 + - -0.030293491470022197 + - - -0.1020776112289805 + - -0.028162768931683357 + - -0.9943777047640828 + - 0.5762690366735814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867490185806986 + - -0.011866936640319231 + - -0.16181949865452785 + - 0.0643800658161083 + - - -0.02682911823237761 + - -0.9955265238407832 + - -0.09059325992787651 + - -0.032589481031567634 + - - -0.16002053850959633 + - 0.09373428478556467 + - -0.9826531998171265 + - 0.5737959655630108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997846874744637 + - -0.018746844138289524 + - -0.008895758902068706 + - -0.03472946415746066 + - - -0.018603262697358305 + - -0.9996995911899853 + - 0.01595763113967378 + - 0.03755578081349105 + - - -0.009192241761514534 + - -0.01578870512206397 + - -0.9998330958124796 + - 0.5789278442598655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961663640845678 + - -0.03776486148316226 + - -0.0789074793900415 + - 0.04853120293865544 + - - -0.0366178890690447 + - -0.9992023177489899 + - 0.015932934606470887 + - 0.03523479559807411 + - - -0.07944624136269376 + - -0.012982428209102817 + - -0.9967546093653826 + - 0.5748931632378242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994471688759238 + - -0.027758570476341445 + - 0.018298043365632708 + - -0.04278412734507667 + - - -0.028823910890956445 + - -0.9977344596496344 + - 0.06078758251981267 + - -0.023444387430027525 + - - 0.01656921201659248 + - -0.061281398423688224 + - -0.9979829915486471 + - 0.5787696302522829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888288778124428 + - -0.02958367276554141 + - -0.1460898925657978 + - 0.025743816282134936 + - - -0.019557810016794405 + - -0.9973836777042168 + - 0.06959376061515596 + - -0.030296936796748917 + - - -0.14776651336325142 + - -0.06595912184765668 + - -0.9868203746242553 + - 0.5760704531440075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870180412214938 + - -0.011626429333683259 + - -0.16018805337550712 + - 0.06437496615564069 + - - -0.026176891191816435 + - -0.995685319732961 + - -0.08902535838627178 + - -0.03259751501481425 + - - -0.15846184610440855 + - 0.092062860096899 + - -0.9830637177314412 + - 0.5736893376460019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997994367139472 + - -0.01863883684668003 + - 0.0073266709682162185 + - -0.03469004750822886 + - - -0.018619101589001277 + - -0.9998228602503599 + - -0.0027526672170318377 + - 0.03756785835564132 + - - 0.007376679638706674 + - 0.0026156991019829763 + - -0.9999693708887867 + - 0.5790772027344021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957109425048358 + - -0.03796659059476217 + - -0.08436976339152044 + - 0.04851953456583576 + - - -0.036643607224264886 + - -0.9991807977956529 + - 0.017174963348910208 + - 0.03524132656606261 + - - -0.08495272229731798 + - -0.01400968647230636 + - -0.9962864867392424 + - 0.5749004808606206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987967874984705 + - -0.028661610177251426 + - 0.03979308212217955 + - -0.04276413616792561 + - - -0.030967377803924778 + - -0.997801642798598 + - 0.05859098173241266 + - -0.023444026623782317 + - - 0.0380262908352134 + - -0.05975277173877547 + - -0.9974886502987638 + - 0.578787051531933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99070479830958 + - -0.02721114194178711 + - -0.13327999234918264 + - 0.025756905006980205 + - - -0.020305186184267788 + - -0.9983931706559994 + - 0.05290346114842816 + - -0.030274782022036907 + - - -0.13450539773702946 + - -0.049705437747644285 + - -0.9896654320718286 + - 0.5761745712482635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880443919485763 + - -0.013086987742282279 + - -0.15361318397455884 + - 0.06436764681315925 + - - -0.026040266259515894 + - -0.9962410578627199 + - -0.08261754754107924 + - -0.03259771528736662 + - - -0.15195454607250755 + - 0.08562993273617774 + - -0.9846711788955215 + - 0.573868929571723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998255057168858 + - -0.018021700241626915 + - 0.004916954176581184 + - -0.03470942159826482 + - - -0.017969765544456985 + - -0.9997843401255488 + - -0.010409647736521692 + - 0.03753014680053078 + - - 0.005103493337989303 + - 0.010319474798756435 + - -0.9999337292019043 + - 0.5789355991216085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958885895591866 + - -0.03894993431567057 + - -0.08178520527955455 + - 0.048538354999711625 + - - -0.03709568626630088 + - -0.9990217671381874 + - 0.02407112054988235 + - 0.035238095008013864 + - - -0.08264276886846245 + - -0.020938275977256116 + - -0.9963592531576427 + - 0.5749057190413878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994751357522411 + - -0.028492284171474636 + - 0.015415665919157122 + - -0.04279015907410982 + - - -0.02916472365738895 + - -0.99854701790225 + - 0.04531304373480775 + - -0.023451994878443225 + - - 0.014102195113785085 + - -0.04573885417472106 + - -0.9988538858670757 + - 0.5788323056257556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9897459713642357 + - -0.0319397213545399 + - -0.13922200389327755 + - 0.025764258443600124 + - - -0.020006395208128806 + - -0.9960694963222197 + - 0.08628616718324955 + - -0.03028307876455385 + - - -0.14143074743153133 + - -0.0826160559225256 + - -0.9864947698719768 + - 0.5761565574899017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988324945757757 + - -0.009629377071803757 + - -0.1520561629469053 + - 0.06438677009445028 + - - -0.02571483518578166 + - -0.9942262276386613 + - -0.10417751929646502 + - -0.03261641700124496 + - - -0.15017506066020045 + - 0.1068713402770185 + - -0.9828662003462625 + - 0.5738405427528646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998090403726629 + - -0.01738397106800837 + - 0.00892638443052913 + - -0.03471307002171459 + - - -0.017217775277878485 + - -0.9996830049321539 + - -0.01836948187348697 + - 0.03752653426052054 + - - 0.009242889352113952 + - 0.018212281562905226 + - -0.999791419145363 + - 0.5790418687541234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972613648123032 + - -0.03862565859297499 + - -0.06307003052925556 + - 0.048555210470133454 + - - -0.03714477267160784 + - -0.9990098474935513 + - 0.024486536588231984 + - 0.035240879444953875 + - - -0.06395339018282664 + - -0.022076754951106062 + - -0.997708665280077 + - 0.5747908593059607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985976773666231 + - -0.02951731715494523 + - 0.04394777293515807 + - -0.042787058296944736 + - - -0.031131316616709967 + - -0.9988484325167293 + - 0.036505478829664734 + - -0.023431703559857974 + - - 0.04281962031237542 + - -0.03782243840430331 + - -0.9983666376985244 + - 0.5788368866800788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910285129243671 + - -0.02701319228940186 + - -0.13089222289064126 + - 0.02576104293011724 + - - -0.020653400496226156 + - -0.9985504019514644 + - 0.04970444457501237 + - -0.030287525344923225 + - - -0.1320451574987133 + - -0.04655515229170443 + - -0.9901498342050233 + - 0.5762145351844254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867716588399112 + - -0.012452275902788953 + - -0.16163735377433874 + - 0.06437449977108162 + - - -0.026104157069367723 + - -0.9962397405725351 + - -0.08261326944060281 + - -0.03259475321698287 + - - -0.1600008321666725 + - 0.08573983979929446 + - -0.9833861975730407 + - 0.5736793077950196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998164538801626 + - -0.018315356650432643 + - 0.005621944615894182 + - -0.03472741218717605 + - - -0.018239578282456176 + - -0.9997458894688921 + - -0.013246670303592894 + - 0.037534947634051845 + - - 0.005863133511602976 + - 0.01314169702973667 + - -0.9998964543714534 + - 0.5789608789339635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996184664193344 + - -0.03885825818496622 + - -0.07814186199998684 + - 0.04852533850391868 + - - -0.03701668369115398 + - -0.9990048904875048 + - 0.0248795882312638 + - 0.03523773895679542 + - - -0.07903087975281269 + - -0.02189211165873888 + - -0.9966317552098255 + - 0.5746838766884077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986328033270737 + - -0.02906740668289111 + - 0.043446633791830745 + - -0.04281135525044575 + - - -0.03055187987299863 + - -0.998958026940351 + - 0.033903437106971086 + - -0.0234303810006759 + - - 0.042415878575551076 + - -0.03518446077705185 + - -0.9984803187667205 + - 0.5787835086960746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896060970050247 + - -0.027910549116674864 + - -0.1410701032057732 + - 0.025752252228340815 + - - -0.02121349763631806 + - -0.998585403413499 + - 0.048756328897216955 + - -0.03027734403746933 + - - -0.14223136183175547 + - -0.04525697004335735 + - -0.9887982839659356 + - 0.5761670264200109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907029114884615 + - -0.01576355526026276 + - -0.13512679783759535 + - 0.06440386445391735 + - - -0.025958030658676308 + - -0.996919071059334 + - -0.0740172034227028 + - -0.032586792802104025 + - - -0.1335437074991141 + - 0.07683668449218242 + - -0.9880598170675903 + - 0.5739792580084355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999799613906498 + - -0.019001564043009397 + - 0.006298618605462815 + - -0.03469692892394889 + - - -0.018957723173414504 + - -0.9997961406115747 + - -0.006948521445703386 + - 0.037567730918745636 + - - 0.006429367348180735 + - 0.006827721590737984 + - -0.9999560217596484 + - 0.5790326723717252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961654677052091 + - -0.0382062393124907 + - -0.07870606221415687 + - 0.04853819877776333 + - - -0.03637918709773065 + - -0.9990372320475167 + - 0.024518640438378196 + - 0.03526739448871581 + - - -0.07956705158399642 + - -0.021561360356778428 + - -0.9965963034457818 + - 0.5748181911790166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993708809395578 + - -0.028815421669544573 + - 0.020676406943629044 + - -0.04277894530680343 + - - -0.029748750788626314 + - -0.9984821966206917 + - 0.04634991756233577 + - -0.023429317930110147 + - - 0.01930943180439071 + - -0.04693585522311763 + - -0.9987112552374019 + - 0.5786634246596664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895333927309446 + - -0.026300295697638882 + - -0.14188713513424253 + - 0.025745390241450335 + - - -0.02112729735263415 + - -0.9990603358667285 + - 0.03784286728609803 + - -0.03027476689523546 + - - -0.1427490874820551 + - -0.03444908916178493 + - -0.9891592178607871 + - 0.5762783113619481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899414765910584 + - -0.012644862406743528 + - -0.14091125001017327 + - 0.0644115298045432 + - - -0.026343327198771672 + - -0.9950541860745158 + - -0.09577680245071025 + - -0.03261426601378367 + - - -0.1390032446988684 + - 0.09852550040623213 + - -0.9853785179984843 + - 0.573921765985382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999815216116492 + - -0.01851906263244775 + - 0.00515537982575823 + - -0.03471238845606703 + - - -0.01851036701025946 + - -0.9998271729003827 + - -0.0017293476152147112 + - 0.03751909075115787 + - - 0.005186514733214953 + - 0.0016336000869943642 + - -0.9999852155985499 + - 0.5790265388639495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971880527508767 + - -0.037641986816898294 + - -0.06480021820481213 + - 0.0485381158779793 + - - -0.036641524410183875 + - -0.9991912651170621 + - 0.016559420360126434 + - 0.03525449856584628 + - - -0.06537114149081924 + - -0.014138477366460834 + - -0.9977608517665674 + - 0.5750608682037285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988045085056163 + - -0.02687267081589914 + - 0.04083397301358977 + - -0.042741739677976454 + - - -0.029036034729088785 + - -0.9981539427341412 + - 0.05334430889514943 + - -0.023455135320149846 + - - 0.03932508710817314 + - -0.05446619288614076 + - -0.9977409339885907 + - 0.578743060636271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993250016480742 + - -0.024420082813348284 + - -0.11339340508334246 + - 0.025781591882442435 + - - -0.023464510035275898 + - -0.9996770831582672 + - 0.009754290183525794 + - -0.03029606818332919 + - - -0.11359498901716668 + - -0.007027728194032742 + - -0.993502284600605 + - 0.5763325510254501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888872924879111 + - -0.012676677257385657 + - -0.14812570543170625 + - 0.0643832471618481 + - - -0.026682307094140788 + - -0.9953130365797087 + - -0.09295167401727202 + - -0.03260542697579329 + - - -0.14625312729669235 + - 0.09587106481202405 + - -0.9845906569167443 + - 0.5738431733946164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997182377108323 + - -0.017419197006491312 + - 0.01612503531769459 + - -0.03470651436110924 + - - -0.017352285811638272 + - -0.9998402763349825 + - -0.004280186385845623 + - 0.03752986149448932 + - - 0.01619701717783465 + - 0.003999174169176084 + - -0.9998608219349862 + - 0.5790314582225966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970165949846653 + - -0.03812255420938748 + - -0.0671161693315104 + - 0.0485298385110801 + - - -0.03658264894333568 + - -0.9990417774965824 + - 0.024025748953096615 + - 0.0352548275153422 + - - -0.06796778002459936 + - -0.021498783152096655 + - -0.9974558552645356 + - 0.5750356337341131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988591721108329 + - -0.028308452537579368 + - 0.03845758449238761 + - -0.042784103647539956 + - - -0.029884999706621805 + - -0.9987097450600125 + - 0.041057665723959795 + - -0.023417319559788232 + - - 0.037245685422565795 + - -0.04216013089511019 + - -0.9984163872254456 + - 0.5789228380971503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9869077733951467 + - -0.029782434067752293 + - -0.15851199775800448 + - 0.025754286564793963 + - - -0.018837806982707282 + - -0.9973616459858569 + - 0.07010623470466179 + - -0.03029510833700301 + - - -0.16018172130525973 + - -0.06620236957528672 + - -0.9848649970540642 + - 0.5760935663166914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989926605320023 + - -0.010830076636479405 + - -0.14116665866848147 + - 0.0644004126661909 + - - -0.026414327719435582 + - -0.9936912608256817 + - -0.10899523590413385 + - -0.03260485081200856 + - - -0.13909564828097906 + - 0.11162610625976127 + - -0.9839674857588432 + - 0.5738762483120249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998079348284343 + - -0.01875554732559991 + - 0.0056853230883098516 + - -0.03469194275266022 + - - -0.018666874958863173 + - -0.9997091768615369 + - -0.015267923175721666 + - 0.03753311425096113 + - - 0.005970027920492 + - 0.015158863524247251 + - -0.9998672750036792 + - 0.5791331626134276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964127560977905 + - -0.037827719141138166 + - -0.07570127575004441 + - 0.048554974000808514 + - - -0.03644160825573309 + - -0.9991433798247551 + - 0.019609072902664813 + - 0.035239719684961444 + - - -0.07637819501232522 + - -0.016780054140124404 + - -0.996937711750195 + - 0.5750921722367387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989112909368412 + - -0.029509109212036776 + - 0.03613094674106237 + - -0.04275227302336907 + - - -0.03073079057184519 + - -0.9989581565934263 + - 0.033737514524519195 + - -0.023469079850768907 + - - 0.035097739951780234 + - -0.034811116744149974 + - -0.9987774200497835 + - 0.5788228582866598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906962698471081 + - -0.026222230772947646 + - -0.13354136259719737 + - 0.025749660937093057 + - - -0.022079913795844914 + - -0.9992308605892842 + - 0.03240624403981359 + - -0.030284692776844088 + - - -0.13428841468195954 + - -0.02915616331567262 + - -0.9905132708969211 + - 0.5762470924590819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875636606083116 + - -0.01167740245820964 + - -0.15678537724462893 + - 0.06438883980335121 + - - -0.026706536734790835 + - -0.9952047818274256 + - -0.09409677530850351 + - -0.03261364941487636 + - - -0.1549347512391745 + - 0.09711375031196524 + - -0.9831399403741056 + - 0.5739486269272773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997967665618828 + - -0.019725577564154117 + - 0.00416259079956152 + - -0.034697225364678584 + - - -0.019740066192428175 + - -0.9997991285171264 + - 0.0034687754488115143 + - 0.03754455034715189 + - - 0.004093331054606849 + - -0.0035502402955663323 + - -0.9999853201096116 + - 0.5789902444773009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970201845706569 + - -0.03873661684624065 + - -0.0667100147953861 + - 0.04856819986273836 + - - -0.036883055241598794 + - -0.9989045927560005 + - 0.0287967846645346 + - 0.035261190534140244 + - - -0.06775243017588564 + - -0.026250506400409657 + - -0.9973567662170771 + - 0.5750737406366209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988782656625715 + - -0.02824919562882128 + - 0.03800254377351339 + - -0.04277174342727636 + - - -0.02927285482465716 + - -0.9992159892292788 + - 0.02665533415601839 + - -0.023457366645335577 + - - 0.037219757620755176 + - -0.027737876899269688 + - -0.9989220689462086 + - 0.5789237506388991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921982577146125 + - -0.025943833272519742 + - -0.12194070240578052 + - 0.025763880191483363 + - - -0.023048355540365377 + - -0.9994193122263211 + - 0.02509604861234163 + - -0.030284400226844962 + - - -0.12252098063177726 + - -0.02208972304479627 + - -0.992220063010637 + - 0.5761966673286995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873267697088274 + - -0.010305964864493434 + - -0.15836551677857125 + - 0.06438019153705482 + - - -0.025820431008526462 + - -0.9950247782467339 + - -0.09622367701128749 + - -0.032595232515090805 + - - -0.1565859353801165 + - 0.09909327809317077 + - -0.98268070454135 + - 0.5737567008449111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998385459706237 + - -0.017960642372290895 + - 0.0005452677541144528 + - -0.034730518229894716 + - - -0.017956571529893852 + - -0.9998161406296681 + - -0.00672655002855508 + - 0.03754044717096733 + - - 0.0006659806609907203 + - 0.006715672860519467 + - -0.9999772278446089 + - 0.5790409553976114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997299495398301 + - -0.03883583856497994 + - -0.06233373180910181 + - 0.04853245638325862 + - - -0.03658335576187533 + - -0.9986498653866885 + - 0.036879593874498906 + - 0.03526047841499244 + - - -0.06368182283426156 + - -0.03449962327479433 + - -0.9973737521282592 + - 0.5748885514385258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993920788425895 + - -0.027651833871087925 + - 0.021233201130613846 + - -0.04276608009085677 + - - -0.028850499711961887 + - -0.9978767887980653 + - 0.05839146379764371 + - -0.02344656618043204 + - - 0.019573487503698306 + - -0.058968554854491755 + - -0.9980679276107992 + - 0.5786433742111657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992497750423114 + - -0.02963706672773764 + - -0.11861643933634958 + - 0.02574573083305822 + - - -0.02003422548452447 + - -0.9964845616560131 + - 0.08134585539816325 + - -0.030260544382985092 + - - -0.12061030310173962 + - -0.0783591899970851 + - -0.9896024414524791 + - 0.5758833759500892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870032244346331 + - -0.01170691563346087 + - -0.16027346343667814 + - 0.06438559200495433 + - - -0.02778245781645291 + - -0.9947560031224644 + - -0.09843083505434816 + - -0.03261966131325738 + - - -0.15828066841315208 + - 0.10160434231946147 + - -0.9821526294973277 + - 0.573876386209023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998385459706237 + - -0.017960642372290895 + - 0.0005452677541144528 + - -0.034730518229894716 + - - -0.017956571529893852 + - -0.9998161406296681 + - -0.00672655002855508 + - 0.03754044717096733 + - - 0.0006659806609907203 + - 0.006715672860519467 + - -0.9999772278446089 + - 0.5790409553976114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997299495398301 + - -0.03883583856497994 + - -0.06233373180910181 + - 0.04853245638325862 + - - -0.03658335576187533 + - -0.9986498653866885 + - 0.036879593874498906 + - 0.03526047841499244 + - - -0.06368182283426156 + - -0.03449962327479433 + - -0.9973737521282592 + - 0.5748885514385258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993920788425895 + - -0.027651833871087925 + - 0.021233201130613846 + - -0.04276608009085677 + - - -0.028850499711961887 + - -0.9978767887980653 + - 0.05839146379764371 + - -0.02344656618043204 + - - 0.019573487503698306 + - -0.058968554854491755 + - -0.9980679276107992 + - 0.5786433742111657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992497750423114 + - -0.02963706672773764 + - -0.11861643933634958 + - 0.02574573083305822 + - - -0.02003422548452447 + - -0.9964845616560131 + - 0.08134585539816325 + - -0.030260544382985092 + - - -0.12061030310173962 + - -0.0783591899970851 + - -0.9896024414524791 + - 0.5758833759500892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870032244346331 + - -0.01170691563346087 + - -0.16027346343667814 + - 0.06438559200495433 + - - -0.02778245781645291 + - -0.9947560031224644 + - -0.09843083505434816 + - -0.03261966131325738 + - - -0.15828066841315208 + - 0.10160434231946147 + - -0.9821526294973277 + - 0.573876386209023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997576721411923 + - -0.01842812404331012 + - 0.01204164602821242 + - -0.0346995942870302 + - - -0.018274158800837065 + - -0.9997514168970488 + - -0.012773391580365959 + - 0.037563813326703555 + - - 0.012274042322974842 + - 0.012550245279991552 + - -0.9998459077420211 + - 0.5791284637841647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967897220180573 + - -0.0377791199363197 + - -0.07059028386400991 + - 0.048544329412743746 + - - -0.036278467750069585 + - -0.9990901596571122 + - 0.02242154441677885 + - 0.035263941634866375 + - - -0.07137312419161353 + - -0.01978865768978777 + - -0.997253371099825 + - 0.5750797503763654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989195304742644 + - -0.02949427969996557 + - 0.035914608476988616 + - -0.04278891835643537 + - - -0.03097970561029504 + - -0.9986568149194174 + - 0.04153099872750952 + - -0.023437483403115827 + - - 0.03464144161801927 + - -0.0425987497467372 + - -0.9984915207665214 + - 0.578846328872951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892464600777229 + - -0.02892048081144777 + - -0.14337031426808328 + - 0.02574940894947266 + - - -0.02063426615532457 + - -0.9980476713904542 + - 0.05894974717777293 + - -0.030272196932652 + - - -0.1447952633338726 + - -0.05535748749470845 + - -0.9879118788102246 + - 0.5761020215696342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887742985316958 + - -0.011455958469249168 + - -0.14897700352303891 + - 0.06438746827857639 + - - -0.026072816508749673 + - -0.9949879793700721 + - -0.09653563667559478 + - -0.032617396841377905 + - - -0.14712441946343843 + - 0.09933620651410144 + - -0.9841172304522131 + - 0.5738582440758764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998299618565714 + - -0.01838919813982045 + - -0.001372867678079452 + - -0.0347060869574471 + - - -0.018390598252598693 + - -0.9998303641747602 + - -0.0010142830361607636 + - 0.03755066163288214 + - - -0.0013539829388161172 + - 0.0010393584272779207 + - -0.9999985432310693 + - 0.5789408074098017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960655910954793 + - -0.03913022763879034 + - -0.07951203380966708 + - 0.04856888361513482 + - - -0.03714221060333164 + - -0.9989630488279985 + - 0.026330272838836145 + - 0.035262885939294435 + - - -0.08045989328299503 + - -0.02327342607366269 + - -0.9964861028693188 + - 0.5751478608054635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987034658543749 + - -0.027878811147841135 + - 0.042592947531752114 + - -0.04277091914409688 + - - -0.030360970062965408 + - -0.9978087884941664 + - 0.05878633430177276 + - -0.02343780755603616 + - - 0.04086072426298019 + - -0.060003279016959364 + - -0.9973615230797296 + - 0.5787083229882359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911935914308041 + - -0.02680602461456521 + - -0.12967922482366867 + - 0.025775148087817522 + - - -0.021466417013218005 + - -0.9988700905058888 + - 0.04239970793970555 + - -0.030300940969002668 + - - -0.1306692666510335 + - -0.039242570470358194 + - -0.9906490616841871 + - 0.5760559478666704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853974574307538 + - -0.012593859502154957 + - -0.16980354999777209 + - 0.06436078031421716 + - - -0.0262144789564556 + - -0.9965920044699248 + - -0.07821238853058358 + - -0.03258098014296511 + - - -0.16823986442590666 + - 0.08152160038577137 + - -0.9823693687653821 + - 0.5736186259595066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997160976318911 + - -0.017543729328157183 + - 0.016122707493581086 + - -0.0347111485258996 + - - -0.017576903457944444 + - -0.9998436742722099 + - 0.0019181977679131666 + - 0.03755572133302243 + - - 0.016086534757160063 + - -0.002201040460119707 + - -0.9998681807220386 + - 0.5792037723187693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995903184271667 + - -0.0391639125523308 + - -0.08150481894432664 + - 0.04854549880191672 + - - -0.03760207698994014 + - -0.9990802207510247 + - 0.020610587330966983 + - 0.035264501529244825 + - - -0.08223704374305228 + - -0.017461399075623593 + - -0.9964598176438054 + - 0.5749674786334911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985988027763871 + - -0.02955835962627599 + - 0.04389458360401681 + - -0.04277283165944472 + - - -0.0314628170490072 + - -0.9985644288354825 + - 0.04334942453835889 + - -0.023465244515258207 + - - 0.04255023192541947 + - -0.04466973069842605 + - -0.99809523239139 + - 0.5787218838688132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913119951335848 + - -0.025774846990883116 + - -0.12898133805658857 + - 0.025781110968996674 + - - -0.022211442368252385 + - -0.999332890177479 + - 0.028990109303829004 + - -0.030313144998431414 + - - -0.1296425089706043 + - -0.025873381536295433 + - -0.9912231776929369 + - 0.5763698607576754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884441898831993 + - -0.012941592674456638 + - -0.15103178031525188 + - 0.06439013746164753 + - - -0.02628806536500669 + - -0.9958867204679812 + - -0.08670973195030977 + - -0.03262339940411356 + - - -0.14928838235278452 + - 0.08967806406573396 + - -0.9847186520625631 + - 0.5739075101768278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998113242820973 + - -0.017268858420434647 + - 0.00889395109800593 + - -0.034727402969774675 + - - -0.017255718255199035 + - -0.999849904388702 + - -0.0015520571512245085 + - 0.03753971151836524 + - - 0.00891941841018394 + - 0.001398292801404567 + - -0.9999592435456885 + - 0.5790650031916195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949153932994038 + - -0.038738060329105435 + - -0.09296624579830665 + - 0.04854317514525851 + - - -0.03696744388457348 + - -0.9991021894502131 + - 0.02069355282285303 + - 0.035226616797403305 + - - -0.09368440781973 + - -0.017151609770802444 + - -0.9954541948345677 + - 0.5750544983652217 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983141470579462 + - -0.02746290493031753 + - 0.05113367419571667 + - -0.04276456324351253 + - - -0.029958219362182622 + - -0.9983645329733899 + - 0.04869049592551445 + - -0.023450232669981766 + - - 0.04971286429700773 + - -0.05014028473805802 + - -0.9975041769184598 + - 0.578657121797059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933523124927021 + - -0.030681604536418862 + - -0.11094963906418041 + - 0.025765251924433522 + - - -0.024543662934105877 + - -0.9981138218331489 + - 0.05627083858804923 + - -0.030289512308149153 + - - -0.11246684789384871 + - -0.05317365709349033 + - -0.9922317120089067 + - 0.5761271453261545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852130575027629 + - -0.01083041508787137 + - -0.17099103320081463 + - 0.06436149552695491 + - - -0.02772209341990602 + - -0.9949263693397751 + - -0.09671093593172968 + - -0.032596122895971656 + - - -0.16907606827246632 + - 0.10002110627961243 + - -0.9805146921062052 + - 0.5736806241795129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997921425802068 + - -0.017923399903845207 + - 0.00971716886579712 + - -0.03472529702539036 + - - -0.017759372190453933 + - -0.999702619980548 + - -0.016711561968574505 + - 0.03754612822651346 + - - 0.01001380718211144 + - 0.016535517527897822 + - -0.999813132703209 + - 0.5792037860674513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958566964903884 + - -0.03659024606761279 + - -0.0832501888764338 + - 0.048519057171564434 + - - -0.03624505757339593 + - -0.9993269349139139 + - 0.00565446346369366 + - 0.03519468226499084 + - - -0.08340105429040794 + - -0.002613627416557138 + - -0.9965126356925811 + - 0.5744614187809892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9981092054816681 + - -0.030222537792224 + - 0.053522071542034394 + - -0.042780215347040615 + - - -0.03274231549335389 + - -0.9983653814890739 + - 0.046845552833858176 + - -0.023451299992415492 + - - 0.05201879188222977 + - -0.04850941407163885 + - -0.997467233565865 + - 0.5788633828907086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932969419760938 + - -0.026145817964399944 + - -0.11259476570388637 + - 0.02576808837724052 + - - -0.023838238044324903 + - -0.9994782752876062 + - 0.021792559167174153 + - -0.030283343975822823 + - - -0.11310580651709577 + - -0.018962421551192946 + - -0.9934019846472187 + - 0.5762467122024213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867158078290402 + - -0.014165798130718586 + - -0.16183709322526899 + - 0.06441203083971586 + - - -0.026638694555676506 + - -0.9968153929290905 + - -0.07516283903627162 + - -0.03262382356376285 + - - -0.16025696406912884 + - 0.07847549033260535 + - -0.9839508640599912 + - 0.5740278308047615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999667239518087 + - -0.01886162886155814 + - 0.01759685173479881 + - -0.03468100022081511 + - - -0.018719772948190782 + - -0.9997912117926829 + - -0.008191637375266826 + - 0.03757393281649912 + - - 0.017747685343611416 + - 0.007859502452987766 + - -0.9998116061969559 + - 0.5790559310029058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960594127000535 + - -0.037087124530209924 + - -0.08056172519072119 + - 0.04851673492857397 + - - -0.03642123422445325 + - -0.9992892560427198 + - 0.009719899956007623 + - 0.03522381804733798 + - - -0.08086494957144347 + - -0.006747440378986934 + - -0.9967022283406111 + - 0.5749636600683289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991473540050065 + - -0.028397555062092242 + - 0.029969048221285502 + - -0.04277086626513613 + - - -0.030041934752828837 + - -0.9979828523266846 + - 0.055925920807810926 + - -0.023443744151599492 + - - 0.028320436809856436 + - -0.05677856398668606 + - -0.9979850437408913 + - 0.5786523111806805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905986546247594 + - -0.02777572338565706 + - -0.13395079188276612 + - 0.025763916827709028 + - - -0.020252282280832094 + - -0.9981570205095179 + - 0.05720496018685147 + - -0.030275611679769884 + - - -0.13529283247102988 + - -0.053954347350007224 + - -0.9893355234115474 + - 0.5760989279663427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987779264821633 + - -0.014349698157275938 + - -0.1551973264951082 + - 0.06438248644398066 + - - -0.026367663185569976 + - -0.9967851657379749 + - -0.07565764801294203 + - -0.03257479318890541 + - - -0.15361272840024187 + - 0.07882524676468172 + - -0.9849820862055922 + - 0.5738801438550585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998295720092826 + - -0.018189919612401087 + - 0.0031549580392154445 + - -0.03470207040470906 + - - -0.018215949152677484 + - -0.9997985555749905 + - 0.00842777946016365 + - 0.03754317210884575 + - - 0.003001021859615885 + - -0.008483813685865225 + - -0.9999595085667925 + - 0.5789152276071294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953387744363393 + - -0.03886525376618943 + - -0.0882622011580025 + - 0.04853199617969496 + - - -0.0364648509496203 + - -0.9989242157737896 + - 0.028648312095851156 + - 0.03526990698893555 + - - -0.08928067399380436 + - -0.02529630784144228 + - -0.9956852203687685 + - 0.5750225026055743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982700056765289 + - -0.027529570777559437 + - 0.051953041291017764 + - -0.04277869326724898 + - - -0.029861778776105477 + - -0.9985557644664018 + - 0.04466161012824985 + - -0.023436815284919647 + - - 0.050648493905641336 + - -0.04613575602202915 + - -0.9976503506145663 + - 0.5786203018617775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9877352974759235 + - -0.030889713622587828 + - -0.15305165047285033 + - 0.025747333977857875 + - - -0.019537157625047562 + - -0.9969822468621468 + - 0.07513121131487112 + - -0.03023576115921096 + - - -0.15491055997601674 + - -0.07121955513775892 + - -0.9853580533866342 + - 0.5757765453697892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855783547243667 + - -0.011193527295300341 + - -0.16884907949260408 + - 0.06435526808899222 + - - -0.02654755573706693 + - -0.9956820416275772 + - -0.08895223024032586 + - -0.03260130780956056 + - - -0.16712430697896008 + - 0.09215192307830578 + - -0.9816198292056724 + - 0.573679593505393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998205701210688 + - -0.018423235389242364 + - 0.004405900654058164 + - -0.03467934684126941 + - - -0.018441918277586795 + - -0.9998209511768228 + - 0.004238070093338687 + - 0.037563574154568985 + - - 0.004327032819805333 + - -0.004318562916736245 + - -0.9999813132260574 + - 0.5791260375372984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961538912534047 + - -0.03859423871841492 + - -0.0786632676568039 + - 0.04854609876673393 + - - -0.03687442337822409 + - -0.9990505654167846 + - 0.02320010001976425 + - 0.03525649996147507 + - - -0.07948397222851566 + - -0.0202102072762648 + - -0.9966312485973071 + - 0.5751180527607238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987224956211503 + - -0.027076176851918543 + - 0.042664474534966315 + - -0.04276778703241277 + - - -0.02995134904050266 + - -0.9972179390057858 + - 0.06825905665702806 + - -0.023422778083087868 + - - 0.04069758507473312 + - -0.06944971398167898 + - -0.9967549567456128 + - 0.578634139795797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9942799479026762 + - -0.030056604388984297 + - -0.10248895419144341 + - 0.025778947359477535 + - - -0.0246734972737844 + - -0.9982686985918833 + - 0.053393107644610166 + - -0.030283985295445466 + - - -0.10391633043430781 + - -0.05055893535540938 + - -0.9933001511752608 + - 0.5761722972878164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891159323866919 + - -0.011689133278996556 + - -0.14667323021598375 + - 0.06439030908729258 + - - -0.026533801665114164 + - -0.9946671887650907 + - -0.09966514417461815 + - -0.032615320365662795 + - - -0.1447260504125 + - 0.10247218040686405 + - -0.9841513209738944 + - 0.5739040530470749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997632201498038 + - -0.018551409737048614 + - 0.011373162817043066 + - -0.03466404482655601 + - - -0.018605341884628417 + - -0.999816070485779 + - 0.004654723593442534 + - 0.03757312097951822 + - - 0.011284719272136314 + - -0.004865223031208005 + - -0.9999244895069853 + - 0.5789640980837327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959382091313606 + - -0.039369729404077194 + - -0.08097597173772103 + - 0.048552532546984856 + - - -0.03713443325033222 + - -0.9988914831014964 + - 0.02892816714675041 + - 0.035222024412041794 + - - -0.08202510261740045 + - -0.025803670164212072 + - -0.9962961673853123 + - 0.5750360648463458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987839292637539 + - -0.02876300398302011 + - 0.040041881153729225 + - -0.04277075865467121 + - - -0.030352221452809646 + - -0.9987519936932437 + - 0.03966355690871098 + - -0.023447420004555034 + - - 0.03885106558816899 + - -0.040830683262023944 + - -0.9984104616874866 + - 0.5787214281325838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992240413560627 + - -0.028106772338741415 + - -0.12111552768218466 + - 0.025770326323628197 + - - -0.02248413723919172 + - -0.9986161017470323 + - 0.047543084714502526 + - -0.030288444757157057 + - - -0.12228419877337003 + - -0.04445099189286254 + - -0.9914992103123915 + - 0.57640797914005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868724813131183 + - -0.010912092211191184 + - -0.16113234272008659 + - 0.06438350466594983 + - - -0.025586204280982117 + - -0.9956781553380979 + - -0.08927685664838184 + - -0.032606130553259026 + - - -0.15946175647276944 + - 0.0922276380815335 + - -0.9828865707682255 + - 0.5737160620941797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998225474146639 + - -0.018778330559778643 + - -0.0014993273957436717 + - -0.03469479593273146 + - - -0.018797466300755822 + - -0.9997256508653821 + - -0.013974199886201414 + - 0.037547671233889815 + - - -0.0012365039117986296 + - 0.013999903684498896 + - -0.9999012319998912 + - 0.5789921306942211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959888433974027 + - -0.03780786844304571 + - -0.08109740385300532 + - 0.048498287984742997 + - - -0.03700879318993793 + - -0.9992506592763345 + - 0.011334423780476242 + - 0.03523593757891448 + - - -0.08146516466888468 + - -0.008287642584255801 + - -0.9966417319808895 + - 0.5745721480935297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998474395404462 + - -0.0284244825155095 + - 0.047338467607426674 + - -0.04275433746214382 + - - -0.031126451432036063 + - -0.9978685386166951 + - 0.05735436914682332 + - -0.023426413294845825 + - - 0.04560729922877467 + - -0.05874034757052833 + - -0.9972309390629386 + - 0.5787429285807254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902846933382179 + - -0.027675254361971165 + - -0.13627291160033234 + - 0.025759628433039198 + - - -0.020344970269922012 + - -0.9982849303841252 + - 0.0548933507146128 + - -0.03027807087362053 + - - -0.1375583815139877 + - -0.0515875766436231 + - -0.9891493383768144 + - 0.5761559308967279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845890563937058 + - -0.012767357742997481 + - -0.1744172715243946 + - 0.06436505386668029 + - - -0.026640538901222338 + - -0.9966416332897868 + - -0.077432141133508 + - -0.03260396086526095 + - - -0.17284291051936299 + - 0.08088540888027558 + - -0.9816225745740912 + - 0.5737333770871692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998198974238257 + - -0.018865160199381975 + - 0.002068440490380909 + - -0.034706135363084194 + - - -0.018849698398872995 + - -0.999796000302431 + - -0.007255801095197368 + - 0.03753652128643934 + - - 0.0022049003791821814 + - 0.007215504827328217 + - -0.9999715370471326 + - 0.578867491465221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960093616381049 + - -0.0396612830845207 + - -0.07995207410282834 + - 0.048579207099877106 + - - -0.03744606844300083 + - -0.9988772187712307 + - 0.02901885211396155 + - 0.035297809552078924 + - - -0.08101323032330424 + - -0.02590915753048303 + - -0.9963762201440993 + - 0.5752471750817568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992072894475617 + - -0.028570392660891442 + - 0.02772229027442221 + - -0.04277354048122886 + - - -0.029543204016888775 + - -0.9989385630253962 + - 0.03534043572415278 + - -0.023448105225959567 + - - 0.0266831746850582 + - -0.036131426265219146 + - -0.9989907548244716 + - 0.5788060023441137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992510933085494 + - -0.02911367847337371 + - -0.11863575106818049 + - 0.0257738345913576 + - - -0.022548242398602526 + - -0.9981585374685948 + - 0.056312617087907225 + - -0.030281173568290853 + - - -0.12005675520559488 + - -0.053215860458179325 + - -0.9913397236695396 + - 0.5760602618931654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985508008713102 + - -0.01145165651776799 + - -0.16924191066439662 + - 0.0643566051302652 + - - -0.02638713836000173 + - -0.9959226615970722 + - -0.08626570029029348 + - -0.03259776583834706 + - - -0.16756396895367057 + - 0.08948134822634088 + - -0.9817919355077688 + - 0.573567360336035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998071783960101 + - -0.017526966661819156 + - 0.008855024982717584 + - -0.03472080359011711 + - - -0.017469317995757055 + - -0.9998259698483695 + - -0.006546216123162027 + - 0.037528909841075014 + - - 0.008968219253128872 + - 0.006390262623985627 + - -0.9999393659552688 + - 0.5790245868486379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973238758677924 + - -0.039912120425161825 + - -0.06125446324319251 + - 0.048592856600440104 + - - -0.0375230502714811 + - -0.9985080588841543 + - 0.03966959845678579 + - 0.03529409048838778 + - - -0.06274637298177596 + - -0.03726498338341369 + - -0.9973335518727253 + - 0.5750671783963899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982629782751264 + - -0.028327635246347828 + - 0.051658216061186917 + - -0.04274925597311718 + - - -0.031134754063372287 + - -0.9980352979907695 + - 0.054370681933271846 + - -0.023416255364839593 + - - 0.05001653021439733 + - -0.05588460472997516 + - -0.9971836629525609 + - 0.5786355608929473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993289609997771 + - -0.02970732557169293 + - -0.1117730981849091 + - 0.025764737972276755 + - - -0.022725573717680823 + - -0.9977403694971964 + - 0.06322739418005853 + - -0.03028610262037901 + - - -0.11339884906681436 + - -0.06026300592383095 + - -0.9917202585141368 + - 0.5762027297010506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859773506423342 + - -0.007954629837823017 + - -0.16668949542327713 + - 0.0643784369110739 + - - -0.02584358032951551 + - -0.994091181529506 + - -0.10542690435094249 + - -0.032586729473475934 + - - -0.1648659254548234 + - 0.10825639320342292 + - -0.9803569655765755 + - 0.5736733770005751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997654263917751 + - -0.020801384371724248 + - 0.006032793705392975 + - -0.03471967799104846 + - - -0.02072612303465623 + - -0.9997097661495725 + - -0.01228052479005183 + - 0.03755634695283947 + - - 0.0062864947008913815 + - 0.01215260767846026 + - -0.9999063926743288 + - 0.5790148677650907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969777527285993 + - -0.03932092958131178 + - -0.06700167953934574 + - 0.048578646579046106 + - - -0.036702082763148014 + - -0.9985302212686576 + - 0.039879246908804664 + - 0.035302614441954094 + - - -0.06847129095525142 + - -0.03729962077592604 + - -0.9969555760438347 + - 0.5752684333956548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984814235982571 + - -0.027167126800832005 + - 0.04792487820104982 + - -0.042742108468694 + - - -0.030011110313427763 + - -0.9977676959949476 + - 0.059657003668385555 + - -0.023420717823964148 + - - 0.046197185920283226 + - -0.06100468875686535 + - -0.997067825156707 + - 0.5784698755663221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901203124320638 + - -0.02823194528977332 + - -0.1373489139912927 + - 0.025750154379861025 + - - -0.020229847949102406 + - -0.9980344742665715 + - 0.0593122367425458 + - -0.030267847903669733 + - - -0.13875345098911404 + - -0.055947702728555794 + - -0.9887453334393079 + - 0.5759748090538138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858614190753274 + - -0.011071413547311651 + - -0.16719654954826724 + - 0.06437282509197458 + - - -0.027647165339416094 + - -0.9948866546119469 + - -0.0971399954897275 + - -0.03260128036510186 + - - -0.1652661387806854 + - 0.10038908445201448 + - -0.9811264623357226 + - 0.5737420923562235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998013799995759 + - -0.01972057136636004 + - 0.002880905400758169 + - -0.03468934185313068 + - - -0.019696781107265575 + - -0.99977346892984 + - -0.008065211590926005 + - 0.0375651786609213 + - - 0.003039303366938356 + - 0.00800686511552692 + - -0.9999633257005305 + - 0.5790073349265183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962561916816524 + - -0.038760297376271666 + - -0.0772737981677724 + - 0.04856778657108579 + - - -0.0366468747951163 + - -0.9989194178180862 + - 0.028583269122462316 + - 0.03528487790580751 + - - -0.07829819348951612 + - -0.025644415635358634 + - -0.9966000987572696 + - 0.5753156327409934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990432059336531 + - -0.028733214339092022 + - 0.03297082151770034 + - -0.04280563343418165 + - - -0.03058650985216264 + - -0.9978966397990224 + - 0.05715559196513067 + - -0.023451765614313603 + - - 0.03125920812931467 + - -0.05810936819106493 + - -0.9978207069587023 + - 0.5787818864178413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930970367971926 + - -0.027646007911651276 + - -0.11399111259736125 + - 0.02577742953606344 + - - -0.023952909053381162 + - -0.9991468817678439 + - 0.03364174195066848 + - -0.0303163345129876 + - - -0.11482392456503054 + - -0.03067909549096635 + - -0.9929120099219976 + - 0.5761563126832271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834708044763316 + - -0.014487808336325948 + - -0.18048623258378224 + - 0.06438215774874463 + - - -0.02553809113774273 + - -0.9979281538862752 + - -0.05905256626236139 + - -0.032608713125755945 + - - -0.17925675062244548 + - 0.0626857487052689 + - -0.9818031952817947 + - 0.5739220011928106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998013799995759 + - -0.01972057136636004 + - 0.002880905400758169 + - -0.03468934185313068 + - - -0.019696781107265575 + - -0.99977346892984 + - -0.008065211590926005 + - 0.0375651786609213 + - - 0.003039303366938356 + - 0.00800686511552692 + - -0.9999633257005305 + - 0.5790073349265183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962561916816524 + - -0.038760297376271666 + - -0.0772737981677724 + - 0.04856778657108579 + - - -0.0366468747951163 + - -0.9989194178180862 + - 0.028583269122462316 + - 0.03528487790580751 + - - -0.07829819348951612 + - -0.025644415635358634 + - -0.9966000987572696 + - 0.5753156327409934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990432059336531 + - -0.028733214339092022 + - 0.03297082151770034 + - -0.04280563343418165 + - - -0.03058650985216264 + - -0.9978966397990224 + - 0.05715559196513067 + - -0.023451765614313603 + - - 0.03125920812931467 + - -0.05810936819106493 + - -0.9978207069587023 + - 0.5787818864178413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930970367971926 + - -0.027646007911651276 + - -0.11399111259736125 + - 0.02577742953606344 + - - -0.023952909053381162 + - -0.9991468817678439 + - 0.03364174195066848 + - -0.0303163345129876 + - - -0.11482392456503054 + - -0.03067909549096635 + - -0.9929120099219976 + - 0.5761563126832271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834708044763316 + - -0.014487808336325948 + - -0.18048623258378224 + - 0.06438215774874463 + - - -0.02553809113774273 + - -0.9979281538862752 + - -0.05905256626236139 + - -0.032608713125755945 + - - -0.17925675062244548 + - 0.0626857487052689 + - -0.9818031952817947 + - 0.5739220011928106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997791533978011 + - -0.018579168774048745 + - 0.0098213501537035 + - -0.034702427055462545 + - - -0.018513899806812322 + - -0.9998061855210472 + - -0.006695289971113269 + - 0.03755991486400641 + - - 0.009943839556205356 + - 0.006511979846359124 + - -0.999929354591294 + - 0.5792095083307273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9944549391134043 + - -0.03770782776154649 + - -0.09817073799488771 + - 0.0484858347312522 + - - -0.037816073408282344 + - -0.9992844286010183 + - 0.0007585166543726586 + - 0.03523024004103309 + - - -0.09812909183791904 + - 0.002958121201219261 + - -0.9951692975840962 + - 0.5749772520337189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991243460498734 + - -0.028918882331479937 + - 0.030236391568950353 + - -0.04277684488495419 + - - -0.030279250327566 + - -0.9985032574547072 + - 0.04554571167453347 + - -0.023419579452965238 + - - 0.02887400439865362 + - -0.04642136466151289 + - -0.998504556210411 + - 0.5786461793736886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904754809615336 + - -0.02486284394831019 + - -0.1354258491013468 + - 0.025758070393078425 + - - -0.022132609821260994 + - -0.9995210518140706 + - 0.021629021313830713 + - -0.030273573298373446 + - - -0.13589874611827218 + - -0.018425687810670655 + - -0.9905513741508742 + - 0.5760982517800245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871331938206919 + - -0.011195040366211825 + - -0.1595077701197006 + - 0.06439243932887122 + - - -0.02602902899163292 + - -0.9954909590790438 + - -0.09121534981370893 + - -0.032598533822100775 + - - -0.15776738353383787 + - 0.09419353195991456 + - -0.9829735658855749 + - 0.5738351202159528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998478475572052 + - -0.017442424173640027 + - -0.0002087442704752842 + - -0.03473065036509403 + - - -0.017442349660315323 + - -0.9998478081179467 + - 0.00035361004582127583 + - 0.03753707970218963 + - - -0.00021488031770316776 + - -0.00034991525263379004 + - -0.9999999156928787 + - 0.5790473955418465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956243578873175 + - -0.03863530790471532 + - -0.08508496321075003 + - 0.04855437796882376 + - - -0.03722552028490098 + - -0.9991430587188977 + - 0.018094442609963724 + - 0.035266233910463685 + - - -0.08571113475497376 + - -0.01484793578093222 + - -0.9962093857126932 + - 0.5750445583809516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990254000077993 + - -0.02823261914161745 + - 0.03392888674361328 + - -0.04276560630465845 + - - -0.02987087205686995 + - -0.9983623116953007 + - 0.048789605337396694 + - -0.023454824905425328 + - - 0.03249586345704123 + - -0.0497555404233659 + - -0.9982326407483185 + - 0.5787859312597085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906262854255682 + - -0.027650167440509375 + - -0.13377230978215426 + - 0.025742582366416807 + - - -0.020569235300812602 + - -0.9983275230490857 + - 0.054028356275357695 + - -0.030265046401326316 + - - -0.13504247177492218 + - -0.050770315768064456 + - -0.9895382285964147 + - 0.576135209541239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864560363040313 + - -0.011385313722824766 + - -0.1636302633096103 + - 0.06436934323842239 + - - -0.026438547123218407 + - -0.9955804183992664 + - -0.09011455890118689 + - -0.032607133828120916 + - - -0.16188110348447995 + - 0.09322019701424675 + - -0.982397324509423 + - 0.5737317334374092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997989031209232 + - -0.019912270955891886 + - -0.002377978885118096 + - -0.03469166849805085 + - - -0.019955596402526744 + - -0.9996038088445801 + - -0.019849421040128986 + - 0.037552932179856266 + - - -0.0019817897008474064 + - 0.019892883370391478 + - -0.9998001528809617 + - 0.5791175420974749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974415192887794 + - -0.038352268438092474 + - -0.06032842700206909 + - 0.048543340326138086 + - - -0.03590608474479001 + - -0.998508734887029 + - 0.04112249302517594 + - 0.035263866935337666 + - - -0.0618156022149056 + - -0.038851124307517554 + - -0.9973311493495284 + - 0.5750465280582662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9979639715695855 + - -0.028167011973471132 + - 0.05722351689249688 + - -0.04275881715828723 + - - -0.03129940237350219 + - -0.9980175331319503 + - 0.054601748802382354 + - -0.023408422264947885 + - - 0.055572105053895045 + - -0.05628163996991551 + - -0.9968671517018585 + - 0.5786322623219267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892609950651029 + - -0.031211935030694225 + - -0.14278830048166466 + - 0.02575680472949685 + - - -0.020909026057764683 + - -0.9971057754956841 + - 0.07309504157236638 + - -0.030283810134908926 + - - -0.1446564767721036 + - -0.06932450926468917 + - -0.9870504628148917 + - 0.576022353660232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872353474730923 + - -0.008206824862836389 + - -0.15905664627846722 + - 0.06438046487073841 + - - -0.02608337571263914 + - -0.9935190811120478 + - -0.1106322420350694 + - -0.03260511552241031 + - - -0.157117873620782 + - 0.11336879417169259 + - -0.9810512169591051 + - 0.5737104367740853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997931151085766 + - -0.01845015895151673 + - 0.008562629044408944 + - -0.03474163214241792 + - - -0.01833840496625971 + - -0.9997479509928222 + - -0.012951346993566754 + - 0.037520833308521705 + - - 0.00879942525292702 + - 0.012791642596557974 + - -0.9998794647330751 + - 0.5790374449440331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975306378731004 + - -0.040072853778889424 + - -0.05767835724516821 + - 0.048573862752861276 + - - -0.03674349908582842 + - -0.9976593245142353 + - 0.05766964092769966 + - 0.03530439652228219 + - - -0.05985433801668202 + - -0.055407929033810976 + - -0.9966681592289228 + - 0.5751893905135601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989890977770625 + - -0.029150217623284243 + - 0.03422056888898494 + - -0.042771079803598504 + - - -0.030526052143061623 + - -0.9987173495672923 + - 0.04039574004573172 + - -0.023460914272154253 + - - 0.03299913124810528 + - -0.04139952277259268 + - -0.9985975850416785 + - 0.5787532684913034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9844063857716112 + - -0.031103975521349397 + - -0.17313754751307173 + - 0.025737320646704042 + - - -0.01900467826564065 + - -0.9972876332387585 + - 0.07110695319766916 + - -0.030282294003285498 + - - -0.17487964391573238 + - -0.0667077154143606 + - -0.9823274356588559 + - 0.5760372320911143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891921775621669 + - -0.014526556574785009 + - -0.14590344411252937 + - 0.06437820405429732 + - - -0.025134457091087345 + - -0.9971505594097674 + - -0.07112679477893048 + - -0.032594882886696076 + - - -0.14445447350828117 + - 0.07402527286587583 + - -0.986738650332791 + - 0.5738057310676804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997761832286932 + - -0.016801179699817242 + - 0.012857052903397838 + - -0.03468314807790353 + - - -0.01685818467672143 + - -0.9998484789653955 + - 0.004338285374535831 + - 0.03753521871883163 + - - 0.012782216477273284 + - -0.004554060965754153 + - -0.9999079334972039 + - 0.5788112420809864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956491150468845 + - -0.038940729217179317 + - -0.08465494264595617 + - 0.04855980584894611 + - - -0.03686924380461517 + - -0.998984472764202 + - 0.025897529559890744 + - 0.03528847705572304 + - - -0.08557744193203988 + - -0.02266368866852628 + - -0.9960737214926939 + - 0.575177667876965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9979902591383686 + - -0.030223128372041233 + - 0.05569564773246729 + - -0.042773730576878694 + - - -0.03217577138203427 + - -0.9988865340478532 + - 0.034502345338224466 + - -0.02343432546323189 + - - 0.054590863712740766 + - -0.03622505499339029 + - -0.9978514834331925 + - 0.5787020676264344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936632132640766 + - -0.02527619319321626 + - -0.10951955379460461 + - 0.025778746341484676 + - - -0.022804661484328654 + - -0.9994575265870823 + - 0.023761312316813252 + - -0.030287998060422507 + - - -0.11006073786912053 + - -0.021113185597895257 + - -0.9937005924188703 + - 0.5762010002579891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862896668970387 + - -0.012670139374788295 + - -0.1645361982675906 + - 0.06436512918817122 + - - -0.026125752172784095 + - -0.9964625005867267 + - -0.07987446399103174 + - -0.03259288039814498 + - - -0.16294213097150387 + - 0.08307799042268535 + - -0.9831316847003733 + - 0.5736909434869816 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999796032414821 + - -0.018998140376824697 + - 0.006853045294217378 + - -0.03470663179507734 + - - -0.018940892577178837 + - -0.9997859540160625 + - -0.008323985858398386 + - 0.037558606367972244 + - - 0.007009718679226968 + - 0.008192485240359471 + - -0.9999418718253696 + - 0.5791130659975543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965000758154356 + - -0.03876122876613238 + - -0.0740619068372583 + - 0.04857813642370303 + - - -0.03681790618883906 + - -0.9989455394686739 + - 0.027427193795760925 + - 0.035241316716735686 + - - -0.07504692321275419 + - -0.024604396358779694 + - -0.9968764131005003 + - 0.5750849266450349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9979762815444936 + - -0.02916416941360621 + - 0.05650480242457377 + - -0.042740539287924185 + - - -0.03157337279276607 + - -0.9986091518438152 + - 0.042224210877950696 + - -0.023453837697941123 + - - 0.05519477878490556 + - -0.04392280815466046 + - -0.9975090592664785 + - 0.5789210909602651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928900232087046 + - -0.02322488709015631 + - -0.11674761852932047 + - 0.025758524235996727 + - - -0.021156806131669554 + - -0.9995970845814032 + - 0.01892242190278378 + - -0.030283503635808298 + - - -0.11714005022589496 + - -0.01631787719066094 + - -0.9929813369429791 + - 0.5761960826370609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879800244356285 + - -0.013085612410531897 + - -0.1540267446387681 + - 0.06438935964901363 + - - -0.02643859105624812 + - -0.9960329871680657 + - -0.08496640145386816 + - -0.032607964845990114 + - - -0.15230388116898208 + - 0.08801735749782963 + - -0.9844066601562401 + - 0.5737991563275187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998320613488041 + - -0.016433770155228164 + - 0.00811050537798979 + - -0.034740731390684655 + - - -0.016405889886990654 + - -0.9998593157740571 + - -0.003492196565217344 + - 0.03755783783740002 + - - 0.008166754313508343 + - 0.0033585500322773246 + - -0.9999610113727752 + - 0.5791693493185234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9943306625139049 + - -0.04027772256265946 + - -0.09840852935505306 + - 0.04851427119403639 + - - -0.037152520050282856 + - -0.9987517237443718 + - 0.03338689221175849 + - 0.0352539889400847 + - - -0.09963043630624246 + - -0.02954148579221569 + - -0.9945858820527347 + - 0.5750847646441722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987844394825106 + - -0.026939926468362286 + - 0.041278127494915294 + - -0.04271774228593703 + - - -0.029370537992920668 + - -0.9977987867518422 + - 0.0594554678272562 + - -0.023432633783402917 + - - 0.03958553960240598 + - -0.06059555691988256 + - -0.9973771420761333 + - 0.57855578531586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927876092466481 + - -0.030509951320426172 + - -0.11593923320752914 + - 0.0257677455656032 + - - -0.021590309408552895 + - -0.9967643492010175 + - 0.07742538796490604 + - -0.03026020039972546 + - - -0.11792633915274209 + - -0.07436380189513235 + - -0.9902340145146172 + - 0.576007704215443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863629375862221 + - -0.011710117519772495 + - -0.1641676841036376 + - 0.06439120244919776 + - - -0.02600857728868721 + - -0.9960226512211173 + - -0.08521990472815084 + - -0.03259591981577596 + - - -0.16251679686634554 + - 0.0883275234687911 + - -0.982744391657451 + - 0.5738338567915655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997597451037665 + - -0.01705010632363573 + - 0.013774830104376128 + - -0.034712339569732145 + - - -0.016980890946269277 + - -0.9998426732771433 + - -0.0051262107533366335 + - 0.037517677118605236 + - - 0.013860065393879645 + - 0.004891070268298221 + - -0.9998919821755292 + - 0.578989229552228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970241451873408 + - -0.03879357301184028 + - -0.06661765986904129 + - 0.048582745939274384 + - - -0.03696885738701211 + - -0.9989125242491227 + - 0.02840902113316447 + - 0.035279794989706854 + - - -0.06764730221487784 + - -0.02586170124374734 + - -0.9973740596746179 + - 0.5751219248938835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9906037442998537 + - -0.030588185727409324 + - -0.13329885473257405 + - 0.02575862013784246 + - - -0.020581596875094893 + - -0.9969098068708161 + - 0.0758105192889678 + - -0.03027609559019174 + - - -0.1352058417716537 + - -0.0723546809729501 + - -0.9881721411232564 + - 0.5758300230536897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875521329025081 + - -0.010300060159194824 + - -0.15695443147749627 + - 0.06437582607104222 + - - -0.02585426216966688 + - -0.9949110467299509 + - -0.09738360345754665 + - -0.032606004414165515 + - - -0.15515264073604818 + - 0.10022932632434245 + - -0.9827928267021491 + - 0.573799063606754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997644722702916 + - -0.01821263229357308 + - 0.01180254256693788 + - -0.03470622732978649 + - - -0.018035509120302533 + - -0.9997256642196035 + - -0.014943785044124011 + - 0.037554797939147844 + - - 0.012071470369294937 + - 0.014727400504250553 + - -0.999818675199414 + - 0.5790114582657178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955206035700623 + - -0.04081626546205542 + - -0.08528048042330559 + - 0.048545667994486716 + - - -0.038484087646166225 + - -0.9988436638116749 + - 0.028815104742341707 + - 0.03524411793966914 + - - -0.08635799248211472 + - -0.025404088981912928 + - -0.995940223807362 + - 0.5749086584248526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991593366626597 + - -0.02661175271922494 + - 0.031183883290009626 + - -0.042769487610027766 + - - -0.028410382477873586 + - -0.9978695258635243 + - 0.05873039690284519 + - -0.023430981030554875 + - - 0.02955452803370494 + - -0.05956697046279606 + - -0.9977867036108413 + - 0.5786984857431772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990202838797613 + - -0.030849326647457886 + - -0.13618611192976704 + - 0.02576698195773444 + - - -0.020428657561068864 + - -0.9968014391445398 + - 0.07726293334857613 + - -0.03026152062065334 + - - -0.1381340218317022 + - -0.07372387649040422 + - -0.9876658250885398 + - 0.5761744237705427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869133755614691 + - -0.008269167882593069 + - -0.16103915673026944 + - 0.06438877307842922 + - - -0.026552146908000687 + - -0.9933857003194769 + - -0.11171317691014987 + - -0.0326242597656124 + - - -0.15905022047278886 + - 0.11452716386653422 + - -0.9806051988972144 + - 0.5739032176289687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994672166664054 + - -0.01907250453406537 + - 0.026486267760985057 + - -0.03466522076569755 + - - -0.0188523473952355 + - -0.9997858303050876 + - -0.008537125913111053 + - 0.03756705004032227 + - - 0.026643419577785012 + - 0.008033249153674432 + - -0.9996127225587105 + - 0.5789966398321627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965463244893504 + - -0.03965368945962379 + - -0.07295894776520565 + - 0.04854221729523465 + - - -0.0369642091798149 + - -0.9985994743170533 + - 0.037851514281692346 + - 0.035287633953439305 + - - -0.0743577190779624 + - -0.03502391762704441 + - -0.996616403039594 + - 0.575154985736083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.990925808201706 + - -0.029607331341188238 + - -0.131108537367514 + - 0.025759593851204653 + - - -0.01930670650987945 + - -0.9966756470862582 + - 0.07915115658617605 + - -0.030265415140167097 + - - -0.1330161408383851 + - -0.07590164975836214 + - -0.9882032411606538 + - 0.5760357891271727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986887037297606 + - -0.015203460010524004 + - -0.16069483631300086 + - 0.06437544933373573 + - - -0.02760778338698251 + - -0.996782951461137 + - -0.07524332510517347 + - -0.03259547729666709 + - - -0.15903391434034186 + - 0.07869309042180116 + - -0.9841319076269481 + - 0.5737733469835236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998003181620192 + - -0.019237104707443293 + - 0.005409030005477764 + - -0.03471722998297583 + - - -0.019243327748508992 + - -0.9998142240258721 + - 0.001100805481280675 + - 0.0375368837479204 + - - 0.005386848827353483 + - -0.0012046734076158413 + - -0.9999847651947968 + - 0.5790444463776752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951188597303904 + - -0.039228460299609254 + - -0.09055154836561076 + - 0.04851951270757288 + - - -0.03634249090009265 + - -0.9987843151271343 + - 0.03330338137785153 + - 0.03526112924604457 + - - -0.09174790659227187 + - -0.029849954079427424 + - -0.9953347687473759 + - 0.5748770400777383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988884332854646 + - -0.027409015489738432 + - 0.03834897284665064 + - -0.042771654800721676 + - - -0.0293399048004492 + - -0.9982814249916813 + - 0.050728359946677355 + - -0.0234649397294791 + - - 0.03689265285677417 + - -0.0517971272027934 + - -0.9979759464930645 + - 0.5787731818609276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911771735792307 + - -0.029421843519111424 + - -0.12923685890420075 + - 0.025751028298700837 + - - -0.020503682992336784 + - -0.9973500726660556 + - 0.06980280464827154 + - -0.030277875867481797 + - - -0.13094811781479385 + - -0.06653711503327989 + - -0.9891538822467475 + - 0.5761122062543071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873541061540164 + - -0.012523819256578965 + - -0.15803487909962094 + - 0.0644161701761922 + - - -0.026864130408375868 + - -0.9956751337514667 + - -0.0889345069497835 + - -0.03263153658791406 + - - -0.15623759969419987 + - 0.09205532021685578 + - -0.9834203732186798 + - 0.573986741316747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998515703246939 + - -0.017176235789006178 + - 0.0013469385153713766 + - -0.034698789116127796 + - - -0.01719253979740179 + - -0.9997649674270704 + - 0.013207061780118923 + - 0.03753090954488446 + - - 0.0011197743337312365 + - -0.01322825875425733 + - -0.9999118757549448 + - 0.57894240988784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960000095195563 + - -0.037081495736517166 + - -0.0812954101471088 + - 0.04854238912474146 + - - -0.036905695528552614 + - -0.9993120336739969 + - 0.0036645588948905775 + - 0.03525692205466241 + - - -0.08137536896750609 + - -0.0006496370394379854 + - -0.9966833134437032 + - 0.5750390269233158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990689923928426 + - -0.02670057373357867 + - 0.0338855101990193 + - -0.042760511219624424 + - - -0.028523108499918647 + - -0.9981066648800675 + - 0.054493282186801884 + - -0.023402158351665578 + - - 0.03236635167348926 + - -0.05540906861052873 + - -0.9979390033439227 + - 0.5786354553388309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9859718314627901 + - -0.026824844763541168 + - -0.16474214781082425 + - 0.02575888594427894 + - - -0.018529146797284075 + - -0.9984913829511005 + - 0.051687802152572467 + - -0.030283950405702545 + - - -0.16588013226687592 + - -0.047910185512171584 + - -0.9849814190345486 + - 0.5762126713319594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885680289782693 + - -0.009640823905054684 + - -0.15046696181039645 + - 0.06439169518645158 + - - -0.027356210077043426 + - -0.9928589556836329 + - -0.1161151664901146 + - -0.03261166571007987 + - - -0.14827302469512196 + - 0.11890394708855585 + - -0.9817723572776543 + - 0.5738687382974821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998315101677184 + - -0.018122436803305567 + - 0.002920369848116383 + - -0.034696176606734845 + - - -0.018141507316850727 + - -0.9998133697408998 + - 0.006641641334795452 + - 0.037564363810158735 + - - 0.002799462093374907 + - -0.006693502196728391 + - -0.9999736796737856 + - 0.5789873791070285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961271489209764 + - -0.03754365672838422 + - -0.07950583011344575 + - 0.04852965040949018 + - - -0.03704729792726828 + - -0.9992837744116263 + - 0.007709469108918078 + - 0.035249221889392585 + - - -0.07973832766527694 + - -0.004734135307993301 + - -0.9968045882037411 + - 0.5750680999259463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989321531755114 + - -0.029481711361491615 + - 0.035572208918399184 + - -0.04276488971772674 + - - -0.03143520020809541 + - -0.9979543649886101 + - 0.05566788650611306 + - -0.023406693848247888 + - - 0.03385825660032572 + - -0.0567266612394756 + - -0.9978154660880982 + - 0.5787556791839366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995757176835229 + - -0.02612554195096477 + - -0.08823321845485849 + - 0.025784200413901382 + - - -0.02362576074890493 + - -0.9992926417765874 + - 0.029258153055260673 + - -0.030305605285611242 + - - -0.08893519106725922 + - -0.027049438976399047 + - -0.9956700556112414 + - 0.5765218475085584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861979097748917 + - -0.014574403622130201 + - -0.16492807376154509 + - 0.06439799316998439 + - - -0.025954443136188207 + - -0.9974115300024844 + - -0.06705674238727528 + - -0.032605978410552766 + - - -0.16352385036172792 + - 0.07041183549064935 + - -0.9840234366038813 + - 0.5738825186608557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998315101677184 + - -0.018122436803305567 + - 0.002920369848116383 + - -0.034696176606734845 + - - -0.018141507316850727 + - -0.9998133697408998 + - 0.006641641334795452 + - 0.037564363810158735 + - - 0.002799462093374907 + - -0.006693502196728391 + - -0.9999736796737856 + - 0.5789873791070285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961271489209764 + - -0.03754365672838422 + - -0.07950583011344575 + - 0.04852965040949018 + - - -0.03704729792726828 + - -0.9992837744116263 + - 0.007709469108918078 + - 0.035249221889392585 + - - -0.07973832766527694 + - -0.004734135307993301 + - -0.9968045882037411 + - 0.5750680999259463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989321531755114 + - -0.029481711361491615 + - 0.035572208918399184 + - -0.04276488971772674 + - - -0.03143520020809541 + - -0.9979543649886101 + - 0.05566788650611306 + - -0.023406693848247888 + - - 0.03385825660032572 + - -0.0567266612394756 + - -0.9978154660880982 + - 0.5787556791839366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995757176835229 + - -0.02612554195096477 + - -0.08823321845485849 + - 0.025784200413901382 + - - -0.02362576074890493 + - -0.9992926417765874 + - 0.029258153055260673 + - -0.030305605285611242 + - - -0.08893519106725922 + - -0.027049438976399047 + - -0.9956700556112414 + - 0.5765218475085584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861979097748917 + - -0.014574403622130201 + - -0.16492807376154509 + - 0.06439799316998439 + - - -0.025954443136188207 + - -0.9974115300024844 + - -0.06705674238727528 + - -0.032605978410552766 + - - -0.16352385036172792 + - 0.07041183549064935 + - -0.9840234366038813 + - 0.5738825186608557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997726377744334 + - -0.018745793187595207 + - 0.010162086169650265 + - -0.03467838084512354 + - - -0.018735138826099597 + - -0.9998238289607393 + - -0.0011426353106963366 + - 0.0375600974266839 + - - 0.010181715509591857 + - 0.0009519874234379014 + - -0.9999477118275872 + - 0.5791141803522839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973916938997962 + - -0.03778629983140718 + - -0.061498003908633386 + - 0.04858608265653885 + - - -0.03681799202989453 + - -0.9991807031677044 + - 0.016803507972400388 + - 0.035282357746949836 + - - -0.062082561179303095 + - -0.014495446262288667 + - -0.997965749730458 + - 0.5752897013007503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989968047848614 + - -0.02925832901078442 + - 0.03390183200262254 + - -0.0427887486955381 + - - -0.0310099656936118 + - -0.9981472519686486 + - 0.0523492637495232 + - -0.02346068908238308 + - - 0.032307368467864576 + - -0.053348041865965576 + - -0.9980532152003468 + - 0.5787326778875279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9889329229390093 + - -0.028133409116964346 + - -0.14567149761969647 + - 0.025753818177001245 + - - -0.020597293979447262 + - -0.9983828028010155 + - 0.05298613546875504 + - -0.030292413527264455 + - - -0.14692659870844335 + - -0.04939929516345899 + - -0.9879130954842749 + - 0.5760118561219956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859257429578447 + - -0.012575619533692127 + - -0.1667101771529431 + - 0.06437927529859022 + - - -0.025589791224188474 + - -0.9967680946951644 + - -0.0761480661794765 + - -0.03259291560485797 + - - -0.16521377653853295 + - 0.07934241735109479 + - -0.9830611317973873 + - 0.573750927364724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998465540291784 + - -0.017316876752181565 + - -0.002644650360049352 + - -0.034733967296284904 + - - -0.017299566448578826 + - -0.9998296515901167 + - 0.0064337237955480525 + - 0.03754698068237783 + - - -0.0027556118500909033 + - -0.006386985261917315 + - -0.9999758062186286 + - 0.5791191522045881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957775469184592 + - -0.038040313173070314 + - -0.0835464638793919 + - 0.04852161986015815 + - - -0.037004013325004886 + - -0.999218189265368 + - 0.01391809035329285 + - 0.03522436865074175 + - - -0.08401059487290079 + - -0.010767767407141367 + - -0.9964066815985165 + - 0.5747531363763173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989335362025161 + - -0.027930641491563782 + - 0.0367650583544515 + - -0.04274947206622536 + - - -0.02984550125872515 + - -0.9981690993624311 + - 0.0526088883422535 + - -0.023446886891951086 + - - 0.0352283451861129 + - -0.0536500544628055 + - -0.9979381921499875 + - 0.5786497126380187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9947501174420058 + - -0.03086484045025318 + - -0.09756826058250796 + - 0.025793001639874656 + - - -0.024611887014689235 + - -0.9976041627839981 + - 0.06465438433403782 + - -0.03029059281575116 + - - -0.09933005016958328 + - -0.061913617403748254 + - -0.993126500055904 + - 0.5762409423931216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895570025233359 + - -0.011761405794036252 + - -0.14366143564220243 + - 0.06439888202769567 + - - -0.026867279172461307 + - -0.9942491244639414 + - -0.10366690799167956 + - -0.032599885861912065 + - - -0.14161598803418943 + - 0.1064441066308245 + - -0.9841821803389179 + - 0.5738788996616901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99967225683218 + - -0.020407924984659306 + - 0.015456245270975133 + - -0.03464812593161483 + - - -0.020089106420324833 + - -0.9995878210341451 + - -0.020508921069672476 + - 0.037574786416436246 + - - 0.015868419054489522 + - 0.02019169725480527 + - -0.9996701899319999 + - 0.5789598421845924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961592219292632 + - -0.039584296976489436 + - -0.07810177973748185 + - 0.048554013697446975 + - - -0.03716705075991049 + - -0.9987912783880367 + - 0.032165082835315766 + - 0.035285039782313565 + - - -0.07928060861960683 + - -0.029138731078576115 + - -0.9964263743237812 + - 0.575008210540863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991795293562196 + - -0.028408384068331224 + - 0.028865755318539594 + - -0.04274566075137784 + - - -0.02968257956911087 + - -0.9985586302441634 + - 0.04471695914330604 + - -0.02345214722932811 + - - 0.02755381254213315 + - -0.04553708027011486 + - -0.9985825763224925 + - 0.5787537123747648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993536294196437 + - -0.02502492449425025 + - -0.11072210830935361 + - 0.025789913303837095 + - - -0.023568528485346213 + - -0.9996178872388952 + - 0.014443129061390537 + - -0.030294504714356567 + - - -0.11104123819305411 + - -0.011740215760608227 + - -0.9937464519455901 + - 0.5763929755801683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877129287208523 + - -0.01113338336862085 + - -0.15588206507627442 + - 0.06440636116392813 + - - -0.02614950548123862 + - -0.9951705575168284 + - -0.09461376651804404 + - -0.03260808710323358 + - - -0.154075870274236 + - 0.09752747933998704 + - -0.9832339584111324 + - 0.5739290304549385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997512423329004 + - -0.017042534833732737 + - 0.014387684325956194 + - -0.03469729641913348 + - - -0.01707268661372843 + - -0.9998522995965321 + - 0.0019754400311888308 + - 0.03753060253053339 + - - 0.01435189275363279 + - -0.0022205850509294796 + - -0.99989454052736 + - 0.5789485501118434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962035343400196 + - -0.039811596052808415 + - -0.07741805337375371 + - 0.04852732229437472 + - - -0.03688339095822826 + - -0.9985624516959538 + - 0.038892743981217164 + - 0.035294034102946056 + - - -0.07885514339518923 + - -0.03588964868446092 + - -0.996239830300631 + - 0.5751233756266736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992302507497138 + - -0.02830035135835819 + - 0.02716608362752364 + - -0.04276200858097982 + - - -0.029471621051171328 + - -0.9986086066246403 + - 0.04372955897113738 + - -0.023421132940806718 + - - 0.02589072303510061 + - -0.044496526698018804 + - -0.9986739856292102 + - 0.5786714649884533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921210184505428 + - -0.03177866892402353 + - -0.12118581166982875 + - 0.025764257467402508 + - - -0.020646593418583024 + - -0.9955418979076072 + - 0.09203286201529623 + - -0.030277421001510946 + - - -0.12357023480136964 + - -0.08880566261188602 + - -0.9883541629189395 + - 0.5759415918847037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860617699388906 + - -0.013357401681741616 + - -0.16584259309747584 + - 0.06436695663437185 + - - -0.025703894008805944 + - -0.9970352819173239 + - -0.07252555718383609 + - -0.032586444363568945 + - - -0.16438216356334528 + - 0.07577747971762068 + - -0.9834817120159778 + - 0.5735808903668529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997320572588042 + - -0.017678388979714344 + - 0.014942832802419944 + - -0.03468507681333088 + - - -0.017552813036251096 + - -0.999809861079497 + - -0.008493553008669882 + - 0.037547853755037344 + - - 0.015090143922228726 + - 0.008228988472381408 + - -0.9998522747411878 + - 0.5789432351831505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971080142052845 + - -0.03671719820374704 + - -0.06653912656220419 + - 0.04853864136166607 + - - -0.03557985629745543 + - -0.9992011268448374 + - 0.01819840481633178 + - 0.03525005203971462 + - - -0.06715416467685896 + - -0.015778322726875044 + - -0.9976178440156729 + - 0.5748876271817325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990132873080859 + - -0.02720085648223006 + - 0.03510790777766242 + - -0.04275298025188914 + - - -0.028959787395920988 + - -0.9982987931714643 + - 0.05060484429756354 + - -0.023440376104949638 + - - 0.03367168685817184 + - -0.05157162940057951 + - -0.9981014901026318 + - 0.5786977438767827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926095010532541 + - -0.0315275331241814 + - -0.11718529376126341 + - 0.025772631553911657 + - - -0.02285499924858387 + - -0.996949524485764 + - 0.07462770689869021 + - -0.030284840019816177 + - - -0.11918065039324624 + - -0.07139790110859863 + - -0.9903021318209559 + - 0.5760534250915961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848416684437522 + - -0.012733996042092764 + - -0.17298766846722477 + - 0.0643892176092872 + - - -0.02468078970375684 + - -0.9974418141754219 + - -0.06708715192972503 + - -0.032599491967162386 + - - -0.1716908463387767 + - 0.07033969490439268 + - -0.9826365455264888 + - 0.5738337744122944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997997207540397 + - -0.018372920315182367 + - 0.007934366971365408 + - -0.034669729705679345 + - - -0.018456822452037024 + - -0.9997731057727207 + - 0.010634033973146715 + - 0.03758978591570248 + - - 0.007737188450484924 + - -0.010778347399300855 + - -0.9999119776971478 + - 0.5790014168878169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970089574910699 + - -0.03983640928093581 + - -0.06622838649832827 + - 0.04855073228893639 + - - -0.03680131281641031 + - -0.9982432724332414 + - 0.04643309613585353 + - 0.03529339085456634 + - - -0.06796176908791363 + - -0.04385692120263884 + - -0.9967235165305702 + - 0.5749584994702297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993281593587447 + - -0.02935456461113271 + - 0.021944007135300935 + - -0.04278164635901159 + - - -0.030487075993402477 + - -0.9981187922710073 + - 0.05319224297618325 + - -0.02346512681099817 + - - 0.020341290766217508 + - -0.05382551487868601 + - -0.9983431503436119 + - 0.5787538536313434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933656408606321 + - -0.02934790957669092 + - -0.11119084387225464 + - 0.025774509693431046 + - - -0.021228754052008133 + - -0.997068303215779 + - 0.0735128473384593 + - -0.0302800655831498 + - - -0.11302231442925367 + - -0.07066469363045909 + - -0.9910764135601094 + - 0.576169559540378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867885851929854 + - -0.013405002562786174 + - -0.161457715947916 + - 0.06439450870417347 + - - -0.02672000474127825 + - -0.9963898740281599 + - -0.08058076867822857 + - -0.03259695165524813 + - - -0.15979464784357547 + - 0.08383033365339666 + - -0.9835843358248993 + - 0.5737826428270496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998064558185279 + - -0.017815885335888005 + - 0.008345365977139063 + - -0.034689453504034434 + - - -0.017830511854916926 + - -0.9998396097818198 + - 0.0016815345164336829 + - 0.03755611009449697 + - - 0.008314069435936074 + - -0.0018300112122010812 + - -0.9999637629976287 + - 0.579004954064405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9946456698772066 + - -0.03849278580557608 + - -0.0959077516963513 + - 0.048505294027828695 + - - -0.03670165960364685 + - -0.9991186220606396 + - 0.020370744561435703 + - 0.03523431934805428 + - - -0.09660734742689592 + - -0.01674169921409611 + - -0.9951817602481288 + - 0.5747654487572358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988986206030724 + - -0.026561390288202688 + - 0.03867865436176618 + - -0.042770174216620396 + - - -0.028600610199813595 + - -0.9981763450564768 + - 0.053160034479785866 + - -0.023461920369683188 + - - 0.037196113418978605 + - -0.05420771822952406 + - -0.997836646165529 + - 0.5787866471076791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913060006661163 + - -0.02853941427328892 + - -0.12844420919717392 + - 0.02573750776906629 + - - -0.024606372929009634 + - -0.9991815851081703 + - 0.03210430488273618 + - -0.03029789328711232 + - - -0.12925532660060196 + - -0.028664643965393487 + - -0.9911969525435952 + - 0.5761045917781179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850285906749223 + - -0.010230389195636099 + - -0.17208722988613095 + - 0.06436301048011658 + - - -0.02669599463737133 + - -0.9952479855023643 + - -0.09364171732624255 + - -0.0325944536494136 + - - -0.17031147766165883 + - 0.09683380861244839 + - -0.9806208309465544 + - 0.5736944125882364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999748335404948 + - -0.018755235214245197 + - 0.012308818265533173 + - -0.03469502321151738 + - - -0.018552519952580917 + - -0.999693675414521 + - -0.01638167694760736 + - 0.037556727137017645 + - - 0.012612289976236398 + - 0.016149194663048067 + - -0.9997900447860495 + - 0.579085366411602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977366495516232 + - -0.037223884221117325 + - -0.055999648079198945 + - 0.048577582409888444 + - - -0.035819720330861386 + - -0.9990232904706939 + - 0.02587301166324924 + - 0.035268458588655245 + - - -0.0569080466798866 + - -0.023808560237876808 + - -0.9980954997806971 + - 0.5751820894829154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992517694857506 + - -0.029739207674596597 + - 0.024728135928205282 + - -0.042756941150652 + - - -0.03124384076324862 + - -0.9975326102691999 + - 0.0628690214961095 + - -0.023453858526572047 + - - 0.02279744709298271 + - -0.06359458291713792 + - -0.9977153930002478 + - 0.5785659191072323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9943916463931284 + - -0.029035391494931662 + - -0.10169660576587335 + - 0.025751872058464104 + - - -0.022396980670776796 + - -0.9975800672604165 + - 0.06582085278645439 + - -0.030263718002853424 + - - -0.10336164104926095 + - -0.06317400925570024 + - -0.9926355905941338 + - 0.576068420248894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851113148520618 + - -0.014628013237848715 + - -0.1712942456101643 + - 0.064361018936204 + - - -0.025527631856764453 + - -0.9977742771045782 + - -0.06160220742978519 + - -0.03257688658257877 + - - -0.1700118741800921 + - 0.0650577680000636 + - -0.9832921485807883 + - 0.5736291796544507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997709168137707 + - -0.019211411264849366 + - 0.00943586617990294 + - -0.03470730833962421 + - - -0.019150979133527698 + - -0.9997957743068413 + - -0.006453656049993166 + - 0.03755923682735654 + - - 0.009557922974130096 + - 0.006271471549584325 + - -0.9999346552415433 + - 0.5790836449479593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968376764531874 + - -0.03591029918977803 + - -0.07088792009581846 + - 0.04849934332158813 + - - -0.03614089270681092 + - -0.9993447576694493 + - -0.001972610692571884 + - 0.035226341075839614 + - - -0.07077063428969177 + - 0.0045283253737220305 + - -0.9974823364809747 + - 0.5747149417930719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990443186354667 + - -0.02728995767112958 + - 0.034142460551401514 + - -0.0427683393877164 + - - -0.028952198441619933 + - -0.998370337825799 + - 0.049177624535929526 + - -0.023432407918131094 + - - 0.032744764582954534 + - -0.050119125689777874 + - -0.9982063181689941 + - 0.5786076974500807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992677246205592 + - -0.025190582695945127 + - -0.11814109957640274 + - 0.025793644475277336 + - - -0.02269393970151257 + - -0.999490792790192 + - 0.022430787513113094 + - -0.030292763608621258 + - - -0.11864598588450799 + - -0.019585445388682607 + - -0.9927434413595594 + - 0.5763995269685177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862848290960919 + - -0.009921712729292322 + - -0.16475374202551576 + - 0.06439643172436327 + - - -0.02605831053342083 + - -0.9950330794260047 + - -0.09607359314684658 + - -0.03259871689375009 + - - -0.16298220868253263 + - 0.09904913156872905 + - -0.9816445737579584 + - 0.573800331448259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996947535674067 + - -0.01930887625408811 + - 0.015413208219135664 + - -0.034673179082525984 + - - -0.019168665153620795 + - -0.9997739971225356 + - -0.009193310277420621 + - 0.037539544443652276 + - - 0.01558723728023933 + - 0.008895053424959068 + - -0.9998389450599217 + - 0.5787444503489094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963715295889619 + - -0.03751632511835612 + - -0.07639568295503457 + - 0.04853120068742537 + - - -0.03778450611743586 + - -0.9992837716920706 + - -0.0020675420990629266 + - 0.0352399684461642 + - - -0.07626339962271422 + - 0.004946613233693095 + - -0.9970754359101937 + - 0.5749534485213605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993685266116844 + - -0.029167975285632475 + - 0.020292294984251565 + - -0.04277341216389707 + - - -0.030321954945012226 + - -0.9977915204006786 + - 0.05909873826754568 + - -0.023445619609137117 + - - 0.01852368932755559 + - -0.05967672104129007 + - -0.9980458716409067 + - 0.5787448107147162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908654522944826 + - -0.026583351697136614 + - -0.13220809680876902 + - 0.025770763285239348 + - - -0.021520291829473143 + - -0.9989846795163067 + - 0.039578872284061456 + - -0.030281267666354725 + - - -0.13312600230167213 + - -0.036372180361508175 + - -0.9904314877905118 + - 0.5763856395611316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900451418935918 + - -0.013804614408775537 + - -0.14007158753267113 + - 0.06440370474678328 + - - -0.026658414796700485 + - -0.995556917078645 + - -0.09030921202950623 + - -0.03260908503826359 + - - -0.13820255400471 + - 0.09314428311972925 + - -0.9860142983692916 + - 0.5740451307475334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999780061506233 + - -0.019242775022922234 + - 0.008339317958328716 + - -0.034677654664673464 + - - -0.01915046299281394 + - -0.9997559737900618 + - -0.011011477568693646 + - 0.03754844940560656 + - - 0.008549174331698202 + - 0.010849353920956758 + - -0.9999045970180074 + - 0.579009496995627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969510618783554 + - -0.037873321159068184 + - -0.0682216370662693 + - 0.04854537392268276 + - - -0.03630585868603863 + - -0.9990507700053821 + - 0.024071634276105962 + - 0.035262989968206135 + - - -0.06906855177784665 + - -0.021521396238053065 + - -0.9973797494732263 + - 0.5750268302649192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984799200034248 + - -0.02961237267187674 + - 0.04648609184150057 + - -0.042735287647287463 + - - -0.03221491978566372 + - -0.9978955806626636 + - 0.05627263133291184 + - -0.023475813984786244 + - - 0.044721899480654775 + - -0.05768463815149097 + - -0.997332659762115 + - 0.5785828814441427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.994049389029815 + - -0.02578556738832129 + - -0.10583438327837459 + - 0.025782797589629827 + - - -0.024494714819715224 + - -0.9996090876785173 + - 0.013478901157888424 + - -0.030313709766729275 + - - -0.10614057242804174 + - -0.010806310424268032 + - -0.9942924129951223 + - 0.576380478682254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880421070100452 + - -0.014007862575380252 + - -0.15354665271903356 + - 0.06439136248227346 + - - -0.02502583014522102 + - -0.9972287887501584 + - -0.07006033623552295 + - -0.032597873639064884 + - - -0.1521397469456709 + - 0.0730651946822921 + - -0.985654591997291 + - 0.5738349768644356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998295857115197 + - -0.01846041008262266 + - 0.00011311725026984346 + - -0.03472787347505748 + - - -0.018456320392785056 + - -0.9997048775950855 + - -0.015796263803649836 + - 0.03753613333526425 + - - 0.00040468937442357116 + - 0.015791484166380158 + - -0.9998752248427469 + - 0.5791267808897728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997680016093669 + - -0.037111694915351656 + - -0.057072827053216785 + - 0.048546536255637124 + - - -0.03607696669163114 + - -0.9991673324618593 + - 0.019055031235423084 + - 0.03525749745495698 + - - -0.057732468868631176 + - -0.016951809389026143 + - -0.9981881577121472 + - 0.5749734380310068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992608769892403 + - -0.027341133412572074 + - 0.027021512585534386 + - -0.04275907432026768 + - - -0.029021233714700553 + - -0.9975357797155712 + - 0.06387594367932813 + - -0.023410212213438517 + - - 0.025208484928114703 + - -0.06461292913159027 + - -0.9975919514895184 + - 0.5786613664287856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928503183688311 + - -0.025786858206630958 + - -0.1165473434220696 + - 0.025730635471467603 + - - -0.024389476612661845 + - -0.9996127174230991 + - 0.013400320763624563 + - -0.03029997965921832 + - - -0.11684775883803308 + - -0.01046198402974867 + - -0.993094732714201 + - 0.5764179504322973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844816790049437 + - -0.01703217873053985 + - -0.17465889210486235 + - 0.06436915984736996 + - - -0.025986437879656748 + - -0.9984553184598898 + - -0.04910887990464042 + - -0.03257909241046055 + - - -0.17355266851861928 + - 0.05288555499238521 + - -0.9834035739833444 + - 0.5737590530213743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998295857115197 + - -0.01846041008262266 + - 0.00011311725026984346 + - -0.03472787347505748 + - - -0.018456320392785056 + - -0.9997048775950855 + - -0.015796263803649836 + - 0.03753613333526425 + - - 0.00040468937442357116 + - 0.015791484166380158 + - -0.9998752248427469 + - 0.5791267808897728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997680016093669 + - -0.037111694915351656 + - -0.057072827053216785 + - 0.048546536255637124 + - - -0.03607696669163114 + - -0.9991673324618593 + - 0.019055031235423084 + - 0.03525749745495698 + - - -0.057732468868631176 + - -0.016951809389026143 + - -0.9981881577121472 + - 0.5749734380310068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992608769892403 + - -0.027341133412572074 + - 0.027021512585534386 + - -0.04275907432026768 + - - -0.029021233714700553 + - -0.9975357797155712 + - 0.06387594367932813 + - -0.023410212213438517 + - - 0.025208484928114703 + - -0.06461292913159027 + - -0.9975919514895184 + - 0.5786613664287856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928503183688311 + - -0.025786858206630958 + - -0.1165473434220696 + - 0.025730635471467603 + - - -0.024389476612661845 + - -0.9996127174230991 + - 0.013400320763624563 + - -0.03029997965921832 + - - -0.11684775883803308 + - -0.01046198402974867 + - -0.993094732714201 + - 0.5764179504322973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844816790049437 + - -0.01703217873053985 + - -0.17465889210486235 + - 0.06436915984736996 + - - -0.025986437879656748 + - -0.9984553184598898 + - -0.04910887990464042 + - -0.03257909241046055 + - - -0.17355266851861928 + - 0.05288555499238521 + - -0.9834035739833444 + - 0.5737590530213743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998295857115197 + - -0.01846041008262266 + - 0.00011311725026984346 + - -0.03472787347505748 + - - -0.018456320392785056 + - -0.9997048775950855 + - -0.015796263803649836 + - 0.03753613333526425 + - - 0.00040468937442357116 + - 0.015791484166380158 + - -0.9998752248427469 + - 0.5791267808897728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997680016093669 + - -0.037111694915351656 + - -0.057072827053216785 + - 0.048546536255637124 + - - -0.03607696669163114 + - -0.9991673324618593 + - 0.019055031235423084 + - 0.03525749745495698 + - - -0.057732468868631176 + - -0.016951809389026143 + - -0.9981881577121472 + - 0.5749734380310068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992608769892403 + - -0.027341133412572074 + - 0.027021512585534386 + - -0.04275907432026768 + - - -0.029021233714700553 + - -0.9975357797155712 + - 0.06387594367932813 + - -0.023410212213438517 + - - 0.025208484928114703 + - -0.06461292913159027 + - -0.9975919514895184 + - 0.5786613664287856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928503183688311 + - -0.025786858206630958 + - -0.1165473434220696 + - 0.025730635471467603 + - - -0.024389476612661845 + - -0.9996127174230991 + - 0.013400320763624563 + - -0.03029997965921832 + - - -0.11684775883803308 + - -0.01046198402974867 + - -0.993094732714201 + - 0.5764179504322973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844816790049437 + - -0.01703217873053985 + - -0.17465889210486235 + - 0.06436915984736996 + - - -0.025986437879656748 + - -0.9984553184598898 + - -0.04910887990464042 + - -0.03257909241046055 + - - -0.17355266851861928 + - 0.05288555499238521 + - -0.9834035739833444 + - 0.5737590530213743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998134817906873 + - -0.019096829480686094 + - 0.002883181119650028 + - -0.03474002212611601 + - - -0.019056715686632284 + - -0.9997292400387612 + - -0.01335246040101544 + - 0.03754692522631945 + - - 0.003137390129067631 + - 0.013295025961141287 + - -0.999906695181041 + - 0.579057078090061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963336227115953 + - -0.03758377737891019 + - -0.07685552636161533 + - 0.04853912052724056 + - - -0.037254432906148126 + - -0.9992894706080498 + - 0.005714994376678803 + - 0.03524759726605147 + - - -0.0770157093275764 + - -0.0028308320007872914 + - -0.9970258607011927 + - 0.5749104257080868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993077051316741 + - -0.02933287201067113 + - 0.022884341460321304 + - -0.04274876741615655 + - - -0.030140998346617476 + - -0.998904111170892 + - 0.035806380779961164 + - -0.023463632929615896 + - - 0.021808958781569486 + - -0.036471349104412853 + - -0.999096697027554 + - 0.5787402407710421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990552866671306 + - -0.028350298952088356 + - -0.13416884466441945 + - 0.025766771503050116 + - - -0.022739274476300808 + - -0.9988089259898372 + - 0.04317006786327911 + - -0.030288760669308495 + - - -0.13523292397027195 + - -0.03971133229137354 + - -0.9900177101254782 + - 0.5761813096633577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849387702659814 + - -0.011728086816648964 + - -0.17250527761943224 + - 0.06436456953360971 + - - -0.027195338469630084 + - -0.9957866805958845 + - -0.0875745414681249 + - -0.03260164006004343 + - - -0.17075137596065953 + - 0.0909469005928801 + - -0.9811078579239341 + - 0.573713590265938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997902741306189 + - -0.019677914817772722 + - 0.005673396006469106 + - -0.034686133619803675 + - - -0.0196380972757293 + - -0.9997827147222945 + - -0.0069905992524564465 + - 0.03756126415278944 + - - 0.00580972367765733 + - 0.006877718440291957 + - -0.9999594712286322 + - 0.5788367417009782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975855801503536 + - -0.03711610382710602 + - -0.058697573312514045 + - 0.048545213775270504 + - - -0.036236637292210536 + - -0.9992155053271841 + - 0.015977485142988437 + - 0.03527805752063129 + - - -0.05924454737640632 + - -0.013811906111653265 + - -0.9981479423691305 + - 0.5750096175235275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989673723223813 + - -0.028974168540543223 + - 0.034995522466467394 + - -0.042800321390990104 + - - -0.030578771831021305 + - -0.9984630577078453 + - 0.0462218682660821 + - -0.023434307538441692 + - - 0.033602496166552365 + - -0.04724425838220879 + - -0.9983180116081711 + - 0.5788673685688829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896454779325028 + - -0.029028486117403905 + - -0.1405673326256135 + - 0.025758038310975413 + - - -0.021647094617677762 + - -0.9983192784843237 + - 0.053758920200781296 + - -0.030280276540077467 + - - -0.1418916181540033 + - -0.050159397925736246 + - -0.9886105418704413 + - 0.5761721441677765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864923329415719 + - -0.016687751410124088 + - -0.16295519629753646 + - 0.06440326883983458 + - - -0.02690853104023718 + - -0.9977922514101808 + - -0.06071699912758612 + - -0.032598993327454015 + - - -0.16158220200489698 + - 0.06428173907632402 + - -0.9847634487614638 + - 0.5739398961989943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996755612843259 + - -0.01777406979526058 + - 0.01824430359814398 + - -0.03472695661214169 + - - -0.017542536275517957 + - -0.99976452362682 + - -0.012773281421012252 + - 0.03756083613290511 + - - 0.01846704069119306 + - 0.01244908591630107 + - -0.9997519635729449 + - 0.5790532897603353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99595976076917 + - -0.03890685144000607 + - -0.08093461459501139 + - 0.04851475059387513 + - - -0.037151202897047174 + - -0.9990429385406276 + - 0.023086686107139445 + - 0.03525558112707223 + - - -0.0817553854612659 + - -0.01998659208400594 + - -0.996452002398985 + - 0.5749272423102024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988049106818545 + - -0.02904782641336214 + - 0.03930615954875058 + - -0.04277726485654399 + - - -0.03087886131624701 + - -0.9984265211743402 + - 0.046807881168861254 + - -0.02346048212134228 + - - 0.037884644932012226 + - -0.047965671019651476 + - -0.9981302761072882 + - 0.5788339161245559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9890173193549022 + - -0.02871643102292473 + - -0.14498313214077382 + - 0.02575172212431623 + - - -0.020773119601928795 + - -0.9982142119472032 + - 0.056007718830782455 + - -0.03026999044125026 + - - -0.1463325647900953 + - -0.052380851996981004 + - -0.9878476738981687 + - 0.5760822155595641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852737094093836 + - -0.014451385055998054 + - -0.17037275315213057 + - 0.06437458816838744 + - - -0.025801539986750787 + - -0.9975779623433068 + - -0.06459481079226671 + - -0.03258663886446878 + - - -0.16902661944494318 + - 0.06803944824100143 + - -0.9832602073724305 + - 0.5737896697577123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997698432565555 + - -0.018457320735175173 + - 0.010935621886357438 + - -0.03467092362141591 + - - -0.018591074842856357 + - -0.9997520221278576 + - 0.012258310954114065 + - 0.03757906165726835 + - - 0.010706654517159908 + - -0.012458794586127185 + - -0.9998650638893789 + - 0.5788526729711958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970151136698463 + - -0.03890280660673473 + - -0.06668909020238853 + - 0.0485441602688128 + - - -0.03652438995206504 + - -0.9986652243744574 + - 0.036520385591400646 + - 0.03525860157080281 + - - -0.0680208207281624 + - -0.03397559805557646 + - -0.9971052234765564 + - 0.5748261960941701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986019058032761 + - -0.028618050266225693 + - 0.04444368262222081 + - -0.04276665945732391 + - - -0.03040888855814075 + - -0.9987306185662529 + - 0.040155336319470984 + - -0.023459643679396208 + - - 0.04323809920340497 + - -0.04145067836876772 + - -0.9982045421856418 + - 0.5790463116461286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892112903545883 + - -0.02544544149104599 + - -0.14426902835444716 + - 0.025759457551224493 + - - -0.020734518197931397 + - -0.9992045451935273 + - 0.034064007686936244 + - -0.030285846786444835 + - - -0.14502104257696596 + - -0.030705152204829646 + - -0.9889520164487091 + - 0.5762465366398961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864768939243779 + - -0.01352337708380454 + - -0.16334153184527486 + - 0.06439325268316837 + - - -0.026462919168739527 + - -0.9966563387234884 + - -0.0773036635054281 + - -0.032612664564589264 + - - -0.16174996649885423 + - 0.0805807716179296 + - -0.9835363173686466 + - 0.5740203406563418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998192413468402 + - -0.019009006398150365 + - 0.0003772378348443997 + - -0.034743732918106965 + - - -0.01900473334523595 + - -0.9997770657736093 + - -0.009199938238332626 + - 0.03755388121533847 + - - 0.0005520354204545763 + - 0.009191105965428558 + - -0.9999576085154946 + - 0.5790808743678921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965866427034507 + - -0.03791216814931028 + - -0.07333301501563383 + - 0.04853995005833979 + - - -0.036664534619640685 + - -0.99916031924447 + - 0.01828574166979022 + - 0.03524848763280786 + - - -0.07396469080710014 + - -0.015534605032235489 + - -0.9971398600799704 + - 0.5747686192515906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993007053655668 + - -0.02821180885485117 + - 0.02453964337593395 + - -0.04277810025342495 + - - -0.029221310531484832 + - -0.9986985451794879 + - 0.04180108691405766 + - -0.023426094633268547 + - - 0.023328421864824284 + - -0.04248893617768524 + - -0.9988245466726301 + - 0.5787252435435934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896854964756224 + - -0.029224818244991946 + - -0.1402445295344811 + - 0.025756237567668212 + - - -0.020763927232784977 + - -0.9978961151741362 + - 0.061418259876349836 + - -0.030255999325394627 + - - -0.14174440867869312 + - -0.05787273381234396 + - -0.9882101341766403 + - 0.5760328020886055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877642996456166 + - -0.013051297377751354 + - -0.15540705255026843 + - 0.06438919431868073 + - - -0.026339271727863052 + - -0.9961382263721921 + - -0.08375486090316743 + - -0.032626526550767 + - - -0.15371379609667501 + - 0.08682337010748102 + - -0.9842935391907888 + - 0.5739101909633995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999837633712929 + - -0.01752194411571257 + - 0.004205673042069172 + - -0.0347052286041859 + - - -0.0175303272909261 + - -0.9998444015237931 + - 0.0019647815657791814 + - 0.0375081864460332 + - - 0.0041705918529572365 + - -0.002038189376397538 + - -0.9999892259157906 + - 0.5788273591112987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981487802218325 + - -0.037568498964077386 + - -0.0478290751243837 + - 0.048588547929240944 + - - -0.03599354869325564 + - -0.998794560166926 + - 0.03337500611871955 + - 0.035283686036484505 + - - -0.04902526893484684 + - -0.03159168350285323 + - -0.998297795519615 + - 0.575183764275783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993348382763659 + - -0.029657016155258883 + - 0.021221272344427264 + - -0.04279817070999653 + - - -0.030352871596753685 + - -0.9989858439002841 + - 0.033256380931599085 + - -0.023435148936415656 + - - 0.020213465635081557 + - -0.03387838661452693 + - -0.9992215323577728 + - 0.5788128209522948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932743285928181 + - -0.030193345012731944 + - -0.11177866556471597 + - 0.025772150717654686 + - - -0.022443893112057543 + - -0.9972980447339054 + - 0.06994913603400488 + - -0.030279536661583853 + - - -0.1135886430082736 + - -0.06696993270768098 + - -0.9912682019981612 + - 0.5760391216593026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861999087659252 + - -0.012151809033331046 + - -0.16511230568100738 + - 0.06440923236021938 + - - -0.026284280989460333 + - -0.9961459794398164 + - -0.08367989136438946 + - -0.032612608243228605 + - - -0.1634590974003835 + - 0.08686495946644067 + - -0.9827184756042524 + - 0.5739766364326284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998151999729734 + - -0.019224025898314352 + - -5.226149885527313e-05 + - -0.03467875987773573 + - - -0.019223624810697768 + - -0.9998060035947428 + - 0.004290387517044513 + - 0.03757949365703199 + - - -0.0001347298810538302 + - -0.004288589997869369 + - -0.9999907948794774 + - 0.5788414423997448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960933998296985 + - -0.03798695472830955 + - -0.07971781536257637 + - 0.04855312505633001 + - - -0.03709163444026265 + - -0.9992313864058886 + - 0.012682550055674974 + - 0.03524959819705886 + - - -0.0801383146208003 + - -0.00967614033766258 + - -0.9967367871398659 + - 0.5749647977582519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992834237442338 + - -0.027809602892375298 + - 0.025676156584866095 + - -0.04279894957598809 + - - -0.02861683566694342 + - -0.9990900241556046 + - 0.0316259442414735 + - -0.023416860838557166 + - - 0.02477328695214517 + - -0.032338052194311684 + - -0.9991699228028558 + - 0.5789462983934153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936950005070042 + - -0.02776263451209462 + - -0.10862542102258017 + - 0.025754620995820546 + - - -0.022484025454532718 + - -0.9985199554321913 + - 0.04952138127167624 + - -0.030277237769581043 + - - -0.1098394945670494 + - -0.04676681225658484 + - -0.9928485034004999 + - 0.5762396093815193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890902652810805 + - -0.013315275617384735 + - -0.14670770450605142 + - 0.06438340199700313 + - - -0.027137936250098 + - -0.9953311984339879 + - -0.09262471506054797 + - -0.03259555050371223 + - - -0.14478943173549458 + - 0.09559554832310531 + - -0.9848337482024658 + - 0.5737602129682945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997307742758086 + - -0.01967669952883118 + - 0.012296603658903183 + - -0.034682679739003255 + - - -0.019549461250777042 + - -0.9997549721020702 + - -0.010383367565135741 + - 0.037536782217342864 + - - 0.012497901051633556 + - 0.010140180118737581 + - -0.9998704812206742 + - 0.5788316030318401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954930530272229 + - -0.039549270495673985 + - -0.0861941794890981 + - 0.04853086036922621 + - - -0.03799799784650723 + - -0.9990862638086151 + - 0.01956501031431233 + - 0.03525244778364197 + - - -0.08688920263298358 + - -0.016201625603695678 + - -0.9960862280915251 + - 0.574855528007625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988240442317365 + - -0.029772260731864727 + - 0.038264097473633525 + - -0.042774842777725905 + - - -0.031084681141845257 + - -0.9989323567567431 + - 0.03417439425547839 + - -0.023430280230870317 + - - 0.03720579609237883 + - -0.035323633948575135 + - -0.9986831177214319 + - 0.5788175730119212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9946051113737454 + - -0.027639944575283987 + - -0.09998352810885766 + - 0.0257628763939292 + - - -0.02261132046766011 + - -0.9984384140206304 + - 0.05108288945114405 + - -0.030291919039191713 + - - -0.10123932346636991 + - -0.04854654335629117 + - -0.9936769256213148 + - 0.5762325862505275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884705469112947 + - -0.01405743090028854 + - -0.15075929996311901 + - 0.06436412489540096 + - - -0.025227777928176875 + - -0.9970537114632755 + - -0.07243932411414818 + - -0.03258370934832767 + - - -0.14929680877263476 + - 0.07540746046507356 + - -0.9859128652150332 + - 0.5736737684922757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998062154658374 + - -0.01902727626457478 + - 0.0050491854621532665 + - -0.034704288942210344 + - - -0.018964230648107094 + - -0.999745072774523 + - -0.012253465590998245 + - 0.03754458908247917 + - - 0.005281048362310864 + - 0.01215533714118747 + - -0.9999121752970006 + - 0.5790137031297405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965087616207801 + - -0.038637649154126666 + - -0.0740095945189677 + - 0.04850519272030317 + - - -0.03644028842419186 + - -0.9988606403967021 + - 0.03081438699456883 + - 0.0352668228557048 + - - -0.075115866450312 + - -0.028009875653632582 + - -0.9967813468726661 + - 0.5748495762369499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991562416677834 + - -0.02866256810116304 + - 0.029415334880914783 + - -0.042767877034018235 + - - -0.029990613322797472 + - -0.998502780362592 + - 0.045746701746636434 + - -0.023432600366128518 + - - 0.028060075709673584 + - -0.046590286520040394 + - -0.9985198933186799 + - 0.5786795964521307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9878896929455193 + - -0.030476944781553973 + - -0.15213517150478306 + - 0.025762735740851497 + - - -0.0178946582453159 + - -0.9963555510770873 + - 0.08339902304078407 + - -0.030260465570091828 + - - -0.1541224700629048 + - -0.07966662836254586 + - -0.9848347539293347 + - 0.5761325748899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887228187635234 + - -0.010320026889240075 + - -0.14940108668051266 + - 0.06438341762658681 + - - -0.025800505804518523 + - -0.994444307745712 + - -0.10205318560624273 + - -0.03260768898698223 + - - -0.14751786860087052 + - 0.1047569369405033 + - -0.9834960409713398 + - 0.5737909595775232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998013421654313 + - -0.01911338056347813 + - 0.005652865436034776 + - -0.034699924543997195 + - - -0.019038239992158958 + - -0.9997334516774987 + - -0.013060283878838614 + - 0.03756095749126956 + - - 0.005900984850278774 + - 0.01295006874230978 + - -0.9998987319210715 + - 0.5789335104927162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971580407309178 + - -0.03794266100355174 + - -0.06508606826077824 + - 0.048530676926638906 + - - -0.03704665894188356 + - -0.9992021668540187 + - 0.014918941499902721 + - 0.03526214286689669 + - - -0.06560020477804084 + - -0.012465321103096977 + - -0.9977681238157871 + - 0.5748590709259334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993960643427965 + - -0.028291959055732178 + - 0.02017601618054607 + - -0.04276757034632767 + - - -0.02942530166076546 + - -0.9978662883583213 + - 0.05828397876055131 + - -0.023403275879304113 + - - 0.018483998439240257 + - -0.05884246434995918 + - -0.9980961407554494 + - 0.5787997207259878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906929632291726 + - -0.026449662896399488 + - -0.13352103931915774 + - 0.025761222442960998 + - - -0.021753729762554172 + - -0.9990965858078132 + - 0.03650736184098511 + - -0.030283616725270208 + - - -0.1343660219312122 + - -0.03326300587496083 + - -0.9903733359650507 + - 0.5763180227747511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864919704883426 + - -0.01332989724913895 + - -0.163266365186937 + - 0.06441934543218134 + - - -0.026870655256787796 + - -0.9963509056897131 + - -0.08101136103879755 + - -0.03261148118023621 + - - -0.16159071770401212 + - 0.08430413139707296 + - -0.9832503513252799 + - 0.5741165093925619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998056698417315 + - -0.018169730814381946 + - 0.007647446270449147 + - -0.034660942216711954 + - - -0.018119461544315096 + - -0.9998140974731142 + - -0.00659208672312947 + - 0.03756509002277547 + - - 0.007765801032127575 + - 0.006452238073263625 + - -0.999949029180075 + - 0.5790274263096278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971750926537507 + - -0.03714964129653134 + - -0.06528199401460409 + - 0.04855928464854978 + - - -0.036161639026462467 + - -0.9992137987359607 + - 0.016251777704949594 + - 0.035236427042261126 + - - -0.06583441694056065 + - -0.013845164036237475 + - -0.9977345042539656 + - 0.5749478777599055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994110010161739 + - -0.02667452734066759 + - 0.021589827211009823 + - -0.04273619556320679 + - - -0.02766511683855268 + - -0.9985133971008863 + - 0.046964211058614695 + - -0.02343397798989457 + - - 0.020304983579370658 + - -0.04753383427834173 + - -0.9986632276401498 + - 0.5786183856992558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915816232972797 + - -0.03147712323701426 + - -0.12559886564715986 + - 0.025768990541808756 + - - -0.022469946025634024 + - -0.9971154827988614 + - 0.07249700330633663 + - -0.03029879365801272 + - - -0.1275185706661449 + - -0.069064496490713 + - -0.9894286783087238 + - 0.5762960929249596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855748692377635 + - -0.014544161260031956 + - -0.1686138917770648 + - 0.06437699458017204 + - - -0.026936542444661572 + - -0.9970809032199737 + - -0.07144295007324979 + - -0.032596687130682755 + - - -0.16708261372175284 + - 0.0749542514290157 + - -0.9830896502275994 + - 0.5738403374538776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997517822682833 + - -0.018874975149920897 + - 0.011836771708578633 + - -0.034668976847029354 + - - -0.018688089619476364 + - -0.9997020056148324 + - -0.015705262686650276 + - 0.03756097336482742 + - - 0.012129680860004464 + - 0.01548015771147498 + - -0.999806599077773 + - 0.5790447804838667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997053762164354 + - -0.037269110105959416 + - -0.06704333513346124 + - 0.04854752810213182 + - - -0.03697603459976763 + - -0.9993004199100392 + - 0.005607462250985919 + - 0.03524658741943715 + - - -0.0672054180790843 + - -0.0031119446539614294 + - -0.9977343071085037 + - 0.5749438253814722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990293029233477 + - -0.027913205795619345 + - 0.034077923098414786 + - -0.04275593310215702 + - - -0.02983692582616377 + - -0.9979103418245955 + - 0.05731236809593322 + - -0.02341622201545427 + - - 0.0324069399625153 + - -0.05827351561156359 + - -0.9977745174239195 + - 0.5786263856600531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939171198962402 + - -0.02814713088353225 + - -0.10647299094224834 + - 0.025791608095593867 + - - -0.021954703977441595 + - -0.9980229520269556 + - 0.05889124044087132 + - -0.03028987849000355 + - - -0.10792010818390473 + - -0.056195429088377935 + - -0.9925700599953374 + - 0.5763254918629642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986760265148035 + - -0.011220596797641574 + - -0.16179702510393765 + - 0.06439623788565801 + - - -0.026986501773112095 + - -0.9950561565180112 + - -0.09557705842749846 + - -0.032595893064884994 + - - -0.15992469430025272 + - 0.0986779792208393 + - -0.9821846814982723 + - 0.5739248975634409 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998026101016095 + - -0.018099837040983634 + - 0.008193700818244318 + - -0.03473012838488329 + - - -0.017983723243909726 + - -0.9997398433743923 + - -0.014029656732535915 + - 0.037539714275285505 + - - 0.00844550367328804 + - 0.013879534172160323 + - -0.9998680072883965 + - 0.5790548105667997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953086187425654 + - -0.03752098275783987 + - -0.08917919774057458 + - 0.04852946089262949 + - - -0.03686123404438908 + - -0.9992795583867299 + - 0.00903402541214444 + - 0.0352432548247045 + - - -0.08945391484720717 + - -0.005704388074840544 + - -0.9959746267225891 + - 0.5748485467241681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992309630749948 + - -0.027219012096796173 + - 0.028224241578701646 + - -0.04279165266101973 + - - -0.028959732913046526 + - -0.9975793511021497 + - 0.06322002945443557 + - -0.023392137611965118 + - - 0.026435133852951397 + - -0.06398877741517768 + - -0.9976004310660096 + - 0.5787450088925574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919315653119033 + - -0.02834626583439035 + - -0.1235647965689398 + - 0.025768948431969307 + - - -0.024051255677183164 + - -0.9990582287948989 + - 0.03611360654311126 + - -0.030275607780180767 + - - -0.12447211269287657 + - -0.03285033775238784 + - -0.991679156013338 + - 0.5762956031143064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868970778320082 + - -0.015173395839397013 + - -0.16063600413775264 + - 0.06437543320750072 + - - -0.02585875406889498 + - -0.9975736190977444 + - -0.06463899224332599 + - -0.0325860740030614 + - - -0.15926544698913048 + - 0.0679458794845524 + - -0.9848948547212658 + - 0.5736924037552599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998026101016095 + - -0.018099837040983634 + - 0.008193700818244318 + - -0.03473012838488329 + - - -0.017983723243909726 + - -0.9997398433743923 + - -0.014029656732535915 + - 0.037539714275285505 + - - 0.00844550367328804 + - 0.013879534172160323 + - -0.9998680072883965 + - 0.5790548105667997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953086187425654 + - -0.03752098275783987 + - -0.08917919774057458 + - 0.04852946089262949 + - - -0.03686123404438908 + - -0.9992795583867299 + - 0.00903402541214444 + - 0.0352432548247045 + - - -0.08945391484720717 + - -0.005704388074840544 + - -0.9959746267225891 + - 0.5748485467241681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992309630749948 + - -0.027219012096796173 + - 0.028224241578701646 + - -0.04279165266101973 + - - -0.028959732913046526 + - -0.9975793511021497 + - 0.06322002945443557 + - -0.023392137611965118 + - - 0.026435133852951397 + - -0.06398877741517768 + - -0.9976004310660096 + - 0.5787450088925574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919315653119033 + - -0.02834626583439035 + - -0.1235647965689398 + - 0.025768948431969307 + - - -0.024051255677183164 + - -0.9990582287948989 + - 0.03611360654311126 + - -0.030275607780180767 + - - -0.12447211269287657 + - -0.03285033775238784 + - -0.991679156013338 + - 0.5762956031143064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868970778320082 + - -0.015173395839397013 + - -0.16063600413775264 + - 0.06437543320750072 + - - -0.02585875406889498 + - -0.9975736190977444 + - -0.06463899224332599 + - -0.0325860740030614 + - - -0.15926544698913048 + - 0.0679458794845524 + - -0.9848948547212658 + - 0.5736924037552599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997895880441562 + - -0.019655166781991668 + - 0.005869757854347986 + - -0.03470007447033521 + - - -0.019497326865740884 + - -0.9994760695490849 + - -0.025834872629899065 + - 0.03754281343303315 + - - 0.006374471239800774 + - 0.02571499207631106 + - -0.9996489910458211 + - 0.5791307178244034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970337219969284 + - -0.03646090786104604 + - -0.0677817040129561 + - 0.04854632456315036 + - - -0.03576939828003489 + - -0.9992951808676738 + - 0.011388223800368472 + - 0.03525432031573628 + - - -0.0681491551498323 + - -0.008929932395676517 + - -0.9976351782890239 + - 0.5747208354438027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984786053268278 + - -0.02992749147908692 + - 0.04631220096650582 + - -0.04274883210625347 + - - -0.03148680958581023 + - -0.9989488056102859 + - 0.03331463029798945 + - -0.0234419407759632 + - - 0.045266494526302464 + - -0.03472216905024754 + - -0.9983713314442416 + - 0.578805804550344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.994543322711745 + - -0.02887199971235324 + - -0.10024962285261581 + - 0.025765512357412434 + - - -0.023386158707595507 + - -0.9981863057062377 + - 0.0554723956706047 + - -0.03029232919987707 + - - -0.10166939967554146 + - -0.05282524711861595 + - -0.993414730329922 + - 0.5763829410345922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842883085494524 + - -0.0153666812843063 + - -0.17589880829375926 + - 0.06437719107337689 + - - -0.02663863077381317 + - -0.997726729623419 + - -0.06190118210061771 + - -0.032598730027942176 + - - -0.17454772700712712 + - 0.06561431323471983 + - -0.9824601024445634 + - 0.5737604053808972 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997457387983771 + - -0.017880848634588664 + - 0.01373801319674634 + - -0.03470279362427384 + - - -0.01786462058154553 + - -0.9998395657966294 + - -0.0013030729390112099 + - 0.03754598088596474 + - - 0.013759109199525518 + - 0.0010573172248157959 + - -0.9999047799637328 + - 0.5790272142832749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967678502973258 + - -0.03797017101535568 + - -0.07079631859576076 + - 0.04851466901994547 + - - -0.036740801042882236 + - -0.9991519510142196 + - 0.018587423791545918 + - 0.03525268679695687 + - - -0.07144204750967849 + - -0.015926232999169246 + - -0.997317596831662 + - 0.5749774962956395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989560018822787 + - -0.03014115337284099 + - 0.03432808146004647 + - -0.04279612518047793 + - - -0.03111537101176815 + - -0.9991176812845229 + - 0.028208024238482815 + - -0.023462350656479516 + - - 0.03344757076639092 + - -0.02924670610502475 + - -0.9990124574757985 + - 0.5787186911472365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9938998924294551 + - -0.02695715212338305 + - -0.10694071150929604 + - 0.025777321377247142 + - - -0.021293985667539903 + - -0.9983273981565849 + - 0.053749160591533285 + - -0.030289102391019028 + - - -0.10821076657665957 + - -0.05114409095194297 + - -0.9928115188481604 + - 0.5762620724363996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832846283415566 + - -0.016572821831323196 + - -0.1813192798456743 + - 0.06437497137120252 + - - -0.0256967263202104 + - -0.9985125730651232 + - -0.04808658531535866 + - -0.03259619461327551 + - - -0.18025265025411125 + - 0.05194211208079892 + - -0.9822479315676642 + - 0.5737901940001593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999719753394407 + - -0.01770657646451808 + - 0.015712791697607417 + - -0.03471611931518273 + - - -0.017561904615139977 + - -0.9998025440300371 + - -0.00929798135909666 + - 0.03755034419574717 + - - 0.01587432453098245 + - 0.00901942908235096 + - -0.9998333139677399 + - 0.5791331604561317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972427655315416 + - -0.03849317604604833 + - -0.06344400675312548 + - 0.04853835334021256 + - - -0.03701501859464169 + - -0.9990189258205242 + - 0.02431201865014028 + - 0.035255289968703835 + - - -0.06431761029019215 + - -0.021896603624634796 + - -0.9976892220307209 + - 0.5749851765735032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994890119529241 + - -0.028033305504882925 + - 0.015357368519303324 + - -0.04275297295549698 + - - -0.029005517455828318 + - -0.9973149923028611 + - 0.06724199643871838 + - -0.02344048828191869 + - - 0.013431118437696348 + - -0.06765308500293891 + - -0.9976184967947911 + - 0.5785754924182838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924711120528485 + - -0.025449412220560276 + - -0.11980575594774258 + - 0.02576026878572512 + - - -0.020597942442155265 + - -0.9989236559743162 + - 0.04156024906153035 + - -0.03029947126672887 + - - -0.12073448764844168 + - -0.038779594538039884 + - -0.9919270772288326 + - 0.5763467946287631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882691419159908 + - -0.013036946524345915 + - -0.1521648486410467 + - 0.06436969466429318 + - - -0.02649750992687789 + - -0.9958758360811567 + - -0.08677096909296357 + - -0.032583600262751984 + - - -0.1504060673786344 + - 0.08978506075611008 + - -0.9845388045987397 + - 0.5737834941288842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997774531152697 + - -0.017846518436078915 + - 0.01124926762307174 + - -0.03470856084627617 + - - -0.0179216324046559 + - -0.9998175305377314 + - 0.0066121646520255735 + - 0.03755471916147992 + - - 0.011129210856892877 + - -0.00681229837454323 + - -0.9999148630041258 + - 0.5789937980381332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951314226419382 + - -0.03730778783034056 + - -0.09122269804077487 + - 0.048506808838904 + - - -0.03667701601041703 + - -0.9992903222871605 + - 0.008581857595843602 + - 0.03523416989204034 + - - -0.09147812944744613 + - -0.005194299801707431 + - -0.9957935383815096 + - 0.5749024188229012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986958142442546 + - -0.028000083595234204 + - 0.04269269175942367 + - -0.04275085795745873 + - - -0.03047612616279439 + - -0.9978224564564359 + - 0.058494026407440315 + - -0.02341758603861109 + - - 0.040961888934895385 + - -0.05971884719169302 + - -0.9973744447021796 + - 0.5787669644068039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919556179043542 + - -0.03045296857502132 + - -0.12286850211897188 + - 0.025760714727626935 + - - -0.021395161817263912 + - -0.9970006635139731 + - 0.07437690504121235 + - -0.030279873728247215 + - - -0.12476497568951042 + - -0.07114979731288902 + - -0.9896319554175328 + - 0.5762121822705852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843377857959227 + - -0.016853041762920448 + - -0.17548532257062804 + - 0.064351810189947 + - - -0.02675185264041146 + - -0.9981718874655494 + - -0.054196138734871314 + - -0.03258590366936049 + - - -0.17425114586333668 + - 0.05804186469093638 + - -0.9829891556413602 + - 0.5736868555158419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997997895905599 + - -0.01947384020983708 + - 0.004598943591060439 + - -0.03470604624128115 + - - -0.019381146397702515 + - -0.9996238132596236 + - -0.019406265189379164 + - 0.03754522901561623 + - - 0.004975128036829435 + - 0.019313247054066777 + - -0.9998011035147172 + - 0.579151058930589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957488615699703 + - -0.03714977640861302 + - -0.08428581609558052 + - 0.04854653603976618 + - - -0.0365845951452402 + - -0.9992965815873229 + - 0.008240717562745421 + - 0.03525176149677904 + - - -0.08453266871551392 + - -0.005122122673280431 + - -0.9964075430159851 + - 0.5748579329450709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991342351219923 + - -0.028833306930326874 + - 0.029990342089628266 + - -0.04276762363151292 + - - -0.030459383218566893 + - -0.998007497268624 + - 0.055256324249465305 + - -0.023445058241368427 + - - 0.028337363694173286 + - -0.05612197258720622 + - -0.9980217021747498 + - 0.5787949472965768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927351028371554 + - -0.02917197385398285 + - -0.11673050816459662 + - 0.02578180632198345 + - - -0.023962383226037064 + - -0.9986638021251576 + - 0.045786619388777455 + - -0.0303064182332069 + - - -0.11791021917132949 + - -0.042656843136673575 + - -0.9921076423194121 + - 0.5763706976591554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885973099618106 + - -0.014480856635604594 + - -0.1498855013914652 + - 0.06437875251637623 + - - -0.02513243251601188 + - -0.9972711374389694 + - -0.06941641928976125 + - -0.032592390263702684 + - - -0.1484712752423847 + - 0.0723918726258887 + - -0.9862635029268886 + - 0.5736776267975923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998163277200125 + - -0.018917445779590553 + - -0.00307263236407882 + - -0.03473579191111447 + - - -0.018986883653741533 + - -0.9995217521717419 + - -0.02440830155195289 + - 0.037535895478933635 + - - -0.002609420163142698 + - 0.024462158136763706 + - -0.9996973510746665 + - 0.5791607488417655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969851486798732 + - -0.038714972856768934 + - -0.06724406433634701 + - 0.048557284022581505 + - - -0.03676048581445482 + - -0.9988717705861797 + - 0.03006414157621554 + - 0.03525114413135072 + - - -0.0683321300301432 + - -0.027501578186153435 + - -0.9972835019204989 + - 0.574850783586649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991892868270874 + - -0.025808197192022844 + - 0.03089831787774121 + - -0.04275329435425781 + - - -0.02778812599013675 + - -0.9974678892767602 + - 0.06546472268115663 + - -0.02344844921048082 + - - 0.029130553443636537 + - -0.06627025591818791 + - -0.9973763903545165 + - 0.5786386198765894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911175593080592 + - -0.028267875713223582 + - -0.12994964730193562 + - 0.025768983646391432 + - - -0.021431994842856163 + - -0.9983268189516803 + - 0.05370504779696694 + - -0.030278841097078832 + - - -0.1312503456311316 + - -0.05044293572424648 + - -0.9900650771576724 + - 0.5762232872407246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875788301289531 + - -0.014568303537533758 + - -0.15644749538796268 + - 0.06440586976215905 + - - -0.02535516391843625 + - -0.9974189173623985 + - -0.06717602958118067 + - -0.03258875236623042 + - - -0.15506505068453544 + - 0.07030837659668095 + - -0.9853991892814522 + - 0.5738373243702147 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997426463498915 + - -0.01813233020774638 + - 0.013633035999109954 + - -0.03470525335112372 + - - -0.0181943009245254 + - -0.9998246318744192 + - 0.004435415544257013 + - 0.03757782075029478 + - - 0.013550220779883772 + - -0.004682317633359645 + - -0.9998972284282005 + - 0.5790068454242774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964569916678734 + - -0.03781586019255338 + - -0.07512272941067136 + - 0.048549515125499924 + - - -0.03700049236684934 + - -0.9992405710699442 + - 0.012216574496254205 + - 0.03524485058443366 + - - -0.0755276593098344 + - -0.009393713094887499 + - -0.9970994588472449 + - 0.5750232452635776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994552933476408 + - -0.028829852353053617 + - 0.016061015306711716 + - -0.04278917276932354 + - - -0.029595493687828642 + - -0.9983271019660638 + - 0.049669953024087006 + - -0.023432444317100454 + - - 0.014602169453714555 + - -0.05011823114738232 + - -0.9986365402657282 + - 0.5788020197361166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924155439054098 + - -0.0283579910615399 + - -0.11961276084884674 + - 0.025752955295631215 + - - -0.02236666695175853 + - -0.998441104106003 + - 0.05113798823823784 + - -0.030273112107289894 + - - -0.12087646762045494 + - -0.04807479562659275 + - -0.9915027451303711 + - 0.5762207659676619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882277985154664 + - -0.016551540785148276 + - -0.15209163270513104 + - 0.0644276730079266 + - - -0.02440822502944443 + - -0.9984540943907801 + - -0.049936559204643606 + - -0.032590694764569834 + - - -0.15102998640067117 + - 0.05306098276440465 + - -0.9871040853506222 + - 0.5741704886127399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998255136274236 + - -0.018485475726928033 + - -0.00268877050116321 + - -0.03471742889195423 + - - -0.018485643864520382 + - -0.9998291251759841 + - -3.769271543926822e-05 + - 0.03754902733061107 + - - -0.0026876142902006695 + - 8.738979249200973e-05 + - -0.9999963845396901 + - 0.5789250469596401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971445792835694 + - -0.037067439153741916 + - -0.06579280325367656 + - 0.04854178636188183 + - - -0.035935594793079895 + - -0.9991864595165548 + - 0.018304429672631642 + - 0.035244481220319646 + - - -0.06641777647784455 + - -0.015887859306917017 + - -0.9976654022739203 + - 0.5749296580295694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992499887197743 + - -0.028537911629485827 + - 0.026173414820359973 + - -0.04276705875643041 + - - -0.029550252880090968 + - -0.9987965559382321 + - 0.039143612514036676 + - -0.023442349250296906 + - - 0.025024839624933806 + - -0.03988768538977953 + - -0.9988907497599488 + - 0.5787511285022657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933976786699585 + - -0.027883704812652985 + - -0.11128140464182938 + - 0.025786529053532493 + - - -0.02133728684288051 + - -0.9979948001460646 + - 0.0595910989293018 + - -0.0302849693477173 + - - -0.11271988379750207 + - -0.05682321609463889 + - -0.9920006803976196 + - 0.5763512991335951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876863764026826 + - -0.009326763482934769 + - -0.15616860552451506 + - 0.06439036435666043 + - - -0.026461551729429003 + - -0.9937982588560763 + - -0.10800373592937768 + - -0.032606266477454834 + - - -0.15419276295795775 + - 0.11080628221163902 + - -0.9818078017992251 + - 0.5738394814280674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997942732977172 + - -0.01956638932608067 + - 0.005344856390019501 + - -0.03471363678105062 + - - -0.019470437123262765 + - -0.9996581379532041 + - -0.017450194903274485 + - 0.037569886654268796 + - - 0.005684466493767635 + - 0.017342538241948098 + - -0.9998334477341755 + - 0.5789899633684287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962850344385324 + - -0.03699544870062834 + - -0.07776546103027653 + - 0.04851651779058074 + - - -0.03711053623843672 + - -0.9993111661982339 + - -3.480837451035404e-05 + - 0.03525053695191807 + - - -0.07771060580067533 + - 0.0029205970222606114 + - -0.9969716805702794 + - 0.5748592566552944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998833939433421 + - -0.02988207148285941 + - 0.03791863974098124 + - -0.04275287473221856 + - - -0.03158984627938601 + - -0.9984752826913125 + - 0.045267996051823814 + - -0.02346215620416799 + - - 0.03650812304073989 + - -0.04641305482724074 + - -0.9982549700821155 + - 0.578669997584716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935720733557477 + - -0.030249701642799026 + - -0.10908478628150826 + - 0.02577620714298338 + - - -0.02294806475295714 + - -0.9974498792573093 + - 0.06758050527832062 + - -0.03028519625750496 + - - -0.1108508970268386 + - -0.06464281800865952 + - -0.9917325167141817 + - 0.5762539641914906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895855692888428 + - -0.010273561514987178 + - -0.1435787414246091 + - 0.06440653545159383 + - - -0.026231447952373588 + - -0.9936188024528037 + - -0.10969770531136541 + - -0.03261790734257792 + - - -0.14153555098843154 + - 0.11232154444297418 + - -0.9835403186755217 + - 0.5740047744988159 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998158182097665 + - -0.018555016222464322 + - -0.004903165357118408 + - -0.03470147543496956 + - - -0.018578430307604487 + - -0.9998160099566016 + - -0.004773694770957082 + - 0.03755533708844647 + - - -0.0048136872395953606 + - 0.004863908659182024 + - -0.9999765851297291 + - 0.5789962976682127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972763790942627 + - -0.03733150534930541 + - -0.0636096094076299 + - 0.04854943422115177 + - - -0.03677937743768583 + - -0.9992750683239584 + - 0.00982930421974662 + - 0.03525053689342722 + - - -0.06393043950992909 + - -0.007463011088217876 + - -0.9979264513828483 + - 0.5748346016366067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989854341366482 + - -0.028275515768755335 + - 0.03505135647622529 + - -0.04276473585220734 + - - -0.03009851472167153 + - -0.9981608210629678 + - 0.05262180827805319 + - -0.023444023041126087 + - - 0.03349898198993327 + - -0.05362341375662066 + - -0.9979991721954109 + - 0.5786432216641856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9943255337895313 + - -0.028566945971536965 + - -0.10247274004350108 + - 0.025786355092513202 + - - -0.023344394628774363 + - -0.9983842039324462 + - 0.05180753398485209 + - -0.030297663646073496 + - - -0.10378714801737117 + - -0.049121389801540044 + - -0.9933857845622643 + - 0.5764235722705522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889650804614692 + - -0.012799638267576586 + - -0.14759484709182388 + - 0.0644609612665883 + - - -0.02615352620300239 + - -0.9956976346521049 + - -0.08889439473528644 + - -0.03263287305918929 + - - -0.14582202403954128 + - 0.09177357794280032 + - -0.9850449470438335 + - 0.5743629341210473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998097075197014 + - -0.01772380599357313 + - 0.008149567502099844 + - -0.03467232051480901 + - - -0.017758896898384537 + - -0.9998332492991809 + - 0.004253842591637216 + - 0.0375460113097523 + - - 0.008072814275186121 + - -0.00439776044641587 + - -0.9999577437935737 + - 0.5788344871921034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973534716796466 + - -0.03728384879073404 + - -0.06241768297450686 + - 0.048556443873953886 + - - -0.036100576150894695 + - -0.9991484246862212 + - 0.019979335539902315 + - 0.03525643915426621 + - - -0.06310943614175156 + - -0.017673145345190534 + - -0.9978501185065209 + - 0.5748646087790654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9953746462784742 + - -0.026982278718094752 + - -0.09220233284023473 + - 0.02576590747974718 + - - -0.02510860353392175 + - -0.99945519053396 + - 0.02142148788721433 + - -0.03030440005921159 + - - -0.09273010069324152 + - -0.019007334108306437 + - -0.9955098440876999 + - 0.5762856684045904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890064039236476 + - -0.012477539741203195 + - -0.14734532228754904 + - 0.06439469827768865 + - - -0.0253739633180891 + - -0.9959743089866284 + - -0.08597289005343771 + - -0.032606456998039185 + - - -0.14567942539544582 + - 0.08876647362948985 + - -0.9853415743668984 + - 0.5737835336208615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998097075197014 + - -0.01772380599357313 + - 0.008149567502099844 + - -0.03467232051480901 + - - -0.017758896898384537 + - -0.9998332492991809 + - 0.004253842591637216 + - 0.0375460113097523 + - - 0.008072814275186121 + - -0.00439776044641587 + - -0.9999577437935737 + - 0.5788344871921034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973534716796466 + - -0.03728384879073404 + - -0.06241768297450686 + - 0.048556443873953886 + - - -0.036100576150894695 + - -0.9991484246862212 + - 0.019979335539902315 + - 0.03525643915426621 + - - -0.06310943614175156 + - -0.017673145345190534 + - -0.9978501185065209 + - 0.5748646087790654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9953746462784742 + - -0.026982278718094752 + - -0.09220233284023473 + - 0.02576590747974718 + - - -0.02510860353392175 + - -0.99945519053396 + - 0.02142148788721433 + - -0.03030440005921159 + - - -0.09273010069324152 + - -0.019007334108306437 + - -0.9955098440876999 + - 0.5762856684045904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890064039236476 + - -0.012477539741203195 + - -0.14734532228754904 + - 0.06439469827768865 + - - -0.0253739633180891 + - -0.9959743089866284 + - -0.08597289005343771 + - -0.032606456998039185 + - - -0.14567942539544582 + - 0.08876647362948985 + - -0.9853415743668984 + - 0.5737835336208615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998064477743046 + - -0.01817028953131383 + - 0.007543710444802975 + - -0.03473105010115077 + - - -0.018132543573857695 + - -0.9998228776609298 + - -0.00504223852669282 + - 0.03755465244871106 + - - 0.007633993219079676 + - 0.0049044759318545355 + - -0.9999588332843334 + - 0.5789834644465072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966423019020703 + - -0.03864644204573425 + - -0.07218430976707059 + - 0.04857879133725711 + - - -0.036490680743594725 + - -0.9988546432503098 + - 0.03094885904464244 + - 0.03528215795930255 + - - -0.07329769626810752 + - -0.028210887517088227 + - -0.9969110258931266 + - 0.5749400400524396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994277434076435 + - -0.02776353743157214 + - 0.019322828374520488 + - -0.04276768901071765 + - - -0.029106084519206803 + - -0.9969020782463288 + - 0.0730690237522758 + - -0.02342193194651639 + - - 0.01723431318812187 + - -0.07358962139755541 + - -0.997139682327154 + - 0.5785198366999593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900994371549968 + - -0.026357722172288135 + - -0.1378708635907054 + - 0.02578203437794105 + - - -0.022638184565767147 + - -0.9993380525010755 + - 0.028477524873548002 + - -0.030304170794472257 + - - -0.1385302030061484 + - -0.0250744352926592 + - -0.9900407342881551 + - 0.5764080463654564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899556769912548 + - -0.01626046435460793 + - -0.14043986218933407 + - 0.06437988880221165 + - - -0.024930738498892872 + - -0.997874978765527 + - -0.06019954345008977 + - -0.03261582048825229 + - - -0.13916255196958138 + - 0.06309614926976091 + - -0.9882573855411565 + - 0.5738229940783307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997643415845221 + - -0.0196089626644616 + - 0.00931396152507712 + - -0.03469135963709192 + - - -0.019391848896213617 + - -0.9995506951973988 + - -0.022855282251244696 + - 0.037549920263014826 + - - 0.009757945093783044 + - 0.022669281277124628 + - -0.9996953967053795 + - 0.5789379777301892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969409793145881 + - -0.037538836898336245 + - -0.06855304141750429 + - 0.04855368845667528 + - - -0.03649128261484441 + - -0.999198237429998 + - 0.016470234057522737 + - 0.03524216515667202 + - - -0.06911635158479867 + - -0.013918262862373918 + - -0.9975115096591622 + - 0.5748150311021105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990725130290457 + - -0.02809202180758099 + - 0.032633602629648074 + - -0.04276130314118017 + - - -0.029624457095552968 + - -0.9984334889477955 + - 0.04746535251450765 + - -0.02346578847057539 + - - 0.031249084012513407 + - -0.048388081779454015 + - -0.998339665790198 + - 0.5789106922827771 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926719539345145 + - -0.0269263426045238 + - -0.11780222385751914 + - 0.02577890062590001 + - - -0.024000613911450207 + - -0.9993689671301211 + - 0.026184691503773186 + - -0.03030437787472913 + - - -0.1184329447565446 + - -0.023165483185508463 + - -0.9926917940554735 + - 0.5763485605217665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856236555361936 + - -0.011658694779249325 + - -0.16855291300809727 + - 0.06440919084470874 + - - -0.026540050928649198 + - -0.9959149495866505 + - -0.08630781474771002 + - -0.03260678279236495 + - - -0.16685812939193467 + - 0.08954042676838561 + - -0.9819067555679413 + - 0.5740179869760501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998259007962299 + - -0.01864286998146614 + - -0.0007819820083935032 + - -0.03469569063151642 + - - -0.018642686998988547 + - -0.9998261810506514 + - 0.00024063899835524333 + - 0.03753777950460176 + - - -0.000786332286661202 + - -0.00022601885747591314 + - -0.9999996652984493 + - 0.5789419314936779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967325661684912 + - -0.039958185796493774 + - -0.0701964025219766 + - 0.04856872617275254 + - - -0.037343363450780535 + - -0.9985730140555427 + - 0.03817602397071632 + - 0.035276167376057425 + - - -0.07162167790101952 + - -0.03542991656612645 + - -0.9968024158612181 + - 0.5749548200887188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989149263687975 + - -0.0270418731979243 + - 0.03791710658221779 + - -0.04275677395215406 + - - -0.028439020703952354 + - -0.9989177046009675 + - 0.03680545524965754 + - -0.023452209336232446 + - - 0.0368807806183661 + - -0.037843843999807385 + - -0.9986028497317131 + - 0.5787587613008578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901732644776862 + - -0.028704340283414724 + - -0.13686843011628413 + - 0.025770383555254864 + - - -0.01911540417680791 + - -0.9973026500711427 + - 0.07086625067148389 + - -0.03027727457363799 + - - -0.13853341703993116 + - -0.06755357140795926 + - -0.9880511157593369 + - 0.576205531629398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885835473950465 + - -0.013633435183602776 + - -0.15005565389188186 + - 0.06441382315229917 + - - -0.025717808686358784 + - -0.9965515929430668 + - -0.07888926998653228 + - -0.032620058390175566 + - - -0.14846266916702522 + - 0.08184773697378955 + - -0.9855251309916312 + - 0.5740080949483092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997443655434067 + - -0.018841046877198626 + - 0.012498740607856322 + - -0.034715843086556696 + - - -0.01867842502677282 + - -0.9997409902895259 + - -0.013002644863170768 + - 0.03754238297912024 + - - 0.012740486754064754 + - 0.012765864149743969 + - -0.9998373431262608 + - 0.5790698622452545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967565391408665 + - -0.03757265956017602 + - -0.07116668415415649 + - 0.04853784892062497 + - - -0.03607117527166486 + - -0.9991011097834062 + - 0.022267526671960924 + - 0.03525988487626634 + - - -0.07193936331691562 + - -0.01962823688314291 + - -0.9972158544279245 + - 0.5750463899376506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9932337112803807 + - -0.02730234483926157 + - -0.11287770702171122 + - 0.02577345704144303 + - - -0.024585701844626766 + - -0.9993752560541754 + - 0.02538977848383857 + - -0.030305812381668462 + - - -0.11350038784518908 + - -0.022442806262348815 + - -0.9932844418423468 + - 0.5764722253430745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885988711599516 + - -0.014635706551174809 + - -0.14986016160079774 + - 0.06436720548190572 + - - -0.02558987397591964 + - -0.99711725700153 + - -0.07143062466226413 + - -0.032589075768474564 + - - -0.14838271560786948 + - 0.07445113755673988 + - -0.986123520572013 + - 0.5736893035738586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997618436893553 + - -0.01874453809877394 + - 0.011175786071894619 + - -0.034674250111160335 + - - -0.018529222010294784 + - -0.9996464731480867 + - -0.019068210568519376 + - 0.03755132410751952 + - - 0.011529259930904017 + - 0.018856590732574088 + - -0.9997557227400055 + - 0.5790716937621104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966937160072115 + - -0.038631899430594765 + - -0.07147875781041865 + - 0.04857266299849614 + - - -0.037372733216179815 + - -0.9991232021653552 + - 0.01887076328079082 + - 0.03525849358911594 + - - -0.07214509881958941 + - -0.016137014631951135 + - -0.9972635967862662 + - 0.5749945012135583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9884242732977485 + - -0.028058028414008132 + - -0.14909796443056 + - 0.025751963812124464 + - - -0.020240911234437532 + - -0.9983524430026565 + - 0.05369082848148539 + - -0.030270654685217425 + - - -0.15035877582707785 + - -0.050051439461291966 + - -0.9873637080324739 + - 0.5760848036180015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850773536761931 + - -0.012141297149192116 + - -0.17168341847086924 + - 0.06438218605729892 + - - -0.025836219750508652 + - -0.9966372350846162 + - -0.07776060308340914 + - -0.032608155540661696 + - - -0.17016197290614613 + - 0.0810358596328014 + - -0.9820784553335143 + - 0.5738114752253184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997848942168588 + - -0.018366860926786785 + - -0.009634506499064782 + - -0.034720905767056276 + - - -0.018402993062416398 + - -0.9998238961431958 + - -0.003675125492396721 + - 0.037542661950356666 + - - -0.00956530930650455 + - 0.003851638707911632 + - -0.9999468334552266 + - 0.5789273965719177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971048319148393 + - -0.038172896913383124 + - -0.06576309081331391 + - 0.048549229664536904 + - - -0.036205696810115075 + - -0.998868062026455 + - 0.03085031899362123 + - 0.03527003622014388 + - - -0.06686629712025313 + - -0.02838000360737096 + - -0.9973582474239994 + - 0.5749567605673908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987188399011061 + - -0.0303109189162299 + - 0.04052069867416561 + - -0.04278435860835757 + - - -0.032151831678067795 + - -0.9984431763241584 + - 0.045579418287977735 + - -0.02343902811856284 + - - 0.039076061039132214 + - -0.04682383843918586 + - -0.9981385623286411 + - 0.5787474951635452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909110714436166 + - -0.0284627778056305 + - -0.13147288226113785 + - 0.025766636421520234 + - - -0.02092741221407523 + - -0.9980770783802194 + - 0.05834542852724055 + - -0.030263584285859943 + - - -0.13288074318156817 + - -0.05506374389371348 + - -0.9896012794049538 + - 0.5761442976498774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986062279504684 + - -0.016543277687676255 + - -0.16555210932324263 + - 0.0643467975932985 + - - -0.025557212057186144 + - -0.9982956009582464 + - -0.05246638942483227 + - -0.03259245028846296 + - - -0.164401976417227 + - 0.05596617791811913 + - -0.9848044359563718 + - 0.5736344761462951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996870399800288 + - -0.01868020239882802 + - 0.016639475181242855 + - -0.034669440667368503 + - - -0.01867145657235715 + - -0.9998254413627589 + - -0.000680818060372562 + - 0.0375749838327465 + - - 0.016649288436295345 + - 0.0003699217533054004 + - -0.9998613225605147 + - 0.5790823649751368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9937212722793611 + - -0.03735942152947109 + - -0.10546234703661336 + - 0.04849898208904419 + - - -0.03778325912868139 + - -0.999283909831471 + - -0.0020230871320176783 + - 0.035235234628473444 + - - -0.10531124512179454 + - 0.005995095905163898 + - -0.9944212389505693 + - 0.5748213366044033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983102610424608 + - -0.02736619677716685 + - 0.051261232635268626 + - -0.04278130690211934 + - - -0.029990615016498457 + - -0.9982406970997482 + - 0.05114756753493861 + - -0.023419466412363775 + - - 0.04977133420218836 + - -0.05259849739072697 + - -0.9973746599768674 + - 0.5787503874987507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9871695200663589 + - -0.03010402203109365 + - -0.15681226517561023 + - 0.025759561515749894 + - - -0.01860508254437787 + - -0.9970632717609555 + - 0.07428783890285562 + - -0.030248456628793025 + - - -0.15858811290721433 + - -0.07041718513893588 + - -0.9848305592748624 + - 0.5760185150802872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877160495661602 + - -0.01428021873082485 + - -0.15560552940823916 + - 0.0643635728581476 + - - -0.025199312269631215 + - -0.9973378517436929 + - -0.06842663326814617 + - -0.0325817428258448 + - - -0.15421413712937018 + - 0.07150723622316522 + - -0.9854464546981578 + - 0.573676975981779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998020688693187 + - -0.019840465082620197 + - -0.0014761537642161578 + - -0.03468944493818073 + - - -0.019853315468105683 + - -0.9997599276816689 + - -0.009269998212903875 + - 0.037555829579984226 + - - -0.001291878304700699 + - 0.009297469938036594 + - -0.9999559430810921 + - 0.5790466346377071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996887202785321 + - -0.038501997124431656 + - -0.06880044433205912 + - 0.048541310845789755 + - - -0.036928260254059306 + - -0.9990296406650653 + - 0.024001680508643715 + - 0.03526459475837092 + - - -0.06965779581257917 + - -0.021386287430519596 + - -0.9973416757523332 + - 0.5750116272906627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990075014297535 + - -0.03040851108854325 + - 0.032547419874071185 + - -0.04279960332211478 + - - -0.030957289548863738 + - -0.9993846440911103 + - 0.01649179731481643 + - -0.023480763845769727 + - - 0.03202590062541495 + - -0.017483009130670742 + - -0.9993341213432414 + - 0.5788573525357664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921511393840524 + - -0.02723257171890478 + - -0.12204304018050906 + - 0.025773497831349346 + - - -0.0215370726704363 + - -0.9986272594648778 + - 0.047746739725931006 + - -0.030288369500255066 + - - -0.12317577326615405 + - -0.04474353239566764 + - -0.9913756831741651 + - 0.5762396547242181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860657309116412 + - -0.010420896128262556 + - -0.1660294529460807 + - 0.0643790123292995 + - - -0.027379500773080618 + - -0.9945921717954522 + - -0.10018370496553973 + - -0.032601059650896554 + - - -0.16408759020446287 + - 0.1033335217975725 + - -0.9810185757740792 + - 0.5738266745457022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997955185779025 + - -0.01855601614117118 + - 0.008037119913966627 + - -0.03468644764883488 + - - -0.018444848226881444 + - -0.9997361255194641 + - -0.013691855433716359 + - 0.037546671912598466 + - - 0.008289065413554945 + - 0.013540812246651759 + - -0.9998739609562152 + - 0.579179703832345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995498763175341 + - -0.037182676677694156 + - -0.08717603496058014 + - 0.04851129958441263 + - - -0.03715508352153029 + - -0.999307629034714 + - 0.0019396704686954133 + - 0.03521956121490079 + - - -0.08718779894500343 + - 0.001308093307482181 + - -0.9961910341932542 + - 0.5746709245517219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985190820899786 + - -0.027612414876744047 + - 0.0468742706275115 + - -0.04278466026690595 + - - -0.030791087806926097 + - -0.9971755846909853 + - 0.06850373864146787 + - -0.023418417335940016 + - - 0.04485032456797598 + - -0.06984560001078761 + - -0.9965490657992114 + - 0.5786209639551427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921942895579094 + - -0.026280977646782177 + - -0.1219007874568686 + - 0.02577537891563545 + - - -0.021528832192721562 + - -0.9989621654901263 + - 0.04013852642657875 + - -0.030289807607234646 + - - -0.12282915432865664 + - -0.03720083511440114 + - -0.9917303548413249 + - 0.5762788105939524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881847251471491 + - -0.012450700088332158 + - -0.1527610194164855 + - 0.0643601862322577 + - - -0.026874202858516723 + - -0.9953294050158377 + - -0.09272083224140389 + - -0.0325955617621391 + - - -0.150893095291245 + - 0.09573064074855907 + - -0.9839039171663554 + - 0.5736354848465441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998260915131172 + - -0.01746977299957489 + - 0.006526389579789074 + - -0.0347084558549164 + - - -0.017402396314874127 + - -0.9997961114657532 + - -0.010241684454218873 + - 0.03752164571144886 + - - 0.006703978826332204 + - 0.010126328520399555 + - -0.9999262543500864 + - 0.5791902856708556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969200478274256 + - -0.038192907924410796 + - -0.06849613145310451 + - 0.048588933801951895 + - - -0.03650410732129962 + - -0.9990019447796037 + - 0.025740327799889166 + - 0.03527309400605115 + - - -0.06941086650113606 + - -0.023160658687701143 + - -0.9973192645791589 + - 0.5751015849252205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989891629833966 + - -0.028420616375337167 + - 0.03482701259910915 + - -0.04277956868468617 + - - -0.030200335159603416 + - -0.9982064999019845 + - 0.051688715496486834 + - -0.0234282384415314 + - - 0.03329552519453947 + - -0.052688254082623134 + - -0.9980557879616472 + - 0.5787044215074238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930130434866825 + - -0.02981240043572695 + - -0.11417668871348416 + - 0.02574007158775349 + - - -0.02233277009435361 + - -0.9975539478540669 + - 0.066237213865619 + - -0.030298256954653057 + - - -0.11587209692254966 + - -0.06322453559360379 + - -0.9912498752856144 + - 0.5762217611799156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864594021101875 + - -0.013075407411724702 + - -0.16348358238498775 + - 0.06438513947332464 + - - -0.02662689982738011 + - -0.9963601781084861 + - -0.08097779748306917 + - -0.032608015571223 + - - -0.16182971356952444 + - 0.08423437066093457 + - -0.9832170231466512 + - 0.5738928723854382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998260209035046 + - -0.01680270241761431 + - 0.008099204635641493 + - -0.03472907182131521 + - - -0.016753122154221454 + - -0.9998407358491168 + - -0.006151084033165334 + - 0.03754617604125735 + - - 0.00820126955724738 + - 0.006014326908509839 + - -0.9999482821873777 + - 0.5792731071646117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977172188289817 + - -0.037686589930297575 + - -0.0560363470578465 + - 0.048553140062383135 + - - -0.03628042223565143 + - -0.9990058823743899 + - 0.02590324195481597 + - 0.03527229443681627 + - - -0.05695684519497791 + - -0.023811088190011008 + - -0.9980926559516622 + - 0.5749082039651179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982245277760836 + - -0.027233720539429043 + - 0.05297279124036312 + - -0.042743778633974605 + - - -0.0307444836637507 + - -0.9973039458059599 + - 0.06663044652493695 + - -0.02346920501183334 + - - 0.05101537876429201 + - -0.0681407671327774 + - -0.996370547027607 + - 0.5786758802450233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922478690432925 + - -0.030804688194264657 + - -0.1203961692260137 + - 0.02575970929691652 + - - -0.020829139565224974 + - -0.996310716766974 + - 0.08325324378215695 + - -0.030264904770295274 + - - -0.12251658387343803 + - -0.08010010512185992 + - -0.9892288207666871 + - 0.5761174241247697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861793422833209 + - -0.014166604783152938 + - -0.16507456546226182 + - 0.06437016636720988 + - - -0.027426093148716378 + - -0.9965506276474378 + - -0.07832404452080034 + - -0.032583816411794794 + - - -0.16339557603630075 + - 0.0817689051193443 + - -0.9831661771477647 + - 0.5737805127439748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997241778868723 + - -0.019331828532508956 + - 0.013335987177826969 + - -0.034711901193727406 + - - -0.01910323974230259 + - -0.9996719521602802 + - -0.017060313461460412 + - 0.03753918271452134 + - - 0.013661419390590554 + - 0.01680084728949255 + - -0.9997655210851143 + - 0.5790845439864652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968531826458795 + - -0.03770574407541158 + - -0.06972810848216292 + - 0.048525616642901274 + - - -0.03718631171382898 + - -0.9992701904919176 + - 0.008732961431753556 + - 0.03523074951352431 + - - -0.07000650305437818 + - -0.006112549219933856 + - -0.9975278072676125 + - 0.5749088411069176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990922934703104 + - -0.02700543532958884 + - 0.03294382477634496 + - -0.04273716420732988 + - - -0.02847405070174105 + - -0.9985830738378206 + - 0.044956346395653955 + - -0.023451439538865446 + - - 0.031683080103894645 + - -0.045853583363470556 + - -0.9984456075960578 + - 0.5787535200134701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9890533186483059 + - -0.029107316666250275 + - -0.14465924438923108 + - 0.025752848644763203 + - - -0.02026642144915945 + - -0.9978568194181023 + - 0.0622176831972563 + - -0.030255443898315623 + - - -0.14616020331272703 + - -0.05860488083154617 + - -0.9875234999281297 + - 0.5758670944441336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856200619952626 + - -0.011362958418577838 + - -0.16859411783461545 + - 0.06441913685252125 + - - -0.025946838106722 + - -0.9960810171579463 + - -0.08455394047502791 + - -0.03261149169712661 + - - -0.16697261746980577 + - 0.08771254433414115 + - -0.9820522667260195 + - 0.5739708226311026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997241778868723 + - -0.019331828532508956 + - 0.013335987177826969 + - -0.034711901193727406 + - - -0.01910323974230259 + - -0.9996719521602802 + - -0.017060313461460412 + - 0.03753918271452134 + - - 0.013661419390590554 + - 0.01680084728949255 + - -0.9997655210851143 + - 0.5790845439864652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968531826458795 + - -0.03770574407541158 + - -0.06972810848216292 + - 0.048525616642901274 + - - -0.03718631171382898 + - -0.9992701904919176 + - 0.008732961431753556 + - 0.03523074951352431 + - - -0.07000650305437818 + - -0.006112549219933856 + - -0.9975278072676125 + - 0.5749088411069176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990922934703104 + - -0.02700543532958884 + - 0.03294382477634496 + - -0.04273716420732988 + - - -0.02847405070174105 + - -0.9985830738378206 + - 0.044956346395653955 + - -0.023451439538865446 + - - 0.031683080103894645 + - -0.045853583363470556 + - -0.9984456075960578 + - 0.5787535200134701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9890533186483059 + - -0.029107316666250275 + - -0.14465924438923108 + - 0.025752848644763203 + - - -0.02026642144915945 + - -0.9978568194181023 + - 0.0622176831972563 + - -0.030255443898315623 + - - -0.14616020331272703 + - -0.05860488083154617 + - -0.9875234999281297 + - 0.5758670944441336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856200619952626 + - -0.011362958418577838 + - -0.16859411783461545 + - 0.06441913685252125 + - - -0.025946838106722 + - -0.9960810171579463 + - -0.08455394047502791 + - -0.03261149169712661 + - - -0.16697261746980577 + - 0.08771254433414115 + - -0.9820522667260195 + - 0.5739708226311026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997617500563324 + - -0.01731125080194264 + - 0.013295251782943015 + - -0.034711198190555494 + - - -0.017106304970999343 + - -0.9997354258567013 + - -0.015377015879528513 + - 0.03749833072491061 + - - 0.013557929581568576 + - 0.015145919674696192 + - -0.999793370483456 + - 0.5791222469887569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970667205620829 + - -0.038096437669701666 + - -0.06638234844031823 + - 0.04857271793088219 + - - -0.03679438670863516 + - -0.9991078578499875 + - 0.020728277524805175 + - 0.03526569025647865 + - - -0.06711279948198182 + - -0.018224977895417792 + - -0.9975789303741351 + - 0.5750892427841408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987075899352778 + - -0.028768832741149514 + - 0.04189873588046494 + - -0.04277342127698648 + - - -0.030421693550958747 + - -0.9987618616913327 + - 0.03936069349432177 + - -0.02342359914532815 + - - 0.04071449824277283 + - -0.04058445384102332 + - -0.9983462484224921 + - 0.5789151492224851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907666155544824 + - -0.029620243569098165 + - -0.1323032678115838 + - 0.025762554180500927 + - - -0.019529180975162177 + - -0.9968453043876779 + - 0.07692886461320854 + - -0.030246373484744744 + - - -0.1341645429804601 + - -0.07363477637057984 + - -0.9882195075567469 + - 0.5759746872532705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874933761633096 + - -0.0097985921363116 + - -0.1573557104961065 + - 0.06439025145003079 + - - -0.026049013316061433 + - -0.994489887902617 + - -0.10154462942323218 + - -0.032602881577851746 + - - -0.15549366848475835 + - 0.10437360993847107 + - -0.9823074206222641 + - 0.5738878468423153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997156236155962 + - -0.01870474674619278 + - 0.014792036642745471 + - -0.03467227986176755 + - - -0.018612876053205652 + - -0.9998067633518997 + - -0.006324302398450779 + - 0.03756210165854623 + - - 0.014907472753875406 + - 0.006047181571594934 + - -0.9998705910522288 + - 0.5789779503221428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970309197720935 + - -0.03979980538424226 + - -0.06591904512195082 + - 0.04856380498375901 + - - -0.0377978624357512 + - -0.9987937141830229 + - 0.03134386867907874 + - 0.03524930661112764 + - - -0.06708700778616808 + - -0.028759207218902016 + - -0.9973325630833679 + - 0.5747147054034829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987476594908661 + - -0.029290350659250373 + - 0.040560917393163344 + - -0.04276245231392735 + - - -0.030935179270121075 + - -0.9986990626885388 + - 0.040536364767453516 + - -0.023467231659252283 + - - 0.03932082584384947 + - -0.041740358686680294 + - -0.9983544536444285 + - 0.5787110166253949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911226411540975 + - -0.027656349160893882 + - -0.13004244131366044 + - 0.02576432041914268 + - - -0.022755529940971148 + - -0.9989791895963936 + - 0.03902261665288452 + - -0.030287222203362198 + - - -0.130988915747981 + - -0.03571701421484079 + - -0.9907402277321462 + - 0.5761125853310478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841773294279273 + - -0.011084274154153749 + - -0.1768392578207353 + - 0.06438365674384366 + - - -0.02559628323729668 + - -0.996466610638616 + - -0.07999452585536672 + - -0.03259970449379953 + - - -0.17532773461306408 + - 0.08325522655584099 + - -0.9809835639431409 + - 0.5738800437061433 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997718795485293 + - -0.019017341866489745 + - 0.009722631965366175 + - -0.03465007977771893 + - - -0.019011797046842704 + - -0.999819040016162 + - -0.0006624154363521583 + - 0.03756238510568476 + - - 0.009733469938853608 + - 0.00047741962015706945 + - -0.9999525146893007 + - 0.578933344443195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972642214328084 + - -0.037778724427018476 + - -0.06353613641607535 + - 0.04855281866686383 + - - -0.03629671498490304 + - -0.999045073896958 + - 0.0243205428296178 + - 0.035259093997952684 + - - -0.0643942631864008 + - -0.021947854175065853 + - -0.9976831513891529 + - 0.5751232875742304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9982397519899416 + - -0.02935085065210594 + - 0.05153566835753195 + - -0.0427789810984651 + - - -0.03151786154597559 + - -0.998630757736155 + - 0.0417520551216494 + - -0.023434332134716462 + - - 0.050239645208027296 + - -0.043302855209677686 + - -0.9977979959791765 + - 0.5788830176333133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939367136037002 + - -0.025361598605369854 + - -0.10698877822863494 + - 0.025811418370997128 + - - -0.0240021585000853 + - -0.9996142208670432 + - 0.01397518614227334 + - -0.030315568761290986 + - - -0.10730193725190944 + - -0.011322488973476964 + - -0.9941620066696539 + - 0.5765497826723642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997500261096862 + - -0.01818852936807953 + - 0.013002411049810772 + - -0.03469905988674247 + - - -0.01795509414484583 + - -0.9996794445879637 + - -0.017850004553231723 + - 0.03753371723497566 + - - 0.01332290838861604 + - 0.017612083003642098 + - -0.9997561275852935 + - 0.5789170128985577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975596536976556 + - -0.038234012499060145 + - -0.05842001029471838 + - 0.04857038037290144 + - - -0.03707024125974016 + - -0.9990945703224657 + - 0.020876703885271044 + - 0.0352790890956636 + - - -0.05916531524092429 + - -0.01866011362211777 + - -0.9980737776497551 + - 0.5750729730529653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987424109463908 + - -0.027574104060195483 + - 0.041872011681646684 + - -0.04273532647390813 + - - -0.03028383399731467 + - -0.9973914187415637 + - 0.06552287554063238 + - -0.023429015645213103 + - - 0.03995605054824029 + - -0.0667085197404921 + - -0.9969721598011743 + - 0.5787162309168368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902962122338341 + - -0.024143565960995518 + - -0.13685941786376302 + - 0.025773770867565084 + - - -0.021555450224470286 + - -0.9995602883747889 + - 0.020361543893563344 + - -0.030289507610965466 + - - -0.13729083946477064 + - -0.01721389342351641 + - -0.9903811929112258 + - 0.5762492066203777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879489653491932 + - -0.00983809927814857 + - -0.15446699863741783 + - 0.06441625583137614 + - - -0.026714193984938177 + - -0.9938394144325895 + - -0.10756193639026089 + - -0.03263209177339015 + - - -0.15245718646621367 + - 0.11039216513358514 + - -0.9821254381044843 + - 0.5740534945026441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997788456621032 + - -0.019069851521426456 + - 0.008865693966253757 + - -0.03469328200009741 + - - -0.018958361025658323 + - -0.999742208172645 + - -0.012493908327863807 + - 0.037550517200445846 + - - 0.009101665439540099 + - 0.012323066218884574 + - -0.999882643976378 + - 0.5790805119653366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973794055675681 + - -0.03830224818896937 + - -0.06137800203130621 + - 0.04855686598188433 + - - -0.0368233438404612 + - -0.9990078254047059 + - 0.02504807634468256 + - 0.03525808985634917 + - - -0.06227650197379109 + - -0.022722292222231242 + - -0.9978002479144196 + - 0.575089497092316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987833753920413 + - -0.027012507722465256 + - 0.041256435461931626 + - -0.042759822143153284 + - - -0.029368663509772113 + - -0.9979068378980795 + - 0.05761444679858015 + - -0.023443649819034722 + - - 0.039613768365690166 + - -0.058755998015525175 + - -0.9974860811324987 + - 0.5788233267483135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9873397784798265 + - -0.02846638451001745 + - -0.15604431032349492 + - 0.02575538453204787 + - - -0.018820120179209573 + - -0.997839202935187 + - 0.06295020382898804 + - -0.030271138451908198 + - - -0.15749909494294706 + - -0.059216467630202926 + - -0.9857420783620602 + - 0.5759941824046937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988548892972266 + - -0.016163941626315508 + - -0.1500327070821843 + - 0.06439790632762463 + - - -0.026015676618548228 + - -0.99761488945162 + - -0.06393525564593494 + - -0.03260384930072643 + - - -0.14864141674979614 + - 0.0671063285803433 + - -0.9866116104582798 + - 0.5739088059176264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997400848991191 + - -0.01880045174971416 + - 0.012895955176281929 + - -0.034680517014042525 + - - -0.01873999833860402 + - -0.9998129036382122 + - -0.004792721648114792 + - 0.03755291514136781 + - - 0.012983647722081859 + - 0.004549805768805894 + - -0.9999053576010557 + - 0.5791626892645294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970760614238284 + - -0.03935942719143515 + - -0.06549933760510951 + - 0.04858018608433903 + - - -0.03703447130331661 + - -0.9986530298198735 + - 0.036339702349769125 + - 0.03528947447367748 + - - -0.06684142181933159 + - -0.033807713953299366 + - -0.9971906852786087 + - 0.5751288345094723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987329005962235 + - -0.03107377510431357 + - 0.03958552472079168 + - -0.04278801758723123 + - - -0.03258171539168027 + - -0.9987450829068439 + - 0.038035393931670235 + - -0.023460679436409913 + - - 0.0383539448921413 + - -0.03927696360678017 + - -0.9984920105043619 + - 0.5787188859796948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993980828334804 + - -0.027622533445621305 + - -0.10601466195249822 + - 0.025774023126481214 + - - -0.023251858103531028 + - -0.9988367147862235 + - 0.042244150953691065 + - -0.030275788686104883 + - - -0.10705822713640555 + - -0.03952483828063705 + - -0.9934668203625624 + - 0.5762457790305998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865513157895482 + - -0.00792934722691788 + - -0.16325938492615372 + - 0.06439062152725811 + - - -0.026157079332559858 + - -0.9936089563608124 + - -0.10980459480535727 + - -0.03260852355074811 + - - -0.16134530831326094 + - 0.11259825616826173 + - -0.9804536318425092 + - 0.5738694136213458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998189059929983 + - -0.019005412448952468 + - -0.0009744314286811684 + - -0.03472414904344065 + - - -0.019014308830568077 + - -0.9997679792957925 + - -0.010121444289442106 + - 0.03758431192461349 + - - -0.0007818431171149417 + - 0.010138139496658243 + - -0.9999483020881066 + - 0.5791329026555048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974394644594672 + - -0.03768422315831115 + - -0.060781691846852656 + - 0.0485446227621945 + - - -0.036429985269327635 + - -0.9991024572091591 + - 0.021613333197314295 + - 0.03525961583945128 + - - -0.061541619348922896 + - -0.01934371535088754 + - -0.9979170555533848 + - 0.5750459458398804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990375719446433 + - -0.026748768520240194 + - 0.03476252616830981 + - -0.042755843678766385 + - - -0.028704982710605193 + - -0.9979585922666154 + - 0.05704973346843348 + - -0.0234299905994011 + - - 0.033165551563869314 + - -0.05799268491703112 + - -0.9977659518572372 + - 0.5787158461435169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933632865008079 + - -0.025671458092629825 + - -0.11211760464669354 + - 0.025771163836616675 + - - -0.02216354462507533 + - -0.9992284623721965 + - 0.03242309786169547 + - -0.030295246687556614 + - - -0.11286344989395913 + - -0.029722991516587582 + - -0.9931658398542208 + - 0.5763132970240231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875739025432726 + - -0.007156112166309498 + - -0.15699228348589006 + - 0.06439872642574937 + - - -0.02660913308038585 + - -0.992153389473597 + - -0.12216221098507961 + - -0.032633409088855724 + - - -0.15488621969743205 + - 0.12482164000971942 + - -0.9800152127049471 + - 0.5739643963593527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997724865977343 + - -0.017976857472629133 + - 0.011480750741645458 + - -0.03472019191764663 + - - -0.017740782073636597 + - -0.9996356319514709 + - -0.020343745584315263 + - 0.03752836028883361 + - - 0.011842284137730738 + - 0.020135439612593276 + - -0.9997271249586104 + - 0.5791379619320309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9943560437829937 + - -0.03799214717158663 + - -0.09905884587216579 + - 0.04852725723917158 + - - -0.03618932602789426 + - -0.999146121139582 + - 0.01993392318070522 + - 0.0352538702429051 + - - -0.09973159416092661 + - -0.016236544121825416 + - -0.9948818943779709 + - 0.5749267105897935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993848823755057 + - -0.028899659584294413 + - 0.019866216429116172 + - -0.04278944233977189 + - - -0.029837472143169938 + - -0.9983699371012557 + - 0.048653817409740285 + - -0.02342709400562872 + - - 0.018427754486158736 + - -0.04921664726844657 + - -0.9986181149449729 + - 0.5787179221215981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939380088100248 + - -0.030075003467291715 + - -0.10574842225397675 + - 0.025777055027990322 + - - -0.022335294267875692 + - -0.9970356957495542 + - 0.07362714194622726 + - -0.030260823615044844 + - - -0.10764928830573091 + - -0.07081889273100002 + - -0.9916634081983791 + - 0.5759949601404102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878967563475848 + - -0.010325328727903513 + - -0.1547688159306696 + - 0.06439098069285676 + - - -0.026277979631487865 + - -0.9945000488306766 + - -0.10138599835415855 + - -0.03261682838311969 + - - -0.1528707512391035 + - 0.10422591070575042 + - -0.9827347012053403 + - 0.5738301166140065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997956767904984 + - -0.01882212687155399 + - -0.007371038669042474 + - -0.034702454767565255 + - - -0.018768615144890234 + - -0.9997974746533738 + - 0.00726283431451664 + - 0.03754733387429112 + - - -0.0075062478357959365 + - -0.007123006160902058 + - -0.9999464580799614 + - 0.5788318795308494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968025240384729 + - -0.039799968197559384 + - -0.0692870161141538 + - 0.0485344745637149 + - - -0.0367136416289715 + - -0.9983002853932255 + - 0.045262000642303166 + - 0.035287445038083246 + - - -0.07097067414692634 + - -0.042573497804122964 + - -0.9965694459975446 + - 0.5751366658075124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987289103317271 + - -0.030501177024704014 + - 0.040127819124750226 + - -0.042762761089707294 + - - -0.03189706511918735 + - -0.998891461787983 + - 0.034618272687256174 + - -0.023445167463093722 + - - 0.03902743784036205 + - -0.03585422941822308 + - -0.9985946792009472 + - 0.5787600438321792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9940240576150017 + - -0.026995086983925835 + - -0.10577068668273923 + - 0.025795568845030332 + - - -0.022811839856064994 + - -0.998916565445786 + - 0.04056248562867869 + - -0.030311191153351413 + - - -0.1067510788937946 + - -0.037907262585496704 + - -0.9935629052044394 + - 0.5762899660966772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861469870191426 + - -0.011748985350402818 + - -0.1654571888323471 + - 0.06436611989639626 + - - -0.025553396743604854 + - -0.9963414355335852 + - -0.08155223941583921 + - -0.0325881844728151 + - - -0.163893696974383 + - 0.08465048837490811 + - -0.982839331177766 + - 0.5736458764962502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997858393759139 + - -0.019025965036885178 + - -0.008141746607112825 + - -0.034705171101249904 + - - -0.01900418080173689 + - -0.9998156369243548 + - 0.0027446809654073064 + - 0.037536416516041074 + - - -0.008192465773752456 + - -0.0025893659382553377 + - -0.9999630886630686 + - 0.5788673971524577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955072535977951 + - -0.03919339848660452 + - -0.08619272329637431 + - 0.04850929658037914 + - - -0.037516730657476134 + - -0.9990755777448412 + - 0.0209877315254989 + - 0.0352593555004234 + - - -0.08693562534973515 + - -0.01765976978565283 + - -0.9960573927119705 + - 0.5748210990530447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991579952039491 + - -0.02700147876281358 + - 0.030890463975902106 + - -0.042761517474660865 + - - -0.029024011567701055 + - -0.9973295686493104 + - 0.06701744735737937 + - -0.02341868059846552 + - - 0.028998402930905245 + - -0.06785758352905359 + - -0.9972735036012212 + - 0.578638527924858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923559035196733 + - -0.029035558799728776 + - -0.11994455833776056 + - 0.025778466781106606 + - - -0.022709747626848787 + - -0.9982948591628774 + - 0.05377398564078805 + - -0.030287213611921066 + - - -0.12130139369511707 + - -0.05063902145735378 + - -0.9913231871561685 + - 0.5762340887570612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854746537147069 + - -0.00852178894732701 + - -0.16960862595698312 + - 0.06437006803884689 + - - -0.025756821832670737 + - -0.9946863595472478 + - -0.09967764172432919 + - -0.03260731903258178 + - - -0.16785795487542032 + - 0.10259836862144003 + - -0.9804576899291784 + - 0.5736635061377853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998283508443848 + - -0.01847294151277524 + - -0.0014210136042196965 + - -0.034721518132614516 + - - -0.0184746755796188 + - -0.9998285879319209 + - -0.0012170112116682698 + - 0.037541482122514444 + - - -0.0013982882484054886 + - 0.0012430550780535964 + - -0.9999982498004922 + - 0.5789217073616273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965798485302566 + - -0.03816006954631073 + - -0.07329675706081135 + - 0.04855934562112033 + - - -0.036955698614546346 + - -0.9991598138334654 + - 0.01771842995825891 + - 0.035243092633458206 + - - -0.07391131065893561 + - -0.014949097380632659 + - -0.9971527679569379 + - 0.5750303516766198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989809852776785 + - -0.030333408328288226 + - 0.0334196857080957 + - -0.04278591911592911 + - - -0.0317082453215312 + - -0.9986391006994685 + - 0.041406928560158075 + - -0.023448778039506468 + - - 0.032118191609556035 + - -0.042424413883349936 + - -0.9985832919062815 + - 0.5786490183917395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928336418674503 + - -0.026930174683797534 + - -0.11643077457320078 + - 0.025759034389947144 + - - -0.02180638589118259 + - -0.9987462810842008 + - 0.04505937810095461 + - -0.030272824967978926 + - - -0.11749826003213912 + - -0.0421975320603007 + - -0.9921761573316712 + - 0.57609777302129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860321007805831 + - -0.008568721392686825 + - -0.1663348227038601 + - 0.0643811791304967 + - - -0.02773906399461731 + - -0.9931765310002212 + - -0.11327366242454417 + - -0.03260900287321474 + - - -0.1642292317431114 + - 0.11630543961509959 + - -0.9795416296191838 + - 0.5738531248824837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202171741.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202171741.yaml new file mode 100644 index 0000000..fc99cd2 --- /dev/null +++ b/stretch_camera_testrig/data/testrig_collected_data_202202171741.yaml @@ -0,0 +1,47744 @@ +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999810435091179 + - -0.019414986741872746 + - -0.0014670284934166662 + - -0.034699544808061006 + - - -0.019412884729852614 + - -0.9998105241916299 + - 0.0014337440928561891 + - 0.037562227991528 + - - -0.0014945866495610154 + - -0.001404993050249847 + - -0.9999978961004247 + - 0.5788121529232211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958077901033732 + - -0.03860310169868705 + - -0.08292554316178515 + - 0.04853274367635885 + - - -0.03716716448374191 + - -0.999132373079372 + - 0.018791033740108296 + - 0.03523389709080192 + - - -0.08357898691462311 + - -0.01563015047989746 + - -0.9963785682873262 + - 0.5747180625728244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993045198510859 + - -0.02897193271131013 + - 0.023475598398378178 + - -0.04280401245645618 + - - -0.030019999711583357 + - -0.9985087933827832 + - 0.04559593353113593 + - -0.023450188303002995 + - - 0.022119589112529946 + - -0.046268959921642386 + - -0.9986840877501069 + - 0.5787793803760038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.994265659722453 + - -0.02614442015720613 + - -0.10369313955763419 + - 0.025783854456374024 + - - -0.022838206906912385 + - -0.9991962017782196 + - 0.03294490335781973 + - -0.03029169164523263 + - - -0.10447111659187235 + - -0.030387820695510492 + - -0.9940635624302021 + - 0.5762292616472235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846968125542971 + - -0.015578798121429524 + - -0.17357847906494409 + - 0.06438084596200014 + - - -0.024460636851852305 + - -0.9984919466020321 + - -0.04914783632761889 + - -0.03258485259770309 + - - -0.17255104922952305 + - 0.05264155791745105 + - -0.983592904503593 + - 0.57374889940322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99979132184796 + - -0.019421131757164256 + - 0.006335013715806506 + - -0.03465344431003624 + - - -0.019350667532068037 + - -0.9997522359745902 + - -0.01100083314444612 + - 0.03756075344671875 + - - 0.006547092757244115 + - 0.010875950766688975 + - -0.9999194213892186 + - 0.5790693538540166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967563527687876 + - -0.037779834214832234 + - -0.0710595337851582 + - 0.04856383246644698 + - - -0.03678754625849413 + - -0.9992071708737394 + - 0.015221895899599124 + - 0.03526621743628195 + - - -0.07157827642059705 + - -0.012558415552882052 + - -0.9973559226993436 + - 0.5749174016375873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993078554084214 + - -0.029040588830602933 + - 0.023247673418930703 + - -0.04277370850740583 + - - -0.02971884131503231 + - -0.999126375059831 + - 0.029381578083791788 + - -0.023447456022236746 + - - 0.022374105343305365 + - -0.030052135700709946 + - -0.9992978877941817 + - 0.5788319050408408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990376414825237 + - -0.030960900777467264 + - -0.13489247414499395 + - 0.025763037684642668 + - - -0.020922763260906266 + - -0.9969483332365116 + - 0.07520810351598071 + - -0.03025051647433183 + - - -0.13680933789562066 + - -0.07166200862374865 + - -0.9880019036340834 + - 0.5758742537383402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871906586155548 + - -0.012642245415827957 + - -0.1590433185425692 + - 0.064429007003639 + - - -0.025877934349665864 + - -0.9963432929559626 + - -0.08142711523481577 + - -0.03261706635871034 + - - -0.157432322145046 + - 0.08449980007382005 + - -0.9839079467772904 + - 0.5740310578946448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997555590129579 + - -0.01846114665453758 + - 0.012165865644811412 + - -0.03467505544682832 + - - -0.018417698649089306 + - -0.9998236305020277 + - -0.003673726475575297 + - 0.037542365977889854 + - - 0.012231541160429482 + - 0.0034487612189980396 + - -0.9999192444627197 + - 0.5787501961153649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966453942821907 + - -0.03856621839984617 + - -0.0721845194929785 + - 0.04856103112497627 + - - -0.03696736871823844 + - -0.99904348830837 + - 0.023356414936652733 + - 0.03526128480420412 + - - -0.07301624275561316 + - -0.0206095916257129 + - -0.9971177829258057 + - 0.5748723355953693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995719677201411 + - -0.028112636118412127 + - 0.008096977124763725 + - -0.042776500364777086 + - - -0.028530882163961626 + - -0.9979516439252974 + - 0.05725823215698715 + - -0.023449967448185352 + - - 0.006470711787070541 + - -0.05746473768556723 + - -0.998326566716372 + - 0.5787171803946352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899930223967908 + - -0.03127203506611788 + - -0.13760768666208592 + - 0.025757613882131176 + - - -0.020499138787408472 + - -0.9966623028004223 + - 0.0790192349085594 + - -0.03025249591517773 + - - -0.13961948615663175 + - -0.0754076521275064 + - -0.9873297752453206 + - 0.5757214114495335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836953706121883 + - -0.012420298977120232 + - -0.17941336073288597 + - 0.0643743537855052 + - - -0.025319552336107862 + - -0.9972405477631537 + - -0.06978689107952146 + - -0.032603203186681126 + - - -0.17805150408140005 + - 0.07319170766121558 + - -0.9812953866313584 + - 0.5737140770154127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997555590129579 + - -0.01846114665453758 + - 0.012165865644811412 + - -0.03467505544682832 + - - -0.018417698649089306 + - -0.9998236305020277 + - -0.003673726475575297 + - 0.037542365977889854 + - - 0.012231541160429482 + - 0.0034487612189980396 + - -0.9999192444627197 + - 0.5787501961153649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966453942821907 + - -0.03856621839984617 + - -0.0721845194929785 + - 0.04856103112497627 + - - -0.03696736871823844 + - -0.99904348830837 + - 0.023356414936652733 + - 0.03526128480420412 + - - -0.07301624275561316 + - -0.0206095916257129 + - -0.9971177829258057 + - 0.5748723355953693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995719677201411 + - -0.028112636118412127 + - 0.008096977124763725 + - -0.042776500364777086 + - - -0.028530882163961626 + - -0.9979516439252974 + - 0.05725823215698715 + - -0.023449967448185352 + - - 0.006470711787070541 + - -0.05746473768556723 + - -0.998326566716372 + - 0.5787171803946352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899930223967908 + - -0.03127203506611788 + - -0.13760768666208592 + - 0.025757613882131176 + - - -0.020499138787408472 + - -0.9966623028004223 + - 0.0790192349085594 + - -0.03025249591517773 + - - -0.13961948615663175 + - -0.0754076521275064 + - -0.9873297752453206 + - 0.5757214114495335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836953706121883 + - -0.012420298977120232 + - -0.17941336073288597 + - 0.0643743537855052 + - - -0.025319552336107862 + - -0.9972405477631537 + - -0.06978689107952146 + - -0.032603203186681126 + - - -0.17805150408140005 + - 0.07319170766121558 + - -0.9812953866313584 + - 0.5737140770154127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997555590129579 + - -0.01846114665453758 + - 0.012165865644811412 + - -0.03467505544682832 + - - -0.018417698649089306 + - -0.9998236305020277 + - -0.003673726475575297 + - 0.037542365977889854 + - - 0.012231541160429482 + - 0.0034487612189980396 + - -0.9999192444627197 + - 0.5787501961153649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966453942821907 + - -0.03856621839984617 + - -0.0721845194929785 + - 0.04856103112497627 + - - -0.03696736871823844 + - -0.99904348830837 + - 0.023356414936652733 + - 0.03526128480420412 + - - -0.07301624275561316 + - -0.0206095916257129 + - -0.9971177829258057 + - 0.5748723355953693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995719677201411 + - -0.028112636118412127 + - 0.008096977124763725 + - -0.042776500364777086 + - - -0.028530882163961626 + - -0.9979516439252974 + - 0.05725823215698715 + - -0.023449967448185352 + - - 0.006470711787070541 + - -0.05746473768556723 + - -0.998326566716372 + - 0.5787171803946352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899930223967908 + - -0.03127203506611788 + - -0.13760768666208592 + - 0.025757613882131176 + - - -0.020499138787408472 + - -0.9966623028004223 + - 0.0790192349085594 + - -0.03025249591517773 + - - -0.13961948615663175 + - -0.0754076521275064 + - -0.9873297752453206 + - 0.5757214114495335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836953706121883 + - -0.012420298977120232 + - -0.17941336073288597 + - 0.0643743537855052 + - - -0.025319552336107862 + - -0.9972405477631537 + - -0.06978689107952146 + - -0.032603203186681126 + - - -0.17805150408140005 + - 0.07319170766121558 + - -0.9812953866313584 + - 0.5737140770154127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998066950404094 + - -0.01910450041332857 + - 0.004646570383732801 + - -0.03468373355142507 + - - -0.019078817156069607 + - -0.9998027983958079 + - -0.005510268218293639 + - 0.037554951136830945 + - - 0.004750924994053077 + - 0.005420551989364322 + - -0.9999740228265094 + - 0.5789428694815968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973233024334714 + - -0.036541693285822505 + - -0.0633319435593078 + - 0.048549643151103765 + - - -0.03581702660965448 + - -0.999279678401696 + - 0.012540531816747882 + - 0.03523357775891339 + - - -0.06374457645978815 + - -0.010238602698046155 + - -0.9979137237190169 + - 0.5748578547088672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9882212116604013 + - -0.0282931228535222 + - -0.15039393612657376 + - 0.025772439996318244 + - - -0.02179234676537546 + - -0.9987627810987081 + - 0.04469900126884479 + - -0.03027945429005601 + - - -0.1514725402404874 + - -0.040895064386427586 + - -0.9876151392429767 + - 0.5759907538997545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891580212960808 + - -0.015826792440192423 + - -0.14599973132398944 + - 0.06442422225343775 + - - -0.025322790513405538 + - -0.9976660033350556 + - -0.0634137372346923 + - -0.03259879283162872 + - - -0.14465533238092612 + - 0.06642332745738873 + - -0.987250108322735 + - 0.5738669956079244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998180534263306 + - -0.01907375289887351 + - 0.00022802003394353402 + - -0.03469775384939227 + - - -0.019069986977131297 + - -0.9997549935178376 + - -0.011237817085237817 + - 0.03754650680838162 + - - 0.0004423115137637199 + - 0.011231424063845807 + - -0.9999368277416447 + - 0.578872516592686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955794446256567 + - -0.03765186398572007 + - -0.08604595619359275 + - 0.04851774457489976 + - - -0.036830954428013485 + - -0.9992597657310692 + - 0.011108617691267433 + - 0.03524144187497728 + - - -0.08640052219049628 + - -0.00789035674034972 + - -0.9962292366898896 + - 0.5747701773053489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993801137051799 + - -0.02956110595842797 + - 0.019118821750731173 + - -0.04279412070502031 + - - -0.030347732528341543 + - -0.9986458982997113 + - 0.04225381568036223 + - -0.023424237868975108 + - - 0.017843863399215926 + - -0.042807836007866355 + - -0.9989239639308454 + - 0.5789367828094041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903208155289845 + - -0.025744266399112693 + - -0.13638883780419322 + - 0.02577055016208602 + - - -0.022346698780155393 + - -0.9994020781169058 + - 0.02638392141511285 + - -0.030286150623422707 + - - -0.13698652263502423 + - -0.02308070629728142 + - -0.9903039804086331 + - 0.5761305499568663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874671060673685 + - -0.01881765715846466 + - -0.15669910725336944 + - 0.06437199840852019 + - - -0.024071858719032196 + - -0.9992075010809502 + - -0.031700400650055006 + - -0.03258111309958043 + - - -0.15597839610903635 + - 0.03507514166228753 + - -0.9871375154377546 + - 0.5735722311732824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997140218361225 + - -0.01900870695038016 + - 0.014510120754822744 + - -0.03466160235756119 + - - -0.018902565862429294 + - -0.9997938162564569 + - -0.007417410543193989 + - 0.03753817324722315 + - - 0.014648124387152489 + - 0.007141010812506281 + - -0.9998672103917169 + - 0.578891027526594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975840672148156 + - -0.03748161249020756 + - -0.05849066219731247 + - 0.048566961314905725 + - - -0.03587278099867417 + - -0.9989550743694486 + - 0.02831789142839492 + - 0.03527827717797293 + - - -0.059490944038293456 + - -0.026151254590614154 + - -0.9978862357306916 + - 0.5751978338519447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995061897459625 + - -0.027392101323560396 + - 0.015396410120151575 + - -0.04274852642052332 + - - -0.028161354420601123 + - -0.9982399564419492 + - 0.052191258654802855 + - -0.023447078101144925 + - - 0.013939683522425986 + - -0.052599069838306506 + - -0.998518413989166 + - 0.5786804396929661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901344696995005 + - -0.029134277605510565 + - -0.1370581109649989 + - 0.025764096312667503 + - - -0.02156071327621556 + - -0.9981741858730812 + - 0.056421895569296165 + - -0.03029114149139792 + - - -0.13845167949833517 + - -0.05291019301624958 + - -0.988954824003136 + - 0.5760638200168494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985411410342873 + - -0.009593637897336664 + - -0.16991855248313703 + - 0.06440512635083735 + - - -0.025584806551678663 + - -0.9954142559490367 + - -0.09217308027369003 + - -0.03261558528982004 + - - -0.16825507433591114 + - 0.09517573832296608 + - -0.981138017199872 + - 0.5738586944058237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998155271711509 + - -0.018360108882805908 + - 0.00564074722755592 + - -0.03469063031544032 + - - -0.018369063847976503 + - -0.9998300887272238 + - 0.0015398600783603582 + - 0.03755270842544203 + - - 0.005611516802312094 + - -0.0016431912619889423 + - -0.9999829052547118 + - 0.5787692031020768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976609995259694 + - -0.036489593155087235 + - -0.057801726758115776 + - 0.048561414290358824 + - - -0.03597082516738921 + - -0.9993029020590461 + - 0.009990479124918 + - 0.035226284162776664 + - - -0.05812598181210177 + - -0.00788793558191964 + - -0.9982780928732407 + - 0.574784609511295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993519919687012 + - -0.02903663255045506 + - 0.02127134500493572 + - -0.0427580220149068 + - - -0.02998803588847262 + - -0.9984974535556445 + - 0.04586450639051369 + - -0.023463302447538446 + - - 0.019907633001962546 + - -0.046472671679425176 + - -0.9987211707655124 + - 0.5788475277606784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891784237427947 + - -0.02822052148370536 + - -0.14397794334170708 + - 0.025765522446434357 + - - -0.02157988935760253 + - -0.9986391572134332 + - 0.04747780592399789 + - -0.030266682254030747 + - - -0.1451218604381632 + - -0.04385699313941735 + - -0.988441303151449 + - 0.5760025776958835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883331804556459 + - -0.016463336055023578 + - -0.15141493643748333 + - 0.06440737197424737 + - - -0.025574617483970913 + - -0.9979641544590006 + - -0.05842504048334821 + - -0.03259701362376271 + - - -0.15014480793879065 + - 0.06161578515990581 + - -0.9867421302793107 + - 0.5738042148720794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997676096453344 + - -0.018097610642150583 + - 0.011713376673680881 + - -0.03467424831132308 + - - -0.018014299268420693 + - -0.9998119532385608 + - -0.007179358130250997 + - 0.0375437792308983 + - - 0.011841103239233713 + - 0.00696668144382541 + - -0.9999056223582997 + - 0.5787165322636658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972044236358321 + - -0.03766370007582234 + - -0.06453513134507854 + - 0.048537101479667666 + - - -0.0358872480216495 + - -0.9989502641699476 + - 0.028468845150887868 + - 0.03524528337375278 + - - -0.06553962855067652 + - -0.026073270055578326 + - -0.9975092689684888 + - 0.5747685249865093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994578796285685 + - -0.027818379434226565 + - 0.01760921957439418 + - -0.04275568965751854 + - - -0.029038266568438224 + - -0.9968871705548984 + - 0.07329903312970232 + - -0.02344122753758882 + - - 0.015515344761433743 + - -0.0737706374426999 + - -0.9971545352292349 + - 0.5784859046563328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916084441719618 + - -0.02874318584281 + - -0.1260417498865629 + - 0.025771667369166293 + - - -0.02172792430863736 + - -0.9981556960980295 + - 0.05668424518590941 + - -0.03025485186643477 + - - -0.1274385763891739 + - -0.0534699505765982 + - -0.9904041466155302 + - 0.575857130332716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863509607783989 + - -0.014698428297617477 + - -0.1639992023672958 + - 0.06438360887656065 + - - -0.02650742688383105 + - -0.9971910866146317 + - -0.0700520741757735 + - -0.032598065140862637 + - - -0.1625088874232046 + - 0.07344312753355156 + - -0.9839700038754039 + - 0.5737849919911621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998101328131643 + - -0.01846710871397267 + - 0.006218055955776001 + - -0.0346837482196357 + - - -0.01841317257877672 + - -0.9997932830556086 + - -0.008622426136144896 + - 0.03753889114666056 + - - 0.00637600185908315 + - 0.008506294882932534 + - -0.9999434931773189 + - 0.5788924144473722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980918837649356 + - -0.035903781703324394 + - -0.05023455008221288 + - 0.048551267821564104 + - - -0.0355395543747843 + - -0.9993352383992447 + - 0.008125353430323829 + - 0.03521461293956318 + - - -0.05049288699811168 + - -0.006324535787388162 + - -0.9987043950086888 + - 0.5746516068069855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99936120143097 + - -0.02745100728754177 + - 0.022882990917874185 + - -0.042734758417044716 + - - -0.028560575885638758 + - -0.9983576560822484 + - 0.04966169597426926 + - -0.023421207010983096 + - - 0.02148214559881889 + - -0.050283523552545624 + - -0.9985039232169359 + - 0.5786138734577644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9942412130112971 + - -0.030036094046939552 + - -0.10287003161381862 + - 0.02577666596506209 + - - -0.02285945045343588 + - -0.9972677320743275 + - 0.07024611084105264 + - -0.030277728994573854 + - - -0.10469888191758091 + - -0.06749002606111473 + - -0.9922112882382853 + - 0.5760141422877416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890795233007892 + - -0.015592859583762636 + - -0.14655565262754133 + - 0.06439044530169487 + - - -0.024768468560884598 + - -0.9978308022174796 + - -0.0609935497505342 + - -0.03259906465920319 + - - -0.1452866805740704 + - 0.06395743018620652 + - -0.9873202254444835 + - 0.5737263015844007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99981413300671 + - -0.01927638283927899 + - -0.0003471378320409595 + - -0.034701653899545756 + - - -0.01927893801190497 + - -0.9997609697453744 + - -0.010311446209071885 + - 0.037510754558446505 + - - -0.00014828747084387478 + - 0.010316222100314036 + - -0.9999467753697714 + - 0.5786974484439233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961891380347514 + - -0.036889990003194796 + - -0.07903372633972909 + - 0.0485302453173717 + - - -0.03673768786894372 + - -0.9993192247964762 + - 0.0033807162279185328 + - 0.03525003250415448 + - - -0.07910463672644648 + - -0.0004643164156417762 + - -0.9968662101097834 + - 0.5747761001351759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993366932563594 + - -0.028429823788671447 + - 0.022757825704358695 + - -0.04275942400869673 + - - -0.029719553628637596 + - -0.9978450597490663 + - 0.058497733857785165 + - -0.023425578800380313 + - - 0.021045703684111215 + - -0.059135284337921486 + - -0.9980281040645665 + - 0.5787768960444907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921419696549852 + - -0.028701782139744416 + - -0.12178062141050562 + - 0.025762306188675733 + - - -0.02150942849676173 + - -0.9979684659069185 + - 0.059969038187508004 + - -0.03026801022509715 + - - -0.12325443819542138 + - -0.05687836809714874 + - -0.9907437583491185 + - 0.5759422856093506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854016414580758 + - -0.014113024601657757 + - -0.16965974050529103 + - 0.06438473303403187 + - - -0.026260266710664105 + - -0.9972314854156025 + - -0.06956840438070275 + - -0.03260562473229045 + - - -0.168208214436794 + - 0.07300812990609468 + - -0.9830441544323436 + - 0.5737067019124497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998019382565089 + - -0.018732022489283014 + - 0.006722766691549831 + - -0.03470908559061353 + - - -0.01863550624301882 + - -0.9997263085529711 + - -0.014143051089391595 + - 0.037552021919960925 + - - 0.006985854678879541 + - 0.01401496773138381 + - -0.9998773817393285 + - 0.5790351630734388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976417953071018 + - -0.03661821507117923 + - -0.05805130990273637 + - 0.04858051131396196 + - - -0.03650632981181239 + - -0.9993289575530448 + - 0.0029870519940994288 + - 0.035252652985216 + - - -0.05812173552203902 + - -0.000860767648751988 + - -0.9983091319521026 + - 0.575136009602838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995519267119068 + - -0.0281575745893898 + - 0.010153659426906766 + - -0.042731845121500925 + - - -0.02861168927906437 + - -0.998448816931197 + - 0.04776328302462628 + - -0.0234706244965364 + - - 0.008793011037917312 + - -0.04803239492191941 + - -0.9988070744618057 + - 0.5788109222007407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9946666270062579 + - -0.025235729438948036 + - -0.10000729513229553 + - 0.02578121210323986 + - - -0.023361792626498797 + - -0.999529689557736 + - 0.019865204199628055 + - -0.03028422355284967 + - - -0.10046157357552349 + - -0.01742290596601684 + - -0.9947883767829365 + - 0.5762365428677364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910559165434942 + - -0.019006588466795468 + - -0.13208678919176023 + - 0.06441530386091233 + - - -0.025023270430821754 + - -0.9987162769327317 + - -0.044041277531077234 + - -0.03259453421696034 + - - -0.13108015189600822 + - 0.046952612115592506 + - -0.9902592822056465 + - 0.5738472500674876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996727699264415 + - -0.01950618336628566 + - 0.016548772706060186 + - -0.034654105540567345 + - - -0.019548132504787225 + - -0.9998060916255649 + - 0.0023769021830649852 + - 0.037582449098169254 + - - 0.016499199470619265 + - -0.0026996219908384505 + - -0.9998602344617648 + - 0.5787344166716202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963982846900834 + - -0.03777680776651701 + - -0.07591686941405856 + - 0.04854156580678299 + - - -0.03731176525524764 + - -0.9992752636624719 + - 0.00753522433867751 + - 0.03524956313589182 + - - -0.07614650642148263 + - -0.0046754921953225965 + - -0.9970856780299947 + - 0.5749504584715649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999514429837826 + - -0.027716924877191077 + - 0.014236453958677198 + - -0.042768881781111046 + - - -0.028520123534188913 + - -0.9978080678256507 + - 0.05971316718811956 + - -0.02342963329980905 + - - 0.012550183248064268 + - -0.06009019768143438 + - -0.9981140521218235 + - 0.5788035290638046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992777214865412 + - -0.027128928652200634 + - -0.11686497710716981 + - 0.025764148452501582 + - - -0.021966533162708596 + - -0.9987347003879135 + - 0.045237922828924165 + - -0.03030620182430092 + - - -0.11794436427776928 + - -0.04234406063721195 + - -0.9921169827514619 + - 0.5761345355974559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876382904496682 + - -0.015083839981794255 + - -0.15602270670982665 + - 0.064392010714311 + - - -0.026304354136193493 + - -0.9971928717834568 + - -0.07010319120938811 + - -0.0325995683358321 + - - -0.15452730564898454 + - 0.073340672451689 + - -0.9852626338054232 + - 0.5737113502742125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998267579119614 + - -0.018492023933777135 + - -0.0021211350943862485 + - -0.034706678311218056 + - - -0.018507549116597105 + - -0.9998002187855881 + - -0.007549380238599782 + - 0.03753584069805835 + - - -0.0019811080113837885 + - 0.0075873293801461406 + - -0.999969253349284 + - 0.5787937941065668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971727907452742 + - -0.036675045002245506 + - -0.06558480366186131 + - 0.0485273001697508 + - - -0.036120798431927774 + - -0.9993011551914155 + - 0.009617128144197488 + - 0.035210599577367 + - - -0.06589167866978102 + - -0.007220963037236678 + - -0.9978006536252081 + - 0.5747125253249032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995089869404777 + - -0.028855596266732526 + - 0.012212272078165545 + - -0.042796503754460466 + - - -0.029487475607042474 + - -0.9980406062545703 + - 0.05518547860927434 + - -0.023470913790608505 + - - 0.010595933538102472 + - -0.05551849089359268 + - -0.9984014339740077 + - 0.578803052092193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918894814135478 + - -0.0279501775923278 + - -0.12399211359485855 + - 0.025780308678134016 + - - -0.021505373176026594 + - -0.9983621216366525 + - 0.05301502622579966 + - -0.03026985298874869 + - - -0.1252708089928488 + - -0.04991855019649235 + - -0.9908659660925679 + - 0.576153444362574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892368474377486 + - -0.010006633674042004 + - -0.14598057046722981 + - 0.06441726230210006 + - - -0.025529080545188994 + - -0.9941602872266495 + - -0.10485031877845433 + - -0.032627304651815785 + - - -0.1440788871345888 + - 0.1074485485427317 + - -0.9837154485409483 + - 0.5739349801646336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997780397673525 + - -0.01875331126663728 + - 0.009601276763370926 + - -0.03470321142123095 + - - -0.018840220573518345 + - -0.9997816125263225 + - 0.009042861439144576 + - 0.037549440151873024 + - - 0.009429596369485144 + - -0.009221744455525047 + - -0.9999130172877566 + - 0.5787992765355622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973446905699912 + - -0.03716834201527352 + - -0.06262653226615748 + - 0.04855998454787489 + - - -0.036904316077930856 + - -0.9993043874205776 + - 0.005367749696592309 + - 0.03523962480359603 + - - -0.06278247881908285 + - -0.0030423073185900087 + - -0.9980225972990349 + - 0.5749106762901788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999152845290566 + - -0.02995559616766988 + - 0.02821797310236272 + - -0.04277251734743204 + - - -0.03129644523840451 + - -0.9983405290764227 + - 0.048339637140233045 + - -0.023440821357053377 + - - 0.026723103547412527 + - -0.049181808238914236 + - -0.9984322838706421 + - 0.5787891258277361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893126732743202 + - -0.026149320957244464 + - -0.14344562562969046 + - 0.025765657792318486 + - - -0.02080802758950617 + - -0.9990376635743948 + - 0.03861052638398441 + - -0.030278385175219732 + - - -0.14431722172579628 + - -0.03521306253777171 + - -0.9889047374444406 + - 0.5760773571260654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863427512461638 + - -0.016188568674217602 + - -0.16390822831215154 + - 0.06439701355831379 + - - -0.025842802229963265 + - -0.9980430651864539 + - -0.05694022836389248 + - -0.03260810588758525 + - - -0.1626656897967462 + - 0.060398429429161155 + - -0.9848309007567954 + - 0.5738395432001163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998220275621695 + - -0.01800144598690556 + - 0.005644567640904294 + - -0.03470962847285554 + - - -0.017962878247170102 + - -0.9998154586600029 + - -0.006810552809157654 + - 0.037543655989331876 + - - 0.005766125783363153 + - 0.006707948037179755 + - -0.9999608768479804 + - 0.5789690929764447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971513684646645 + - -0.03676778147110872 + - -0.06585801860623991 + - 0.04854779772943863 + - - -0.036245883414614405 + - -0.9993014472805576 + - 0.00910238421937545 + - 0.035227360719241124 + - - -0.06614668778208949 + - -0.006689372816322119 + - -0.9977874863851436 + - 0.5748707222023071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994553642411006 + - -0.027199480742235955 + - 0.0186859074449625 + - -0.042748286498373436 + - - -0.028236038834077753 + - -0.9979373506305492 + - 0.057652149373985453 + - -0.023430115406844716 + - - 0.01707925644310731 + - -0.05814836596012492 + - -0.9981618438587591 + - 0.578660981479044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927526711374453 + - -0.026007354857271896 + - -0.11732753914915038 + - 0.02577564789401559 + - - -0.02224050046802937 + - -0.9991978650664494 + - 0.033301450202368535 + - -0.030296908709775805 + - - -0.1180995092640061 + - -0.03045068045179257 + - -0.9925347661274256 + - 0.5761379238983824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873367857281407 + - -0.015175306008391823 + - -0.15791067612918153 + - 0.06442563187444322 + - - -0.025327517608179945 + - -0.9977248940076023 + - -0.06247841810839032 + - -0.032624709987379194 + - - -0.15660328348994135 + - 0.0656867259426984 + - -0.9854748427205531 + - 0.5739647615603914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998220275621695 + - -0.01800144598690556 + - 0.005644567640904294 + - -0.03470962847285554 + - - -0.017962878247170102 + - -0.9998154586600029 + - -0.006810552809157654 + - 0.037543655989331876 + - - 0.005766125783363153 + - 0.006707948037179755 + - -0.9999608768479804 + - 0.5789690929764447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971513684646645 + - -0.03676778147110872 + - -0.06585801860623991 + - 0.04854779772943863 + - - -0.036245883414614405 + - -0.9993014472805576 + - 0.00910238421937545 + - 0.035227360719241124 + - - -0.06614668778208949 + - -0.006689372816322119 + - -0.9977874863851436 + - 0.5748707222023071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994553642411006 + - -0.027199480742235955 + - 0.0186859074449625 + - -0.042748286498373436 + - - -0.028236038834077753 + - -0.9979373506305492 + - 0.057652149373985453 + - -0.023430115406844716 + - - 0.01707925644310731 + - -0.05814836596012492 + - -0.9981618438587591 + - 0.578660981479044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927526711374453 + - -0.026007354857271896 + - -0.11732753914915038 + - 0.02577564789401559 + - - -0.02224050046802937 + - -0.9991978650664494 + - 0.033301450202368535 + - -0.030296908709775805 + - - -0.1180995092640061 + - -0.03045068045179257 + - -0.9925347661274256 + - 0.5761379238983824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873367857281407 + - -0.015175306008391823 + - -0.15791067612918153 + - 0.06442563187444322 + - - -0.025327517608179945 + - -0.9977248940076023 + - -0.06247841810839032 + - -0.032624709987379194 + - - -0.15660328348994135 + - 0.0656867259426984 + - -0.9854748427205531 + - 0.5739647615603914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997836278845345 + - -0.01978159231889032 + - -0.006433196667921399 + - -0.034651774985220034 + - - -0.01987923042223833 + - -0.9996824648489671 + - -0.015485014411125183 + - 0.037494163521612695 + - - -0.006124835659712807 + - 0.015609550884712218 + - -0.9998594042710798 + - 0.5784838735135486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966806370980956 + - -0.03523857159028088 + - -0.07338903668812378 + - 0.04852429489763966 + - - -0.035913965404545896 + - -0.9993236336319615 + - -0.007903312820239533 + - 0.035214716196069654 + - - -0.0730608973573088 + - 0.010512770181552113 + - -0.9972720726764863 + - 0.574765159613273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993509654170089 + - -0.028457872612342394 + - 0.022086136069310137 + - -0.04277526159270297 + - - -0.02977879096945462 + - -0.9976328958718285 + - 0.06198248690386781 + - -0.02343217039133589 + - - 0.02026996616893865 + - -0.06259995655565832 + - -0.9978328386612363 + - 0.5786293078886975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932087161958572 + - -0.027122345856868946 + - -0.11314072842172121 + - 0.02577116197922833 + - - -0.022450829444093306 + - -0.998850075584504 + - 0.04236138291065132 + - -0.03028637035861588 + - - -0.114159565214 + - -0.039533591539992585 + - -0.9926755204043765 + - 0.5761966477192895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859817137474559 + - -0.013962942541839093 + - -0.1662681460508993 + - 0.06437158313554711 + - - -0.02453971080179384 + - -0.9977912129690607 + - -0.06172923064071903 + - -0.032582990604686855 + - - -0.16503897342565543 + - 0.0649440648350876 + - -0.984146536697306 + - 0.573756676025967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999804732306231 + - -0.0190578283032426 + - -0.0052245993559139215 + - -0.03468818705893388 + - - -0.019070004678308394 + - -0.9998155266649055 + - -0.0022907556280482577 + - 0.03751708822153198 + - - -0.005179978729202173 + - 0.002389941451639346 + - -0.9999837278677204 + - 0.5785736955091084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983461411799514 + - -0.03682436811368867 + - -0.04414689461477757 + - 0.04859985760305148 + - - -0.03611871579224488 + - -0.9992083455526947 + - 0.016676946583979897 + - 0.03526630469922938 + - - -0.044726063549341874 + - -0.015054836129079164 + - -0.9988858449034634 + - 0.5750957484653144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994857159873723 + - -0.03180632063610181 + - 0.004081850659077023 + - -0.04280707788088536 + - - -0.03192500020961844 + - -0.9989332103008874 + - 0.033365187240276185 + - -0.023477575893679322 + - - 0.003016272339392807 + - -0.033478341141046856 + - -0.9994348917141217 + - 0.5788381425536497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905431099781814 + - -0.028618816118606383 + - -0.13418386877237423 + - 0.025776091368540192 + - - -0.020639479980144208 + - -0.9979557412568257 + - 0.06048429844752757 + - -0.030283575574529077 + - - -0.13564055124077598 + - -0.05714281981587673 + - -0.9891088610474529 + - 0.5759265146181809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886080100946126 + - -0.0116172906809088 + - -0.15006412274093228 + - 0.06439807025253753 + - - -0.02635667906029226 + - -0.9949733901190608 + - -0.09660889412417198 + - -0.03260858425357469 + - - -0.1481874753333866 + - 0.09946351849908583 + - -0.9839448565047223 + - 0.5739296258834352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997812476106868 + - -0.020605064503510608 + - 0.0035900198920100186 + - -0.034668666992163956 + - - -0.020530450428767798 + - -0.999594929682832 + - -0.019709823884698142 + - 0.03750682338818851 + - - 0.0039946878740107624 + - 0.01963180758819922 + - -0.9997992971589893 + - 0.5786137724852036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971010126603794 + - -0.036751113181228645 + - -0.06662526721587177 + - 0.04853481708363336 + - - -0.036126833067114714 + - -0.9992915115389639 + - 0.010551156273778953 + - 0.03525074890185746 + - - -0.06696583072124636 + - -0.008113608698563202 + - -0.9977222794293511 + - 0.5748340910772272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993810099896355 + - -0.028175655965013674 + - 0.021064882696976883 + - -0.04274346488434322 + - - -0.029137500134623073 + - -0.9984772776461349 + - 0.046841563917818727 + - -0.02342701329251408 + - - 0.019713014939401 + - -0.04742634748010273 + - -0.9986801983651696 + - 0.5785865879866661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922549339431029 + - -0.02733212727834382 + - -0.12117384570941388 + - 0.02576519969545102 + - - -0.021715375166940238 + - -0.9986383171452743 + - 0.04743368012935158 + - -0.0302687114474764 + - - -0.12230530874384586 + - -0.04443496762342716 + - -0.9914973248099954 + - 0.5760812673043102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899261897651441 + - -0.01296535388286828 + - -0.1409894975370718 + - 0.06438356778322155 + - - -0.025672199886044484 + - -0.9957288631347144 + - -0.08868466199665549 + - -0.032602970073741126 + - - -0.13923748406975384 + - 0.09141078010356353 + - -0.9860309286786008 + - 0.5736201602959965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999797322879031 + - -0.02010617356283682 + - -0.0010271068998094332 + - -0.034670571065790426 + - - -0.020122245251721977 + - -0.9996116212809669 + - -0.019279570691996407 + - 0.03750957303083583 + - - -0.0006390695987971128 + - 0.019296330861052736 + - -0.9998136042309836 + - 0.5785619238950174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983375621250905 + - -0.03592435843481533 + - -0.04507274698948392 + - 0.048518224308549074 + - - -0.03504549754347792 + - -0.9991827636894822 + - 0.020139956498892202 + - 0.035252887041964956 + - - -0.04575942692015715 + - -0.018526878228511654 + - -0.9987806714344464 + - 0.57476552559449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989090077408395 + - -0.025629175019173965 + - 0.03903766952634675 + - -0.042722325270491704 + - - -0.028594212115617933 + - -0.9965905760504996 + - 0.07739247224904885 + - -0.02340739652211279 + - - 0.03692106834449351 + - -0.0784242890638436 + - -0.9962361495133226 + - 0.5787755331155978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928973559942436 + - -0.03136134670134738 + - -0.11476631209862254 + - 0.025753501791505404 + - - -0.021555659236822115 + - -0.9960873218526783 + - 0.08570531371638401 + - -0.030249079252838033 + - - -0.11700510251483287 + - -0.08262271586819017 + - -0.9896884827096134 + - 0.5758107098687175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915089567052745 + - -0.013455005318948915 + - -0.12934044844937426 + - 0.06441852763169068 + - - -0.024532608978060595 + - -0.9961265786467707 + - -0.08443927054521871 + - -0.03261259766589987 + - - -0.1277033275602001 + - 0.08689535169009971 + - -0.9879985111247416 + - 0.5739225327546338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999771671503227 + - -0.01913362403071544 + - 0.009513637111783942 + - -0.03465458086481005 + - - -0.018959069700605707 + - -0.9996562064828372 + - -0.018111391896551497 + - 0.03750253660668351 + - - 0.009856902948241836 + - 0.01792688684055671 + - -0.9997907121955447 + - 0.5786047775139136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981818666801752 + - -0.035046287598217755 + - -0.049037931812669855 + - 0.048536866614122966 + - - -0.034995424708800064 + - -0.9993856746569745 + - 0.0018956634392075142 + - 0.035238300247314024 + - - -0.04907424253446767 + - -0.00017611361971995784 + - -0.9987951179814913 + - 0.5747863282313022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994040739686312 + - -0.027135931411538076 + - 0.02133396731344176 + - -0.04276967157377116 + - - -0.028399377066190744 + - -0.997712946808562 + - 0.061338007408363406 + - -0.02341314461813982 + - - 0.019620711433457748 + - -0.06190732587508869 + - -0.9978890272399238 + - 0.5787833476677238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9873394467894413 + - -0.03075728643582146 + - -0.1556110733354956 + - 0.02575639580613414 + - - -0.019488608754727545 + - -0.9971099371356013 + - 0.07343001698381456 + - -0.030271336580399235 + - - -0.1574198556165178 + - -0.06946770902040005 + - -0.9850853904414238 + - 0.5758605739292185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851152699507909 + - -0.013956564083028635 + - -0.17132752034853183 + - 0.06438954647013329 + - - -0.025813648602665065 + - -0.9974071806225222 + - -0.06717567705985149 + - -0.03257693303062445 + - - -0.16994575739217027 + - 0.0705983736471857 + - -0.9829213138307532 + - 0.5737237553673998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998354382395616 + - -0.01811824632163571 + - 0.0009086201254553368 + - -0.034689939801147034 + - - -0.018131993935938444 + - -0.9996633281421426 + - 0.01855966496687164 + - 0.03754383079638732 + - - 0.0005720456371127998 + - -0.01857308585033637 + - -0.9998273417174516 + - 0.5787085101427158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960500031192203 + - -0.037691991880505066 + - -0.0803971705614134 + - 0.04851885998761994 + - - -0.037253669166052036 + - -0.9992817039313926 + - 0.006945525296120034 + - 0.035275207009490564 + - - -0.08060121227293918 + - -0.003923000898883431 + - -0.9967387093135693 + - 0.5747715920019221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999539311454155 + - -0.027480527554726693 + - 0.012883534571987883 + - -0.04274055198539688 + - - -0.0282753330061774 + - -0.9974045692879366 + - 0.0662165440576318 + - -0.023445584613641164 + - - 0.011030430687125285 + - -0.06655032508455858 + - -0.9977220974950876 + - 0.5784963821672819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9897790962868898 + - -0.031191518493451746 + - -0.13915613435124025 + - 0.025747770280469717 + - - -0.0205823995977144 + - -0.9968157645136239 + - 0.07703698101508813 + - -0.030260400897023525 + - - -0.14111592886810392 + - -0.07338542628609376 + - -0.9872694028625114 + - 0.5757305636322405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848744244164309 + - -0.016265131537864762 + - -0.1725045321910697 + - 0.0643734894062316 + - - -0.026049925128771648 + - -0.9981678643464159 + - -0.054610584934613 + - -0.03258260215010718 + - - -0.17130023213991635 + - 0.05827829855247274 + - -0.9834937063279255 + - 0.5736187980635811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998205995655743 + - -0.018880036186673804 + - -0.0015208280393838192 + - -0.03468590954226547 + - - -0.018892651426090354 + - -0.9997831562111722 + - -0.00875832623954722 + - 0.037519526028801375 + - - -0.0013551407409322582 + - 0.008785487466042106 + - -0.9999604886212032 + - 0.5786543080580666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976813793706573 + - -0.03697614946722342 + - -0.05713693750666201 + - 0.04852390962970221 + - - -0.03573935894263305 + - -0.9991074039476056 + - 0.022518738851150716 + - 0.03522907845120629 + - - -0.05791859355537116 + - -0.020424488920270267 + - -0.9981123567880091 + - 0.5746214010280858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993966228468776 + - -0.027565869100490508 + - 0.021130856655386356 + - -0.042774839816974046 + - - -0.02870162345559341 + - -0.9980473920197378 + - 0.05547630209028636 + - -0.023423543953552294 + - - 0.019560343894451177 + - -0.05604931884808239 + - -0.9982363782208082 + - 0.5787740670555033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990082184178164 + - -0.026893363643962918 + - -0.13789131794609014 + - 0.025770415646801683 + - - -0.02212001065923549 + - -0.9991057516441703 + - 0.036033347887384604 + - -0.030282956165119404 + - - -0.13873706678977846 + - -0.03262581835680983 + - -0.9897916863032935 + - 0.5760606369025256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880306312839642 + - -0.017109037071543202 + - -0.15330607455380116 + - 0.06441044008139318 + - - -0.02550285300507152 + - -0.9982712552109168 + - -0.0529538054177654 + - -0.03260538274826068 + - - -0.1521350588563096 + - 0.05622972407993308 + - -0.9867589077361714 + - 0.5738288696359624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997808808299572 + - -0.020613078766521763 + - -0.003645724981417855 + - -0.034659963455289364 + - - -0.02062680984228462 + - -0.9997801377716362 + - -0.0037697258599275864 + - 0.037580004083676316 + - - -0.0035672177681205564 + - 0.003844099516654843 + - -0.9999862488336034 + - 0.5785914351822213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974096328121472 + - -0.03754038154249761 + - -0.061357510764219025 + - 0.04854097563921039 + - - -0.036307542366858535 + - -0.9991181824091446 + - 0.021086013059066565 + - 0.03524847725326893 + - - -0.06209498160734345 + - -0.018803652121118862 + - -0.9978930984459672 + - 0.5747971204279502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992665377133028 + - -0.028260471406084377 + - 0.025840517842609392 + - -0.042763325558549885 + - - -0.029231769119607724 + - -0.9988494536280688 + - 0.03801674185205896 + - -0.023477796440316938 + - - 0.024736416082494155 + - -0.03874422205715364 + - -0.9989429387990985 + - 0.5788752558719887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908012456812731 + - -0.030364037145490803 + - -0.1318746253252101 + - 0.02575163508359092 + - - -0.020526529387310782 + - -0.9969476371130279 + - 0.07532642594776323 + - -0.030265804986596555 + - - -0.13375931050864892 + - -0.07192658828958345 + - -0.9884002290313743 + - 0.5757829670047303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870366689266395 + - -0.015447341983845526 + - -0.1597497850384707 + - 0.06440398965106392 + - - -0.026125212380453507 + - -0.9975459207202375 + - -0.06495852009158737 + - -0.03260329241775597 + - - -0.15835430992644206 + - 0.06828993835146643 + - -0.9850179677791023 + - 0.5738978503425851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998058620707384 + - -0.019602800262680076 + - 0.001992082038733698 + - -0.03468027791608964 + - - -0.019583801024104668 + - -0.9997663765122101 + - -0.009146973985605098 + - 0.037554790712354985 + - - 0.0021709229456275936 + - 0.00910618567274627 + - -0.9999561812779884 + - 0.5788001346696732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979872362148365 + - -0.036797350968645885 + - -0.05164718108437582 + - 0.04858913205879995 + - - -0.03656654933103052 + - -0.9993165926415439 + - 0.0054069530528177995 + - 0.03526529469484743 + - - -0.05181084656993478 + - -0.0035075109385945143 + - -0.9986507565434084 + - 0.5751849570982493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994038514167662 + - -0.02776419426257199 + - 0.020520509016210713 + - -0.0427812268496173 + - - -0.02896976753717348 + - -0.9977174979789994 + - 0.06099628509480751 + - -0.02345010779568179 + - - 0.018780158204241795 + - -0.061554396621809816 + - -0.9979270323597554 + - 0.5787058453684346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924114439368451 + - -0.02540176168665943 + - -0.12030908713143984 + - 0.025779295083243857 + - - -0.023533269288699376 + - -0.9995797526404938 + - 0.016926409771576376 + - -0.030287430653707995 + - - -0.12068848818247654 + - -0.013966696616735065 + - -0.9925921721461664 + - 0.5762667406038187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890312484293087 + - -0.011630272801327148 + - -0.1472478400008973 + - 0.06440621709030933 + - - -0.0273735004686324 + - -0.9940587334804437 + - -0.105346693651723 + - -0.03261843635559805 + - - -0.1451477905531356 + - 0.1082218607575332 + - -0.983473511464198 + - 0.5739740567332199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998022965303897 + - -0.01988211125282984 + - -0.0002636374192723205 + - -0.034661296517763264 + - - -0.019883834625878213 + - -0.999733982297357 + - -0.011687504457286831 + - 0.037536567124651914 + - - -3.1195023163993444e-05 + - 0.011690435919950545 + - -0.999931664032534 + - 0.5785777753043485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957082203501401 + - -0.03697534920328041 + - -0.08484081257538936 + - 0.048524378522848494 + - - -0.036226858310729124 + - -0.999290041030912 + - 0.010345464386560916 + - 0.035243885689585724 + - - -0.0851631062379199 + - -0.007227547836902567 + - -0.9963408091050848 + - 0.5747869278175104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992684538282861 + - -0.026697533190911216 + - 0.027382456156210412 + - -0.042745778334181715 + - - -0.0283128424146416 + - -0.9977722503146009 + - 0.0604062865647449 + - -0.023457923015151937 + - - 0.025708756057620977 + - -0.061137371743137624 + - -0.9977982168947348 + - 0.5786983815992747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9881385077520756 + - -0.03170788599835716 + - -0.15025611289733432 + - 0.025750241155033306 + - - -0.018890834684046384 + - -0.9961183126361468 + - 0.0859735051969873 + - -0.03023835777870769 + - - -0.1523989037442242 + - -0.0821152677425554 + - -0.9849018514253732 + - 0.575732030586707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901486061615389 + - -0.012160920480874974 + - -0.13949139661434193 + - 0.06442134577363832 + - - -0.025652873913569543 + - -0.9951144878954268 + - -0.09533669828873421 + - -0.03261942178891811 + - - -0.13765052770090028 + - 0.09797585413600877 + - -0.9856231857205792 + - 0.5739781360376233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998111178046244 + - -0.019430050741014795 + - -0.0004492688161501664 + - -0.03470075535115898 + - - -0.0194332141883371 + - -0.9997736470323918 + - -0.008660536118582187 + - 0.03749745389071253 + - - -0.00028089246659193364 + - 0.008667631034639365 + - -0.999962395928802 + - 0.5787022361615525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980538425900141 + - -0.035742150381742714 + - -0.05109819935571372 + - 0.04855601264942413 + - - -0.035418654050750724 + - -0.9993464621070087 + - 0.007222715516918775 + - 0.035237394359052855 + - - -0.05132296013034139 + - -0.005398829529998986 + - -0.9986675154440368 + - 0.5748819331314807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996106815063174 + - -0.026750115970907904 + - 0.0079320056743984 + - -0.04272770864721795 + - - -0.027227473343991827 + - -0.997322208850472 + - 0.06787544790951362 + - -0.02343022727415437 + - - 0.006095089316648685 + - -0.06806499121543953 + - -0.9976622709399527 + - 0.5786727182884768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922568386995426 + - -0.029229798716212806 + - -0.12071447684929708 + - 0.025760288782275667 + - - -0.021672417261830404 + - -0.997749626224324 + - 0.06345068714562305 + - -0.030269053299065308 + - - -0.12229747496992287 + - -0.0603432037286081 + - -0.9906573703252551 + - 0.575755918692717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879703233571202 + - -0.012235026595747316 + - -0.15415882812809864 + - 0.06438608004047383 + - - -0.024696074429139465 + - -0.9965544712580944 + - -0.07917884643824644 + - -0.032599393854593255 + - - -0.15265891416297214 + - 0.08203346841199854 + - -0.9848684003392946 + - 0.5736712924923477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99979975744279 + - -0.020001373455487602 + - -0.0006245616320530783 + - -0.0346612772233995 + - - -0.019996167338015736 + - -0.9997722715931322 + - 0.00745374035630231 + - 0.03753163986432739 + - - -0.0007735044461342616 + - -0.0074397589613651475 + - -0.9999720254474469 + - 0.5787252810732099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966009333342213 + - -0.036690049836711015 + - -0.07375920227563958 + - 0.048512671237049595 + - - -0.036413824273772565 + - -0.9993238508743126 + - 0.005086695930906843 + - 0.0352158809488326 + - - -0.07389596118271867 + - -0.002383551282090361 + - -0.9972631075118381 + - 0.5747012193405183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993975048931825 + - -0.02913492095020868 + - 0.018862226658227232 + - -0.04276862476585001 + - - -0.030073252069517924 + - -0.9982181135864817 + - 0.051538308255211183 + - -0.02343178337072183 + - - 0.017327051775893172 + - -0.052074505173559014 + - -0.9984928738792703 + - 0.5787313887174066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9866026908836197 + - -0.03370843246114011 + - -0.15962102594023617 + - 0.025738185323652657 + - - -0.017533014032333292 + - -0.9946625579709195 + - 0.10168082016628656 + - -0.030245676380384154 + - - -0.16219655902682642 + - -0.09751993309964614 + - -0.9819277666346427 + - 0.5756451722451584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870492646443778 + - -0.014319763085294502 + - -0.1597770119578346 + - 0.06435252022703372 + - - -0.02573586685743931 + - -0.9972421581785026 + - -0.06961137197741771 + - -0.0325871345572149 + - - -0.15833955387738446 + - 0.07282185342782271 + - -0.9846956704186566 + - 0.573519611888108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99979975744279 + - -0.020001373455487602 + - -0.0006245616320530783 + - -0.0346612772233995 + - - -0.019996167338015736 + - -0.9997722715931322 + - 0.00745374035630231 + - 0.03753163986432739 + - - -0.0007735044461342616 + - -0.0074397589613651475 + - -0.9999720254474469 + - 0.5787252810732099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966009333342213 + - -0.036690049836711015 + - -0.07375920227563958 + - 0.048512671237049595 + - - -0.036413824273772565 + - -0.9993238508743126 + - 0.005086695930906843 + - 0.0352158809488326 + - - -0.07389596118271867 + - -0.002383551282090361 + - -0.9972631075118381 + - 0.5747012193405183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993975048931825 + - -0.02913492095020868 + - 0.018862226658227232 + - -0.04276862476585001 + - - -0.030073252069517924 + - -0.9982181135864817 + - 0.051538308255211183 + - -0.02343178337072183 + - - 0.017327051775893172 + - -0.052074505173559014 + - -0.9984928738792703 + - 0.5787313887174066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9866026908836197 + - -0.03370843246114011 + - -0.15962102594023617 + - 0.025738185323652657 + - - -0.017533014032333292 + - -0.9946625579709195 + - 0.10168082016628656 + - -0.030245676380384154 + - - -0.16219655902682642 + - -0.09751993309964614 + - -0.9819277666346427 + - 0.5756451722451584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870492646443778 + - -0.014319763085294502 + - -0.1597770119578346 + - 0.06435252022703372 + - - -0.02573586685743931 + - -0.9972421581785026 + - -0.06961137197741771 + - -0.0325871345572149 + - - -0.15833955387738446 + - 0.07282185342782271 + - -0.9846956704186566 + - 0.573519611888108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998263989967895 + - -0.018159907850131836 + - 0.004170085848938402 + - -0.03469967680000435 + - - -0.01811730042493962 + - -0.9997854835518867 + - -0.01003744510488304 + - 0.037496863697351904 + - - 0.004351470375089191 + - 0.009960151896220156 + - -0.9999409282951568 + - 0.5787661599294206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969728341542987 + - -0.03771557510382292 + - -0.06799046516191169 + - 0.048558055124663616 + - - -0.035987169443702345 + - -0.9990016394547218 + - 0.026469756368516 + - 0.035261428824399865 + - - -0.06892090824833559 + - -0.023942843635755336 + - -0.9973347726038927 + - 0.5750182487559329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994718176223429 + - -0.029228056752593094 + - 0.014205860662318378 + - -0.04276127657740737 + - - -0.029915159351419363 + - -0.9982587864576041 + - 0.050837766484872066 + - -0.023430971677500398 + - - 0.012695236101356845 + - -0.05123588545793263 + - -0.9986058857335421 + - 0.5787607640916639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921515920958419 + - -0.028737517089380743 + - -0.12169376899917081 + - 0.025781893692596876 + - - -0.02235072259559307 + - -0.9983162689268777 + - 0.053526371027486114 + - -0.030282796871343703 + - - -0.12302708442103649 + - -0.05038633056152045 + - -0.9911233799035334 + - 0.5760942125468436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889062477154064 + - -0.015426346440470053 + - -0.14773781189977736 + - 0.06438985845994273 + - - -0.024855010494027985 + - -0.9977549020806694 + - -0.06218829333031732 + - -0.032583876947645356 + - - -0.14644678788821952 + - 0.06517041667424282 + - -0.9870694783589098 + - 0.5737482836469193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996853474325809 + - -0.019098013807758964 + - 0.016262595032734185 + - -0.0346879221865595 + - - -0.01879482254103523 + - -0.9996504000569774 + - -0.018596567198696106 + - 0.03751449708676077 + - - 0.016612067127574962 + - 0.018285063153384896 + - -0.999694801272481 + - 0.5788866948332645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973981264568966 + - -0.03686601807247268 + - -0.06195057749329447 + - 0.048520746912537084 + - - -0.035482419077033464 + - -0.9990989291038022 + - 0.023287932498989243 + - 0.035224783827486505 + - - -0.06275328897129087 + - -0.021029183890865236 + - -0.997807495536173 + - 0.574756158264257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999394114792515 + - -0.03028697571315932 + - 0.01714941457414376 + - -0.04272990416037186 + - - -0.031053466956831508 + - -0.998442543526865 + - 0.046348349113704515 + - -0.02341797998707764 + - - 0.01571895378345298 + - -0.04685281611339234 + - -0.9987781175587493 + - 0.5788549222015091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9878138421587365 + - -0.028081162478580477 + - -0.15308579801355335 + - 0.02576943177236907 + - - -0.020175887647863846 + - -0.9983932798550968 + - 0.05295084794225519 + - -0.0302650159429451 + - - -0.15432675334243143 + - -0.0492169386901971 + - -0.986793264138315 + - 0.5760432393555153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890061878213321 + - -0.016980677625189265 + - -0.1468959394895084 + - 0.06439877583565976 + - - -0.024850166518139195 + - -0.9983428690344905 + - -0.051903613284650874 + - -0.03261013585913452 + - - -0.14577115515470362 + - 0.05498338326595799 + - -0.9877892477089897 + - 0.5739067490205988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998371387748479 + - -0.018018599507657797 + - -0.0010129157458050745 + - -0.03472803660306774 + - - -0.018023975127411617 + - -0.9998220101614522 + - -0.005575331139901114 + - 0.037524274853836595 + - - -0.0009122757981625647 + - 0.005592679902849595 + - -0.9999839447133002 + - 0.5788468276304428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972902286285062 + - -0.036036751932652974 + - -0.06413698147126973 + - 0.048544553606139844 + - - -0.035510662470379276 + - -0.9993257997867443 + - 0.009324094138239812 + - 0.03524380009503201 + - - -0.06442975037214066 + - -0.007021281273983668 + - -0.9978975442780964 + - 0.5747654653545733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993911447955547 + - -0.028817261379954974 + - 0.019669904697023736 + - -0.04279166828410937 + - - -0.02968603868955825 + - -0.9985274168871184 + - 0.04540635232719428 + - -0.023458511610083145 + - - 0.01833245240421182 + - -0.04596262798512077 + - -0.9987749286088179 + - 0.5788631468798003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917470960634996 + - -0.025881511266569308 + - -0.1255700793349038 + - 0.02577556488121679 + - - -0.022256792556462273 + - -0.999296536142724 + - 0.030183903628456864 + - -0.030274532005405894 + - - -0.12626295036436538 + - -0.027140011564327163 + - -0.9916254772531682 + - 0.5761408906548721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872558811370036 + - -0.013460761988923122 + - -0.1585705932607815 + - 0.06440271032084104 + - - -0.024529851040281065 + - -0.9973798726344286 + - -0.068056418298882 + - -0.03259135526450738 + - - -0.15723902686146418 + - 0.07107881224674721 + - -0.9849993354724923 + - 0.5736956395629702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997839627371286 + - -0.018402103246849787 + - 0.00966387343337681 + - -0.03468432859783152 + - - -0.01833342216905795 + - -0.9998063761374953 + - -0.007148137266456761 + - 0.03752770609374145 + - - 0.009793543036875876 + - 0.0069694211310046454 + - -0.9999277542322162 + - 0.5787524195627014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981760947387085 + - -0.03624279474089771 + - -0.048279847985986314 + - 0.04854886862907293 + - - -0.03557981395112045 + - -0.9992613263364303 + - 0.014521657190650458 + - 0.03525196310968631 + - - -0.048770490374656326 + - -0.012777383054767989 + - -0.9987282802398699 + - 0.5749260929628819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993545151406643 + - -0.02796290737512812 + - 0.022552802023203745 + - -0.04277956039213596 + - - -0.028789874680863723 + - -0.9988923921147845 + - 0.037217362763420504 + - -0.023459547041500245 + - - 0.02148711669414907 + - -0.03784263186320267 + - -0.9990526707986113 + - 0.5788549492422654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918911107351679 + - -0.02904749665056952 + - -0.1237265831698668 + - 0.025762399131510277 + - - -0.022410735626354157 + - -0.9982513720033089 + - 0.05469878629545941 + - -0.03028919507979924 + - - -0.12509909421430868 + - -0.05148243614909682 + - -0.9908076379373107 + - 0.5759918103478345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987398566108187 + - -0.010564818536166323 + - -0.15790014647489758 + - 0.0643964174496352 + - - -0.025505049748834732 + - -0.995349290695563 + - -0.09289392848377605 + - -0.03262242145185546 + - - -0.15618439129697215 + - 0.0957505828762275 + - -0.9830759186319522 + - 0.573875766140005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999831846895497 + - -0.017958713512956335 + - 0.0037097900882786254 + - -0.03465887639148825 + - - -0.017951646085320776 + - -0.9998369940998045 + - -0.0019296715509141403 + - 0.037527161559272416 + - - 0.0037438397891627197 + - 0.001862750231936574 + - -0.999991256874382 + - 0.5786988737372525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980011334567411 + - -0.037923123867555725 + - -0.05055268830820014 + - 0.04860985838773213 + - - -0.03656956396608255 + - -0.9989543972810554 + - 0.027436820956062858 + - 0.03526821698734586 + - - -0.05154032023950381 + - -0.025533288643856244 + - -0.9983444528621571 + - 0.5751170365970208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9934032316028092 + - -0.0297548508082838 + - -0.11074596288114695 + - 0.025764470649834198 + - - -0.023171748351268527 + - -0.9979135465091612 + - 0.060262955220053316 + - -0.030274271556226924 + - - -0.11230801182213622 + - -0.05729923687873548 + - -0.99202001387758 + - 0.5758945314068391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867951617219864 + - -0.010867340478580102 + - -0.1616081981614833 + - 0.06440796539171198 + - - -0.02615426046209332 + - -0.9953441392775306 + - -0.09276852411003056 + - -0.03262238625993619 + - - -0.1598476257620351 + - 0.09577027365939264 + - -0.9824850081408093 + - 0.5739568915348406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997926520660584 + - -0.02003572608284892 + - 0.0036362831367436036 + - -0.034696717545381506 + - - -0.019945848720279692 + - -0.9995303127328032 + - -0.02326622116056998 + - 0.037546601519102996 + - - 0.004100730855010516 + - 0.02318886820433212 + - -0.9997226917489955 + - 0.579070172350191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967165305138967 + - -0.03714456010808137 + - -0.07194747705595567 + - 0.04855499156476482 + - - -0.03595804077746147 + - -0.9991962313809154 + - 0.01771751951102836 + - 0.0352692834295666 + - - -0.07254775740011923 + - -0.015072254262530935 + - -0.9972510466515742 + - 0.5751092045488101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992768795875449 + - -0.02712705159177351 + - 0.02664284132213481 + - -0.042747634749091726 + - - -0.028190654950408095 + - -0.9987861679111354 + - 0.04039155558847209 + - -0.02344238674982228 + - - 0.025514797574079002 + - -0.04111342677674603 + - -0.9988286545966867 + - 0.5786965047629617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9951783175863431 + - -0.02943839959273648 + - -0.09356012417389115 + - 0.025774493731502864 + - - -0.023413629750635528 + - -0.9976201485481873 + - 0.0648524567968975 + - -0.030276126104167023 + - - -0.09524661751430186 + - -0.06234917673964648 + - -0.9934992008109382 + - 0.5761058149318048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853114977671644 + - -0.010699594089666706 + - -0.17043113287819078 + - 0.0643741507892474 + - - -0.026548455457206667 + - -0.9954981096771685 + - -0.09098732407330787 + - -0.03260856867777846 + - - -0.16869034317548787 + - 0.09417553990023528 + - -0.9811597911674914 + - 0.5738247448912274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997856210096541 + - -0.01834495763741333 + - 0.009600757867061676 + - -0.034724114008037064 + - - -0.018342366055299614 + - -0.99983170058613 + - -0.00035792532828544216 + - 0.0375533136677441 + - - 0.009605708190124696 + - 0.00018174798140900225 + - -0.9999538476038968 + - 0.5790603255376445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973814622769025 + - -0.037253139930327625 + - -0.061987275078996984 + - 0.048566595276120395 + - - -0.03634120467022087 + - -0.9992149248619655 + - 0.015775004792828028 + - 0.03527083871414856 + - - -0.06252627887140677 + - -0.01348100509710085 + - -0.9979522668705488 + - 0.5750757993228718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986172527668506 + - -0.02819498518685627 + - 0.044369192991317544 + - -0.04273224723426064 + - - -0.03002233012952211 + - -0.9987050257278445 + - 0.041072268984562156 + - -0.023454493711665105 + - - 0.043153704012307156 + - -0.04234754297783041 + - -0.9981705482700638 + - 0.5787759796808973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9894091107822295 + - -0.029847971812748408 + - -0.1420517866124302 + - 0.025740770772709455 + - - -0.02037487219323963 + - -0.9974989319916283 + - 0.067681203141423 + - -0.030263578440781168 + - - -0.14371665207701986 + - -0.06407011201977715 + - -0.9875426799189727 + - 0.5758230014695105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865386791778008 + - -0.01120859075259777 + - -0.16314350118671878 + - 0.06438914557662227 + - - -0.02591215269581856 + - -0.9957586161547055 + - -0.08827988840236815 + - -0.03260033837323402 + - - -0.16146205383553347 + - 0.09131892381651664 + - -0.9826448286762642 + - 0.5738387381579848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998067855822554 + - -0.018718440062666892 + - 0.006000958698265108 + - -0.03469149134741242 + - - -0.018763505963991522 + - -0.9997954918578623 + - 0.007543560474589298 + - 0.03755462124739352 + - - 0.005858527768747979 + - -0.007654701974269044 + - -0.9999535405157919 + - 0.5789483410056291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976997586529633 + - -0.03807177532318838 + - -0.05608682115755406 + - 0.04861590943620087 + - - -0.03646293077694089 + - -0.9989014259237543 + - 0.029434604917445803 + - 0.03528542735297789 + - - -0.057145833294955165 + - -0.027321808344814444 + - -0.9979919200703952 + - 0.5754248542846528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987067023310116 + - -0.028671677960459135 + - 0.041986397821770154 + - -0.04274672072353555 + - - -0.03118323770116442 + - -0.9976846882998176 + - 0.06043896440682056 + - -0.023453451150151704 + - - 0.04015629969990888 + - -0.06167007065852906 + - -0.9972884607671862 + - 0.5787002381401514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902916316541648 + - -0.028525784782325234 + - -0.13604691793011917 + - 0.02576036300855482 + - - -0.022134937729223595 + - -0.9985895553338938 + - 0.048259139132197905 + - -0.03029151045254111 + - - -0.13723166109704973 + - -0.044779231576813634 + - -0.9895262965742425 + - 0.5760206889316695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988895635110029 + - -0.013759827882841115 + - -0.14797327460378493 + - 0.0644048871139986 + - - -0.026057166512955074 + - -0.996333425231179 + - -0.0814906733339635 + - -0.032614801485679516 + - - -0.1463094218895307 + - 0.08444153541795178 + - -0.98562831745167 + - 0.5739542624860696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998192572246029 + - -0.018996623120884428 + - 0.000762360050396394 + - -0.03467963606052962 + - - -0.01899619266475241 + - -0.9998193947333244 + - -0.0005679606785719526 + - 0.037531074010696844 + - - 0.0007730116991145025 + - 0.0005533760853853508 + - -0.9999995481138084 + - 0.5787436412826925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980063954030591 + - -0.03719641627246226 + - -0.05098687430190858 + - 0.04857271680957835 + - - -0.0358258176162147 + - -0.998978589066209 + - 0.02753705466124846 + - 0.03525318066145697 + - - -0.05195907549911412 + - -0.025655510202928538 + - -0.998319612784155 + - 0.5748918576780662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984743760985797 + - -0.028220651009524842 + - 0.04746066930786555 + - -0.04276956140451729 + - - -0.030942347176174532 + - -0.9978586746805322 + - 0.057624964347415555 + - -0.023431927666417433 + - - 0.045732826566713 + - -0.05900559483142623 + - -0.9972095308172744 + - 0.578792895277346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926831856274319 + - -0.02865945477339082 + - -0.11729760707135305 + - 0.025767003899504027 + - - -0.022285313661909275 + - -0.9982212147390099 + - 0.05529711782692773 + - -0.030278579827932306 + - - -0.11867374506420485 + - -0.05227850511507358 + - -0.9915561003470095 + - 0.5760466519778347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898666281672011 + - -0.01154361199062209 + - -0.14153022102401328 + - 0.06442066653298303 + - - -0.025993497201702086 + - -0.9945793927782062 + - -0.10067854569947055 + - -0.032606573435075246 + - - -0.1396008472184936 + - 0.10333719796445634 + - -0.9848010088199209 + - 0.5739238749178349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997970833031987 + - -0.018490533177947622 + - 0.00799327224683538 + - -0.03469323115046369 + - - -0.018412076501075545 + - -0.9997826502905052 + - -0.009779959969866296 + - 0.037540551992879624 + - - 0.008172371585736428 + - 0.009630802712591705 + - -0.9999202268090069 + - 0.5790654505034137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966510291935675 + - -0.03837496680307482 + - -0.07220864165919104 + - 0.048571749289265255 + - - -0.037366239395583194 + - -0.9991849712740722 + - 0.015269490281738563 + - 0.03524941654064309 + - - -0.07273575572464015 + - -0.012520187813888702 + - -0.9972726581714105 + - 0.5749908673465012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991461079218186 + - -0.030520679423522216 + - 0.027848575407160268 + - -0.042780010818100345 + - - -0.03145199137693407 + - -0.9989389836933232 + - 0.033640438406426096 + - -0.023458628732462555 + - - 0.026792298578266264 + - -0.034487606256130204 + - -0.9990459337546076 + - 0.5788032410354516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9951618524360702 + - -0.029454112775535318 + - -0.09373015894905556 + - 0.025774611217159727 + - - -0.024363127510491415 + - -0.9981888713363596 + - 0.05500377403553493 + - -0.030291035107208136 + - - -0.09518048893505807 + - -0.052454097846123496 + - -0.9940770805854205 + - 0.5759682143518581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880280793669665 + - -0.015922130272148075 + - -0.15345031818155394 + - 0.06438897284220965 + - - -0.024347105067849185 + - -0.9982879960596809 + - -0.05318172052464253 + - -0.03258538340072323 + - - -0.15234084434989362 + - 0.056281104206854525 + - -0.9867242291805842 + - 0.5736851983117346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998113794214298 + - -0.017778319436904822 + - 0.007819011281286611 + - -0.03469739403101932 + - - -0.01769650440074182 + - -0.9997891981470033 + - -0.010411195923977658 + - 0.03752830319765729 + - - 0.008002456586076586 + - 0.010270862990630134 + - -0.9999152314381536 + - 0.5789102446382405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968717316200634 + - -0.03753219802059009 + - -0.06955634269108393 + - 0.0485496704930043 + - - -0.036256408923803066 + - -0.9991519625380706 + - 0.01951482944512806 + - 0.035264098439667727 + - - -0.07022979074983968 + - -0.01693191861738289 + - -0.9973871297661547 + - 0.5750344126580746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992963897495364 + - -0.02744537507161061 + - 0.025563192694212332 + - -0.04277731502720186 + - - -0.028859293772622713 + - -0.9979745886347287 + - 0.056690930511776316 + - -0.023427312574089004 + - - 0.023955512862142522 + - -0.05738877787968834 + - -0.9980644576263544 + - 0.5787328142999881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929876044695091 + - -0.031249979140677224 + - -0.11401340348227945 + - 0.025767746615315973 + - - -0.024121769768285596 + - -0.9976983183051504 + - 0.06337354238418792 + - -0.030273650324318824 + - - -0.11573140279609348 + - -0.060178936969523464 + - -0.9914558678791842 + - 0.5760090325008937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852161478691874 + - -0.016324248266976798 + - -0.170536391706631 + - 0.06441130960916228 + - - -0.024478693369493345 + - -0.9986495814234531 + - -0.04582365212076013 + - -0.032588470529790796 + - - -0.16955805952157424 + - 0.04932071006463945 + - -0.9842852899490058 + - 0.5738965294650956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997963458281 + - -0.01963286845774611 + - -0.0046709040772824366 + - -0.03467669965407904 + - - -0.01964796781665909 + - -0.9998018101505179 + - -0.003209015491284342 + - 0.03756798396728654 + - - -0.00460697617248716 + - 0.003300135734876997 + - -0.9999839423084141 + - 0.5790562052075461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977668916947962 + - -0.03790006919803896 + - -0.05499831445134394 + - 0.048587307802252844 + - - -0.037135218067776234 + - -0.9991997112424895 + - 0.014863129952474408 + - 0.03526658303243337 + - - -0.05551761357230474 + - -0.012787564573025424 + - -0.9983758174032096 + - 0.5751386116360262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995137449239727 + - -0.028174799988483046 + - 0.013358680835495882 + - -0.04274825995241589 + - - -0.0290209498189768 + - -0.9972586241410423 + - 0.06806629891452105 + - -0.02343385990982182 + - - 0.011404305312472995 + - -0.06842088293734212 + - -0.9975913615295671 + - 0.5784705803085237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934854712030653 + - -0.03103106908715974 + - -0.10965259349295453 + - 0.025774775617536366 + - - -0.023277644773753048 + - -0.9971836273186723 + - 0.07129491329234229 + - -0.03028082554186762 + - - -0.11155612830414197 + - -0.06827800640677463 + - -0.9914097760658337 + - 0.5759590227610809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886733543747651 + - -0.011675791758862488 + - -0.14962845396566093 + - 0.06440105822284464 + - - -0.02459760166220375 + - -0.9960941540533157 + - -0.08480208873180295 + - -0.03260523691974546 + - - -0.14805389674648145 + - 0.0875220666324368 + - -0.9850989450357609 + - 0.5737631638017153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998039871635408 + - -0.018963177970475396 + - 0.005690793718496151 + - -0.03470630275084858 + - - -0.018965847609552267 + - -0.9998200457953551 + - 0.0004155120036421862 + - 0.03755026094234277 + - - 0.005681890208164805 + - -0.0005233612843981647 + - -0.9999837209758109 + - 0.5791724365840408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978855642941155 + - -0.03804309239504505 + - -0.05269842212473582 + - 0.048573495397700214 + - - -0.03689898370240702 + - -0.9990653050499119 + - 0.02251624407526428 + - 0.03526798079395863 + - - -0.053505752729442864 + - -0.020524116705705933 + - -0.9983565971426779 + - 0.5750558312932149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9915329087965644 + - -0.02750581345735934 + - -0.12690910526622134 + - 0.025748307744562157 + - - -0.023051524811633906 + - -0.999070138678604 + - 0.03643467036456185 + - -0.030273436447197224 + - - -0.12779326264432928 + - -0.03320072629875143 + - -0.9912449716371596 + - 0.5759281572835335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898729472363461 + - -0.014113588276026542 + - -0.14125280512472968 + - 0.06439493008789002 + - - -0.02571493567460346 + - -0.9964109783920339 + - -0.08064678681188524 + - -0.032595631729725294 + - - -0.13960763021010372 + - 0.08346237934426186 + - -0.9866832018542295 + - 0.573735529722365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998039871635408 + - -0.018963177970475396 + - 0.005690793718496151 + - -0.03470630275084858 + - - -0.018965847609552267 + - -0.9998200457953551 + - 0.0004155120036421862 + - 0.03755026094234277 + - - 0.005681890208164805 + - -0.0005233612843981647 + - -0.9999837209758109 + - 0.5791724365840408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978855642941155 + - -0.03804309239504505 + - -0.05269842212473582 + - 0.048573495397700214 + - - -0.03689898370240702 + - -0.9990653050499119 + - 0.02251624407526428 + - 0.03526798079395863 + - - -0.053505752729442864 + - -0.020524116705705933 + - -0.9983565971426779 + - 0.5750558312932149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9915329087965644 + - -0.02750581345735934 + - -0.12690910526622134 + - 0.025748307744562157 + - - -0.023051524811633906 + - -0.999070138678604 + - 0.03643467036456185 + - -0.030273436447197224 + - - -0.12779326264432928 + - -0.03320072629875143 + - -0.9912449716371596 + - 0.5759281572835335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898729472363461 + - -0.014113588276026542 + - -0.14125280512472968 + - 0.06439493008789002 + - - -0.02571493567460346 + - -0.9964109783920339 + - -0.08064678681188524 + - -0.032595631729725294 + - - -0.13960763021010372 + - 0.08346237934426186 + - -0.9866832018542295 + - 0.573735529722365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998039871635408 + - -0.018963177970475396 + - 0.005690793718496151 + - -0.03470630275084858 + - - -0.018965847609552267 + - -0.9998200457953551 + - 0.0004155120036421862 + - 0.03755026094234277 + - - 0.005681890208164805 + - -0.0005233612843981647 + - -0.9999837209758109 + - 0.5791724365840408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978855642941155 + - -0.03804309239504505 + - -0.05269842212473582 + - 0.048573495397700214 + - - -0.03689898370240702 + - -0.9990653050499119 + - 0.02251624407526428 + - 0.03526798079395863 + - - -0.053505752729442864 + - -0.020524116705705933 + - -0.9983565971426779 + - 0.5750558312932149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9915329087965644 + - -0.02750581345735934 + - -0.12690910526622134 + - 0.025748307744562157 + - - -0.023051524811633906 + - -0.999070138678604 + - 0.03643467036456185 + - -0.030273436447197224 + - - -0.12779326264432928 + - -0.03320072629875143 + - -0.9912449716371596 + - 0.5759281572835335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898729472363461 + - -0.014113588276026542 + - -0.14125280512472968 + - 0.06439493008789002 + - - -0.02571493567460346 + - -0.9964109783920339 + - -0.08064678681188524 + - -0.032595631729725294 + - - -0.13960763021010372 + - 0.08346237934426186 + - -0.9866832018542295 + - 0.573735529722365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997940825772571 + - -0.018386506095780724 + - 0.008586549778039583 + - -0.034680754353275625 + - - -0.018377861529036064 + - -0.9998305245814699 + - -0.0010845832203967704 + - 0.03757405683399044 + - - 0.00860503626491543 + - 0.0009265574629822893 + - -0.9999625467196994 + - 0.5787986561862741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973059283481943 + - -0.03649045304408419 + - -0.06363436271531013 + - 0.04855212617054602 + - - -0.03622559539585589 + - -0.9993295229951253 + - 0.005311375391667396 + - 0.035241830206705016 + - - -0.06378551183271879 + - -0.0029918734887946453 + - -0.9979591460441982 + - 0.5747676653803132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993854726999767 + - -0.030246446876629574 + - 0.017715230949199055 + - -0.042821676885233015 + - - -0.03102081216282142 + - -0.998496042721172 + - 0.04520356051152129 + - -0.023442130565843756 + - - 0.016321340907020646 + - -0.0457253225412248 + - -0.9988207089911072 + - 0.5788158442912521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9879900415951111 + - -0.029837412008532887 + - -0.15160938807845567 + - 0.025777440645943714 + - - -0.021187582007488357 + - -0.9980711933962547 + - 0.05835220031200079 + - -0.03028417857675398 + - - -0.1530580415318538 + - -0.05443915647040251 + - -0.9867165824922699 + - 0.5760867543971024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891651167113051 + - -0.01525916028294812 + - -0.14601208822891826 + - 0.06440497064156314 + - - -0.02576130551657105 + - -0.9971926077213613 + - -0.07030830849873523 + - -0.03259921191295246 + - - -0.1445293292712313 + - 0.07330798819590356 + - -0.9867812380903265 + - 0.5738828435348368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998084793996913 + - -0.01865099562712847 + - 0.005928311951469433 + - -0.03468476055108551 + - - -0.018549978248990504 + - -0.9996891063659078 + - -0.016660999978837212 + - 0.03753021534228494 + - - 0.006237213114771689 + - 0.01654783899636653 + - -0.9998436208713398 + - 0.5787977134771707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979291958720616 + - -0.03707650634183856 + - -0.05256094275813705 + - 0.048583273578890286 + - - -0.0363162019486308 + - -0.9992224910885386 + - 0.01534753331460149 + - 0.03527850928537097 + - - -0.053089109073018156 + - -0.013406937767445015 + - -0.9984997749211234 + - 0.57509093807479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993847079623192 + - -0.02791744908511179 + - 0.021232558198444544 + - -0.042741698232898126 + - - -0.02901797650068358 + - -0.9981502430934472 + - 0.05342330252145202 + - -0.023443056584279795 + - - 0.01970184079917202 + - -0.054006557463635814 + - -0.9983461970779733 + - 0.5786491235472244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939546487179437 + - -0.027256713408699132 + - -0.10635425645523125 + - 0.025773375695160305 + - - -0.02291830438482305 + - -0.9988629683131867 + - 0.04180337135560557 + - -0.030283544308356235 + - - -0.10737275080817132 + - -0.03911319606892417 + - -0.9934491684415264 + - 0.5761493344093195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886364252418626 + - -0.015930069129155077 + - -0.14947993705688836 + - 0.06440732321611395 + - - -0.025094624729778654 + - -0.9979053588560276 + - -0.05962511699019254 + - -0.03259681685565108 + - - -0.14821699799504287 + - 0.06269870544088535 + - -0.9869653458158368 + - 0.573804988135237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998076532917749 + - -0.019611959167740035 + - 0.00016576126440241663 + - -0.034703157656510365 + - - -0.019611622814380572 + - -0.9998059943267932 + - -0.0018324734104859016 + - 0.0375649216132912 + - - 0.0002016674994791433 + - 0.0018288700928627897 + - -0.9999983072807695 + - 0.5790084646213607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969994823268324 + - -0.037270805357965966 + - -0.06784481784187127 + - 0.048562819112894895 + - - -0.03624260733417371 + - -0.9992096902530361 + - 0.01632385732761187 + - 0.035248518590627116 + - - -0.06839960273019849 + - -0.01381600421250462 + - -0.9975623350818488 + - 0.5748689073951745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994669639204506 + - -0.029598168804951062 + - 0.013774484927944551 + - -0.04278280215654613 + - - -0.030146538520847487 + - -0.9986848520528737 + - 0.041469898665682965 + - -0.023460371992501998 + - - 0.012528936381337737 + - -0.04186304675396401 + - -0.9990447993306552 + - 0.5787675018903478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907294067092146 + - -0.028827114416134877 + - -0.132756318704786 + - 0.02577790588025204 + - - -0.02104570878688071 + - -0.9979975303889193 + - 0.05964903586208514 + - -0.030284017054106143 + - - -0.13420998779250914 + - -0.05630210308734103 + - -0.9893521882346433 + - 0.575952012508253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847394320950192 + - -0.012414066154320159 + - -0.1735918829862013 + - 0.06440267381093216 + - - -0.024951370986312015 + - -0.9972188419294081 + - -0.0702282734151567 + - -0.03261246085609864 + - - -0.17223727808776548 + - 0.07348790555245632 + - -0.9823104640460832 + - 0.5739112868741224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997609947407515 + - -0.021250065123434064 + - 0.005136937534451324 + - -0.03465822871058474 + - - -0.021173641406378726 + - -0.9996706586321416 + - -0.014500040674921295 + - 0.037577207760069564 + - - 0.005443372537051644 + - 0.014387807415659232 + - -0.9998816733459979 + - 0.5791095197989479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973135228995428 + - -0.03589651614691805 + - -0.06385277731013103 + - 0.048564303478443926 + - - -0.03568504809577504 + - -0.9993531802068805 + - 0.004449556471963647 + - 0.035250466965473876 + - - -0.06397119964566364 + - -0.0021590134110336867 + - -0.997949409678159 + - 0.5749308199117156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995139253451122 + - -0.027077826772572238 + - 0.015450059497617808 + - -0.04274213186754451 + - - -0.0278577820003174 + - -0.998220437480827 + - 0.05272477764400588 + - -0.02343719585809943 + - - 0.013994892755150068 + - -0.0531295538552851 + - -0.9984895560214493 + - 0.5786119036796531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921551713249007 + - -0.026865810003555146 + - -0.12209154051821063 + - 0.025779911308708207 + - - -0.02327675063033712 + - -0.9992566992783968 + - 0.030728518144173513 + - -0.030298915850867015 + - - -0.12282633631819397 + - -0.0276455638411767 + - -0.9920430504300473 + - 0.5761287765388758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986739517096792 + - -0.01362045519379899 + - -0.1617393229857954 + - 0.06441875569483553 + - - -0.025954360286781216 + - -0.996891283343058 + - -0.07439180315555333 + - -0.032596071846596505 + - - -0.16022327103668083 + - 0.07760317258298371 + - -0.9840255337253001 + - 0.5739232373904601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997707511378846 + - -0.01928671678864944 + - 0.009298802326349342 + - -0.03470228596530801 + - - -0.01904868705916203 + - -0.9995049331922341 + - -0.025040687804262766 + - 0.03752220924275604 + - - 0.00977715145183939 + - 0.02485781727953742 + - -0.9996431844561267 + - 0.5789705174532802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967018501026516 + - -0.03841887166401963 + - -0.07148015320363481 + - 0.048568352640287756 + - - -0.0372703188283346 + - -0.9991548779700945 + - 0.017333584828305364 + - 0.035256588413437935 + - - -0.07208568052245744 + - -0.014612327967485536 + - -0.997291399007825 + - 0.5748439295602036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995222847348553 + - -0.027350180665995392 + - 0.0143933990409581 + - -0.042755612920118695 + - - -0.02797324428227818 + - -0.998593832940295 + - 0.0450317045861521 + - -0.023385055021317068 + - - 0.01314153426122052 + - -0.045412822320880834 + - -0.9988818627075544 + - 0.5786506468940879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910862051701271 + - -0.02942791579129115 + - -0.12993125756975224 + - 0.025755771627406953 + - - -0.021051422491346672 + - -0.9976384883719394 + - 0.0653780095295262 + - -0.0302918999398624 + - - -0.13154836195318984 + - -0.062060005568261696 + - -0.9893652430605696 + - 0.5758793156912632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989405914834383 + - -0.013827367715918245 + - -0.14451553408816112 + - 0.06444811312300408 + - - -0.02503968923663458 + - -0.9967890020013916 + - -0.07605721170278755 + - -0.032613727444724995 + - - -0.14299982396377434 + - 0.07887007918798268 + - -0.9865751674126058 + - 0.5741430266469143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998040649841476 + - -0.01942722146048384 + - -0.0037966705808608185 + - -0.03468940657154542 + - - -0.019454726077609452 + - -0.9997837445002205 + - -0.007346963070768405 + - 0.03756314558502107 + - - -0.0036531184513290418 + - 0.007419386729600233 + - -0.9999658031283557 + - 0.5788700418368606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976742324268474 + - -0.03748072031384334 + - -0.05693260538791801 + - 0.04858351708602874 + - - -0.03669523660074279 + - -0.9992171929232492 + - 0.014780425480947814 + - 0.035277756569025216 + - - -0.05744201913509348 + - -0.012656894221640453 + - -0.9982686098772945 + - 0.5750657734301637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994978167079765 + - -0.029203673136859766 + - 0.012298775195263973 + - -0.042774506917578003 + - - -0.029963493077064217 + - -0.9973060863444202 + - 0.06695341083915977 + - -0.023406006312038537 + - - 0.010310357831273837 + - -0.06728830222031203 + - -0.9976802999486858 + - 0.5787679869067901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906609121156036 + - -0.025688388963440195 + - -0.1339069224451943 + - 0.025762859104916744 + - - -0.021757705427020914 + - -0.9992907223167911 + - 0.03073523297677275 + - -0.0302987222984002 + - - -0.13460148387306609 + - -0.0275346865616538 + - -0.9905171788389739 + - 0.5762246879886771 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987317235594969 + - -0.015955716775257762 + - -0.15795597930846522 + - 0.06436852854480522 + - - -0.026614955803192203 + - -0.9974910747511662 + - -0.06559877986181195 + - -0.03258344525226636 + - - -0.15651300401149632 + - 0.06897079739971185 + - -0.9852647911507577 + - 0.5736800104613063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998407504246026 + - -0.01784007681925694 + - 0.00045326532020017194 + - -0.03470837066522182 + - - -0.017839767522848462 + - -0.9998406291501574 + - -0.0006774919545947683 + - 0.03753236110498174 + - - 0.00046527959143528657 + - 0.0006692979163501234 + - -0.9999996677775455 + - 0.5789333514775723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967360055421827 + - -0.03745899913570472 + - -0.07151334588428337 + - 0.048562821461201104 + - - -0.036651194192031 + - -0.9992489938006289 + - 0.012575307261820748 + - 0.03524302975996917 + - - -0.07193069734203825 + - -0.009913212001286064 + - -0.997360367674446 + - 0.5749434126521875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991493384049656 + - -0.03018825731856473 + - 0.02809392612269798 + - -0.04279263340411877 + - - -0.031564995668741234 + - -0.9982540387728397 + - 0.04992519526397678 + - -0.023442310729298556 + - - 0.026537720575660523 + - -0.05076951047412202 + - -0.998357754611475 + - 0.5787096298029797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920420421681742 + - -0.029150912083889362 + - -0.12248596203433285 + - 0.025776666682168076 + - - -0.022237457845641684 + - -0.9981015114049132 + - 0.057435776305293784 + - -0.03027755450971698 + - - -0.12392772909789795 + - -0.05425492840199672 + - -0.9908069038438987 + - 0.5760882906524616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903837576380645 + - -0.013459097254390942 + - -0.13769119546217987 + - 0.06443127176914457 + - - -0.02567304634559324 + - -0.9958496105964411 + - -0.08731808384438317 + - -0.03261500079449029 + - - -0.13594450080104156 + - 0.09001336443003646 + - -0.9866188154124885 + - 0.5740420527993246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997019625441074 + - -0.0188467572313707 + - 0.015517275125545503 + - -0.03466683643335543 + - - -0.01867343413855728 + - -0.9997624563165974 + - -0.011239830838392625 + - 0.03755211399793522 + - - 0.015725423457988677 + - 0.01094672013273814 + - -0.9998164233375052 + - 0.5789645592096604 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967619609459635 + - -0.03729498170642187 + - -0.07123677105733409 + - 0.04856281301416105 + - - -0.036948080030111935 + - -0.9992980667960732 + - 0.006181672890045809 + - 0.03523446893023939 + - - -0.07141731297973775 + - -0.003529594473695422 + - -0.9974402785979749 + - 0.574985049938405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999389984266553 + - -0.0283301868159857 + - 0.020422043547852577 + - -0.04279312180299267 + - - -0.02943536488102681 + - -0.9979957618026348 + - 0.05601802137080025 + - -0.023440418145847623 + - - 0.018794111897609066 + - -0.056584979799854745 + - -0.9982208780720979 + - 0.5787573403026746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9887204867788169 + - -0.03011377745163011 + - -0.14671386925390928 + - 0.025774612267763706 + - - -0.021374879175213753 + - -0.9979222290465236 + - 0.060781076948853756 + - -0.03027338332471251 + - - -0.1482393792624096 + - -0.05695950475918098 + - -0.9873098304248186 + - 0.5759435822649657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988811965390283 + - -0.014374242976923579 + - -0.14847315663057128 + - 0.0644177929276479 + - - -0.024853056687773933 + - -0.9973094669890554 + - -0.06896486516538898 + - -0.03260244014892701 + - - -0.1470823669726595 + - 0.07188329564541647 + - -0.9865087780313327 + - 0.5739992835068297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998194912187927 + - -0.018989057986148257 + - -0.0006329737699321896 + - -0.034674320343922996 + - - -0.01898767685742256 + - -0.9998174683217894 + - 0.0021208880606365496 + - 0.037590932262059444 + - - -0.0006731318985332576 + - -0.00210848652031495 + - -0.9999975505860206 + - 0.5788146422003804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960751891672107 + - -0.038015851962700214 + - -0.07993129878248857 + - 0.048507754407121156 + - - -0.03670348668888894 + - -0.9991672182559543 + - 0.017824814936976897 + - 0.03525196704435747 + - - -0.08054235898199126 + - -0.014821098549331111 + - -0.9966409902504553 + - 0.5748135832723704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992183059262795 + - -0.027171455372891118 + - 0.028713918484510794 + - -0.042738636256299097 + - - -0.02876224440688728 + - -0.9979869002574765 + - 0.05652327141233108 + - -0.023433345562489223 + - - 0.027120294955892823 + - -0.0573049642473717 + - -0.9979882918522205 + - 0.5788178149384442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898818863826948 + - -0.029964794122747083 + - -0.1386937710375597 + - 0.025745762819524797 + - - -0.02018826447302426 + - -0.997245744242827 + - 0.07136777681235193 + - -0.030248921297717002 + - - -0.14045029365937572 + - -0.06784568300748275 + - -0.9877604356868338 + - 0.5757682991714657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878933963201233 + - -0.015819407871509428 + - -0.15432557740597222 + - 0.06440326521306941 + - - -0.025915145873485916 + - -0.9976371729091351 + - -0.06362763899615417 + - -0.03259324229478115 + - - -0.15295438117768265 + - 0.06685669423822718 + - -0.9859691373030339 + - 0.57374204435715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998215410139157 + - -0.018888745306684232 + - 0.00031847338671357804 + - -0.03470582042411488 + - - -0.01889003780998713 + - -0.9998104461138015 + - 0.004715751611258796 + - 0.03756327634221547 + - - 0.00022933838773082243 + - -0.00472092601732412 + - -0.9999888300683382 + - 0.579109513231288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99812075695642 + - -0.03598273294519388 + - -0.049600377645114706 + - 0.04856559425609737 + - - -0.035528731038583526 + - -0.9993185729273956 + - 0.010004952430751387 + - 0.03523992832091612 + - - -0.049926584136421016 + - -0.008223912216729096 + - -0.9987190312917444 + - 0.5748915098653791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995173074905339 + - -0.026036109397161764 + - 0.0169491307839797 + - -0.04277227866196162 + - - -0.027159160717512683 + - -0.99719112343935 + - 0.06980145645248344 + - -0.023399306410526677 + - - 0.0150841644115191 + - -0.07022808797928824 + - -0.9974169056331361 + - 0.5787461374585138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919622190069709 + - -0.027960919481138977 + - -0.12340641411424083 + - 0.025766559495300097 + - - -0.022592655720013947 + - -0.9987454919985029 + - 0.044687963929734745 + - -0.030271647108930353 + - - -0.12450111634151381 + - -0.041540693234918644 + - -0.9913495058934962 + - 0.5760657736485817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900479408010455 + - -0.01692587706613456 + - -0.13970894603121 + - 0.06439766491846372 + - - -0.02522772998245854 + - -0.9980054943681531 + - -0.057867044601493486 + - -0.03259234536562187 + - - -0.1384508452684259 + - 0.06081568791456013 + - -0.9885002860636601 + - 0.5737806258924207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998193503157455 + - -0.017506093126822633 + - 0.007402934393559279 + - -0.034699780355312904 + - - -0.017546087184797537 + - -0.9998316215422293 + - 0.005372465797071898 + - 0.037535313459197 + - - 0.0073076370123189 + - -0.005501387795114717 + - -0.9999581657117586 + - 0.5788474383540174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962760714811462 + - -0.03597320373160267 + - -0.07835762890350034 + - 0.04854151715804768 + - - -0.03646178937852739 + - -0.9993234572069455 + - -0.00481308542148148 + - 0.035244941849272335 + - - -0.07813147451194027 + - 0.007652221196696986 + - -0.9969136954628255 + - 0.5748269992451907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999488082181788 + - -0.026715903468279574 + - 0.017602104375471057 + - -0.04276288460796083 + - - -0.027391243124562245 + - -0.9988514187277207 + - 0.039313650373772956 + - -0.023436462501471404 + - - 0.01653158723966127 + - -0.039775668536100116 + - -0.9990718706959196 + - 0.5788241060854822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904351600454078 + - -0.028664974178548398 + - -0.13496856301068985 + - 0.025760073625105063 + - - -0.020643718226817296 + - -0.9979571474479959 + - 0.060459645675698705 + - -0.03026766389100819 + - - -0.1364259163194412 + - -0.05709510585682818 + - -0.9890035987010354 + - 0.5759631973160985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869250130089595 + - -0.015525328471001784 + - -0.16043061700664424 + - 0.06440166633740152 + - - -0.025037300556978406 + - -0.998034965442083 + - -0.05743989324363349 + - -0.032597401129020646 + - - -0.15922359209013154 + - 0.060705616963243066 + - -0.9853743835674986 + - 0.5737982181687812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997740298626164 + - -0.017274396163639405 + - 0.01238888410817473 + - -0.034696491810591236 + - - -0.017350768800729194 + - -0.9998309545432228 + - 0.006083844114780947 + - 0.03755245262195052 + - - 0.012281695090165143 + - -0.006297426011550478 + - -0.9999047466590718 + - 0.5789110280496419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997015929769956 + - -0.03633204535601747 + - -0.06811180709097694 + - 0.04857840970067365 + - - -0.035601721364028754 + - -0.9992951315133797 + - 0.011906198787830207 + - 0.0352321000170554 + - - -0.06849637377896894 + - -0.009445772276821019 + - -0.9976066480157528 + - 0.5747735475444299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994426097061709 + - -0.026666394688745414 + - 0.02008415539729 + - -0.042806701781789136 + - - -0.027879602788733217 + - -0.9976386844778024 + - 0.062767690587937 + - -0.02343147041581757 + - - 0.01836294235848116 + - -0.06329264276126086 + - -0.9978260588500558 + - 0.5787158131216298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912730096879262 + - -0.02903617056549886 + - -0.12858740631621726 + - 0.02579156478119615 + - - -0.023201692977600056 + - -0.9986421955889281 + - 0.046641683420495045 + - -0.030292259248987707 + - - -0.12976710564397234 + - -0.04325119637901079 + - -0.9906007431375012 + - 0.5761347010560298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872170648932649 + - -0.017341448953485016 + - -0.15843528941407287 + - 0.06441001261977125 + - - -0.026152137477221088 + - -0.9982148078451347 + - -0.053696025030471765 + - -0.03258234893707031 + - - -0.15722128510128608 + - 0.057153053697017765 + - -0.985908208690954 + - 0.5738629703899252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99973405783864 + - -0.01778224735605143 + - 0.014683503548374473 + - -0.034657289696913986 + - - -0.017949462043222886 + - -0.9997746332657425 + - 0.01133576158486029 + - 0.03757702752760435 + - - 0.014478619058661107 + - -0.011596307917526827 + - -0.9998279328128594 + - 0.5788321479102287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965596633285687 + - -0.037998109522213955 + - -0.07365447100609564 + - 0.048556134475907085 + - - -0.03728471145701544 + - -0.9992437301698377 + - 0.011037119544388086 + - 0.035247506607057305 + - - -0.07401815802907454 + - -0.008252962438291172 + - -0.9972227438706843 + - 0.5748369963316631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996439578807403 + - -0.02656814313432219 + - 0.0024680443518631636 + - -0.04274986613052441 + - - -0.026660742893329318 + - -0.9982829325472896 + - 0.052157371225550885 + - -0.023423328424039436 + - - 0.0010780820490043197 + - -0.05220460090047909 + - -0.998635828209622 + - 0.5785956618550415 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906613502314139 + - -0.02858242617791874 + - -0.13331591829731287 + - 0.025757531223341366 + - - -0.020514266860744573 + - -0.997895936340137 + - 0.061505000536605556 + - -0.030258309737369624 + - - -0.13479337525575258 + - -0.058195748552841195 + - -0.9891632832033024 + - 0.5757969321732165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885138583325976 + - -0.018699475215749127 + - -0.1499689351534395 + - 0.06444001928507793 + - - -0.025511364454936056 + - -0.998722092564236 + - -0.043627423803854586 + - -0.03259718322692097 + - - -0.14896147880592614 + - 0.04695222519507778 + - -0.9877276782500238 + - 0.5741550892437881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998336267677373 + - -0.017758098443876266 + - -0.004167580128841083 + - -0.03472420615527809 + - - -0.017734461746376395 + - -0.9998268156224952 + - 0.005641598066864431 + - 0.03752224146320392 + - - -0.004267042422922927 + - -0.00556674966558903 + - -0.9999754015210186 + - 0.5787703451403945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966689412255363 + - -0.03643839824336911 + - -0.07296070675251275 + - 0.048556234065150965 + - - -0.03649764020452698 + - -0.9993336030892004 + - 0.0005215326051847345 + - 0.035253430442650925 + - - -0.0729310897756877 + - 0.0021430982746971465 + - -0.9973346796707294 + - 0.5750742949536656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993683697932407 + - -0.028748530902513114 + - 0.020889792429500547 + - -0.042782724684888924 + - - -0.029762257374218552 + - -0.9983078624691053 + - 0.049956178480310504 + - -0.02343999151211414 + - - 0.01941827728690532 + - -0.050546352027748875 + - -0.9985329222433759 + - 0.5786481631935402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991714340786384 + - -0.026497428997103813 + - -0.12570024874745186 + - 0.025777192024425966 + - - -0.020673293528226777 + - -0.9986613657713533 + - 0.04741404275517911 + - -0.030278722864515367 + - - -0.1267883323233002 + - -0.04442254801604268 + - -0.9909345871521681 + - 0.576040112453866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901565408007577 + - -0.012996921679949787 + - -0.13935962376643632 + - 0.06441284643448843 + - - -0.025461293615432472 + - -0.9957919828394459 + - -0.0880343651088244 + - -0.032606925865702165 + - - -0.13762902032967525 + - 0.09071607872659793 + - -0.9863208635244233 + - 0.573896950453256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998104420460194 + - -0.01860389529267177 + - 0.005742391111937997 + - -0.03467071608871869 + - - -0.01851391256904101 + - -0.9997108521219416 + - -0.015344288546778852 + - 0.03753798584093568 + - - 0.006026194249197816 + - 0.01523506578785298 + - -0.9998657798691333 + - 0.5790078198483746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960478401498186 + - -0.03712899516298232 + - -0.0806854252704207 + - 0.04852166657019968 + - - -0.03665897896804439 + - -0.9993011751505004 + - 0.007299356399663719 + - 0.035235977533514956 + - - -0.0809000580587053 + - -0.0043126628683527336 + - -0.996712888220616 + - 0.5747122220206229 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996236744579754 + - -0.025955946439963254 + - 0.008876841078971886 + - -0.04274432903257577 + - - -0.026530035130448062 + - -0.997036262621994 + - 0.07221390622826283 + - -0.023430441408448636 + - - 0.006976152170986195 + - -0.0724222331965323 + - -0.9973496645809408 + - 0.5786105854381864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899487122820632 + - -0.02866360876082046 + - -0.1384916769480814 + - 0.025742904804593177 + - - -0.020848766179075547 + - -0.9981247174003205 + - 0.05755325762579713 + - -0.030279441652844047 + - - -0.1398816499755967 + - -0.05408739268385708 + - -0.9886898795642483 + - 0.5758106634621365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987636727122347 + - -0.015269494399483332 + - -0.15601454348823732 + - 0.06442306673453302 + - - -0.025147297498020374 + - -0.9977879549967192 + - -0.06153706437596531 + - -0.032603347701714774 + - - -0.15472979243702553 + - 0.06469960899611209 + - -0.9858360167533675 + - 0.5739772592851515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997927028178274 + - -0.020285453403959174 + - 0.0017469322881149515 + - -0.034677157414845 + - - -0.020279869736624573 + - -0.9997893586433875 + - -0.0031567747638739357 + - 0.037587830230641064 + - - 0.0018106009193072311 + - 0.0031206928141189567 + - -0.9999934914791552 + - 0.5789720217022952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971919318373177 + - -0.03807246447959698 + - -0.06448828209068681 + - 0.04854926454239063 + - - -0.03667134350328639 + - -0.9990678613754767 + - 0.02277325036736915 + - 0.03526297125435 + - - -0.06529520383781758 + - -0.020344429583567344 + - -0.9976585791445371 + - 0.5749516003622195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994964751350326 + - -0.026820587995423306 + - 0.016954416894278613 + - -0.042766914813883575 + - - -0.02760875773301833 + - -0.99846076437907 + - 0.04810258300759625 + - -0.023428601415635686 + - - 0.015638180491500456 + - -0.04854645254952149 + - -0.9986984976737335 + - 0.5787388207344523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913407502131044 + - -0.03177146439050229 + - -0.12741307239605454 + - 0.025762459591211963 + - - -0.02041268557105686 + - -0.9957790594638763 + - 0.08948400416283928 + - -0.03024166816916766 + - - -0.1297183072457252 + - -0.08610829683439869 + - -0.9878049007681541 + - 0.5758383272401779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876282677304118 + - -0.0136648839875488 + - -0.15621675878545416 + - 0.06439039405133022 + - - -0.026088565845644375 + - -0.9966309363459964 + - -0.07775707974338929 + - -0.0326081224281826 + - - -0.15462791310737983 + - 0.08087056116850654 + - -0.9846573824556171 + - 0.5738532444265904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999711117808546 + - -0.018856288493924397 + - 0.014903734908446603 + - -0.03466538452427126 + - - -0.01880039209278454 + - -0.999815721626416 + - -0.003881758081964748 + - 0.03756073717030675 + - - 0.014974184022674494 + - 0.0036004406512576193 + - -0.9998813982868028 + - 0.5790155893984656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962634282698404 + - -0.037781145927941545 + - -0.0776644481368153 + - 0.0485335018303905 + - - -0.03759712757088897 + - -0.9992856355118329 + - 0.003830751640337279 + - 0.03522399382683283 + - - -0.07775369759981057 + - -0.0008964775977301973 + - -0.996972195619052 + - 0.5747240757589536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995134627350327 + - -0.02758990596834727 + - 0.014547676793294665 + - -0.042782074762717746 + - - -0.028098825172507988 + - -0.9989558413500824 + - 0.03602336820002137 + - -0.02342912600683371 + - - 0.013538605369432997 + - -0.03641461411586335 + - -0.9992450560515393 + - 0.5787336019793482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9942906220661171 + - -0.0292668952548419 + - -0.10261387680774971 + - 0.025786699347501413 + - - -0.023987379235294273 + - -0.9983426433610236 + - 0.0523122555845881 + - -0.030290621508995214 + - - -0.10397482632250989 + - -0.04955214716909055 + - -0.9933447640180814 + - 0.5762355156453228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885916519048737 + - -0.014022251808129028 + - -0.14996640369836955 + - 0.06440653605030022 + - - -0.02451223532209853 + - -0.9973615397425568 + - -0.06833088146563572 + - -0.032589303765789474 + - - -0.14861257047607712 + - 0.0712273507620922 + - -0.9863270088565491 + - 0.5737900701653247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996096410724942 + - -0.017429279532559058 + - 0.021835422823825126 + - -0.034673921428400784 + - - -0.01766273752105659 + - -0.9997883945062724 + - 0.010544852480326687 + - 0.03757271426141359 + - - 0.021647013146888536 + - -0.010926409545020272 + - -0.9997059669704249 + - 0.5790608491862352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960146712829476 + - -0.037401486028129746 + - -0.0809685335918187 + - 0.04854212056463758 + - - -0.037323935827587224 + - -0.9993001625698613 + - 0.002471619345030983 + - 0.03523669137588448 + - - -0.08100431101774773 + - 0.0005602952223572729 + - -0.9967135935993868 + - 0.5747961318824171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993912459771174 + - -0.028677116695087036 + - 0.019868579273852126 + - -0.042775829984015086 + - - -0.02955247277755133 + - -0.9985379273096717 + - 0.04526211524925589 + - -0.023464634097955617 + - - 0.018541543005830816 + - -0.04582172740263286 + - -0.9987775430398912 + - 0.5788500214996378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912150629477845 + - -0.027922388907633575 + - -0.12927892010343492 + - 0.025769335155081407 + - - -0.021612823750189535 + - -0.9985176269682302 + - 0.04995432396978401 + - -0.030281551019163792 + - - -0.13048212458019945 + - -0.04672139586341312 + - -0.9903491941399317 + - 0.5760304304145836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873856672224168 + - -0.016177712014681545 + - -0.1575050024529784 + - 0.06439668881039642 + - - -0.025635745012403274 + - -0.997975507490168 + - -0.05820390903883059 + - -0.03258895420966382 + - - -0.1562445286766924 + - 0.06150746364232111 + - -0.985801440034902 + - 0.5738096754571002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998153520176289 + - -0.019138625518274582 + - -0.0017247849535671476 + - -0.03470254152108533 + - - -0.019160102408496076 + - -0.9997260895559981 + - -0.013440101813906365 + - 0.037538408959622946 + - - -0.0014670874414108716 + - 0.013470667182566544 + - -0.9999081901755258 + - 0.5790860351864258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975041180965425 + - -0.03763872086331197 + - -0.05973994536499734 + - 0.04859757476850899 + - - -0.03649689089930245 + - -0.9991317847010843 + - 0.020091136222492256 + - 0.03526023938650567 + - - -0.06044428289858021 + - -0.01786066885085804 + - -0.9980117660494172 + - 0.5750834359399737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995875550543312 + - -0.02791281184891168 + - 0.006752385888837557 + - -0.04274303662596999 + - - -0.028195148390409513 + - -0.9985370894978811 + - 0.04613799415170792 + - -0.023438293486665145 + - - 0.005454666602763607 + - -0.04630934929134183 + - -0.9989122537943285 + - 0.5786658165472194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912555353160237 + - -0.027981228826912848 + - -0.12895547502405388 + - 0.02573565153448245 + - - -0.02186062307535886 + - -0.9985772850795225 + - 0.048636600230358026 + - -0.030272613024965797 + - - -0.1301329199860686 + - -0.045392252164290284 + - -0.9904569483724941 + - 0.5760432911703681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892150089387182 + - -0.016196222383969342 + - -0.14557248528090996 + - 0.06441562215146814 + - - -0.02521554402848276 + - -0.9978600922269952 + - -0.060327544953203485 + - -0.032593352756442304 + - - -0.1442838952541807 + - 0.06334760233207055 + - -0.9875065766105352 + - 0.5738006768772189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997563157054941 + - -0.01842301451393667 + - 0.012161486060341519 + - -0.034679326038015795 + - - -0.018335403432452244 + - -0.9998054131137476 + - -0.007276598753279422 + - 0.03757698628660306 + - - 0.012293176479080604 + - 0.00705183980719132 + - -0.9998995696405647 + - 0.5789229837874479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984103998206915 + - -0.036173538469391586 + - -0.04322208514741615 + - 0.04855740313809337 + - - -0.03522169043522834 + - -0.9991242977837742 + - 0.022584731589392597 + - 0.03523376176283133 + - - -0.04400120512863243 + - -0.021026475992981093 + - -0.9988101827947813 + - 0.5747683542780704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994433908546007 + - -0.0277931166957004 + - 0.018451318147958484 + - -0.04277239149997153 + - - -0.028596441007158635 + - -0.9985864179710483 + - 0.04480412263927324 + - -0.023404280631663187 + - - 0.017179989487252263 + - -0.04530682628578304 + - -0.9988253798603277 + - 0.5787082681783438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923398010901657 + - -0.027322557922412973 + - -0.1204790313743707 + - 0.02578318107672359 + - - -0.024139681334042106 + - -0.999321999685833 + - 0.027799581453697333 + - -0.030272735549725815 + - - -0.12115690222773572 + - -0.024678305705340506 + - -0.9923265522347442 + - 0.5761373389909505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874841418395923 + - -0.01686328379819925 + - -0.15681421898177927 + - 0.06438697538538202 + - - -0.025852625512366632 + - -0.998125996730307 + - -0.055462928206571706 + - -0.03258784490562736 + - - -0.1555850615240466 + - 0.05882282134232757 + - -0.9860695534899585 + - 0.5737006119078277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996701603274297 + - -0.018978512192660543 + - 0.017302792430242853 + - -0.03467809507369121 + - - -0.018772227554844 + - -0.9997516805648616 + - -0.012007525988467738 + - 0.037543913222012004 + - - 0.017526380788976087 + - 0.01167875347319257 + - -0.9997781917474254 + - 0.578948359118667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986960133912312 + - -0.03622064234430774 + - -0.03597690793589114 + - 0.04859871235996374 + - - -0.03590770155074587 + - -0.9993117718397063 + - 0.009306966849043702 + - 0.0352626027094536 + - - -0.03628925193227891 + - -0.008002982616023653 + - -0.999309282686518 + - 0.5749713897381106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992414270948943 + - -0.02576342098715538 + - 0.029203022384636654 + - -0.04273687500669572 + - - -0.02753474668472839 + - -0.9976980585473229 + - 0.061971135990164856 + - -0.023428698222587196 + - - 0.027539210271299113 + - -0.06272822418929352 + - -0.9976506211032456 + - 0.5787666478100181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905085699656534 + - -0.030581975190952782 + - -0.13400565517177343 + - 0.02576817124198247 + - - -0.02150110197762736 + - -0.9974059343100744 + - 0.06869574089268339 + - -0.03029962986541161 + - - -0.13575888714314055 + - -0.06516245081691581 + - -0.9885966718359862 + - 0.5759869085199392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873910732835174 + - -0.014996290438461141 + - -0.15758800612073537 + - 0.06439426057785057 + - - -0.025684900901605374 + - -0.9974883147333309 + - -0.06601021009006856 + - -0.032590605862308296 + - - -0.1562022863651436 + - 0.06922552450899593 + - -0.9852962359061141 + - 0.5737223797474187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997843090416695 + - -0.020021638039783553 + - 0.005519909806803621 + - -0.03468231491748847 + - - -0.01994626789406461 + - -0.9997114265738585 + - -0.013386932985559492 + - 0.03755510473819024 + - - 0.005786345234218389 + - 0.013273943945397153 + - -0.9998951548142264 + - 0.5790294541385066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99703417836971 + - -0.038114325476803865 + - -0.06685914564280385 + - 0.04855156024485704 + - - -0.03612073841616878 + - -0.9988733764657138 + - 0.030777752423727784 + - 0.03529684002930967 + - - -0.06795689382916281 + - -0.02827146938936553 + - -0.9972876137803274 + - 0.5749847691301534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993146737007803 + - -0.028678207382820776 + - 0.023403917356095188 + - -0.04281749961610565 + - - -0.029726295445347422 + - -0.998511151448961 + - 0.045736503923737896 + - -0.02342790327826989 + - - 0.022057431523160777 + - -0.04640087125667037 + - -0.9986793423623136 + - 0.5787713010558257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916974291902959 + - -0.02969389633933509 + - -0.1251178702565985 + - 0.025768410961406692 + - - -0.022488427681258524 + - -0.998027413717258 + - 0.058613582805228666 + - -0.030276422468098085 + - - -0.1266115301139 + - -0.0553132352066792 + - -0.9904089894852465 + - 0.5758266286197917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870071523122871 + - -0.014746908854671711 + - -0.15999815612569335 + - 0.06439491195928254 + - - -0.02595164891100308 + - -0.9973362349917017 + - -0.06816851392965438 + - -0.03259531219276064 + - - -0.15856668377433442 + - 0.0714350267852505 + - -0.9847607037981364 + - 0.573807349388498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998356603902009 + - -0.018068343159823967 + - -0.0014789143145087554 + - -0.034731667400018706 + - - -0.01806468729036008 + - -0.9998338206525549 + - 0.0024491125774314965 + - 0.03754077111333858 + - - -0.001522919955979116 + - -0.0024219939666053295 + - -0.999995907321642 + - 0.5790710190717885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966634754868041 + - -0.0388047157834525 + - -0.07180606286052754 + - 0.04855962512037999 + - - -0.036429379068102494 + - -0.9987542892014574 + - 0.03409941557276769 + - 0.035263303715971146 + - - -0.07303983140230444 + - -0.03136979175348935 + - -0.9968355527337825 + - 0.5749901396838268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989867368150881 + - -0.02700808669226668 + - 0.03600087388890621 + - -0.04274828605852346 + - - -0.029157640768473398 + - -0.9977370601238394 + - 0.06058540121394076 + - -0.023417157414711332 + - - 0.03428311030753451 + - -0.0615737128055514 + - -0.9975135819822105 + - 0.5785677453925114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9944896436547089 + - -0.028318318926732387 + - -0.10093771087504315 + - 0.025764592369193498 + - - -0.02217067142407117 + - -0.9978598760409377 + - 0.061515275470170806 + - -0.03026256020517502 + - - -0.10246370085125663 + - -0.05893844755954295 + - -0.9929891486854909 + - 0.575907639663266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868778291771209 + - -0.01437942382449665 + - -0.160827181934924 + - 0.06440028347493519 + - - -0.025534375062836196 + - -0.9973918192044469 + - -0.06750966356155497 + - -0.032589299941961504 + - - -0.15943696550299763 + - 0.0707304118079305 + - -0.984671042976626 + - 0.573780276913953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998198913936939 + - -0.018215086900961724 + - 0.005328731809040451 + - -0.03468527023514567 + - - -0.018213710164467326 + - -0.9998340695577741 + - -0.00030677937672606275 + - 0.03755602604932347 + - - 0.005333435623221359 + - 0.00020966814640603677 + - -0.9999857551504033 + - 0.5790729076589628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961438496789603 + - -0.03830472286580607 + - -0.07893148264764037 + - 0.04852637863499435 + - - -0.037511661125701236 + - -0.9992299427725482 + - 0.01150637850759106 + - 0.035269640414566816 + - - -0.07931144952887643 + - -0.008501157153187555 + - -0.9968136356915893 + - 0.5749778113053008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994655900564329 + - -0.0283999998579541 + - 0.016185620198644397 + - -0.042789467176591524 + - - -0.029279755144124925 + - -0.9979451396820387 + - 0.05699293047121366 + - -0.02344779633883067 + - - 0.014533761792689753 + - -0.05743638387872893 + - -0.9982433729181921 + - 0.5787286836535419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9886951392119392 + - -0.030038020333274105 + - -0.14690009881937402 + - 0.025732986699069593 + - - -0.019230318692418823 + - -0.9970395876009884 + - 0.074446326970778 + - -0.030260781429056183 + - - -0.14870143422869883 + - -0.07077978589194654 + - -0.986345834566872 + - 0.5758540327782623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902439434353777 + - -0.01654474058959316 + - -0.13835896808077058 + - 0.06439451505068876 + - - -0.02578153262731208 + - -0.9975367384247453 + - -0.06523624811643541 + - -0.03261276340038961 + - - -0.1369388369489805 + - 0.06816690583960336 + - -0.9882312623487056 + - 0.573801275691483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998124098457506 + - -0.017883693425703586 + - 0.007437649352333463 + - -0.034719621246217844 + - - -0.017840311674671813 + - -0.99982368369659 + - -0.005858736957109826 + - 0.03755257064531262 + - - 0.007541113829096388 + - 0.0057249479331677846 + - -0.9999551772821521 + - 0.5790212885446392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962205257012957 + - -0.03689267307781247 + - -0.07863583689773783 + - 0.04860322498730913 + - - -0.035755039752240196 + - -0.9992352520814732 + - 0.015826816799042288 + - 0.03525596286669319 + - - -0.07915959388317816 + - -0.012955372277490714 + - -0.9967777671203356 + - 0.5750092967676417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993977245335689 + - -0.029800005640371312 + - 0.01778054726262916 + - -0.04276805549972399 + - - -0.03040874935829668 + - -0.9989242453742359 + - 0.035009426815886674 + - -0.02346040673232935 + - - 0.016718138640083185 + - -0.03552902570218429 + - -0.9992287987108177 + - 0.5789516545631712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9931580532107926 + - -0.028919257805102242 + - -0.1131404342865559 + - 0.02575953556434725 + - - -0.023924321218319885 + - -0.9986887324847402 + - 0.04525972229549096 + - -0.03028165419231342 + - - -0.11430095448766422 + - -0.042243249591199135 + - -0.9925476309312233 + - 0.5760226052565081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847076813253443 + - -0.0128302047957681 + - -0.1737416708327709 + - 0.06439311162741965 + - - -0.024440000701806887 + - -0.9975957848042463 + - -0.0648485659555855 + - -0.03258469600629003 + - - -0.17249193808569704 + - 0.06810312757648426 + - -0.9826538023687393 + - 0.5737987293808741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997499656142413 + - -0.01773308813598866 + - 0.013621447774910237 + - -0.034686441607257305 + - - -0.0176648365112528 + - -0.9998308824549176 + - -0.005114688695464205 + - 0.037537315797336365 + - - 0.013709843374526886 + - 0.00487278919942753 + - -0.9998941424571223 + - 0.5788639796504959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955860047391406 + - -0.03843545864484634 + - -0.08562255944735657 + - 0.048567452544200265 + - - -0.03727829965180025 + - -0.9991912339968599 + - 0.015073363224659356 + - 0.035259427051831806 + - - -0.08613266246103386 + - -0.01181496604278786 + - -0.9962136171699225 + - 0.5749818093571462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996017114211441 + - -0.02619930445772106 + - 0.010488802117082184 + - -0.04275582784672862 + - - -0.02681119291997491 + - -0.9976397424072603 + - 0.06321474751814751 + - -0.023442937416544844 + - - 0.008807863425800684 + - -0.06347078710325632 + - -0.9979448284982319 + - 0.5786624640081717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928601761996738 + - -0.030316425652857318 + - -0.11536717406778911 + - 0.02576214464304352 + - - -0.02282072570707954 + - -0.9975752870670387 + - 0.06574770803091073 + - -0.030290682790912352 + - - -0.11708067729115261 + - -0.06264551834529283 + - -0.9911446181240631 + - 0.5760526571890731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878148278995215 + - -0.011638441105560407 + - -0.15519797830664975 + - 0.06442681412619373 + - - -0.02663461862260271 + - -0.9951304272705549 + - -0.09490010437903437 + - -0.0325961865356644 + - - -0.1533377411880957 + - 0.09787736923801904 + - -0.9833145771920486 + - 0.5740519885337165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997013025936149 + - -0.018441618064264007 + - 0.01603784012271024 + - -0.03469641275145621 + - - -0.018259473382508554 + - -0.9997679416685503 + - -0.011430417473731679 + - 0.03753680660252547 + - - 0.016244913801656952 + - 0.011134160722844821 + - -0.9998060478115617 + - 0.579005580741728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968142857006778 + - -0.03809513507841121 + - -0.07007168120150419 + - 0.048565081731898795 + - - -0.03614366685613245 + - -0.9989283434522506 + - 0.02891020570553399 + - 0.03526976179979469 + - - -0.07109792661702972 + - -0.026285458548425237 + - -0.9971229410156299 + - 0.5751921060338709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988632028558749 + - -0.028023630708671962 + - 0.03856135503852358 + - -0.04275225660774416 + - - -0.029604316161302775 + - -0.9987184172778214 + - 0.041050060349602194 + - -0.023468441329280915 + - - 0.03736156374035644 + - -0.04214497730439931 + - -0.9984126974567621 + - 0.5786237220005243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926512520037561 + - -0.028521853511635196 + - -0.11760100240914707 + - 0.025780303559014506 + - - -0.022757731087911456 + - -0.9984864327015418 + - 0.05006924591682289 + - -0.030252833361207314 + - - -0.11885107307511238 + - -0.047024967657721996 + - -0.9917979002022963 + - 0.5760075017403004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874269934436467 + - -0.013511124487497103 + - -0.15749724484550165 + - 0.06440439023714362 + - - -0.025678509950957433 + - -0.9968167951048386 + - -0.07547775250772476 + - -0.03259834822652778 + - - -0.1559761095345666 + - 0.07857306479959991 + - -0.9846307565491031 + - 0.573837760142611 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997462921174455 + - -0.017177242459836605 + - 0.014570303322011226 + - -0.03469690950076583 + - - -0.017089884348047164 + - -0.9998353548355847 + - -0.00609910434172157 + - 0.037560700564461154 + - - 0.014672670186090784 + - 0.005848552152184413 + - -0.9998752458118633 + - 0.5790117918409414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996219550108681 + - -0.0376127315912114 + - -0.07830638801211948 + - 0.048541781510526696 + - - -0.03691041433820303 + - -0.99926448618032 + - 0.010397498360855203 + - 0.03524478194216322 + - - -0.07863987089663421 + - -0.007467869912451496 + - -0.996875118369564 + - 0.5748139743490202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9979345311040045 + - -0.027887067035429237 + - 0.05787039936264667 + - -0.04275009701990425 + - - -0.03188316643343425 + - -0.997084895650099 + - 0.06931936644697125 + - -0.02345586567317761 + - - 0.055768587290773934 + - -0.07102128102613349 + - -0.9959145758110977 + - 0.578589128028194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9938678931407408 + - -0.026898835598066294 + - -0.10725233623307814 + - 0.02575945717236857 + - - -0.02198581650242455 + - -0.998665556890021 + - 0.046730390050437186 + - -0.030319639867455322 + - - -0.10836620717136297 + - -0.04408580412119625 + - -0.9931330258420977 + - 0.5761073760780936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997931560216672 + - -0.020232059429346094 + - 0.00207579948009754 + - -0.034701271970332084 + - - -0.02023486615704446 + - -0.9997943559582675 + - 0.0013401438731050262 + - 0.03757664283993606 + - - 0.0020482587338180908 + - -0.0013818701970634113 + - -0.9999969475308006 + - 0.5790137257247934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958682549999401 + - -0.03941064743994352 + - -0.08181209905471634 + - 0.048572203034013314 + - - -0.0368045109095021 + - -0.9987733951697119 + - 0.033122999228322056 + - 0.03526640172394936 + - - -0.08301714678358071 + - -0.029975089149684872 + - -0.9960972077916805 + - 0.5749149499951811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9891655892858809 + - -0.03021420920899213 + - -0.14366119355828544 + - 0.025762630340523524 + - - -0.01915257804755739 + - -0.9967875885925478 + - 0.07776684371881817 + - -0.03025676089266767 + - - -0.1455493583869339 + - -0.07417280357199749 + - -0.9865666624630203 + - 0.575714118531036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853378992459205 + - -0.014938836627936238 + - -0.16995898172747495 + - 0.06437361783519352 + - - -0.026860143956790834 + - -0.9973195457581534 + - -0.06806068112626666 + - -0.03259122751964014 + - - -0.16848666705783225 + - 0.07162789127815163 + - -0.9830980053966079 + - 0.5737503346784446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998256035096726 + - -0.017901909936179638 + - -0.005318287991054278 + - -0.034705702466068696 + - - -0.01793149017507725 + - -0.9998237175235831 + - -0.0055673635972113425 + - 0.037524239375039126 + - - -0.005217684028377674 + - 0.005661757497399433 + - -0.9999703596984366 + - 0.5789417634742997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975849224477419 + - -0.03648550692237756 + - -0.059102709663348824 + - 0.0485667581312212 + - - -0.035455681057036524 + - -0.9992022049831053 + - 0.018380648456529713 + - 0.0352700624919766 + - - -0.05972618509259292 + - -0.016240730941616075 + - -0.9980826726643278 + - 0.5749963044661108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994671610351329 + - -0.026622081133706288 + - 0.01888541258437921 + - -0.04273313065136225 + - - -0.02772907129480557 + - -0.9977523913757473 + - 0.0610021647903211 + - -0.023438051152564917 + - - 0.01721896098780234 + - -0.06149333541196364 + - -0.9979589556101056 + - 0.5786427610494376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992738404902503 + - -0.02993955373841147 + - -0.11650786477134825 + - 0.025752557531083152 + - - -0.022529237175150638 + - -0.9976692529711141 + - 0.06440881266073716 + - -0.030248399529324996 + - - -0.11816468551957396 + - -0.06131626862428026 + - -0.9910990981219064 + - 0.5758285052347986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867657483692712 + - -0.01071748032135262 + - -0.1617976930020744 + - 0.06439298332282539 + - - -0.0259797643102046 + - -0.9953726841753903 + - -0.09251092607830162 + - -0.032621539287216235 + - - -0.16005751994710624 + - 0.09549007913411837 + - -0.9824781092194071 + - 0.573801579410903 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997062051834175 + - -0.01709121165729935 + - 0.017187024229234862 + - -0.034720410188376113 + - - -0.017051582552534375 + - -0.9998516103043752 + - -0.0024496743052319016 + - 0.03754903340118443 + - - 0.01722634175398296 + - 0.002155888641141502 + - -0.9998492912904133 + - 0.5790827099529324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961447429444628 + - -0.038773351412506166 + - -0.07869103077449464 + - 0.04856222889140341 + - - -0.03689962140752932 + - -0.9990030093263367 + - 0.025127779386654406 + - 0.03525101491846028 + - - -0.07958686477108619 + - -0.02212723609413693 + - -0.996582317913951 + - 0.5749264830227775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990714481050276 + - -0.02704947490820762 + - 0.03353457154211726 + - -0.042708048912177124 + - - -0.028832859794383433 + - -0.9981305153895388 + - 0.05389007741961226 + - -0.02345264234646293 + - - 0.03201418087973768 + - -0.054806935285642656 + - -0.9979836131255841 + - 0.5786115582058518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989925277467158 + - -0.031033241707397963 + - -0.1381480471838109 + - 0.02575917130326195 + - - -0.019885456276772698 + - -0.996486757062933 + - 0.08135546464045113 + - -0.030244410185635055 + - - -0.14018742333117756 + - -0.07778869395567295 + - -0.9870645396489713 + - 0.5758013979143987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988350314594826 + - -0.016120422701469128 + - -0.15133997360986406 + - 0.06439455851404906 + - - -0.02471455039959932 + - -0.9981760991360388 + - -0.05507872649314293 + - -0.03258880086805929 + - - -0.15017605214831709 + - 0.05817737606223521 + - -0.9869460706014584 + - 0.5737718421350526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997904021135587 + - -0.018770175850318652 + - 0.00817510490188129 + - -0.0346868124842921 + - - -0.01876009574019377 + - -0.9998231583673016 + - -0.001307975631675391 + - 0.03757520942549435 + - - 0.008198210135597435 + - 0.001154335732102055 + - -0.999965727842505 + - 0.5790045085385614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972820045973317 + - -0.037400503517781555 + - -0.06348075017628524 + - 0.04853879447157877 + - - -0.03633733458226919 + - -0.9991806694366578 + - 0.017820997154162466 + - 0.035232706935235045 + - - -0.06409525272423655 + - -0.01546583850713737 + - -0.997823935580565 + - 0.5749098350071155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992791134122094 + - -0.02712761835085236 + - 0.02655834747719047 + - -0.042717248536583784 + - - -0.028491067866979997 + - -0.998220605361417 + - 0.052382077886297576 + - -0.023456488485380254 + - - 0.02509008867875582 + - -0.053100992029316216 + - -0.9982738963308594 + - 0.5785594475359674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933396884137516 + - -0.027575941536028273 + - -0.11187417427839301 + - 0.02577395226309514 + - - -0.02397545248885315 + - -0.9991543746589328 + - 0.0334022945001278 + - -0.030284381721400643 + - - -0.11270067036191687 + - -0.030497590860920035 + - -0.9931608408770736 + - 0.5760084641151997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871044780648912 + - -0.015076371853583752 + - -0.15936578175998548 + - 0.06437200056681665 + - - -0.026449954037823485 + - -0.9972319826880627 + - -0.06948937066510767 + - -0.032597175541436915 + - - -0.1578770069251247 + - 0.0728084865641923 + - -0.9847709251235011 + - 0.5736928946502795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997782178435304 + - -0.017445720110060285 + - 0.011796693411967013 + - -0.03466983118097903 + - - -0.017697726275480885 + - -0.999609895955249 + - 0.021606628450865042 + - 0.037562324609416095 + - - 0.011415148281676463 + - -0.021810611137173933 + - -0.999696949896082 + - 0.5789061281085066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971990866512522 + - -0.03828840279112396 + - -0.06424935636730557 + - 0.04858979248786073 + - - -0.03645581189168941 + - -0.9989010124198712 + - 0.029457446696448064 + - 0.035283166974901206 + - - -0.0653066257069383 + - -0.02703267649088735 + - -0.9974990120498931 + - 0.5751772307066995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994261591099878 + - -0.028878196809717253 + - 0.017703170215437863 + - -0.04275381532913253 + - - -0.029467238823746786 + - -0.9989884087811448 + - 0.03396823452905629 + - -0.02344921929295273 + - - 0.0167043204818933 + - -0.034470405711797734 + - -0.999266109105729 + - 0.5786177947929871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928334620380233 + - -0.03200606940003254 + - -0.11514047150829891 + - 0.025770869061779035 + - - -0.022221096482697194 + - -0.9961088307011086 + - 0.0852843495043354 + - -0.030273695646444717 + - - -0.11742205724947828 + - -0.08211460844960093 + - -0.9896813889077989 + - 0.5759208655433594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872944433571332 + - -0.01374338061977694 + - -0.15830603780421185 + - 0.06440099714840732 + - - -0.02557042113912339 + - -0.997010142689181 + - -0.07291727461765608 + - -0.03261850937398504 + - - -0.1568305954809089 + - 0.07603877211027767 + - -0.9846939978780538 + - 0.5739731059633855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998207617671544 + - -0.01866796986752712 + - -0.0031545586652007886 + - -0.0347319552564287 + - - -0.018673570413063757 + - -0.9998240927833911 + - -0.0017553512176221348 + - 0.03754196233063026 + - - -0.0031212349119288663 + - 0.0018139434649286322 + - -0.9999934837296344 + - 0.5789628698261983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970414057776781 + - -0.0381296767040073 + - -0.06674251208427434 + - 0.04857201432205053 + - - -0.03668061836506557 + - -0.999066818387241 + - 0.022804048630734295 + - 0.035289859273885296 + - - -0.06754974020104029 + - -0.02028842408972081 + - -0.9975096051902099 + - 0.5748831557040849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991097347009342 + - -0.026371097855319908 + - 0.03292875982684473 + - -0.04274141404226577 + - - -0.027965947906259045 + - -0.9984095908761094 + - 0.04895094079081518 + - -0.023429775107239346 + - - 0.03158549957707313 + - -0.049828245448807755 + - -0.9982582342119506 + - 0.5786598103353924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900131555886303 + - -0.030079240363833432 + - -0.13772868641128141 + - 0.025756857546716 + - - -0.01940940385554849 + - -0.9967512539075 + - 0.07816785065357679 + - -0.03023568135807876 + - - -0.13963247044801072 + - -0.07471396879407757 + - -0.9873806743417779 + - 0.5757066925859732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871835993325083 + - -0.012425727442246246 + - -0.1591041875829942 + - 0.06441471134421518 + - - -0.024946820656318223 + - -0.9967232856866028 + - -0.0769437970810104 + - -0.03261619720284636 + - - -0.15762676596331945 + - 0.07992679818204418 + - -0.9842588630966506 + - 0.5738528931794452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998085466077308 + - -0.019274942274016018 + - -0.0033684908297857996 + - -0.034701137150500036 + - - -0.019306422642108727 + - -0.9997677422969661 + - -0.009577239017159754 + - 0.037545263308582114 + - - -0.0031831077426427742 + - 0.009640438929887259 + - -0.9999484635531664 + - 0.5789318660336218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974764718181165 + - -0.037199765030960875 + - -0.06047202370454748 + - 0.0485729934181344 + - - -0.03577491824083442 + - -0.9990600792830014 + - 0.024476789166564615 + - 0.035288346063100044 + - - -0.061325715602377324 + - -0.022251639595412785 + - -0.997869741570097 + - 0.5750897583725275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999319701954261 + - -0.027874841568952577 + - 0.024148012207069105 + - -0.042761428548650504 + - - -0.02904763484792293 + - -0.9983436631026116 + - 0.04966049992298878 + - -0.023459409425752274 + - - 0.022723736395863652 + - -0.05032815862283488 + - -0.9984741900789657 + - 0.578677764611127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992752724163015 + - -0.027848928230026944 + - -0.11690366060714927 + - 0.025764213869348365 + - - -0.022526327147264977 + - -0.9986592816468507 + - 0.046606906847069314 + - -0.030277079137848658 + - - -0.11804487812763045 + - -0.043635723633690456 + - -0.9920490564336009 + - 0.5759664297619047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899767919798134 + - -0.011636131536054039 + - -0.1407499619333272 + - 0.06441066543821924 + - - -0.026296062212510202 + - -0.9943596189748753 + - -0.10274952683227592 + - -0.0326284772368638 + - - -0.13876047150926377 + - 0.10542081670626749 + - -0.9846989301058017 + - 0.573951081629372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997845027094949 + - -0.019809795343439303 + - 0.006206460374407586 + - -0.03470743673309157 + - - -0.01975339341918439 + - -0.9997641864019042 + - -0.009020811303075785 + - 0.037555501345585114 + - - 0.006383697232400973 + - 0.008896268689165562 + - -0.999940050609563 + - 0.5790948310850862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974451650955258 + - -0.039620541954782935 + - -0.05944203296295114 + - 0.048567146237584416 + - - -0.03718524925239063 + - -0.9984450088880064 + - 0.04153096994614035 + - 0.035284200489667246 + - - -0.060995080667188784 + - -0.03921449836270913 + - -0.9973674464572047 + - 0.5749611046584462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991415437090477 + - -0.027993744117306957 + - 0.030537287453142218 + - -0.042741591660787975 + - - -0.029633341634319847 + - -0.9980668025004106 + - 0.05463078628567056 + - -0.02343500918435206 + - - 0.02894893259318521 + - -0.05548881001518835 + - -0.9980395539580653 + - 0.5786213426828888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932168142247357 + - -0.02953046531659278 + - -0.11246471250775608 + - 0.025766213984648446 + - - -0.022390660924886507 + - -0.9976840804352115 + - 0.06422720568025775 + - -0.030262829739091317 + - - -0.11410091254943353 + - -0.06127338136852645 + - -0.9915778106084537 + - 0.575964818519816 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840130469818948 + - -0.01293336889141989 + - -0.17762615612157395 + - 0.06435932695489267 + - - -0.025681570576984045 + - -0.9972402067474413 + - -0.06965936390049107 + - -0.03258941567177866 + - - -0.1762350144043649 + - 0.07310744158729743 + - -0.9816295236403876 + - 0.573593526597068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998249280880331 + - -0.01864941716597861 + - -0.0015206620692165044 + - -0.03469165413492188 + - - -0.018642640328928515 + - -0.9998167256124447 + - 0.004355128835846503 + - 0.03755033057071991 + - - -0.0016016039852783733 + - -0.004326017219096102 + - -0.9999893601632447 + - 0.578936542716111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965679179013505 + - -0.038759818194251464 + - -0.07314411461844125 + - 0.04855006854496992 + - - -0.03693975717021361 + - -0.9989772629786339 + - 0.026074554491369296 + - 0.03528578948728446 + - - -0.07407995241610749 + - -0.023283138647233716 + - -0.9969804692694643 + - 0.575025578964134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994911529049834 + - -0.026447822013552696 + - 0.01783109574329924 + - -0.04274209147903494 + - - -0.027760288006016695 + - -0.9965751472944893 + - 0.07789314607069169 + - -0.023433757658343924 + - - 0.01570992280344726 + - -0.07834850672288875 + - -0.9968022420820507 + - 0.5785456704999233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9937103091276481 + - -0.027763236104151174 + - -0.10848513379472327 + - 0.0257799406997389 + - - -0.02117197479235346 + - -0.997885971536173 + - 0.06144375716620941 + - -0.03026858674864015 + - - -0.10996167067131074 + - -0.05876045040955112 + - -0.9921973797843052 + - 0.5759861718192042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903872689678661 + - -0.01045388166049759 + - -0.13792669728736368 + - 0.06440826246440462 + - - -0.025836725079199645 + - -0.9935718257882162 + - -0.11021565513597115 + - -0.03261714246371632 + - - -0.13588789903281895 + - 0.11271975584651422 + - -0.9842909811322806 + - 0.5739404331496933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997352370310972 + - -0.017980424786168635 + - 0.014358278548793051 + - -0.03470213185392215 + - - -0.017950025106684423 + - -0.9998363686994673 + - -0.0022433066068463536 + - 0.0375367797738723 + - - 0.014396264690717416 + - 0.001984981201889362 + - -0.999894398130414 + - 0.5788453963544238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977762548088135 + - -0.03854880603113453 + - -0.05437402774553038 + - 0.04855765639995828 + - - -0.036594757610092274 + - -0.9986638854046173 + - 0.036486541409297 + - 0.0352851629055783 + - - -0.05570789042098377 + - -0.03441560027266293 + - -0.997853795604705 + - 0.5751016807603975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993149864126506 + - -0.027744231927478078 + - 0.02449113157529017 + - -0.04274974859823494 + - - -0.029285268459497294 + - -0.9974564580315907 + - 0.06498451648146301 + - -0.023411637511720977 + - - 0.022625891857317844 + - -0.06565723056776514 + - -0.9975856840852484 + - 0.5785986981198645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936762838067552 + - -0.026285086303595395 + - -0.10916289313686012 + - 0.025789580254574618 + - - -0.02397687513032135 + - -0.9994614416145147 + - 0.022403932351727406 + - -0.03029442834094142 + - - -0.10969299184078252 + - -0.019644871184315314 + - -0.9937713653437441 + - 0.576201071510757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853480000506564 + - -0.011283491921019493 + - -0.17018225996336933 + - 0.06441528729460985 + - - -0.026153404107798022 + - -0.9960043238212953 + - -0.08538961519329465 + - -0.032604884619779194 + - - -0.168538773728023 + - 0.08858933197260836 + - -0.9817059702430773 + - 0.5739144276381127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996812869949921 + - -0.017732121668257893 + - 0.017969315323021113 + - -0.03468219713497361 + - - -0.017995328528831286 + - -0.9997315659986887 + - 0.014593289449212114 + - 0.03757456879861577 + - - 0.0177057217637546 + - -0.014912002110754736 + - -0.9997320339020216 + - 0.5790128778529328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980001364725105 + - -0.03769410607116443 + - -0.05074329481169243 + - 0.04857780862174218 + - - -0.03649196005440561 + - -0.9990357153346872 + - 0.02441262659151758 + - 0.03526401608036827 + - - -0.05161457596685448 + - -0.022512082382689775 + - -0.9984133120579654 + - 0.5750150648837641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994419742674995 + - -0.02928252141575723 + - 0.016070905756010157 + - -0.04274504566895181 + - - -0.029759769258648466 + - -0.9990974991973005 + - 0.030307478142747358 + - -0.02344442713938565 + - - 0.015168922372892649 + - -0.030768832237132854 + - -0.9994114181641159 + - 0.5785933514963245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926366737710814 + - -0.028631023787953333 + - -0.11769748664069793 + - 0.02576462909550381 + - - -0.022733710365094043 + - -0.9984323730837226 + - 0.05114660097643145 + - -0.03024977811035636 + - - -0.11897736044189092 + - -0.04809429129595251 + - -0.9917314792054452 + - 0.5758845089921106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878469866995521 + - -0.01160891690649017 + - -0.154995367404556 + - 0.06439949492761474 + - - -0.025539523702426646 + - -0.9957760833852868 + - -0.08819140823748337 + - -0.03259848362738219 + - - -0.1533168731668771 + - 0.09107812473978297 + - -0.9839708896081302 + - 0.5738601141956494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998022259858088 + - -0.018990930707953147 + - 0.005903682297282691 + - -0.034717522082169286 + - - -0.018899809986871696 + - -0.9997069714795837 + - -0.01512509033293067 + - 0.03752642980559249 + - - 0.006189191892458327 + - 0.015010520509459023 + - -0.9998681804006735 + - 0.5789925690103195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962718656723724 + - -0.03878979646670761 + - -0.07705661139553162 + - 0.048551343187659635 + - - -0.03706529034559113 + - -0.9990321055888934 + - 0.023685781689007857 + - 0.03527390725336696 + - - -0.07790079538289456 + - -0.020741352238793604 + - -0.9967453347701302 + - 0.5749377213691927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989935676871796 + - -0.027903033270138933 + - 0.03511797907006971 + - -0.04279223618691526 + - - -0.02986696444035023 + - -0.9979443576449891 + - 0.056701177057000285 + - -0.023442720640106975 + - - 0.03346365423499337 + - -0.05769297859233791 + - -0.9977733730995156 + - 0.5787687136112512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916654577093756 + - -0.025890792794921187 + - -0.12621127855506822 + - 0.02577193465939115 + - - -0.022417178488305455 + - -0.9993319028741141 + - 0.028865515873212656 + - -0.030306827171614995 + - - -0.12687430825300297 + - -0.025795634251820472 + - -0.9915833273905271 + - 0.5761574757050267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890115108660638 + - -0.01643954904232224 + - -0.14692165463848694 + - 0.06438956652917835 + - - -0.02503670786453182 + - -0.9980682498373186 + - -0.056858877283833896 + - -0.03258612977273886 + - - -0.14570310440663864 + - 0.059912518674790104 + - -0.9875125799058517 + - 0.5737598742858792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997665324389459 + - -0.019021929701921667 + - 0.010249234382204622 + - -0.03466183132349511 + - - -0.018967968163455057 + - -0.999805849200839 + - -0.005336673827425731 + - 0.03757842798185723 + - - 0.0103487583195459 + - 0.005141020735741654 + - -0.9999332343246919 + - 0.579057867811889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970474167505535 + - -0.039483344427512605 + - -0.06585980765130249 + - 0.048580015071718816 + - - -0.03657690013052437 + - -0.9983275824159371 + - 0.044767941257019606 + - 0.0352962439942375 + - - -0.067517250594865 + - -0.04222681257647469 + - -0.9968241154645796 + - 0.5750844656048854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991856105127729 + - -0.02717911256498543 + - 0.029823004281881126 + - -0.0427396830524183 + - - -0.028663252464178075 + - -0.9983116012541129 + - 0.05052093387521346 + - -0.02343550177098566 + - - 0.028399537010170405 + - -0.05133461445875241 + - -0.9982776285462772 + - 0.578797553128796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913826941149482 + - -0.028899055714076548 + - -0.1277700997425524 + - 0.025772003026754687 + - - -0.02211873322215982 + - -0.998286673448641 + - 0.05417083399296052 + - -0.03029204532724738 + - - -0.12911667378783429 + - -0.05087791459642055 + - -0.9903233423262753 + - 0.5761557020641356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996148066705461 + - -0.018198177555266745 + - 0.020953868823532534 + - -0.03469623151441545 + - - -0.01792393698305019 + - -0.9997521878441371 + - -0.013202097707920465 + - 0.03752673796324431 + - - 0.021188930318316417 + - 0.012821436523604478 + - -0.9996932729579795 + - 0.5790576368619891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977278471521115 + - -0.037354382724659345 + - -0.05606953815105377 + - 0.048587977019825146 + - - -0.03668533147239591 + - -0.9992434070658393 + - 0.012915103182478144 + - 0.03527038979438386 + - - -0.05650955204187377 + - -0.010828828501425747 + - -0.9983433312249417 + - 0.5750912794061704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995420696284658 + - -0.026500732653449658 + - 0.014606923415751996 + - -0.04275678247023022 + - - -0.027344045629901056 + - -0.9977676324616663 + - 0.06092663440918338 + - -0.023442116177203563 + - - 0.012959714944131517 + - -0.06129814663324485 + - -0.9980353616019301 + - 0.5787321750752259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9945472292391069 + - -0.02715675573313664 + - -0.10068922201937149 + - 0.02578345762906125 + - - -0.02410599390488937 + - -0.9992163866641366 + - 0.03139289218477337 + - -0.030294486364904765 + - - -0.10146284970703794 + - -0.028794500167881345 + - -0.9944225293553086 + - 0.576132133383583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910421360446044 + - -0.013012482242367797 + - -0.13291410718971813 + - 0.06443750317708254 + - - -0.02554808106616996 + - -0.9953337464600528 + - -0.0930485287988577 + - -0.03262150266698808 + - - -0.1310831039378616 + - 0.09561071312194833 + - -0.9867501261202495 + - 0.5740733087513292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997941148494677 + - -0.01964408165289186 + - 0.005083106174775975 + - -0.034686327890175055 + - - -0.019575068998340106 + - -0.9997200840443274 + - -0.013287973213141202 + - 0.0375483026290843 + - - 0.0053427133630536625 + - 0.013185735262678815 + - -0.9998987907780982 + - 0.5790620377178521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972851065196853 + - -0.03646813989678611 + - -0.0639725807396295 + - 0.048559309550765324 + - - -0.035390681249426785 + - -0.9992133075321841 + - 0.01789596969418502 + - 0.035275517076446175 + - - -0.06457488671861103 + - -0.01558335082907892 + - -0.9977911821529679 + - 0.5750454998346788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992119214877423 + - -0.027180034321229552 + - 0.028927179106693304 + - -0.04276775612599229 + - - -0.028633375457200096 + - -0.9982843509730537 + - 0.051073323880829156 + - -0.02344935125913651 + - - 0.027489375524026395 + - -0.05186135687200872 + - -0.998275880654588 + - 0.5786667744590042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964603467041703 + - -0.027119118701660463 + - -0.07956966034268413 + - 0.025787120741526923 + - - -0.023751964289881702 + - -0.9987942967799345 + - 0.04296273864929549 + - -0.03028398491403836 + - - -0.08063883455616812 + - -0.04092072971882019 + - -0.9959030435944562 + - 0.5761203030588148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891833120592325 + - -0.013440185552768406 + - -0.14606757530620643 + - 0.06441026219495924 + - - -0.02604582306918394 + - -0.9960631736368062 + - -0.08473351890027712 + - -0.03261046667458209 + - - -0.14435369840837434 + - 0.08762143309077984 + - -0.9856391298132107 + - 0.5739382112137723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998066973857819 + - -0.019249538733930364 + - 0.004002889089953052 + - -0.034722879610538694 + - - -0.019249123806414116 + - -0.9998147083449739 + - -0.00014216096577896858 + - 0.0375798760238052 + - - 0.004004883921025903 + - 6.50813780167931e-05 + - -0.9999919783024229 + - 0.5791955922046316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958652039939526 + - -0.03712126193465836 + - -0.08291264913426472 + - 0.048556339510043255 + - - -0.03704545760374974 + - -0.9993105706998194 + - 0.002453030478907984 + - 0.035233034308398144 + - - -0.0829465463115372 + - 0.0006286493300368987 + - -0.9965537994784869 + - 0.5749025845423472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992780697711076 + - -0.027014649439578025 + - 0.026712319071662702 + - -0.04276469627548053 + - - -0.0287812494773903 + - -0.9972614988395478 + - 0.06812593199963896 + - -0.023412157340716753 + - - 0.0247987691841718 + - -0.06884556374927811 + - -0.9973190609824897 + - 0.5786890108626837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883469918375183 + - -0.02745450579101522 + - -0.14972132058427642 + - 0.025763891290024342 + - - -0.021495577838261604 + - -0.9989165912802075 + - 0.04127449331646842 + - -0.030295567750515104 + - - -0.15069228201579468 + - -0.03757517500828269 + - -0.9878663585546227 + - 0.5760807099894556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861973160242792 + - -0.01580016337578434 + - -0.16481871466495143 + - 0.06438403712764568 + - - -0.025511990344490122 + - -0.9980496045175482 + - -0.05697477749871178 + - -0.032579773010618304 + - - -0.16359704219566681 + - 0.06039322610743356 + - -0.9846769348497837 + - 0.5738333439316405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999718806962997 + - -0.018409807529791513 + - 0.014946102876604427 + - -0.034687582753166094 + - - -0.01839398779517504 + - -0.9998301018725535 + - -0.0011952416110562838 + - 0.03753206330244813 + - - 0.014965567729724225 + - 0.0009199870835400258 + - -0.9998875863847354 + - 0.5789188805823713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955770035718013 + - -0.038701335337380724 + - -0.08560745646319042 + - 0.04853396403844881 + - - -0.03733408852560691 + - -0.9991493256004997 + - 0.017515449923680128 + - 0.03524739046123535 + - - -0.08621250369265228 + - -0.01424190279318061 + - -0.9961749707816766 + - 0.5747768843851497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994644384886755 + - -0.027857544792484965 + - 0.017169548469636628 + - -0.0427697695675148 + - - -0.028604604962305803 + - -0.9985809359148144 + - 0.04492094169143857 + - -0.023435703191797434 + - - 0.01589379663475464 + - -0.045388011915371305 + - -0.9988429884636049 + - 0.5787726089210384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9880400576562988 + - -0.030301695608262146 + - -0.15119077918246884 + - 0.025751088125351648 + - - -0.02073448212194407 + - -0.9977049063582407 + - 0.06445929785397943 + - -0.030284824190468088 + - - -0.15279700820916817 + - -0.06055350586016868 + - -0.9864007031680224 + - 0.5760231264818251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887108777118384 + - -0.014589134186256458 + - -0.14912396674572986 + - 0.06439789110796008 + - - -0.025197624879221878 + - -0.9972637479859336 + - -0.06949889677897847 + - -0.032602854020630734 + - - -0.14770199726047095 + - 0.07247188500890872 + - -0.9863731271119079 + - 0.5738395146927657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997962308466102 + - -0.01915289493202811 + - 0.006376786074070264 + - -0.03466800705513028 + - - -0.019137814240262792 + - -0.9998139322766186 + - -0.002417621076753349 + - 0.03757746971182746 + - - 0.006421904002471484 + - 0.00229509069281787 + - -0.9999767455834636 + - 0.5789607153647811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966790196431122 + - -0.03744654903713364 + - -0.07230966580239638 + - 0.04854742045325976 + - - -0.03625961807488867 + - -0.9991863775379461 + - 0.01765851181896331 + - 0.03524732325805166 + - - -0.07291208336282755 + - -0.01497794738296293 + - -0.9972258967715818 + - 0.5747070480348127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990412567622823 + - -0.025783889989873743 + - 0.03538019649224235 + - -0.04273484536840028 + - - -0.028238864832470692 + - -0.9970949721892042 + - 0.07074024984394467 + - -0.023441394271246144 + - - 0.0334534572176485 + - -0.07167152469426302 + - -0.9968671219115347 + - 0.5787452928917345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928339367565711 + - -0.028773160768350736 + - -0.11598654768484046 + - 0.02578198508267038 + - - -0.022546166786369122 + - -0.9982511937292878 + - 0.054646359268421804 + - -0.03026380044694462 + - - -0.11735605816356628 + - -0.05163970795280358 + - -0.9917463870238495 + - 0.5758968423381712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862711484570447 + - -0.011382811270994705 + - -0.16474117071573552 + - 0.06440355085839643 + - - -0.026174287825787318 + - -0.9957857122636086 + - -0.08789608585409743 + - -0.0325925911623893 + - - -0.16304639946357308 + - 0.0910013563592705 + - -0.9824126550298191 + - 0.5738378401065412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999736062107445 + - -0.01833919788807114 + - 0.013837627785174562 + - -0.03470023137890492 + - - -0.01831885714813601 + - -0.9998309229661576 + - -0.0015952910170409995 + - 0.037564395283564464 + - - 0.013864544517763797 + - 0.0013413804326262593 + - -0.9999029828457615 + - 0.5790269042361016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981721934474416 + - -0.035991285554014936 + - -0.0485479102793581 + - 0.04855425605698085 + - - -0.03601175966289024 + - -0.9993512634802986 + - 0.0004531515352399801 + - 0.035235934351505176 + - - -0.04853272498330873 + - 0.0012959724152212353 + - -0.9988207522179314 + - 0.5748412575589117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993894261930875 + - -0.028052334499235235 + - 0.02082885840832892 + - -0.04274794091995893 + - - -0.02894270578231295 + - -0.9986230465685172 + - 0.043753064397964433 + - -0.023425355074496793 + - - 0.019572802442411417 + - -0.044329193443564605 + - -0.9988252239572217 + - 0.5786947221653276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9955751554461674 + - -0.03005058290892725 + - -0.08903410765079456 + - 0.02578919248241706 + - - -0.02365738207243338 + - -0.9971232361974723 + - 0.07201097214007443 + - -0.030270895164667886 + - - -0.09094194924136217 + - -0.06958602088001123 + - -0.9934220389976599 + - 0.5759532076874989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892469770907304 + - -0.017241915660276122 + - -0.1452347570701173 + - 0.0643890805402533 + - - -0.025201272490536233 + - -0.9982688586478332 + - -0.05314303076425752 + - -0.03258491792494037 + - - -0.1440670475220125 + - 0.05623168322500229 + - -0.9879689689559961 + - 0.5736610040726257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996535554596209 + - -0.018685673432061674 + - 0.01853684615378575 + - -0.03469236493384678 + - - -0.01857920231591299 + - -0.9998099867946566 + - -0.005899453107910601 + - 0.03756892590637498 + - - 0.018643559162433293 + - 0.005553009459600003 + - -0.9998107729904184 + - 0.5789879349783318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997398425403024 + - -0.035789207101870196 + - -0.06257406538325476 + - 0.04857584039200109 + - - -0.03550414144752252 + - -0.9993534898708857 + - 0.005661998141732689 + - 0.03525580562068087 + - - -0.06273624904026946 + - -0.003425629562885433 + - -0.9980242622894777 + - 0.5751930758715506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993974353013001 + - -0.02894110634049623 + - 0.019161906924199484 + - -0.04274347178380339 + - - -0.029469337736150826 + - -0.9991766945620598 + - 0.027883528783667486 + - -0.02346576887122878 + - - 0.018339150650351074 + - -0.028431415860365187 + - -0.9994275011953591 + - 0.5789063305135277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9880061261765553 + - -0.02979764769862433 + - -0.15151235866827975 + - 0.025763387330888284 + - - -0.01964397803066699 + - -0.9974867136232158 + - 0.06807620929728099 + - -0.030257039098478607 + - - -0.15316007562262254 + - -0.06428340638753675 + - -0.9861083281762137 + - 0.5758539661472188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889168478356484 + - -0.013881855487188309 + - -0.14782003299633603 + - 0.0643972215953943 + - - -0.02480964955688946 + - -0.9970713265915598 + - -0.07234121216715 + - -0.03259400466468933 + - - -0.14638288614339243 + - 0.07520680672107477 + - -0.9863650373300702 + - 0.5737362181640981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998111340213724 + - -0.018007295720386864 + - 0.00730982816047711 + - -0.034679950602205495 + - - -0.017979358219878828 + - -0.9998308693440648 + - -0.003869804219127293 + - 0.037561452573965565 + - - 0.0073782765533993745 + - 0.0037376473257433743 + - -0.9999657949287922 + - 0.5789972999655613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973175941038368 + - -0.03682855990954325 + - -0.06325562161518657 + - 0.04859909725283654 + - - -0.03621933513079572 + - -0.9992860289205775 + - 0.010751379763881517 + - 0.03526264154536505 + - - -0.06360641676448674 + - -0.008431463641223746 + - -0.9979394441383959 + - 0.5752116420537757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999488449077813 + - -0.027376332922274673 + - 0.01653410281075789 + - -0.04276888910045611 + - - -0.028263923022831875 + - -0.9980263834443223 + - 0.056075739891743595 + - -0.02342848464720204 + - - 0.014966322707578045 + - -0.056514372904384505 + - -0.998289604693867 + - 0.5786489887132648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9863995573501423 + - -0.027557720222927882 + - -0.1620385303425027 + - 0.02574616789768527 + - - -0.01927603619520377 + - -0.9984368953833384 + - 0.052461417879070174 + - -0.03028020532356721 + - - -0.16323096424405675 + - -0.04862445879797596 + - -0.9853889152606498 + - 0.5758749663680192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862801430588729 + - -0.01288984471279754 + - -0.16457621733120867 + - 0.06439802231494537 + - - -0.025154826795560997 + - -0.9970395355886569 + - -0.07265947400057234 + - -0.032590546327042384 + - - -0.16315242596006532 + - 0.0758024826535021 + - -0.9836845376069048 + - 0.573874041959543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998462269128325 + - -0.017467397756796215 + - -0.0015532365493941434 + - -0.034712713970619036 + - - -0.01745400083533522 + - -0.9998135754442915 + - 0.008256646543419318 + - 0.037564819455207774 + - - -0.0016971691172716933 + - -0.008228266701360088 + - -0.9999647069992418 + - 0.5789803742658721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977735777452598 + - -0.03659210450957797 + - -0.05575755949630755 + - 0.04855602051272192 + - - -0.03579641315662326 + - -0.9992434502450479 + - 0.015203418940936795 + - 0.03525538740285567 + - - -0.05627170122312353 + - -0.013173649074323725 + - -0.998328578480814 + - 0.5750626669830735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993122559542466 + - -0.02930434731961217 + - 0.02272158286312814 + - -0.042775551962190586 + - - -0.029946852394607405 + - -0.9991458888824418 + - 0.028472421059190265 + - -0.023440949654517318 + - - 0.021867810390847457 + - -0.029133279209312562 + - -0.9993363052102245 + - 0.5788232647169127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929835797746988 + - -0.025893819306607346 + - -0.11538249615752466 + - 0.025769484383106583 + - - -0.022705843618067118 + - -0.9993255733437613 + - 0.028859021583450172 + - -0.030296292210262678 + - - -0.11605194941670005 + - -0.026036677646714666 + - -0.9929018261911418 + - 0.5761304946220847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853346399963397 + - -0.01289315149332992 + - -0.1701452728342858 + - 0.06439146113388339 + - - -0.026130785042754314 + - -0.9967810774160034 + - -0.07579357346398319 + - -0.03258916179438711 + - - -0.1686203703481073 + - 0.07912806297364353 + - -0.9824998322410572 + - 0.5737395933353903 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996381009578522 + - -0.017501182431443062 + - 0.020429775497548767 + - -0.03468908844442046 + - - -0.01772808501127825 + - -0.9997825680741834 + - 0.010978687390741903 + - 0.03754971174259943 + - - 0.020233193401235177 + - -0.01133689501107303 + - -0.9997310101703839 + - 0.5790129463893153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958136670930671 + - -0.03560572123583095 + - -0.08418653720123258 + - 0.04854018118118227 + - - -0.03670632080593695 + - -0.999259216107315 + - -0.01156135967293797 + - 0.03520422593093775 + - - -0.08371252262087113 + - 0.014603138014539649 + - -0.9963829393945782 + - 0.5747116040670452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994689421736904 + - -0.028735553376955145 + - 0.015365598013885802 + - -0.04275277311392363 + - - -0.0294302655888546 + - -0.9984574905053596 + - 0.04707971029126864 + - -0.023442375825646636 + - - 0.013989034905012217 + - -0.04750692187313831 + - -0.9987729468085158 + - 0.5787450058131403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989703525734536 + - -0.026085996259407995 + - -0.14073539692551612 + - 0.02575752299243307 + - - -0.01955784211431949 + - -0.9986763428235659 + - 0.04757155764087353 + - -0.03025101085528637 + - - -0.14179006298207136 + - -0.04432925764889092 + - -0.9889036833563917 + - 0.5759868264095094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884220306618673 + - -0.01678326160081949 + - -0.15079857901289737 + - 0.06441217718225643 + - - -0.02575878323333872 + - -0.9979978367161699 + - -0.05776506726546204 + - -0.032594159643771485 + - - -0.1495271693994388 + - 0.060980652996536065 + - -0.9868753647606713 + - 0.5739130707473078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997633717680736 + - -0.01855849191744386 + - 0.011348253111506626 + - -0.03468570561315819 + - - -0.01848528810096834 + - -0.9998078610272226 + - -0.006521897882867965 + - 0.0375781652278463 + - - 0.01146710925895656 + - 0.006310578889494227 + - -0.9999143373306151 + - 0.5789980030914724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976855140901896 + - -0.03509108125902125 + - -0.058242862143502806 + - 0.04854167455349314 + - - -0.03530176105327138 + - -0.9993733372864978 + - -0.0025919852209594207 + - 0.035212359134110804 + - - -0.05811540794945896 + - 0.004642061710135635 + - -0.9982990787444148 + - 0.5747550861068212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999491855864897 + - -0.026621962043251346 + - 0.01753000846296604 + - -0.04275420804407082 + - - -0.027990461300973588 + - -0.996147612692133 + - 0.08310516111483825 + - -0.023398092725291867 + - - 0.015250053636058997 + - -0.08355360473810934 + - -0.9963865871233744 + - 0.5785636525833102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.988603222554332 + - -0.026665625842842725 + - -0.14816414125421679 + - 0.02576476675564754 + - - -0.02154647210553564 + - -0.9991177159045578 + - 0.03604912350480758 + - -0.03030787445618227 + - - -0.14899469082821493 + - -0.03244586513053726 + - -0.9883055438177689 + - 0.5760707568183548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866611278050592 + - -0.013481153804675926 + - -0.162228472749217 + - 0.06442201195433626 + - - -0.024775405990405987 + - -0.9973913282019852 + - -0.06779909796959058 + - -0.03260051170344436 + - - -0.1608912618399748 + - 0.0709140107424073 + - -0.9844212538054865 + - 0.5739010769559166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997633717680736 + - -0.01855849191744386 + - 0.011348253111506626 + - -0.03468570561315819 + - - -0.01848528810096834 + - -0.9998078610272226 + - -0.006521897882867965 + - 0.0375781652278463 + - - 0.01146710925895656 + - 0.006310578889494227 + - -0.9999143373306151 + - 0.5789980030914724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976855140901896 + - -0.03509108125902125 + - -0.058242862143502806 + - 0.04854167455349314 + - - -0.03530176105327138 + - -0.9993733372864978 + - -0.0025919852209594207 + - 0.035212359134110804 + - - -0.05811540794945896 + - 0.004642061710135635 + - -0.9982990787444148 + - 0.5747550861068212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999491855864897 + - -0.026621962043251346 + - 0.01753000846296604 + - -0.04275420804407082 + - - -0.027990461300973588 + - -0.996147612692133 + - 0.08310516111483825 + - -0.023398092725291867 + - - 0.015250053636058997 + - -0.08355360473810934 + - -0.9963865871233744 + - 0.5785636525833102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.988603222554332 + - -0.026665625842842725 + - -0.14816414125421679 + - 0.02576476675564754 + - - -0.02154647210553564 + - -0.9991177159045578 + - 0.03604912350480758 + - -0.03030787445618227 + - - -0.14899469082821493 + - -0.03244586513053726 + - -0.9883055438177689 + - 0.5760707568183548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866611278050592 + - -0.013481153804675926 + - -0.162228472749217 + - 0.06442201195433626 + - - -0.024775405990405987 + - -0.9973913282019852 + - -0.06779909796959058 + - -0.03260051170344436 + - - -0.1608912618399748 + - 0.0709140107424073 + - -0.9844212538054865 + - 0.5739010769559166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998001316552172 + - -0.018747187387937375 + - -0.006945481066999052 + - -0.03471089144298095 + - - -0.018763515442618693 + - -0.9998213198332151 + - -0.0022932281181195866 + - 0.037537703307931526 + - - -0.006901248470029927 + - 0.002423091415668461 + - -0.9999732503410006 + - 0.5789587359477276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957124844730194 + - -0.03717736315326151 + - -0.08470237265589095 + - 0.048532053396965244 + - - -0.036184706894275866 + - -0.9992576061037131 + - 0.013225113642328949 + - 0.03523921983673539 + - - -0.08513116498405418 + - -0.010103480234438243 + - -0.9963185255908928 + - 0.5748392342743411 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993700392175078 + - -0.027916017726238977 + - 0.021913937772688106 + - -0.0427590537812154 + - - -0.029017837556221514 + - -0.9982417654439625 + - 0.05168503484454707 + - -0.023418290537137055 + - - 0.02043256758113565 + - -0.052288370386058276 + - -0.9984229747478836 + - 0.5787076426607671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921160628216809 + - -0.03311185832166064 + - -0.12086903130948405 + - 0.025764407777963287 + - - -0.022630385487765983 + - -0.9959440185985081 + - 0.08708258993926393 + - -0.030268101780057267 + - - -0.1232622551468286 + - -0.08366072349879097 + - -0.9888413926407902 + - 0.5757985298489666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871716705464343 + - -0.01352651602965377 + - -0.15908842269210452 + - 0.06439414634447461 + - - -0.02680281003389625 + - -0.996304267772034 + - -0.08160524121353004 + - -0.03258369793174464 + - - -0.1573966398778864 + - 0.08482239906611384 + - -0.9838858970286241 + - 0.5737105508668677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998092896195792 + - -0.018221039294884403 + - 0.007026956482486161 + - -0.03468925974724553 + - - -0.018287848859637627 + - -0.9997870240373182 + - 0.009563532333310153 + - 0.03757605065242932 + - - 0.006851202411221438 + - -0.009690216386515658 + - -0.9999295778863145 + - 0.5790318934028931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965732803695588 + - -0.03525449137531774 + - -0.074825247686355 + - 0.04853806162917715 + - - -0.035987512911922336 + - -0.9993163413950148 + - -0.008470462519661753 + - 0.03523487976570517 + - - -0.07447547091405969 + - 0.011134211186717199 + - -0.9971606859345084 + - 0.5748582886130016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994501598403539 + - -0.02711101848043307 + - 0.019088495803616098 + - -0.04278583679168206 + - - -0.028500524371805502 + - -0.9966438211547246 + - 0.07673860739316392 + - -0.023392100634392964 + - - 0.0169439695946131 + - -0.07724044556489591 + - -0.9968685045999367 + - 0.5785746893482289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905650394162941 + - -0.03132263813287685 + - -0.1334158724687301 + - 0.02577729653826065 + - - -0.021702390751323172 + - -0.9970986539607898 + - 0.0729608148615273 + - -0.030264847162732696 + - - -0.1353141120573626 + - -0.06937698905240866 + - -0.9883708435947256 + - 0.5759715493015365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892691199246987 + - -0.015342256010388723 + - -0.14529701835868436 + - 0.06443709292647254 + - - -0.024671448076546303 + - -0.997732136842937 + - -0.06262509689120864 + - -0.03262823629584201 + - - -0.14400669433473728 + - 0.06553776233087823 + - -0.9874041086077386 + - 0.5740618872196949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998323877291875 + - -0.01813668641187016 + - -0.0025014103520361324 + - -0.034709986618932626 + - - -0.018161987561003876 + - -0.9997799961360593 + - -0.010492927809497073 + - 0.037539087898476334 + - - -0.0023105530908701434 + - 0.010536599649738097 + - -0.9999418190136041 + - 0.5791828849229044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966457995996464 + - -0.03674166539521769 + - -0.07312455240455971 + - 0.04855134509151901 + - - -0.03658309885544136 + - -0.9993244604820065 + - 0.0035070729220088867 + - 0.035238922285221796 + - - -0.0732040095794919 + - -0.0008201867672339061 + - -0.9973166499538415 + - 0.5749012407786914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999417096185104 + - -0.025306319699896624 + - 0.02291414489308254 + - -0.04273499420032237 + - - -0.026577201921246543 + - -0.9980220123147784 + - 0.056971179320748876 + - -0.02343782771395169 + - - 0.021427090119095635 + - -0.057546964458659845 + - -0.9981128326449977 + - 0.5788148501108208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990297909797367 + - -0.029825936616517664 + - -0.135722007632931 + - 0.02577939283532788 + - - -0.022551917803316012 + - -0.9982415066446129 + - 0.054820665950774936 + - -0.030277881528604403 + - - -0.13711841909225173 + - -0.05122799934451322 + - -0.9892291095741172 + - 0.5759866248100012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915878619117744 + - -0.019166099448742032 + - -0.1280084869887801 + - 0.06442241632652305 + - - -0.025767537565478022 + - -0.9984110027955715 + - -0.05011490301848323 + - -0.03260212552528989 + - - -0.12684457464569554 + - 0.05299179303119711 + - -0.9905060947587805 + - 0.5740082639439912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998367389800584 + - -0.018001527791234945 + - 0.0015621724949641713 + - -0.034700673709132185 + - - -0.01799799727239582 + - -0.9998355016547011 + - -0.002245378604161344 + - 0.037542591803046324 + - - 0.0016023357655183322 + - 0.0022168960450568965 + - -0.9999962589390128 + - 0.5790142897204017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976431313837689 + - -0.03781462097233264 + - -0.057255889160040284 + - 0.04854278104171058 + - - -0.036495208240533344 + - -0.9990475755006472 + - 0.023917392453179448 + - 0.03524721082050558 + - - -0.05810578437873553 + - -0.021771456703631904 + - -0.9980730040907501 + - 0.5747023259669812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994770620175075 + - -0.02805881135892442 + - 0.01607188868726007 + - -0.0427475226574105 + - - -0.028766487944499125 + - -0.9985437562310692 + - 0.045638317927878744 + - -0.023463616594212245 + - - 0.01476792714602733 + - -0.04607678371014459 + - -0.9988287332324487 + - 0.5786214535530763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935046118209194 + - -0.026170329634247938 + - -0.11074159172325089 + - 0.025796781989941488 + - - -0.022167722005652604 + - -0.9990611162659225 + - 0.037222010512185065 + - -0.03028289110957142 + - - -0.11161173052884939 + - -0.03452535028531809 + - -0.993151963093278 + - 0.5761709665230165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900135355218426 + - -0.012603584931336656 + - -0.1404077958320695 + - 0.06443225420914947 + - - -0.02521440717856309 + - -0.9957656590887283 + - -0.088402408622302 + - -0.0326212227069092 + - - -0.13869907409271034 + - 0.09105988044396618 + - -0.9861392726280379 + - 0.5741341763255259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997835819792452 + - -0.018344034440586434 + - 0.009812522876023138 + - -0.034671966623962186 + - - -0.018264147010432715 + - -0.9997998162867369 + - -0.00816996248394312 + - 0.03751571930394633 + - - 0.009960428641941086 + - 0.007988976996481783 + - -0.9999184797311325 + - 0.5788040085320455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997498144473861 + - -0.03758015508035549 + - -0.05987640366071528 + - 0.04858127589545648 + - - -0.03654173581581528 + - -0.9991637371384677 + - 0.018344697627891177 + - 0.035275958234893906 + - - -0.06051572782981007 + - -0.016110814120584516 + - -0.9980372179200538 + - 0.5750336241468195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994486731386756 + - -0.029979518454685546 + - 0.014268084474304797 + - -0.04274408166350799 + - - -0.030538652152387342 + - -0.9987032956728848 + - 0.04073227144212705 + - -0.023451462758721432 + - - 0.013028449104026802 + - -0.04114554271539992 + - -0.9990682178052709 + - 0.5787924213811811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917477928408961 + - -0.027742551326797774 + - -0.1251665540034193 + - 0.02578110929142051 + - - -0.022994352414457284 + - -0.9989659180825957 + - 0.03922185954843977 + - -0.030303081993350005 + - - -0.12612523598491554 + - -0.036020068785022945 + - -0.9913601663837783 + - 0.5761867657114211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98615476506077 + - -0.01463942838046679 + - -0.16518010317417364 + - 0.0643846936926419 + - - -0.026048751295925158 + - -0.9974049086766315 + - -0.0671186315689102 + - -0.03257890339283773 + - - -0.16376886732178525 + - 0.07049209377265832 + - -0.9839769422154596 + - 0.5736576830891021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997993225633813 + - -0.017983845896750866 + - 0.00882586474889002 + - -0.03469739534879011 + - - -0.01794121582589806 + - -0.999827106053241 + - -0.00488577280373505 + - 0.037536189129157196 + - - 0.00891220379548893 + - 0.004726445595062874 + - -0.9999491153731497 + - 0.5789356973000844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977475936417851 + - -0.0359460598526937 + - -0.056635855807905575 + - 0.048565241007175367 + - - -0.035112822527699976 + - -0.9992609736499863 + - 0.01563957269938611 + - 0.035251643354883073 + - - -0.057156181434430645 + - -0.013615701272710855 + - -0.9982723994995988 + - 0.5749619102940224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992686295280788 + - -0.026086362956028637 + - 0.027959036263819854 + - -0.04275950600887069 + - - -0.027538982734024654 + - -0.9982202544099641 + - 0.052895445131721286 + - -0.023452600229938496 + - - 0.02652942651190087 + - -0.053626722381982114 + - -0.9982085774904546 + - 0.5786450402275589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922906147517369 + - -0.025660152265792144 + - -0.12124723692239894 + - 0.02577282091758417 + - - -0.021618118653592172 + - -0.9991696178491883 + - 0.034535948126344425 + - -0.03029078235290974 + - - -0.12203275306858888 + - -0.03164856004311579 + - -0.9920213585531803 + - 0.5761031082461824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877032059427052 + - -0.014370695739857015 + - -0.1556787078391079 + - 0.06439859074660453 + - - -0.025592975795397436 + - -0.997195873553311 + - -0.07032346235920102 + - -0.03258114519795685 + - - -0.15423156797633245 + - 0.07344299062675903 + - -0.985301350129675 + - 0.5736831269822542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997697886409069 + - -0.019604162840037725 + - 0.00872046559867058 + - -0.03467066572816737 + - - -0.019551168816855303 + - -0.9997901188614873 + - -0.00612127640515975 + - 0.03757320477608405 + - - 0.008838637836858001 + - 0.005949371922717946 + - -0.9999432401166151 + - 0.5789244832556428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980915084319075 + - -0.03600852817528723 + - -0.05016698809744454 + - 0.04855338913031065 + - - -0.03540226154051425 + - -0.999289600292844 + - 0.012921866134048825 + - 0.035231767983131185 + - - -0.05059664686455637 + - -0.011121180028162377 + - -0.998657247848753 + - 0.5749389933444286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995204177632919 + - -0.02701232615071836 + - 0.015141621783070358 + - -0.04276702979379824 + - - -0.027968946853100824 + - -0.9973608501208964 + - 0.06700054222207309 + - -0.023450793931993594 + - - 0.013291820274994518 + - -0.06739190516709402 + - -0.9976380398880784 + - 0.5786140676083663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9868352322483112 + - -0.03130667683428316 + - -0.15866983449608615 + - 0.025740043872822506 + - - -0.0177256198671223 + - -0.996111781681645 + - 0.08629670211164252 + - -0.030254297423909234 + - - -0.16075455450390166 + - -0.08234810489994925 + - -0.9835531316739526 + - 0.5758678875415186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873875467398211 + - -0.016313830166294948 + - -0.15747917795195324 + - 0.06437530429920994 + - - -0.025814401252683725 + - -0.9979551466759591 + - -0.0584734291018629 + - -0.03257477987605961 + - - -0.15620323053984228 + - 0.06180116639894777 + - -0.9857896157906344 + - 0.5736083076026337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999785532693464 + - -0.01849469584585853 + - 0.009318521471530427 + - -0.03469646274518706 + - - -0.01838482197210065 + - -0.9997620364945528 + - -0.011741750521904702 + - 0.037563663732392304 + - - 0.009533464108096057 + - 0.011567912941998968 + - -0.9998876419139632 + - 0.5790237354479711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995772830483477 + - -0.03820881800368193 + - -0.08352578223330946 + - 0.0485028859926785 + - - -0.037983945008216315 + - -0.9992691825069534 + - 0.004280281941416315 + - 0.035219640055714846 + - - -0.08362828464423698 + - -0.0010895497449531582 + - -0.9964964239217399 + - 0.5744568007754252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995549368362134 + - -0.02848035050611793 + - 0.008876817076067496 + - -0.042762885981616115 + - - -0.02882942050622452 + - -0.9986994412318674 + - 0.04205104750694603 + - -0.023432140914042998 + - - 0.007667643681638867 + - -0.04228824562694484 + - -0.9990760288997864 + - 0.5787816365900567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902038447940372 + - -0.02626478936825744 + - -0.13713681706437292 + - 0.025777835765174326 + - - -0.022978804826978148 + - -0.9994109437996032 + - 0.025489996906822954 + - -0.030278722185820377 + - - -0.1377255251717337 + - -0.022089052787008973 + - -0.9902240925483194 + - 0.5760898756160533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844359738056075 + - -0.015938130497467295 + - -0.1750193974211165 + - 0.06436556789101444 + - - -0.024610801079991754 + - -0.9985682688599232 + - -0.04749443016077601 + - -0.03258595285458273 + - - -0.17401184427390592 + - 0.05106259318073707 + - -0.9834187763257585 + - 0.5735371104831748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997984682168413 + - -0.019946693922286412 + - 0.0022698794744633512 + - -0.034701080092441404 + - - -0.01992238537237902 + - -0.9997487775452999 + - -0.010270363077962365 + - 0.037540906231596685 + - - 0.00247416901855677 + - 0.010223071859738463 + - -0.999944682114675 + - 0.5790020869822352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974558090995025 + - -0.038070128201121385 + - -0.06027084064792129 + - 0.0485727064092253 + - - -0.036722679048596905 + - -0.9990536210764416 + - 0.023308948014541163 + - 0.03527035108998192 + - - -0.061101176233773785 + - -0.021036338863999658 + - -0.9979098750438584 + - 0.5749651351678547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992544177072029 + - -0.028304630146947507 + - 0.026257505686629375 + - -0.0427630093044205 + - - -0.029653072340183634 + - -0.9981820265233021 + - 0.05247225196827196 + - -0.023416685462300458 + - - 0.024724562552787464 + - -0.05321174530193963 + - -0.9982771189246475 + - 0.5785836274631262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936001227098933 + - -0.026725529656434086 + - -0.10974762965762902 + - 0.025788952748467733 + - - -0.02472002368840414 + - -0.9995023710096093 + - 0.019594151551264895 + - -0.030306966707928498 + - - -0.11021668013386071 + - -0.016755787380850252 + - -0.9937663342101692 + - 0.5763259809810877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887022325502083 + - -0.015917368724258123 + - -0.1490454049044447 + - 0.06441514416130226 + - - -0.025576838665777073 + - -0.997678269393681 + - -0.06311811232518444 + - -0.032600264820378935 + - - -0.14769468735908772 + - 0.06621712884538108 + - -0.9868138482882046 + - 0.5739858888113613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998229268751418 + - -0.016922164984583217 + - 0.008231356331683929 + - -0.0347155843803258 + - - -0.01692242674440126 + - -0.9998568047677139 + - -3.785206319123459e-05 + - 0.03754375364046295 + - - 0.008230818179560308 + - -0.00010144916392186175 + - -0.9999661210961913 + - 0.5791651202499812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995582723242319 + - -0.03793551731303823 + - -0.08588327955778266 + - 0.04854201556965251 + - - -0.03704573790004794 + - -0.9992423445238687 + - 0.011931060886721459 + - 0.03525435552858397 + - - -0.08627082058754873 + - -0.008696748624277906 + - -0.9962337637715942 + - 0.5749045151312012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99936134643132 + - -0.028484866357565954 + - 0.02157571893520441 + - -0.0427472263476992 + - - -0.029517566770918748 + - -0.9983545180843771 + - 0.04916268373914325 + - -0.023466164051136437 + - - 0.0201398240037912 + - -0.04976814854002783 + - -0.9985577193532649 + - 0.5787057059464253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917509869229584 + - -0.02756692730047677 + - -0.12518004815683728 + - 0.025776240058165974 + - - -0.023570165663499464 + - -0.9991674993759163 + - 0.03329798014104822 + - -0.030310540508393463 + - - -0.1259937586864249 + - -0.03007279019460415 + - -0.9915751106507154 + - 0.5761972234401836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881804893604899 + - -0.016960531680310257 + - -0.152353735800551 + - 0.0643953961591618 + - - -0.024938335024485867 + - -0.9984072728431415 + - -0.05060629387859174 + - -0.0325975356613061 + - - -0.15125276821754174 + - 0.053807600755293686 + - -0.9870295548804445 + - 0.5736783013194249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998183392067568 + - -0.018745315230389498 + - 0.0034498902527494617 + - -0.03470048845983874 + - - -0.018739678734977144 + - -0.9998230204884939 + - -0.0016589581594384758 + - 0.0375578670523909 + - - 0.0034803773865104814 + - 0.0015940069567758207 + - -0.9999926730306925 + - 0.5790207855296872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960400284168753 + - -0.03666550234284673 + - -0.08099322644059043 + - 0.04854882468703383 + - - -0.036654664910085684 + - -0.9993266770452035 + - 0.001621137292433626 + - 0.0352379142885091 + - - -0.08099813165523875 + - 0.0013540619403432888 + - -0.9967133335039832 + - 0.5748302616303238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993762188192098 + - -0.028050333018423915 + - 0.021455816837732608 + - -0.042764883502645124 + - - -0.029134337104864048 + - -0.9982220113470648 + - 0.05200006215074723 + - -0.023455808692190633 + - - 0.019959049578548452 + - -0.052592726491188395 + - -0.9984165671001984 + - 0.5786686507486707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893687716153163 + - -0.03246637596794688 + - -0.14175813269053716 + - 0.02575317821669545 + - - -0.020554853044698184 + - -0.9961947097934668 + - 0.08469709673785447 + - -0.03026436690912918 + - - -0.14396850964259816 + - -0.08088284497356987 + - -0.986271277904954 + - 0.5758980177769899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841303162135725 + - -0.011268867239029368 + - -0.17708905482983103 + - 0.06438811255577157 + - - -0.025095409511255516 + - -0.9967895113663027 + - -0.07603216721618102 + - -0.032591751187575714 + - - -0.17566371603389289 + - 0.07926968311577924 + - -0.9812535738573833 + - 0.5737401593763964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998282088315991 + - -0.0185129721275875 + - 0.0009070212783576068 + - -0.03468944785489464 + - - -0.018503282690224943 + - -0.9997814818266717 + - -0.009727133501155243 + - 0.03754984684412488 + - - 0.0010869012291129002 + - 0.009708679594406388 + - -0.9999522789544761 + - 0.5790478279510904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960591850466318 + - -0.03867674071622479 + - -0.079813592901269 + - 0.04856719137318022 + - - -0.03661199360184969 + - -0.9989600435794103 + - 0.027173392433058503 + - 0.03524990131445499 + - - -0.08078156849639463 + - -0.02414417236918267 + - -0.996439359485498 + - 0.5749016237425086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993919889503549 + - -0.029258229583443977 + - 0.018963344206556907 + - -0.042752937715274955 + - - -0.03005900657703523 + - -0.9986047558993971 + - 0.04341655926842165 + - -0.023438878702323026 + - - 0.017666594053626316 + - -0.043960180808876356 + - -0.9988770664890632 + - 0.5787065234204881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909968962351138 + - -0.02926742514166345 + - -0.13064673542782543 + - 0.02578343159945536 + - - -0.021150279797414573 + - -0.997783609423303 + - 0.06309147668819332 + - -0.030284022846683717 + - - -0.13220369630559567 + - -0.059760242567972306 + - -0.9894194742834584 + - 0.5761004003387767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880659591599493 + - -0.014923691747900258 + - -0.15330669839880814 + - 0.06437591306691567 + - - -0.02511986277838054 + - -0.9975828203817647 + - -0.0647881854442551 + - -0.03258407585920094 + - - -0.1519692496636237 + - 0.06786604381999523 + - -0.9860525073508498 + - 0.5736573460346501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997833448765667 + - -0.018727368432833045 + - 0.009085646867721849 + - -0.03473078612791303 + - - -0.018617012354215378 + - -0.999753680606777 + - -0.012082423771959346 + - 0.03754833252804374 + - - 0.009309680898237457 + - 0.011910658452963244 + - -0.9998857264991783 + - 0.5791365252794253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962473631751311 + - -0.037681998719709044 + - -0.07791827987761533 + - 0.04855542403472308 + - - -0.03737989117081816 + - -0.9992868991209544 + - 0.005332633616264483 + - 0.0352577538981455 + - - -0.07806366057684165 + - -0.002400045356939943 + - -0.9969454873159456 + - 0.5747897985916631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995049397819292 + - -0.02773899862203008 + - 0.014846659791654766 + - -0.04274079916922728 + - - -0.02849818635536641 + - -0.9981539113247329 + - 0.053634155923178314 + - -0.023434836387606874 + - - 0.013331493763901062 + - -0.05403070666374825 + - -0.998450276183766 + - 0.5785816310860655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909189612205537 + - -0.02850565738521917 + - -0.13140410872805805 + - 0.025758363635563244 + - - -0.021966834819260008 + - -0.9984598393002674 + - 0.050945141794948884 + - -0.030262334649806814 + - - -0.13265395004145994 + - -0.04759597463568323 + - -0.9900189658470575 + - 0.576014589370954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894707463329631 + - -0.009445188212793216 + - -0.14442448051114448 + - 0.06441591522253455 + - - -0.026204183369044336 + - -0.9930680377000133 + - -0.11458277912760988 + - -0.032605545341068666 + - - -0.14234107954224084 + - 0.11716083355059422 + - -0.9828592758663265 + - 0.5738344644035716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997833448765667 + - -0.018727368432833045 + - 0.009085646867721849 + - -0.03473078612791303 + - - -0.018617012354215378 + - -0.999753680606777 + - -0.012082423771959346 + - 0.03754833252804374 + - - 0.009309680898237457 + - 0.011910658452963244 + - -0.9998857264991783 + - 0.5791365252794253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962473631751311 + - -0.037681998719709044 + - -0.07791827987761533 + - 0.04855542403472308 + - - -0.03737989117081816 + - -0.9992868991209544 + - 0.005332633616264483 + - 0.0352577538981455 + - - -0.07806366057684165 + - -0.002400045356939943 + - -0.9969454873159456 + - 0.5747897985916631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995049397819292 + - -0.02773899862203008 + - 0.014846659791654766 + - -0.04274079916922728 + - - -0.02849818635536641 + - -0.9981539113247329 + - 0.053634155923178314 + - -0.023434836387606874 + - - 0.013331493763901062 + - -0.05403070666374825 + - -0.998450276183766 + - 0.5785816310860655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909189612205537 + - -0.02850565738521917 + - -0.13140410872805805 + - 0.025758363635563244 + - - -0.021966834819260008 + - -0.9984598393002674 + - 0.050945141794948884 + - -0.030262334649806814 + - - -0.13265395004145994 + - -0.04759597463568323 + - -0.9900189658470575 + - 0.576014589370954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894707463329631 + - -0.009445188212793216 + - -0.14442448051114448 + - 0.06441591522253455 + - - -0.026204183369044336 + - -0.9930680377000133 + - -0.11458277912760988 + - -0.032605545341068666 + - - -0.14234107954224084 + - 0.11716083355059422 + - -0.9828592758663265 + - 0.5738344644035716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997833448765667 + - -0.018727368432833045 + - 0.009085646867721849 + - -0.03473078612791303 + - - -0.018617012354215378 + - -0.999753680606777 + - -0.012082423771959346 + - 0.03754833252804374 + - - 0.009309680898237457 + - 0.011910658452963244 + - -0.9998857264991783 + - 0.5791365252794253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962473631751311 + - -0.037681998719709044 + - -0.07791827987761533 + - 0.04855542403472308 + - - -0.03737989117081816 + - -0.9992868991209544 + - 0.005332633616264483 + - 0.0352577538981455 + - - -0.07806366057684165 + - -0.002400045356939943 + - -0.9969454873159456 + - 0.5747897985916631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995049397819292 + - -0.02773899862203008 + - 0.014846659791654766 + - -0.04274079916922728 + - - -0.02849818635536641 + - -0.9981539113247329 + - 0.053634155923178314 + - -0.023434836387606874 + - - 0.013331493763901062 + - -0.05403070666374825 + - -0.998450276183766 + - 0.5785816310860655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909189612205537 + - -0.02850565738521917 + - -0.13140410872805805 + - 0.025758363635563244 + - - -0.021966834819260008 + - -0.9984598393002674 + - 0.050945141794948884 + - -0.030262334649806814 + - - -0.13265395004145994 + - -0.04759597463568323 + - -0.9900189658470575 + - 0.576014589370954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894707463329631 + - -0.009445188212793216 + - -0.14442448051114448 + - 0.06441591522253455 + - - -0.026204183369044336 + - -0.9930680377000133 + - -0.11458277912760988 + - -0.032605545341068666 + - - -0.14234107954224084 + - 0.11716083355059422 + - -0.9828592758663265 + - 0.5738344644035716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997775556381122 + - -0.018243808591009165 + - 0.010583132351822573 + - -0.034678901269803046 + - - -0.018237234284370303 + - -0.9998334304472547 + - -0.0007173881316120327 + - 0.03757424136437112 + - - 0.010594457415958679 + - 0.0005242214885041831 + - -0.9999437397493381 + - 0.5789315261351525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972040391633239 + - -0.03887029542492273 + - -0.06382166097753436 + - 0.048567937392571786 + - - -0.03719692824987878 + - -0.998937656470168 + - 0.027201967110179456 + - 0.03528210368449559 + - - -0.06481120894664341 + - -0.02475194173128941 + - -0.9975905214943688 + - 0.5750329172668085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994790163316559 + - -0.027297749503967142 + - 0.017220011170844863 + - -0.04272418095931528 + - - -0.02840147921261467 + - -0.9973154848226887 + - 0.06749207147080856 + - -0.023409250334190532 + - - 0.015331402128989282 + - -0.0679459829931393 + - -0.9975711962079976 + - 0.5784616332006067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933332161795532 + - -0.02871707805640413 + - -0.1116443060002951 + - 0.025763973810664552 + - - -0.02343838602249275 + - -0.9985573585109145 + - 0.04830987294918368 + - -0.030267511521092336 + - - -0.11287056168481555 + - -0.04537103912859 + - -0.9925732744303298 + - 0.5759224029127948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986829829475841 + - -0.012975018048622167 + - -0.16124061697761094 + - 0.06441150134966064 + - - -0.02647542817169505 + - -0.9962917745310899 + - -0.08186422725963559 + - -0.03263002669258291 + - - -0.1595805105888815 + - 0.08505497579994821 + - -0.9835139611270711 + - 0.5741000673508208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998196630388537 + - -0.018230248772185816 + - 0.005319720911590578 + - -0.03472806536251668 + - - -0.01815637296533663 + - -0.9997423897911714 + - -0.013619844910309993 + - 0.03753459526935696 + - - 0.005566643658129175 + - 0.013520801911925246 + - -0.9998930944826261 + - 0.579070915469348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976087947320891 + - -0.03741878282300554 + - -0.058107894173110616 + - 0.048626169531389644 + - - -0.03567705506548909 + - -0.9988908555175059 + - 0.03072794339618443 + - 0.035293317254582 + - - -0.05919324636343859 + - -0.028581348035909723 + - -0.9978372944169843 + - 0.5752274439057034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991957766190827 + - -0.026665283330336905 + - 0.029945995583734925 + - -0.042748607628242966 + - - -0.028189753676595427 + - -0.998264966135783 + - 0.051695214223146754 + - -0.02343174786456884 + - - 0.028515570733216776 + - -0.05249780996229288 + - -0.9982138258784647 + - 0.5786970216472038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920567363940112 + - -0.029126623116748962 + - -0.12237267505892936 + - 0.025781806635716577 + - - -0.023134479066661738 + - -0.9984759669640142 + - 0.050105281893132236 + - -0.0302845622130506 + - - -0.12364557272129738 + - -0.04687625434152051 + - -0.9912186384069515 + - 0.5760061336158087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869533005275839 + - -0.019251131194660286 + - -0.15985173294473393 + - 0.06436934653985307 + - - -0.02482553477843915 + - -0.9991486767672279 + - -0.032948665181794796 + - -0.03257886752929026 + - - -0.15908134837457555 + - 0.036487198604763925 + - -0.986591003880181 + - 0.5735909731960931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997815919733679 + - -0.018842070381678438 + - -0.009041279496283505 + - -0.03471170052120774 + - - -0.01877323151096069 + - -0.9997945827093083 + - 0.0076392515180105786 + - 0.03757354990886421 + - - -0.009183361575910693 + - -0.007467849011022551 + - -0.9999299460968823 + - 0.5788425852621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968572696002573 + - -0.03869942357682666 + - -0.06912263493199129 + - 0.04855916952995825 + - - -0.037282944482200576 + - -0.999069837612888 + - 0.021666601553914006 + - 0.03526220159476184 + - - -0.06989682464788467 + - -0.019021413905918556 + - -0.997372858923464 + - 0.5749686328156618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985583767497548 + - -0.028394456444128465 + - 0.04555132342904281 + - -0.042747575859654975 + - - -0.030774289423253023 + - -0.998150626542391 + - 0.0524239434183088 + - -0.023443113512560294 + - - 0.04397853264251355 + - -0.053750177453424995 + - -0.9975854886125481 + - 0.5786138882701752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906740102067798 + - -0.030491364711861674 + - -0.13279789975306638 + - 0.02575540979343751 + - - -0.020766172163809646 + - -0.997041117957274 + - 0.07401199359679549 + - -0.030268898365933487 + - - -0.13466169312198717 + - -0.07056405445067139 + - -0.9883759115968996 + - 0.5758400095841028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892050259345614 + - -0.013883073604875614 + - -0.1458789804361324 + - 0.06439993755092195 + - - -0.025103672641249224 + - -0.9968403299762711 + - -0.07536021598110688 + - -0.03259406370331107 + - - -0.14437181956921125 + - 0.07820880257413283 + - -0.9864279806018251 + - 0.5737681549798752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998204942197475 + - -0.0187936886463881 + - 0.0024034569358189367 + - -0.03470242013568354 + - - -0.018781485259014102 + - -0.9998110949448122 + - -0.005003022758419546 + - 0.03754732964927544 + - - 0.0024970281626663653 + - 0.0049569841959049175 + - -0.9999845964603837 + - 0.5789771735406158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965082236593742 + - -0.03711761950850519 + - -0.07479065784749209 + - 0.04851335814990146 + - - -0.036316578638334915 + - -0.9992677732349617 + - 0.01204256991040292 + - 0.03522697745398061 + - - -0.07518288565388023 + - -0.009284379142578195 + - -0.9971265386141784 + - 0.5746184427953862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992411737920783 + - -0.025765977729389822 + - 0.029209433241301395 + - -0.042708983878092036 + - - -0.02770345092167039 + - -0.9973012074115133 + - 0.06799132667163112 + - -0.023431278574676907 + - - 0.027378740030542956 + - -0.06874893517129153 + - -0.9972582356176125 + - 0.5786579924799607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917258410376263 + - -0.03106630304154501 + - -0.12455818332628212 + - 0.025774147859723845 + - - -0.02121132049710939 + - -0.9965948507534221 + - 0.07967925284874107 + - -0.030272230747509343 + - - -0.12660938393729637 + - -0.07637793049759593 + - -0.9890078238476797 + - 0.5759246221780493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900859388150259 + - -0.013264420088394442 + - -0.1398352206008461 + - 0.06440736174097941 + - - -0.025033517897181744 + - -0.9962563420521379 + - -0.08274432852217488 + - -0.03260253985842215 + - - -0.1382141698324024 + - 0.08542456368406408 + - -0.9867114508187931 + - 0.573944096377794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998196116449892 + - -0.01896037317559381 + - -0.001117326767345405 + - -0.03468759666062214 + - - -0.01896946554151333 + - -0.9997814840216633 + - -0.008783142063685676 + - 0.03753529614353442 + - - -0.0009505509624119807 + - 0.00880275277874875 + - -0.9999608032299991 + - 0.5788801982623901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979659780271019 + - -0.037523076081808895 + - -0.05153567174073702 + - 0.048606523019920134 + - - -0.03620526256811307 + - -0.9989990048656263 + - 0.02627103423664271 + - 0.03527200460811084 + - - -0.0524698548004872 + - -0.024351735848757147 + - -0.9983255517607313 + - 0.5752648833100419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991491841556033 + - -0.028853691506826554 + - 0.029468157180612457 + - -0.042758634020619926 + - - -0.030670122928798914 + - -0.9975312593919252 + - 0.06317222566518263 + - -0.023443518492655944 + - - 0.027572656033192727 + - -0.06402226973787545 + - -0.9975674902566176 + - 0.5785658872767148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992675591517808 + - -0.031473321429547715 + - -0.11663875875094981 + - 0.025752101879856326 + - - -0.021196668324467722 + - -0.9958663896836739 + - 0.08832233664451461 + - -0.030268745559277353 + - - -0.11893641686511497 + - -0.08520307468980703 + - -0.9892393870073564 + - 0.5757803553498224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9923235534704777 + - -0.017187910923546698 + - -0.12246853043050777 + - 0.06440821910889892 + - - -0.025857003142219975 + - -0.9972431354844262 + - -0.06955245587105063 + - -0.03259440508014282 + - - -0.12093543986866385 + - 0.07218520933872424 + - -0.9900322797447052 + - 0.5737181093083938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998145101138369 + - -0.0190960674966785 + - 0.002507104303898269 + - -0.03470348540122959 + - - -0.019075404079561428 + - -0.9997858635299288 + - -0.008022221943875883 + - 0.03756588470138351 + - - 0.00265976033314612 + - 0.00797290987517427 + - -0.999964678567745 + - 0.5791100166944133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968905685522539 + - -0.03742448962610615 + - -0.06934408343751809 + - 0.04858124880482666 + - - -0.03677274084281603 + - -0.9992668812777293 + - 0.01065201916953475 + - 0.035251062821141474 + - - -0.06969189237257865 + - -0.008068925436916539 + - -0.9975359304705886 + - 0.5749440828390773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990727306447893 + - -0.02919556907774169 + - 0.031643287253240095 + - -0.042746095528590995 + - - -0.031072401854143585 + - -0.99768199946557 + - 0.06054034840829661 + - -0.023443717189191228 + - - 0.029802428172530974 + - -0.061467444135982596 + - -0.9976640559759643 + - 0.5786706946544481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913188043220544 + - -0.026842552275262846 + - -0.1287109380932408 + - 0.025770529068788444 + - - -0.020205982946272835 + - -0.9984115655468173 + - 0.05259338395205079 + - -0.030258221536462147 + - - -0.12991822986273793 + - -0.04953607947448692 + - -0.9902865395326899 + - 0.575876107164366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885101373137073 + - -0.011711456291423564 + - -0.15070019979936852 + - 0.06442769632871236 + - - -0.02608561078596548 + - -0.995252797053637 + - -0.09376252378661515 + - -0.03261825308074644 + - - -0.14888669966776294 + - 0.09661631202052026 + - -0.9841229795678968 + - 0.5740790219791356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998270272272319 + - -0.01859741316080295 + - -0.00022770525348262045 + - -0.03472544747077432 + - - -0.018598256289678098 + - -0.9998167074402168 + - -0.004544929745042756 + - 0.037561908625936655 + - - -0.00014313958054845054 + - 0.004548378516605497 + - -0.9999896458283606 + - 0.5790682896002582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970186130445239 + - -0.03833852858614529 + - -0.06696299327705685 + - 0.04857612274537938 + - - -0.036524905384824065 + - -0.9989375437977508 + - 0.028101866093683273 + - 0.03528650174433989 + - - -0.06796923222608514 + - -0.02557226656295792 + - -0.9973596355645392 + - 0.574960681172275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992024852485673 + - -0.028572248519953086 + - 0.027893011447325654 + - -0.04272164311474672 + - - -0.029967462668810462 + - -0.9982512554668075 + - 0.05095470675155658 + - -0.02346512382393711 + - - 0.026388343151476045 + - -0.05174995240053573 + - -0.9983113731558222 + - 0.5785454884512872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912604360724901 + - -0.029526913734441423 + - -0.12857258355767515 + - 0.025748699251647068 + - - -0.021994904779108062 + - -0.9979792292181804 + - 0.05961276887416534 + - -0.030275695481345916 + - - -0.1300729489214974 + - -0.056263837537138726 + - -0.9899067676021112 + - 0.575806546276185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988538822637423 + - -0.015845097746975203 + - -0.15013303772323547 + - 0.06438172966128425 + - - -0.02567998032388549 + - -0.9976324223256601 + - -0.06379724551421544 + - -0.03258986556638677 + - - -0.14876671250378057 + - 0.06692146742283099 + - -0.9866052819891007 + - 0.5737134582210625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997740256319424 + - -0.01925680171280759 + - 0.009004069052040188 + - -0.034678039659895465 + - - -0.019048421556577644 + - -0.9995612332206387 + - -0.022682563317202246 + - 0.037541802343604394 + - - 0.009436911989798645 + - 0.022505924336262917 + - -0.9997021696794838 + - 0.5791145313652794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971444798219303 + - -0.037568204800819294 + - -0.0655096660707082 + - 0.04856349136981509 + - - -0.03643389590382182 + - -0.9991661958593363 + - 0.01842509921960972 + - 0.03523096083646351 + - - -0.06614724174084265 + - -0.015985713622690877 + - -0.9976818126888213 + - 0.5748881547099834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987009105013751 + - -0.02830519195804321 + - 0.04237106880812239 + - -0.042747352810551344 + - - -0.03032495510279937 + - -0.9983960040230087 + - 0.047810210718031085 + - -0.02344572275776429 + - - 0.04094982859228496 + - -0.04903300173462419 + - -0.997957351934017 + - 0.578709691743786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916608566599865 + - -0.02786993926879288 + - -0.12582532278335568 + - 0.025782496440850837 + - - -0.022208461833434813 + - -0.9986864333614884 + - 0.04617566504884834 + - -0.03029741695944852 + - - -0.12694695581767496 + - -0.042996212680471775 + - -0.9909771925245112 + - 0.5760744187038427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872076856584026 + - -0.013524763893542627 + - -0.15886493048689035 + - 0.06438561288352426 + - - -0.02546698843883637 + - -0.9969789360638062 + - -0.07337869953152826 + - -0.03259717416205027 + - - -0.15739255978869124 + - 0.0764858274891895 + - -0.9845697031274415 + - 0.5735904628567999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997721497456484 + - -0.018479226591961526 + - 0.010684885470969244 + - -0.034676634428606294 + - - -0.018394759967644007 + - -0.9997991932925941 + - -0.00795021365819416 + - 0.03753097308328179 + - - 0.010829653673943087 + - 0.007751856296469745 + - -0.9999113097296487 + - 0.5788877409561086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964316659274323 + - -0.03749083385464425 + - -0.07561992140941155 + - 0.04853327018868235 + - - -0.036266558776917306 + - -0.9991889306432121 + - 0.017499074105633568 + - 0.0352659068753737 + - - -0.07621464328829809 + - -0.014694157238763756 + - -0.9969831542666505 + - 0.5748941819916901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990108045986734 + - -0.02822980585572045 + - 0.034358264747501886 + - -0.042756330040162334 + - - -0.030721471178475672 + - -0.9967629624586412 + - 0.07429527494601817 + - -0.023394552082912932 + - - 0.0321497045669348 + - -0.0752773188418841 + - -0.9966442302869349 + - 0.5784714389042778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9938462684071756 + - -0.028912543535941138 + - -0.10692829185680684 + - 0.025768876835595023 + - - -0.024608574414870667 + - -0.9988414632597747 + - 0.04135395190716668 + - -0.03030081607394989 + - - -0.10800005943702036 + - -0.03846811795961417 + - -0.9934063574702175 + - 0.5761455243428603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890623670126015 + - -0.015246345208368041 + - -0.1467078154605856 + - 0.06441360260660237 + - - -0.025094441017945106 + - -0.997536159528729 + - -0.06551243746550331 + - -0.03260219918941836 + - - -0.1453475255703613 + - 0.06847743709034299 + - -0.9870080736347154 + - 0.5738537347667201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998116104270242 + - -0.01830243592358828 + - 0.006462545518864718 + - -0.03469392647741757 + - - -0.018271399959576794 + - -0.9998214011479343 + - -0.004829259787877547 + - 0.037547560830923275 + - - 0.006549778533479616 + - 0.0047102702517561705 + - -0.9999674563481143 + - 0.578998106264101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970283916925233 + - -0.03779775222004713 + - -0.06712463099438366 + - 0.04855471888653928 + - - -0.03670260640320846 + - -0.9991734386486449 + - 0.017474500915728615 + - 0.03523407106634923 + - - -0.06772964522446144 + - -0.014958924632290956 + - -0.9975915625804049 + - 0.5747619908783774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99943029751177 + - -0.02787363799681508 + - 0.01902999528001282 + - -0.042763690710925534 + - - -0.029134937759277946 + - -0.9971507850365322 + - 0.06958065322194462 + - -0.02343592543484533 + - - 0.01703630879321586 + - -0.07009545067871395 + - -0.9973948024613183 + - 0.5786167855314954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927101647409043 + - -0.03218744743376661 + - -0.11614859899191668 + - 0.025761651984437355 + - - -0.02342897825519306 + - -0.9968325146820746 + - 0.07600013585862721 + - -0.03025663726977975 + - - -0.11822695038782083 + - -0.07272486438839616 + - -0.9903198888751481 + - 0.5758518817186988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875534935148733 + - -0.0148301111451122 + - -0.15658277443573593 + - 0.06440281283529843 + - - -0.024337202007559615 + - -0.9979627796825417 + - -0.058974494205014924 + - -0.03260224319587719 + - - -0.15538918252250433 + - 0.06205125439278179 + - -0.985902552884041 + - 0.5737769003284598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997405621465826 + - -0.01784209385183428 + - 0.014158675284693008 + - -0.03469120671290955 + - - -0.01772441681059645 + - -0.9998076767503693 + - -0.008393721448426763 + - 0.037527665632233434 + - - 0.014305713808100771 + - 0.008140589537120211 + - -0.9998645295010866 + - 0.5789889633340443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996840887867834 + - -0.03795677427632734 + - -0.06976766845326289 + - 0.048565943132902516 + - - -0.03649187211397752 + - -0.9990883725297939 + - 0.022153264892249943 + - 0.03526043482449531 + - - -0.07054493280516742 + - -0.019537327409474895 + - -0.9973172540837799 + - 0.5750340935495492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994903293710876 + - -0.027905840026364325 + - 0.015503083115877914 + - -0.042780209696831675 + - - -0.02864996696249771 + - -0.9983355642651905 + - 0.05005277730907026 + - -0.023402612314822782 + - - 0.014080514433877972 + - -0.05047142969766709 + - -0.998626243345102 + - 0.5785853335082589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935281247969854 + - -0.030002864983468193 + - -0.10955224018781971 + - 0.025769971149199312 + - - -0.02159298057051684 + - -0.9967847889414375 + - 0.07716105056992976 + - -0.03027858253647609 + - - -0.11151505919590969 + - -0.0742961144862755 + - -0.9909815734637931 + - 0.5758567743443165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833136812772112 + - -0.011206537891234908 + - -0.1815726238218515 + - 0.0644079700132772 + - - -0.025891501976882267 + - -0.9965613207364461 + - -0.07870936499179615 + - -0.032604876816098284 + - - -0.18006619432431056 + - 0.0820971833897059 + - -0.9802225350097993 + - 0.5739330959118571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997105868690292 + - -0.01779001975817206 + - 0.01619437244801499 + - -0.03470440326357778 + - - -0.01791023258469283 + - -0.9998128864921041 + - 0.007308595835648573 + - 0.03755660505888696 + - - 0.016061322197857393 + - -0.0075965256091518685 + - -0.9998421509057946 + - 0.5791393507013608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970740877931883 + - -0.03766142336182388 + - -0.06651977632060219 + - 0.048567524042303585 + - - -0.03684160416481171 + - -0.9992298065344858 + - 0.013508883581482414 + - 0.03525152448325297 + - - -0.06697730700726037 + - -0.011018662505775517 + - -0.9976936550979161 + - 0.5748721863224764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993771853395211 + - -0.028734946427916654 + - 0.02048278000275102 + - -0.0427951310743058 + - - -0.029676723864676572 + - -0.998441538305487 + - 0.047262952159510783 + - -0.02345572074888654 + - - 0.019092759976390872 + - -0.04784137790613089 + - -0.9986724533482069 + - 0.5788676009653084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923057191487226 + - -0.02935191498923916 + - -0.12028227147506455 + - 0.025782280062821253 + - - -0.021951932688551192 + - -0.9978102971915993 + - 0.06239169391554012 + - -0.030296436377980598 + - - -0.12185020474325829 + - -0.059271206372720354 + - -0.9907771957908343 + - 0.5759916545666037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834043616371819 + - -0.01121317999156551 + - -0.1810804409853357 + - 0.0643785839524661 + - - -0.026478836906640654 + - -0.9962716792612625 + - -0.08210732182951937 + - -0.03261050883625635 + - - -0.1794846308435305 + - 0.08553949787333041 + - -0.9800348267253265 + - 0.5737326693808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998417735819162 + - -0.017241492246814292 + - -0.004377070443964477 + - -0.03471461140369034 + - - -0.017230654959041514 + - -0.9998484115782481 + - 0.0025016782640406095 + - 0.03753178446317709 + - - -0.00441953959715746 + - -0.0024258626418983214 + - -0.9999872913493411 + - 0.5789232999790965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996526063801614 + - -0.03796133364236451 + - -0.07412652232604998 + - 0.048535151091232166 + - - -0.03569132221962004 + - -0.9988595852249793 + - 0.031712119487630655 + - 0.03527653247422747 + - - -0.07524582169314491 + - -0.02895628001445613 + - -0.9967445009456777 + - 0.5750066745325056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995596949866516 + - -0.026373495752978284 + - 0.013596134743356492 + - -0.04276641121695989 + - - -0.02718154337341761 + - -0.9976344158524529 + - 0.06314060505391766 + - -0.023452736453319776 + - - 0.011898733463309713 + - -0.06348236785520395 + - -0.9979120247363825 + - 0.578708119108213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908341175559421 + - -0.031087600442989506 + - -0.13145840629581093 + - 0.025771507797973308 + - - -0.02120026441547808 + - -0.9968858897843245 + - 0.07595440433332307 + - -0.030286097151830074 + - - -0.13341027050362833 + - -0.07247126221898684 + - -0.9884076162578554 + - 0.5759880507915055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889599736377722 + - -0.013588578128365208 + - -0.14755853444252606 + - 0.06441133339165553 + - - -0.024475497532531008 + - -0.9970885712657241 + - -0.07221724912935819 + - -0.0326028439473314 + - - -0.1461475985533526 + - 0.07503153734081446 + - -0.986413274363926 + - 0.5738397294091458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998417735819162 + - -0.017241492246814292 + - -0.004377070443964477 + - -0.03471461140369034 + - - -0.017230654959041514 + - -0.9998484115782481 + - 0.0025016782640406095 + - 0.03753178446317709 + - - -0.00441953959715746 + - -0.0024258626418983214 + - -0.9999872913493411 + - 0.5789232999790965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996526063801614 + - -0.03796133364236451 + - -0.07412652232604998 + - 0.048535151091232166 + - - -0.03569132221962004 + - -0.9988595852249793 + - 0.031712119487630655 + - 0.03527653247422747 + - - -0.07524582169314491 + - -0.02895628001445613 + - -0.9967445009456777 + - 0.5750066745325056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995596949866516 + - -0.026373495752978284 + - 0.013596134743356492 + - -0.04276641121695989 + - - -0.02718154337341761 + - -0.9976344158524529 + - 0.06314060505391766 + - -0.023452736453319776 + - - 0.011898733463309713 + - -0.06348236785520395 + - -0.9979120247363825 + - 0.578708119108213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908341175559421 + - -0.031087600442989506 + - -0.13145840629581093 + - 0.025771507797973308 + - - -0.02120026441547808 + - -0.9968858897843245 + - 0.07595440433332307 + - -0.030286097151830074 + - - -0.13341027050362833 + - -0.07247126221898684 + - -0.9884076162578554 + - 0.5759880507915055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889599736377722 + - -0.013588578128365208 + - -0.14755853444252606 + - 0.06441133339165553 + - - -0.024475497532531008 + - -0.9970885712657241 + - -0.07221724912935819 + - -0.0326028439473314 + - - -0.1461475985533526 + - 0.07503153734081446 + - -0.986413274363926 + - 0.5738397294091458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996724970248875 + - -0.017679347568925686 + - 0.018502415019762058 + - -0.0347232633868087 + - - -0.017798629867208805 + - -0.9998217299851708 + - 0.006302144421548152 + - 0.03756867610790667 + - - 0.018387698792303998 + - -0.006629398087086736 + - -0.9998089535576916 + - 0.5790106330230042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967252072856672 + - -0.03683028650927725 + - -0.07198882661210944 + - 0.04856307000338365 + - - -0.036812399250453445 + - -0.9993209517081753 + - 0.00157567080730361 + - 0.0352463796318167 + - - -0.07199797512964527 + - 0.0010795706147929747 + - -0.9974041939477293 + - 0.5748552622631313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995616203327866 + - -0.029480026679668172 + - 0.0027377334895957632 + - -0.042774115365116654 + - - -0.029581161850384816 + - -0.9982677201519317 + - 0.05085777980061076 + - -0.023430434198275667 + - - 0.0012337022636516592 + - -0.050916470121485514 + - -0.9987021533215465 + - 0.5786462015299498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934058260105362 + - -0.029806565446439365 + - -0.11070877790225804 + - 0.025777696017021613 + - - -0.02236986987659463 + - -0.9974468590306849 + - 0.0678185249878334 + - -0.03028148843942499 + - - -0.1124475600892638 + - -0.06489477687848451 + - -0.9915362898874974 + - 0.5758610316131128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883027926274474 + - -0.014451583081076858 + - -0.15181812089220287 + - 0.0644194736274377 + - - -0.02589308796512526 + - -0.996947303285423 + - -0.073658824777161 + - -0.03261003093584826 + - - -0.1502901795874204 + - 0.07672826218788585 + - -0.9856600000513399 + - 0.5739779421389832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999815302667062 + - -0.018542669107434906 + - -0.005052719578959597 + - -0.03471980624972679 + - - -0.018501044743768603 + - -0.9997955104898449 + - 0.008163856180751378 + - 0.037569663089006 + - - -0.005203066034608304 + - -0.008068867747280257 + - -0.9999539096763995 + - 0.5789664630364143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963590925524998 + - -0.03796307253374927 + - -0.07633717188733426 + - 0.048559443895689995 + - - -0.036718396150987195 + - -0.9991698894763241 + - 0.017643450568681496 + - 0.03525061201087455 + - - -0.07694360319128739 + - -0.01477623387970124 + - -0.9969259475208146 + - 0.5749439870059994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995709429652802 + - -0.029176205186661103 + - 0.002584382016382135 + - -0.04275593161643755 + - - -0.029277115784820906 + - -0.9978807275604427 + - 0.05811113537666131 + - -0.023418559125555433 + - - 0.0008834425974222169 + - -0.05816186563675822 + - -0.998306774951883 + - 0.5786617098186011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933674563919477 + - -0.027968284550681274 + - -0.11152968950321789 + - 0.025790626786847133 + - - -0.024321053626928504 + - -0.9991282536057698 + - 0.03392962123514308 + - -0.03028669580030054 + - - -0.11238141719994517 + - -0.030992061983293847 + - -0.9931817100421027 + - 0.5762960025327465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898123364174813 + - -0.014827332624842291 + - -0.14160398611267633 + - 0.06442234669574876 + - - -0.024707257449293796 + - -0.9973608762239252 + - -0.06827030106260548 + - -0.032603930817943584 + - - -0.140218009203886 + - 0.0710734323434345 + - -0.9875664418710381 + - 0.5739629798924514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998038553896388 + - -0.01973097901723584 + - 0.001714413904419898 + - -0.034686155749020155 + - - -0.0197405703335589 + - -0.9997884842563429 + - 0.005770323328037462 + - 0.037554819967949786 + - - 0.0016001971503797952 + - -0.0058030350184776576 + - -0.9999818819126945 + - 0.5789947938853999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973404201111837 + - -0.03616286926160536 + - -0.06327980166858439 + - 0.04854514835067742 + - - -0.035976624855752024 + - -0.9993443008972653 + - 0.004080530375432911 + - 0.03524344603072698 + - - -0.06338587284589385 + - -0.0017930841933336554 + - -0.9979874828737283 + - 0.575042480916615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992318610269175 + - -0.030426609224805362 + - 0.024696343044344257 + - -0.04279078226345824 + - - -0.031196130163400615 + - -0.9990200560584419 + - 0.031396322329470164 + - -0.023473859222006534 + - - 0.02371685838198449 + - -0.0321426359228488 + - -0.9992018622803003 + - 0.5787613858236682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989543658663333 + - -0.029845008853117562 + - -0.14111209390318902 + - 0.025755097448332594 + - - -0.02178699832779933 + - -0.9980608777213563 + - 0.0583078988297526 + - -0.03030954935255349 + - - -0.1425786600548959 + - -0.05462380258306382 + - -0.9882750456671044 + - 0.5761231275230065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910815694743871 + - -0.016611282792755883 + - -0.13221719983483532 + - 0.06441944124190754 + - - -0.025839833275434865 + - -0.9973238610444047 + - -0.068391660367173 + - -0.03260831891992458 + - - -0.13072729502473235 + - 0.07119818449553404 + - -0.9888585302560001 + - 0.5740659742543461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998245093080775 + - -0.018249464566154845 + - 0.004231740766014476 + - -0.034697410695627436 + - - -0.018305149311197505 + - -0.9997410820593018 + - 0.013516299478447312 + - 0.03756364138798006 + - - 0.003983979864012309 + - -0.013591390140267782 + - -0.9998996959788007 + - 0.5790077294088392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965024913283513 + - -0.036643790009963186 + - -0.07510004946799148 + - 0.048539424769820226 + - - -0.03701090939386139 + - -0.9993087251756491 + - -0.003502052777772785 + - 0.03526006190203146 + - - -0.07491980620789424 + - 0.006269325444148295 + - -0.9971698542355995 + - 0.574844515554407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996739736709976 + - -0.025131665492360664 + - 0.004510626831998095 + - -0.042723231527313776 + - - -0.025384684685332913 + - -0.9972553313013245 + - 0.06955157780031175 + - -0.0234357354462799 + - - 0.0027502996679775685 + - -0.06964340299458867 + - -0.9975681592107232 + - 0.5786201863703109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896420486735704 + - -0.031015418087015825 + - -0.1401665414357725 + - 0.025762642537419975 + - - -0.01944638544087478 + - -0.9963459308114592 + - 0.08316624464728407 + - -0.030260467951965443 + - - -0.14223379904391026 + - -0.0795790801425512 + - -0.9866289659305579 + - 0.5759065731714372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883124659905936 + - -0.01670022506568567 + - -0.15152416325572401 + - 0.06442342295882517 + - - -0.025645352471339547 + - -0.9980290918611809 + - -0.057273446686636705 + - -0.032613072342159266 + - - -0.15026904359918117 + - 0.06048995190526855 + - -0.9867928760658365 + - 0.5742371715427668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998087211154736 + - -0.018909439576238883 + - 0.004995425542801742 + - -0.03468936082356851 + - - -0.018873601788131807 + - -0.9997964799938465 + - -0.007126411962337945 + - 0.03756450065696275 + - - 0.005129165330161748 + - 0.007030767157750011 + - -0.9999621292709985 + - 0.5789051573943063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976053901513809 + - -0.03637258049173413 + - -0.05882619254450564 + - 0.048571186986136286 + - - -0.036194892559822875 + - -0.9993364067109097 + - 0.004083622743419047 + - 0.03525196126189382 + - - -0.05893568777484325 + - -0.0019446363413277764 + - -0.9982598875523381 + - 0.5749675449357787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999640667678994 + - -0.026795173974747455 + - -0.0007444286117955957 + - -0.04275938353075756 + - - -0.026716804751468183 + - -0.9982057251919495 + - 0.053586775774305345 + - -0.023452615236002314 + - - -0.0021789598819093535 + - -0.05354763155991839 + - -0.9985629190432398 + - 0.5786475098606845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883774748711098 + - -0.03218720179690082 + - -0.1485730500726643 + - 0.025747508332923403 + - - -0.02090979053970394 + - -0.9968232047269772 + - 0.07685232057280753 + - -0.030269915391537682 + - - -0.15057472506033187 + - -0.0728524711888722 + - -0.9859106296286093 + - 0.5757925876744305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912672240227073 + - -0.01423564098851959 + - -0.13109781502359988 + - 0.06440322336130223 + - - -0.02596143882449074 + - -0.9957667640051541 + - -0.08817343929363063 + - -0.03260493582421988 + - - -0.12928764160768905 + - 0.0908069283058915 + - -0.9874405336521141 + - 0.5738616603046813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997201490517132 + - -0.017103697012094885 + - 0.016342800510884773 + - -0.03468491514678938 + - - -0.01718831025920751 + - -0.9998395116492774 + - 0.0050510330990637025 + - 0.03756168017548196 + - - 0.016253786342060147 + - -0.005330524688346524 + - -0.9998536892646313 + - 0.5790074869678806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982974326532285 + - -0.03647877166224281 + - -0.04551412062192082 + - 0.04858214530217867 + - - -0.03576652459270764 + - -0.999226145166196 + - 0.016366628695741 + - 0.03526556198815977 + - - -0.04607593381074384 + - -0.014710881493607504 + - -0.998829614243165 + - 0.5749454415867662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994953547148796 + - -0.026726363522700768 + - 0.01716791764394526 + - -0.04273022789686952 + - - -0.027670568130472584 + - -0.9979709698526505 + - 0.057343552302743156 + - -0.023429781991879325 + - - 0.015600498796952359 + - -0.05778966018426665 + - -0.9982068821707621 + - 0.5786475824815732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908497895089599 + - -0.02584450582398018 + - -0.1324717182977714 + - 0.025751319012189314 + - - -0.022200823711382413 + - -0.9993354703221797 + - 0.028909188547659823 + - -0.030277481394793276 + - - -0.1331308306012772 + - -0.025703682122650832 + - -0.9907651097352752 + - 0.5761836915941444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864476725349947 + - -0.011081695418065874 + - -0.16370151305639544 + - 0.06439601277649708 + - - -0.026173489279977973 + - -0.9955684335399011 + - -0.09032409754777225 + - -0.03260184844267416 + - - -0.16197511478373108 + - 0.09338463559692149 + - -0.9823662107509747 + - 0.5738281877585046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998290445931494 + - -0.018480260819799196 + - 0.0006012886015070749 + - -0.034732606229405535 + - - -0.01846292945292369 + - -0.9995953880145173 + - -0.021637478968739514 + - 0.03752117713840028 + - - 0.001000911567757397 + - 0.021622678375688716 + - -0.999765701530061 + - 0.578982918578741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966343383491897 + - -0.036886491872672886 + - -0.0732078024571165 + - 0.048546628306914516 + - - -0.037143542177219976 + - -0.999307622395294 + - -0.0021524630526516177 + - 0.03523383368804399 + - - -0.0730777182033076 + - 0.004864415688568017 + - -0.9973143860198781 + - 0.5747975097453454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999587808579674 + - -0.026138590022891612 + - 0.011873796802209027 + - -0.042703831284676086 + - - -0.026997387249300366 + - -0.9965017766067205 + - 0.07909077254245196 + - -0.023424606110662296 + - - 0.009764938330387562 + - -0.07937873349497175 + - -0.9967967007610623 + - 0.578573337731694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9886364062293788 + - -0.028573013856805746 + - -0.1475860398445518 + - 0.025784859399198938 + - - -0.01952796431555584 + - -0.9978616470752598 + - 0.06237621266107557 + - -0.030281251790624464 + - - -0.14905272519329935 + - -0.05878533979988661 + - -0.9870803254735971 + - 0.5759953038387041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891449516552981 + - -0.017047858601313488 + - -0.14595079695550667 + - 0.06440356179784149 + - - -0.025907552016420577 + - -0.9979205980607179 + - -0.05901930798184067 + - -0.03259474651129502 + - - -0.14464115376805586 + - 0.06215987840438977 + - -0.9875297900080772 + - 0.5739297939548739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997447904774782 + - -0.018212662181661034 + - 0.013366108236871411 + - -0.03471742271299254 + - - -0.018056063378321625 + - -0.9997679929584671 + - -0.011744736313638319 + - 0.03754888457934587 + - - 0.013576910120535546 + - 0.011500399647645116 + - -0.9998416916289917 + - 0.5791136745755225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957776902002398 + - -0.03654631990167559 + - -0.08420901496347996 + - 0.048517543314309575 + - - -0.0361230134236941 + - -0.9993259146911706 + - 0.006545542593732692 + - 0.03522567860515237 + - - -0.0843914663971827 + - -0.003476021907172582 + - -0.9964266142928107 + - 0.5747413227587168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991143727879976 + - -0.028582986416920968 + - 0.03087851965260408 + - -0.04277115458688281 + - - -0.03076319709062928 + - -0.9968861408383382 + - 0.07260611481967766 + - -0.02343824365251156 + - - 0.02870706869760901 + - -0.07349173485457552 + - -0.9968825753893261 + - 0.5786667783794519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909224926440249 + - -0.02780780622832728 + - -0.13152695345411292 + - 0.025790768660572092 + - - -0.023734009475620852 + - -0.9991918364564422 + - 0.03244026437954923 + - -0.030281678369925954 + - - -0.1323227507511982 + - -0.029024125681434632 + - -0.9907816559474978 + - 0.5761335415976379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852318921350134 + - -0.013045606433464231 + - -0.1707276511665423 + - 0.06439089562862976 + - - -0.0249752563800211 + - -0.9973784408562405 + - -0.06791525810837634 + - -0.03260156174133149 + - - -0.16939408280342502 + - 0.07117624510999662 + - -0.9829748658247719 + - 0.5737520790450175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998049264162602 + - -0.01746763537006299 + - 0.009219047041590168 + - -0.034693641449466336 + - - -0.017503542294093052 + - -0.9998394708359721 + - 0.0038286506241778564 + - 0.03755234470513762 + - - 0.009150689642612947 + - -0.0039892697353834175 + - -0.9999501740617093 + - 0.57881527143488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981029854565437 + - -0.03813688278145215 + - -0.04833227280449483 + - 0.04858047445564708 + - - -0.036937920925808165 + - -0.9989931321764222 + - 0.025461968934484214 + - 0.03528146199849027 + - - -0.049254648718806984 + - -0.023628373538093446 + - -0.9985067248364087 + - 0.5748821132463484 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999323235691724 + - -0.02933982930901014 + - 0.022186595564469256 + - -0.04276743729496158 + - - -0.03015742692825129 + - -0.9988429245489957 + - 0.037461202322892975 + - -0.023445450361157416 + - - 0.021061818717536273 + - -0.03810494055273787 + - -0.9990517570665607 + - 0.5787385578700578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917008704508999 + - -0.028763438577482724 + - -0.125307813595668 + - 0.025781113068263493 + - - -0.021619805535909024 + - -0.9980824305430415 + - 0.05800039525628212 + - -0.03028686164548653 + - - -0.12673581796602246 + - -0.05480991190008294 + - -0.9904210750998734 + - 0.5759900015905337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989513232175777 + - -0.016430347808470004 + - -0.1435047282145763 + - 0.06440656114318073 + - - -0.024807039265440013 + - -0.9980785075328575 + - -0.05677942940771915 + - -0.0325744232628134 + - - -0.14229607918677742 + - 0.05974392414192383 + - -0.988019478237243 + - 0.573778340322735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997403801149526 + - -0.019354050331956165 + - 0.012024687245760115 + - -0.03467625014175827 + - - -0.019199997749515 + - -0.999733758203193 + - -0.012797374548614805 + - 0.03756900746399103 + - - 0.012269166802552552 + - 0.012563178127648367 + - -0.9998458051626278 + - 0.5790596139176564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969623426935347 + - -0.036663995269244784 + - -0.06871563651684935 + - 0.048567541386815405 + - - -0.03676820397763143 + - -0.9993237892211929 + - -0.00025193819923863205 + - 0.035241320562609105 + - - -0.06865993320181903 + - 0.002777723437231233 + - -0.9976362552680351 + - 0.5750826804169296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99962666717296 + - -0.025353142768721054 + - 0.01018550089240066 + - -0.04276535313886498 + - - -0.025961823960353424 + - -0.9975542721350841 + - 0.06489574594450735 + - -0.02342834640473697 + - - 0.008515278817036245 + - -0.06513595241332755 + - -0.9978400662079453 + - 0.5786197950691891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990025346856099 + - -0.030057630543189252 + - -0.13764574613328956 + - 0.02574633272358672 + - - -0.02156047223493359 + - -0.9977924363016379 + - 0.06281241992033426 + - -0.030260705489593764 + - - -0.1392298768923808 + - -0.05921818053073637 + - -0.9884878595486956 + - 0.5759168000365189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851416758868659 + - -0.014415017851491163 + - -0.17113762207988842 + - 0.0643921287214699 + - - -0.025388654484605255 + - -0.9977465134892303 + - -0.06210725435523836 + - -0.03258894940420293 + - - -0.16985668857680836 + - 0.0655293985965546 + - -0.9832876503166785 + - 0.5736912286799937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998086155762336 + - -0.01956345644066337 + - -5.8237698051317025e-05 + - -0.0346731840352444 + - - -0.01956350170019182 + - -0.9998081945408308 + - -0.000918439018650895 + - 0.03754647270454075 + - - -4.0258686008118936e-05 + - 0.0009194025770333881 + - -0.9999995765389802 + - 0.5787506896806727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966336827039789 + - -0.03640416651306143 + - -0.07345773723981595 + - 0.04856780000331688 + - - -0.03634717883694842 + - -0.9993369893705115 + - 0.0021128810846819425 + - 0.03524108389479347 + - - -0.0734859516540368 + - 0.0005642130558710141 + - -0.9972960927293003 + - 0.5749709100228584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994306834841005 + - -0.02719140903798631 + - 0.019973386919418887 + - -0.042771835737176696 + - - -0.028535279890078456 + - -0.9971103593753691 + - 0.07040361516227762 + - -0.023437441298002296 + - - 0.01800129751153459 + - -0.07093347940748516 + - -0.9973186024471067 + - 0.5785840928770088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992467813091184 + - -0.027946944316121013 + - -0.11927534649454682 + - 0.02576845449618023 + - - -0.02159692247530618 + - -0.9982963524090951 + - 0.0542030045873085 + - -0.03027745324226076 + - - -0.12058695168880498 + - -0.05121875701427948 + - -0.9913805656821776 + - 0.5760724886923382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895334977719614 + - -0.014432208670679503 + - -0.1435798319405397 + - 0.06441091711917399 + - - -0.025437077613454772 + - -0.996850867876653 + - -0.07510860334243126 + - -0.03260762964475118 + - - -0.1420436970431097 + - 0.07797473030700112 + - -0.9867844392590894 + - 0.5738940809221967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997434671514226 + - -0.019403193523208233 + - 0.011684004842240624 + - -0.03468994226486504 + - - -0.01909260863843114 + - -0.9994761750692922 + - -0.02613135595864137 + - 0.037535423809729115 + - - 0.012184916225903107 + - 0.025901574275677672 + - -0.9995902341792907 + - 0.5789977343379994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963617434632214 + - -0.03555364776085455 + - -0.07745459504656216 + - 0.048538812656195744 + - - -0.0362726397220195 + - -0.9993107422669101 + - -0.007895314911674658 + - 0.03521993777402356 + - - -0.07712050162263223 + - 0.010676072351526197 + - -0.9969646180826174 + - 0.5746618440973356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996442509183834 + - -0.026670946230530145 + - -0.00017953549060390807 + - -0.04274688119198187 + - - -0.02660234467040099 + - -0.9975124406196835 + - 0.06527822046440586 + - -0.023442098314756143 + - - -0.0019201207934410182 + - -0.06525022173242447 + - -0.9978670861893421 + - 0.5786854758218749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912693408904967 + - -0.02827773407878638 + - -0.12878456260705207 + - 0.02577641674576036 + - - -0.021456841497746286 + - -0.9983078498516798 + - 0.054046654637058426 + - -0.03027605346051092 + - - -0.13009495671800986 + - -0.05081148177219711 + - -0.9901987151863274 + - 0.5759712851741345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875437890724563 + - -0.014522844451548087 + - -0.1566727533856864 + - 0.06439630543365507 + - - -0.024872594479329272 + - -0.9976204235618461 + - -0.06430275683163987 + - -0.032599921870649515 + - - -0.15536607965795754 + - 0.06739864599024455 + - -0.985555073961064 + - 0.5738360354525878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997434671514226 + - -0.019403193523208233 + - 0.011684004842240624 + - -0.03468994226486504 + - - -0.01909260863843114 + - -0.9994761750692922 + - -0.02613135595864137 + - 0.037535423809729115 + - - 0.012184916225903107 + - 0.025901574275677672 + - -0.9995902341792907 + - 0.5789977343379994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963617434632214 + - -0.03555364776085455 + - -0.07745459504656216 + - 0.048538812656195744 + - - -0.0362726397220195 + - -0.9993107422669101 + - -0.007895314911674658 + - 0.03521993777402356 + - - -0.07712050162263223 + - 0.010676072351526197 + - -0.9969646180826174 + - 0.5746618440973356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996442509183834 + - -0.026670946230530145 + - -0.00017953549060390807 + - -0.04274688119198187 + - - -0.02660234467040099 + - -0.9975124406196835 + - 0.06527822046440586 + - -0.023442098314756143 + - - -0.0019201207934410182 + - -0.06525022173242447 + - -0.9978670861893421 + - 0.5786854758218749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912693408904967 + - -0.02827773407878638 + - -0.12878456260705207 + - 0.02577641674576036 + - - -0.021456841497746286 + - -0.9983078498516798 + - 0.054046654637058426 + - -0.03027605346051092 + - - -0.13009495671800986 + - -0.05081148177219711 + - -0.9901987151863274 + - 0.5759712851741345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875437890724563 + - -0.014522844451548087 + - -0.1566727533856864 + - 0.06439630543365507 + - - -0.024872594479329272 + - -0.9976204235618461 + - -0.06430275683163987 + - -0.032599921870649515 + - - -0.15536607965795754 + - 0.06739864599024455 + - -0.985555073961064 + - 0.5738360354525878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997687289714121 + - -0.0183380684024622 + - 0.011234047273967748 + - -0.03468210473305616 + - - -0.01834087543465486 + - -0.9998317812075828 + - 0.00014688622429374253 + - 0.03755354376762756 + - - 0.011229463886472883 + - -0.0003528945154444312 + - -0.9999368853114097 + - 0.579041980009645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976713269556816 + - -0.03800418382573035 + - -0.05663572531741373 + - 0.048567012106196676 + - - -0.03728858675998858 + - -0.9992114568072793 + - 0.013639130563095158 + - 0.035235275873229 + - - -0.0571094096268929 + - -0.011495503330191675 + - -0.9983017423280663 + - 0.5747707613689511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991813497527271 + - -0.0275334837834248 + - 0.02964013456559084 + - -0.042756869897427115 + - - -0.028957191937491092 + - -0.9983922992326726 + - 0.048726767469159785 + - -0.02341767026056525 + - - 0.028250864436575217 + - -0.04954517235459123 + - -0.9983722575046547 + - 0.5786755042848578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929079554560609 + - -0.02753300268036706 + - -0.11565347273414552 + - 0.025781251458168307 + - - -0.024568737634254715 + - -0.9993340436712783 + - 0.026978626552715095 + - -0.03030273720755526 + - - -0.1163192551692281 + - -0.02394583310337329 + - -0.992923173238424 + - 0.5762072897316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881471265663093 + - -0.013186281932487397 + - -0.15294240166658535 + - 0.06437913054070614 + - - -0.0257230921932983 + - -0.9964400472598591 + - -0.08028421230095725 + - -0.03258072735511111 + - - -0.15133928368656052 + - 0.0832667651921645 + - -0.9849685614412635 + - 0.5736486633005865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997719118297357 + - -0.019099681736257788 + - -0.009556488575242283 + - -0.03471959362067954 + - - -0.019033497444937635 + - -0.9997945565558242 + - 0.006969265123182679 + - 0.037558511876941744 + - - -0.009687636003103545 + - -0.006785782115373197 + - -0.9999300489883054 + - 0.5788511968184392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956936871318919 + - -0.03827744348053446 + - -0.0844329244210604 + - 0.04853707954238028 + - - -0.03722554746052186 + - -0.9992088401576467 + - 0.013998298720772897 + - 0.035245242161044424 + - - -0.08490194356999398 + - -0.010794955831593173 + - -0.9963308330603006 + - 0.5748457207753815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999408202947678 + - -0.030057260626335573 + - 0.016727371716245238 + - -0.04278467173314317 + - - -0.030826702896467332 + - -0.9983802195626145 + - 0.04781894577089778 + - -0.023423847126794975 + - - 0.015262970530857897 + - -0.04830629637788088 + - -0.9987159473347904 + - 0.5787478902708316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932402761980399 + - -0.027515501886514124 + - -0.11276812889276257 + - 0.02577965533279129 + - - -0.023574696009432128 + - -0.999068920394871 + - 0.036132063449099305 + - -0.030317692298269847 + - - -0.1136573246478393 + - -0.03322934632158915 + - -0.9929641600264008 + - 0.5762850298583949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868454344757625 + - -0.01377200041355527 + - -0.16107892617891592 + - 0.0643925687290702 + - - -0.025788090339775003 + - -0.9970170057964257 + - -0.07274657757831052 + - -0.03260187489566304 + - - -0.15959656277931308 + - 0.07594354585702842 + - -0.9842568338557217 + - 0.5737512878152995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998266596530097 + - -0.0179611804635474 + - 0.004903737703092461 + - -0.03469152131540646 + - - -0.017942409016059233 + - -0.9998316268018923 + - -0.0038455175701019944 + - 0.037527287811897334 + - - 0.004971982080145054 + - 0.0037568661191756795 + - -0.9999805824870587 + - 0.5788223638470879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975171689033182 + - -0.03626688861742854 + - -0.060367296884323886 + - 0.04858863196743029 + - - -0.03547374379037831 + - -0.9992702982255739 + - 0.014159257949043703 + - 0.035263680996465305 + - - -0.060836758991613483 + - -0.011982648880109668 + - -0.9980758011700377 + - 0.5750115395227287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994461975470607 + - -0.027011744491738435 + - 0.019433575796408833 + - -0.04276513215735749 + - - -0.028113080894699435 + - -0.9978721816094486 + - 0.0588282572630562 + - -0.023453080920175978 + - - 0.01780317082235112 + - -0.059342015718319485 + - -0.9980789409055566 + - 0.5787873691808265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933316730432293 + - -0.02766975094214424 + - -0.1119221703325062 + - 0.025779516280227233 + - - -0.02377311490762338 + - -0.9990689210477955 + - 0.03600180556559948 + - -0.030287646938249577 + - - -0.11281412294889218 + - -0.03310099513902871 + - -0.9930645989985137 + - 0.5761589266379598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879637990967424 + - -0.01674250277583434 + - -0.1537765270616191 + - 0.06437954079681572 + - - -0.02725314307501716 + - -0.9974142651432141 + - -0.0664984953315172 + - -0.032581982337686465 + - - -0.15226555049276358 + - 0.06988899977553226 + - -0.985865472487759 + - 0.5737799072497598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998187972875276 + - -0.018117938625722068 + - 0.00584062415125441 + - -0.034680789659904794 + - - -0.018121094211643467 + - -0.9998356804916697 + - 0.0004878117801184115 + - 0.037532575100101294 + - - 0.005830826278872444 + - -0.0005935618878003594 + - -0.9999828244270954 + - 0.5788885365140841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997975669493149 + - -0.03632170467757929 + - -0.05220437595657754 + - 0.04856711871478039 + - - -0.03538380714248939 + - -0.9991973362018366 + - 0.01877949731110906 + - 0.03525581194591979 + - - -0.052844576749218955 + - -0.01689429183095731 + - -0.998459830745197 + - 0.5748675536131579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992092148446943 + - -0.028909107415871868 + - 0.027298506879811352 + - -0.04278116980293608 + - - -0.03018842292165186 + - -0.9984065148187375 + - 0.047676936657099926 + - -0.023444481604905615 + - - 0.025876709430547967 + - -0.04846333331415841 + - -0.9984897101288162 + - 0.5787562763454532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916663937331921 + - -0.030094796074332998 + - -0.12526797990488203 + - 0.02576257017533423 + - - -0.021509482829608025 + - -0.9973616802591482 + - 0.0693326827625428 + - -0.03026967466472765 + - - -0.12702403586962752 + - -0.06606044202011453 + - -0.9896973842096879 + - 0.5759315454797994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900362242242746 + - -0.014677113654707266 + - -0.14004591053832513 + - 0.06439733050602128 + - - -0.02517579381369074 + - -0.9969780210932969 + - -0.0734915291904022 + - -0.03258689989009788 + - - -0.13854405122412253 + - 0.07628504304029732 + - -0.987413863624948 + - 0.5737410538983805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997953434022011 + - -0.01930727190134104 + - -0.006041569581044629 + - -0.03472441521951216 + - - -0.019347082476689533 + - -0.9997910309872438 + - -0.006601875271759127 + - 0.037514982816308606 + - - -0.005912842879283188 + - 0.006717410899400045 + - -0.9999599565382071 + - 0.5789790399010712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974457903731164 + - -0.03476240490553654 + - -0.062397680022037987 + - 0.04857227342141619 + - - -0.03558726990683959 + - -0.9992926287450107 + - -0.012156823452876277 + - 0.035225852728212215 + - - -0.06193094127757836 + - 0.014346335457885493 + - -0.9979773249785805 + - 0.5749423006359734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992929585335572 + - -0.02865214813698243 + - 0.02434414575184437 + - -0.04278082376755781 + - - -0.029041525683668534 + - -0.9994534115504536 + - 0.0157945536855084 + - -0.023424014305641488 + - - 0.02387829163100763 + - -0.01649037741520794 + - -0.999578858640722 + - 0.5788130408358787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925595044336173 + - -0.028418183646243756 + - -0.11839779135076975 + - 0.02577031504912317 + - - -0.02204730612638674 + - -0.9982552401810191 + - 0.05477583174818677 + - -0.030288649605028122 + - - -0.11974784528776053 + - -0.05175792006432097 + - -0.9914542708867385 + - 0.5758285487834647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984778602590878 + - -0.014793463694428945 + - -0.17318272809688393 + - 0.06438618434068981 + - - -0.026753528756511456 + - -0.9973988520191993 + - -0.06693114887598114 + - -0.03258951583659977 + - - -0.17174211067246184 + - 0.0705456123561618 + - -0.9826128250735703 + - 0.5738595843046422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998006770980873 + - -0.019184594340231644 + - 0.005527876102727391 + - -0.0346682112100631 + - - -0.019177621838635295 + - -0.9998152321974435 + - -0.001311596960404189 + - 0.037543347171646334 + - - 0.00555201718483032 + - 0.0012053240116229665 + - -0.9999838610193699 + - 0.5789559088455909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965567622198738 + - -0.036278127623003906 + - -0.07455546344843501 + - 0.048535701577965946 + - - -0.03611638547132279 + - -0.9993414020570442 + - 0.003516935476796146 + - 0.03527238034510051 + - - -0.07463394920764084 + - -0.0008121519747953799 + - -0.9972106668276475 + - 0.5750618404633422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994133758041124 + - -0.030621052576409596 + - 0.015338037780005281 + - -0.04277439536195341 + - - -0.03120988531469386 + - -0.9987222163170286 + - 0.039747675321291066 + - -0.023470475081987487 + - - 0.014101323429797873 + - -0.04020305677328372 + - -0.9990920212390915 + - 0.5788484042566925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901134254649763 + - -0.029871677782201223 + - -0.13705140488330356 + - 0.025768448085879636 + - - -0.021413860671846727 + - -0.9977977918057782 + - 0.06277748990393876 + - -0.030275976298861883 + - - -0.13862485810682582 + - -0.05922203588182986 + - -0.9885726575122706 + - 0.5759464548520596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861858456371244 + - -0.014576994566695933 + - -0.16499996695270058 + - 0.06439148087860391 + - - -0.024806218212947675 + - -0.9978837547084177 + - -0.060105437582657587 + - -0.032583991191425556 + - - -0.16377462991245434 + - 0.06336815697520042 + - -0.9844604345927802 + - 0.573658020261723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998048044781649 + - -0.019757324579879814 + - 3.267757091190968e-05 + - -0.034686038798785034 + - - -0.019751665552732858 + - -0.9995553770119081 + - -0.022336517062308943 + - 0.03753718305100556 + - - 0.0004739728592967486 + - 0.022331511637753258 + - -0.9997505083458078 + - 0.5789826865756438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966368682049951 + - -0.03730018940268499 + - -0.0729633387740927 + - 0.04855425225846302 + - - -0.03646310096117223 + - -0.9992533835820852 + - 0.012771752739901512 + - 0.035251430375095254 + - - -0.07338525194366066 + - -0.010068330064000056 + - -0.997252843328555 + - 0.5751071472145157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995759316673699 + - -0.027268198854296984 + - 0.010217737643522982 + - -0.04276734128880936 + - - -0.027708752879492985 + - -0.9985666400255953 + - 0.04579181631969072 + - -0.023419162119484416 + - - 0.008954431594051019 + - -0.0460555182278478 + - -0.9988987473190621 + - 0.578731016940364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910508084368385 + - -0.029945283721126197 + - -0.13008295460801286 + - 0.025748882384125996 + - - -0.02115575030079441 + - -0.9974313932351957 + - 0.06843281389879803 + - -0.030274473518658113 + - - -0.1317980626788555 + - -0.0650683930319348 + - -0.9891387035711133 + - 0.5758324989955476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919928019620923 + - -0.015680007928386513 + - -0.1253172701855693 + - 0.06442141936829639 + - - -0.0248033975399997 + - -0.9971266318161154 + - -0.07157703258393226 + - -0.03259967389862227 + - - -0.12383485909012039 + - 0.07411219518010716 + - -0.9895313588763699 + - 0.5737918355814058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997907883819904 + - -0.019587234162954048 + - -0.00589234455574478 + - -0.034701789505927595 + - - -0.019625317212875616 + - -0.9997864295696293 + - -0.006476277689204033 + - 0.037562576374772574 + - - -0.00576423375757936 + - 0.006590561907704047 + - -0.9999616683168059 + - 0.5788838824396347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981633324607204 + - -0.03605473012478179 + - -0.04868283235945008 + - 0.04856398951293998 + - - -0.03621680985373897 + - -0.9993409503815144 + - -0.0024510354117212936 + - 0.035231991616303644 + - - -0.04856237653706089 + - 0.004209670557246616 + - -0.998811280602533 + - 0.5747950847370226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996362480056792 + - -0.026906557752754145 + - 0.0018462998201283355 + - -0.042777729434259434 + - - -0.02696383024334788 + - -0.9985130733128775 + - 0.04737714936423322 + - -0.0234501255840849 + - - 0.0005687985021237563 + - -0.047409699146595013 + - -0.9988753660467827 + - 0.5787770238160823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927611066639129 + - -0.030956702188419383 + - -0.11604769573352339 + - 0.025782409258371795 + - - -0.021908743662188295 + - -0.9966774471042074 + - 0.07844790236191804 + - -0.03027209507116898 + - - -0.11809060947673797 + - -0.07533756714586695 + - -0.9901408278270092 + - 0.5760086750708671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900263067829492 + - -0.011004713470291387 + - -0.14045215612140113 + - 0.06442197076537787 + - - -0.024793205153674426 + - -0.9949946393446952 + - -0.09680374297271667 + - -0.03260310949961598 + - - -0.13868384497093186 + - 0.09932051125903836 + - -0.9853437101779876 + - 0.5739169288819113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998160194744009 + - -0.01853274838852264 + - 0.004946154014197074 + - -0.03469090627096544 + - - -0.018538136919458513 + - -0.9998276070095482 + - 0.0010458207857951566 + - 0.03752646574724699 + - - 0.0049259193984327035 + - -0.0011373208554772184 + - -0.9999872208280224 + - 0.5790155085589663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970726984000143 + - -0.038347448213585635 + - -0.06614761765037676 + - 0.048584146634425035 + - - -0.03670970882785531 + - -0.9989928828591322 + - 0.025799559581008588 + - 0.03529967278948458 + - - -0.06707034652577955 + - -0.02329577670536654 + - -0.9974762530529764 + - 0.575177830892662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993493585717776 + - -0.02763304441859504 + - 0.023179179846070333 + - -0.04277163308675945 + - - -0.029269301451830532 + - -0.9968650725890916 + - 0.07350738088428876 + - -0.023445953583725865 + - - 0.021075282078738364 + - -0.07413799233932616 + - -0.997025270781637 + - 0.5786941659288568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896878073975423 + - -0.027353942939506017 + - -0.1406051410664186 + - 0.025760851548562887 + - - -0.021016207974747108 + - -0.9987035162550859 + - 0.046363839596078454 + - -0.03028355814690047 + - - -0.14169108260934207 + - -0.04293073986540373 + - -0.9889795693964577 + - 0.5760952456888491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893310022099339 + - -0.014716988842476656 + - -0.14493991274213658 + - 0.06439004642357354 + - - -0.026327515909317825 + - -0.9965651028887426 + - -0.07851660722671133 + - -0.032587807743488066 + - - -0.14328653102204814 + - 0.0814948215763398 + - -0.9863202137662531 + - 0.57381633847095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997993714722755 + - -0.018617780241324464 + - 0.0073888471718246375 + - -0.034694957493049475 + - - -0.018443532788182653 + - -0.9995655838484664 + - -0.022988685999125676 + - 0.037503129852138765 + - - 0.007813635641240515 + - 0.022847797367818935 + - -0.9997084201173388 + - 0.5789525732932064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966764073963401 + - -0.03735462754504844 + - -0.07239316777497302 + - 0.048566428742162555 + - - -0.036278865945362476 + - -0.9992117033249217 + - 0.016118803436613326 + - 0.03525866007066471 + - - -0.07293821238036412 + - -0.013438889071663171 + - -0.9972459142234062 + - 0.5749366038943517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995142775120972 + - -0.028705813883273222 + - 0.01213199483882062 + - -0.0427767197380832 + - - -0.029131413669052295 + - -0.9989091204786117 + - 0.0364956129184047 + - -0.023441098876636417 + - - 0.011071124022105649 + - -0.036831308338780934 + - -0.9992601687943645 + - 0.5788142444922302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914303135164558 + - -0.02740422437660031 + - -0.12772995704602433 + - 0.025764710471619233 + - - -0.02237861083652059 + - -0.9989241811497314 + - 0.040616229408542474 + - -0.03030129338659488 + - - -0.1287055990145333 + - -0.03740974205546909 + - -0.9909769825690476 + - 0.5760521620147595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875514143564267 + - -0.01997727430007611 + - -0.15602279485434417 + - 0.06440357748178122 + - - -0.025380057199719735 + - -0.9991424897360237 + - -0.03271296227245222 + - -0.0325943942434456 + - - -0.15523548788585745 + - 0.03626559961781201 + - -0.9872116032468422 + - 0.5738727013510977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998300943019918 + - -0.017729489224288825 + - 0.00504457529590945 + - -0.034712103658219355 + - - -0.017756881560533906 + - -0.9998275452746622 + - 0.005438094086115503 + - 0.0375657817762882 + - - 0.004947290704561892 + - -0.005526746048996627 + - -0.999972489317979 + - 0.5790510799360169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972159670272241 + - -0.03785113644547287 + - -0.06424645185334661 + - 0.048586716528757845 + - - -0.03673146966736827 + - -0.9991535333197599 + - 0.01852069088115346 + - 0.03524933136193485 + - - -0.06489309857013605 + - -0.0161092620695745 + - -0.9977621848083545 + - 0.5749847615214054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993955218163993 + - -0.02726081096875067 + - 0.02157403899720882 + - -0.042751271673863965 + - - -0.028512843897601493 + - -0.9977893419687034 + - 0.06002871634920046 + - -0.02345105855240895 + - - 0.019889914685539828 + - -0.060607567505946 + - -0.997963483327328 + - 0.5786684684210781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9878689311429073 + - -0.028033363221213727 + - -0.15273868347303948 + - 0.025760139908641802 + - - -0.02115295524630008 + - -0.99869488391831 + - 0.046487431847132395 + - -0.03027851034805066 + - - -0.1538425408231347 + - -0.04269261507452143 + - -0.9871726359918924 + - 0.5759389281389015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9931314597569428 + - -0.014354113083094155 + - -0.11612003736927444 + - 0.06444636024643446 + - - -0.025960179535665994 + - -0.994742452397443 + - -0.09906322464364586 + - -0.032612197810619484 + - - -0.1140875660162839 + - 0.10139730191636859 + - -0.9882826591843861 + - 0.5741385782679402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997803895286884 + - -0.01734716659551179 + - 0.011757913291551302 + - -0.034699900407774154 + - - -0.017406965213410418 + - -0.999835971834485 + - 0.005002698056959635 + - 0.03755657197138734 + - - 0.011669202025982688 + - -0.005206268999729846 + - -0.9999183589109555 + - 0.5790252847680537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962746947047617 + - -0.038057494447868156 + - -0.07738449332575918 + - 0.04856848553728105 + - - -0.03672334261586295 + - -0.9991525144762147 + - 0.01859163583378926 + - 0.035262988019865334 + - - -0.07802646216542135 + - -0.015680559052813684 + - -0.9968279647309961 + - 0.5750998507762438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995133620776934 + - -0.02940304385651697 + - 0.010416335253709531 + - -0.0427849439842321 + - - -0.02988579242978451 + - -0.9983169600732259 + - 0.049699966207199825 + - -0.023453899985691664 + - - 0.008937473859529168 + - -0.04998708075217745 + - -0.9987098744474721 + - 0.5787137305685939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915344821787355 + - -0.027718421578946818 + - -0.1268505410146866 + - 0.025759790041618064 + - - -0.021442459965665742 + - -0.9984899905090835 + - 0.05057627668968267 + - -0.030280659337198024 + - - -0.1280608900530046 + - -0.0474281346707025 + - -0.9906316068450925 + - 0.5759772290025496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845338769402066 + - -0.012797420108502443 + - -0.17472627505802527 + - 0.06438478025656481 + - - -0.024707899737736513 + - -0.9975029140348314 + - -0.06616234716642028 + - -0.03258855409314015 + - - -0.1734432611767784 + - 0.0694561914489015 + - -0.9823916085868086 + - 0.5737811737819148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998110528211626 + - -0.018694823890844255 + - 0.0053256188681621176 + - -0.03470036214401151 + - - -0.018692816528669932 + - -0.9998251830919815 + - -0.0004264566935060956 + - 0.03756488434277475 + - - 0.0053326603927204685 + - 0.00032682529931278397 + - -0.999985727857333 + - 0.5789531026308757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952871452376763 + - -0.03847152548511407 + - -0.08901370822230129 + - 0.04854222021693062 + - - -0.036432773614125634 + - -0.9990377718695908 + - 0.024416866806076642 + - 0.03526411447922831 + - - -0.08986741084185434 + - -0.021058777378851663 + - -0.9957310763272831 + - 0.57487146381043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999448140805185 + - -0.029284306380437476 + - 0.015679389046636988 + - -0.0427213322778954 + - - -0.02996948291916396 + - -0.9985187430098066 + - 0.04541090124269879 + - -0.023448403559616835 + - - 0.014326337097006713 + - -0.04585574400151928 + - -0.9988453367801495 + - 0.5786404150237359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908780162598907 + - -0.027345429126855152 + - -0.13195826764069019 + - 0.025762528254637783 + - - -0.019548018600544437 + - -0.9980052723268347 + - 0.06002792164179465 + - -0.03027210142275998 + - - -0.13333653610941243 + - -0.0569008252462898 + - -0.9894360334173375 + - 0.5761226802809858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889706674954392 + - -0.013082957128630373 + - -0.14753255595425666 + - 0.0643865088194836 + - - -0.0248715354328797 + - -0.9966159564264004 + - -0.07834565796202808 + - -0.03260030410774039 + - - -0.1460083064720513 + - 0.08115091884299588 + - -0.9859493408954143 + - 0.5737424589824515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997216627188648 + - -0.017848740843012807 + - 0.015427881933285351 + - -0.034691278576959875 + - - -0.01765808000763825 + - -0.9997670981370869 + - -0.012407324167290712 + - 0.03755080846905233 + - - 0.015645743864459508 + - 0.012131443972889474 + - -0.9998040001750644 + - 0.5789166971590991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949488095749376 + - -0.03726169686311203 + - -0.09321176037548147 + - 0.04853012844494785 + - - -0.03660152924364845 + - -0.9992913457465352 + - 0.00878261766809993 + - 0.0352243800808576 + - - -0.09347296070223184 + - -0.005326562020592703 + - -0.9956075699564557 + - 0.5747443768318727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992824268811463 + - -0.028092572654739564 + - 0.02540548539517945 + - -0.04272313918539621 + - - -0.029535324940711302 + - -0.9978609271150815 + - 0.0583201056041294 + - -0.023439635446021595 + - - 0.023712779406326337 + - -0.05902861593048229 + - -0.9979746121992075 + - 0.5786192810473203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904001237116378 + - -0.029397901153453327 + - -0.13506797681073215 + - 0.02576328361252979 + - - -0.02086838795849531 + - -0.997722861754176 + - 0.06413736443815078 + - -0.030278521737964154 + - - -0.13664591225494607 + - -0.060703002733227526 + - -0.988758332517701 + - 0.5759047431488806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869184843962852 + - -0.012778618907272133 + - -0.160712824801763 + - 0.064415514242596 + - - -0.024143552456736377 + - -0.9973270166994546 + - -0.06896311069067793 + - -0.0325924302070107 + - - -0.1594019887947082 + - 0.07194114719816874 + - -0.9845889890244067 + - 0.5738098488347877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998290705140198 + - -0.018447961371082903 + - -0.0012257554088286814 + - -0.034708814206241 + - - -0.018445567463906947 + - -0.9998279908604878 + - 0.0019364226850507255 + - 0.037541756515236974 + - - -0.0012612676185874605 + - -0.0019134819392287311 + - -0.9999973738919833 + - 0.5789618131138188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968393680605266 + - -0.038209708180824975 + - -0.0696512202723396 + - 0.0485726518982742 + - - -0.03644534867939067 + - -0.9989861093093639 + - 0.02642896075476516 + - 0.035250612385088115 + - - -0.07059044442647609 + - -0.023806965528506106 + - -0.9972212480427786 + - 0.5748915837026491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990783114144421 + - -0.030389702582354374 + - 0.03031490785443586 + - -0.04276625309896129 + - - -0.032122388978787345 + - -0.9977757784702809 + - 0.05840931453389522 + - -0.02345471469494218 + - - 0.028472439086990323 + - -0.05932926659735536 + - -0.9978323297716188 + - 0.5787376707874817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936810034139993 + - -0.030079210879280477 + - -0.10813558400002858 + - 0.025758852774849215 + - - -0.022993702741413533 + - -0.99754244063089 + - 0.06618435445334771 + - -0.03027436571020069 + - - -0.10986060753694644 + - -0.06327969826924452 + - -0.9919306057878071 + - 0.5759018256163774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901232142412119 + - -0.01569611712827128 + - -0.13931852901802755 + - 0.06440505136716845 + - - -0.02501022261886265 + - -0.9975484122574868 + - -0.06535789139134356 + - -0.03260211424128376 + - - -0.13795111230144658 + - 0.06819675292609846 + - -0.9880884036892301 + - 0.5738552005244136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998290705140198 + - -0.018447961371082903 + - -0.0012257554088286814 + - -0.034708814206241 + - - -0.018445567463906947 + - -0.9998279908604878 + - 0.0019364226850507255 + - 0.037541756515236974 + - - -0.0012612676185874605 + - -0.0019134819392287311 + - -0.9999973738919833 + - 0.5789618131138188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968393680605266 + - -0.038209708180824975 + - -0.0696512202723396 + - 0.0485726518982742 + - - -0.03644534867939067 + - -0.9989861093093639 + - 0.02642896075476516 + - 0.035250612385088115 + - - -0.07059044442647609 + - -0.023806965528506106 + - -0.9972212480427786 + - 0.5748915837026491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990783114144421 + - -0.030389702582354374 + - 0.03031490785443586 + - -0.04276625309896129 + - - -0.032122388978787345 + - -0.9977757784702809 + - 0.05840931453389522 + - -0.02345471469494218 + - - 0.028472439086990323 + - -0.05932926659735536 + - -0.9978323297716188 + - 0.5787376707874817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936810034139993 + - -0.030079210879280477 + - -0.10813558400002858 + - 0.025758852774849215 + - - -0.022993702741413533 + - -0.99754244063089 + - 0.06618435445334771 + - -0.03027436571020069 + - - -0.10986060753694644 + - -0.06327969826924452 + - -0.9919306057878071 + - 0.5759018256163774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901232142412119 + - -0.01569611712827128 + - -0.13931852901802755 + - 0.06440505136716845 + - - -0.02501022261886265 + - -0.9975484122574868 + - -0.06535789139134356 + - -0.03260211424128376 + - - -0.13795111230144658 + - 0.06819675292609846 + - -0.9880884036892301 + - 0.5738552005244136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998296860299958 + - -0.017441186097784486 + - 0.006033569479387896 + - -0.03469424429708945 + - - -0.017463239778209017 + - -0.9998409455634198 + - 0.0036219927244564446 + - 0.037527817699070834 + - - 0.005969437964241716 + - -0.00372674151903325 + - -0.99997523829745 + - 0.5790335575506886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968821168562282 + - -0.03886746267526886 + - -0.06866851853238078 + - 0.04855929342343468 + - - -0.03724816018225273 + - -0.9990005701024807 + - 0.024706992895827475 + - 0.035236174043944996 + - - -0.0695601872861379 + - -0.022072183401372177 + - -0.9973335445399459 + - 0.574813131643767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999141825088795 + - -0.026539023682193127 + - 0.031800842445253344 + - -0.042752883565613894 + - - -0.028403550634958443 + - -0.9978127669437253 + - 0.05969020384815412 + - -0.0234428058161985 + - - 0.030147166857918604 + - -0.060542236051395006 + - -0.9977102715640137 + - 0.5786525276306717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926207423585327 + - -0.029568609824527258 + - -0.11759999639727987 + - 0.02578482102395573 + - - -0.024233034183576373 + - -0.9986222255488989 + - 0.04654471714407109 + - -0.030276973938758965 + - - -0.11881423270742016 + - -0.04335144695173203 + - -0.9919696719927168 + - 0.5760517393722152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870669254675246 + - -0.012914875128328472 + - -0.15978764235230447 + - 0.0643945791635088 + - - -0.02577016963643171 + - -0.9965696407459548 + - -0.07864381412666112 + - -0.032596663892465925 + - - -0.1582238382956178 + - 0.08174446246626722 + - -0.9840137498282755 + - 0.5737382081937628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997979909889045 + - -0.018642593080130658 + - 0.007512052835213329 + - -0.03468594980206351 + - - -0.01865146664595161 + - -0.9998254268650593 + - 0.0011129178120997437 + - 0.03754924713722145 + - - 0.007489993758697442 + - -0.0012528037955716984 + - -0.9999711648223382 + - 0.5789286474572527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963352343549614 + - -0.03807537351597965 + - -0.07659221053385723 + - 0.04854299343320363 + - - -0.03638660768148747 + - -0.9990655366113201 + - 0.02332527249506722 + - 0.03525545016395171 + - - -0.07740875637986694 + - -0.020452860121612782 + - -0.996789629234057 + - 0.5747561546371363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989386405052674 + - -0.027728560484733888 + - 0.036779334400349084 + - -0.04275464901429163 + - - -0.02923663260248707 + - -0.9987263815616789 + - 0.0411197530000335 + - -0.02342063075526279 + - - 0.03559230000372886 + - -0.04215141404699287 + - -0.9984770635694564 + - 0.5787042905811066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9949143980643763 + - -0.02850858402825949 + - -0.09660538888127986 + - 0.025782381186749047 + - - -0.024159672886400065 + - -0.9986542132956823 + - 0.04589196523144968 + - -0.03028812668526018 + - - -0.0977836935803807 + - -0.043324622369803854 + - -0.9942642135601043 + - 0.5761001680734136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850919152527664 + - -0.013876205992385267 + - -0.17146827523158137 + - 0.06439862694404629 + - - -0.025425138158781634 + - -0.9975389789961882 + - -0.06534177632150127 + - -0.03260948523731928 + - - -0.17013959225660358 + - 0.06872726017017651 + - -0.9830203878131203 + - 0.5739001645226264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998169768679959 + - -0.01907478472810738 + - 0.0014715142261440728 + - -0.034697157514063576 + - - -0.019053193523538705 + - -0.9997272340685736 + - -0.01350678637405641 + - 0.03754046546985078 + - - 0.0017287518896492312 + - 0.013476277274387556 + - -0.999907696423889 + - 0.5789789674634185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997249050969894 + - -0.0383443771411519 + - -0.0634353141499505 + - 0.04858761997882024 + - - -0.036336784768931894 + - -0.9988108295195364 + - 0.03250484436437293 + - 0.03528293469502587 + - - -0.0646062567581664 + - -0.030110389837278685 + - -0.997456463216087 + - 0.5750673203107888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992590757867433 + - -0.028353902489625465 + - 0.026026057546855996 + - -0.04273525536897581 + - - -0.02951985857780965 + - -0.998525069682183 + - 0.04556603083149632 + - -0.023460207881683418 + - - 0.024695696130491385 + - -0.046300555394072386 + - -0.9986222414721345 + - 0.5785887401585352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891136001906915 + - -0.03197490164774613 + - -0.1436380575698018 + - 0.025751785945518323 + - - -0.01935449149761085 + - -0.9958956023138417 + - 0.08841579582190041 + - -0.030249310886836342 + - - -0.14587559623418045 + - -0.08467322455515695 + - -0.9856727425807994 + - 0.5756558667389197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985748867425616 + - -0.014001550329983365 + - -0.16763987281512818 + - 0.06438581073360676 + - - -0.02612025815612327 + - -0.997183512259153 + - -0.07030487175407547 + - -0.03258044352731316 + - - -0.1661833399681595 + - 0.07368174446127389 + - -0.9833382419341631 + - 0.5737180864987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999809273263994 + - -0.019158934425916516 + - 0.003788446513719029 + - -0.03472573110582047 + - - -0.01909382157460277 + - -0.9996809585615346 + - -0.01653502546624128 + - 0.0375217688312116 + - - 0.004104031310932318 + - 0.01645953587302645 + - -0.9998561099507489 + - 0.5790684041463244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970830544716855 + - -0.03987896080688064 + - -0.06507726922956146 + - 0.048568810243745805 + - - -0.037276465863883265 + - -0.9984747250258298 + - 0.04072700059288566 + - 0.035304083680171065 + - - -0.06660215895984374 + - -0.03818235154567409 + - -0.9970487753627356 + - 0.5751598697263751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987419523571144 + - -0.02707564101033886 + - 0.04220689831980784 + - -0.042708332294344946 + - - -0.030219820841567213 + - -0.9966703466869884 + - 0.07572966699479433 + - -0.023436226783612325 + - - 0.04001593470360178 + - -0.07690988037123786 + - -0.996234708927108 + - 0.5785795751239285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918682187105294 + - -0.027682904172610174 + - -0.12422195268378029 + - 0.025756315443912225 + - - -0.02286235702699792 + - -0.9989354756080497 + - 0.04006529923624095 + - -0.03026900208794951 + - - -0.12519883922453653 + - -0.036899490352707225 + - -0.9914452472368502 + - 0.5759171140063889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989189046663264 + - -0.013147241551116389 + - -0.14605540045140228 + - 0.06439227731859995 + - - -0.026063032293309443 + - -0.995878441678401 + - -0.08687259491852292 + - -0.03262215397164189 + - - -0.1443112896106912 + - 0.08974006596719475 + - -0.9854547032974692 + - 0.5737660668367229 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997665024536512 + - -0.01937784676722575 + - 0.009562406928151572 + - -0.03467651546923557 + - - -0.019221101146625726 + - -0.9996836773383536 + - -0.016220189085749973 + - 0.037517871173818815 + - - 0.009873694460779403 + - 0.01603260172062594 + - -0.9998227172052867 + - 0.5788423752307469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959791084725953 + - -0.03777214621117097 + - -0.08123349344165896 + - 0.04854911613323932 + - - -0.03633874144117789 + - -0.9991578922429981 + - 0.019052617641748235 + - 0.0352565577317718 + - - -0.08188474434597294 + - -0.016024086218357585 + - -0.9965129789943848 + - 0.5749933572297059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991700725507757 + - -0.02810739860995919 + - 0.029481184885592652 + - -0.04276646810555174 + - - -0.029829312852482148 + - -0.9977710178286038 + - 0.05969261324503732 + - -0.023440500438692984 + - - 0.027737667775542627 + - -0.06052247619400355 + - -0.9977813646594732 + - 0.5785507266576231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991413655211069 + - -0.028496892000734103 + - -0.12762010581145236 + - 0.025770337308632582 + - - -0.022106455790100336 + - -0.9984430254638494 + - 0.051213567684706696 + - -0.03027877453255721 + - - -0.12888083206368642 + - -0.04795260210764575 + - -0.9905000146782829 + - 0.5758844720933857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905482148714492 + - -0.01417904392701376 + - -0.13643016062550534 + - 0.06439553381897464 + - - -0.025278470945464683 + - -0.9964766105710884 + - -0.07997101657110349 + - -0.03260089562589737 + - - -0.134815551482923 + - 0.08266389355741856 + - -0.9874165523122873 + - 0.5736898453685533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999768588013731 + - -0.019857705939654524 + - 0.008272964151055467 + - -0.03467376608275421 + - - -0.019796779471094705 + - -0.9997767684978687 + - -0.007382458569624488 + - 0.03758536194264777 + - - 0.008417716056228233 + - 0.007216972133352626 + - -0.9999385267953342 + - 0.5789608342793144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996191640653667 + - -0.03897224566004419 + - -0.0779960201546736 + - 0.04854966851533399 + - - -0.037535926619032337 + - -0.999099142030258 + - 0.01979794452089878 + - 0.03526162894827138 + - - -0.07869732717574152 + - -0.01679489394474204 + - -0.9967570728280681 + - 0.5749664598084238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993025067964111 + - -0.025252405172226024 + - 0.027510287956083866 + - -0.04272340483931003 + - - -0.027711238693269996 + - -0.9952795539009254 + - 0.09300912233141574 + - -0.023417274093792264 + - - 0.0250317230827911 + - -0.09370659325678944 + - -0.9952851286037151 + - 0.5783743929418944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934380310221065 + - -0.029299219799467945 + - -0.11055511855207191 + - 0.025771586255751724 + - - -0.021107393264015867 + - -0.996993623107705 + - 0.07455329256424453 + - -0.03024879719361175 + - - -0.11240710150394585 + - -0.07173054580660967 + - -0.9910698120363508 + - 0.5757944209976726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849722339143172 + - -0.013019182125888939 + - -0.17222136718366987 + - 0.06435459244878096 + - - -0.026222078245570598 + - -0.9968678930403 + - -0.07461103429035644 + - -0.03257450023819746 + - - -0.17071057679687768 + - 0.07800579928547945 + - -0.9822285855377614 + - 0.5735670705993483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997726427691567 + - -0.019514780753470375 + - 0.008592793638864296 + - -0.034694101763376256 + - - -0.019341029742687223 + - -0.9996156885773009 + - -0.01985949945547904 + - 0.03754969967021551 + - - 0.008977045107863318 + - 0.01968879077733486 + - -0.9997658546774133 + - 0.5790741495168051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947839348215048 + - -0.03735797133367898 + - -0.09491735878581974 + - 0.04856030166364646 + - - -0.03696867900461988 + - -0.9992992597693449 + - 0.0058571492293137024 + - 0.03524322102481646 + - - -0.09506965758693668 + - -0.0023176285882541246 + - -0.9954679245480647 + - 0.5748956518052432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993992985822641 + - -0.02723069158109425 + - 0.021436684195411764 + - -0.0427551511902802 + - - -0.02840732906643574 + - -0.9979901030070607 + - 0.056646076256587845 + - -0.023461310444298625 + - - 0.019851086836486533 + - -0.057221007820303656 + - -0.9981641601537488 + - 0.5786538590513068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936314213830739 + - -0.029196888350407242 + - -0.10883078677886089 + - 0.025768873789918132 + - - -0.02322275641174524 + - -0.998173937988551 + - 0.05576282906264437 + - -0.030278927788847956 + - - -0.11026015610769276 + - -0.05288034825039264 + - -0.9924950210172467 + - 0.5759697722176735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985580039351704 + - -0.012361717503056676 + - -0.16875773751703377 + - 0.06441551937114388 + - - -0.026287416980139235 + - -0.996404998661343 + - -0.08053601896792058 + - -0.032617646089605976 + - - -0.16715548970944905 + - 0.0838108977583679 + - -0.9823618354134747 + - 0.5739227166763486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997399361631334 + - -0.018962205901782575 + - 0.012668653751375311 + - -0.03467864305674449 + - - -0.01881312876020462 + - -0.999753562706268 + - -0.011784737688087753 + - 0.037544877192492804 + - - 0.012888996345169608 + - 0.01154333588974505 + - -0.9998503013800374 + - 0.5790949333305575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996350293768968 + - -0.03836218577002369 + - -0.07625244133427735 + - 0.04853946736509277 + - - -0.037110803013491636 + - -0.9991533031938848 + - 0.017761334872213465 + - 0.035241986743543605 + - - -0.07686924226363258 + - -0.014866721888004706 + - -0.9969303386767402 + - 0.5748807365142975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989442103314744 + - -0.02726772019774606 + - 0.03697209867514278 + - -0.04273063635156133 + - - -0.030083751916233952 + - -0.9965085601561696 + - 0.07788233051290168 + - -0.023417230415359553 + - - 0.034719339219944155 + - -0.07891236259735097 + - -0.9962767720435096 + - 0.5784579548002141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99245511002967 + - -0.029851770493127223 + - -0.11891899080643631 + - 0.025745833747169808 + - - -0.022782576121317653 + - -0.9979161690269613 + - 0.060367821062465736 + - -0.030266882155000115 + - - -0.12047327006963823 + - -0.05720307153448296 + - -0.9910671015656555 + - 0.575848262889816 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882791517802938 + - -0.01652275878167752 + - -0.15176072152788947 + - 0.06440823743076825 + - - -0.025691106923658454 + - -0.9979478243818192 + - -0.05865242396210899 + - -0.03260459672769534 + - - -0.15048018202228577 + - 0.06186386872671581 + - -0.9866755173635877 + - 0.5738540973494689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998044028448788 + - -0.019692452237825668 + - -0.001833951159711921 + - -0.03469535523714305 + - - -0.01971538292338529 + - -0.9997150144628029 + - -0.013460814753256285 + - 0.03753954619162275 + - - -0.0015683520585447592 + - 0.013494338905561443 + - -0.9999077172866112 + - 0.5790549734016097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975285828993006 + - -0.03645233825599518 + - -0.06006624122236757 + - 0.04857810802996972 + - - -0.03596346045899811 + - -0.9993107534818471 + - 0.00920040691256861 + - 0.035269272994148594 + - - -0.060360217119616276 + - -0.007017478978470237 + - -0.9981519920222868 + - 0.574828735061937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999579685034711 + - -0.028990178431200376 + - 0.00015106434088058463 + - -0.042766310528646864 + - - -0.028953848362737445 + - -0.9980377225983765 + - 0.05551917628743098 + - -0.023420600362117773 + - - -0.001458742916187609 + - -0.05550021464079572 + - -0.9984576096379512 + - 0.5785705296954408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923934904327996 + - -0.029170380841285513 + - -0.11960037219080552 + - 0.02574725166880365 + - - -0.02173634333916626 + - -0.9977769503394228 + - 0.062997529710327 + - -0.030266922410820983 + - - -0.12117215655771224 + - -0.05991866364444399 + - -0.9908214078340344 + - 0.5758143182043256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873250855161442 + - -0.01747961789431554 + - -0.1577454863658782 + - 0.06437499226997294 + - - -0.025028196270586014 + - -0.9986281349465709 + - -0.04599388529548143 + - -0.03257081575785526 + - - -0.1567251253053567 + - 0.04935900172614517 + - -0.9864080920423444 + - 0.5735891685933957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999818302599778 + - -0.018265130584289902 + - 0.0054540619026320425 + - -0.034705976619335846 + - - -0.01834119311034083 + - -0.9997304056890295 + - 0.014237857146980958 + - 0.03756858897826347 + - - 0.005192535198541339 + - -0.014335304167944547 + - -0.9998837615606249 + - 0.5790785459944738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977513855033651 + - -0.03891368586651969 + - -0.0545701179987468 + - 0.04858644493408105 + - - -0.037052825304506404 + - -0.9987104054602818 + - 0.03470755194929227 + - 0.0352852054441143 + - - -0.05585034344629452 + - -0.03260753099578252 + - -0.9979065527689903 + - 0.5749877656992965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994294863141809 + - -0.02826850888728835 + - 0.018482242587455205 + - -0.04274755312107368 + - - -0.02937692424676481 + - -0.9975974740897454 + - 0.06273974825865772 + - -0.023434914039276927 + - - 0.016664279389523133 + - -0.0632469058140333 + - -0.9978587729219897 + - 0.5785899475633259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9886567715255655 + - -0.030623628883097127 + - -0.147037347196813 + - 0.025752023428139547 + - - -0.019331346411082275 + - -0.9967953785821866 + - 0.07762262739130567 + - -0.030283942032443664 + - - -0.14894323469892995 + - -0.07389970629999203 + - -0.9860804968389719 + - 0.575803762991715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985503870691397 + - -0.0124886105243869 + - -0.1691926578177799 + - 0.06439565173980288 + - - -0.0249757277102892 + - -0.9971006610126925 + - -0.07187826398427888 + - -0.03259339061065557 + - - -0.16780445130453384 + - 0.07506201712732188 + - -0.982958473032896 + - 0.5737987044887264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994853077408666 + - -0.018430466062360196 + - 0.026257142473417927 + - -0.0346514339319509 + - - -0.01799862134025854 + - -0.9997003783173143 + - -0.016589250196103637 + - 0.03753617868834024 + - - 0.02655502287694681 + - 0.01610811947258661 + - -0.9995175632509226 + - 0.5789170015901909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968819127511338 + - -0.037210919277823204 + - -0.06958304043472248 + - 0.0485718358940296 + - - -0.0366205179129019 + - -0.999281759999808 + - 0.00974175546179338 + - 0.035242058257583544 + - - -0.06989556278786037 + - -0.007163212839632458 + - -0.9975285954218971 + - 0.5749176359209772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987008555038007 + - -0.02721721929802432 + - 0.04307927796121751 + - -0.04274313542301091 + - - -0.029484424079873096 + - -0.9981644890816428 + - 0.05289916325483007 + - -0.02343874609455184 + - - 0.041560437349176055 + - -0.05410060729849728 + - -0.9976702132154086 + - 0.578722115125222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.994448233592998 + - -0.026503007351368416 + - -0.10183467633914962 + - 0.025784294330064628 + - - -0.02232377169168623 + - -0.9988697684824899 + - 0.041962302477290166 + - -0.03026698014118972 + - - -0.1028317067894116 + - -0.03945600351114436 + - -0.993915923942114 + - 0.5760001205983949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989995672069529 + - -0.011307076000668895 + - -0.1406439451804338 + - 0.06440774297856698 + - - -0.025351996548564557 + - -0.9948165496277043 + - -0.09847491486582442 + - -0.032619221462231236 + - - -0.13880146092387982 + - 0.10105534433737236 + - -0.9851507355863123 + - 0.5738245891845638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997851663699411 + - -0.01892526595964353 + - 0.008453130484373121 + - -0.034661751235483804 + - - -0.018975973686739925 + - -0.999802179941602 + - 0.005959312599732843 + - 0.037566489430303364 + - - 0.008338676709720456 + - -0.00611843872061643 + - -0.9999465141588092 + - 0.5789474082617447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964810042310365 + - -0.038515490328160394 + - -0.07444571990038319 + - 0.04858335744737488 + - - -0.036152721489791366 + - -0.9988068813896355 + - 0.03282977943259411 + - 0.03528315451481079 + - - -0.07562135237871977 + - -0.030022836200009236 + - -0.9966845239948905 + - 0.5751333385783582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990983876645062 + - -0.028375706517096127 + - 0.031578965243334284 + - -0.04272572730425752 + - - -0.030394765347220003 + - -0.9973954967710796 + - 0.06540933618574041 + - -0.023433956951912176 + - - 0.029640681599307404 + - -0.06631019755985804 + - -0.9973587056289736 + - 0.5785162085412716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895727749270338 + - -0.030304650390147878 + - -0.14080962782402728 + - 0.025739268176734116 + - - -0.01922056280435368 + - -0.9966558902769014 + - 0.07942044032766929 + - -0.030258108540864657 + - - -0.14274555365647668 + - -0.07588586522592922 + - -0.9868460074247745 + - 0.5757754108542013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989066294919159 + - -0.010765922366838957 + - -0.14707807168466122 + - 0.0643949975806905 + - - -0.026416399123288532 + - -0.99413451482962 + - -0.10487487917435462 + - -0.0325972490873756 + - - -0.14508631262888402 + - 0.10761348121897904 + - -0.9835493381359608 + - 0.5737234140466818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997783101147428 + - -0.016923219091342125 + - 0.01252738119862309 + - -0.03469758970082498 + - - -0.01683956104624866 + - -0.9998353951431409 + - -0.0067536510665743505 + - 0.037535942833537915 + - - 0.012639612647500187 + - 0.006541198250000493 + - -0.9998987213301032 + - 0.5789322461802793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972040742792745 + - -0.03735556916142239 + - -0.06471936104012053 + - 0.04856998330022076 + - - -0.03604538583449685 + - -0.9991232379963241 + - 0.021295197951242087 + - 0.03527917471359468 + - - -0.06545811180333218 + - -0.018902823819909022 + - -0.9976762595405263 + - 0.5749806994501343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991477606076642 + - -0.029418209496916817 + - 0.028953780801223704 + - -0.04277271916078169 + - - -0.030687970451656586 + - -0.9985408692566129 + - 0.04443400605174188 + - -0.023468278237533648 + - - 0.027604364550701935 + - -0.045284670411116994 + - -0.9985926585367573 + - 0.5787188935975073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901138016476023 + - -0.02848506597537922 + - -0.13734358668431046 + - 0.025759015892866624 + - - -0.02106828148228526 + - -0.9982554286985912 + - 0.05515638303202955 + - -0.030273710518150355 + - - -0.13867511421417905 + - -0.051717502744922386 + - -0.98898660891213 + - 0.575747419423205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868541622085372 + - -0.01630619168375946 + - -0.16078858990755085 + - 0.06442306180683832 + - - -0.02333609027421678 + - -0.998847975500045 + - -0.04193028416520478 + - -0.03259147866303365 + - - -0.1599196342617118 + - 0.04513125250016568 + - -0.9860978047969513 + - 0.5739138228785416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998023739986504 + - -0.01833344937297944 + - -0.007687495089518831 + - -0.03470610842468214 + - - -0.018353516628392803 + - -0.9998283133252573 + - -0.0025479993213261927 + - 0.0375460162437057 + - - -0.007639461632489894 + - 0.0026885883393650495 + - -0.9999672045215814 + - 0.578920180635375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977502220942929 + - -0.03760204483327503 + - -0.05550297771422506 + - 0.048571101546156084 + - - -0.03626399273973911 + - -0.999031451273831 + - 0.024921520745640538 + - 0.035255039875470885 + - - -0.05638632051625232 + - -0.022852693278027816 + - -0.9981474526684817 + - 0.5748436913118559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993511079500387 + - -0.029124638815774165 + - 0.02119241498463196 + - -0.042765769304678417 + - - -0.030031619227155082 + - -0.9985880311081334 + - 0.04381832920340062 + - -0.02346839218869367 + - - 0.019886298942370394 + - -0.04442633837526026 + - -0.9988147153366046 + - 0.5786754174895306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9877591464314541 + - -0.03209229080345508 + - -0.15264977403190522 + - 0.02574652691659929 + - - -0.01674572045501345 + - -0.9947680616349226 + - 0.10077740023210326 + - -0.030240906761783135 + - - -0.15508529745739214 + - -0.09698756838938409 + - -0.9831286599883389 + - 0.5755309932710763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986446246566158 + - -0.012214508385271744 + - -0.1636294851805286 + - 0.06439073186217524 + - - -0.02592244606502262 + - -0.9963031287729192 + - -0.08190300597230456 + - -0.032605581790403286 + - - -0.16202416309163487 + - 0.0850345893281051 + - -0.9831161117549937 + - 0.5737303766800891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997913539447674 + - -0.01957073220404851 + - 0.005851069841177186 + - -0.034701437446047485 + - - -0.019467199601810124 + - -0.9996615580544024 + - -0.017256809899489977 + - 0.03755338502654236 + - - 0.0061868179989554035 + - 0.017139305389696224 + - -0.9998339699639165 + - 0.5792049986843069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972613155792978 + - -0.037289291267754 + - -0.06387000239390125 + - 0.04855556062915752 + - - -0.03686190170688568 + - -0.999289478844005 + - 0.007857332513589195 + - 0.03526125700713255 + - - -0.06411761576665376 + - -0.0054814440091834095 + - -0.9979272945059545 + - 0.5749607819356128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994970605410082 + - -0.02946881493974623 + - 0.011713877066592661 + - -0.04282948545444197 + - - -0.03017169871222829 + - -0.997415223705336 + - 0.06521150295503114 + - -0.023453670469020166 + - - 0.009761893602307793 + - -0.0655321330866202 + - -0.9978027084381039 + - 0.5788454997704255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.994568598389797 + - -0.028034879489899002 + - -0.10023646356960798 + - 0.025774537339342405 + - - -0.023471502868611917 + - -0.9986462517267103 + - 0.046419311340019934 + - -0.030289620945687316 + - - -0.10140212842955147 + - -0.04381448897544968 + - -0.9938802236214271 + - 0.5760694899299716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867222768763387 + - -0.016027538940618546 + - -0.1616238420267286 + - 0.06438851253698481 + - - -0.025126423625635514 + - -0.9982024513711591 + - -0.054410742619396706 + - -0.032608505157999526 + - - -0.16046124501498507 + - 0.057749320966709934 + - -0.9853513103335912 + - 0.5738114653214805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997304833085533 + - -0.018759789251974374 + - 0.013675929616231139 + - -0.034663340766061514 + - - -0.018727476556950427 + - -0.9998215322993835 + - -0.002487000668129728 + - 0.03752483114750223 + - - 0.013720144512922361 + - 0.002230214728655555 + - -0.9999033872213906 + - 0.5789430263498179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950438860620874 + - -0.037495322956688636 + - -0.09209650138215501 + - 0.04854590984079368 + - - -0.03718062545913498 + - -0.9992953886072736 + - 0.005131023163647498 + - 0.03524016026375401 + - - -0.0922239985086701 + - -0.0016813877042437797 + - -0.9957368663630272 + - 0.5747714681793655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995704017033447 + - -0.026710274961346522 + - 0.01206537401424491 + - -0.04275480970201234 + - - -0.027429300003793476 + - -0.9975735727643749 + - 0.06398906487379565 + - -0.02343146606546802 + - - 0.010326932744830217 + - -0.06429252004401599 + - -0.9978776610018254 + - 0.5786906350567019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913260922492193 + - -0.02766591641842392 + - -0.12848025488230147 + - 0.02576408489606614 + - - -0.020908998647960857 + - -0.9983411117989572 + - 0.05364548692632264 + - -0.030270405831441922 + - - -0.1297512720609395 + - -0.050493777445854295 + - -0.9902600597003887 + - 0.5759778635798859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844453938148919 + - -0.011722107020268473 + - -0.17529934056820562 + - 0.06438473722900548 + - - -0.024188546108319272 + - -0.9973130876335923 + - -0.069148531957782 + - -0.0325803519932655 + - - -0.17401776011030623 + - 0.07231318995699235 + - -0.9820838160383439 + - 0.5737700375752941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998329531616019 + - -0.018159606853963495 + - 0.002072305735033739 + - -0.034716174507435 + - - -0.018157333736640937 + - -0.9998345253240492 + - -0.001110496109978166 + - 0.03753615686316343 + - - 0.002092128993683822 + - 0.001072683058278578 + - -0.999997236169846 + - 0.5790246902237467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970390566279111 + - -0.03690286658362139 + - -0.06746330851979106 + - 0.04855786856801075 + - - -0.0364121556994547 + - -0.9993007981049213 + - 0.008489394806828015 + - 0.03524392781629504 + - - -0.0677294210505578 + - -0.006007773695718712 + - -0.9976856379538485 + - 0.574767167745207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995012636287475 + - -0.029727256838011286 + - 0.010654304549056026 + - -0.04274010742603709 + - - -0.03020999736643777 + - -0.9983688129898524 + - 0.04844656136768905 + - -0.023431311123065318 + - - 0.009196742013177679 + - -0.048744265817841075 + - -0.9987689505016778 + - 0.5785931264685751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907780348684575 + - -0.026359554878760925 + - -0.13290620560677832 + - 0.02576985373907667 + - - -0.021990772678843626 + - -0.9991719175687122 + - 0.03423280676559738 + - -0.030266351963283773 + - - -0.13369850986149798 + - -0.030994402860143894 + - -0.9905372559637314 + - 0.5760369641331764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872988787778662 + - -0.014427827236548544 + - -0.15821745088706485 + - 0.06439255660687551 + - - -0.02478474373792964 + - -0.997662328192359 + - -0.06368355661901438 + - -0.0326021964259543 + - - -0.15692877505994124 + - 0.06679608302164401 + - -0.9853484880239844 + - 0.5737568042495103 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998107963729761 + - -0.01927704542823023 + - -0.0026013411143415706 + - -0.03468538219899679 + - - -0.019260886623280404 + - -0.9997958830968809 + - 0.00610003188626763 + - 0.037545675652856596 + - - -0.0027184007284345884 + - -0.0060487736018379765 + - -0.9999780110759404 + - 0.578969425128169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958232525520168 + - -0.037022644444189984 + - -0.08345881304620408 + - 0.048519932853045004 + - - -0.03601169098277933 + - -0.9992590050259811 + - 0.013586720982177641 + - 0.035238018565630795 + - - -0.08389998682528481 + - -0.010524479694779418 + - -0.9964186005579541 + - 0.5747445959727674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994268813414945 + - -0.028113121002477412 + - 0.018856332610413796 + - -0.04275727506020991 + - - -0.028955048257416377 + - -0.998523019489278 + - 0.045971564367835074 + - -0.023398213719926994 + - - 0.01753607802289839 + - -0.04649120322722761 + - -0.9987647640911547 + - 0.5787696047816318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.988879542782113 + - -0.030668814027049462 + - -0.14552207294157612 + - 0.025748863267843605 + - - -0.02120067985037049 + - -0.9975828511981919 + - 0.06617390852268107 + - -0.030282374699149097 + - - -0.14719979973125388 + - -0.062352857524417604 + - -0.9871394734877227 + - 0.5759167375296828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988840695974046 + - -0.01459444444986532 + - -0.14826017731260174 + - 0.06439479281046047 + - - -0.025729786453398563 + - -0.996965550695189 + - -0.07346882887388839 + - -0.03259811664890549 + - - -0.14673805257882774 + - 0.07646367057785014 + - -0.9862156209506798 + - 0.5737870780084141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998357036788637 + - -0.018118230634685355 + - -0.0005434773776089942 + - -0.03472060678394215 + - - -0.018116084140555513 + - -0.9998289552865519 + - 0.00372393152653313 + - 0.037533478260389684 + - - -0.0006108554689421788 + - -0.0037134740163819037 + - -0.9999929184580886 + - 0.5789836699413591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996139826909141 + - -0.0365828880996841 + - -0.07979434531163561 + - 0.04852486424105709 + - - -0.03665672785757093 + - -0.9993277705369963 + - 0.0005397558084763627 + - 0.035238138011581835 + - - -0.07976045102807867 + - 0.00238732734303282 + - -0.9968112013415353 + - 0.5748410789211623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990825785169187 + - -0.027726242375326112 + - 0.032638271825106716 + - -0.04275493599074054 + - - -0.02972195517427943 + - -0.9976123610273963 + - 0.062339253331768464 + - -0.02344836987624675 + - - 0.03083191016792518 + - -0.06325213521367443 + - -0.9975212081486329 + - 0.5786283143303038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935366695288683 + - -0.028888312822289486 + - -0.10977409386447198 + - 0.025776525822008935 + - - -0.023705051237176637 + - -0.9985547835680813 + - 0.04823292194285437 + - -0.030289411857489134 + - - -0.11100881427763828 + - -0.04531897610917745 + - -0.9927855929439593 + - 0.5759411384967061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904985633831505 + - -0.016163430615356716 + - -0.13656990681207054 + - 0.06440749023526603 + - - -0.025817389440426275 + - -0.9972675711494087 + - -0.06921599480062972 + - -0.03260843163461139 + - - -0.1350779713291418 + - 0.0720842218831693 + - -0.9882093941149831 + - 0.5737732396047786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998212523133184 + - -0.0189017089283937 + - -0.0004345367808566013 + - -0.034681168190939665 + - - -0.01890198274118958 + - -0.999821139980149 + - -0.0006348993997999743 + - 0.03757137305569808 + - - -0.00042245837594552017 + - 0.0006429995197331482 + - -0.9999997040402258 + - 0.5789484988048013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975304200204739 + - -0.03818924389513833 + - -0.058946100672516905 + - 0.04857442590637774 + - - -0.03685628186261456 + - -0.9990433412354955 + - 0.02353756190180434 + - 0.03526921297951474 + - - -0.059788591060840085 + - -0.021306899909076454 + - -0.9979836373384209 + - 0.5749517410379069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994323108239664 + - -0.02717728109980192 + - 0.01991108919895325 + - -0.04277588629894006 + - - -0.0282476724332903 + - -0.998052852666448 + - 0.055610900788126916 + - -0.02340486790709258 + - - 0.018360966291779274 + - -0.05614177300716208 + - -0.9982539637990147 + - 0.5786944131499248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892673463964116 + - -0.029960728944775236 + - -0.14301213960674816 + - 0.02575282354467236 + - - -0.020214507790639637 + - -0.9974033448136204 + - 0.06912265496481636 + - -0.030276822115315356 + - - -0.14471175152206708 + - -0.06548986544268197 + - -0.9873042015993426 + - 0.575758216642537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854648758486946 + - -0.01408683383577617 + - -0.16929423965687698 + - 0.0644059645164773 + - - -0.02593444002841712 + - -0.9973498089334785 + - -0.06797619760450604 + - -0.0326067228654221 + - - -0.16788800817488217 + - 0.07137870643852864 + - -0.9832185397856539 + - 0.5739210429474958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998057239004741 + - -0.019703939582335 + - -0.0005188649001279669 + - -0.034681813350065156 + - - -0.019708874398149185 + - -0.9997282105971318 + - -0.012452518067249002 + - 0.037568444479918896 + - - -0.00027336021450158246 + - 0.012460325083755852 + - -0.9999223297701679 + - 0.5791864063192365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972113840931484 + - -0.036722841107866 + - -0.06496836442449272 + - 0.048572278034750116 + - - -0.03609463638382031 + - -0.9992898299428437 + - 0.010817254601905564 + - 0.03525121932504849 + - - -0.06531946615938514 + - -0.008442079943300635 + - -0.9978286920242793 + - 0.5749385460054857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990920478661102 + - -0.02698796019777921 + - 0.03296558652694372 + - -0.04273328081674095 + - - -0.02864351775538369 + - -0.9982966652985884 + - 0.05082634104787121 + - -0.023439950556478094 + - - 0.03153773583026131 + - -0.05172444352606013 + - -0.998163289828182 + - 0.5786806313975653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910234730510421 + - -0.02950356170407335 + - -0.1303917777646447 + - 0.02576018969688583 + - - -0.0203011599739886 + - -0.997244782825442 + - 0.07134918381557058 + - -0.03026687313481293 + - - -0.13213757514636434 + - -0.06806161160457112 + - -0.9888919446836586 + - 0.5759337776152443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882960465931644 + - -0.016414455141975978 + - -0.15166242102351468 + - 0.06437211668971393 + - - -0.02467805397019524 + - -0.9983019221469187 + - -0.05276614340665794 + - -0.03257026636795615 + - - -0.15053875893126628 + - 0.05589130433403678 + - -0.9870229197740418 + - 0.5735723139268682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998336154867904 + - -0.01807942320030391 + - 0.002424004817913298 + - -0.03468155227728268 + - - -0.018060341668281132 + - -0.9998074379973099 + - -0.007675349117802075 + - 0.037562632145792973 + - - 0.0025623039316018535 + - 0.007630293703358323 + - -0.9999676060835982 + - 0.5790258167208476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985752313709462 + - -0.036063057375411864 + - -0.03933145287424814 + - 0.04855572212132016 + - - -0.035283873981668296 + - -0.9991705597129371 + - 0.020328326044771788 + - 0.035232914898611314 + - - -0.040031931371184194 + - -0.01891159685681112 + - -0.9990194172162116 + - 0.5747518766388588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993016124514282 + - -0.028436094228757328 + - 0.02424202749335681 + - -0.042756067526891844 + - - -0.029904982127924508 + - -0.9975934494888553 + - 0.0625539893280588 + - -0.023435470817139887 + - - 0.02240489669478413 + - -0.0632352597997321 + - -0.9977471235348946 + - 0.5787683824591431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923704589604007 + - -0.02808158918549196 + - -0.12005122461491553 + - 0.025786776366144393 + - - -0.0222970315637053 + - -0.9985371304472223 + - 0.049258923066540575 + - -0.03029372889398612 + - - -0.12125887417492696 + - -0.046206314146937696 + - -0.9915448865113394 + - 0.576091829654486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862908044972791 + - -0.015210441001524012 + - -0.16431400259457196 + - 0.06440016277943189 + - - -0.02571666775392895 + - -0.9977445907990027 + - -0.06200310097862861 + - -0.032593532715623263 + - - -0.1630003127719204 + - 0.06537869695758047 + - -0.9844574769995839 + - 0.5737771242819629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998470455345583 + - -0.017475638493382288 + - 0.0006982800752945206 + - -0.03471857810166803 + - - -0.017480187756810754 + - -0.9998216472719244 + - 0.007149593166272825 + - 0.03755223579094344 + - - 0.0005732118295895904 + - -0.00716070567089494 + - -0.9999741975283634 + - 0.5788865015084931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997045228231694 + - -0.03705970676612096 + - -0.06728589001282753 + - 0.04857250631788471 + - - -0.03639198531004182 + - -0.9992756908384932 + - 0.011122819087177386 + - 0.03525243862031436 + - - -0.06764936264003449 + - -0.00864128657443471 + - -0.9976717355426763 + - 0.5748843097863553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995372362674938 + - -0.026837852122531362 + - 0.014319322895638125 + - -0.042763653998036714 + - - -0.027479933974719005 + - -0.9985306154390351 + - 0.04670613728073025 + - -0.023456135451440988 + - - 0.013044789898096917 + - -0.04707801742204609 + - -0.9988060340887632 + - 0.5788035345197359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935844753704246 + - -0.028817339909975474 + - -0.10935927589094128 + - 0.025768177885184946 + - - -0.025058913813269863 + - -0.9990523219692702 + - 0.03558804302443878 + - -0.030290674894394926 + - - -0.11028119124028897 + - -0.0326193023886644 + - -0.9933650084285737 + - 0.5760761352768742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878757774287148 + - -0.011916266854080811 + - -0.15478840703965718 + - 0.06440693868512891 + - - -0.02639697891623651 + - -0.99542417686844 + - -0.09183630877754625 + - -0.032623292123440686 + - - -0.15298577670394076 + - 0.09480881124690568 + - -0.9836699860401561 + - 0.573983721217783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998312214432197 + - -0.018229572739226665 + - 0.0022828283125840157 + - -0.03471253303945612 + - - -0.01822995010690602 + - -0.999833810194482 + - 0.00014460665154471418 + - 0.03751977033936122 + - - 0.0022798128123178068 + - -0.0001861980912838047 + - -0.9999973838884836 + - 0.5789566857970748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981835371884953 + - -0.03571940378012855 + - -0.0485154643330967 + - 0.048586946104025384 + - - -0.03493826266881183 + - -0.9992473328467261 + - 0.016854839079330632 + - 0.03528847971847324 + - - -0.04908099313939103 + - -0.01512917685458003 + - -0.9986802111387582 + - 0.5750248992720588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994733698427285 + - -0.0294883220494418 + - 0.013543331862171512 + - -0.042775842265923875 + - - -0.030060443474071188 + - -0.9985709446178459 + - 0.044186404053344265 + - -0.023440705411836772 + - - 0.012220994777949799 + - -0.04457025272232178 + - -0.9989314990823475 + - 0.5788687347675924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912279521487719 + - -0.03008629355536468 + - -0.1286932858351691 + - 0.02576997527218145 + - - -0.020495553052595348 + - -0.9969570898389148 + - 0.07520966244433257 + - -0.030257393392877127 + - - -0.13056446371053787 + - -0.07191227961914863 + - -0.9888283697669467 + - 0.5757444026133312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875218378111859 + - -0.017883536449999668 + - -0.1564634109626261 + - 0.06438342135884775 + - - -0.025379903389029353 + - -0.9986168881549774 + - -0.046045316761122605 + - -0.03256371383251679 + - - -0.15542355146496176 + - 0.04944178208469143 + - -0.9866098670874458 + - 0.573586051945802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998250392970306 + - -0.01830158146669061 + - 0.0038656060985743884 + - -0.03469473440511322 + - - -0.018248265861277018 + - -0.9997436279057831 + - -0.01340444906884486 + - 0.037548844040161636 + - - 0.0041099376816930485 + - 0.013331563209211097 + - -0.9999026841821415 + - 0.5790681749814057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972904792559948 + - -0.035978724010182775 + - -0.06416565595353538 + - 0.04858417472574217 + - - -0.03610690874402642 + - -0.9993475809083662 + - -0.0008388525175465147 + - 0.03525678455790255 + - - -0.06409361221135007 + - 0.0031534031132639598 + - -0.9979389084119856 + - 0.5749353993747002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993389944642692 + - -0.02622219219738227 + - 0.0251787763703284 + - -0.04273671639704706 + - - -0.027608643219837546 + - -0.9980267657055268 + - 0.05639448337316403 + - -0.02344441890604932 + - - 0.0236503057634184 + - -0.057052358160990156 + - -0.9980910236374074 + - 0.5787752772781097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918635958380427 + - -0.029131154615389978 + - -0.1239273298429453 + - 0.02577693519990537 + - - -0.021792710607481915 + - -0.9979505409548898 + - 0.060164736949656315 + - -0.030261512681216476 + - - -0.12542601411033702 + - -0.056974499897910806 + - -0.9904656588422318 + - 0.5760920819363109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903634082298921 + - -0.019394756823364466 + - -0.13712827223820287 + - 0.06441151444900699 + - - -0.02594324064179314 + - -0.9985985260057767 + - -0.046129514674363346 + - -0.03260168527132018 + - - -0.13604141981129916 + - 0.04924253513836232 + - -0.9894786025118851 + - 0.5738692637229155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998250392970306 + - -0.01830158146669061 + - 0.0038656060985743884 + - -0.03469473440511322 + - - -0.018248265861277018 + - -0.9997436279057831 + - -0.01340444906884486 + - 0.037548844040161636 + - - 0.0041099376816930485 + - 0.013331563209211097 + - -0.9999026841821415 + - 0.5790681749814057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972904792559948 + - -0.035978724010182775 + - -0.06416565595353538 + - 0.04858417472574217 + - - -0.03610690874402642 + - -0.9993475809083662 + - -0.0008388525175465147 + - 0.03525678455790255 + - - -0.06409361221135007 + - 0.0031534031132639598 + - -0.9979389084119856 + - 0.5749353993747002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993389944642692 + - -0.02622219219738227 + - 0.0251787763703284 + - -0.04273671639704706 + - - -0.027608643219837546 + - -0.9980267657055268 + - 0.05639448337316403 + - -0.02344441890604932 + - - 0.0236503057634184 + - -0.057052358160990156 + - -0.9980910236374074 + - 0.5787752772781097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918635958380427 + - -0.029131154615389978 + - -0.1239273298429453 + - 0.02577693519990537 + - - -0.021792710607481915 + - -0.9979505409548898 + - 0.060164736949656315 + - -0.030261512681216476 + - - -0.12542601411033702 + - -0.056974499897910806 + - -0.9904656588422318 + - 0.5760920819363109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903634082298921 + - -0.019394756823364466 + - -0.13712827223820287 + - 0.06441151444900699 + - - -0.02594324064179314 + - -0.9985985260057767 + - -0.046129514674363346 + - -0.03260168527132018 + - - -0.13604141981129916 + - 0.04924253513836232 + - -0.9894786025118851 + - 0.5738692637229155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999681170379872 + - -0.019241800273359578 + - 0.01634963945074939 + - -0.03466150217107695 + - - -0.019212088460741992 + - -0.999813485219167 + - -0.0019724175214820157 + - 0.03755905599702784 + - - 0.016384542865334563 + - 0.0016576779369238735 + - -0.9998643902344714 + - 0.5790212187389372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975808943920675 + - -0.037313109574062246 + - -0.05865228893945045 + - 0.04856182047035805 + - - -0.03657355787367283 + - -0.9992379708426277 + - 0.013632772673568713 + - 0.035256106048932256 + - - -0.05911627532569911 + - -0.011454670672792041 + - -0.9981853818361568 + - 0.5749287806243807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996049998368783 + - -0.02723357475760194 + - 0.0069409442467578365 + - -0.042780573186897 + - - -0.027625894994633683 + - -0.9975247237018366 + - 0.0646624738880272 + - -0.0234020021361947 + - - 0.0051627731753358915 + - -0.06482868199721811 + - -0.9978830531498385 + - 0.5786859529368493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9890339178611801 + - -0.0307881568410734 + - -0.14444375624613817 + - 0.025756196338325224 + - - -0.021558895956677825 + - -0.9976503249879496 + - 0.06503109299840959 + - -0.030265471777434577 + - - -0.14610654785222135 + - -0.06120390877850957 + - -0.987373768248346 + - 0.5758077259100935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873138628753543 + - -0.014207097968230931 + - -0.15814390453465857 + - 0.0643776050654704 + - - -0.02732060738544387 + - -0.9963347937606329 + - -0.0810590103199308 + - -0.03258542454386189 + - - -0.15641266120821726 + - 0.0843512721260166 + - -0.9840833004906064 + - 0.5736624240859809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998087806162513 + - -0.018724396902678027 + - 0.005639074682577245 + - -0.03470480924641267 + - - -0.018700138137728292 + - -0.9998157854819949 + - -0.004324342106236709 + - 0.037543277182379896 + - - 0.005719006581092736 + - 0.004218063732670875 + - -0.9999747501322586 + - 0.5789050472714233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996556266874103 + - -0.036903554726582036 + - -0.07425452580478757 + - 0.04859197976557951 + - - -0.03615601270958735 + - -0.9992812821080933 + - 0.011386921153183016 + - 0.0352514574146959 + - - -0.0746213756164804 + - -0.008662960056863539 + - -0.997174309448532 + - 0.574995238268011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994517864478649 + - -0.031062756008068803 + - 0.011455642948115132 + - -0.042777920642482564 + - - -0.03140194395222524 + - -0.9990345091601355 + - 0.0307240528444626 + - -0.023453022851636487 + - - 0.01049020887269741 + - -0.031066938960110167 + - -0.9994622558263303 + - 0.5788049327551236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924938634975615 + - -0.03054219742696981 + - -0.11841919226213254 + - 0.025753232975240226 + - - -0.022854435164115134 + - -0.9975748214441261 + - 0.06574306361928317 + - -0.03026537967826553 + - - -0.12013994220496849 + - -0.06254318345792653 + - -0.990784913333835 + - 0.5758745094825417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869755185098661 + - -0.012716051228925083 + - -0.16036716591411265 + - 0.06440538631661993 + - - -0.026709697727068066 + - -0.9959879067962216 + - -0.0854089079839431 + - -0.032621041273329335 + - - -0.15863769384830906 + - 0.08857985976972618 + - -0.9833553226243634 + - 0.5739499094479505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998292588169256 + - -0.01844876004790552 + - 0.0010471228637914853 + - -0.03470410077287533 + - - -0.018440950317649453 + - -0.9998052127334941 + - -0.007033345030295229 + - 0.037548253892492396 + - - 0.0011766753923891967 + - 0.0070128342079361335 + - -0.9999747174760938 + - 0.5790139825324055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957045021791848 + - -0.03862461700633058 + - -0.08414679614350186 + - 0.04857200172950521 + - - -0.03676790727212268 + - -0.9990473696035149 + - 0.02350477149700909 + - 0.03526514017442468 + - - -0.084974498144622 + - -0.020309905204414443 + - -0.9961761101410018 + - 0.5749213810699494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999493414171118 + - -0.028973027428570018 + - 0.013171131697211562 + - -0.042757296401791635 + - - -0.029457724761660982 + - -0.9988346596890066 + - 0.03823042055499453 + - -0.023461225127857213 + - - 0.012048131823157782 + - -0.03859904513804522 + - -0.9991821436725149 + - 0.5787547506418982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924376971662173 + - -0.027656960143750697 + - -0.11959310096749969 + - 0.025770195016586388 + - - -0.02197165307040051 + - -0.998576681516787 + - 0.04859894641117096 + - -0.03026933355059733 + - - -0.12076698102034987 + - -0.045603768336935635 + - -0.9916328113816637 + - 0.5760390027019154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857305630986406 + - -0.014007746880867707 + - -0.1677469522839639 + - 0.06438544165563524 + - - -0.02505594793626631 + - -0.997639920531378 + - -0.0639279941431082 + - -0.03258303749243651 + - - -0.16645556898539632 + - 0.06721883656734699 + - -0.9837551380116296 + - 0.5737112946938534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998120186078313 + - -0.019204776860857628 + - -0.002665331697598309 + - -0.034704682855912716 + - - -0.01921184040372316 + - -0.999811922735639 + - -0.00265034789528583 + - 0.03754485038483112 + - - -0.0026139310693714026 + - 0.0027010556063959855 + - -0.9999929358065361 + - 0.5790294003195605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971742875898542 + - -0.03934389548018977 + - -0.06399607845884647 + - 0.04856370260350653 + - - -0.03743713366030903 + - -0.9988264820206274 + - 0.03072653312038337 + - 0.035278046673462043 + - - -0.06512987941772261 + - -0.028243879031424883 + - -0.9974770083086084 + - 0.5749901898625858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994066410334879 + - -0.02919070343114029 + - 0.01828301647311774 + - -0.04278779321158001 + - - -0.030133710058395755 + - -0.9981064428458887 + - 0.0536235793997752 + - -0.023435137355157135 + - - 0.016683086533301285 + - -0.054142696485515666 + - -0.9983938316320872 + - 0.5787784487342355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896434520133959 + - -0.02941285572970023 + - -0.14050167901072666 + - 0.025750824540811217 + - - -0.020941045828145047 + - -0.9978935694064558 + - 0.061399484825749834 + - -0.030267477256022652 + - - -0.1420116561646718 + - -0.057821346015704225 + - -0.9881747727291464 + - 0.5760014556548414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866191349210127 + - -0.015527952775633297 + - -0.1623008480886973 + - 0.06438389830753616 + - - -0.024929029006472217 + - -0.998116771687019 + - -0.05604867161563748 + - -0.03257926335055586 + - - -0.16112487741037126 + - 0.059344694452670335 + - -0.9851482026171554 + - 0.5736430148990292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998342177094989 + - -0.01819640418331862 + - 0.0006541957136885874 + - -0.03471876610208387 + - - -0.018183555241783337 + - -0.9997056503548742 + - -0.016061474630515885 + - 0.03754245660695964 + - - 0.0009462642355694056 + - 0.01604691631856402 + - -0.9998707921830007 + - 0.5790866983659184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973091021960974 + - -0.0373761354517752 + - -0.06306805193998459 + - 0.0485462892924642 + - - -0.036439554159185046 + - -0.999208785509321 + - 0.01593618064870105 + - 0.03525368327969433 + - - -0.06361378442990058 + - -0.013595126320809503 + - -0.9978819864948099 + - 0.5747726252919995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994237509437528 + - -0.027682644233791586 + - 0.01964274058640672 + - -0.04274621829155853 + - - -0.028679008365679815 + - -0.9982143069547009 + - 0.05239954074328328 + - -0.02345103081416575 + - - 0.018157106836740586 + - -0.052932679878984604 + - -0.9984329976879508 + - 0.5787341860631993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925279301964789 + - -0.028174801821160635 + - -0.1187202102518012 + - 0.025769730936088184 + - - -0.020991607151973273 + - -0.9978969447391166 + - 0.06132731943852154 + - -0.030269317122339087 + - - -0.12019842016046127 + - -0.05837694941220859 + - -0.9910320234827199 + - 0.5758303403607363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990902154533204 + - -0.01565406416565609 + - -0.1336707537816407 + - 0.06441850712532728 + - - -0.025934622806266412 + - -0.9968070916237837 + - -0.0755183251166949 + - -0.03261233414353348 + - - -0.1320617866051765 + - 0.07829797164442812 + - -0.9881442769935054 + - 0.573874479266669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998352966639591 + - -0.018039962301981426 + - -0.001984768257546784 + - -0.0347220494611219 + - - -0.018023823646087685 + - -0.9998065915392071 + - 0.007869008573411027 + - 0.037585557236905855 + - - -0.002126341004591364 + - -0.007831939408395275 + - -0.9999670691572978 + - 0.5790445846588307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983118559216817 + - -0.03720996073881526 + - -0.04459660466922581 + - 0.04861311643150333 + - - -0.03579780716166489 + - -0.9988447895279994 + - 0.03205625422882041 + - 0.03527523056461399 + - - -0.045737898165784135 + - -0.030405677999057013 + - -0.9984906306104199 + - 0.5753052695708115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991746159627307 + - -0.027888110175408893 + - 0.029535404628579915 + - -0.042770010694515866 + - - -0.02980849356545476 + - -0.9973270017772127 + - 0.06671060813269075 + - -0.023416853594018815 + - - 0.027596023755025418 + - -0.06753595218044561 + - -0.9973351265427245 + - 0.578605860180053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901891092089631 + - -0.031551176708462414 + - -0.13612513086227565 + - 0.02575981716014691 + - - -0.0227712044871191 + - -0.9975873752628308 + - 0.06558125465727058 + - -0.030277059624042875 + - - -0.13786587775866113 + - -0.06183811093918818 + - -0.9885186127662476 + - 0.5758875854892966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860468833255572 + - -0.010600946942998565 + - -0.16612996059671703 + - 0.0643999070447434 + - - -0.02613599691657639 + - -0.995452239622863 + - -0.09160648609680225 + - -0.03259165804328607 + - - -0.16440332584571316 + - 0.09467026224606459 + - -0.9818396446961848 + - 0.5738010472545242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998072325562042 + - -0.018327588692795556 + - 0.007042529446998152 + - -0.034709386876442254 + - - -0.018214960909031165 + - -0.9997102387562378 + - -0.015737017666303144 + - 0.0375285107573091 + - - 0.007328910381945616 + - 0.015605704683056871 + - -0.9998513634805724 + - 0.5789589207567534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996977446203462 + - -0.03661328303810636 + - -0.06852327536534321 + - 0.048551697903610996 + - - -0.036161111967714876 + - -0.9993153136681245 + - 0.007828016967013851 + - 0.03526865910258926 + - - -0.0687629678161256 + - -0.005326478531730104 + - -0.9976188064003049 + - 0.5748294074329221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995274884290812 + - -0.02746846240393126 + - 0.013794326653255145 + - -0.04273914932416479 + - - -0.02814391170176801 + - -0.998280142950747 + - 0.05142641757268416 + - -0.02346138814417149 + - - 0.012357997765656695 + - -0.05179034430664472 + - -0.9985815140126638 + - 0.5786038110978494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991268693593372 + - -0.02658876525685619 + - -0.12914880821674424 + - 0.025783646997281764 + - - -0.021511345948102154 + - -0.9989458522933816 + - 0.04055177161789375 + - -0.030289722265864714 + - - -0.1300908878330479 + - -0.03741953698223084 + - -0.990795710101151 + - 0.5761771941485574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890751025882187 + - -0.01357366412955707 + - -0.14678622919811804 + - 0.06436865347947891 + - - -0.02497262267404187 + - -0.9967877803141652 + - -0.07609526353945505 + - -0.03259179110246354 + - - -0.1452818280339437 + - 0.07892956770727406 + - -0.9862369460655274 + - 0.5735823729657825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997231422170024 + - -0.02057833835812167 + - 0.01140924652121366 + - -0.03467053818739345 + - - -0.0204425679747918 + - -0.9997203062684125 + - -0.01189162096555785 + - 0.037560744728491836 + - - 0.011650765226335319 + - 0.011655094380190011 + - -0.9998642000014955 + - 0.5789907844489574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949051536128254 + - -0.037922606231931805 + - -0.09341098035679779 + - 0.04853783611536282 + - - -0.037000702207826835 + - -0.9992481178090097 + - 0.011582188535835914 + - 0.035241332155093036 + - - -0.09377997307937305 + - -0.008066907197295498 + - -0.9955602652062319 + - 0.5748767583085002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995243230141809 + - -0.02737793969467025 + - 0.014197750565437007 + - -0.042734321941070796 + - - -0.028113789058170503 + - -0.9981169371514359 + - 0.05451783778020929 + - -0.023441939757547235 + - - 0.012678429233783666 + - -0.054891057463957844 + - -0.9984118535166999 + - 0.5786470656732108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924636339265959 + - -0.026098318465492168 + - -0.11972807985802535 + - 0.025771263974180322 + - - -0.02216002385665613 + - -0.9991724414483383 + - 0.03410814554971184 + - -0.03028154379089118 + - - -0.12051916310648848 + - -0.03119791697279879 + - -0.9922206515189406 + - 0.5760784920673955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865257063657764 + - -0.015994408421182958 + - -0.16282263226825153 + - 0.06435696383304536 + - - -0.025062054566357947 + - -0.9982377417638977 + - -0.05378944449450779 + - -0.03259383294164001 + - - -0.16167536639951915 + - 0.05714533941951197 + - -0.985188046051215 + - 0.5735918515240757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997603790436815 + - -0.019384540476154986 + - 0.010169763269742827 + - -0.03465851952240642 + - - -0.019164672401260335 + - -0.9995896586072378 + - -0.0212891929677541 + - 0.037533930241722496 + - - 0.010578271417706762 + - 0.02108919144951293 + - -0.9997216343451908 + - 0.5789700491282498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962611907457568 + - -0.03582580433694534 + - -0.0786139399690523 + - 0.048523299742336004 + - - -0.03667595156880616 + - -0.999283031615178 + - -0.009396664434938844 + - 0.03522665657572313 + - - -0.07822093319802209 + - 0.012244773153928471 + - -0.9968608484337422 + - 0.5747258575812844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995773189545601 + - -0.02851914493506146 + - 0.005642854223399412 + - -0.042786439023121056 + - - -0.028701158430187678 + - -0.9989628642072685 + - 0.03534741064880763 + - -0.023475629367758436 + - - 0.004628923889938679 + - -0.03549442642138524 + - -0.9993591540365444 + - 0.5788839673153316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912445348004751 + - -0.029564107018195545 + - -0.12868657973699585 + - 0.025770220396071537 + - - -0.02340604380576204 + - -0.9985193073360884 + - 0.04910549857624174 + - -0.030250641308010296 + - - -0.12994779467752524 + - -0.04566351336981433 + - -0.9904687850735998 + - 0.5759015896215756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893286469576241 + - -0.01565441771040332 + - -0.14485774924091863 + - 0.06441261455746965 + - - -0.02543661832156104 + - -0.9975002471619622 + - -0.06592598395313183 + - -0.032618295051497395 + - - -0.14346360778037012 + - 0.06890715578206359 + - -0.9872537653129855 + - 0.5739098302693961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997963747961338 + - -0.019138836911053052 + - 0.00639639478149836 + - -0.03471717985748775 + - - -0.019059795430306996 + - -0.9997439364706966 + - -0.012197773904711618 + - 0.03752687400313143 + - - 0.006628208103515966 + - 0.012073376154486717 + - -0.9999051457241175 + - 0.5789180398037688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971959214421048 + - -0.0369572902686963 + - -0.06507267441274464 + - 0.04857004709860044 + - - -0.036446797420109124 + - -0.9992949311214261 + - 0.009015075864425995 + - 0.03525058244625457 + - - -0.06535996647068656 + - -0.006618106301590735 + - -0.9978398045036744 + - 0.574908909497256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994633407880866 + - -0.02855818196379141 + - 0.016045580813419405 + - -0.042763351380906006 + - - -0.02924561353447224 + - -0.9985865584614567 + - 0.044379943094790035 + - -0.02344787519504064 + - - 0.014755490832543938 + - -0.04482538904490944 + - -0.9988858593389257 + - 0.5787838010451386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9872285370848672 + - -0.030963456880208077 + - -0.1562724540771675 + - 0.025737016712083588 + - - -0.018117845064714044 + - -0.9963877461071607 + - 0.08296507155244812 + - -0.030234574120012653 + - - -0.15827684371216133 + - -0.07907416610701193 + - -0.984223408073084 + - 0.5756934245510984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866792294586757 + - -0.012183738259147328 + - -0.1622210056585353 + - 0.06438327212304842 + - - -0.026033512407041964 + - -0.9961654619194552 + - -0.08352621570831004 + - -0.03259550216668133 + - - -0.16058130148490624 + - 0.08663676471816878 + - -0.9832129558811674 + - 0.5737494185022156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997848612134724 + - -0.01795729747119952 + - 0.01038107681738694 + - -0.03470625544913072 + - - -0.018049868364246664 + - -0.9997975340577114 + - 0.008893432641699527 + - 0.037539663318996275 + - - 0.010219272987400064 + - -0.009078896389425894 + - -0.9999065656849938 + - 0.5789444998918885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969970158511625 + - -0.038180017962372824 + - -0.06737385703868845 + - 0.04855381298005715 + - - -0.03704669263998942 + - -0.9991515574682495 + - 0.017991880757988854 + - 0.03524638252547658 + - - -0.06800362452336561 + - -0.01544187285158196 + - -0.9975655645693273 + - 0.5747777052116734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993611771182248 + - -0.0247392859046836 + - 0.02579157617910509 + - -0.042750684385972196 + - - -0.026386771043702913 + - -0.9974953628432145 + - 0.06562575272080082 + - -0.02342876516955986 + - - 0.02410344337980487 + - -0.0662643859038233 + - -0.9975109298539171 + - 0.5784849494726232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992354612327629 + - -0.02966640238071533 + - -0.11980078447934545 + - 0.025791405415436806 + - - -0.022797916725336764 + - -0.9980386555031661 + - 0.05830177625439598 + - -0.030285294997077813 + - - -0.1212954178238638 + - -0.05512482826475316 + - -0.9910845952408484 + - 0.5759849496239572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870962837640972 + - -0.013616425033743135 + - -0.15954785974249028 + - 0.06439065269165506 + - - -0.025555904342997218 + - -0.997002841023882 + - -0.07302212502741558 + - -0.03259192690047692 + - - -0.15807536915130224 + - 0.07615725808882821 + - -0.9844857793325769 + - 0.5737485366706223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997809551727884 + - -0.019094328454925053 + - 0.008570198051519928 + - -0.034669308006734775 + - - -0.019088385982421133 + - -0.9998175000598122 + - -0.0007746578168128427 + - 0.03756996961780481 + - - 0.008583425561682529 + - 0.0006108968836720049 + - -0.9999629751198912 + - 0.5789168250480938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997660638726442 + - -0.036484662640322844 + - -0.057811065791678176 + - 0.048577941570922406 + - - -0.036472022614214984 + - -0.9993338622398309 + - 0.0012741064521031467 + - 0.03525613663256095 + - - -0.057819041001871546 + - 0.0008373606420952499 + - -0.9983267287440416 + - 0.5748071508429786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995743899172261 + - -0.027211351756734795 + - 0.010515767075027944 + - -0.042783060048087976 + - - -0.02797762333111215 + - -0.9962949784422288 + - 0.08132384966011783 + - -0.023369315746537913 + - - 0.008263874052005182 + - -0.08158344357999534 + - -0.9966322542037672 + - 0.578559231119449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934628243211264 + - -0.027416452286689125 + - -0.11081495763615301 + - 0.025763773180512723 + - - -0.022361681307719303 + - -0.9986631673767664 + - 0.04660293267700843 + - -0.03029555539388056 + - - -0.11194450366580166 + - -0.04382027235216004 + - -0.9927478087762274 + - 0.5761395701920694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871335995885688 + - -0.016050300026598407 + - -0.15909005133059476 + - 0.06439806669630259 + - - -0.026090884735064622 + - -0.9977828529398955 + - -0.06122617179658267 + - -0.03257770844089396 + - - -0.15775462686418004 + - 0.06458921154635082 + - -0.9853637457582678 + - 0.5737381936629247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998021679668214 + - -0.0188001156904508 + - 0.006494657717656232 + - -0.03471873304800309 + - - -0.018729228342579736 + - -0.9997661703968227 + - -0.010808354905526445 + - 0.03753461638643895 + - - 0.006696337397066685 + - 0.010684576739299286 + - -0.9999204962822633 + - 0.5791026905961622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979135873896208 + - -0.03612031820710885 + - -0.05351443464893253 + - 0.04856416060855863 + - - -0.036107204080415296 + - -0.999347187140667 + - 0.0012121747119113312 + - 0.03521765263970512 + - - -0.05352328387415062 + - 0.000722610997810638 + - -0.9985663402682232 + - 0.5746864979018207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996361366426115 + - -0.026857229486283492 + - 0.002506699534309463 + - -0.04276135148575192 + - - -0.026951785796626614 + - -0.9982592814987526 + - 0.05245958581581104 + - -0.0234365853646565 + - - 0.0010934169410424036 + - -0.052508057723694095 + - -0.9986199018212474 + - 0.5785645110994512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892693689368885 + - -0.0302544257496215 + - -0.14293629841915886 + - 0.02576155929691713 + - - -0.01913596833065931 + - -0.9967280629450743 + - 0.07853014232642008 + - -0.030257382193314378 + - - -0.1448445042079892 + - -0.07495223986193095 + - -0.9866114895643681 + - 0.5758108569623523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885759711995263 + - -0.015186936279676207 + - -0.14995634742601063 + - 0.06443616247495938 + - - -0.02402805396097801 + - -0.9980664797350641 + - -0.057323247047829165 + - -0.03259494559542064 + - - -0.14879583928914705 + - 0.06027154383036144 + - -0.9870294520502133 + - 0.5741120917354402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998021679668214 + - -0.0188001156904508 + - 0.006494657717656232 + - -0.03471873304800309 + - - -0.018729228342579736 + - -0.9997661703968227 + - -0.010808354905526445 + - 0.03753461638643895 + - - 0.006696337397066685 + - 0.010684576739299286 + - -0.9999204962822633 + - 0.5791026905961622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979135873896208 + - -0.03612031820710885 + - -0.05351443464893253 + - 0.04856416060855863 + - - -0.036107204080415296 + - -0.999347187140667 + - 0.0012121747119113312 + - 0.03521765263970512 + - - -0.05352328387415062 + - 0.000722610997810638 + - -0.9985663402682232 + - 0.5746864979018207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996361366426115 + - -0.026857229486283492 + - 0.002506699534309463 + - -0.04276135148575192 + - - -0.026951785796626614 + - -0.9982592814987526 + - 0.05245958581581104 + - -0.0234365853646565 + - - 0.0010934169410424036 + - -0.052508057723694095 + - -0.9986199018212474 + - 0.5785645110994512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892693689368885 + - -0.0302544257496215 + - -0.14293629841915886 + - 0.02576155929691713 + - - -0.01913596833065931 + - -0.9967280629450743 + - 0.07853014232642008 + - -0.030257382193314378 + - - -0.1448445042079892 + - -0.07495223986193095 + - -0.9866114895643681 + - 0.5758108569623523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885759711995263 + - -0.015186936279676207 + - -0.14995634742601063 + - 0.06443616247495938 + - - -0.02402805396097801 + - -0.9980664797350641 + - -0.057323247047829165 + - -0.03259494559542064 + - - -0.14879583928914705 + - 0.06027154383036144 + - -0.9870294520502133 + - 0.5741120917354402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999808362702513 + - -0.01957523063599124 + - 0.00021958066332102973 + - -0.03469355891259206 + - - -0.01957176940817144 + - -0.9997513959493282 + - -0.0106813922127837 + - 0.037566441769903744 + - - 0.0004286167907574006 + - 0.010675047677537632 + - -0.9999429281937691 + - 0.5792318329100832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969375808201798 + - -0.03775852959096028 + - -0.06848177415587242 + - 0.04857232212582977 + - - -0.03661116151385237 + - -0.9991686661668654 + - 0.017933192770236063 + - 0.03525182174871964 + - - -0.06910197392993889 + - -0.015371076522365273 + - -0.9974911765051009 + - 0.5748903410036195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990973712288185 + - -0.029645554984317517 + - 0.030423409955762287 + - -0.04275559652096681 + - - -0.031157677893444053 + - -0.9982381762767594 + - 0.050494975313762784 + - -0.023439103829920427 + - - 0.02887285770326445 + - -0.051397319904066326 + - -0.9982608244315339 + - 0.5785822884683025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9864381532492414 + - -0.02987606145148458 + - -0.16139142098133086 + - 0.025753280486911927 + - - -0.020286997325352517 + - -0.9979474550066453 + - 0.06073972987493621 + - -0.030297447250020784 + - - -0.16287482173051543 + - -0.05664183964090676 + - -0.985019540135294 + - 0.575891906751353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903426095077766 + - -0.01215849801741197 + - -0.13810751869209753 + - 0.06442253647999867 + - - -0.02472791081008073 + - -0.9956650268596186 + - -0.08966428896503216 + - -0.032613831460009374 + - - -0.13641864322846847 + - 0.09221347631770903 + - -0.9863501551503443 + - 0.5739603532495327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998193666704089 + - -0.01766120650125054 + - 0.0070225220328987885 + - -0.03470509222472312 + - - -0.017633870214082803 + - -0.9998367650723021 + - -0.003935712264383865 + - 0.037576922750630945 + - - 0.007090885139053277 + - 0.003811167101469562 + - -0.9999675966516468 + - 0.5791152209398163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967923089871147 + - -0.038282436211145604 + - -0.07028191674873495 + - 0.04856380493708548 + - - -0.03688763934008708 + - -0.999097946285108 + - 0.02103796075657687 + - 0.03526826934288351 + - - -0.07102390307531826 + - -0.018377943481771204 + - -0.9973052974818337 + - 0.5749836436201283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994797383131295 + - -0.02694311193301089 + - 0.017729112241829697 + - -0.04273795216782632 + - - -0.028079348289516574 + - -0.9973367705949915 + - 0.06731208077893167 + - -0.023421641403458062 + - - 0.01586829862191193 + - -0.06777488279974112 + - -0.9975744395083143 + - 0.5786875265619068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916851122774514 + - -0.02816562423890267 + - -0.12556805206138844 + - 0.025755148234351405 + - - -0.02182256050735841 + - -0.9984289811361191 + - 0.051607610682859524 + - -0.030267984775958733 + - - -0.12682434285326022 + - -0.04843828278050177 + - -0.9907418022982147 + - 0.5759017053486837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862903689259326 + - -0.014249502072492714 + - -0.16440273676138675 + - 0.06440173873249153 + - - -0.025326174985631885 + - -0.9975326211947343 + - -0.06547712969396523 + - -0.032598913347971284 + - - -0.16306407643789897 + - 0.06874315488140777 + - -0.9842177023567532 + - 0.5737288880637949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997827251205403 + - -0.0179509323617089 + - 0.010595592380392567 + - -0.03468258944102847 + - - -0.0179129033504307 + - -0.9998328037782768 + - -0.0036731978477361512 + - 0.037558224392615955 + - - 0.01065975816349553 + - 0.0034826019318660206 + - -0.9999371185428014 + - 0.5789327397209643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957254866062715 + - -0.03916542698229541 + - -0.08364702416702204 + - 0.04857342610658588 + - - -0.0376811197166031 + - -0.9991043629886961 + - 0.01925110578264446 + - 0.03527276048173961 + - - -0.08432608457415124 + - -0.016016903141557313 + - -0.99630947515024 + - 0.5749974277416485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999394702486412 + - -0.026522188560437664 + - 0.022512266790804272 + - -0.04275000968810837 + - - -0.027812784344367084 + - -0.9978647574763524 + - 0.05909631810590005 + - -0.02343841814845603 + - - 0.020896833949416563 + - -0.05968667607284385 + - -0.9979984083305271 + - 0.5785697806373182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915713344014954 + - -0.02957914153940427 + - -0.12614025201746573 + - 0.02575910522353369 + - - -0.0213555865385267 + - -0.997587428764752 + - 0.06605498387045985 + - -0.03026615196156591 + - - -0.12778977939112882 + - -0.06280442943235057 + - -0.989810777839302 + - 0.57589938250985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861115106486859 + - -0.013913821141041845 + - -0.1655007376038605 + - 0.06439787445151332 + - - -0.025968344729871744 + - -0.9971455247854747 + - -0.0708974433410052 + - -0.032595563712072166 + - - -0.16404186550438069 + - 0.07421056516127333 + - -0.9836579986866814 + - 0.573797908233983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998131489597633 + - -0.01911834533410446 + - 0.0028558779469758087 + - -0.034678677271515856 + - - -0.019109077404093316 + - -0.9998121616288158 + - -0.0032379962752146652 + - 0.037559949563252856 + - - 0.0029172466344940472 + - 0.0031828180594969547 + - -0.9999906796272018 + - 0.5790285339301868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969931631996796 + - -0.037681525886437896 + - -0.06771067227525467 + - 0.048571961683864594 + - - -0.03631460895159428 + - -0.9991132425279241 + - 0.02130675437580501 + - 0.03526525266199468 + - - -0.06845350034724317 + - -0.018783801857127018 + - -0.997477461939869 + - 0.5749972883196113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994052148582301 + - -0.025653087348710742 + - 0.023046379838370726 + - -0.04278498948476446 + - - -0.02749791630524338 + - -0.9961145714708709 + - 0.08366376218096168 + - -0.023415966066619623 + - - 0.02081060097750361 + - -0.08424772764224624 + - -0.9962275037731454 + - 0.578463364297531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9887135422250054 + - -0.028220082108780103 + - -0.14713652974926447 + - 0.02575284412593196 + - - -0.02093089371221598 + - -0.9984866574079674 + - 0.050855606049601584 + - -0.030273759900454514 + - - -0.14834901115036256 + - -0.04720192733393484 + - -0.9878079514494057 + - 0.5757913887325714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831806121337308 + - -0.012321770187256807 + - -0.18221980656282952 + - 0.06441366313031976 + - - -0.025822844979384373 + - -0.9970770549702617 + - -0.07190637752662381 + - -0.03258780853731251 + - - -0.18080117422603556 + - 0.07540239008999049 + - -0.9806250124115765 + - 0.573978603093855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999743769463761 + - -0.018197855923933262 + - 0.013462297655381272 + - -0.03468779982469368 + - - -0.018271615215486245 + - -0.9998186048071235 + - 0.0053763890255908164 + - 0.03755789795790273 + - - 0.013362016906422792 + - -0.005620989353223228 + - -0.999894924971061 + - 0.5789629838894653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958492947335299 + - -0.037329609479255114 + - -0.08301013453101655 + - 0.04853684183115146 + - - -0.03713591988240771 + - -0.9993027044629471 + - 0.003876636109636489 + - 0.03523330151700459 + - - -0.08309696524674384 + - -0.0007778876303483153 + - -0.9965411628515981 + - 0.5747857209362355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995316340959751 + - -0.027311297244648845 + - 0.013805994503991524 + - -0.04274372943032264 + - - -0.028174323636205114 + - -0.9973715446891948 + - 0.06675484500716815 + - -0.0234200245203769 + - - 0.011946544649905334 + - -0.06711255387111344 + - -0.997673887191513 + - 0.5786322984595436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927126628060943 + - -0.02932647132633175 + - -0.11688253583824863 + - 0.025766610368870103 + - - -0.024559822637032044 + - -0.9988150558336628 + - 0.04201546562915897 + - -0.030281899097916745 + - - -0.1179762019072964 + - -0.038838670414206404 + - -0.9922566066617979 + - 0.575956883837442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999806144136402 + - -0.01880889530046177 + - -0.0058223367024144 + - -0.03469384287394033 + - - -0.018853597293451808 + - -0.9997924468557912 + - -0.007720432579048082 + - 0.03755443899594632 + - - -0.005675915450071579 + - 0.007828707919417326 + - -0.9999532465651169 + - 0.578917285007599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997036506668056 + - -0.038400940372957576 + - -0.06666012413453891 + - 0.04856453130203263 + - - -0.036754598354639526 + - -0.9989924815280936 + - 0.025751142695616097 + - 0.03524647567247541 + - - -0.06758183092332369 + - -0.023224763267112307 + - -0.9974433851102714 + - 0.5748181905895113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993989416076766 + - -0.0283158225717834 + - 0.01999924262413392 + - -0.042758590277899494 + - - -0.02941764435382802 + - -0.9979329193781832 + - 0.057135721068427264 + - -0.023459141186208687 + - - 0.018340057636970053 + - -0.057689709770640335 + - -0.998166088220018 + - 0.5787437820938967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903175715292987 + - -0.03188906931549083 + - -0.1351080855408153 + - 0.025754329296891434 + - - -0.018358538675874364 + - -0.9947946053717812 + - 0.10023301442582744 + - -0.03024600799412458 + - - -0.13760113218283807 + - -0.09678212841942219 + - -0.9857480144745955 + - 0.5757600378745451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889015177530243 + - -0.01568408024621222 + - -0.14774233588445596 + - 0.06440297209347634 + - - -0.025896965125072634 + - -0.9973859365762795 + - -0.06745843696061496 + - -0.032607009347574045 + - - -0.14629810450951097 + - 0.07053582881549536 + - -0.9867226365449594 + - 0.5737594109200048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998006615409805 + - -0.01831859235864441 + - 0.0079414328817741 + - -0.03468845436680208 + - - -0.01835071679336089 + - -0.9998236446209904 + - 0.003991346886537075 + - 0.037556376224659835 + - - 0.007866916510791942 + - -0.004136282243346221 + - -0.9999605006168067 + - 0.5791261555971243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971081159645608 + - -0.03717710655896887 + - -0.06628173070693665 + - 0.048531997045404895 + - - -0.03599225217987144 + - -0.9991717808504724 + - 0.018981836979523055 + - 0.03523024374852651 + - - -0.06693252468437401 + - -0.016541314941676273 + - -0.997620379723358 + - 0.5746756352500738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993326437252241 + - -0.03053605263392978 + - 0.020045365416777806 + - -0.04278322370387181 + - - -0.03127118315273937 + - -0.998809238872059 + - 0.03744619403954287 + - -0.02347404738598242 + - - 0.018878037222712297 + - -0.038048046380295755 + - -0.9990975757538708 + - 0.5787106857652031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895905706238219 + - -0.031180141071107427 + - -0.14049306507868822 + - 0.025762052166916766 + - - -0.02165479203665073 + - -0.9973936677959226 + - 0.06882544167999316 + - -0.03026252916869275 + - - -0.14227288045958755 + - -0.06506665999867037 + - -0.987686568321322 + - 0.5757386798044003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999780977371812 + - -0.01938252052492009 + - 0.007893996678829297 + - -0.034684864015760444 + - - -0.01932659707983272 + - -0.999788013672405 + - -0.007100025514125345 + - 0.03754861756939805 + - - 0.008029939649718295 + - 0.006945906354715768 + - -0.9999436356385963 + - 0.5790150589765786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958225884404818 + - -0.03780394191791842 + - -0.08311578867559068 + - 0.04854443714153238 + - - -0.037095050107415255 + - -0.9992611309607191 + - 0.010057306231425638 + - 0.03521673998015583 + - - -0.0834345828132864 + - -0.006932108378478492 + - -0.9964891450809695 + - 0.574765733419795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999433044427241 + - -0.02995911900017227 + - 0.015363622477465722 + - -0.04280516249562629 + - - -0.030354340295440742 + - -0.9991965203460524 + - 0.026171124423105926 + - -0.02347386568858691 + - - 0.014567214288433999 + - -0.026622639183120553 + - -0.9995394096036436 + - 0.5788320416062631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909103957416264 + - -0.028475332908869208 + - -0.13147525632947926 + - 0.025763691059293936 + - - -0.022180449091370014 + - -0.9985476645528184 + - 0.04909775243550163 + - -0.03026598765916093 + - - -0.13268238499996277 + - -0.045735293066096486 + - -0.9901028571208551 + - 0.5759069014323878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877295368130327 + - -0.016116253966523386 + - -0.15534036328397832 + - 0.06440786036249549 + - - -0.025390672065952594 + - -0.9979991136886077 + - -0.05790581014710334 + - -0.03259808292890261 + - - -0.15409632013500874 + - 0.06113947525813123 + - -0.9861624048228613 + - 0.5737781724131398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998052259943866 + - -0.019109795581455327 + - 0.004932117917118164 + - -0.03465424306685928 + - - -0.019115405548387678 + - -0.9998166867178754 + - 0.001092808863071134 + - 0.03755688231089011 + - - 0.0049103304404120585 + - -0.0011868754465096864 + - -0.9999872399094106 + - 0.5789790821961553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978656658996302 + - -0.03893430736430261 + - -0.05242358752269432 + - 0.04860216216030168 + - - -0.0371971625190868 + - -0.9987390523925386 + - 0.033714630749621256 + - 0.03529638476267018 + - - -0.053670139921712746 + - -0.03169266375861573 + - -0.9980556553342442 + - 0.5750885676589855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989621639550683 + - -0.028293287133372095 + - 0.03569432573107112 + - -0.04276708834078945 + - - -0.03046413765048227 + - -0.997622497178152 + - 0.061816579016003036 + - -0.023450600251497422 + - - 0.03386046815121896 + - -0.06283982039453836 + - -0.9974490591851615 + - 0.5787395279560339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9897937466235754 + - -0.030864148686360733 + - -0.1391249203799647 + - 0.025743343350261887 + - - -0.018360419345870127 + - -0.9957473806093085 + - 0.09027762187355681 + - -0.03024325248715063 + - - -0.14131961699038498 + - -0.08680183371085731 + - -0.9861512092565338 + - 0.575611606883186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9815277328544695 + - -0.012559866633361418 + - -0.1909072009844501 + - 0.06437678756342197 + - - -0.025524711498461538 + - -0.9975191462149201 + - -0.06560519825119425 + - -0.0326011672866236 + - - -0.18960959559179844 + - 0.0692661727310696 + - -0.9794132930355324 + - 0.5737215864785797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998274198190424 + - -0.018563237904861613 + - -0.0007326503148186377 + - -0.034699173785568735 + - - -0.018559248652222332 + - -0.9998146503131624 + - 0.005120479336303466 + - 0.037560565856044226 + - - -0.0008275671944189539 + - -0.005105998203685169 + - -0.9999866218679541 + - 0.5788904962051529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959442195784086 + - -0.03787762299968144 + - -0.08161125635749342 + - 0.04855543515063072 + - - -0.036911690519706185 + - -0.999229852887088 + - 0.013312708297940316 + - 0.03525299827496346 + - - -0.08205265743004267 + - -0.010246305438674974 + - -0.9965753231108653 + - 0.5747790218181059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993459084160417 + - -0.028539947834815636 + - 0.02220870797012777 + - -0.042781820364396345 + - - -0.029795666232472942 + - -0.9978466789203426 + - 0.05843135837378358 + - -0.02344508716146376 + - - 0.02049325757119854 + - -0.059054862164164425 + - -0.9980443625655584 + - 0.5786709634548691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920015539670662 + - -0.028426203964679476 + - -0.12298320151583367 + - 0.025768685378531497 + - - -0.021401282422489804 + - -0.9980831051444294 + - 0.058069788495616545 + - -0.030273041772102667 + - - -0.12439815930148862 + - -0.054973322197328145 + - -0.9907083485107963 + - 0.5758392148416708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879550724664262 + - -0.013551732372283184 + - -0.1541464412095479 + - 0.06440887878061391 + - - -0.02535686822311063 + - -0.9968702838716536 + - -0.07487767602940508 + - -0.0325806646358495 + - - -0.15264928438015818 + - 0.07788445084456046 + - -0.9852066830340052 + - 0.573741917003953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998274198190424 + - -0.018563237904861613 + - -0.0007326503148186377 + - -0.034699173785568735 + - - -0.018559248652222332 + - -0.9998146503131624 + - 0.005120479336303466 + - 0.037560565856044226 + - - -0.0008275671944189539 + - -0.005105998203685169 + - -0.9999866218679541 + - 0.5788904962051529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959442195784086 + - -0.03787762299968144 + - -0.08161125635749342 + - 0.04855543515063072 + - - -0.036911690519706185 + - -0.999229852887088 + - 0.013312708297940316 + - 0.03525299827496346 + - - -0.08205265743004267 + - -0.010246305438674974 + - -0.9965753231108653 + - 0.5747790218181059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993459084160417 + - -0.028539947834815636 + - 0.02220870797012777 + - -0.042781820364396345 + - - -0.029795666232472942 + - -0.9978466789203426 + - 0.05843135837378358 + - -0.02344508716146376 + - - 0.02049325757119854 + - -0.059054862164164425 + - -0.9980443625655584 + - 0.5786709634548691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920015539670662 + - -0.028426203964679476 + - -0.12298320151583367 + - 0.025768685378531497 + - - -0.021401282422489804 + - -0.9980831051444294 + - 0.058069788495616545 + - -0.030273041772102667 + - - -0.12439815930148862 + - -0.054973322197328145 + - -0.9907083485107963 + - 0.5758392148416708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879550724664262 + - -0.013551732372283184 + - -0.1541464412095479 + - 0.06440887878061391 + - - -0.02535686822311063 + - -0.9968702838716536 + - -0.07487767602940508 + - -0.0325806646358495 + - - -0.15264928438015818 + - 0.07788445084456046 + - -0.9852066830340052 + - 0.573741917003953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997958950650955 + - -0.020200956988492808 + - -0.0002992452734337271 + - -0.034657420051551674 + - - -0.020202430798697622 + - -0.9997764627419998 + - -0.006235891028505993 + - 0.037473255137759724 + - - -0.0001732074145140564 + - 0.0062406637343019305 + - -0.9999805118677804 + - 0.5784475632607913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967795124695225 + - -0.03761538358577656 + - -0.07082151112985355 + - 0.048513269053008415 + - - -0.03635626143515607 + - -0.9991585396295992 + - 0.018985124168800348 + - 0.035219600914397325 + - - -0.07147605036289892 + - -0.01634917743928039 + - -0.9973083167313801 + - 0.57478071793757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995868825641637 + - -0.028374218296617137 + - 0.004579076513088462 + - -0.0427580713217441 + - - -0.0285819376136756 + - -0.9981022345368747 + - 0.054543581242390636 + - -0.023488434939612734 + - - 0.0030227550189780507 + - -0.05465192721719179 + - -0.9985008912382312 + - 0.578786143153619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9933929221411837 + - -0.03133509467299199 + - -0.11040205650998917 + - 0.025761410895886717 + - - -0.021852374624467374 + - -0.9960486443142054 + - 0.08607887013144173 + - -0.030274540717505228 + - - -0.1126631082611879 + - -0.08309759323631645 + - -0.9901524195977403 + - 0.5757460680933006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908506786842386 + - -0.015728939130407606 + - -0.1340430267668396 + - 0.06440511471870097 + - - -0.023733838280082374 + - -0.9980150829589826 + - -0.0583318018483104 + - -0.032607641050363685 + - - -0.13285946511814145 + - 0.06097946097012981 + - -0.9892572303846529 + - 0.5736166782882149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997808459242085 + - -0.019525573882335924 + - 0.007550634916321888 + - -0.03467667667937707 + - - -0.019337685873184032 + - -0.9995200009780089 + - -0.024203750742205 + - 0.037479303307211116 + - - 0.00801960274229321 + - 0.024052434585425473 + - -0.9996785315101897 + - 0.578703268194342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996797788434447 + - -0.03589442757494129 + - -0.0714545942628102 + - 0.0485534729782557 + - - -0.03604565795270447 + - -0.9993498013474804 + - -0.0008277013400108217 + - 0.035221565637619454 + - - -0.07137842471610148 + - 0.0034006787291535508 + - -0.9974435101143468 + - 0.574743525811595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999586300212626 + - -0.02871995842628686 + - 0.0015467434260893534 + - -0.042771967924571684 + - - -0.028761213712591962 + - -0.9978560896048637 + - 0.05878789862096629 + - -0.02347188522426969 + - - -0.00014495865758336682 + - -0.05880806429804294 + - -0.9982692976148796 + - 0.5786939344870864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915880902746561 + - -0.031240494928811053 + - -0.1256068895485563 + - 0.02578562967672755 + - - -0.021868566635313964 + - -0.9969202129274528 + - 0.07531171787975388 + - -0.030298796354298902 + - - -0.12757282241440426 + - -0.07193135987374172 + - -0.9892173949380074 + - 0.5759208181793719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891133247847166 + - -0.0169567468222509 + - -0.14617557754471114 + - 0.06439146126583861 + - - -0.025999833870063563 + - -0.9978490135792778 + - -0.06017769302318399 + - -0.03259218028958352 + - - -0.14484073795742988 + - 0.06332309875605864 + - -0.9874266280549046 + - 0.5736148458165087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998065387193206 + - -0.019435040348049194 + - 0.0030272662191226382 + - -0.03467518817517558 + - - -0.019415268096202885 + - -0.9997908338591928 + - -0.006429299797937643 + - 0.03749333081708409 + - - 0.0031515867185130117 + - 0.006369280792122018 + - -0.9999747495628807 + - 0.5787581529529798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966982121252309 + - -0.036472681688070926 + - -0.07254252157768451 + - 0.048492673338093664 + - - -0.035396274011356005 + - -0.9992441542866305 + - 0.016069346909870844 + - 0.03519381481427853 + - - -0.07307378279849189 + - -0.013448554363849946 + - -0.9972358590890329 + - 0.5745143489107014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995091591468528 + - -0.027560176653542462 + - 0.01489555116056163 + - -0.04270929977657546 + - - -0.028426883791995004 + - -0.997702164629574 + - 0.06150043065978954 + - -0.02346065523564795 + - - 0.013166360902990157 + - -0.061893677837794564 + - -0.9979959015869174 + - 0.5786098232060154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902683392218151 + - -0.028785291748682613 + - -0.13616175422566773 + - 0.025767497503472424 + - - -0.020379651207958455 + - -0.9978225014599366 + - 0.06272898370671522 + - -0.03028799787843063 + - - -0.137670934301725 + - -0.05934359745733831 + - -0.9886986655646461 + - 0.5759733822531731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905882983970251 + - -0.016162035347116754 + - -0.1359176651223998 + - 0.0643917603553413 + - - -0.024480298295062427 + - -0.9979129229509024 + - -0.05975377145396493 + - -0.03259975455421552 + - - -0.1346682519165933 + - 0.06251869177315261 + - -0.9889165157406888 + - 0.5735828205762741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997856872111287 + - -0.020603007725237366 + - -0.00202378863645778 + - -0.034665943626969675 + - - -0.020602425036244796 + - -0.99978769996615 + - 0.00030834886158284604 + - 0.03751862437015617 + - - -0.0020297119000390156 + - -0.00026658782480654944 + - -0.9999979045980714 + - 0.5787620868742909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975682249919543 + - -0.03651253847276532 + - -0.059367255458513825 + - 0.04855262604475414 + - - -0.03593286787653125 + - -0.9992958150329097 + - 0.010802919229590396 + - 0.035219245961862176 + - - -0.0597198919336711 + - -0.008643413214010888 + - -0.9981777526650467 + - 0.5748847124215136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995831137190985 + - -0.02742495276788017 + - 0.00902611396511971 + - -0.042728030699783745 + - - -0.027857781035704438 + - -0.9982610690780281 + - 0.051949802684502576 + - -0.023459289151667312 + - - 0.007585697291517346 + - -0.052179593030911485 + - -0.9986089060626936 + - 0.5787441043349448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916400533377853 + - -0.03211159310229217 + - -0.12497539839771335 + - 0.025775353040046408 + - - -0.02044923048203302 + - -0.9954087374502997 + - 0.0935054778090176 + - -0.030274849193084492 + - - -0.12740421338765465 + - -0.09016812627549059 + - -0.9877438308666067 + - 0.5756752721374893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914819583948119 + - -0.016500723811534293 + - -0.1291946294986135 + - 0.06440276517807468 + - - -0.024840094421524246 + - -0.9976913202504185 + - -0.0632060060920363 + - -0.03258985251760468 + - - -0.1278534156239805 + - 0.06587682149794596 + - -0.9896028236128923 + - 0.5736499179204062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998141693185161 + - -0.01927492452140742 + - 0.00032266797132628195 + - -0.034654890306484554 + - - -0.019275952351932444 + - -0.9998078567813931 + - 0.0035619066696864978 + - 0.03750268968947392 + - - 0.000253950490653225 + - -0.0035674644905834677 + - -0.999993604332676 + - 0.578737313521549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980510709358765 + - -0.036139418476646874 + - -0.050872411343671306 + - 0.04854594077107671 + - - -0.035597198868685544 + - -0.999299765047197 + - 0.011524712982166964 + - 0.035236886275108154 + - - -0.05125328512840084 + - -0.009691336790550098 + - -0.9986386627578366 + - 0.5746898736657292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994801260629993 + - -0.02920004799371321 + - 0.013668752768844983 + - -0.0427952429288167 + - - -0.02995634147211082 + - -0.9978170194609138 + - 0.05885416960372726 + - -0.0233982307048257 + - - 0.011920369570498045 + - -0.05923303868030784 + - -0.9981730070073022 + - 0.5786807298646968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907874351059602 + - -0.02801440348647366 + - -0.13249698726178474 + - 0.025772710880371405 + - - -0.02024562243892969 + - -0.998015710250297 + - 0.05962178180544217 + - -0.030244735850765335 + - - -0.1339043435001748 + - -0.056390028293063485 + - -0.989388594790184 + - 0.5758732965822417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882879462355423 + - -0.012366810332741542 + - -0.1520986434118592 + - 0.06438561293693626 + - - -0.02501695466600839 + - -0.9963560049347376 + - -0.08154056297160957 + - -0.03259776477229795 + - - -0.15053600002913847 + - 0.08439060038109779 + - -0.984996009769859 + - 0.5735921044239275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997869015015527 + - -0.02046808645954458 + - 0.0026849623105792892 + - -0.03462940414996596 + - - -0.02044335543531605 + - -0.999751078565701 + - -0.008935889729851704 + - 0.037522930102002056 + - - 0.002867194529493461 + - 0.00887909586632238 + - -0.9999564694786107 + - 0.5786005232193399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972810822702842 + - -0.03796886951380831 + - -0.06315700985364907 + - 0.04854382865886311 + - - -0.03665372676302351 + - -0.9990890454963552 + - 0.021853683523924503 + - 0.035258568375871574 + - - -0.0639292363492021 + - -0.01947932537398647 + - -0.9977643051456504 + - 0.5750394919149123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996274153687577 + - -0.027189066102880195 + - 0.0024052292261578395 + - -0.042770263649719434 + - - -0.027286058829434807 + - -0.9976897530561085 + - 0.06221436844008543 + - -0.023386804166129753 + - - 0.0007081219766223225 + - -0.06225681754872543 + - -0.9980599116445724 + - 0.5786937746098009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911321157134769 + - -0.029454479070561035 + - -0.12957454558673487 + - 0.025773701233111998 + - - -0.022050294648061235 + - -0.9980607780993898 + - 0.05821054651500934 + - -0.03028511630101488 + - - -0.1310378331141836 + - -0.054837185215182827 + - -0.9898595705504982 + - 0.5759774649147974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987766169404322 + - -0.017165686175244867 + - -0.15499462506308154 + - 0.06440280138344173 + - - -0.024751887927983947 + - -0.9985811803610684 + - -0.04714838568493514 + - -0.03258624700245674 + - - -0.15396538125277626 + - 0.05040798991060724 + - -0.9867895905049154 + - 0.5738901340262192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997483898978778 + - -0.021801314225690965 + - 0.0052782188883635835 + - -0.034668056678584476 + - - -0.021761666820501815 + - -0.9997353846588405 + - -0.007455904923802976 + - 0.03745524785722862 + - - 0.005439370716752432 + - 0.007339166101949438 + - -0.9999582740730398 + - 0.5786645724210407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969954712109087 + - -0.03671903229657231 + - -0.06820368796583746 + - 0.04854700353094021 + - - -0.036402200490200085 + - -0.9993199047797346 + - 0.0058828318429732995 + - 0.03519431502778937 + - - -0.0683733148560849 + - -0.0033823923818362403 + - -0.997654072931778 + - 0.5748804671158785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994269267923652 + - -0.028603797218654827 + - 0.01810085045080464 + - -0.042723214543693946 + - - -0.02978645060530564 + - -0.9971825167793807 + - 0.06884617338587765 + - -0.02345395172369803 + - - 0.01608058962557056 + - -0.06934587957632893 + - -0.9974630637888703 + - 0.578535601373444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917666845722654 + - -0.026728169621487566 + - -0.12523756753155815 + - 0.025785360081021808 + - - -0.0205502994250552 + - -0.9985194680820455 + - 0.050364243811352544 + - -0.03028592568111967 + - - -0.1263982933669485 + - -0.04737590959373526 + - -0.9908476142293975 + - 0.5760492038722559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857074979656252 + - -0.013862518021372228 + - -0.16789448784416403 + - 0.06440040609117656 + - - -0.025642718641755144 + - -0.9973420144248758 + - -0.06820085955170002 + - -0.032601998769206345 + - - -0.16650279107272284 + - 0.07153136974110072 + - -0.9834429743040292 + - 0.5737535205344431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998382741349577 + - -0.017918612083685052 + - 0.0015326173115084232 + - -0.03469626128827433 + - - -0.01791576453660859 + - -0.9998377846914185 + - -0.0018519407188029484 + - 0.03750675451049287 + - - 0.0015655529048605099 + - 0.001824183201210478 + - -0.9999971106957015 + - 0.5786277445810578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970399594184395 + - -0.034617052623519676 + - -0.06865113976138423 + - 0.048528541188569245 + - - -0.03556630388547513 + - -0.9992872148178771 + - -0.012653075889145873 + - 0.035206756967578176 + - - -0.06816419405232249 + - 0.01505728956987005 + - -0.997560484722609 + - 0.5747305953336259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995474229772597 + - -0.029487643511927147 + - 0.005952150840881284 + - -0.042750986943892406 + - - -0.02977367554610267 + - -0.9980049039281468 + - 0.05567530852941366 + - -0.023466362497079365 + - - 0.004298542077787658 + - -0.05582732857197713 + - -0.9984311853705901 + - 0.5787562778755442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9925644849649394 + - -0.025373050041683866 + - -0.11904600588792051 + - 0.02577632082953766 + - - -0.021713586048251445 + - -0.9992539918454733 + - 0.031937125133811355 + - -0.030298985413472698 + - - -0.11976753887097195 + - -0.02911474046715428 + - -0.9923749636706486 + - 0.5760929053935097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894055630942865 + - -0.013065777931809831 + - -0.14458878644318968 + - 0.06441598210254333 + - - -0.025064851144758808 + - -0.9963597594143664 + - -0.08147995493885615 + - -0.03263077156026613 + - - -0.1429978494774266 + - 0.08424081710657594 + - -0.9861313805868104 + - 0.5739133887484733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997965593993856 + - -0.019718496461195698 + - -0.004245080736653467 + - -0.0346965108577205 + - - -0.019825957946821977 + - -0.9994397044272847 + - -0.026966805628265752 + - 0.037496110660012114 + - - -0.0037109573753601913 + - 0.027045482277297844 + - -0.9996273158951523 + - 0.5788238328578241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967340930746328 + - -0.0378908901709703 + - -0.07131218791161059 + - 0.04852149961357628 + - - -0.03613500356413215 + - -0.9990150099790845 + - 0.025754055096455206 + - 0.035260514487571185 + - - -0.07221779019126487 + - -0.023093078585207292 + - -0.9971215073908242 + - 0.5749143795055973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995361399543476 + - -0.030295946201654853 + - 0.0031081455739788476 + - -0.04272374745289575 + - - -0.030424692388424292 + - -0.9978780795392339 + - 0.05756454176105782 + - -0.02347541194532449 + - - 0.0013575780759744601 + - -0.05763240424307533 + - -0.998336948611505 + - 0.5785683714462811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990191617145546 + - -0.03114686221513089 + - -0.1361999791073405 + - 0.02576036472252447 + - - -0.02105264731230979 + - -0.9969661272515729 + - 0.07493548661445022 + - -0.030283543973118478 + - - -0.13812077097899444 + - -0.07133312054826009 + - -0.9878432256876675 + - 0.5758066028846387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887115205737038 + - -0.015595759652480952 + - -0.14901778875589505 + - 0.06438819624256556 + - - -0.025282671633102348 + - -0.9976721193299842 + - -0.06333347319318075 + - -0.03260783800258848 + - - -0.14768315950008393 + - 0.06638610240464995 + - -0.9868042206069008 + - 0.5736352342622373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997795944329829 + - -0.020897278099134213 + - -0.002016512699562324 + - -0.0346983830091024 + - - -0.020937219965743763 + - -0.9995300767735327 + - -0.02238880178129789 + - 0.03742794476323724 + - - -0.0015477000762781595 + - 0.022426087334700907 + - -0.9997473056884577 + - 0.5786388957072368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977386607952216 + - -0.03730529063819858 + - -0.055909570244791526 + - 0.04855137902806648 + - - -0.03602092888114858 + - -0.9990674298314671 + - 0.023806791730219833 + - 0.03523336169731868 + - - -0.05674554993210465 + - -0.021739041845177078 + - -0.9981519707051412 + - 0.5750337745774058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995522432511142 + - -0.029907625328681946 + - 0.0009203036805217099 + - -0.042760811398751625 + - - -0.029920927043687855 + - -0.9988183693495294 + - 0.038296255362567914 + - -0.02349605206451318 + - - -0.00022613383539014367 + - -0.038306644295055196 + - -0.9992660055592516 + - 0.5787235208477151 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990173118457442 + - -0.029248015430857033 + - -0.13675433842339588 + - 0.025757468735475873 + - - -0.020063496106719307 + - -0.9974792434395935 + - 0.06806331633965496 + - -0.03029490986694122 + - - -0.13840033095422857 + - -0.06465069605605675 + - -0.9882639505168785 + - 0.5758360857289494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887695142344413 + - -0.01636516036247109 + - -0.14854975343937066 + - 0.06442433231754534 + - - -0.02480916442963004 + - -0.9981687621330048 + - -0.05516908248438568 + - -0.03261375058574685 + - - -0.14737487262383225 + - 0.058234902147904194 + - -0.9873648480125944 + - 0.5739523244226237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997968545837105 + - -0.01959804072622316 + - -0.004708116843512165 + - -0.03469922799065409 + - - -0.01963127881519573 + - -0.9997819324609158 + - -0.007120422515340888 + - 0.03748640184280737 + - - -0.004567543825614811 + - 0.007211402388594359 + - -0.9999635659457754 + - 0.5787110984838899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973882679085341 + - -0.03673610138355176 + - -0.06218602651361208 + - 0.04852659967678887 + - - -0.03676454143078214 + - -0.9993237194367217 + - 0.000687215062803915 + - 0.03519537630981062 + - - -0.06216921691479283 + - 0.0016008205070047552 + - -0.9980643395302268 + - 0.5748756250860485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995126689053242 + - -0.030522566486723326 + - 0.006541989973942322 + - -0.04276442859908524 + - - -0.030699328384580924 + - -0.9991113931024372 + - 0.028878632406054018 + - -0.02346036424857992 + - - 0.0056547267388682605 + - -0.02906539364900953 + - -0.9995615173452498 + - 0.5786759075783072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924366531478487 + - -0.02856930369477459 + - -0.11938711980399026 + - 0.02577465657659722 + - - -0.021593863491581933 + - -0.9980055623971151 + - 0.059317809163226855 + - -0.03028484334445926 + - - -0.12084367814744597 + - -0.05629113883031515 + - -0.9910742218123639 + - 0.5758862231476083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865621426334835 + - -0.01675979002711549 + - -0.16252460786193887 + - 0.06440657813840978 + - - -0.02530383076057535 + - -0.9983961660779387 + - -0.0506439701219699 + - -0.03263833743039025 + - - -0.16141516307729634 + - 0.05407591884676413 + - -0.9854039476933354 + - 0.5739466276863467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997968545837105 + - -0.01959804072622316 + - -0.004708116843512165 + - -0.03469922799065409 + - - -0.01963127881519573 + - -0.9997819324609158 + - -0.007120422515340888 + - 0.03748640184280737 + - - -0.004567543825614811 + - 0.007211402388594359 + - -0.9999635659457754 + - 0.5787110984838899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973882679085341 + - -0.03673610138355176 + - -0.06218602651361208 + - 0.04852659967678887 + - - -0.03676454143078214 + - -0.9993237194367217 + - 0.000687215062803915 + - 0.03519537630981062 + - - -0.06216921691479283 + - 0.0016008205070047552 + - -0.9980643395302268 + - 0.5748756250860485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995126689053242 + - -0.030522566486723326 + - 0.006541989973942322 + - -0.04276442859908524 + - - -0.030699328384580924 + - -0.9991113931024372 + - 0.028878632406054018 + - -0.02346036424857992 + - - 0.0056547267388682605 + - -0.02906539364900953 + - -0.9995615173452498 + - 0.5786759075783072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924366531478487 + - -0.02856930369477459 + - -0.11938711980399026 + - 0.02577465657659722 + - - -0.021593863491581933 + - -0.9980055623971151 + - 0.059317809163226855 + - -0.03028484334445926 + - - -0.12084367814744597 + - -0.05629113883031515 + - -0.9910742218123639 + - 0.5758862231476083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865621426334835 + - -0.01675979002711549 + - -0.16252460786193887 + - 0.06440657813840978 + - - -0.02530383076057535 + - -0.9983961660779387 + - -0.0506439701219699 + - -0.03263833743039025 + - - -0.16141516307729634 + - 0.05407591884676413 + - -0.9854039476933354 + - 0.5739466276863467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997476954256899 + - -0.01986873922262417 + - -0.010477532759450747 + - -0.03465200258605019 + - - -0.019925138369075012 + - -0.9997873938110508 + - -0.0053062262937587906 + - 0.037534148640523 + - - -0.010369877144654243 + - 0.005513653798591122 + - -0.9999310302564844 + - 0.5785464488879635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950154162940066 + - -0.038275819219059655 + - -0.09208302232428388 + - 0.04851538637055325 + - - -0.03703874579720009 + - -0.9991996406273121 + - 0.01510660385464552 + - 0.03526134462307742 + - - -0.09258754045245556 + - -0.011620664067111708 + - -0.9956367347178411 + - 0.5748528488033399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995363014273498 + - -0.02734530342283824 + - 0.013394644812270507 + - -0.042764110154026286 + - - -0.028336394724935484 + - -0.9963557482982411 + - 0.08045042925332878 + - -0.023439507753413538 + - - 0.011145889956689076 + - -0.08079268044671574 + - -0.9966686068715662 + - 0.5786837303259227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9882046587903565 + - -0.031545860807265416 + - -0.14985463293126328 + - 0.025735644340668225 + - - -0.019737357652556752 + - -0.9966279939918647 + - 0.07964344483161803 + - -0.03024242215832637 + - - -0.15186174323354146 + - -0.07574628873866074 + - -0.985495058680859 + - 0.5757972264554339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871753354561534 + - -0.01449501300980138 + - -0.15898034993318036 + - 0.06441122531062711 + - - -0.025274069769553955 + - -0.9975001261624704 + - -0.06599030006857826 + - -0.032601347043162046 + - - -0.15762638885768623 + - 0.06916207706325028 + - -0.9850738696321125 + - 0.5738158277470853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997701854326281 + - -0.019916107718119695 + - -0.007932526291721732 + - -0.03468328618138287 + - - -0.01995735365666942 + - -0.9997875433560676 + - -0.005154821535467117 + - 0.03752315838214948 + - - -0.007828176992839837 + - 0.005311949114980783 + - -0.9999552504195222 + - 0.5785564714033606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969442087710294 + - -0.03472514493032791 + - -0.06997434463768726 + - 0.048547972327316107 + - - -0.03474548143057338 + - -0.9993957636769373 + - 0.0009268574589975942 + - 0.03522090392826145 + - - -0.0699642488565681 + - 0.0015072671161214218 + - -0.9975483607463735 + - 0.5750399150158061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993787431950649 + - -0.028487994946362206 + - 0.02074998298285 + - -0.04276099080573806 + - - -0.029395787747624524 + - -0.9985614155667452 + - 0.04484402974793888 + - -0.023417964888586693 + - - 0.019442615887506776 + - -0.04542613218482793 + - -0.9987784795449773 + - 0.5787706228151911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915372070306357 + - -0.030282979646202753 + - -0.1262414679003454 + - 0.025773497658931135 + - - -0.02156677670579763 + - -0.9973244964094562 + - 0.06984785611703817 + - -0.03027602233594461 + - - -0.1280189096048257 + - -0.06653412662214686 + - -0.9895374519330833 + - 0.5759651070035777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908161896938577 + - -0.014741186943881643 + - -0.13440973048120838 + - 0.06439109200877483 + - - -0.02447763777995536 + - -0.9971704904374019 + - -0.07107642541339342 + - -0.032576945481710654 + - - -0.1329816659891838 + - 0.07371370570197856 + - -0.9883734952448009 + - 0.5737193368209943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997033676508011 + - -0.02101319864591595 + - -0.012313496266878258 + - -0.03464854124444433 + - - -0.02119035041238134 + - -0.99967121114682 + - -0.014437404671559068 + - 0.03752224382133731 + - - -0.012006071674267088 + - 0.014694049370991709 + - -0.999819953369623 + - 0.5786187552788344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975860298259918 + - -0.03710440168325462 + - -0.05869732934080665 + - 0.048541281498760525 + - - -0.03529537192170209 + - -0.9988784038181684 + - 0.03156217841936857 + - 0.035289843103942745 + - - -0.05980259038640512 + - -0.02941424419214308 + - -0.9977767548012331 + - 0.5749178547118181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9921312736996861 + - -0.029629508882855236 + - -0.12164550115149927 + - 0.025765571814615258 + - - -0.022075565745637526 + - -0.9977704252719171 + - 0.0629829171260687 + - -0.030262791006846694 + - - -0.1232404363188018 + - -0.05980192853127736 + - -0.990573331056259 + - 0.5760223814733965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9924360148441576 + - -0.016738974596899932 + - -0.1216164592877596 + - 0.06442933683258964 + - - -0.0251051411228364 + - -0.9973973973756832 + - -0.0675881912571812 + - -0.032593471802507795 + - - -0.1201685829551527 + - 0.07013015355508052 + - -0.9902733325869645 + - 0.5738939713395772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996803411487759 + - -0.020955189966590588 + - -0.01414551286207473 + - -0.03466765789044274 + - - -0.021062924440225204 + - -0.9997499406394985 + - -0.0075106195047700925 + - 0.03752196782296727 + - - -0.01398458918568523 + - 0.00780616453734933 + - -0.9998717393048592 + - 0.5785024555625586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967622048052134 + - -0.03592641378174609 + - -0.07193330149960159 + - 0.04852041496668704 + - - -0.03619807848148754 + - -0.9993415671231225 + - -0.0024761530951946465 + - 0.035236154063249384 + - - -0.07179697894826695 + - 0.005071983111716552 + - -0.9974063709447708 + - 0.5747602251946031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992067931521513 + - -0.029023425081057132 + - 0.02726582687464575 + - -0.04274120393751341 + - - -0.03052345227399271 + - -0.9979464835793607 + - 0.056312829558335706 + - -0.023401785809650723 + - - 0.02557544486164766 + - -0.057100409001627495 + - -0.9980408007250884 + - 0.5787708699771029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898020726289128 + - -0.02918807399011779 + - -0.13942708975036272 + - 0.02575689914215206 + - - -0.021742153326048338 + - -0.9982698288620976 + - 0.054631744914341834 + - -0.03028192587094216 + - - -0.14078045243660392 + - -0.05104316918439253 + - -0.9887241572305996 + - 0.575888154388396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881215981166063 + - -0.01654254233754683 + - -0.15278105781966073 + - 0.06440194193015589 + - - -0.02634388732634646 + - -0.9977064187591819 + - -0.062353039759627735 + - -0.032594844873933805 + - - -0.15139916425139477 + - 0.06563723226751282 + - -0.9862910558269505 + - 0.5737477915995792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996632549681758 + - -0.020789492941740415 + - -0.0155297665680245 + - -0.03467279841707731 + - - -0.020943457091109313 + - -0.9997324518779422 + - -0.00981816007159351 + - 0.03752586757788407 + - - -0.015321497038633954 + - 0.010140100854720112 + - -0.9998312007949902 + - 0.5785721437125657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976922453327133 + - -0.03662143691057944 + - -0.05717564133067062 + - 0.04857189430104238 + - - -0.036528808325406587 + - -0.9993290476356808 + - 0.0026647164745411643 + - 0.03527108581441055 + - - -0.057234864945195314 + - -0.0005700089196097838 + - -0.9983605788113518 + - 0.5750230116705829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995914512636912 + - -0.027943331204171903 + - 0.006008394274825258 + - -0.042759817393422356 + - - -0.02825266944587254 + - -0.9978149495022282 + - 0.05972531472540551 + - -0.023429746939555667 + - - 0.004326341379278828 + - -0.059870667200895906 + - -0.998196767165267 + - 0.5786128841342193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923072549834959 + - -0.029452830837712576 + - -0.12024492697309165 + - 0.02575091353248852 + - - -0.02287307466658056 + - -0.9981834002064324 + - 0.05573797635026645 + - -0.03028327383534825 + - - -0.12166813125225558 + - -0.05255882711753487 + - -0.9911783066278305 + - 0.5760468945756865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899144644548112 + - -0.013088401784611094 + - -0.14106043669955334 + - 0.06439306752447174 + - - -0.024245648202035303 + - -0.9966842907812794 + - -0.07766964048507505 + - -0.03259416203599351 + - - -0.13957614984805697 + - 0.08030640228862362 + - -0.9869495327244702 + - 0.5736802253841959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996832281304666 + - -0.022237722030603382 + - -0.011786734642770382 + - -0.034692858390273446 + - - -0.022411795352341883 + - -0.9996385561362904 + - -0.014848182206540257 + - 0.03751516427859872 + - - -0.011452284651291778 + - 0.015107640604789646 + - -0.9998202860372576 + - 0.5786736145680842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963012457458815 + - -0.03590818032907247 + - -0.07806683233396539 + - 0.048515885608759905 + - - -0.03649636108681847 + - -0.9993150447642806 + - -0.006120207119380598 + - 0.0352493642145162 + - - -0.07779359454752824 + - 0.00894672527902622 + - -0.9969293419065145 + - 0.5747352150466498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999466383619692 + - -0.02842896021634779 + - 0.01608546658297278 + - -0.0427795271363756 + - - -0.029233763852909815 + - -0.9982069909025095 + - 0.05223208175394487 + - -0.023426478286816106 + - - 0.0145717214208522 + - -0.052674448591093874 + - -0.9985054168107745 + - 0.5788816635970659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896643226979318 + - -0.028991473715476033 + - -0.1404422401937854 + - 0.025760714551589067 + - - -0.021102635065754462 + - -0.9981317271538204 + - 0.057338765614673534 + - -0.030270357402127246 + - - -0.14184219108617027 + - -0.05378242929375486 + - -0.9884271562068385 + - 0.5759557312499042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988340810960515 + - -0.019486348570859388 + - -0.15100570720766324 + - 0.06439125805756293 + - - -0.02517868343755688 + - -0.9990390073934405 + - -0.03587611470994912 + - -0.03258963258498305 + - - -0.15016149736288212 + - 0.03925995320558973 + - -0.9878816633504406 + - 0.5737682038043974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996095642951778 + - -0.02112894952868927 + - -0.018283502438506932 + - -0.03466937263620222 + - - -0.021448040942116168 + - -0.9996179113791559 + - -0.017435962540662167 + - 0.037497058430896034 + - - -0.017908112947770234 + - 0.017821300227204726 + - -0.9996807994299289 + - 0.5783798836492187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964478607548818 + - -0.03654393730676801 + - -0.07586963452619773 + - 0.04853465592675705 + - - -0.03619307456039031 + - -0.9993268351135882 + - 0.005994829082272082 + - 0.035238686894360605 + - - -0.07603763641043713 + - -0.00322757927534493 + - -0.9970997244915555 + - 0.5749366003146666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994218424322802 + - -0.02980557616120809 + - 0.016358743807671862 + - -0.042733846650151265 + - - -0.03077328183422766 + - -0.9975708272180865 + - 0.062493598140717053 + - -0.023493846980200194 + - - 0.014456347893496898 + - -0.06296087922766537 + - -0.9979112894904342 + - 0.5785666707113843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905221030966446 + - -0.029658282328537094 + - -0.13411319683879389 + - 0.02574495884207407 + - - -0.020485524745031042 + - -0.9973878903801635 + - 0.06926571589847674 + - -0.030266464597441894 + - - -0.13581718062498946 + - -0.06586184337177753 + - -0.9885423162590214 + - 0.5758316595764807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875077001982345 + - -0.013973146917322876 + - -0.15694997041866776 + - 0.06443288799640148 + - - -0.025671235907207227 + - -0.9970193369343079 + - -0.0727559580108047 + - -0.0326159482550421 + - - -0.15546552574828376 + - 0.07587616848721587 + - -0.9849229804200478 + - 0.5739878351243076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997335371167407 + - -0.019957500855295233 + - -0.011599694981389382 + - -0.03465683421975403 + - - -0.02011186030861229 + - -0.9997086499330481 + - -0.013346472341754326 + - 0.03749891746855506 + - - -0.011329953176304195 + - 0.013576207447341017 + - -0.9998436471530784 + - 0.5785014166095857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968559917311558 + - -0.03821693432624736 + - -0.06940891643295617 + - 0.04855089542858217 + - - -0.03686431915574581 + - -0.999106579506522 + - 0.02066554523744868 + - 0.03524536009705746 + - - -0.07013667886974055 + - -0.01804186014470298 + - -0.9973742214232539 + - 0.5748770051782872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994611939663658 + - -0.026545258297007865 + - 0.019304688997022337 + - -0.04274583433356159 + - - -0.02753630780368077 + - -0.9982134370277066 + - 0.053025332529603494 + - -0.023442634701382692 + - - 0.017862628806185544 + - -0.05352834201877742 + - -0.9984065520081759 + - 0.5787097593695198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901492630400133 + - -0.028053159586616284 + - -0.13717673687082066 + - 0.02576896442798538 + - - -0.021705316474554703 + - -0.9986328135504114 + - 0.04755400022216378 + - -0.03027424756673326 + - - -0.13832323065218638 + - -0.04410809378785222 + - -0.9894044470914536 + - 0.5760165091008075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911904433903421 + - -0.019816593832634004 + - -0.1309534556265293 + - 0.06442125684694147 + - - -0.024784695127396922 + - -0.9990292716401391 + - -0.036417486096854475 + - -0.032610595223954784 + - - -0.1301046648629439 + - 0.03934230566508543 + - -0.9907194149535252 + - 0.5738467385628074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997758977424454 + - -0.02101303546730042 + - 0.002570337280900977 + - -0.034654760872612315 + - - -0.020947843163667303 + - -0.9995114531090977 + - -0.023195753286557638 + - 0.037543853701856256 + - - 0.0030564947371150082 + - 0.0231367120436424 + - -0.9997276381073658 + - 0.5788126814321625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960518982816569 + - -0.036562391517180166 + - -0.08089380357018872 + - 0.04851665242931386 + - - -0.03571667883364698 + - -0.9992913707820436 + - 0.011877505362555121 + - 0.03527263710672409 + - - -0.08127074985874044 + - -0.008941353761475031 + - -0.9966519539991426 + - 0.5748170383641311 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993811465084935 + - -0.0278416827178605 + - 0.021498016345859513 + - -0.0427409569847165 + - - -0.028777449939516753 + - -0.9985938946748872 + - 0.04452069061704642 + - -0.023441225607629387 + - - 0.020228256928056406 + - -0.04511179692140568 + - -0.9987771239872159 + - 0.5787341078580254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893056650091596 + - -0.028713091796797534 + - -0.14300300535391938 + - 0.025758257840955957 + - - -0.02087270008572091 + - -0.9982109689204332 + - 0.05602849202023532 + - -0.03025851034634194 + - - -0.14435591976748294 + - -0.0524444457154302 + - -0.988135086180875 + - 0.5759834326306433 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906074673944923 + - -0.01634409604115862 + - -0.13575609034907815 + - 0.06439383982486513 + - - -0.02550500053304073 + - -0.9974924219190177 + - -0.06601790031454871 + - -0.03260263226937857 + - - -0.13433666844938236 + - 0.06886028419001392 + - -0.9885402980006384 + - 0.5737380348290485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997267876540745 + - -0.018566844953387923 + - -0.0141993772871171 + - -0.034684752868139206 + - - -0.018436740452705776 + - -0.999787337787901 + - 0.009239361474814795 + - 0.03751202475284334 + - - -0.014367903408103976 + - -0.008975046933558785 + - -0.9998564956453486 + - 0.5786408751357693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973822923436289 + - -0.03604887678231951 + - -0.06268206603248845 + - 0.04855019904524806 + - - -0.035545571041275884 + - -0.999326382426475 + - 0.009126541829452972 + - 0.035253644227398045 + - - -0.06296884387312272 + - -0.006874581379858058 + - -0.9979918160146076 + - 0.5748932627047963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994895456971361 + - -0.030193107258359237 + - 0.010441470979595835 + - -0.04275151692158179 + - - -0.030590515504535894 + - -0.9987206798463865 + - 0.04026442608976605 + - -0.023448083554410568 + - - 0.009212404859713684 + - -0.04056328292010766 + - -0.9991345012937167 + - 0.5787456033880327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928656022779606 + - -0.02807810301753828 + - -0.11588578836146803 + - 0.025785515781590836 + - - -0.0229394907568591 + - -0.9987036440790672 + - 0.045440192198193646 + - -0.030293431301847744 + - - -0.11701143353125125 + - -0.04245764282351659 + - -0.992222592460398 + - 0.576145760628523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895644891362905 + - -0.01592388810660713 + - -0.1432080710993647 + - 0.06438780787855565 + - - -0.025956577992892492 + - -0.9973158833857098 + - -0.06846374811154307 + - -0.03259392515668796 + - - -0.14173347487213925 + - 0.07146648539105716 + - -0.9873217122936774 + - 0.57366494222795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997220531724559 + - -0.01987318135184185 + - -0.01268357455948587 + - -0.03467894069475113 + - - -0.020044313327671884 + - -0.9997077965434179 + - -0.013510996762851188 + - 0.03749291384373298 + - - -0.012411361886245486 + - 0.013761474966749216 + - -0.9998282752067316 + - 0.5785589990344723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955856987901053 + - -0.038986314658418335 + - -0.08537671599430659 + - 0.04853804792345634 + - - -0.037676173215560764 + - -0.9991470180165688 + - 0.016903915535465698 + - 0.03524426485177144 + - - -0.08596291256378387 + - -0.013612628620288302 + - -0.9962053372701826 + - 0.5749056325755613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999513888438248 + - -0.027323446755167295 + - 0.015013862809789771 + - -0.042741334682082854 + - - -0.028000898699304697 + - -0.9985054037713155 + - 0.04693515006382486 + - -0.02341766913873158 + - - 0.013708993073341566 + - -0.04733273599634845 + - -0.9987850998147776 + - 0.578702312532572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895253669287275 + - -0.027767869135645176 + - -0.14166331087558603 + - 0.025745308254433562 + - - -0.01842327223610761 + - -0.9975926799986814 + - 0.06685377964754938 + - -0.030252777555794523 + - - -0.14317866895833858 + - -0.06354360909418433 + - -0.9876548377336104 + - 0.5758118814751374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844285310137794 + - -0.01533957567111889 + - -0.17511471881107651 + - 0.06438433000543717 + - - -0.02369523618941547 + - -0.9986730190425588 + - -0.045724575649755565 + - -0.03259071187269592 + - - -0.17418094932563719 + - 0.04916196146058883 + - -0.9834856879677348 + - 0.5736367175250572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996881416690243 + - -0.02021686546323838 + - -0.014659391432593444 + - -0.03466799247998528 + - - -0.020283190948173033 + - -0.9997846370701221 + - -0.004389948009351391 + - 0.03750349573088781 + - - -0.014567483354808623 + - 0.004685918203103429 + - -0.9998829084444347 + - 0.5783527446724108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976810905172907 + - -0.03665095768556314 + - -0.05735110221225729 + - 0.04855522951251124 + - - -0.03632554805023625 + - -0.999317505102982 + - 0.006706605221822018 + - 0.03525938906607184 + - - -0.05755776388185784 + - -0.004607742992230985 + - -0.9983315443886553 + - 0.5749189150623114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994015702252302 + - -0.028041527342648715 + - 0.020252757235389517 + - -0.04274950373848525 + - - -0.029221149957781068 + - -0.9977397073976363 + - 0.06051116159209825 + - -0.023421529355454725 + - - 0.018510154685712626 + - -0.0610667587675295 + - -0.9979620359247843 + - 0.5787094519460535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9943008745094822 + - -0.02859067194603307 + - -0.10270513340312225 + - 0.02578241684554486 + - - -0.02390043224729127 + - -0.9986271444570729 + - 0.04661111124942141 + - -0.03028625803483321 + - - -0.10389677708221491 + - -0.04389077159480814 + - -0.9936191724603253 + - 0.5762321949658354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878692946504138 + - -0.01891834172352855 + - -0.1541309606578947 + - 0.06439996510172451 + - - -0.024574633028698337 + - -0.9990894755415601 + - -0.034875597107371384 + - -0.03257987529481819 + - - -0.15333083218452345 + - 0.038240243311499486 + - -0.9874347268012602 + - 0.5737175912104425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998240038461597 + - -0.018760387510108632 + - 9.588276720675596e-05 + - -0.03469860004393304 + - - -0.018756092558202077 + - -0.9996814273283552 + - -0.01688943002858863 + - 0.03752325034592129 + - - 0.0004127044737386301 + - 0.016884659167806577 + - -0.9998573588066471 + - 0.578686380389901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969130948261583 + - -0.03554558330076823 + - -0.07000566314191432 + - 0.048582032260807706 + - - -0.03587834283183774 + - -0.9993500315190061 + - -0.003501288134936061 + - 0.03523352336595841 + - - -0.0698357063383206 + - 0.0060021671728529655 + - -0.9975404493600539 + - 0.5749537176631072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994577057447439 + - -0.028027864727243515 + - 0.017283900783220923 + - -0.04274580807226088 + - - -0.029016759312656522 + - -0.9977825361108196 + - 0.059900236320505264 + - -0.023452281066386256 + - - 0.015566698636648913 + - -0.06036927555547073 + - -0.99805472217833 + - 0.5786590717803379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892364626395893 + - -0.03103329729067823 + - -0.14299704697503673 + - 0.025758088276869567 + - - -0.020302569361934805 + - -0.9969088000154148 + - 0.0758989468249023 + - -0.030245194011810916 + - - -0.14491040908649838 + - -0.07217879821037411 + - -0.9868085905723002 + - 0.5758965741187786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869178218861008 + - -0.019291182826807068 + - -0.16006580868110884 + - 0.06438039572686817 + - - -0.023861995841936438 + - -0.9993591103501938 + - -0.026682835578503747 + - -0.032577057563059855 + - - -0.15944848070155462 + - 0.030153255632066688 + - -0.9867456425932439 + - 0.5735976916817092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997848000091699 + - -0.020341346893160236 + - -0.004072257014985456 + - -0.034678545428918794 + - - -0.020451811184597095 + - -0.999363639151485 + - -0.02922396552782044 + - 0.0374865748129605 + - - -0.003475210769660874 + - 0.02930096156227247 + - -0.999564593491403 + - 0.5786968855549823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974495199694369 + - -0.037212534066386124 + - -0.06090716231362295 + - 0.0485561932282907 + - - -0.03620651480960564 + - -0.9991904122783187 + - 0.0175387655331128 + - 0.03525433244702425 + - - -0.061510514532734706 + - -0.015288797187540623 + - -0.9979893332508504 + - 0.5750153478737405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993686197505444 + - -0.028141608630499297 + - 0.021688976960189264 + - -0.042737146991597336 + - - -0.02904291748933792 + - -0.9986773652304585 + - 0.04242675005298164 + - -0.023432613564492884 + - - 0.020466333369690896 + - -0.04302987380923253 + - -0.9988641344839464 + - 0.5787185869559817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901739501090259 + - -0.029676546487796156 + - -0.13665595894085988 + - 0.0257577229949331 + - - -0.01923293447334143 + - -0.9968364065289149 + - 0.07711856358921947 + - -0.030284176854733755 + - - -0.1385122476787972 + - -0.07373249763217034 + - -0.9876122093392173 + - 0.5757910936420839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892051502712171 + - -0.01658081356136073 + - -0.14559617885968804 + - 0.06440256747925012 + - - -0.025219839362265663 + - -0.9980158495873811 + - -0.057691625691422735 + - -0.03262472953641748 + - - -0.14435072005168656 + - 0.06074076550407566 + - -0.9876605839186549 + - 0.5739044122236134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997699518022259 + - -0.020372586192092552 + - -0.00670829376373814 + - -0.034674667707868485 + - - -0.02045159622232613 + - -0.9997196894720771 + - -0.0119278956154576 + - 0.03753915277620628 + - - -0.006463411276855569 + - 0.012062346939964748 + - -0.9999063576660401 + - 0.578514827782177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963306686309554 + - -0.03711939028704595 + - -0.07711906126316202 + - 0.04855802100854162 + - - -0.0364735530366861 + - -0.9992868912467042 + - 0.009766724700615317 + - 0.03524427632342738 + - - -0.07742660185151758 + - -0.006918081180177141 + - -0.9969740525603016 + - 0.5749763995587702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995722103429853 + - -0.0285154268834671 + - 0.00650128754113698 + - -0.04275673249131534 + - - -0.028875645619405504 + - -0.997502264532865 + - 0.06446261972544953 + - -0.02341844735139873 + - - 0.004646869925165642 + - -0.06462277215857465 + - -0.9978989447426221 + - 0.5785492249625939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9872982279651634 + - -0.030712975244509912 + - -0.1558811156249483 + - 0.025745914491188654 + - - -0.0166353022597755 + - -0.9957279981109299 + - 0.09082411847480562 + - -0.030259583591134537 + - - -0.15800467010684935 + - -0.08707736175166161 + - -0.98359140769671 + - 0.5756944720210045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899207502925252 + - -0.013826276102407931 + - -0.1409458840456998 + - 0.06440618234497097 + - - -0.025094550608496653 + - -0.9965992781470753 + - -0.07848657417983225 + - -0.032606432829832915 + - - -0.1393813892528033 + - 0.08123246202023358 + - -0.9869012693497208 + - 0.5738591338294718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998253725371687 + - -0.018333233810599748 + - 0.0036217356278053746 + - -0.03468388833689023 + - - -0.018300132338324924 + - -0.9997922948549371 + - -0.008970635713167655 + - 0.03752828916141493 + - - 0.0037854441366406404 + - 0.008902790952529816 + - -0.9999532042680518 + - 0.5785540304616742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996987068820451 + - -0.036688063307747994 + - -0.0683430363353285 + - 0.04855651235775565 + - - -0.036286594091096684 + - -0.9993161534895953 + - 0.007106930703785663 + - 0.035248095772882314 + - - -0.06855703971200437 + - -0.004605581992224196 + - -0.9976365675537562 + - 0.5750621282605809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995540834201245 + - -0.029356852860975554 + - 0.00545980844477907 + - -0.042764628388568884 + - - -0.029643988173380983 + - -0.9975522001344904 + - 0.06333120851535225 + - -0.023439185837590477 + - - 0.0035872389565092715 + - -0.06346481857641766 + - -0.9979776292681777 + - 0.5787052101364114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914367572436539 + - -0.028472891582308132 + - -0.1274458741236066 + - 0.025764292590603248 + - - -0.023027442526669224 + - -0.9987661456470628 + - 0.04399912726397447 + - -0.03029807898266852 + - - -0.12854140685735863 + - -0.04068759951450323 + - -0.9908691265595466 + - 0.5760490675707424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880533137856781 + - -0.010518748907882253 + - -0.153753065135474 + - 0.06442404330981413 + - - -0.024631392256605555 + - -0.9956214402364788 + - -0.09017340105009446 + - -0.03263000941004942 + - - -0.15213133678713803 + - 0.09288327978087806 + - -0.9839861547321211 + - 0.573942582760983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998112818253595 + - -0.019320446597090583 + - 0.002030043846994513 + - -0.0346640549750414 + - - -0.01929659777035074 + - -0.9997513461195207 + - -0.011175296268828494 + - 0.03752989452373539 + - - 0.002245450783482981 + - 0.011134014347743944 + - -0.9999354937571141 + - 0.5785385635365118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963965344942171 + - -0.03592999388328029 + - -0.07683086350850069 + - 0.048545374008204786 + - - -0.0361048931249643 + - -0.9993476111411631 + - -0.0008881435052232303 + - 0.03525849755530365 + - - -0.07674882891842277 + - 0.00365891322641111 + - -0.9970437450852658 + - 0.5750564874069912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999499960320745 + - -0.0289051605935597 + - 0.012818775678272285 + - -0.042773326032525774 + - - -0.029525155741550686 + - -0.9982544185434434 + - 0.051150572205294134 + - -0.02344615665298801 + - - 0.011317883957106036 + - -0.05150347123789188 + - -0.9986086810924394 + - 0.5787723722693523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919312564325754 + - -0.03030836102394045 + - -0.1231007139058695 + - 0.02577214879054174 + - - -0.022715399435513487 + - -0.9977787247786917 + - 0.0626228952340399 + - -0.030291917562760177 + - - -0.12472527065746268 + - -0.059321325263778035 + - -0.9904163706383151 + - 0.5759668403568353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878710049113407 + - -0.014379950778560276 + - -0.15460949088288153 + - 0.06438935792992072 + - - -0.02572175539588862 + - -0.9971010314218137 + - -0.07160952755681496 + - -0.032586425537672006 + - - -0.15313154134537968 + - 0.0747178034551495 + - -0.9853770754853326 + - 0.5736693919425961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997332285474867 + - -0.021683665651824693 + - -0.007955525244669375 + - -0.034642752444268246 + - - -0.021818768335776412 + - -0.999612115070127 + - -0.017307823471962237 + - 0.037528797657967 + - - -0.007577142358990911 + - 0.017476786001057638 + - -0.9998185579717674 + - 0.5786818026728799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99751186743652 + - -0.036672293374650854 + - -0.060209776797046255 + - 0.04856305567692345 + - - -0.03639646062154544 + - -0.9993213333198174 + - 0.005671897929885632 + - 0.03525427155018673 + - - -0.060376915932588704 + - -0.003466362725723815 + - -0.9981696310507164 + - 0.5749252391544974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995735917338867 + - -0.026848693240282596 + - 0.01147965067004641 + - -0.042754223488748536 + - - -0.027423329564843783 + - -0.998205352614837 + - 0.05323565540750247 + - -0.023430562158133727 + - - 0.010029740963507403 + - -0.05352776552759872 + - -0.9985159901643172 + - 0.5787466554304301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899213402643413 + - -0.028889662495217946 + - -0.13864028090768776 + - 0.025757870123038974 + - - -0.021970071802037486 + - -0.9984475498991594 + - 0.0511840409246729 + - -0.03029779219788438 + - - -0.13990373845706727 + - -0.04762223746610055 + - -0.9890192447391802 + - 0.575959610506686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919037108270159 + - -0.01697360215198911 + - -0.12585279209291195 + - 0.06441909827575684 + - - -0.02530642275835637 + - -0.9975701496933441 + - -0.06491056468691549 + - -0.03260461623779495 + - - -0.12444522254699485 + - 0.06756991394685129 + - -0.9899230744428801 + - 0.5738760611485232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135846578983 + - -0.019307081106071246 + - 0.00018042363304406433 + - -0.03467392772740187 + - - -0.01929927790523714 + - -0.9996018491785522 + - -0.02058351260489074 + - 0.03751797568213229 + - - 0.0005777593445368245 + - 0.02057619347651205 + - -0.999788120781677 + - 0.5787887441905633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976586397782914 + - -0.036634689132509654 + - -0.05775065391745686 + - 0.04855556701257087 + - - -0.03633384717189858 + - -0.9993201563809992 + - 0.006251127925861175 + - 0.03525018728811289 + - - -0.0579404006321894 + - -0.0041381883500806686 + - -0.9983114671142277 + - 0.5748433590539194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994557749594082 + - -0.028487405565604824 + - 0.016631945900277237 + - -0.04276364407550795 + - - -0.029010539204741916 + - -0.9990632708865368 + - 0.0321087119103863 + - -0.02344776348584933 + - - 0.015701672373958565 + - -0.03257373926393465 + - -0.999345990633387 + - 0.578814737888915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914645233580748 + - -0.026963327441541545 + - -0.1275581353564947 + - 0.025777959444238625 + - - -0.023446369401241087 + - -0.999304585900178 + - 0.028993315794761103 + - -0.030303259309506878 + - - -0.12825118589801096 + - -0.025755068863321073 + - -0.9914072370845394 + - 0.5761757484642267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890944175446275 + - -0.013958282913063641 + - -0.14661991515538741 + - 0.06438244985304538 + - - -0.026151371628919645 + - -0.9963247974330014 + - -0.08156594744141271 + - -0.03258686435018102 + - - -0.14494253669637586 + - 0.084510735165469 + - -0.9858243234460247 + - 0.5735702742015575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997925956416738 + - -0.01999318292547974 + - -0.0038779294208286406 + - -0.034675880376225404 + - - -0.0200577412328631 + - -0.9996475401585755 + - -0.017392023215977468 + - 0.037498614508757806 + - - -0.003528840704838691 + - 0.01746619853940465 + - -0.999841226991497 + - 0.5786287636555584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982215388915092 + - -0.03470650565196525 + - -0.048468729697582424 + - 0.048541130181585415 + - - -0.0346378845685957 + - -0.9993973838543385 + - 0.0022552378403942557 + - 0.03522633356587583 + - - -0.04851779308336113 + - -0.0005723727231533913 + - -0.9988221544117782 + - 0.5748788955187774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993737043636486 + - -0.03283790059925959 + - 0.01318602710114038 + - -0.042755407153258665 + - - -0.03353198206851009 + - -0.997844231478599 + - 0.056413614344781086 + - -0.023466232140778108 + - - 0.011305096418694514 + - -0.05682043636859647 + - -0.9983204058847274 + - 0.5785413057885216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939512142524881 + - -0.026837881186311044 + - -0.10649277825014294 + - 0.025758165601909726 + - - -0.021479304871849132 + - -0.9984599425529622 + - 0.05115058728262832 + - -0.03027763358236093 + - - -0.10770154663804427 + - -0.048553797488611244 + - -0.9929969313151015 + - 0.5759671758017759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987531982490092 + - -0.016074046973463017 + - -0.15659568503979743 + - 0.0643746211778358 + - - -0.026470139992777014 + - -0.9975646027333115 + - -0.06453057463166999 + - -0.03260821926406236 + - - -0.15517704484862221 + - 0.06787111600250616 + - -0.9855524320728062 + - 0.5735676139900694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997718526845543 + - -0.019310096545572225 + - -0.009130320426717386 + - -0.034688487864781355 + - - -0.019360116079083153 + - -0.9997978728461016 + - -0.005422117466127409 + - 0.03750683915193499 + - - -0.009023773329282994 + - 0.005597644487883953 + - -0.999943617356044 + - 0.5786641726365441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967650136534367 + - -0.03757924536574158 + - -0.071044407761664 + - 0.048519473514193806 + - - -0.03657105457705131 + - -0.9992117821101335 + - 0.015439315380335659 + - 0.03522194724358038 + - - -0.071568607109448 + - -0.012791200492233886 + - -0.9973536582709169 + - 0.5747270607932476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995574422623309 + - -0.029733166444818125 + - 0.0009265155971794102 + - -0.04276964615939356 + - - -0.02974268602561881 + - -0.9983415109037802 + - 0.049290975181449544 + - -0.023410866002708818 + - - -0.000540597788133428 + - -0.04929671814149048 + - -0.9987840313774092 + - 0.5786375852927959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921403786478781 + - -0.029971259919087126 + - -0.12148741760078537 + - 0.025767964010777748 + - - -0.023666587798349854 + - -0.9983134562191174 + - 0.05301071357586967 + - -0.03030356728090898 + - - -0.12287132162725396 + - -0.04971887680451377 + - -0.9911764079168092 + - 0.5760205034388843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852094084502246 + - -0.015316327835559043 + - -0.17066877746908513 + - 0.06434675211522292 + - - -0.024743562142135307 + - -0.9982747412782872 + - -0.05324750753121499 + - -0.032579609446510914 + - - -0.16955877339045808 + - 0.05668289889730577 + - -0.9838886478351709 + - 0.5733622488762754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997742827898551 + - -0.02123222500238576 + - 0.0007590082204922395 + - -0.03465851108151903 + - - -0.021222802512635537 + - -0.9997164922850339 + - -0.010794799989702283 + - 0.037520393614827646 + - - 0.0009879906580431176 + - 0.01077625513599556 + - -0.999941446385589 + - 0.578533889933786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974987266859967 + - -0.03783534175412063 + - -0.05970575495012361 + - 0.04851931875502728 + - - -0.03696497892709282 + - -0.9991945456029563 + - 0.015615709084830589 + - 0.03523657771760503 + - - -0.06024849037722769 + - -0.013369627954859974 + - -0.9980938695611823 + - 0.5750222344151855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994019838705165 + - -0.027475129444558245 + - 0.020995044598203193 + - -0.04274427635373889 + - - -0.02873655279516843 + - -0.9976404849940393 + - 0.062351208763809576 + - -0.023432845058951737 + - - 0.01923239894361258 + - -0.06291724694280922 + - -0.9978334204004249 + - 0.5786998670928359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916217152459054 + - -0.03160906528465834 + - -0.12524871593992054 + - 0.025769963311972077 + - - -0.02195055302958896 + - -0.9967305964072496 + - 0.07775790253951681 + - -0.03030143300407481 + - - -0.1272970819558088 + - -0.07435714610903243 + - -0.9890735401111777 + - 0.5758736679806128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878716863823024 + - -0.01638996166094374 + - -0.15440498826443 + - 0.0644410984981708 + - - -0.025749094200853216 + - -0.997937020182655 + - -0.0588106104100225 + - -0.03262563939480414 + - - -0.15312255024006605 + - 0.062073125470823956 + - -0.9862557536979252 + - 0.5740428933662886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997924001154899 + - -0.02035775835156183 + - 0.0008475530706546658 + - -0.03465524064747025 + - - -0.020347960532733658 + - -0.9997399283900409 + - -0.010297382426321293 + - 0.037469357159510365 + - - 0.0010569642692517234 + - 0.010277998714487755 + - -0.9999466213598395 + - 0.5786687138667331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967946481972058 + - -0.03642213786268314 + - -0.07123101290112666 + - 0.048554766285825696 + - - -0.03620478912124697 + - -0.9993349656604685 + - 0.004340466919192279 + - 0.035235679520799576 + - - -0.07134173091602702 + - -0.0017476503947497647 + - -0.9974504013473569 + - 0.5750303099674138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993432598828184 + - -0.0298254081409157 + - 0.0205789687790574 + - -0.04278646941879691 + - - -0.031081361253263294 + - -0.9974860872070397 + - 0.06368245292885509 + - -0.023448161973511083 + - - 0.018627879896160025 + - -0.0642802524700977 + - -0.9977580123621942 + - 0.5787185187628181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924426036149324 + - -0.029015211433681378 + - -0.11923001314884174 + - 0.025762940785280214 + - - -0.021492700048078028 + - -0.9977247709806075 + - 0.06390105802205333 + - -0.03030601560960132 + - - -0.12081284027228875 + - -0.06085555748781901 + - -0.990808184639282 + - 0.5760355892326314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873675602169277 + - -0.01646393292525013 + - -0.15758883191363673 + - 0.06440413727928068 + - - -0.025172276930065313 + - -0.9982545701639496 + - -0.053424429065212435 + - -0.032596824012776915 + - - -0.15643419544788692 + - 0.0567164179001167 + - -0.9860586140971291 + - 0.5737143638215674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999695125732769 + - -0.022578159614487888 + - -0.00999411299546263 + - -0.03465570391138901 + - - -0.022751799533115163 + - -0.9995859374861745 + - -0.01761559530334452 + - 0.037485432749947284 + - - -0.009592247085449134 + - 0.017837608817018638 + - -0.9997948832173245 + - 0.5786175320733199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974728626889824 + - -0.036647098855845966 + - -0.060867711838841744 + - 0.048540399084964235 + - - -0.035816362547877637 + - -0.9992505030916271 + - 0.014684013244676358 + - 0.03524237309827258 + - - -0.06136021816197699 + - -0.01246684469225056 + - -0.9980378256411601 + - 0.5750052380042767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993571584850378 + - -0.029679756740165486 + - 0.02010924723990398 + - -0.042731393163721626 + - - -0.030778970645115984 + - -0.997913425852471 + - 0.05675781417049472 + - -0.023467295038551692 + - - 0.01838272968680312 + - -0.0573402698217398 + - -0.9981854380354546 + - 0.5787741807988371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898682685075876 + - -0.032858495337124954 + - -0.13813446451183203 + - 0.02576652611907008 + - - -0.020598791074612717 + - -0.995795100018646 + - 0.08926258222300465 + - -0.030276518085339682 + - - -0.14048665704633628 + - -0.08551279473291906 + - -0.9863828167242726 + - 0.5756811334751973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887308066954225 + - -0.01318035526262806 + - -0.14912300334478962 + - 0.06437351082009052 + - - -0.025871864951594246 + - -0.9961726411456302 + - -0.08349081169125955 + - -0.03260340088555807 + - - -0.14745181753829179 + - 0.08640802779886719 + - -0.9852875794591972 + - 0.5736077509673887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999695125732769 + - -0.022578159614487888 + - -0.00999411299546263 + - -0.03465570391138901 + - - -0.022751799533115163 + - -0.9995859374861745 + - -0.01761559530334452 + - 0.037485432749947284 + - - -0.009592247085449134 + - 0.017837608817018638 + - -0.9997948832173245 + - 0.5786175320733199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974728626889824 + - -0.036647098855845966 + - -0.060867711838841744 + - 0.048540399084964235 + - - -0.035816362547877637 + - -0.9992505030916271 + - 0.014684013244676358 + - 0.03524237309827258 + - - -0.06136021816197699 + - -0.01246684469225056 + - -0.9980378256411601 + - 0.5750052380042767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993571584850378 + - -0.029679756740165486 + - 0.02010924723990398 + - -0.042731393163721626 + - - -0.030778970645115984 + - -0.997913425852471 + - 0.05675781417049472 + - -0.023467295038551692 + - - 0.01838272968680312 + - -0.0573402698217398 + - -0.9981854380354546 + - 0.5787741807988371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898682685075876 + - -0.032858495337124954 + - -0.13813446451183203 + - 0.02576652611907008 + - - -0.020598791074612717 + - -0.995795100018646 + - 0.08926258222300465 + - -0.030276518085339682 + - - -0.14048665704633628 + - -0.08551279473291906 + - -0.9863828167242726 + - 0.5756811334751973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887308066954225 + - -0.01318035526262806 + - -0.14912300334478962 + - 0.06437351082009052 + - - -0.025871864951594246 + - -0.9961726411456302 + - -0.08349081169125955 + - -0.03260340088555807 + - - -0.14745181753829179 + - 0.08640802779886719 + - -0.9852875794591972 + - 0.5736077509673887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996570562078366 + - -0.02333032870077509 + - -0.01189393696788003 + - -0.03468044156982616 + - - -0.023593539771654033 + - -0.9994685873146413 + - -0.02249195083400217 + - 0.03745771893443412 + - - -0.011362871772817498 + - 0.02276485743398323 + - -0.999676270805247 + - 0.5786091344335292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997670779462879 + - -0.03453808320929201 + - -0.058822925923142144 + - 0.048495541709045395 + - - -0.03473985252760775 + - -0.9993934818140845 + - -0.002410633502152869 + - 0.035215103071955384 + - - -0.058703990088336516 + - 0.004448518376904536 + - -0.9982655219088553 + - 0.5746947628157391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995486897514856 + - -0.028072177883426516 + - 0.01069437445434536 + - -0.04273630421820453 + - - -0.028545111626935925 + - -0.9984874948175989 + - 0.046988288914176196 + - -0.023441313531304676 + - - 0.009359135552724027 + - -0.04727235473040861 + - -0.9988381906294678 + - 0.578709653564107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915085822005978 + - -0.030716077831036834 + - -0.12636160012139025 + - 0.02575043485011586 + - - -0.020114304939590957 + - -0.9962342885319629 + - 0.08433657030026079 + - -0.030286257669409167 + - - -0.12847624745203912 + - -0.08107875748857632 + - -0.9883926795179895 + - 0.5758170720696252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893982266830954 + - -0.015231179323980819 + - -0.14442700652144966 + - 0.06440756782115661 + - - -0.024663606593853075 + - -0.9976613753594017 + - -0.06374548317936667 + - -0.03262009151344888 + - - -0.143118327079832 + - 0.06663175888709534 + - -0.9874600514256171 + - 0.5738679197349851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997442265745624 + - -0.02260625253320933 + - -0.0006624026229217019 + - -0.03464785994404348 + - - -0.022610200614702244 + - -0.9997217273532463 + - -0.0067265656917415645 + - 0.03747476353951104 + - - -0.0005101558516818728 + - 0.006739822271185122 + - -0.9999771570074792 + - 0.5786044397861887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977162454888222 + - -0.036065101663031854 + - -0.057110436259264034 + - 0.048554915578954985 + - - -0.0359465545388583 + - -0.9993488993509672 + - 0.0031020288193645616 + - 0.0352332069053085 + - - -0.057185126601881096 + - -0.0010420211353229093 + - -0.9983630479377135 + - 0.5749174555416465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993608068434586 + - -0.027281737026930604 + - 0.023101614012551615 + - -0.04271405404605248 + - - -0.0287804637151167 + - -0.9973214946209977 + - 0.06724225810666196 + - -0.023468898452425023 + - - 0.021205250612392406 + - -0.06786415247929867 + - -0.9974691945893532 + - 0.5786673080870325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892745655600578 + - -0.027051287233698523 + - -0.14354115017986574 + - 0.025764953655333014 + - - -0.019659312574599696 + - -0.99841853749267 + - 0.05266816324965844 + - -0.030279905214916157 + - - -0.14473888684473507 + - -0.04928135397894852 + - -0.988241874636442 + - 0.5759089511856739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856559486470846 + - -0.013412822799721327 + - -0.16823331144918638 + - 0.06435779698897104 + - - -0.0253950236532742 + - -0.9972742650296267 + - -0.0692757755876344 + - -0.032576175466051564 + - - -0.16684556832671735 + - 0.07255436922861305 + - -0.9833099307113569 + - 0.5733706408686745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998058459445905 + - -0.019700997960782056 + - 0.0003756253064432688 + - -0.034688907021903755 + - - -0.01969517114983324 + - -0.9997359085739378 + - -0.011841171446424662 + - 0.03747478863060661 + - - 0.0006088090015397077 + - 0.011831474430268933 + - -0.9999298203196099 + - 0.5785599449594636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968862289418906 + - -0.03736529801071318 + - -0.06943832551687115 + - 0.048542458278179317 + - - -0.035979231463433035 + - -0.9991296337685985 + - 0.02110615618075552 + - 0.03523127034381532 + - - -0.07016652655873082 + - -0.018542098856287232 + - -0.9973629475374981 + - 0.5748904178569446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995574450883373 + - -0.02889361619372763 + - -0.007076221571231097 + - -0.04274156082237059 + - - -0.028479312983588734 + - -0.9981912743300627 + - 0.05294439142448469 + - -0.023459905291151963 + - - -0.008593177553058589 + - -0.05271943469514648 + - -0.998572390217638 + - 0.5787102383685487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888706148364425 + - -0.03039878015317107 + - -0.1456393534666899 + - 0.025755752795332446 + - - -0.018612663703176626 + - -0.9964900033792199 + - 0.08161643164923858 + - -0.030255336491896767 + - - -0.14760919979076073 + - -0.07799735463771547 + - -0.9859654845919555 + - 0.5756008126384918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862100896936616 + - -0.01190909603448315 + - -0.16506917464524187 + - 0.0644206178565335 + - - -0.02493330908306116 + - -0.9967149856116604 + - -0.07705561339265127 + - -0.03261821440012943 + - - -0.1636092573315717 + - 0.08010874414688235 + - -0.9832673085314199 + - 0.5739112356172861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997770035123206 + - -0.019761097517300034 + - 0.007445956811385225 + - -0.034668140564959246 + - - -0.019657560849193366 + - -0.9997124820807295 + - -0.013730749194700884 + - 0.037476870513105755 + - - 0.007715150639197909 + - 0.013581317936756987 + - -0.9998780046854294 + - 0.5787119993991418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984099062313638 + - -0.03585369654674504 + - -0.04349909864598377 + - 0.04857847294825046 + - - -0.035271390560976265 + - -0.9992785625216196 + - 0.014081317147939844 + - 0.03521830166573688 + - - -0.043972584037945496 + - -0.012524652835895787 + - -0.9989542256401773 + - 0.5748943257826037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996122453116679 + - -0.027501666187731984 + - 0.004360892095016739 + - -0.04274685000111887 + - - -0.027691483429717785 + - -0.9982616324834622 + - 0.05202782771665893 + - -0.023477965362882987 + - - 0.0029224593115192523 + - -0.052128413253726004 + - -0.998636113788812 + - 0.5788306501604125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896692344335972 + - -0.030262191668647978 + - -0.14013923851308596 + - 0.025748712367676584 + - - -0.018656183154358318 + - -0.996341257926083 + - 0.08340290513154726 + - -0.030253880671574376 + - - -0.14215045988574437 + - -0.07992682597026386 + - -0.9866128669567364 + - 0.5756434154618009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898283025881223 + - -0.01566061988733425 + - -0.14140253314654977 + - 0.0644026979487068 + - - -0.023937136323323928 + - -0.9980859387331253 + - -0.05702168366380712 + - -0.032622764603030596 + - - -0.14023888512162125 + - 0.059826448064055356 + - -0.9883085809664329 + - 0.5737055143309275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997762956670537 + - -0.021086703504932202 + - -0.0016460733759748553 + - -0.03469087314628681 + - - -0.021122880900198374 + - -0.9994270125758767 + - -0.026447503400781374 + - 0.037421723953108305 + - - -0.0010874395339732746 + - 0.02647635679154871 + - -0.9996488483494125 + - 0.5787800053098585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996586716698021 + - -0.03649523895012968 + - -0.07404737426155904 + - 0.04854631430018866 + - - -0.03640877490730533 + - -0.9993338093912844 + - 0.0025176412083301987 + - 0.035185558999771036 + - - -0.07408992651371461 + - 0.00018692639633266527 + - -0.9972515469267096 + - 0.5746108930434517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999567488856981 + - -0.028766941693013574 + - 0.0061072322520097705 + - -0.0427651656778031 + - - -0.029124690031928926 + - -0.9971140958345982 + - 0.07010871784946539 + - -0.02345150623233936 + - - 0.0040727939664671085 + - -0.07025626629406549 + - -0.9975206611372639 + - 0.5786358878624507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9942215119250382 + - -0.031411257642884646 + - -0.10264949156612346 + - 0.02575252292417615 + - - -0.021833269831523283 + - -0.9954142155683962 + - 0.09313349436598134 + - -0.03027089639361128 + - - -0.10510420331249948 + - -0.09035414953197612 + - -0.9903480368579513 + - 0.5756989529460688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917383142125962 + - -0.015296494108335248 + - -0.12736221335526304 + - 0.0644279996549758 + - - -0.025208541097327664 + - -0.9967446096924044 + - -0.07658141096167483 + - -0.03262677170483158 + - - -0.1257761725387691 + - 0.07915933499676618 + - -0.9888954212172123 + - 0.5738266167762589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997125191369722 + - -0.021441203793093395 + - -0.010730976689566317 + - -0.034679482599439745 + - - -0.021554685277946357 + - -0.9997117555446756 + - -0.010573616616475866 + - 0.0374610474006627 + - - -0.010501172476331432 + - 0.010801879729314219 + - -0.9998865159461531 + - 0.5785817332926133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963352223571772 + - -0.037409964286432694 + - -0.07691956358795839 + - 0.048538995708774506 + - - -0.03735701197127251 + - -0.9992997181275775 + - 0.0021276763668876424 + - 0.03523002682645224 + - - -0.07694529450884145 + - 0.0007536061516733084 + - -0.9970350313457976 + - 0.5749143165812383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995587991427873 + - -0.028931777990079136 + - 0.006720065368844979 + - -0.04275835365388163 + - - -0.029177322085236976 + - -0.9987782578369854 + - 0.03988327403877871 + - -0.023493827368960975 + - - 0.005557961151638208 + - -0.04006175101578499 + - -0.9991817478183775 + - 0.5788176617034401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910719044229418 + - -0.0284463538594741 + - -0.13025853221798875 + - 0.0257697937488559 + - - -0.02257528595924951 + - -0.9986710815664345 + - 0.04632955111790513 + - -0.030283145194286605 + - - -0.13140333605864554 + - -0.04297529284402905 + - -0.9903970352730409 + - 0.5759504268691003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882429399653849 + - -0.012391168515259753 + - -0.15238881373446997 + - 0.06440370866065037 + - - -0.02449689337098701 + - -0.9966663551539605 + - -0.07782081160776062 + - -0.032624374759042174 + - - -0.15091651276034387 + - 0.08063892017473022 + - -0.9852520341157947 + - 0.573722292039335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998235269473568 + - -0.018744410390286223 + - 0.001249816654081355 + - -0.034689302632119376 + - - -0.01872739742407878 + - -0.9997469634370413 + - -0.01246168865507556 + - 0.03747994549966521 + - - 0.0014830874110775879 + - 0.012436083689649295 + - -0.9999215690613916 + - 0.5786280077935052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968465570998387 + - -0.035776585462060966 + - -0.07083062565637681 + - 0.04852492540200373 + - - -0.03563773864987583 + - -0.9993595755324525 + - 0.003223410541660478 + - 0.035203315188438764 + - - -0.07090058661337777 + - -0.0006890023750244282 + - -0.9974831487767634 + - 0.5747062677028504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993312087334221 + - -0.02778327773948286 + - 0.023774455397513612 + - -0.042709908590986216 + - - -0.029347325165510967 + - -0.9972409201987222 + - 0.06818564062055567 + - -0.023470633777989417 + - - 0.02181443918663449 + - -0.0688377553327864 + - -0.9973893390666035 + - 0.5786357211642212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932425650823662 + - -0.03060723354482488 + - -0.11194822090294256 + - 0.025767890441908952 + - - -0.02051505166306695 + - -0.995710894584585 + - 0.09021611308866767 + - -0.030283534031791695 + - - -0.11422932882523286 + - -0.08730986004053681 + - -0.9896103519950863 + - 0.5757575088654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898922784620853 + - -0.013254355972437125 + - -0.14120056334483044 + - 0.0644131144549516 + - - -0.024278246644148113 + - -0.996763318915236 + - -0.07663845513167374 + - -0.03260862137742564 + - - -0.13972774878680133 + - 0.07929191707128526 + - -0.9870101053718412 + - 0.5736981587526988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998075778663784 + - -0.01952304408265465 + - -0.0019125874391768781 + - -0.034697271701368444 + - - -0.019532662132890045 + - -0.9997959745881818 + - -0.005146290632139417 + - 0.03749171792358155 + - - -0.001811725963863551 + - 0.0051826582961647955 + - -0.9999849287374373 + - 0.5788887640750571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963209214975063 + - -0.035533628324628065 + - -0.07798706716146599 + - 0.04852200613310518 + - - -0.0350638957359156 + - -0.9993577880951213 + - 0.007384753851585945 + - 0.03520166000904113 + - - -0.0781993900371394 + - -0.004623054370744879 + - -0.9969270197793345 + - 0.5749348335243397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995430072335801 + - -0.02818680822175264 + - 0.010921562741724343 + - -0.04276107521364027 + - - -0.028715747207552444 + - -0.9982469552138479 + - 0.051753475908317 + - -0.023464956012429178 + - - 0.009443651452866507 + - -0.052043445778992586 + - -0.998600168835698 + - 0.5787683469538463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912695232263473 + - -0.027594099943317657 + - -0.12893136922769521 + - 0.025782149899194452 + - - -0.022181237884801266 + - -0.9988188092407333 + - 0.04323168968269887 + - -0.03032763931482508 + - - -0.12997201625160676 + - -0.039994399048385657 + - -0.9907107161206294 + - 0.5758933226530591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906130182288263 + - -0.01508031580436876 + - -0.13586181284973228 + - 0.06438157688445012 + - - -0.025727064814362103 + - -0.996702741495582 + - -0.07695299364696352 + - -0.032612741884359725 + - - -0.13425336588560002 + - 0.07972596296334401 + - -0.9877346832920041 + - 0.5735575378154287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998027552013913 + - -0.018573850529381063 + - -0.007032977194544195 + - -0.03471476761534201 + - - -0.01860474954466145 + - -0.9998174371682359 + - -0.004353806233931661 + - 0.03747727862978943 + - - -0.006950826288088887 + - 0.004483794247555679 + - -0.9999657902163753 + - 0.5788146672582842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957026899959647 + - -0.03752047435523148 + - -0.08466621013697356 + - 0.0485190058999668 + - - -0.03704336521954117 + - -0.9992877230647245 + - 0.00719969619711775 + - 0.035205679860351086 + - - -0.08487604036482518 + - -0.004032435526765532 + - -0.9963833585702401 + - 0.5747233740856291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995542184943298 + - -0.02883820865425766 + - 0.007728001798850094 + - -0.042775482366944784 + - - -0.029255964042753893 + - -0.9977153070415504 + - 0.060895440411536224 + - -0.023446559169590542 + - - 0.005954230270876576 + - -0.061094384493170624 + - -0.9981142336051937 + - 0.5785494615392607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905451010915743 + - -0.028994047485670124 + - -0.13408858233974089 + - 0.025772889561028356 + - - -0.021810422393901248 + - -0.9982626309389573 + - 0.05473595843530669 + - -0.03029217634293661 + - - -0.13544263796339165 + - -0.051293906862615916 + - -0.9894565311019418 + - 0.5757980852326444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902280679238824 + - -0.018168752342537786 + - -0.13826883211356988 + - 0.06439531723119697 + - - -0.02415166505334325 + - -0.9988375600441685 + - -0.04171601275486253 + - -0.03261313468395198 + - - -0.13735017499401364 + - 0.04464778923225944 + - -0.9895157928733559 + - 0.5735718826693376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997775364949559 + - -0.020643481045509848 + - -0.004327148067796168 + - -0.03466277426774644 + - - -0.0206991087027214 + - -0.9996981962547695 + - -0.013231149000538033 + - 0.03748559524702501 + - - -0.004052705144700215 + - 0.013317773660983696 + - -0.999903101548208 + - 0.578726538732717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975234671683759 + - -0.03624353710144378 + - -0.060277180315259936 + - 0.04853208926193528 + - - -0.03588617551790942 + - -0.9993313606078494 + - 0.007001007953289424 + - 0.03520352961177091 + - - -0.06049061790955595 + - -0.004820552254720548 + - -0.9981571256174447 + - 0.574802800912593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995572206579174 + - -0.025572304359513274 + - 0.015212490932249195 + - -0.04271018901996535 + - - -0.026833944891924703 + - -0.9956244899115523 + - 0.08950873974031717 + - -0.023441064556612 + - - 0.012856983789228857 + - -0.0898773182627692 + - -0.9958698537608907 + - 0.5784977700590392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99069286059311 + - -0.029391458916771664 + - -0.1329052222923707 + - 0.02575239899859581 + - - -0.020364907276805417 + - -0.9974244042794084 + - 0.06877374716762025 + - -0.030277749599583598 + - - -0.13458427293501965 + - -0.06542705778660965 + - -0.9887397906365157 + - 0.5758180500553534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910401523625211 + - -0.016430869118235936 + - -0.13254977534983015 + - 0.06440575335809776 + - - -0.024347503012056224 + - -0.9980005344261508 + - -0.05832780110886433 + - -0.03261255735697684 + - - -0.13132637017122245 + - 0.0610324489524771 + - -0.9894586523309168 + - 0.5736236068123437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997775364949559 + - -0.020643481045509848 + - -0.004327148067796168 + - -0.03466277426774644 + - - -0.0206991087027214 + - -0.9996981962547695 + - -0.013231149000538033 + - 0.03748559524702501 + - - -0.004052705144700215 + - 0.013317773660983696 + - -0.999903101548208 + - 0.578726538732717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975234671683759 + - -0.03624353710144378 + - -0.060277180315259936 + - 0.04853208926193528 + - - -0.03588617551790942 + - -0.9993313606078494 + - 0.007001007953289424 + - 0.03520352961177091 + - - -0.06049061790955595 + - -0.004820552254720548 + - -0.9981571256174447 + - 0.574802800912593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995572206579174 + - -0.025572304359513274 + - 0.015212490932249195 + - -0.04271018901996535 + - - -0.026833944891924703 + - -0.9956244899115523 + - 0.08950873974031717 + - -0.023441064556612 + - - 0.012856983789228857 + - -0.0898773182627692 + - -0.9958698537608907 + - 0.5784977700590392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99069286059311 + - -0.029391458916771664 + - -0.1329052222923707 + - 0.02575239899859581 + - - -0.020364907276805417 + - -0.9974244042794084 + - 0.06877374716762025 + - -0.030277749599583598 + - - -0.13458427293501965 + - -0.06542705778660965 + - -0.9887397906365157 + - 0.5758180500553534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910401523625211 + - -0.016430869118235936 + - -0.13254977534983015 + - 0.06440575335809776 + - - -0.024347503012056224 + - -0.9980005344261508 + - -0.05832780110886433 + - -0.03261255735697684 + - - -0.13132637017122245 + - 0.0610324489524771 + - -0.9894586523309168 + - 0.5736236068123437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998093484224655 + - -0.019365373564543705 + - 0.002499822743833868 + - -0.03466178108180501 + - - -0.01930612317214243 + - -0.999574262565548 + - -0.021876179387695576 + - 0.037445048087668874 + - - 0.0029223988617200192 + - 0.021823746773783907 + - -0.9997575624428386 + - 0.5785404773619065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959031928671928 + - -0.0368227034438205 + - -0.08258885486564943 + - 0.04852327707744146 + - - -0.03617416393528434 + - -0.9993018928034776 + - 0.009335786146378665 + - 0.03521718964761898 + - - -0.08287496787639817 + - -0.006309956455966412 + - -0.9965399761921298 + - 0.5747033798864476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995057004853973 + - -0.02629966667573483 + - 0.017224466027732047 + - -0.042765652487999004 + - - -0.02772561293033865 + - -0.995682935047091 + - 0.08858207066696494 + - -0.02344744726017664 + - - 0.014820427957123588 + - -0.08901584347044841 + - -0.9959199438340474 + - 0.5785427764041401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896363613154511 + - -0.030185555217946348 + - -0.14038769397101147 + - 0.025772259762886635 + - - -0.020491999708401338 + - -0.9973372851505174 + - 0.06998869620550172 + - -0.03029518305415102 + - - -0.1421265292275335 + - -0.06638653406210812 + - -0.9876198042693126 + - 0.5758253581340551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898080903319995 + - -0.01648407242642977 + - -0.14145041417246065 + - 0.06439029872324482 + - - -0.02411519136622623 + - -0.9983346698829444 + - -0.05240557656473803 + - -0.03258593179080645 + - - -0.14035099521802732 + - 0.05528256746889158 + - -0.9885572496701224 + - 0.5734517778300727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998040306354075 + - -0.019775511927686527 + - -0.0009107432081174974 + - -0.0346860627353411 + - - -0.019789907438068015 + - -0.9995989340030688 + - -0.020256621226681936 + - 0.037458420082828056 + - - -0.0005097928853019087 + - 0.020270675073279846 + - -0.9997943987857142 + - 0.5787090778103192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976835968771216 + - -0.03552201896195533 + - -0.05801402150511135 + - 0.04849995064772859 + - - -0.03577787431041373 + - -0.9993540605258101 + - -0.0033771912003893846 + - 0.035190023305875354 + - - -0.05785658330870631 + - 0.005444986633797759 + - -0.9983100559888199 + - 0.5745919505678049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995356425304275 + - -0.028274639932326054 + - 0.01135975563042459 + - -0.042723323914720286 + - - -0.02904813804401582 + - -0.9967633900037396 + - 0.0749596559785903 + - -0.02343884203497515 + - - 0.009203531249550409 + - -0.07525482765211891 + - -0.9971218611220939 + - 0.5785745965608913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922355885916766 + - -0.02758014650094515 + - -0.12127601680099646 + - 0.025782610202560795 + - - -0.02208650794052538 + - -0.9986781792414897 + - 0.0464120725016198 + - -0.03028270246505053 + - - -0.12239576340348667 + - -0.043373146368333795 + - -0.9915331801180374 + - 0.5758584793021324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886538517120999 + - -0.015804946037462464 + - -0.1493779273372816 + - 0.06440300464962823 + - - -0.0249590072590231 + - -0.9979098675904329 + - -0.05960657784413584 + - -0.03261354208254521 + - - -0.14812362894377562 + - 0.06265859754573104 + - -0.9869819100176704 + - 0.5737060155024332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997627350517567 + - -0.020927037476151454 + - -0.006044229008131068 + - -0.034683344186850665 + - - -0.021004876946822258 + - -0.9996933421563476 + - -0.013115517249426086 + - 0.03747827824550928 + - - -0.005767906576899045 + - 0.013239363683458924 + - -0.9998957198143098 + - 0.578555218745105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970482136438469 + - -0.03507026488851979 + - -0.0683003381416451 + - 0.04852398964909157 + - - -0.03569439889442981 + - -0.9993312186438087 + - -0.007938849503965964 + - 0.03518046215945253 + - - -0.0679762425938602 + - 0.010353355230568923 + - -0.9976332184116021 + - 0.5746129776449573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994906525449253 + - -0.028231183054648352 + - 0.01488071835141934 + - -0.04273788052674381 + - - -0.028833141412861963 + - -0.9987047315916542 + - 0.04192265560180905 + - -0.023470558264866312 + - - 0.013677917662613604 + - -0.04233036026041974 + - -0.999010037571514 + - 0.5789300695056193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992513467131828 + - -0.02797898352103271 + - -0.11888731657787435 + - 0.02580022913584744 + - - -0.022689460012542267 + - -0.9987013830617502 + - 0.045615083852681086 + - -0.030297765667784037 + - - -0.12000919117424791 + - -0.04257609601264143 + - -0.9918594003597615 + - 0.5760336318895414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9926770981106602 + - -0.017578636805714504 + - -0.11951221868349514 + - 0.06441319798168556 + - - -0.02505519869528064 + - -0.9978019718491242 + - -0.061347061806896114 + - -0.032612522304183364 + - - -0.11817112974385406 + - 0.06389222567771374 + - -0.9909356021422425 + - 0.5737191414602956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998111186821959 + - -0.019418876619938116 + - -0.0007963606442130412 + - -0.034662108712938136 + - - -0.019429026715519465 + - -0.9996867799663081 + - -0.01577513491170635 + - 0.03747083983895211 + - - -0.0004897758095919257 + - 0.01578762779566729 + - -0.9998752476825508 + - 0.5784979078750278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975024331433383 + - -0.0380270472493439 + - -0.05952175695169053 + - 0.048539261896377174 + - - -0.036577561927564686 + - -0.9990116308204272 + - 0.025255562732727263 + - 0.035206119525041574 + - - -0.060423321958951615 + - -0.02301532452536175 + - -0.9979074691575558 + - 0.5748036313131895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995650049570978 + - -0.02939693205665367 + - -0.002370917707070107 + - -0.04277961571111693 + - - -0.029247039794431808 + - -0.99838926384193 + - 0.048615722852090995 + - -0.023439692661058255 + - - -0.0037962518857595456 + - -0.04852523292911522 + - -0.9988147427029671 + - 0.5786860764782759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888486307474297 + - -0.028976413356897254 + - -0.14607790023786524 + - 0.025772780057440388 + - - -0.019187871019328763 + - -0.9975022638859175 + - 0.06797837265053729 + - -0.03029979678861522 + - - -0.1476828056162229 + - -0.06441739680738377 + - -0.9869347434931456 + - 0.5758359857647574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906086230927592 + - -0.01731751840360716 + - -0.13562691256018664 + - 0.06438419397790959 + - - -0.02418065634598069 + - -0.9985001256168806 + - -0.0491202097079395 + - -0.032608194277723775 + - - -0.1345728490927697 + - 0.05193845106869377 + - -0.9895415835565681 + - 0.5736094616059308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999810153788169 + - -0.018935867838439552 + - -0.004592307838450632 + - -0.034678328662593016 + - - -0.01902594882920337 + - -0.9996100991341708 + - -0.020436804547758165 + - 0.03748150046583962 + - - -0.004203528663691893 + - 0.02052029771177515 + - -0.9997805997960727 + - 0.5786094818671887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972405247318041 + - -0.03821662617402305 + - -0.06364609427538208 + - 0.048552516250776015 + - - -0.03695806156070862 + - -0.9990995733326685 + - 0.020836128530860643 + - 0.03523910149508987 + - - -0.06438507216980284 + - -0.018426395479166545 + - -0.9977549951923742 + - 0.5748547091413738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999618489998807 + - -0.027582452651087722 + - -0.0014431764464785267 + - -0.04272064333162493 + - - -0.02744746267489079 + - -0.9978448071144274 + - 0.059601826377072155 + - -0.023471731783604642 + - - -0.003084030676832393 + - -0.05953947615257193 + - -0.9982211876804973 + - 0.5787845322498754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909144564685154 + - -0.025161101756339305 + - -0.13211910883787373 + - 0.025772349114171297 + - - -0.020822960985722515 + - -0.9992009712573342 + - 0.034114855036885175 + - -0.03028484140428945 + - - -0.13287190921144268 + - -0.031053791987577795 + - -0.990646615976504 + - 0.5759771292680838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903605873156682 + - -0.014661140463554738 + - -0.13773510101667136 + - 0.0644201860597681 + - - -0.02438462335079595 + - -0.9973064295665597 + - -0.069175687125178 + - -0.03263367090137028 + - - -0.13634990735532077 + - 0.07186749268973157 + - -0.9880504877073271 + - 0.5738583337689225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998171437551456 + - -0.018545690158228993 + - 0.00466223442756401 + - -0.03470016921118801 + - - -0.01856997892908308 + - -0.9998139284847958 + - 0.005221521844638241 + - 0.03755279322680651 + - - 0.0045645301922547475 + - -0.005307144651843615 + - -0.9999754993397435 + - 0.5789770523420857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997196881186818 + - -0.03735495791433587 + - -0.06483045017968997 + - 0.04857151109369838 + - - -0.036239693185596174 + - -0.9991756540003559 + - 0.01829472849689065 + - 0.035251036318871984 + - - -0.06546040627048477 + - -0.01589401057566292 + - -0.9977285781407306 + - 0.5750367989699856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999598599914837 + - -0.027376428200237956 + - -0.0072917917753328 + - -0.042739893572135056 + - - -0.02682076526354513 + - -0.9973444546024648 + - 0.0677103051565286 + - -0.02343886672881651 + - - -0.009126094398777936 + - -0.06748755479871552 + - -0.9976783772079635 + - 0.5785718681703064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9897062711155657 + - -0.030877563195668423 + - -0.13974288177084265 + - 0.025763460444508703 + - - -0.020903074286291692 + - -0.997164539906774 + - 0.07229067600938387 + - -0.030268072160264742 + - - -0.14157880632320635 + - -0.06862547955103439 + - -0.9875454344770608 + - 0.5759250431550098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865060620327313 + - -0.017502497924905325 + - -0.162786523210804 + - 0.06439064157496792 + - - -0.025535702374667436 + - -0.99855013780993 + - -0.04738723650944615 + - -0.03260029297749058 + - - -0.16172111017707413 + - 0.05090466428686538 + - -0.9855227027709388 + - 0.5738162037481725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998132103649857 + - -0.018289776192374194 + - -0.006247276726206257 + - -0.034710323222337906 + - - -0.018284313803876677 + - -0.9998323950983902 + - 0.0009303658081723627 + - 0.037546227435840254 + - - -0.0062632458344137444 + - -0.0008159648574010138 + - -0.9999800527775383 + - 0.5789106421145044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981836894106354 + - -0.03704080682662626 + - -0.047511060019798566 + - 0.048565453872778136 + - - -0.03607594109008534 + - -0.999128220909549 + - 0.021007728496550367 + - 0.03525035087943219 + - - -0.04824778408421506 + - -0.019255565734421824 + - -0.9986497757067845 + - 0.5749824606015436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992846756126066 + - -0.02849215064412462 + - 0.02486633140373075 + - -0.042755832471291756 + - - -0.02957085285451264 + - -0.9985872565595894 + - 0.04414811092504566 + - -0.023447786213474455 + - - 0.02357332703002312 + - -0.044851849331614894 + - -0.998715479936238 + - 0.5788110604057644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9940014131808546 + - -0.02912093893985911 + - -0.10541898078488954 + - 0.025745463949357634 + - - -0.020774784344823907 + - -0.9966246600858493 + - 0.07942100002009767 + - -0.03025164705706001 + - - -0.10737596998346496 + - -0.07675452966455654 + - -0.9912513017626174 + - 0.575894658675406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903492405055672 + - -0.02020164273074107 + - -0.13711409650734657 + - 0.06439911510342852 + - - -0.02584352686403686 + - -0.9988856038513653 + - -0.0394925630685109 + - -0.03257511204008264 + - - -0.136163482436644 + - 0.04265494167704373 + - -0.9897676808227539 + - 0.5737269696728527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997381902869079 + - -0.018476931482027708 + - 0.013496439710780026 + - -0.03469160359464173 + - - -0.018554143508121356 + - -0.9998120717141024 + - 0.005618274951921454 + - 0.03758802615239123 + - - 0.013390094866665607 + - -0.00586721891221074 + - -0.9998931348407681 + - 0.5789258111220793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957007977720794 + - -0.037326451336199946 + - -0.08477415494530655 + - 0.04854041998501064 + - - -0.03721100506667286 + - -0.9993030998420737 + - 0.0029420652525851913 + - 0.03525793157036364 + - - -0.08482489267881563 + - 0.00022511479009612242 + - -0.996395848498657 + - 0.5749966705370005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995945157161013 + - -0.028299892171736764 + - 0.0031496433704593014 + - -0.04277768586728466 + - - -0.028444201449166616 + - -0.997510929542125 + - 0.06452032895084861 + - -0.02340898084262925 + - - 0.0013158853339990469 + - -0.06458375606198943 + - -0.997911422371101 + - 0.5787048218014937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907542475917447 + - -0.029651311462741976 + - -0.13238889910961293 + - 0.025774460308843415 + - - -0.020473195449254605 + - -0.9973257908369308 + - 0.0701577878755236 + - -0.030281202846877124 + - - -0.13411513392235952 + - -0.06679870253253287 + - -0.9887118205993887 + - 0.5760755527107846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899851376067005 + - -0.012099959768181932 + - -0.14065211797712376 + - 0.06440294013468713 + - - -0.02561940357687913 + - -0.9951751323573245 + - -0.0947106229413918 + - -0.032609195637307395 + - - -0.13882749539701186 + - 0.09736553245984884 + - -0.9855185841020973 + - 0.5737056060617854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997816172559495 + - -0.018027349736768682 + - 0.010570357541085037 + - -0.0346626164856754 + - - -0.017969307762635892 + - -0.9998230766380325 + - -0.005560521611443153 + - 0.037532882378765814 + - - 0.010668728865700014 + - 0.005369365281658438 + - -0.9999286715265558 + - 0.5788680104476568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964931497805228 + - -0.03574883798999697 + - -0.07565330807610063 + - 0.04853912359899898 + - - -0.03630442176253237 + - -0.9993228795726434 + - -0.0059809132353024356 + - 0.03522564892292315 + - - -0.07538827097752415 + - 0.008706488672536095 + - -0.997116244804995 + - 0.5749931885248702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999385515955255 + - -0.02799495288894279 + - 0.021092015351657972 + - -0.04276362972814158 + - - -0.028980249538659977 + - -0.9984289943873739 + - 0.04795506546021794 + - -0.02341306561300051 + - - 0.019716379878813958 + - -0.04853684970579222 + - -0.9986267764210567 + - 0.5786488480467686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913533156515573 + - -0.027782702769769515 + - -0.12824478536560632 + - 0.025775263366214156 + - - -0.021575093964690168 + - -0.9985389595666969 + - 0.04954252262323084 + - -0.030258560881601664 + - - -0.12943383972933267 + - -0.046347250773537706 + - -0.9905043227965522 + - 0.5760211984926292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849145642281055 + - -0.013305435428343625 + - -0.17252903106266843 + - 0.06440129460831126 + - - -0.02460391859008956 + - -0.9976775334667999 + - -0.06351524545819656 + - -0.032596830538047655 + - - -0.17128324016486046 + - 0.06680198053699374 + - -0.982954498964709 + - 0.5738205401642107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998057007503266 + - -0.01777620179194942 + - 0.008518649951748308 + - -0.03472356120570099 + - - -0.01776711086228256 + - -0.999841500611303 + - -0.0011416772509700054 + - 0.03754531717546229 + - - 0.008537594436132952 + - 0.0009901036258470825 + - -0.9999630639058896 + - 0.5790202585576267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981717793201716 + - -0.03801341938916758 + - -0.04699020020329639 + - 0.048598275129480194 + - - -0.03693852207118052 + - -0.9990403466729567 + - 0.023535745298935287 + - 0.03527726018551387 + - - -0.047839780058017894 + - -0.021756968215325943 + - -0.9986180399822941 + - 0.5750354035347303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994432949530994 + - -0.026852582754590668 + - 0.019799974058060717 + - -0.04275201067423743 + - - -0.02801773713793075 + - -0.9977366208463034 + - 0.06112807724662515 + - -0.02343581660977202 + - - 0.018113712456639963 + - -0.06164879740601121 + - -0.9979335244390934 + - 0.5786449971695439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9931998928591576 + - -0.029090631536439544 + - -0.11272847014560708 + - 0.025753827821820632 + - - -0.023115559415522992 + - -0.998275855007003 + - 0.053953574700338944 + - -0.030270749333662854 + - - -0.1141036534799186 + - -0.05098090296227341 + - -0.9921599184585549 + - 0.5759922240520614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880153486209852 + - -0.01788218496468723 + - -0.15331633425777494 + - 0.06438989149205472 + - - -0.024807229655905386 + - -0.9987508306505414 + - -0.04337487327535013 + - -0.03258615997908649 + - - -0.1523491786855191 + - 0.04665839405447029 + - -0.9872247575998616 + - 0.5737130107227761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998115163208964 + - -0.018974518174043695 + - 0.004110899192735987 + - -0.03466346347603768 + - - -0.018976167803492736 + - -0.9998198705483826 + - 0.000362645983190852 + - 0.03756712652283427 + - - 0.004103277665919946 + - -0.000440586743246329 + - -0.9999914844616018 + - 0.5788786791029107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974855779556883 + - -0.03739515115134614 + - -0.06020070133125028 + - 0.04852589980194197 + - - -0.03694974703192037 + - -0.9992810143144882 + - 0.00849532959250939 + - 0.0352926480321623 + - - -0.06047510202292771 + - -0.006249568063174402 + - -0.9981501414788965 + - 0.5749430945949631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995066452451419 + - -0.026059291115104962 + - 0.017532240512281846 + - -0.042721409843593516 + - - -0.027071893069338413 + - -0.9978167523820521 + - 0.06023986447010501 + - -0.023428211520144345 + - - 0.015924155124985184 + - -0.06068477578695109 + - -0.9980299490853182 + - 0.5786539022377246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9881488618372276 + - -0.029124424918984156 + - -0.15071030065304167 + - 0.025767987117055177 + - - -0.02076943365388438 + - -0.998174193940807 + - 0.0567178029926808 + - -0.030275747915635136 + - - -0.15208700626775665 + - -0.052915464882755316 + - -0.9869495914689629 + - 0.5759414958675371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986462500107083 + - -0.011771832985700427 + - -0.16356393193684207 + - 0.06440084969988856 + - - -0.025545247424436403 + - -0.9962750366251852 + - -0.08236195560761599 + - -0.032589560032715736 + - - -0.16198511109514804 + - 0.08542526175343777 + - -0.9830886778098148 + - 0.5737541736036864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997979895619432 + - -0.01957447579006181 + - 0.004562890031621401 + - -0.034677226776209186 + - - -0.019506729041810125 + - -0.9997053440206202 + - -0.01444689097016631 + - 0.03753724603914388 + - - 0.004844335866327512 + - 0.014354965487898453 + - -0.9998852271015191 + - 0.5789012872941328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978247493260262 + - -0.03611520106279042 + - -0.05514945044737164 + - 0.04853892777562769 + - - -0.03562142801127669 + - -0.9993162132720556 + - 0.009910588178225524 + - 0.03522611351462197 + - - -0.055469662869809394 + - -0.007924527985638844 + - -0.9984289250403936 + - 0.5747492480689709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994458810317758 + - -0.029080733340386883 + - 0.016193882703131747 + - -0.042758183237660896 + - - -0.029999845009135814 + - -0.9977625832312932 + - 0.059748111292700926 + - -0.023446635569045384 + - - 0.014420131346326491 + - -0.06020081770210815 + - -0.998082121551104 + - 0.5787573083939666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9878832053716273 + - -0.029215002224311535 + - -0.15242459181415785 + - 0.025773871264034874 + - - -0.01918326911143504 + - -0.9975769377118864 + - 0.06687492453508977 + - -0.030262072003943038 + - - -0.1540090086029951 + - -0.06314061284473853 + - -0.9860499420813906 + - 0.5759340204562965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878236793077959 + - -0.017073634148882726 + - -0.1546378660476113 + - 0.06439683939204913 + - - -0.025610544437127573 + - -0.9982456428739438 + - -0.05338292326972217 + - -0.03259828205236969 + - - -0.1534551355036474 + - 0.05669327561657763 + - -0.9865279488627884 + - 0.5738705078988624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997603887606381 + - -0.018543700553027797 + - 0.011631690976696352 + - -0.03469893652735551 + - - -0.018320891384342886 + - -0.9996520294140636 + - -0.018978014312030615 + - 0.03753197803997555 + - - 0.011979566104865131 + - 0.018760364019500386 + - -0.9997522386760609 + - 0.579107175416829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976542957154771 + - -0.03813800012071517 + - -0.056845397238892696 + - 0.04858324595976271 + - - -0.03662252670574966 + - -0.998951616434043 + - 0.027467409078741355 + - 0.035280814358306274 + - - -0.05783335350938793 + - -0.025321156581100315 + - -0.9980050812752674 + - 0.5751308085169561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992110221007858 + - -0.02916239127884458 + - 0.026960865104858168 + - -0.04276527459262273 + - - -0.03069054753950667 + - -0.9978376635257359 + - 0.05812131744226851 + - -0.023456762727141905 + - - 0.02520761004197086 + - -0.05890290471954023 + - -0.9979454014181197 + - 0.5786786615075086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906377541987006 + - -0.028246652493118706 + - -0.13356259423614014 + - 0.025738514256032987 + - - -0.019947502134607175 + - -0.99780962384522 + - 0.06307179813871093 + - -0.030271203124517598 + - - -0.13505160907869507 + - -0.0598170643277773 + - -0.9890313350447809 + - 0.5759219540163016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878022540070585 + - -0.01986834581238014 + - -0.1544407841642045 + - 0.06440930982629449 + - - -0.025259614583649424 + - -0.9991352913369541 + - -0.03302455868146788 + - -0.03258499324862735 + - - -0.15365109452802547 + - 0.03652284818712673 + - -0.9874499595982777 + - 0.5738483161819685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997603887606381 + - -0.018543700553027797 + - 0.011631690976696352 + - -0.03469893652735551 + - - -0.018320891384342886 + - -0.9996520294140636 + - -0.018978014312030615 + - 0.03753197803997555 + - - 0.011979566104865131 + - 0.018760364019500386 + - -0.9997522386760609 + - 0.579107175416829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976542957154771 + - -0.03813800012071517 + - -0.056845397238892696 + - 0.04858324595976271 + - - -0.03662252670574966 + - -0.998951616434043 + - 0.027467409078741355 + - 0.035280814358306274 + - - -0.05783335350938793 + - -0.025321156581100315 + - -0.9980050812752674 + - 0.5751308085169561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992110221007858 + - -0.02916239127884458 + - 0.026960865104858168 + - -0.04276527459262273 + - - -0.03069054753950667 + - -0.9978376635257359 + - 0.05812131744226851 + - -0.023456762727141905 + - - 0.02520761004197086 + - -0.05890290471954023 + - -0.9979454014181197 + - 0.5786786615075086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906377541987006 + - -0.028246652493118706 + - -0.13356259423614014 + - 0.025738514256032987 + - - -0.019947502134607175 + - -0.99780962384522 + - 0.06307179813871093 + - -0.030271203124517598 + - - -0.13505160907869507 + - -0.0598170643277773 + - -0.9890313350447809 + - 0.5759219540163016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878022540070585 + - -0.01986834581238014 + - -0.1544407841642045 + - 0.06440930982629449 + - - -0.025259614583649424 + - -0.9991352913369541 + - -0.03302455868146788 + - -0.03258499324862735 + - - -0.15365109452802547 + - 0.03652284818712673 + - -0.9874499595982777 + - 0.5738483161819685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996921772365014 + - -0.018758557223554365 + - 0.01623783554031129 + - -0.03467473822883594 + - - -0.018540484103502397 + - -0.9997372639560891 + - -0.01347788955292733 + - 0.037546891294637126 + - - 0.016486395038071085 + - 0.01317268342000859 + - -0.9997773148007335 + - 0.5790666663463468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9988560524167174 + - -0.03709676374931721 + - -0.030173111702626508 + - 0.04858562467282539 + - - -0.03616875996717746 + - -0.9988727599669115 + - 0.030741343472954447 + - 0.035275969787153694 + - - -0.03127950371934525 + - -0.02961485295274657 + - -0.9990718458307487 + - 0.5748361674527793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996274376586184 + - -0.02704353044217626 + - 0.0036923354788186867 + - -0.04276540647463405 + - - -0.027233808487136888 + - -0.9972498286706507 + - 0.06892821549730763 + - -0.02344897589314843 + - - 0.001818118629520176 + - -0.06900309179725511 + - -0.9976147892684171 + - 0.5788288257055092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990671463649568 + - -0.029505901288038025 + - -0.1330392908114106 + - 0.025748377619436 + - - -0.019482539071617705 + - -0.9969156796219711 + - 0.07602340689015713 + - -0.030244737657565454 + - - -0.1348720941549638 + - -0.072722276594205 + - -0.9881907653409895 + - 0.575874952114109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900336350220872 + - -0.011660102372780905 + - -0.14034758116052085 + - 0.06441454581224473 + - - -0.02494321111844536 + - -0.9953291882038775 + - -0.09326115659003281 + - -0.0326035401176903 + - - -0.13860460938963529 + - 0.09583240121204428 + - -0.9857002146362149 + - 0.5737720401367499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997907445622588 + - -0.0181373005135787 + - 0.009460730295503867 + - -0.03470132448621169 + - - -0.018065628462772865 + - -0.9998078650153355 + - -0.007606978488335604 + - 0.03754202464525163 + - - 0.009596882613076894 + - 0.007434472648217067 + - -0.9999263115152807 + - 0.5788249207098111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963645216081902 + - -0.037527004048494766 + - -0.07648178899336999 + - 0.048542861306519504 + - - -0.037328013942722324 + - -0.9992949398980172 + - 0.00403019469896986 + - 0.03523469224642347 + - - -0.0765791058682069 + - -0.0011606297273181088 + - -0.997062833267324 + - 0.5748642954262048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995127675235126 + - -0.027251932983444752 + - 0.015217085994183886 + - -0.04276875963839204 + - - -0.028122054349724434 + - -0.9977875585002146 + - 0.0602423286513125 + - -0.023435197464078166 + - - 0.013541699178452323 + - -0.060640912351707224 + - -0.9980677843375738 + - 0.5786593526352434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901789342756212 + - -0.025553924615229765 + - -0.13745062769428962 + - 0.025774130869487828 + - - -0.024064741651717434 + - -0.9996324334424218 + - 0.012485440289349057 + - -0.030292267919793208 + - - -0.137719157440173 + - -0.009055106114340078 + - -0.990429926207416 + - 0.5761462430617355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901567030517128 + - -0.016437960022207977 + - -0.13899459295983604 + - 0.0643858288973044 + - - -0.026721929441804574 + - -0.9970140822442108 + - -0.07244900478019918 + - -0.03259508174172823 + - - -0.1373886526925329 + - 0.07545007141840489 + - -0.9876394305789377 + - 0.5737448234550773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997625212597 + - -0.01830450966730838 + - 0.011825650522796492 + - -0.034706937452245415 + - - -0.018269219556358095 + - -0.999828343304881 + - -0.003085375344991355 + - 0.03755805547291638 + - - 0.011880096853539782 + - 0.0028685972281433437 + - -0.9999253144353804 + - 0.5791020744398394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961215875365274 + - -0.03771346025332389 + - -0.07949514299269822 + - 0.04854331073229295 + - - -0.037149184668766176 + - -0.9992730184354539 + - 0.008565786907359181 + - 0.03526357149378653 + - - -0.07976039695334072 + - -0.005579385505352507 + - -0.9967984498057908 + - 0.5749716184944456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993852875182619 + - -0.02921984728048175 + - 0.01937130911803231 + - -0.0427830146491867 + - - -0.03013031170953829 + - -0.9983683478759984 + - 0.04850573446136196 + - -0.02342059093876678 + - - 0.017922371727176575 + - -0.04905958096290082 + - -0.9986350414978528 + - 0.5786789967630609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896922007553599 + - -0.028881503906344086 + - -0.14026833746829775 + - 0.025761726558419018 + - - -0.020392850062583748 + - -0.9978936671824673 + - 0.06158214565483211 + - -0.030259299042287247 + - - -0.14175147064611854 + - -0.05808689808584902 + - -0.9881965557723967 + - 0.5759847423720457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882049580339862 + - -0.014712865941006223 + - -0.1524286472184588 + - 0.06441249569089405 + - - -0.024808349020540202 + - -0.9976065601273973 + - -0.06454221106884737 + - -0.03259264204194898 + - - -0.15111421751748724 + - 0.06756243606163533 + - -0.986204750798481 + - 0.5739115636062029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135855593726 + - -0.018980921918982915 + - -0.003538182304045954 + - -0.03470451892176067 + - - -0.018990675253409778 + - -0.9998158962767015 + - -0.002743684718614432 + - 0.03755384005772187 + - - -0.003485453246095744 + - 0.0028103657272858513 + - -0.9999899766798405 + - 0.5790192297122146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963295712315239 + - -0.03731272214296231 + - -0.07703990041458952 + - 0.04854408004389635 + - - -0.03627463745424849 + - -0.9992318037091642 + - 0.014830817027177062 + - 0.03527213774891204 + - - -0.07753409680373283 + - -0.011981787112649862 + - -0.9969177000186208 + - 0.5749520134681736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991767982225354 + - -0.0276699581373084 + - 0.029666467778326773 + - -0.04273912728725154 + - - -0.02911402505677903 + - -0.9983544724245164 + - 0.049403653052788266 + - -0.023438935437091322 + - - 0.028250653775729558 + - -0.050226694164026295 + - -0.9983382091028062 + - 0.5785910527881036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9948963464622521 + - -0.02874658211020044 + - -0.0967207000235417 + - 0.025788068148449514 + - - -0.024251746491003943 + - -0.9985847944426023 + - 0.04733139655832793 + - -0.03030246634488798 + - - -0.09794443622890743 + - -0.044744187611433096 + - -0.9941855184455234 + - 0.5760635471589324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833010582355421 + - -0.014285441010335938 + - -0.181424791712718 + - 0.06437947038119253 + - - -0.026077878335909813 + - -0.9976865751349616 + - -0.0627809051939223 + - -0.03260219283233795 + - - -0.18010822617071212 + - 0.06646370415957108 + - -0.9813987991102439 + - 0.5738187230745683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997877800773052 + - -0.018504396257060622 + - 0.009054398227139394 + - -0.034686964578961955 + - - -0.01846075008663893 + - -0.9998176740446666 + - -0.004880509620182945 + - 0.03755351484722449 + - - 0.009143058259280917 + - 0.0047123228959525115 + - -0.9999470978499777 + - 0.5790880562535783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967559426092537 + - -0.03765196226748741 + - -0.07113311894290772 + - 0.04854706938306224 + - - -0.037227819410172745 + - -0.9992802901783492 + - 0.007279500191477324 + - 0.03525464427918959 + - - -0.07135601120509552 + - -0.004607754168991317 + - -0.9974402680193017 + - 0.5748648594942732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999603756233513 + - -0.028122618716924168 + - 0.0012036778447549552 + - -0.04277675986002486 + - - -0.02814438648683794 + - -0.9978291576883043 + - 0.059538773722066514 + - -0.02342548040992957 + - - -0.0004733213822989897 + - -0.05954905862858329 + - -0.9982252679547424 + - 0.5786498408373892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895230746304675 + - -0.029869777364358648 + - -0.14125112804530082 + - 0.025755588269415267 + - - -0.02071253936917474 + - -0.9976138006289543 + - 0.06586118361776609 + - -0.03026560671860757 + - - -0.14288133358401545 + - -0.062245491361675044 + - -0.9877805542317568 + - 0.575824451831459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899761089954041 + - -0.0140787258839106 + - -0.14053146656818685 + - 0.06440689128349014 + - - -0.025503446250782803 + - -0.9964821989598932 + - -0.07982982766729506 + - -0.03258981451324105 + - - -0.13891320256783782 + - 0.08261365888000786 + - -0.986852626038359 + - 0.5737771764472134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999694008894526 + - -0.01867011216622775 + - 0.016226998862754104 + - -0.03469915613280724 + - - -0.018521792847868417 + - -0.999785731964869 + - -0.009243016237768291 + - 0.03755901854400065 + - - 0.016396090085505105 + - 0.008939634845533253 + - -0.9998256103734973 + - 0.579011481088823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963901275421265 + - -0.038158304005007256 + - -0.07583309021823167 + - 0.04854858739200538 + - - -0.0369490365370091 + - -0.9991676268156707 + - 0.017286475133115996 + - 0.035232082125379406 + - - -0.07642959136075361 + - -0.014422113541451497 + - -0.9969706716877013 + - 0.574777276887501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994921288134682 + - -0.02929478719457616 + - 0.012541925017560166 + - -0.04280342169129869 + - - -0.0300361034315768 + - -0.9975177040089319 + - 0.06368879555618197 + - -0.02341331096888305 + - - 0.010645042534871576 + - -0.06403316040907257 + - -0.9978909947671927 + - 0.5787401733156745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9894154671149279 + - -0.030566389085409564 + - -0.14185460617134843 + - 0.02575200825677433 + - - -0.02112799366583033 + - -0.9974907034197236 + - 0.06757147678482239 + - -0.030278905512886718 + - - -0.1435640669436668 + - -0.06385916104604344 + - -0.9875785367418076 + - 0.5758040674935228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874633126453806 + - -0.016535191820528344 + - -0.15698023318516816 + - 0.06440822310153298 + - - -0.0255249390574631 + - -0.9981365612552373 + - -0.05542456649974034 + - -0.03260815024688862 + - - -0.15577125429784608 + - 0.05873663692304554 + - -0.9860452950130879 + - 0.5738246450072377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998255936555558 + - -0.018629888369268686 + - 0.0013074902156407907 + - -0.03468740011674298 + - - -0.018621121349195493 + - -0.9998059712112921 + - -0.006424466510435487 + - 0.03754368530242766 + - - 0.0014269236188195207 + - 0.006398999108748064 + - -0.9999785081187458 + - 0.5789669890503863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985410504866137 + - -0.034961407952999866 + - -0.04115179761606955 + - 0.04856777945237474 + - - -0.034410759748862284 + - -0.9993095119036031 + - 0.014014243914302388 + - 0.035271619168865155 + - - -0.04161334048831108 + - -0.012577733218962767 + - -0.9990546183870417 + - 0.5752053558514826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994906179620556 + - -0.02608752625455217 + - 0.018383296215483326 + - -0.04277199796521454 + - - -0.027065013746574516 + - -0.998114012424861 + - 0.055099031135243795 + - -0.023432229549157125 + - - 0.016911228125889764 + - -0.055568508843254774 + - -0.9983116503318048 + - 0.5787551619713112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9897121304339884 + - -0.031470331230056325 + - -0.13956904070776757 + - 0.025779653306319594 + - - -0.021786485775687266 + - -0.9972825153154742 + - 0.07037708209059726 + - -0.030261867734587576 + - - -0.1414045540616062 + - -0.0666123329295066 + - -0.9877082308011443 + - 0.5758923579815475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876697342620909 + - -0.01420320951911783 + - -0.15590626947626765 + - 0.06440232831970258 + - - -0.026027356593425744 + - -0.996913780745456 + - -0.07406409702791071 + - -0.03260581623636384 + - - -0.15437316065757414 + - 0.07720869510072785 + - -0.9849912409100062 + - 0.573859477527792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997232310833966 + - -0.019176290163444357 + - 0.013628320796821504 + - -0.034671856405599256 + - - -0.01908611371801761 + - -0.9997952841899805 + - -0.006716395954666381 + - 0.03754155968565661 + - - 0.013754326421769637 + - 0.006454425384520769 + - -0.9998845727870992 + - 0.5789294476438739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967281617419375 + - -0.03760084739312812 + - -0.07154822056387442 + - 0.048529645505340786 + - - -0.036317095139121014 + - -0.9991566257470617 + - 0.01916000590819881 + - 0.03524271453725728 + - - -0.07220831109501291 + - -0.01649889393459062 + - -0.9972531004252336 + - 0.5746988800777915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994646049115908 + - -0.0262065947297635 + - 0.019588719243165464 + - -0.042740028026173306 + - - -0.027445616610998237 + - -0.997447630250814 + - 0.06591633360464873 + - -0.023434304494936428 + - - 0.01781127894789497 + - -0.06641866680163926 + - -0.9976328578402652 + - 0.578498605799156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915373608286935 + - -0.029157249389969542 + - -0.1265050073668246 + - 0.025778468677844096 + - - -0.02170596768125541 + - -0.9979692530606196 + - 0.059885064186731306 + - -0.030279806912347437 + - - -0.127994191461525 + - -0.0566323648953472 + - -0.9901566856808423 + - 0.5759230672696756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876785256162279 + - -0.014326294122193703 + - -0.15583929970735444 + - 0.06441136521286085 + - - -0.026545652982357212 + - -0.9967074029143025 + - -0.07661384524723339 + - -0.03261907097256301 + - - -0.15422859120245674 + - 0.07980670568662232 + - -0.9848067990134689 + - 0.573974351940968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997023809529321 + - -0.01890465416412887 + - 0.015419583910511549 + - -0.03466788235518458 + - - -0.018783249159849587 + - -0.9997917278847591 + - -0.00798062680540458 + - 0.03755029172726418 + - - 0.01556724343092352 + - 0.007688621732327404 + - -0.9998492616528853 + - 0.5792227042151583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998170587290932 + - -0.03865519142950844 + - -0.04648929815370494 + - 0.04857857132842413 + - - -0.03732957615190182 + - -0.9988805975704942 + - 0.029052616775979232 + - 0.035287196174036334 + - - -0.04756029238340929 + - -0.027264041753940375 + - -0.9984962146225914 + - 0.5750433151614874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993869511669846 + - -0.028593141604540732 + - 0.020202823820984928 + - -0.042792216156688205 + - - -0.029253183470845774 + - -0.9990215943493155 + - 0.0331678350299192 + - -0.02341934888858222 + - - 0.019234684660272172 + - -0.03373849843922491 + - -0.999245585744108 + - 0.5787772766220936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918438792729827 + - -0.02698656927577465 + - -0.12456903398294784 + - 0.025758060282811697 + - - -0.021767876795727868 + - -0.9988350246361787 + - 0.04306684455414197 + - -0.030289776551385584 + - - -0.12558614051131203 + - -0.04000398278632305 + - -0.9912758459040071 + - 0.5760473114488568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896636598439517 + - -0.016299741344154687 + - -0.14247862582292445 + - 0.0644205737549016 + - - -0.025761354610812016 + - -0.9975645914168643 + - -0.06481696197694477 + - -0.032598335959957564 + - - -0.14107513243974382 + - 0.06781743421435497 + - -0.9876733278891814 + - 0.5738845732427301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999822888854356 + - -0.018211870452432635 + - 0.0047453869762091585 + - -0.0346821454176476 + - - -0.01819586810779818 + - -0.9998286814982813 + - -0.003393823391504586 + - 0.03755868065627509 + - - 0.004806381875566834 + - 0.003306875872016038 + - -0.9999829814878022 + - 0.5787506812454716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966677882211618 + - -0.038404426714165385 + - -0.07196123908809364 + - 0.048562632836554265 + - - -0.03742027342052717 + - -0.9991874022149112 + - 0.0149752593349967 + - 0.035253331269123105 + - - -0.07247787979425489 + - -0.012232549357093074 + - -0.9972950023321866 + - 0.5749523044440024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993187699252406 + - -0.028454024794697923 + - 0.02350243706696776 + - -0.042778609642209225 + - - -0.02955406592683753 + - -0.9984164504071665 + - 0.04786594555158154 + - -0.023408401105091032 + - - 0.022103240990773397 + - -0.048527930404433525 + - -0.998577231218681 + - 0.5787919734075246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935934037983821 + - -0.028240465925510713 + - -0.1094286251976839 + - 0.02579401750859181 + - - -0.02344413342154739 + - -0.998717602380488 + - 0.04487229995757246 + - -0.030272876254331525 + - - -0.11055550884717502 + - -0.042019361961835415 + - -0.9929812952336327 + - 0.5761431708808747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870772405941264 + - -0.014710221928240105 + - -0.1595685760790862 + - 0.06440921613140461 + - - -0.026113273801372586 + - -0.9972329978408918 + - -0.06960204701475495 + - -0.0325998163545572 + - - -0.15810318792630257 + - 0.07286945442427528 + - -0.9847301277910869 + - 0.5738673923772506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997941524555941 + - -0.019073896388312094 + - 0.00691658818842213 + - -0.0346928789165543 + - - -0.018961340473797234 + - -0.9996923582308985 + - -0.015989260839122964 + - 0.037544968352619085 + - - 0.007219437861566825 + - 0.015854821705484648 + - -0.999848240657376 + - 0.579000718401184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966547821038094 + - -0.03725836233803849 + - -0.07273967105710331 + - 0.04854267590698237 + - - -0.036838706963523454 + - -0.9992959818392263 + - 0.007102840926922191 + - 0.03523130534020971 + - - -0.0729531012285551 + - -0.004399444949643939 + - -0.9973256689292981 + - 0.5747652794987524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999593166089178 + - -0.027973876356530352 + - 0.005564579894527203 + - -0.04274829638869937 + - - -0.028168816831701974 + - -0.9988520604042054 + - 0.03874376317002995 + - -0.023448448986982704 + - - 0.004474378852427202 + - -0.038884748525133836 + - -0.9992336845132983 + - 0.5787459668858369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926462697128828 + - -0.030652442800997836 + - -0.11710598180891629 + - 0.02575857369344176 + - - -0.022253161668890426 + - -0.9971295828578954 + - 0.07236982648436677 + - -0.030266129676091907 + - - -0.1189881507581192 + - -0.0692316599538873 + - -0.9904790746094498 + - 0.5760883086493053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867832898346666 + - -0.017626651255191427 + - -0.16108395347954566 + - 0.06438296726193357 + - - -0.024694093079902304 + - -0.9988133199766048 + - -0.04197801334358591 + - -0.03255534828908681 + - - -0.16015286656826874 + - 0.04540102424880978 + - -0.9860475679839822 + - 0.5736429682938957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998209371057969 + - -0.01891992378066212 + - -0.00036084486962077283 + - -0.034662933709274334 + - - -0.01891927904826007 + - -0.9998195461526389 + - 0.0017134793333950006 + - 0.03753486106597751 + - - -0.0003931986521633223 + - -0.0017063455880449174 + - -0.9999984668886022 + - 0.5789912345050796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955407668270425 + - -0.036735500885787836 + - -0.08688546806051331 + - 0.048531234348774106 + - - -0.03547300453097879 + - -0.9992420539970575 + - 0.016030704079599313 + - 0.035239539452307775 + - - -0.08740850951119894 + - -0.012877130829994898 + - -0.996089319271429 + - 0.574851629474599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999555027855972 + - -0.02698237899159123 + - 0.01271603365053126 + - -0.04272469085437672 + - - -0.027591170120804958 + - -0.9983470170460195 + - 0.05041786277382048 + - -0.023438488779117164 + - - 0.011334620382355427 + - -0.05074627847703838 + - -0.9986472558423815 + - 0.5786545441233527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9882619788940543 + - -0.03294941917408157 + - -0.1491730433037363 + - 0.025740006406414325 + - - -0.019530880880057333 + - -0.9957012722890861 + - 0.09054016265693253 + - -0.03024397341505588 + - - -0.151515034780238 + - -0.0865639193774488 + - -0.984657240920696 + - 0.5756849750089823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837681246943233 + - -0.019130364883253658 + - -0.17842170824999928 + - 0.06438035345946373 + - - -0.02460860162960204 + - -0.9992896540170728 + - -0.028541270123706382 + - -0.03258333231330325 + - - -0.1777489621945789 + - 0.03246870052639006 + - -0.9835400804872558 + - 0.5737137569760326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997756584744456 + - -0.018823118332532772 + - 0.009711999702846669 + - -0.03466589734991672 + - - -0.018932794777894987 + - -0.999756591139379 + - 0.011327301323244122 + - 0.037586573364831156 + - - 0.009496420582868963 + - -0.011508635436441825 + - -0.9998886784570096 + - 0.5789381139845242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995073634132349 + - -0.03747880472410244 + - -0.09178127178838182 + - 0.048550649936754064 + - - -0.03754164419141013 + - -0.9992945204274307 + - 0.0010423027950166917 + - 0.035239466382890064 + - - -0.09175558623890852 + - 0.0024084518188109746 + - -0.9957786459619379 + - 0.5748501173471579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995431970275012 + - -0.02675645962141441 + - 0.014053083098370996 + - -0.0427232879976373 + - - -0.027855884250332107 + - -0.9959955396396257 + - 0.08495254399135005 + - -0.02344643187391433 + - - 0.011723778771121539 + - -0.08530519847288198 + - -0.9962858907586856 + - 0.578523597222528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920716408893608 + - -0.028336041314507128 + - -0.1224374456843729 + - 0.02575073160329387 + - - -0.021228867227679964 + - -0.9980341762132039 + - 0.05896709511804273 + - -0.030262825408089056 + - - -0.12386764928471339 + - -0.05590037453410584 + - -0.9907229449183184 + - 0.5758678000070324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888342955201724 + - -0.015719964294100608 + - -0.1481877819717827 + - 0.06440050279539065 + - - -0.0244544560706884 + - -0.9980571394452907 + - -0.05730554929996194 + - -0.03258185555323477 + - - -0.14699903258665062 + - 0.06028954407586608 + - -0.9872975515485254 + - 0.5736654532574685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996805571264017 + - -0.01987727356581093 + - 0.015610179340328604 + - -0.03464976134712096 + - - -0.019714448393701695 + - -0.9997503434939743 + - -0.010516235458209174 + - 0.03758332809436427 + - - 0.015815316246581366 + - 0.01020513004671363 + - -0.9998228498552882 + - 0.5788928436476184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978354263477546 + - -0.039458674885701484 + - -0.05260679520422635 + - 0.04857512656437181 + - - -0.03715816470287395 + - -0.9983396484374522 + - 0.04401382911880185 + - 0.035278960223377405 + - - -0.05425617680328198 + - -0.04196378598326786 + - -0.9976448806788125 + - 0.5748407146248209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994563398759535 + - -0.02713526356976728 + - 0.018727043353446042 + - -0.04274338793004711 + - - -0.028090866377965033 + - -0.9982095712941486 + - 0.05280677042659326 + - -0.0234278913168021 + - - 0.017260588283656515 + - -0.05330412036372865 + - -0.9984291376178636 + - 0.5786191634662867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911905544066174 + - -0.030629649047063872 + - -0.12885305372538194 + - 0.02576771865153946 + - - -0.021626364286178177 + - -0.9972631266559525 + - 0.07070047086232546 + - -0.030260991494436704 + - - -0.13066592984731704 + - -0.06729101583158568 + - -0.9891401993476399 + - 0.5757960766248584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847062333811831 + - -0.015078741883800525 + - -0.17356919508785182 + - 0.06439058227834124 + - - -0.025168814456506913 + - -0.9981090267268841 + - -0.056079421762047485 + - -0.03259527601012645 + - - -0.17239537325316182 + - 0.059590287040031914 + - -0.9832236942686995 + - 0.5737544101502104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996805571264017 + - -0.01987727356581093 + - 0.015610179340328604 + - -0.03464976134712096 + - - -0.019714448393701695 + - -0.9997503434939743 + - -0.010516235458209174 + - 0.03758332809436427 + - - 0.015815316246581366 + - 0.01020513004671363 + - -0.9998228498552882 + - 0.5788928436476184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978354263477546 + - -0.039458674885701484 + - -0.05260679520422635 + - 0.04857512656437181 + - - -0.03715816470287395 + - -0.9983396484374522 + - 0.04401382911880185 + - 0.035278960223377405 + - - -0.05425617680328198 + - -0.04196378598326786 + - -0.9976448806788125 + - 0.5748407146248209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994563398759535 + - -0.02713526356976728 + - 0.018727043353446042 + - -0.04274338793004711 + - - -0.028090866377965033 + - -0.9982095712941486 + - 0.05280677042659326 + - -0.0234278913168021 + - - 0.017260588283656515 + - -0.05330412036372865 + - -0.9984291376178636 + - 0.5786191634662867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911905544066174 + - -0.030629649047063872 + - -0.12885305372538194 + - 0.02576771865153946 + - - -0.021626364286178177 + - -0.9972631266559525 + - 0.07070047086232546 + - -0.030260991494436704 + - - -0.13066592984731704 + - -0.06729101583158568 + - -0.9891401993476399 + - 0.5757960766248584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847062333811831 + - -0.015078741883800525 + - -0.17356919508785182 + - 0.06439058227834124 + - - -0.025168814456506913 + - -0.9981090267268841 + - -0.056079421762047485 + - -0.03259527601012645 + - - -0.17239537325316182 + - 0.059590287040031914 + - -0.9832236942686995 + - 0.5737544101502104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998039171329038 + - -0.018349167711374386 + - 0.0074454905816500475 + - -0.03472104166511312 + - - -0.01833753485563869 + - -0.9998305283778732 + - -0.0016276790355215084 + - 0.03755067633956083 + - - 0.007474095337886713 + - 0.0014908279324911738 + - -0.9999709572437379 + - 0.5791038938316376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972626394076006 + - -0.03761397615156457 + - -0.063658595962017 + - 0.04857144582822515 + - - -0.0366341219356742 + - -0.999192674759368 + - 0.01649059784310801 + - 0.035269325555886716 + - - -0.06422747972470935 + - -0.014113380363700833 + - -0.9978354790960896 + - 0.5750359521436978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989082357837473 + - -0.029493850791219738 + - 0.03622774142707106 + - -0.04273212660396891 + - - -0.03089210476966866 + - -0.9987746816219462 + - 0.038662814355412814 + - -0.023453071984410993 + - - 0.0350430356319379 + - -0.0397397548619335 + - -0.9985953822931556 + - 0.5785875949503863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911034847330499 + - -0.026488395703936594 + - -0.13043100644799485 + - 0.025750896451940952 + - - -0.020749212771825218 + - -0.9987639902625863 + - 0.04516593765335574 + - -0.030279101895864538 + - - -0.13146616568286582 + - -0.042057777494643796 + - -0.9904280845335804 + - 0.5759706976334019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895272341237176 + - -0.01399765670053338 + - -0.14366599644438974 + - 0.06441057075902222 + - - -0.02644210193096306 + - -0.9960231452386212 + - -0.0850806052778044 + - -0.03261745025731503 + - - -0.14190372853782932 + - 0.08798840694011348 + - -0.9859621554964488 + - 0.5738930391428215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997219145264489 + - -0.01797686884101221 + - 0.0152619069006681 + - -0.034697999453415916 + - - -0.01768935273001663 + - -0.999667344934484 + - -0.0187692906534304 + - 0.03753740634850436 + - - 0.015594243026343711 + - 0.01849409793185223 + - -0.9997073511413841 + - 0.5790128964899517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964938158533447 + - -0.03905887875490159 + - -0.07398972196494798 + - 0.048545260198037156 + - - -0.036796693508976255 + - -0.9988200155007406 + - 0.03169510974750771 + - 0.035278359496862026 + - - -0.07514039068867605 + - -0.028861403734225938 + - -0.9967552061873782 + - 0.5750078320806339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995037278040171 + - -0.027368327389655226 + - 0.015597203652132565 + - -0.04276043188980595 + - - -0.028537730996619572 + - -0.9963479886385792 + - 0.08047535924381945 + - -0.023462247143379245 + - - 0.01333776650860362 + - -0.08088053036268904 + - -0.9966345587991677 + - 0.5785005142413343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921262663165396 + - -0.027849936295149605 + - -0.12210590785526756 + - 0.025759347747026262 + - - -0.021400203860319246 + - -0.9983214235789877 + - 0.053817901277927765 + - -0.03026584348446563 + - - -0.12339976887960433 + - -0.05078106213521051 + - -0.9910569008734467 + - 0.5759232387522366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863177588911636 + - -0.012033179220678893 + - -0.1644155743649473 + - 0.0643925929962229 + - - -0.025266908712148994 + - -0.9965830695814174 + - -0.07863694264029136 + - -0.03258899577478686 + - - -0.16290752536345404 + - 0.08171528633935982 + - -0.983251620979306 + - 0.5735994891163173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997912300639741 + - -0.01819428542841848 + - 0.009298616290329383 + - -0.034689149734241975 + - - -0.018080587065092198 + - -0.9997624800436634 + - -0.01216864283004285 + - 0.03756275124376046 + - - 0.009517807444320391 + - 0.011997977941835516 + - -0.9998827230564393 + - 0.5790836516640684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964827929797387 + - -0.03690530835930209 + - -0.0752332473724472 + - 0.04856013066797215 + - - -0.03579908342983552 + - -0.9992309123135429 + - 0.016000296954371968 + - 0.035253735974966505 + - - -0.07576588230122237 + - -0.013250739298214095 + - -0.9970375865468502 + - 0.5749487212868218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99932346050462 + - -0.02809563146660877 + - 0.023733031360611903 + - -0.04276319944546063 + - - -0.029790184446423118 + - -0.996786753858414 + - 0.07435531079253134 + - -0.02343561184611866 + - - 0.021567711879552157 + - -0.07501201786979432 + - -0.9969493622944862 + - 0.578545801369041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903323578167871 + - -0.025169351551212884 + - -0.13641233376617637 + - 0.025768203347622528 + - - -0.020997390714002345 + - -0.9992693101867728 + - 0.03193673906421233 + - -0.030286665911080094 + - - -0.1371164856764013 + - -0.028763683028143586 + - -0.9901372227597599 + - 0.5760352743188315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989419438924514 + - -0.013118709816584041 + - -0.14448900764780673 + - 0.06438559068420982 + - - -0.025430587999346055 + - -0.9961668189422377 + - -0.08369560342401722 + - -0.032611384481633206 + - - -0.1428371767863927 + - 0.0864844974041655 + - -0.9859604315774754 + - 0.5737293327340308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998238736701871 + - -0.018746583311656705 + - 0.0008872729460873548 + - -0.03470243448718578 + - - -0.018740214722892445 + - -0.9998018613468244 + - -0.006711363465488065 + - 0.03754873531376343 + - - 0.0010129122773613985 + - 0.006693553732145359 + - -0.9999770849110263 + - 0.5789544103583719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971248246906441 + - -0.038356080526685425 + - -0.06535208544708165 + - 0.048570605146721624 + - - -0.03607671852451851 + - -0.9987108464181367 + - 0.035708761211662124 + - 0.03525274214791188 + - - -0.06663748469258801 + - -0.033248403471434027 + - -0.9972231391721944 + - 0.5748894350257566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995757440961985 + - -0.02852589570769677 + - 0.005882608996401172 + - -0.04278927091144484 + - - -0.028769176047203655 + - -0.9985017696292809 + - 0.046546219575380285 + - -0.023425702876453822 + - - 0.004546022887748846 + - -0.04669570988076012 + - -0.9988988158740785 + - 0.5787623942379315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9937898355570589 + - -0.02839037021859645 + - -0.1075906576907348 + - 0.025772742095374803 + - - -0.02306713293383856 + - -0.9984625651283919 + - 0.05040251397942012 + - -0.030278537166564045 + - - -0.10885619009356547 + - -0.04760769807587898 + - -0.992916832852697 + - 0.5759811250727673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879046976371704 + - -0.016942299403275952 + - -0.15413392513441243 + - 0.06439002427574199 + - - -0.02493275859496315 + - -0.9984351285349586 + - -0.05005648465710486 + - -0.03257121771936714 + - - -0.15304465340303852 + - 0.05329402028662727 + - -0.9867811720267232 + - 0.5736926066135162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998040967574005 + - -0.018796584074752237 + - 0.006201333263052691 + - -0.03467501151651378 + - - -0.018784017086926348 + - -0.9998214041958438 + - -0.002078560542912789 + - 0.03756880633263007 + - - 0.0062392955689510535 + - 0.001961667396187587 + - -0.9999786112971774 + - 0.5789743015269042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965459392176664 + - -0.0378512048138762 + - -0.07391533888792691 + - 0.04858176969134419 + - - -0.03674434920434473 + - -0.9991921135368355 + - 0.016277992730727817 + - 0.03525344386014843 + - - -0.07447176532302867 + - -0.01350579653076603 + - -0.9971316611309371 + - 0.5750790135478532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993539868556807 + - -0.027093099804198627 + - 0.023612981570648353 + - -0.04273673237691164 + - - -0.028787413159514844 + - -0.9967946696529528 + - 0.07464362929978784 + - -0.023433278598300925 + - - 0.02151496686586893 + - -0.07527516519052273 + - -0.9969306674520051 + - 0.5783918556136354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9879628229343685 + - -0.03038663751668804 + - -0.15167766071502745 + - 0.025770020670542976 + - - -0.01945122391085257 + - -0.9971373661668311 + - 0.07306656473548928 + - -0.030258979246488786 + - - -0.1534637103289356 + - -0.06923673341734846 + - -0.9857257044217587 + - 0.5758901147110236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843391235372378 + - -0.012280161980903048 + - -0.17585700866233686 + - 0.06437402540157007 + - - -0.025405675663763474 + - -0.9970388394121337 + - -0.07258170807974938 + - -0.03258433447155104 + - - -0.17444495268711588 + - 0.07591278104133113 + - -0.9817363231319098 + - 0.5735940489003417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997906934175759 + - -0.01892054434775049 + - -0.007783466913126364 + - -0.034712708042981155 + - - -0.01889950003027017 + - -0.9998175556409188 + - 0.0027684527852036202 + - 0.03755150080558726 + - - -0.007834427497191068 + - -0.002620769696652308 + - -0.999965876073773 + - 0.5788714160065529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977256331651005 + - -0.036986858999538665 + - -0.05635186941572944 + - 0.04860333838725059 + - - -0.035790983301287944 + - -0.9991152292706781 + - 0.02208538325970519 + - 0.03526227844514467 + - - -0.0571188798877053 + - -0.020018264179228546 + - -0.9981666707818014 + - 0.5749597792169818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986880600218909 + - -0.028478709925294228 + - 0.04255727729428848 + - -0.04275974618777887 + - - -0.03076221300950633 + - -0.9980668402862272 + - 0.05400248671890674 + - -0.0234111926538552 + - - 0.04093708612578297 + - -0.05524079472689443 + - -0.9976335046385886 + - 0.5787110899580054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917796435149234 + - -0.03001973415640394 + - -0.12438631062375974 + - 0.025749444158322688 + - - -0.021726192903171553 + - -0.997482428708602 + - 0.06750390329101508 + - -0.030277413983286136 + - - -0.12609960845040633 + - -0.06424655616270317 + - -0.9899349820922012 + - 0.5757581487266622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887540003807389 + - -0.013063573632786818 + - -0.14897942735500963 + - 0.06441011262079485 + - - -0.025877800561111573 + - -0.996095671808961 + - -0.08440232248922362 + - -0.0326084076250938 + - - -0.14729516682228638 + - 0.08730839391144661 + - -0.9852316368161343 + - 0.5738656092300177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998041077459657 + - -0.017701518719440534 + - 0.00885451124109139 + - -0.03469088219104494 + - - -0.017788906618418157 + - -0.9997928510971853 + - 0.009889878476615332 + - 0.037561424923083134 + - - 0.008677611169816043 + - -0.010045453199647933 + - -0.9999118900855208 + - 0.5790547250066242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954127576788221 + - -0.03879464255170169 + - -0.08745523174475171 + - 0.04855629287585697 + - - -0.036199560683582904 + - -0.9988615681886563 + - 0.031067014694258856 + - 0.03528113483159191 + - - -0.08856090365707732 + - -0.027758661801019754 + - -0.9956838971473114 + - 0.5749003790676945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992815064054844 + - -0.029307706535261907 + - 0.024031839164511216 + - -0.04277555236266518 + - - -0.030605108126960705 + - -0.9979881083475045 + - 0.05552533614042895 + - -0.02342055667827517 + - - 0.022356169451026545 + - -0.056220938578198314 + - -0.9981680258117189 + - 0.5787323423461794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9945163624159183 + - -0.02736965692316913 + - -0.10093615193238609 + - 0.025783206178253176 + - - -0.023519190160189572 + - -0.9989568149714638 + - 0.03914242603975316 + - -0.030284791301003634 + - - -0.10190217162170073 + - -0.036553846609853856 + - -0.994122610001807 + - 0.5759878971724294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871334251173431 + - -0.01631129958685154 + - -0.15906458600798193 + - 0.06439552576065898 + - - -0.02614798154960203 + - -0.9978591330185177 + - -0.05994525596253258 + - -0.032603350586702384 + - - -0.15774626485905893 + - 0.06333318369796241 + - -0.9854466113218389 + - 0.5737446201961504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998170249426388 + - -0.018933275774856675 + - -0.0027290480545736017 + - -0.03468631133350254 + - - -0.018925512264456924 + - -0.9998168542159775 + - 0.0028430636987235116 + - 0.03756054596836582 + - - -0.0027823767499814277 + - -0.0027908948565530307 + - -0.99999223461261 + - 0.5789087319747226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947965807624778 + - -0.03777023420810777 + - -0.09462120434209076 + - 0.04850302338620282 + - - -0.03758864624312934 + - -0.9992864422580897 + - 0.0037013501292287292 + - 0.03524004436423779 + - - -0.09469348751045073 + - -0.00012540747564779233 + - -0.9955064679328176 + - 0.5747121325752574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994679372270059 + - -0.027385422172751712 + - 0.01771669008630042 + - -0.04276172837428574 + - - -0.02840189339313687 + - -0.9977988550085829 + - 0.059923095674764476 + - -0.02343835234400395 + - - 0.016036673809700842 + - -0.060394400369423715 + - -0.9980457612239731 + - 0.5787223743876746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908759158261341 + - -0.03165288325343351 + - -0.13100768839066085 + - 0.025740048060566036 + - - -0.018425085978837352 + - -0.9947181623271523 + - 0.10097669901103744 + - -0.03023424790614165 + - - -0.13351193071179984 + - -0.09764155118717495 + - -0.9862254771802288 + - 0.5756339915930427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895570817487663 + - -0.013844981322377577 + - -0.14347507955407557 + - 0.06442138778605573 + - - -0.024917852500627787 + - -0.9968215763460405 + - -0.07566931714870849 + - -0.032613734843554364 + - - -0.14197141468486624 + - 0.07845419952544215 + - -0.9867568373156579 + - 0.5739115842918412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997973320470948 + - -0.018811520297444484 + - 0.0071708810902298996 + - -0.03466696979133997 + - - -0.01882112251318458 + - -0.9998220553953081 + - 0.0012739279590619301 + - 0.037554027707028884 + - - 0.007145640548969631 + - -0.0014086338062170138 + - -0.999973477434249 + - 0.5790599726533372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996395910839478 + - -0.03853344316428195 + - -0.07556694131875384 + - 0.048544974268582966 + - - -0.03728414492986511 + - -0.9991448317963318 + - 0.017874496679022443 + - 0.03526074934830335 + - - -0.07619108477516086 + - -0.014992626607256762 + - -0.9969805112178469 + - 0.5748723533487685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992186706741768 + - -0.026905573862094283 + - 0.02895061780484722 + - -0.042754009650620615 + - - -0.02869331758084406 + - -0.9975870781576036 + - 0.0632195778155839 + - -0.02341912058053924 + - - 0.02717980320634742 + - -0.06400087177630656 + - -0.9975796442938968 + - 0.5786992842635041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914003035426984 + - -0.02871499169121398 + - -0.1276749285788679 + - 0.025769974710906085 + - - -0.02263022062546698 + - -0.9985494131765982 + - 0.04885634614984898 + - -0.030280318026219295 + - - -0.12889263458354863 + - -0.0455468846008669 + - -0.9906120179228934 + - 0.5759045145328613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850042528091831 + - -0.011762509291341483 + - -0.17212863016649482 + - 0.0643727200941474 + - - -0.02563222619209546 + - -0.9965783594636634 + - -0.07857838398154258 + - -0.03257726677510511 + - - -0.17061538889637157 + - 0.08181208238325559 + - -0.9819354216280495 + - 0.5735772174328378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997688093318499 + - -0.01899036226023172 + - 0.010084345710077942 + - -0.034697895346964255 + - - -0.01900026611069393 + - -0.9998190850189587 + - 0.0008871975962094608 + - 0.03753159576016547 + - - 0.010065673097116565 + - -0.0010785977364481275 + - -0.9999487581131468 + - 0.5791079082115482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972064273842818 + - -0.037376015521895796 + - -0.06467128147163995 + - 0.04857921960638686 + - - -0.03650266513281899 + - -0.9992263993417031 + - 0.014634148311957548 + - 0.03525718840139043 + - - -0.06516821788017804 + - -0.012232592624709349 + - -0.9977993120141943 + - 0.5749334788839455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993161345638524 + - -0.026745972339405066 + - 0.025532648980871386 + - -0.04275526635615455 + - - -0.028570033090939577 + - -0.9968508485395221 + - 0.0739739073945514 + - -0.023438009785905448 + - - 0.023473738721031017 + - -0.07465278782239032 + - -0.9969332700139976 + - 0.5786551317253841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904094852859854 + - -0.02633977276598465 + - -0.13562915551674623 + - 0.02578643720896573 + - - -0.021425500182881575 + - -0.9990644157908606 + - 0.037566488289170565 + - -0.030285301715713128 + - - -0.13649175578569858 + - -0.0343002838341513 + - -0.9900472166171846 + - 0.5759624124669535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866576699423096 + - -0.015735471567408073 + - -0.16204640470730494 + - 0.06438654268640358 + - - -0.024940253566214293 + - -0.998178861358423 + - -0.05492671926535442 + - -0.03259502612659427 + - - -0.16088699790867286 + - 0.05823534727082352 + - -0.9852532761844445 + - 0.5736865103027857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999800066363522 + - -0.019985094634934607 + - 0.0006506088914473132 + - -0.0346866551391813 + - - -0.019972024655588727 + - -0.9996707150905343 + - -0.01611147484051199 + - 0.03754675858436215 + - - 0.0009723840051533954 + - 0.01609525963793697 + - -0.9998699900919789 + - 0.5790370322577437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973717839486532 + - -0.03634136754182467 + - -0.06268037642094201 + - 0.04853083778253566 + - - -0.035496894132146836 + - -0.9992640897854013 + - 0.014534420261043738 + - 0.03524571296765816 + - - -0.06316245000039289 + - -0.012271261978439352 + - -0.9979278135413424 + - 0.5749704659326675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993744379020697 + - -0.02779640672553386 + - 0.021865329658409607 + - -0.04273999885694168 + - - -0.028943937806877044 + - -0.9981189232962322 + - 0.054045012926284164 + - -0.023447910540766982 + - - 0.020321942135383235 + - -0.054644073156375206 + - -0.9982990753961096 + - 0.5785549891183392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883536968976093 + - -0.02833947092093233 + - -0.14951202030857014 + - 0.025749471372859767 + - - -0.019870544003921804 + - -0.9981282794554295 + - 0.057836832834563354 + - -0.030246711949824145 + - - -0.1508712408307722 + - -0.05419236237023303 + - -0.9870668956818061 + - 0.5756994559318895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885470563362553 + - -0.014525823874744598 + - -0.15021224267577016 + - 0.06442603947795618 + - - -0.02437455701528661 + - -0.9976564394349383 + - -0.06393363609485728 + - -0.032602582317967456 + - - -0.14893152244985985 + - 0.06686276463593915 + - -0.9865843969605468 + - 0.5739235621034153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996728604817178 + - -0.019878966532683288 + - 0.016093436733418606 + - -0.03467853930862482 + - - -0.019860031768425473 + - -0.9998018781194551 + - -0.0013355324662394513 + - 0.037566767181089596 + - - 0.016116797276668232 + - 0.0010154793960029565 + - -0.9998696003215319 + - 0.5790806080196998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960626296456213 + - -0.038863634974705775 + - -0.07967970695228867 + - 0.04856660563578255 + - - -0.036813718916633174 + - -0.9989563293057411 + - 0.02703705308509589 + - 0.03528644548039593 + - - -0.08064730573910635 + - -0.023997291858707612 + - -0.9964537832034511 + - 0.5749497892868213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992150677817107 + - -0.026430861650276714 + - 0.029506912248067348 + - -0.04273204358900992 + - - -0.02793695963188783 + - -0.998263825891329 + - 0.051854220689672506 + - -0.0234340289575391 + - - 0.028085131377963764 + - -0.05263785205753481 + - -0.998218654366994 + - 0.5786503526980724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895747512427335 + - -0.02976777673087433 + - -0.1409102238000594 + - 0.02575414863069775 + - - -0.019815760631727596 + - -0.9972430066216882 + - 0.07151028859347117 + - -0.030264507990345458 + - - -0.14265043755091705 + - -0.06797253278079518 + - -0.9874363713444505 + - 0.5758039402754365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860858922970074 + - -0.011784614227958045 + - -0.16581838221473816 + - 0.06439333327167067 + - - -0.026452623692278868 + - -0.9958979847480003 + - -0.08653012582139671 + - -0.032596165724782605 + - - -0.1641184685299295 + - 0.08971246759715323 + - -0.9823526868925542 + - 0.5737268312086586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999787957846689 + - -0.01845903381844014 + - -0.009127070463028936 + - -0.03473706907416767 + - - -0.018385033473540303 + - -0.99979795656762 + - 0.008126289890673535 + - 0.03755377007920355 + - - -0.009275229858295406 + - -0.007956765278688537 + - -0.9999253272106746 + - 0.5789663869039499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957666457334999 + - -0.038159886322617353 + - -0.08362182921043639 + - 0.04853514559681063 + - - -0.03690225267246171 + - -0.999182083086856 + - 0.01653446660493034 + - 0.03524926462002593 + - - -0.08418438686806635 + - -0.013378636479727092 + - -0.9963603771194395 + - 0.5751371475397931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984924643872581 + - -0.02805467875212772 + - 0.047177680760872934 + - -0.0427439333159533 + - - -0.03086101982870925 + - -0.9977303288763002 + - 0.05984804337254043 + - -0.023375729758981233 + - - 0.04539158531040684 + - -0.06121377165723722 + - -0.9970920108708641 + - 0.5785402826792929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896232799133023 + - -0.02987136613304007 + - -0.14054702180759104 + - 0.025756299721701428 + - - -0.02100708420675472 + - -0.9977200220558302 + - 0.06413626121036817 + - -0.030281241325149092 + - - -0.14214241543877015 + - -0.0605182540582602 + - -0.9879944709657907 + - 0.5758153013124183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903678111915056 + - -0.015322004656710266 + - -0.13761117225373115 + - 0.06439725981252145 + - - -0.025709832094654977 + - -0.9969245785190006 + - -0.07402965134577803 + - -0.032601616637733484 + - - -0.1360536772359019 + - 0.07685454389958056 + - -0.9877159389179545 + - 0.5737758492980897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998110537141739 + - -0.018368379870587898 + - 0.006360777616229171 + - -0.03469382110459961 + - - -0.018344306448946565 + - -0.9998244218323719 + - -0.003822555227980543 + - 0.03755005384863168 + - - 0.00642987494905447 + - 0.0037051489165221426 + - -0.999972463910705 + - 0.5789666054597381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997226259408215 + - -0.03686755521081616 + - -0.06465733461469889 + - 0.04853563338425372 + - - -0.03651228750928468 + - -0.9993109574239667 + - 0.006668075676945778 + - 0.03521255318645053 + - - -0.06485861860646625 + - -0.004288792973735628 + - -0.9978852468331659 + - 0.5746629897981206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995741183096081 + - -0.028666736111702958 + - 0.005458960182263107 + - -0.04275696888899387 + - - -0.028871219718232206 + - -0.99869872603256 + - 0.04203935409737305 + - -0.023434905882252582 + - - 0.004246725509272802 + - -0.04217905714504227 + - -0.9991010421678107 + - 0.5787617529449789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.987288244760774 + - -0.030429106493581846 + - -0.15599997190766499 + - 0.0257420352485766 + - - -0.018040259851253043 + - -0.9966135025859563 + - 0.08022515495685717 + - -0.03026962071573487 + - - -0.1579128581898551 + - -0.07639107239301418 + - -0.9844937446611616 + - 0.5757635434122516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877615829916957 + - -0.01287190556749506 + - -0.1554392782175755 + - 0.06439184573385377 + - - -0.02476068131153989 + - -0.996891634224075 + - -0.07479290257130705 + - -0.032611364632814735 + - - -0.15399338890591283 + - 0.0777263382716191 + - -0.9850099758439799 + - 0.573669353127743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997923362973969 + - -0.019102530646957668 + - 0.007097718216073395 + - -0.034680343782476836 + - - -0.019072125162926182 + - -0.9998087467647437 + - -0.004327116185308223 + - 0.037559059359889985 + - - 0.007179019624044434 + - 0.004190849030151455 + - -0.9999654486339231 + - 0.5789065475751204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969728992001033 + - -0.03622349049177459 + - -0.06879605364505265 + - 0.048558997033821924 + - - -0.03628800202875064 + - -0.999341324801347 + - 0.00031217471146024166 + - 0.03523590326415292 + - - -0.06876204744844377 + - 0.002185241607100235 + - -0.9976306959741249 + - 0.5749205304795009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992803969783328 + - -0.029196276822389764 + - 0.02421292288295596 + - -0.04279780802406949 + - - -0.030470934610106994 + - -0.9980725391878511 + - 0.05406226653685068 + - -0.023433791196572802 + - - 0.02258783652349577 + - -0.05476115355637869 + - -0.998243961014722 + - 0.5787879165844833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883557695464595 + - -0.03062417071108636 + - -0.1490470830727123 + - 0.025737815034801027 + - - -0.018333385464795533 + - -0.9963685071963637 + - 0.08314857091189047 + - -0.030253892883305315 + - - -0.1510521756931193 + - -0.07944783216393443 + - -0.9853280074081052 + - 0.5759354533256176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878411089428363 + - -0.010819631873567812 + - -0.15508990634050904 + - 0.06442790331388112 + - - -0.025385852208122117 + - -0.9954121335164254 + - -0.09225097807582372 + - -0.03261132922885387 + - - -0.15338025293451166 + - 0.09506639792481464 + - -0.983583691403709 + - 0.5739442596791594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999793689050285 + - -0.02007328941576557 + - 0.0031052193566866153 + - -0.03470157538246116 + - - -0.02006328765587944 + - -0.9997935291345346 + - -0.0032192528868816377 + - 0.03757594110554582 + - - 0.003169199214259495 + - 0.003156287810573364 + - -0.999989996961768 + - 0.5790001469891327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969224477085894 + - -0.03746851078914616 + - -0.06886032205819595 + - 0.048578342436119235 + - - -0.03683435652557006 + - -0.9992666770962553 + - 0.010456491971742468 + - 0.0352751812380009 + - - -0.0692016143891313 + - -0.00788788591775755 + - -0.997571510129317 + - 0.5750801589270684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995328693796511 + - -0.027474520368215898 + - 0.013386327361066246 + - -0.04278187992861715 + - - -0.02833481465705867 + - -0.9972145473948354 + - 0.06899481677970051 + - -0.023431333659132726 + - - 0.011453440881729567 + - -0.06934188629285187 + - -0.997527203387115 + - 0.5787629920067096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893508870977803 + - -0.031463579944481374 + - -0.14210863920224018 + - 0.025754762950307174 + - - -0.020305949372134112 + - -0.9966444733768864 + - 0.07929351869733534 + - -0.03028254858505428 + - - -0.1441266478446355 + - -0.07556346223132956 + - -0.9866699917179413 + - 0.5759004394787994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858286372955847 + - -0.010907674210227269 + - -0.16740047948334633 + - 0.06440412769712192 + - - -0.025302844524361618 + - -0.9961358295959465 + - -0.08410217032972721 + - -0.03260857208882826 + - - -0.1658362564305728 + - 0.08714603627542682 + - -0.9822952226365423 + - 0.57391119967275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997278423438227 + - -0.01901847872120936 + - 0.013510688720259003 + - -0.03467431506669326 + - - -0.01905762679680264 + - -0.9998145366453889 + - 0.002774738445344985 + - 0.037576269787194236 + - - 0.013455411678526123 + - -0.003031464942431662 + - -0.9999048765341952 + - 0.5790060489416402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970598491642826 + - -0.038003936396259735 + - -0.066538394952742 + - 0.048522624235007264 + - - -0.03642192179223504 + - -0.999027980602758 + - 0.02483017490345636 + - 0.03523237269645878 + - - -0.06741736272992552 + - -0.02233371422681334 + - -0.9974748640499054 + - 0.5748199730685842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995153999179728 + - -0.03049898093683981 + - 0.006227157347391365 + - -0.04278150845675528 + - - -0.030743409691007834 + - -0.9985628562460299 + - 0.04389834719373404 + - -0.023448344171052 + - - 0.004879353172884103 + - -0.04406851810062432 + - -0.9990165952700834 + - 0.5787130172925598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928396494233165 + - -0.031390349710540534 + - -0.11525656804727426 + - 0.02575733070896845 + - - -0.023874513936965734 + - -0.9975325856571433 + - 0.0660208159329127 + - -0.030289542755530183 + - - -0.11704459883847533 + - -0.06279638920530287 + - -0.9911393319738231 + - 0.5759280908121954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860465649897199 + - -0.015762250494037584 + - -0.16572182454745477 + - 0.06440095444872904 + - - -0.025503984730683247 + - -0.998058580126567 + - -0.05682092395057853 + - -0.032599184560479784 + - - -0.16450446326720514 + - 0.06025464376380932 + - -0.9845342347882396 + - 0.57381146224124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997824031845566 + - -0.019729876709567617 + - 0.006773348325463501 + - -0.03468058522234947 + - - -0.019650684547375206 + - -0.9997400088265334 + - -0.011565697053939561 + - 0.037536848962442054 + - - 0.006999777091618499 + - 0.011430079463819066 + - -0.9999101741677197 + - 0.5790416798857358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969420034627658 + - -0.03661888449974991 + - -0.06903404254163804 + - 0.04854976573813905 + - - -0.036247878492429456 + - -0.9993209048976052 + - 0.006619693303312169 + - 0.0352282825951904 + - - -0.06922956764594725 + - -0.004097112718222586 + - -0.9975923419067177 + - 0.5747267255332619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995964756233884 + - -0.027642573028555162 + - 0.006540189420933386 + - -0.042736322644449376 + - - -0.027982107731528948 + - -0.9978491717502509 + - 0.0592792719611144 + - -0.02344006964793434 + - - 0.004887490992503444 + - -0.05943835961481147 + - -0.9982200127417296 + - 0.5786376949277193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906675364578141 + - -0.029433765712902276 + - -0.13308450565172308 + - 0.025772627118826018 + - - -0.02138659911114046 + - -0.9978781134572765 + - 0.061497024817509544 + - -0.030264053889122025 + - - -0.13461220445065486 + - -0.05807688110516952 + - -0.9891949404915243 + - 0.5759118294315441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854585519027574 + - -0.015787514099744687 + - -0.16918095897668456 + - 0.06439039821349714 + - - -0.024278510403207935 + - -0.9985407489739236 + - -0.04823822728082879 + - -0.032585858675147565 + - - -0.16817251979536246 + - 0.05164423527506177 + - -0.984403817825049 + - 0.5737142804629882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998169368669937 + - -0.01858957998514248 + - -0.004529930449559114 + - -0.034711194411641916 + - - -0.01855207383082395 + - -0.9997943872924667 + - 0.00818557848028693 + - 0.03756270093094224 + - - -0.004681165504178396 + - -0.008100040398496142 + - -0.9999562370599353 + - 0.5790444045247687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966090317559892 + - -0.03641842212726076 + - -0.07378439097905685 + - 0.04853359126472723 + - - -0.035863764096963735 + - -0.9993176892295026 + - 0.008828726850689696 + - 0.03523458050863523 + - - -0.07405557539569198 + - -0.006152602926192928 + - -0.9972351363796028 + - 0.5749702023125922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994745549106632 + - -0.027128120105051473 + - 0.017739199127853003 + - -0.04275709419437777 + - - -0.028346043239558243 + - -0.9969689494887071 + - 0.07245285079309094 + - -0.023405029124050927 + - - 0.01571992108099824 + - -0.07291761690394652 + - -0.9972140719154827 + - 0.5785167237180031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926546511687447 + - -0.028691709826508805 + - -0.11753097166402175 + - 0.025781650006371032 + - - -0.022288166125513546 + - -0.9982131906004673 + - 0.05544063277053717 + - -0.030271914436529594 + - - -0.11891165276716649 + - -0.05241385216207132 + - -0.9915204521025849 + - 0.5758714404876659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898528038930828 + - -0.013502316617057444 + - -0.1414535756740529 + - 0.06437598147230487 + - - -0.025474249172518542 + - -0.9962097689985027 + - -0.08316945822263218 + - -0.03259605000406747 + - - -0.13979445358846934 + - 0.08592894505300559 + - -0.9864449944867573 + - 0.5736674878286407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996016330816516 + - -0.020348556218091035 + - 0.019557898668679977 + - -0.034714333231814457 + - - -0.020172172818267844 + - -0.9997544312786435 + - -0.009173907701064818 + - 0.037562327975754796 + - - 0.01973977163710617 + - 0.00877572780781795 + - -0.9997666367793835 + - 0.579118097731438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974636233993418 + - -0.036660663899379387 + - -0.061010783616610054 + - 0.04859460726362669 + - - -0.03591332892225774 + - -0.9992663834677065 + - 0.0133014163566555 + - 0.03527294679167269 + - - -0.06145366385153776 + - -0.011076578615624857 + - -0.9980484740759813 + - 0.575091224989072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995851601288647 + - -0.027563390232416655 + - 0.008352674364985274 + - -0.042753456573031055 + - - -0.0279699800841446 + - -0.9981885467280801 + - 0.053266362697079545 + - -0.02343830360652438 + - - 0.006869342344396491 + - -0.05347788982168042 + - -0.998545405795839 + - 0.578688627094153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991956128696462 + - -0.028034255261987332 + - -0.12343872679768679 + - 0.025771490530180532 + - - -0.021975808988512088 + - -0.9984988048894795 + - 0.0501717096936199 + - -0.030280649124250724 + - - -0.12465994770105053 + - -0.047055469035874854 + - -0.9910830844449846 + - 0.5759826541780504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903507030267475 + - -0.01568254506324633 + - -0.13769365560826 + - 0.06441428154999335 + - - -0.024069387952078587 + - -0.9979406293665306 + - -0.05945725206520274 + - -0.032598790598798014 + - - -0.13647765230263595 + - 0.06219773339818719 + - -0.9886886731333017 + - 0.5738120573284755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997666206898823 + - -0.02055971220515247 + - 0.00663342960874801 + - -0.03470165864145398 + - - -0.02046059359277855 + - -0.9996828910304609 + - -0.014679287816876977 + - 0.03752319313925029 + - - 0.006933128021611862 + - 0.014540138067462358 + - -0.99987024964283 + - 0.5790441320738839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971045656004317 + - -0.036819432974168 + - -0.0665343115560319 + - 0.048564781691718115 + - - -0.03612449753968216 + - -0.9992797590257319 + - 0.011618256279709943 + - 0.0352179424337002 + - - -0.066914168427022 + - -0.009181097806704348 + - -0.9977164935525443 + - 0.5748059885270054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994585404458561 + - -0.028147198567771377 + - 0.017039986579374788 + - -0.0427503910424539 + - - -0.028997658226535217 + - -0.9982306307450293 + - 0.051910920428736455 + - -0.023481461667454486 + - - 0.015548689565872699 + - -0.05237693247191937 + - -0.998506332076876 + - 0.57869516859915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916096850595623 + - -0.02940620950083968 + - -0.1258789392188717 + - 0.02577690478427966 + - - -0.021890030882872395 + - -0.997917088296971 + - 0.060682051982801306 + - -0.030276813351748963 + - - -0.12740117363675488 + - -0.05741741658842927 + - -0.9901879524758365 + - 0.5758681122976699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883329127172636 + - -0.015516941099722507 + - -0.15151659374047868 + - 0.0644065786986655 + - - -0.025083684444610836 + - -0.9977958989496187 + - -0.061434133948526544 + - -0.03259001660088508 + - - -0.15022936601907336 + - 0.06451797097111824 + - -0.9865437491603083 + - 0.5738089323859076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997114136875638 + - -0.018154896072039847 + - 0.01573178602149883 + - -0.03468077681093777 + - - -0.018168706848578815 + - -0.9998346649703146 + - 0.0007354013519501772 + - 0.03756108845348765 + - - 0.015715833871074076 + - -0.0010210153336150396 + - -0.9998759773559042 + - 0.5789952071597156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979365573909827 + - -0.035332732442168495 + - -0.05361180318552965 + - 0.04855849753665539 + - - -0.035291669452096115 + - -0.9993755873476433 + - 0.001712740738568062 + - 0.03522276548736146 + - - -0.05363884310756356 + - 0.00018284344040464496 + - -0.998560384292487 + - 0.5748975378178182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994486016302476 + - -0.02667134364404756 + - 0.019777060640136523 + - -0.04276533734887643 + - - -0.02784014902215671 + - -0.9977254957348328 + - 0.06139023752279948 + - -0.023423010499725835 + - - 0.01809471750999778 + - -0.06190698336135233 + - -0.9979178857046958 + - 0.5787212044454699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9870405351057036 + - -0.03179208078389841 + - -0.15729032283543867 + - 0.025764250955904865 + - - -0.019717160141240524 + - -0.9967785367964909 + - 0.07774176598078755 + - -0.030261491067189727 + - - -0.15925519035250033 + - -0.07363295580972515 + - -0.984487669889528 + - 0.5757712914045923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877260434970127 + - -0.015453905431952165 + - -0.15542985493346484 + - 0.06440745603522195 + - - -0.025877842015275182 + - -0.9975322290944505 + - -0.06526706068522668 + - -0.03259748262413262 + - - -0.1540376586759553 + - 0.06848816485172372 + - -0.9856884756275042 + - 0.5737526891902338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998143819160124 + - -0.019238163751377324 + - -0.0010463122752506192 + - -0.03467548767574893 + - - -0.019246232595460676 + - -0.9997799633280117 + - -0.00834310845672535 + - 0.03754653985329713 + - - -0.0008855759614937294 + - 0.008361697394336072 + - -0.9999646482610781 + - 0.5789191421900054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964103756668766 + - -0.03781148176888377 + - -0.07574070972624314 + - 0.04855568682324157 + - - -0.036606922470689585 + - -0.9991811968080018 + - 0.01722989183235773 + - 0.03524060844335659 + - - -0.07633018073225409 + - -0.014395408704555628 + - -0.9969786736523559 + - 0.5749684716880339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996199257526646 + - -0.02755849895939875 + - 0.0007301871966355477 + - -0.04276733381155726 + - - -0.027558066545408114 + - -0.9981859300785011 + - 0.05352944947967233 + - -0.023452084639866807 + - - -0.0007463286917776704 + - -0.05352922686180655 + - -0.9985660042606405 + - 0.5788611974356858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904164184790107 + - -0.02877120374133951 + - -0.13508344029703856 + - 0.025774808171595234 + - - -0.021941383690789625 + - -0.9984174724010575 + - 0.05177959526702802 + - -0.03026552145790478 + - - -0.13635942830968018 + - -0.04831944370083342 + - -0.9894803371828564 + - 0.5759589019072984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884239885452135 + - -0.010139922134709262 + - -0.1513776761860006 + - 0.06441088270528672 + - - -0.02480001311402686 + - -0.9951421714030435 + - -0.09527338581566526 + - -0.032601776148756284 + - - -0.14967624466800236 + - 0.09792466836471055 + - -0.9838738644296567 + - 0.5738879010487905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998053471440806 + - -0.018109456425370905 + - 0.00783041570301244 + - -0.03472086141888152 + - - -0.018139481817090183 + - -0.9998283184523398 + - 0.003780584634056987 + - 0.03755988749628629 + - - 0.007760607032432838 + - -0.003921888415725975 + - -0.9999621951702693 + - 0.579071834619932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982402849162856 + - -0.03518346668455052 + - -0.04773318805935891 + - 0.04860146645179729 + - - -0.03491336263963734 + - -0.9993693288663268 + - 0.006480866489959651 + - 0.035238769388859656 + - - -0.0479311034657682 + - -0.004802935906779325 + - -0.9988390967153965 + - 0.5750891623959746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995781572432383 + - -0.028278125936185818 + - 0.006622322534370094 + - -0.04275321338466738 + - - -0.028562692751976655 + - -0.9984498669220665 + - 0.04777065863125436 + - -0.023442045793332807 + - - 0.005261192352327669 + - -0.04793965828877873 + - -0.9988363775004327 + - 0.578674345839364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9950209077208755 + - -0.027009125084908273 + - -0.0959369603462227 + - 0.025767446918350846 + - - -0.023124220732324726 + - -0.9988759329804321 + - 0.04137802469904491 + - -0.030283936852159743 + - - -0.09694670501800282 + - -0.03895353224830613 + - -0.9945270025049764 + - 0.5759882994299648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987198234272152 + - -0.0165975262931055 + - -0.1586321794936162 + - 0.0643840450313933 + - - -0.02568260687130998 + - -0.9981342156434228 + - -0.05539396416744524 + - -0.032584943485686496 + - - -0.15741680327791863 + - 0.058758911518510426 + - -0.9857826029926285 + - 0.5737382844765047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998354875664184 + - -0.017847115126888975 + - 0.003237017835894114 + - -0.03471406022889102 + - - -0.017815278462421952 + - -0.9997951022058802 + - -0.00961090310221109 + - 0.037522598481971356 + - - 0.0034078814722185483 + - 0.00955165361501855 + - -0.9999485748062698 + - 0.5788469654456189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997697107412145 + - -0.03655252626865103 + - -0.057134881506995104 + - 0.04858644135166865 + - - -0.03586974698822289 + - -0.9992728127070706 + - 0.012930855946171322 + - 0.035258900440631916 + - - -0.057565989198828764 + - -0.010851663830000255 + - -0.9982827246224794 + - 0.5749385402839227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993486090829025 + - -0.02794586153458478 + - 0.022833885940813065 + - -0.042723611647751195 + - - -0.029672171197544818 + - -0.9964221819333032 + - 0.07913531201491499 + - -0.02341898486329469 + - - 0.02054068597909616 + - -0.07976129496418781 + - -0.9966023359621143 + - 0.5785476003824227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9856899454761394 + - -0.03038601961525441 + - -0.16580718078294035 + - 0.025760858329007288 + - - -0.020016899828444887 + - -0.9977584829219129 + - 0.06385400127338672 + - -0.030253206889540765 + - - -0.16737579009075146 + - -0.05962130130502893 + - -0.9840887385404796 + - 0.5757983382120134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880958516697285 + - -0.022008443193979335 + - -0.15225707320598036 + - 0.06437560349993618 + - - -0.025061611907615 + - -0.9995209040435662 + - -0.018162543558762807 + - -0.03256501851689777 + - - -0.15178439814969774 + - 0.021762141625061886 + - -0.9881740260046428 + - 0.5736367240877646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998215743204687 + - -0.018853092445954255 + - 0.0011749164071567625 + - -0.03470271788266266 + - - -0.018846160466721947 + - -0.9998064003882028 + - -0.005655437953669488 + - 0.03756159296837598 + - - 0.0012813114383593317 + - 0.005632286215165297 + - -0.9999833176573442 + - 0.5790150945286197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974837804653833 + - -0.03791400108045767 + - -0.059905227072085315 + - 0.04856986519626428 + - - -0.03705138245758008 + - -0.9991939851362782 + - 0.015445877296725297 + - 0.03524728338717467 + - - -0.06044255757716724 + - -0.01318744059908597 + - -0.9980845598665359 + - 0.5750059047633719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995501380614993 + - -0.02833222616513218 + - 0.009839027480674802 + - -0.042795938628372825 + - - -0.02889372811213152 + - -0.9976203571390263 + - 0.0626001237825 + - -0.02338984707738804 + - - 0.008042013244200428 + - -0.06285624855437923 + - -0.9979901893509027 + - 0.5787177745870412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.987572200422867 + - -0.030811738991352942 + - -0.15411614351606906 + - 0.02574584999839701 + - - -0.018819317974321563 + - -0.9967225494512868 + - 0.07867650657159282 + - -0.030248794168605316 + - - -0.15603519546217204 + - -0.074798370006687 + - -0.9849153372861171 + - 0.5758129296408249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916076183781801 + - -0.018140386105493934 + - -0.12800491227408853 + - 0.06440979745487635 + - - -0.02468984136264421 + - -0.998455697536353 + - -0.04976576926646991 + - -0.03258731040628453 + - - -0.12690446370337397 + - 0.05250853691676869 + - -0.9905241595453493 + - 0.5738097936213525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998089463859542 + - -0.01925382950345523 + - 0.003370575034043357 + - -0.034702215857039004 + - - -0.019227764899720577 + - -0.9997862304104512 + - -0.0076017457614153345 + - 0.037575614412504746 + - - 0.0035162172244206902 + - 0.007535484796083105 + - -0.9999654257449698 + - 0.5790383417729075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996440692477171 + - -0.03567019286526347 + - -0.07637790070806338 + - 0.048566543602327594 + - - -0.03580179080143105 + - -0.9993588476887691 + - -0.00035400788951068206 + - 0.03524290089784608 + - - -0.07631630331080277 + - 0.003087213489568964 + - -0.9970788790069937 + - 0.575072107080385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994333114580995 + - -0.02794760837326052 + - 0.018761320159099898 + - -0.04277506071322705 + - - -0.029013326739040127 + - -0.9978264771669945 + - 0.05916543193486057 + - -0.023417665966844102 + - - 0.01706700968040649 + - -0.059676231874338195 + - -0.9980718734288871 + - 0.5787382077903324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9934236647617124 + - -0.02669997541374725 + - -0.11133972159258357 + - 0.025776469006246455 + - - -0.022640094738541675 + - -0.9990374848827476 + - 0.037570332835693394 + - -0.030302178801717955 + - - -0.1122356823903993 + - -0.03480251588693289 + - -0.993071969439427 + - 0.5760931380859315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867982288090115 + - -0.0168863542338442 + - -0.161071743828913 + - 0.0643839631255871 + - - -0.024846764303948977 + - -0.9985604499753389 + - -0.04753594480676986 + - -0.03259655490479763 + - - -0.16003716419326433 + - 0.05091049779502648 + - -0.9857972546579953 + - 0.5738304207092568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998038902927195 + - -0.019599773874426865 + - 0.0028336936346215116 + - -0.03468020107573403 + - - -0.01959143436769771 + - -0.9998037427235817 + - -0.0029413832347187445 + - 0.037552828180237904 + - - 0.0028907879479050953 + - 0.0028852902780527345 + - -0.9999916591877409 + - 0.5789474030698372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996602841009633 + - -0.03657733827739095 + - -0.07378940043169846 + - 0.04854793108165133 + - - -0.0359404786511747 + - -0.9993044907795633 + - 0.009940659038586354 + - 0.03524452809210007 + - - -0.07410168207168233 + - -0.007254862668464806 + - -0.9972243015900727 + - 0.5750498842744396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995017270698353 + - -0.027598705753531908 + - 0.015316952214669798 + - -0.04272637160235506 + - - -0.028582153973176882 + - -0.9972613926353718 + - 0.06821125444685709 + - -0.023448868291305672 + - - 0.013392462755972931 + - -0.06861505811183312 + - -0.997553314736431 + - 0.578615722723849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9899945610605304 + - -0.028322606433893577 + - -0.13823385632817464 + - 0.025777182066486375 + - - -0.020650916468996926 + - -0.9981821949612774 + - 0.05662018466304436 + - -0.030273423078877197 + - - -0.13958620533404498 + - -0.05319901904243632 + - -0.9887798317387773 + - 0.5760888689964414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881699210465107 + - -0.0179234430669486 + - -0.1523120393388473 + - 0.06438346141142799 + - - -0.024877094583558853 + - -0.9987273995521141 + - -0.04387153460904187 + - -0.03257275248803061 + - - -0.15133187801654147 + - 0.047141611899653414 + - -0.987358258750839 + - 0.5735578619488242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998381817535301 + - -0.01789979569300818 + - 0.0017909835128689668 + - -0.034692387142786274 + - - -0.017923354658947822 + - -0.9997393793093932 + - 0.01413954793617513 + - 0.0375531795579928 + - - 0.001537421726259947 + - -0.014169360332011698 + - -0.9998984276226349 + - 0.5787028838013689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970328189643834 + - -0.03779309666759456 + - -0.06706146249679328 + - 0.04856174425229966 + - - -0.036836913882672614 + - -0.9992020292358363 + - 0.015438476174402093 + - 0.03524867379017482 + - - -0.0675914172327783 + - -0.012922330101838138 + - -0.9976293969712419 + - 0.5749435019617402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995099902522152 + - -0.028221751110181433 + - 0.0135392817494735 + - -0.042768383883960974 + - - -0.02900341198933497 + - -0.9976850775619174 + - 0.061508439284753524 + - -0.023434699361047258 + - - 0.011772063497686114 + - -0.06187098491655263 + - -0.9980147292232018 + - 0.5786571554875626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9872268080051795 + - -0.0321319366895995 + - -0.1560473267969692 + - 0.025752612666648644 + - - -0.021433395868238773 + - -0.9973331793133712 + - 0.06976488358936073 + - -0.030290138740901723 + - - -0.1578728573804246 + - -0.06552913920735765 + - -0.9852827476502781 + - 0.5758063089577601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841301699677257 + - -0.014930908883793687 + - -0.176818767440561 + - 0.06439392781827374 + - - -0.02642755833355204 + - -0.9976734056072112 + - -0.0628439329182663 + - -0.032602061149775416 + - - -0.1754690648513921 + - 0.06651949867529595 + - -0.9822350856980039 + - 0.5738122870074068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998215152798581 + - -0.018580613585419355 + - 0.0034202897944293252 + - -0.03471793067154746 + - - -0.01855667510372693 + - -0.9998039836222882 + - -0.006902473621638438 + - 0.03754195637338696 + - - 0.0035478715567603116 + - 0.006837772429089974 + - -0.9999703282976071 + - 0.5789255250803175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997415995324789 + - -0.03826423683572775 + - -0.06080444432473605 + - 0.04854275713166491 + - - -0.03690936673743302 + - -0.9990480706719376 + - 0.023251906023394407 + - 0.03523126004764229 + - - -0.06163627922986805 + - -0.02094756945467488 + - -0.9978788345368585 + - 0.5746378172211664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994819280005861 + - -0.026185787228972114 + - 0.018713100957090213 + - -0.0427472366428077 + - - -0.0274504441371655 + - -0.9971078881996673 + - 0.0708684161433914 + - -0.02343398021396022 + - - 0.016803235310606287 + - -0.07134538413380043 + - -0.9973101260119129 + - 0.5787782827702284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9889579152204836 + - -0.028733403893662017 + - -0.1453844332225375 + - 0.025755997399395165 + - - -0.018577667486319747 + - -0.9973220523736547 + - 0.0707360878192274 + - -0.03025665462066252 + - - -0.147027589905849 + - -0.06725411028246082 + - -0.9868433373421501 + - 0.5758935954146311 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889305371613735 + - -0.01521991614118651 + - -0.1475965677865596 + - 0.0644036067659583 + - - -0.025121513070405676 + - -0.9975392332504893 + - -0.06545523437494565 + - -0.032589700905103214 + - - -0.1462371438820202 + - 0.06843852919723568 + - -0.9868793571002223 + - 0.5737538082035304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997940367988006 + - -0.019749737275655013 + - -0.004672457501256604 + - -0.03469215694258733 + - - -0.019855043983991728 + - -0.9995223700383794 + - -0.023681406656998135 + - 0.037523350701553326 + - - -0.004202524235765946 + - 0.02376930100787494 + - -0.9997086371136563 + - 0.5788177917480544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981311991880429 + - -0.03772161788239338 + - -0.04807482451111002 + - 0.048568074104780694 + - - -0.0365034675283718 + - -0.9989960275606674 + - 0.025969862849283556 + - 0.03524678172211207 + - - -0.04900618395513397 + - -0.02416643255303092 + - -0.9985060728267077 + - 0.5748827553740219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995957791600655 + - -0.026760569128165705 + - 0.009599490888488167 + - -0.042755020009795974 + - - -0.02718868994389667 + - -0.9984938978853389 + - 0.047651978184295785 + - -0.02347874537473361 + - - 0.008309839018666654 + - -0.04789371384303595 + - -0.9988178706600142 + - 0.5787604859067367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895353548208735 + - -0.032083683608553244 + - -0.1406784233833824 + - 0.025770400896312717 + - - -0.020397232971975526 + - -0.9962787997748495 + - 0.08374070698455925 + - -0.030243828834901225 + - - -0.14284164115066342 + - -0.07999493962303557 + - -0.9865075140048826 + - 0.5758603887666742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890373561182383 + - -0.013244582986304447 + - -0.147070354674775 + - 0.06438620947320416 + - - -0.026321141365831177 + - -0.9958319093049545 + - -0.08732700571558093 + - -0.03259552925747443 + - - -0.1453007423237925 + - 0.09024073044677812 + - -0.9852635712582634 + - 0.5736684404499225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998208776360825 + - -0.018902754348325276 + - 0.0009479035080631502 + - -0.03469122729493883 + - - -0.018895171723047482 + - -0.9997936732338499 + - -0.007455430713473058 + - 0.03753375480444659 + - - 0.0010886361055354493 + - 0.007436184479537905 + - -0.9999717586171207 + - 0.578874791306778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976824914394284 + - -0.03583609216420307 + - -0.05783961249536086 + - 0.04852845685465496 + - - -0.0361769715034405 + - -0.9993335966669495 + - -0.004856882285767612 + - 0.03522516112218646 + - - -0.05762701630358816 + - 0.006938088432507368 + - -0.9983140737868262 + - 0.5744974057601341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99929211333441 + - -0.027714126253639507 + - 0.025440114654729694 + - -0.04275016190095193 + - - -0.02912780701903526 + - -0.9979496333824328 + - 0.05699210550708183 + - -0.02348334547618841 + - - 0.02380846668541054 + - -0.05769277630575457 + - -0.9980504498652483 + - 0.5787195306664165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990481960003782 + - -0.030224952160660935 + - -0.13428305616849898 + - 0.02576425034066795 + - - -0.02167730980711787 + - -0.9976714710227017 + - 0.06466629838583543 + - -0.030284701594336688 + - - -0.13592490995616927 + - -0.06113990656098051 + - -0.9888307897103139 + - 0.5758652444699741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851478465782599 + - -0.014228761194431198 + - -0.17111768680381703 + - 0.06438289853480465 + - - -0.025553272965042166 + - -0.9976123922797627 + - -0.0641603071269363 + - -0.03258194486695205 + - - -0.16979620320546454 + - 0.06758000536194561 + - -0.9831592913929502 + - 0.573627031461228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997817669365181 + - -0.020417133918638274 + - 0.004422572084470909 + - -0.03468698638537972 + - - -0.020423835475429072 + - -0.999790322973437 + - 0.0014754772592289237 + - 0.03752203676668375 + - - 0.004391519755910896 + - -0.0015654811459380035 + - -0.9999891318524489 + - 0.578986153247545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969422938589813 + - -0.03719438367846928 + - -0.0687214707203769 + - 0.048577069776149985 + - - -0.03641413158062362 + - -0.9992576987461084 + - 0.012572291671009891 + - 0.03524074739997307 + - - -0.06913807732662106 + - -0.010031416620334988 + - -0.9975566635255201 + - 0.5749414341807514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995684729784541 + - -0.02833291567174789 + - 0.007753303622280629 + - -0.042759648765815526 + - - -0.028735481765002815 + - -0.997903981603122 + - 0.057982028149843594 + - -0.02344988054803386 + - - 0.006094252641205318 + - -0.058179802252789466 + - -0.9982875190517868 + - 0.5786397264986248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9922819964406461 + - -0.028413981911830435 + - -0.1207024654747364 + - 0.025777899480993193 + - - -0.02159426504384543 + - -0.9981155404755345 + - 0.05743740574267198 + - -0.030287558593534825 + - - -0.12210703197188078 + - -0.05438762260980292 + - -0.9910256602378529 + - 0.5759887926796456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857338225062164 + - -0.021288245244795223 + - -0.16696000054408403 + - 0.06437099996296658 + - - -0.02455929298904056 + - -0.9995442909070744 + - -0.01755140002828762 + - -0.03258985050212436 + - - -0.1665102768454895 + - 0.021401428211032202 + - -0.9858074388922855 + - 0.573604856199158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999800592774102 + - -0.01792915399463481 + - 0.00879318631616033 + - -0.0346799368318998 + - - -0.017986821521540595 + - -0.9998169419364864 + - 0.006523562548507005 + - 0.03753218527363485 + - - 0.008674614694975368 + - -0.006680423175870664 + - -0.9999400597066228 + - 0.5788143672943702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978585226704951 + - -0.036332336385547025 + - -0.054390532876821315 + - 0.048557388219873036 + - - -0.035758476902215515 + - -0.9992944376502909 + - 0.011487306508645432 + - 0.035240056445775124 + - - -0.054769517648878774 + - -0.009517784088605085 + - -0.9984536602780085 + - 0.5750224722564805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994575351871272 + - -0.02842287718122235 + - 0.01663656846869836 + - -0.04279160315100812 + - - -0.02911446911060902 + - -0.9986541822003067 + - 0.04292053194269989 + - -0.023443862249696593 + - - 0.015394253670767275 + - -0.04338161392315963 + - -0.998939964425962 + - 0.5788319550451475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935776578250708 + - -0.02885578873899371 + - -0.10941106583475499 + - 0.02578182522160734 + - - -0.02184089730156424 + - -0.9976605239381553 + - 0.06478004461643459 + - -0.030291207999140778 + - - -0.11102438054728814 + - -0.061974369151249105 + - -0.9918834429974093 + - 0.5759322681466901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841955593917507 + - -0.014540861814547897 + - -0.17648700861890337 + - 0.06439016149329832 + - - -0.024102815000870192 + - -0.9983479831416553 + - -0.05215705959909379 + - -0.032591500465057516 + - - -0.17543704050910253 + - 0.0555865801671574 + - -0.982920127437997 + - 0.5737246830413848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998192874042576 + - -0.01850482114086116 + - 0.004354782312266237 + - -0.034705973897284484 + - - -0.018470069976457698 + - -0.9997982872131538 + - -0.007889321942285064 + - 0.037545197934930524 + - - 0.004499894388454577 + - 0.007807463108398429 + - -0.9999593964108262 + - 0.5788299657398402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958256914718087 + - -0.036461748835277134 + - -0.0836763591259047 + - 0.04855501050983898 + - - -0.03571151382741906 + - -0.9993075478553147 + - 0.010445696700156099 + - 0.035237825162910894 + - - -0.08399928562105909 + - -0.007413883683384909 + - -0.9964382340837191 + - 0.5748747422137261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994013407921153 + - -0.028137675030022475 + - 0.020130356847981017 + - -0.04274551709903889 + - - -0.028999086451791046 + - -0.9986165905161074 + - 0.04386294713020719 + - -0.023441825327915927 + - - 0.018868306969194542 + - -0.04442045013156273 + - -0.9988347263697965 + - 0.5786982341312777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898384840715345 + - -0.02818785456254451 + - -0.1393743889892522 + - 0.02576251814692701 + - - -0.024598672502310667 + - -0.9993216142013812 + - 0.027408332694114836 + - -0.030290248490736357 + - - -0.14005242147885416 + - -0.02370139753491464 + - -0.9898603755039409 + - 0.5759762401553659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882513319207543 + - -0.01669883918837675 + - -0.15192252540889348 + - 0.0644177395455297 + - - -0.02505748721436597 + - -0.9982656035629374 + - -0.05327201026455109 + - -0.03260383969756234 + - - -0.15076945078946544 + - 0.05645293183604625 + - -0.986955743281206 + - 0.5739142615368149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997564037015014 + - -0.018500387810285707 + - 0.012036150078398391 + - -0.034718839737230674 + - - -0.018428718842219555 + - -0.9998119423867825 + - -0.006038392385736843 + - 0.0375308802116755 + - - 0.012145599189629125 + - 0.005815110629965232 + - -0.9999093303438501 + - 0.5790983618743971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974392131293979 + - -0.03634186526768989 + - -0.06159776733512892 + - 0.048585587693321046 + - - -0.03564563455808901 + - -0.9992879983533984 + - 0.012364670792637401 + - 0.03525037781900972 + - - -0.06200326482338468 + - -0.0101373160019901 + - -0.9980244636157563 + - 0.5752746296429081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994538688113351 + - -0.0283410105635478 + - 0.01699268190402243 + - -0.04274537952537537 + - - -0.0291911643421904 + - -0.9982168970948664 + - 0.05206632576478376 + - -0.023437040233053787 + - - 0.015486769915048493 + - -0.05253392689047931 + - -0.998499046811295 + - 0.5787382950647461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920580925717797 + - -0.029225097194639196 + - -0.12233819786479667 + - 0.025760386863876585 + - - -0.02126891908689388 + - -0.9976033281241982 + - 0.06584248473743161 + - -0.03027966971725403 + - - -0.12396924636262581 + - -0.06271756858718015 + - -0.9903020410696907 + - 0.5757905102350769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860020312525148 + - -0.014422615707403639 + - -0.1661083457327511 + - 0.06440039766018997 + - - -0.02576390392005894 + - -0.9974653693398448 + - -0.06632539651238303 + - -0.032621251217496344 + - - -0.16473073672120994 + - 0.06967657514461667 + - -0.9838744631584884 + - 0.5739194559900567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998124825369578 + - -0.01931667305083239 + - 0.0013659815272704977 + - -0.03468653430698464 + - - -0.01929828603973845 + - -0.9997369902539266 + - -0.012390580048981904 + - 0.03753821355690621 + - - 0.0016049670445322183 + - 0.012361895496607232 + - -0.9999223007916757 + - 0.579014439564074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980154630087474 + - -0.03809897443404007 + - -0.050135852865088405 + - 0.048595949048482766 + - - -0.03682509018906622 + - -0.9989810414896995 + - 0.02609198108082638 + - 0.03526213193953755 + - - -0.051078844231272215 + - -0.024193943275733786 + - -0.9984015248289476 + - 0.5750719707843175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995245488844587 + - -0.02900713907090568 + - 0.010452849383795539 + - -0.04277889210199767 + - - -0.029518896660309234 + - -0.9981750435078518 + - 0.05268033084611549 + - -0.023441214630092678 + - - 0.00890566770529654 + - -0.052963840504813654 + - -0.9985567188105559 + - 0.5787441527939301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917333860928592 + - -0.02634949405176464 + - -0.12558102990502878 + - 0.025766594239391233 + - - -0.02110396128340954 + - -0.9988556277170156 + - 0.04291920078700482 + - -0.030275427567166363 + - - -0.12656821768098048 + - -0.039914147131849174 + - -0.9911545525960103 + - 0.5759669515438819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904074128023589 + - -0.01600354576291235 + - -0.13724810814416433 + - 0.06440966071414853 + - - -0.025827782305343817 + - -0.9972054965777672 + - -0.07010080781472082 + - -0.03261223243254323 + - - -0.1357427063503805 + - 0.0729731739621008 + - -0.9880530519939562 + - 0.573789578275652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997727160426397 + - -0.019818165684693228 + - 0.007858534571875029 + - -0.034685311095778965 + - - -0.01975532089742153 + - -0.9997728731287698 + - -0.007995589539502492 + - 0.037549824489813546 + - - 0.008015207605745927 + - 0.007838524398019651 + - -0.9999371550164031 + - 0.5790604931805428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969312273137034 + - -0.037332054395779544 + - -0.06880730863348372 + - 0.048558337994906976 + - - -0.036736723610749734 + - -0.9992759617168007 + - 0.0098977509218556 + - 0.03526915689934887 + - - -0.06912699288367974 + - -0.007339621894502999 + - -0.9975808683035706 + - 0.5749541492025401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994797558764963 + - -0.028637904841979256 + - 0.014835363134115334 + - -0.042788107387795184 + - - -0.029288941354225953 + - -0.9985256033283423 + - 0.04570314444454763 + - -0.023463879035800533 + - - 0.013504647622505368 + - -0.04611387973302846 + - -0.9988449001664674 + - 0.5787396604206392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888955401674191 + - -0.029464126304595956 + - -0.14566219790355808 + - 0.02574349622309599 + - - -0.0198048448064025 + - -0.9975345842192042 + - 0.06732400321441522 + - -0.03024757952263022 + - - -0.14728672295622172 + - -0.06369158930131273 + - -0.9870410339459504 + - 0.575661924996701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874658198947844 + - -0.016059789829863322 + - -0.1570138136921132 + - 0.06437474521758152 + - - -0.024997993049171337 + - -0.9981668637933152 + - -0.05511816731832143 + - -0.032575184324040926 + - - -0.15584079980234505 + - 0.05835233650538351 + - -0.9860571230620098 + - 0.5734800424160216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998055284877999 + - -0.019126039727079835 + - -0.004806226127548452 + - -0.034701981508411646 + - - -0.01917336345562545 + - -0.9997661525512012 + - -0.010001117275928142 + - 0.037527282607468945 + - - -0.004613820437495589 + - 0.010091323863921212 + - -0.9999384370268222 + - 0.5789376328040275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964766362428329 + - -0.03705366429390945 + - -0.07524187254822458 + - 0.04855509736649366 + - - -0.03644705483494677 + - -0.999291188793647 + - 0.009419776708526008 + - 0.035238325507345125 + - - -0.07553757750965671 + - -0.0066442427540213626 + - -0.9971208193705507 + - 0.5747635055024198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994786222497705 + - -0.025406297075332093 + - 0.019924952562568654 + - -0.042770146912339296 + - - -0.026506430202947743 + - -0.99801965606373 + - 0.05704537902696507 + - -0.023400167038003815 + - - 0.018436182457246916 + - -0.057543776199983764 + - -0.9981727410609094 + - 0.578768071152331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905624536811813 + - -0.025849474423041134 + - -0.13460248894121568 + - 0.02574838288483713 + - - -0.020721624336371258 + - -0.9990102497092345 + - 0.039359055638509735 + - -0.030256918016865787 + - - -0.13548667699069106 + - -0.0361984205172759 + - -0.9901176873029158 + - 0.5758805437758361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914791346314655 + - -0.017561424659519532 + - -0.12907641904843878 + - 0.06442327339842922 + - - -0.02415977684111868 + - -0.9984702984307352 + - -0.04973297029764461 + - -0.03259386226161953 + - - -0.12800558883668908 + - 0.05242765983302206 + - -0.9903867475441126 + - 0.5739124619103002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998017894116286 + - -0.01832453498043202 + - 0.007784170286962016 + - -0.03470045018797892 + - - -0.018221117135040415 + - -0.9997474355619229 + - -0.01315507421913356 + - 0.03754309189693046 + - - 0.00802326490006628 + - 0.01301063046553468 + - -0.999883168532821 + - 0.5790218808211003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99662989615576 + - -0.037963761482255394 + - -0.07271590543118778 + - 0.048549776987435185 + - - -0.036299837574682796 + - -0.9990510413437774 + - 0.024069453295926458 + - 0.03526340867775121 + - - -0.07356066802721867 + - -0.02134876118259699 + - -0.9970622139642826 + - 0.5750511212583334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995397805167897 + - -0.029275063306357468 + - 0.007949706463549118 + - -0.04278728429932429 + - - -0.02967278504888596 + - -0.9980098333975772 + - 0.05564079680579056 + - -0.02344507288710721 + - - 0.006304997374340605 + - -0.055851079758133824 + - -0.9984192024885943 + - 0.5787915902318597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923656881605228 + - -0.030035509274751994 + - -0.11961692666298579 + - 0.02578924561800568 + - - -0.02206266218966739 + - -0.9974801404283196 + - 0.06742854283021041 + - -0.03029597666242729 + - - -0.1213407594289588 + - -0.06427470446223138 + - -0.9905277292774278 + - 0.575938759475861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839185254034767 + - -0.013238384597182615 + - -0.17812658572235981 + - 0.06440617024813919 + - - -0.025107916389173382 + - -0.997598751536742 + - -0.06454706396830344 + - -0.03261146225806904 + - - -0.17684436067469725 + - 0.06798143941982294 + - -0.9818882808099743 + - 0.5739969848388022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997857661892245 + - -0.019023325065613775 + - 0.008156888430835198 + - -0.03468010826755677 + - - -0.01895261429926803 + - -0.9997828757342843 + - -0.008660242474058368 + - 0.037537348591594674 + - - 0.008319863980155169 + - 0.00850379279699913 + - -0.9999292301815259 + - 0.5790693138358762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974404849764695 + - -0.03634519405350919 + - -0.06157520441799673 + - 0.04856994410524753 + - - -0.036219984573627205 + - -0.9993388804225453 + - 0.0031487764766297325 + - 0.035221792266916324 + - - -0.06164893873694445 + - -0.000910464181794276 + - -0.9980974799124492 + - 0.5747245548671791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994119504990953 + - -0.02835414817483514 + - 0.019281998881688626 + - -0.04276490669190438 + - - -0.029378624682049128 + - -0.9980482452541857 + - 0.05510532240022364 + - -0.02343387151940561 + - - 0.017681900672304497 + - -0.055639396351153815 + - -0.9982943493590928 + - 0.5787736275431496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99426269255911 + - -0.028845085120967326 + - -0.10300320019044434 + - 0.025777380747557706 + - - -0.02369661883333097 + - -0.9984245091193853 + - 0.050862263472859895 + - -0.030270352846387776 + - - -0.10430804590718987 + - -0.04812962345665031 + - -0.9933797717413744 + - 0.5759963767571156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882722162612467 + - -0.01206649012309587 + - -0.1522249203717737 + - 0.06443275879663442 + - - -0.02594405656129824 + - -0.9956478668288083 + - -0.08951106751898578 + - -0.03261681036248575 + - - -0.15048233283421603 + - 0.0924106330210626 + - -0.9842841776689389 + - 0.5740280350555889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998284229881308 + - -0.018520914494319415 + - -0.0003167196893519255 + - -0.034700862024169464 + - - -0.018521804780686577 + - -0.9998236903353258 + - -0.003087230460530964 + - 0.03754135219490522 + - - -0.0002594855172259479 + - 0.00309256698300997 + - -0.9999951843367656 + - 0.5788335231582521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982522665143779 + - -0.03751760979457352 + - -0.04566006301144844 + - 0.04856953994970268 + - - -0.036435954854008294 + - -0.9990406108753522 + - 0.024295658370999864 + - 0.035244244218376616 + - - -0.04652777227402995 + - -0.022589528040793328 + - -0.9986615440829344 + - 0.5747658478430677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993343907538832 + - -0.025397906126624712 + - 0.026186290706174686 + - -0.04273100834807936 + - - -0.027211423128478015 + - -0.9970766508876129 + - 0.07139811416322095 + - -0.023453128168149553 + - - 0.024296376435346555 + - -0.07206315715484965 + - -0.9971041006198839 + - 0.578675265065397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991760122312062 + - -0.02974673639163121 + - -0.12460734916372616 + - 0.02577283208972781 + - - -0.021111727284438643 + - -0.9973197764679009 + - 0.07005396803239732 + - -0.03025909383035965 + - - -0.1263572505344725 + - -0.06684605553107421 + - -0.9897299884803459 + - 0.5756295641318084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888357061800506 + - -0.014141232438108898 + - -0.14833735783184235 + - 0.0643764292475511 + - - -0.026254271351577083 + - -0.996447331188479 + - -0.08002143089919428 + - -0.03258925499934084 + - - -0.1466787626727142 + - 0.08302253737683607 + - -0.9856939681606622 + - 0.5736720560119677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998013844377085 + - -0.017978068982318095 + - 0.008601204108054013 + - -0.034699819362435665 + - - -0.017899169360911703 + - -0.9997978019908775 + - -0.00916378035531704 + - 0.03752251727619855 + - - 0.008764212037074006 + - 0.009008005876891226 + - -0.9999210190897541 + - 0.5789858128835669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979047770550227 + - -0.03602907426935414 + - -0.053739759378497905 + - 0.04859153740905678 + - - -0.03573546649343506 + - -0.9993406963292617 + - 0.006414756008089421 + - 0.035274787846372516 + - - -0.0539354462785103 + - -0.004480900293479267 + - -0.998534370548805 + - 0.5751120655495956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994945121983163 + - -0.028784832556268927 + - 0.013496425458522055 + - -0.04278749959752155 + - - -0.029390281564484696 + - -0.9984604086307928 + - 0.04704278633745065 + - -0.02345937894265955 + - - 0.01212152775066711 + - -0.04741567052713989 + - -0.998801693407381 + - 0.5787687052218122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900634395118406 + - -0.029527244605783026 + - -0.1374864632171985 + - 0.025764922019235782 + - - -0.01971467840589056 + - -0.9971957663304627 + - 0.072193732885576 + - -0.030256272693446617 + - - -0.1392326010578562 + - -0.06876587408440209 + - -0.9878691904113988 + - 0.5758840728416292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879099576489525 + - -0.013455792590817025 + - -0.15444370244136763 + - 0.06439209385070138 + - - -0.026305424601287885 + - -0.9963294072305864 + - -0.08146003267919451 + - -0.03259835486571019 + - - -0.15278069319973236 + - 0.08453788460390048 + - -0.984637702839023 + - 0.5737550733131009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996856859376008 + - -0.018177839888223083 + - 0.01726544145009808 + - -0.034683016494805555 + - - -0.01803872935435646 + - -0.9998038346465178 + - -0.008179026188901454 + - 0.03752834448554816 + - - 0.01741073159717643 + - 0.007865008780451743 + - -0.9998174873756382 + - 0.5789546930775322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968997166965996 + - -0.03794073067633931 + - -0.06893080447800493 + - 0.04853820910211283 + - - -0.03628759950596955 + - -0.999026657593607 + - 0.02507882651642899 + - 0.035238882693959764 + - - -0.06981522020543815 + - -0.022499741622789095 + - -0.9973061699671645 + - 0.5747505665644554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995584372290267 + - -0.02624577730553318 + - 0.013931609307410322 + - -0.04276689457923818 + - - -0.027035476205449382 + - -0.9978382203804225 + - 0.059899657548072485 + - -0.02344367769031501 + - - 0.012329379165657234 + - -0.060249855781239314 + - -0.9981071792586854 + - 0.5787067306535304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9951191158639571 + - -0.02823631990307827 + - -0.09455503942396304 + - 0.02579264848697907 + - - -0.02520398531269453 + - -0.9991338064383352 + - 0.033111870324733776 + - -0.030284127234703632 + - - -0.09540809382066942 + - -0.03056709129726826 + - -0.9949688178848279 + - 0.5760766989067855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839410500461063 + - -0.017063599526354375 + - -0.17767623252807316 + - 0.06439017998616828 + - - -0.025220831934586782 + - -0.9987239490657844 + - -0.04375366497760303 + - -0.03260124864063392 + - - -0.17670291358857967 + - 0.04753216946078937 + - -0.9831158493258352 + - 0.5737774825141578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996856859376008 + - -0.018177839888223083 + - 0.01726544145009808 + - -0.034683016494805555 + - - -0.01803872935435646 + - -0.9998038346465178 + - -0.008179026188901454 + - 0.03752834448554816 + - - 0.01741073159717643 + - 0.007865008780451743 + - -0.9998174873756382 + - 0.5789546930775322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968997166965996 + - -0.03794073067633931 + - -0.06893080447800493 + - 0.04853820910211283 + - - -0.03628759950596955 + - -0.999026657593607 + - 0.02507882651642899 + - 0.035238882693959764 + - - -0.06981522020543815 + - -0.022499741622789095 + - -0.9973061699671645 + - 0.5747505665644554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995584372290267 + - -0.02624577730553318 + - 0.013931609307410322 + - -0.04276689457923818 + - - -0.027035476205449382 + - -0.9978382203804225 + - 0.059899657548072485 + - -0.02344367769031501 + - - 0.012329379165657234 + - -0.060249855781239314 + - -0.9981071792586854 + - 0.5787067306535304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9951191158639571 + - -0.02823631990307827 + - -0.09455503942396304 + - 0.02579264848697907 + - - -0.02520398531269453 + - -0.9991338064383352 + - 0.033111870324733776 + - -0.030284127234703632 + - - -0.09540809382066942 + - -0.03056709129726826 + - -0.9949688178848279 + - 0.5760766989067855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839410500461063 + - -0.017063599526354375 + - -0.17767623252807316 + - 0.06439017998616828 + - - -0.025220831934586782 + - -0.9987239490657844 + - -0.04375366497760303 + - -0.03260124864063392 + - - -0.17670291358857967 + - 0.04753216946078937 + - -0.9831158493258352 + - 0.5737774825141578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997609738231177 + - -0.01824565398770195 + - 0.01204538628739476 + - -0.034672662337827065 + - - -0.01817237583448056 + - -0.9998158606465158 + - -0.0061651890641727675 + - 0.03755789692893976 + - - 0.012155656164184995 + - 0.005944822135914966 + - -0.9999084453653696 + - 0.5790056730664838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995841630983986 + - -0.0384192975277338 + - -0.08260389565044815 + - 0.048547815534508515 + - - -0.036975129855973364 + - -0.9991366312441964 + - 0.018942858235557775 + - 0.035258527453340696 + - - -0.08326034933441348 + - -0.01580979707251169 + - -0.9964024109491292 + - 0.5748174647083455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993352656855496 + - -0.028263146434168517 + - 0.02302653492891799 + - -0.04276535254284297 + - - -0.029322309851940807 + - -0.9984626313804862 + - 0.04703802591205998 + - -0.023454275157633195 + - - 0.021661692042375353 + - -0.047681949314154495 + - -0.9986276597448446 + - 0.578754306209259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888810575619728 + - -0.029522036835072974 + - -0.14574876787205748 + - 0.02575710865573032 + - - -0.019101561820583413 + - -0.9971938357953795 + - 0.07238497211239611 + - -0.03025791547067983 + - - -0.14747672470979523 + - -0.06879609867431821 + - -0.9866700119472898 + - 0.575720570210365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915329020099832 + - -0.014313035347090504 + - -0.12906448485471847 + - 0.06435282130690285 + - - -0.025409329415060203 + - -0.996078831497742 + - -0.08474271308360344 + - -0.03258848199845495 + - - -0.12734547581417202 + - 0.08730463023944328 + - -0.9880086190557329 + - 0.5733611777106422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996921864068187 + - -0.019287324156585406 + - 0.015605497878419541 + - -0.03466079322496639 + - - -0.019141263291932366 + - -0.9997720774090404 + - -0.009455436150778353 + - 0.03754885503742607 + - - 0.01578431109499183 + - 0.009153816695309163 + - -0.9998335177234088 + - 0.5789217639087335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961063902289543 + - -0.039760076415689106 + - -0.0786841513168994 + - 0.048546273700822956 + - - -0.036695537020570386 + - -0.9985249179314718 + - 0.040017818940056515 + - 0.03527485146789608 + - - -0.08015919727526036 + - -0.036974647981634134 + - -0.9960960689104339 + - 0.5748107754530618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994300211555376 + - -0.02758645313028655 + - 0.01945817095032461 + - -0.04275843126983089 + - - -0.029242884289493697 + - -0.9954463620972512 + - 0.09072702963163709 + - -0.02343767562483592 + - - 0.016866728534983767 + - -0.09124433018571168 + - -0.9956856861869053 + - 0.578382728420602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903933426570929 + - -0.02932251082215396 + - -0.13513407112788006 + - 0.025747285844299042 + - - -0.021646795714599584 + - -0.9980862619231478 + - 0.05792434717429479 + - -0.0302639008278636 + - - -0.13657394720736704 + - -0.05444266818739235 + - -0.9891327276077952 + - 0.5758724840828349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905839890311846 + - -0.013879662191128692 + - -0.1362010119364982 + - 0.06440521461575649 + - - -0.024433990039539992 + - -0.9967986405437268 + - -0.07612785522347494 + - -0.032600016539865884 + - - -0.1347083546251443 + - 0.07873896867268997 + - -0.9877519091383969 + - 0.5737276395872737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999670344855086 + - -0.018833570051242848 + - 0.01744987840754708 + - -0.034693049375152336 + - - -0.01876281074430459 + - -0.9998150997460737 + - -0.004209899371939384 + - 0.037556124654177736 + - - 0.017525939355328646 + - 0.003881102790879922 + - -0.9998388762649909 + - 0.5790509070960669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965830012664355 + - -0.03890638759004926 + - -0.07286024012777315 + - 0.04856847869984564 + - - -0.03705621109587097 + - -0.9989597389405211 + - 0.026575876186970496 + - 0.03526679610655511 + - - -0.07381841779665935 + - -0.023785142013025642 + - -0.996988018089194 + - 0.574946192278565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991298695782207 + - -0.028026722542071607 + - 0.030886996295487253 + - -0.04272365877739182 + - - -0.029830116183888672 + - -0.9977788008228823 + - 0.05956197442082786 + - -0.023427104236612643 + - - 0.029149063193581556 + - -0.06043151042296878 + - -0.9977466435237634 + - 0.5785289283377553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930471384077164 + - -0.02880794737249825 + - -0.11413800010701618 + - 0.025767619160935885 + - - -0.023679982260008326 + - -0.998659264179519 + - 0.04603186405726846 + - -0.030284455550750378 + - - -0.11531105471901444 + - -0.04300902505991648 + - -0.992397896220555 + - 0.5757773944076996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846494792705915 + - -0.01290802750189381 + - -0.17406546411670334 + - 0.06439351642099406 + - - -0.02429584212755322 + - -0.9976891488691785 + - -0.063451353681431 + - -0.032597587178536135 + - - -0.1728441929237601 + - 0.06670640939747387 + - -0.9826877123063203 + - 0.5737633203982915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997867120344185 + - -0.018429023677760413 + - 0.009322098781458742 + - -0.03468948292930464 + - - -0.01833499107949281 + - -0.9997811482468804 + - -0.01007391246062824 + - 0.03753252764185841 + - - 0.00950571099506227 + - 0.00990084321833387 + - -0.9999058029444795 + - 0.578994219642881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973768582506864 + - -0.0386458161099707 + - -0.06120378683696288 + - 0.048561622255116565 + - - -0.03657056540579766 + - -0.9987294047745179 + - 0.034672320150772214 + - 0.03527439975989435 + - - -0.06246596170627918 + - -0.032343112650635504 + - -0.9975228953222969 + - 0.5748326316442227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990595390134552 + - -0.02878444377370804 + - 0.03242673746864475 + - -0.042737110317832186 + - - -0.030713625537166906 + - -0.9976860340238579 + - 0.060656827481404094 + - -0.02345617750611364 + - - 0.03060573006129502 + - -0.061595724773594235 + - -0.9976318238593993 + - 0.5786403795844711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919461174054222 + - -0.030684444734996964 + - -0.12288761131868975 + - 0.025760834128637295 + - - -0.02214766028553406 + - -0.9972841107240261 + - 0.07024160904525116 + - -0.03025951312280207 + - - -0.12470918694380548 + - -0.06695421830395938 + - -0.9899316902408577 + - 0.5758541387727569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873479056805666 + - -0.012509820627555443 + - -0.1580747213695639 + - 0.06439251348950585 + - - -0.025561240730230347 + - -0.9964022194331194 + - -0.08080371328772507 + - -0.03258913608464849 + - - -0.15649516324963558 + - 0.08382196309213982 + - -0.9841154111093118 + - 0.5737668665118214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999795381292953 + - -0.019892867425089746 + - -0.0036700641529333155 + - -0.03469001538877549 + - - -0.0199459554167293 + - -0.999687854585806 + - -0.015045007681720228 + - 0.0375462249131926 + - - -0.003369630216016261 + - 0.015115132127671824 + - -0.9998800819963217 + - 0.5789964317438204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9943493489536936 + - -0.03968159030732129 + - -0.09846188920616715 + - 0.04853645863661209 + - - -0.03729503708329538 + - -0.9989669845404243 + - 0.02596235750404967 + - 0.03525848429827495 + - - -0.09939040418632601 + - -0.022143513472219503 + - -0.9948020970860412 + - 0.5747970422401066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992760476564717 + - -0.02847184400132988 + - 0.02523360218487963 + - -0.04276270096352106 + - - -0.029699914676966543 + - -0.9983220441919542 + - 0.04970926622450734 + - -0.02344460990255807 + - - 0.023775946842170843 + - -0.05042271491661248 + - -0.9984449179460009 + - 0.578600311326788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935487978212235 + - -0.027904348560557648 + - -0.10991875945175394 + - 0.02578220355394618 + - - -0.023764773308716892 + - -0.9989646624150448 + - 0.03879225174672043 + - -0.030298173635877466 + - - -0.11088742894299128 + - -0.03592980068698603 + - -0.9931832799262211 + - 0.575957929703943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868146742489394 + - -0.011110028770215696 + - -0.16147249285152135 + - 0.06438546764087749 + - - -0.02483711738520627 + - -0.9962196382361731 + - -0.08324391865224488 + - -0.03258949522418323 + - - -0.15993722608246372 + - 0.08615683172745535 + - -0.9833600988751442 + - 0.5736351327078472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996989245907536 + - -0.018211289942080967 + - 0.01644412024816872 + - -0.03471426183420307 + - - -0.01783350741646393 + - -0.999580169847561 + - -0.022835281052513246 + - 0.03752161554858577 + - - 0.016853076434814443 + - 0.022535149570522165 + - -0.9996039920130951 + - 0.5790634207355987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955319986162513 + - -0.03756092331920648 + - -0.08663265418155548 + - 0.048527328070582354 + - - -0.03680538235361985 + - -0.999269342995933 + - 0.010302619971668984 + - 0.03524008563356439 + - - -0.08695633134473958 + - -0.007068039889918255 + - -0.9961870503330078 + - 0.5749166665002029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994410374853071 + - -0.027362337252637457 + - 0.0192071624756464 + - -0.04274567199274941 + - - -0.02847163981052962 + - -0.9977875598690475 + - 0.06007787527094308 + - -0.02345016158965086 + - - 0.017520796693998125 + - -0.06059115340249315 + - -0.9980088846360853 + - 0.5784984559459678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923623695506227 + - -0.02833895244721159 + - -0.12005761647670672 + - 0.0257828120240252 + - - -0.02341689661963468 + - -0.9988342197718688 + - 0.04221196945687565 + - -0.03028463849261178 + - - -0.12111389867632312 + - -0.03907819324018884 + - -0.9918691034408244 + - 0.5758888315402215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848344123049222 + - -0.01601602414000963 + - -0.1727560919642642 + - 0.06436579592864042 + - - -0.02592680986536285 + - -0.9981350208334807 + - -0.0552655472781417 + - -0.03259945326116177 + - - -0.171548771112544 + - 0.05890642712381919 + - -0.9834129610561793 + - 0.5736626014785846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998047633742604 + - -0.01953870158716366 + - 0.0029452121191705155 + - -0.034665962817302505 + - - -0.019542329968155327 + - -0.9998083003563699 + - 0.0012082540804752547 + - 0.03761143073448742 + - - 0.0029210398071369756 + - -0.0012655744920845868 + - -0.9999949329109875 + - 0.5790389640336191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958355567675781 + - -0.040267932024775674 + - -0.0817926495955224 + - 0.048535003544815485 + - - -0.03747720564062722 + - -0.9986712053058042 + - 0.035373475238125604 + - 0.03527758243509811 + - - -0.0831083806530846 + - -0.032160804459779785 + - -0.9960214253326691 + - 0.5749242529845696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994232338856658 + - -0.028936680762230854 + - 0.017772677794369796 + - -0.04271559889059201 + - - -0.0300808373041265 + - -0.9972387727036732 + - 0.06789678522253233 + - -0.02343070779283378 + - - 0.015758895792548983 + - -0.06839224168673484 + - -0.9975340387578076 + - 0.5783006976165506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.989141566580628 + - -0.029598631901911754 + - -0.14395444505799812 + - 0.025751448574899784 + - - -0.020789108357940553 + - -0.9978396487247454 + - 0.06232052957541137 + - -0.030280543840062964 + - - -0.14548805530387324 + - -0.05865114169743885 + - -0.9876200025017139 + - 0.5759771713286825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864068987619964 + - -0.011873117333251344 + - -0.1638916079594422 + - 0.0643834368148944 + - - -0.026315268806239814 + - -0.9959274297525141 + - -0.08623259995041174 + - -0.03261660690250055 + - - -0.16220029809589126 + - 0.08937328320780913 + - -0.9827021316483759 + - 0.573692609371327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998063830449475 + - -0.019532456387580173 + - 0.002383184853710101 + - -0.03467276759059308 + - - -0.019519519820800593 + - -0.9997952374618373 + - -0.005335868682236327 + - 0.03756616290083701 + - - 0.00248691948905618 + - 0.005288316943600886 + - -0.9999829243218903 + - 0.5790102793829448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984680085586849 + - -0.03859289607668291 + - -0.03965128317303531 + - 0.048600037079309065 + - - -0.03707943418397611 + - -0.9985811313453011 + - 0.03822093250739514 + - 0.035296086752114306 + - - -0.041070079686434315 + - -0.03669213122118997 + - -0.9984823163486658 + - 0.5748737319351043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993607497177981 + - -0.025995307884527946 + - 0.024542532295365252 + - -0.04274226488663129 + - - -0.02746453077724542 + - -0.9977255655417665 + - 0.061558065381779714 + - -0.02343347287206967 + - - 0.022886491051845106 + - -0.062192763504690204 + - -0.9978017181258925 + - 0.5787432892601585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9936018775045293 + - -0.026308202948729136 + - -0.10983254288726448 + - 0.02577217627550913 + - - -0.023032965915912248 + - -0.999254476172548 + - 0.030983452522974953 + - -0.030277260671992302 + - - -0.1105657790665391 + - -0.028255447381620027 + - -0.9934670795716756 + - 0.5760844144643428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872316357850488 + - -0.015048090124991824 + - -0.15857885195941718 + - 0.06438513177358368 + - - -0.026245212639808654 + - -0.9972884103751796 + - -0.06875329333812685 + - -0.03257466418967381 + - - -0.15711424543518598 + - 0.07203736193765992 + - -0.9849496090493131 + - 0.5736818559952552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997345977664703 + - -0.01855798872595906 + - 0.013650460913865601 + - -0.03463808726315691 + - - -0.018408762493441318 + - -0.9997702788987705 + - -0.010977563214812275 + - 0.0375353610756254 + - - 0.013851046609331164 + - 0.010723361652126995 + - -0.9998465672405463 + - 0.578828747009474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959432989793974 + - -0.03914625291056999 + - -0.08102170142064624 + - 0.04855530537066733 + - - -0.03671015783999565 + - -0.9988343408037942 + - 0.031342047514704555 + - 0.035266757862391813 + - - -0.08215418144803868 + - -0.028240582750946958 + - -0.9962194336372339 + - 0.5749009096196073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999169479364117 + - -0.0279832072181563 + - 0.0296191090518445 + - -0.04273833745319059 + - - -0.029558734932981154 + - -0.9980944316563749 + - 0.05416444115561727 + - -0.023441281667503793 + - - 0.028046973034555646 + - -0.05499495986292099 + - -0.9980926418390605 + - 0.5786237680653422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993255918303378 + - -0.026157730525653178 + - -0.11295332615315289 + - 0.025755628598542094 + - - -0.02376237431720015 + - -0.999464376244989 + - 0.022501337383027287 + - -0.030289322734531148 + - - -0.11348140958818977 + - -0.019665547309008886 + - -0.9933454766227684 + - 0.5759379206553418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876723636706397 + - -0.013738070494331244 + - -0.15593129083139273 + - 0.06440987845679812 + - - -0.025698730141168826 + - -0.9968560962557775 + - -0.07494997416159091 + - -0.03259334853300567 + - - -0.15441138983372626 + - 0.07803325430087193 + - -0.9849202677947246 + - 0.573728580210036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997849615921872 + - -0.020190120268914098 + - 0.00473176686190637 + - -0.03467401490225636 + - - -0.020168307224523598 + - -0.9997859561268598 + - -0.004613167588316126 + - 0.037561129952816116 + - - 0.00482389446462921 + - 0.0045167438523172135 + - -0.9999781642951844 + - 0.5790699619622691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964169665850796 + - -0.0378906128652168 + - -0.0756143515351852 + - 0.04853126978288728 + - - -0.03673058271304936 + - -0.9991860889515286 + - 0.016674049877247715 + - 0.03526711422581368 + - - -0.07618459814784179 + - -0.013836947006018776 + - -0.9969977160969856 + - 0.5748015137447655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994000860989792 + - -0.02548848071278266 + - 0.023447926482038178 + - -0.04272526730066162 + - - -0.02712048059642832 + - -0.9970257059881704 + - 0.07214028784950036 + - -0.023418520288528488 + - - 0.021539439119246256 + - -0.0727329289231784 + - -0.9971188362540765 + - 0.5785332199425821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892167437269922 + - -0.031481552701712545 + - -0.14303547031997177 + - 0.025759965676660525 + - - -0.01928548172775952 + - -0.9961200230847492 + - 0.0858659991158716 + - -0.03023281083464097 + - - -0.14518369097351974 + - -0.08218157609299 + - -0.9859857425065424 + - 0.5756059732409708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891541034064758 + - -0.011109217772801185 + - -0.14646072850633876 + - 0.06441938802909496 + - - -0.025027280114606382 + - -0.9953016312354802 + - -0.09353233724256749 + - -0.03260458734826149 + - - -0.14473353089106897 + - 0.09618340886280141 + - -0.9847847261687883 + - 0.5739011808996205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998255749420726 + - -0.018243435359554305 + - 0.003999594733944514 + - -0.03473092159417021 + - - -0.01818417370682298 + - -0.9997311851094809 + - -0.014383787616374617 + - 0.03753730248044341 + - - 0.004260929282928876 + - 0.014308549397987473 + - -0.9998885487371937 + - 0.5791236066079068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980584143450182 + - -0.03697914907550195 + - -0.050119298566119276 + - 0.048585785359849906 + - - -0.036316617026406144 + - -0.9992413346072101 + - 0.014066219824750722 + - 0.035260555872436636 + - - -0.05060143162861452 + - -0.012218745682461304 + - -0.9986441795610091 + - 0.5750872410873373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999133768152625 + - -0.028535684781831716 + - 0.030289074452160582 + - -0.04273934620266594 + - - -0.030098561006618584 + - -0.9981691939531918 + - 0.052462718840780666 + - -0.02340946105842302 + - - 0.028736561423862956 + - -0.05332893151815327 + - -0.9981634310575925 + - 0.5785229495842354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918180964717519 + - -0.028502213806957617 + - -0.12443667995913883 + - 0.02576841487058804 + - - -0.023565780984984797 + - -0.9988826861421403 + - 0.040963804657657345 + - -0.03029081436288455 + - - -0.1254652042508934 + - -0.03769619521338268 + - -0.9913816012962499 + - 0.5760533040946326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884343159264187 + - -0.013392367617062351 + - -0.15105710042458106 + - 0.06440739822781909 + - - -0.026399785405735048 + - -0.9960791546008974 + - -0.08443559142975954 + - -0.032606900324069536 + - - -0.14933403640698809 + - 0.08744691108993846 + - -0.9849123734176687 + - 0.5738822055837438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998188813373383 + - -0.018796181428889083 + - -0.002984641527166864 + - -0.034729660680207 + - - -0.018833986097592664 + - -0.9997356394560283 + - -0.013188334584854727 + - 0.03751646170900948 + - - -0.00273596217610736 + - 0.01324215862836094 + - -0.9999085756937144 + - 0.579113275337005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966754925376552 + - -0.038148692931203286 + - -0.07199055356408342 + - 0.048549576263640114 + - - -0.03708496940612801 + - -0.9991831280368777 + - 0.016055581290851148 + - 0.03523703793922209 + - - -0.0725442459397639 + - -0.013332436914583178 + - -0.9972760793817076 + - 0.5749057713978988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992497824003239 + - -0.028689566178078094 + - 0.026015018074543053 + - -0.042761472197804073 + - - -0.030474450647796567 + - -0.9970085529665237 + - 0.07102994558152505 + - -0.023424921095057907 + - - 0.023899377201511668 + - -0.07176945105065995 + - -0.9971348783716613 + - 0.5786207047184928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918243604986556 + - -0.030784794215234466 + - -0.12384156962247603 + - 0.025779679506493767 + - - -0.0214108147733754 + - -0.9968531195930206 + - 0.07632453713193206 + - -0.030262219533652386 + - - -0.125801490182641 + - -0.0730489863228035 + - -0.9893623353782163 + - 0.5759249232424039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883964677073244 + - -0.020342618039383933 + - -0.15052774001820354 + - 0.0643866812145921 + - - -0.02459236383402249 + - -0.999348263906304 + - -0.026424667803241868 + - -0.032587293513702924 + - - -0.14989208873299223 + - 0.029819881266704533 + - -0.988252567118599 + - 0.573655154644961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996792910002742 + - -0.019066707059856768 + - 0.016666608145711234 + - -0.03466517657256566 + - - -0.01890668389679146 + - -0.9997741317465803 + - -0.009706842658655788 + - 0.03755536104524493 + - - 0.016847921213487632 + - 0.009388619295013582 + - -0.9998139833881695 + - 0.5790033881548475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973974374172574 + - -0.03716796743331494 + - -0.061781016747574684 + - 0.048560914373254535 + - - -0.03567676861097819 + - -0.9990489399295338 + - 0.02506758478900289 + - 0.035283613444470424 + - - -0.06265397046450277 + - -0.022798197791737116 + - -0.9977748855140033 + - 0.5748710292302226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994320299765231 + - -0.026630387305606847 + - 0.020650422004390247 + - -0.04278790097461642 + - - -0.027870870008349955 + - -0.9976674965850353 + - 0.06231196404164291 + - -0.023425078554486004 + - - 0.01894286308834254 + - -0.06285211794126522 + - -0.9978430634164445 + - 0.578655383768359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906517675752576 + - -0.027940820768329988 + - -0.13352297905158447 + - 0.02577240930991477 + - - -0.020626187033359937 + - -0.998225834893699 + - 0.05585465924381666 + - -0.030281799205551158 + - - -0.1348467122642694 + - -0.052578446968031295 + - -0.9894705003717633 + - 0.5759053848527849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897779557382176 + - -0.01744012012121693 + - -0.14154660202503133 + - 0.06440957975304532 + - - -0.025511522102383583 + - -0.9981377116853439 + - -0.0554100239267601 + - -0.03259049510164689 + - - -0.1403166439688987 + - 0.05845468947571321 + - -0.9883796278270828 + - 0.5737737171009589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998018964936367 + - -0.019013452620896 + - 0.005886967569171198 + - -0.03470496719826923 + - - -0.01895026905414888 + - -0.999764143294015 + - -0.010608726896299452 + - 0.03754608982157941 + - - 0.006087287614602905 + - 0.010495065650954401 + - -0.9999263965545063 + - 0.5789444441865181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977718162494128 + - -0.03587503773939186 + - -0.05625286095431233 + - 0.04856935547210199 + - - -0.03586412135283947 + - -0.9993559503097756 + - 0.0012039020040599648 + - 0.035220844139952086 + - - -0.05625982134647061 + - 0.0008162399425326429 + - -0.9984158283272659 + - 0.57481167039423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994009864703293 + - -0.02952927430950658 + - 0.018046888953130957 + - -0.042781947828519434 + - - -0.030272855729625514 + - -0.9986410621034644 + - 0.04242149557520669 + - -0.023458937741615164 + - - 0.016769688372358187 + - -0.04294241539105498 + - -0.9989367980569518 + - 0.5786606681507985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9866320100871251 + - -0.03377788567434759 + - -0.15942500152363134 + - 0.02576701733636366 + - - -0.02064687866562557 + - -0.99630942139353 + - 0.08331412391579063 + - -0.0302627487309723 + - - -0.16165080597635786 + - -0.07890875288495874 + - -0.9836881750053386 + - 0.5757431195797396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877212993139352 + - -0.016764218779042033 + - -0.15532416376829486 + - 0.06434608015519805 + - - -0.024496924677083847 + - -0.9985466718878587 + - -0.04800463251651826 + - -0.03257254323878319 + - - -0.15429366663268115 + - 0.051220162342666346 + - -0.9866964879873819 + - 0.573475967648983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998060378440575 + - -0.01920033149826389 + - -0.004385653990423745 + - -0.034687221532687364 + - - -0.019214474508571333 + - -0.999810245440805 + - -0.003205788663906517 + - 0.03754808152890891 + - - -0.004323269587523627 + - 0.0032894348990281813 + - -0.9999852443701955 + - 0.5788696530163446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975454016880785 + - -0.03710663671812451 + - -0.05938239707555818 + - 0.04857074862008964 + - - -0.03636108888156137 + - -0.9992463470571675 + - 0.013587093443930769 + - 0.035242802412527044 + - - -0.05984181469772889 + - -0.011394533969234837 + - -0.9981428363762908 + - 0.5750543768812633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994059445640867 + - -0.028674932776517392 + - 0.019118216449968164 + - -0.04275893309196638 + - - -0.029316377479039507 + - -0.9989862737060272 + - 0.03416101518475879 + - -0.023451137191239108 + - - 0.018119270997258418 + - -0.03470119849816521 + - -0.9992334656331918 + - 0.5787329950731657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9875446700572653 + - -0.029037612646093232 + - -0.15463615907446193 + - 0.02576085226809188 + - - -0.021238796082244153 + - -0.998429061348005 + - 0.05184904046091645 + - -0.030290084051204792 + - - -0.1558988075081516 + - -0.04791895770523757 + - -0.9866100218982063 + - 0.5759870504153529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98760647865643 + - -0.012575265556038617 + - -0.15644585648728973 + - 0.06438503221512312 + - - -0.025326628870620264 + - -0.9964905151766863 + - -0.07978229774174332 + - -0.03258187794842257 + - - -0.1548935285475039 + - 0.08275576027744187 + - -0.9844589777918662 + - 0.5735871140543829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997999909152396 + - -0.018648559923632714 + - 0.007225605764315241 + - -0.03468873496802509 + - - -0.018533698058725366 + - -0.9997057451465713 + - -0.015650084894580193 + - 0.037534567564305454 + - - 0.007515331140716643 + - 0.015513037539896803 + - -0.9998514216943095 + - 0.5788891957234444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982693984316523 + - -0.03788511647789641 + - -0.04497695081220106 + - 0.048615096114469625 + - - -0.036448781683847936 + - -0.9988122015612085 + - 0.032336857086240504 + - 0.03527440003567115 + - - -0.04614861285748602 + - -0.030641539809692538 + - -0.998464521938272 + - 0.5751445724052288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992868290984193 + - -0.030174638874416446 + - 0.022700756798509972 + - -0.0428213709766972 + - - -0.03136172169402805 + - -0.9980540451490639 + - 0.05389401983502114 + - -0.023497734152246916 + - - 0.021030349564685583 + - -0.05456751900526427 + - -0.9982885906724559 + - 0.5787904264017716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9884601282038881 + - -0.030630385973818487 + - -0.14835212976647216 + - 0.025746626527364765 + - - -0.020660468330032572 + - -0.9974518770787817 + - 0.0682854154296471 + - -0.03028292887885299 + - - -0.1500657189351952 + - -0.06443238601131164 + - -0.98657424841385 + - 0.5758450286826443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866675886210986 + - -0.01515515093229006 + - -0.16204132486759645 + - 0.06437276616200767 + - - -0.025209329856121735 + - -0.9978696359410782 + - -0.06017208119240025 + - -0.03259076174725031 + - - -0.16078420088065767 + - 0.06345479546132873 + - -0.9849476786510687 + - 0.5735845690330611 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995537726937586 + - -0.018564896308506416 + - 0.02340085722208986 + - -0.034684930292494406 + - - -0.018133752447683785 + - -0.9996643324828587 + - -0.018503766745382132 + - 0.03752946348645923 + - - 0.023736522825391942 + - 0.018071164507463048 + - -0.9995549061945045 + - 0.5790306220689516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954938293196847 + - -0.037228677424413194 + - -0.0872127362468323 + - 0.04853704669475195 + - - -0.036255640513231845 + - -0.9992616541171628 + - 0.012715154030024113 + - 0.03522717683160764 + - - -0.08762171144987897 + - -0.009495903762197869 + - -0.9961085600948993 + - 0.5748308383298355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999156368668558 + - -0.02604196186107591 + - 0.03175479761369571 + - -0.042711840382749555 + - - -0.028128698743189535 + - -0.9973468009568343 + - 0.06714264612140307 + - -0.023448148958704316 + - - 0.029922019585505825 + - -0.06797922361718574 + - -0.9972379344471055 + - 0.5784069903864268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.988083991137461 + - -0.02738348735399799 + - -0.15146013032544003 + - 0.02575861582372814 + - - -0.020161660746617946 + - -0.9985946053907635 + - 0.049013483047055904 + - -0.030299506267078124 + - - -0.1525894291679608 + - -0.045375750184423226 + - -0.9872474398049342 + - 0.5759483429164711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886872824253068 + - -0.016149601432121154 + - -0.14911957599203787 + - 0.0643974855845965 + - - -0.02682190797573009 + - -0.9971977303967015 + - -0.06983746662222118 + - -0.032602877119050674 + - - -0.14757385548600063 + - 0.07304708663083026 + - -0.9863498772300556 + - 0.573864112865272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998175530899552 + - -0.019002512570940884 + - 0.001940373470682012 + - -0.03469788894424638 + - - -0.01900653919145627 + - -0.999817199437664 + - 0.0020782628777109165 + - 0.03754642139296118 + - - 0.0019005265528610092 + - -0.0021147634894871973 + - -0.9999959578789328 + - 0.5789083605916311 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956862919394415 + - -0.03702258705739776 + - -0.0850772360356324 + - 0.048545996976241665 + - - -0.03620556762680345 + - -0.9992824187146947 + - 0.011126747976400096 + - 0.03522747171210505 + - - -0.08542812719886973 + - -0.007998480811176885 + - -0.9963122298697366 + - 0.5749708257698491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99953741893654 + - -0.026739634156527935 + - 0.014489310227019872 + - -0.042739125826191604 + - - -0.027439463782771935 + - -0.9983484870297217 + - 0.05047151942215117 + - -0.02345431169774367 + - - 0.01311579097857714 + - -0.05084575115623409 + - -0.9986203911478904 + - 0.5786103268544031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9897847827113075 + - -0.02994466606882648 + - -0.13938938584826394 + - 0.025763990629887837 + - - -0.02101032808934567 + - -0.9976554243182884 + - 0.06513233023525315 + - -0.03026513922851497 + - - -0.14101294276309456 + - -0.06153837260053675 + - -0.9880933046382664 + - 0.5758047863515035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876156304406393 + - -0.01759129247286898 + - -0.15590353728659426 + - 0.06439959542496575 + - - -0.024933496362121846 + - -0.9986638221752133 + - -0.04526467759250615 + - -0.032600911705782186 + - - -0.15489895825504627 + - 0.048591323376992464 + - -0.9867346127627091 + - 0.5737193834269003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998059520858973 + - -0.01900146795565546 + - 0.005196382312986963 + - -0.03465979045024937 + - - -0.018905668431812947 + - -0.9996609870045606 + - -0.017902144067524568 + - 0.03754909991094633 + - - 0.005534787688690183 + - 0.01780042911275603 + - -0.9998262403281098 + - 0.5790841878215485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966944559901977 + - -0.03680371372651994 + - -0.07242684622666025 + - 0.04859435594111749 + - - -0.036417286215971095 + - -0.9993145498951579 + - 0.006649182844629014 + - 0.03526051226961946 + - - -0.07262191585924983 + - -0.003989614489350457 + - -0.9973515630474329 + - 0.5750912178679644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994434612117384 + - -0.02903669661595152 + - 0.01642066048407717 + - -0.04278100235296587 + - - -0.03000720725732195 + - -0.9976049515580451 + - 0.062321169272467676 + - -0.023428097108343867 + - - 0.014571731321852901 + - -0.06277922328688555 + - -0.9979210558805641 + - 0.5786252749983922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891352438408042 + - -0.029161909962727044 + - -0.14408696123979656 + - 0.025762108819649607 + - - -0.02204416609090759 + - -0.998468016450339 + - 0.05075110705277791 + - -0.03028480335134423 + - - -0.14534622159983832 + - -0.047023431744736 + - -0.9882627549055966 + - 0.5759667757737226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879093719643525 + - -0.011280460444666233 + - -0.1546215508820003 + - 0.06440583366262839 + - - -0.025515861137619084 + - -0.9955792161360643 + - -0.09039339150793153 + - -0.03260181119341426 + - - -0.15291832334747996 + - 0.0932457806555169 + - -0.9838298688160161 + - 0.5738526551817412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996051055443653 + - -0.019992454988435195 + - 0.019746764625471938 + - -0.03462349239049949 + - - -0.019835757112013547 + - -0.9997704430136811 + - -0.008099630610166931 + - 0.03758636754582158 + - - 0.019904163118091678 + - 0.007704740084087325 + - -0.999772204690051 + - 0.5790974497982272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996658078705515 + - -0.037221076592442184 + - -0.07271358613306687 + - 0.048590380356010536 + - - -0.03668030916405063 + - -0.9992886674013419 + - 0.008758659879219182 + - 0.035242085652781155 + - - -0.07298786933909666 + - -0.006062232307469951 + - -0.9973144039212454 + - 0.5749854255154516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991238290348917 + - -0.026341251231166003 + - 0.032522495879515764 + - -0.04274501054154593 + - - -0.028303968892362228 + - -0.9977092346678275 + - 0.061442399070005135 + - -0.023432438722387545 + - - 0.030829524803290684 + - -0.06230908073558919 + - -0.9975806327602239 + - 0.5785459239754959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9937125110381184 + - -0.02750051128169869 + - -0.10853187221071266 + - 0.025765594001036687 + - - -0.022874521088746116 + - -0.9987853835223215 + - 0.04364073724318887 + - -0.030269039986824023 + - - -0.10960019019727023 + - -0.0408837319897989 + - -0.9931345924734007 + - 0.5759538562936232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903277662287683 + - -0.014737332375008367 + - -0.1379627720466884 + - 0.06441647049834526 + - - -0.025756805102604658 + - -0.9965867052661147 + - -0.07843166374454363 + - -0.032614602686631244 + - - -0.13633599094606091 + - 0.08122653458876139 + - -0.9873270722771947 + - 0.5738646562951027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998131559828423 + - -0.01815357737486423 + - 0.00664083971524639 + - -0.03469222439021069 + - - -0.018184469462962236 + - -0.9998239683332357 + - 0.004621408522516012 + - 0.03757748301563908 + - - 0.0065557756199682475 + - -0.004741305186993063 + - -0.9999672703799585 + - 0.5790879726043529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983020287468685 + - -0.03806126263486272 + - -0.044095347674405296 + - 0.048582790477466935 + - - -0.036439101912852996 + - -0.9986497499571348 + - 0.037025244932837056 + - 0.03528066842834641 + - - -0.04544503550082662 + - -0.0353555822635106 + - -0.9983409896178442 + - 0.5750169433890443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994560353886639 + - -0.028566593219809335 + - 0.01647977781973125 + - -0.0428013284353185 + - - -0.029206287407738795 + - -0.9987735932877335 + - 0.03997877095367664 + - -0.023404549810673768 + - - 0.015317509622334852 + - -0.04043833704449188 + - -0.9990646199300857 + - 0.578783851907617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883961558653861 + - -0.03003236021198985 + - -0.14889961857111864 + - 0.025751271863486726 + - - -0.01712557333382777 + - -0.9960420837539065 + - 0.08721744165683916 + - -0.03025079237262942 + - - -0.15092963197634526 + - -0.08365539272081475 + - -0.9849984880497085 + - 0.5757122049597819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883334741114973 + - -0.018655897756613637 + - -0.15115853078669797 + - 0.06441046268243632 + - - -0.026434037796324326 + - -0.998418705117755 + - -0.04961180219230055 + - -0.03259782173621025 + - - -0.14999395186633638 + - 0.053028735133701224 + - -0.9872637781533561 + - 0.5739419226420507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997460981776154 + - -0.01992071515278601 + - 0.010531110408472976 + - -0.03471808162766977 + - - -0.019863058957535144 + - -0.9997872978670823 + - -0.005551388338786838 + - 0.03755559151167769 + - - 0.010639458044626569 + - 0.005340798764239044 + - -0.9999291363897129 + - 0.5792011524253856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967343385601511 + - -0.03757187883507924 + - -0.0714773548465534 + - 0.04855615605747486 + - - -0.03578220567411431 + - -0.999017251060811 + - 0.026156563994466968 + - 0.03524940387955014 + - - -0.072389861805044 + - -0.02351352809987027 + - -0.9970992036423176 + - 0.574831304890381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993660917570387 + - -0.02869293030439017 + - 0.021074401457915046 + - -0.04277481536239898 + - - -0.029500012517576675 + - -0.9988020794083343 + - 0.03904043328461933 + - -0.023451885949995543 + - - 0.0199289715671628 + - -0.03963738033896036 + - -0.9990153723402561 + - 0.5787807012419441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9894721557508143 + - -0.02976104283228427 + - -0.14163026979911866 + - 0.025751585066629872 + - - -0.020844012166729854 + - -0.9977301164374005 + - 0.0640323505003976 + - -0.03027914412860645 + - - -0.1432144551036292 + - -0.06040608482055009 + - -0.9878465087077164 + - 0.5758191597299502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889290710706238 + - -0.015673217565136534 + - -0.14755894633179295 + - 0.06441246779187994 + - - -0.025349293575071607 + - -0.9976327746708845 + - -0.06392386266268814 + - -0.03260052368478039 + - - -0.14620774844938245 + - 0.06695668117245117 + - -0.9869853581182114 + - 0.5738967254977894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998214102091378 + - -0.018898082304066203 + - 0.00010085950484547718 + - -0.03466744283221941 + - - -0.01889835099950268 + - -0.9998059861682292 + - 0.005553589080365342 + - 0.03755667955376316 + - - -4.112246817235931e-06 + - -0.005554503344377151 + - -0.9999845736188565 + - 0.578874353938483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971862748088797 + - -0.035377623397179064 + - -0.06609052197975898 + - 0.04854878235452725 + - - -0.0357624666099319 + - -0.9993495065404514 + - -0.00464862983355167 + - 0.035221165471718656 + - - -0.06588307305190871 + - 0.006999109952218913 + - -0.9978028027346452 + - 0.5748161798698628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994870994996574 + - -0.027620692290960452 + - 0.016206026383108012 + - -0.042781272696233816 + - - -0.028710104210736415 + - -0.9970370756012009 + - 0.0713638549464213 + - -0.023388417025066777 + - - 0.01418689007395808 + - -0.07179252909581388 + - -0.9973186877403112 + - 0.5785016847277948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921299411009433 + - -0.02910028167452948 + - -0.12178404483963368 + - 0.025773623748820296 + - - -0.02235430689176514 + - -0.9981581121258543 + - 0.05639741271316639 + - -0.030268746026811722 + - - -0.12320091287984697 + - -0.053231163840493693 + - -0.9909530656200417 + - 0.5758735037992585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890354160274297 + - -0.019408929052517166 + - -0.14639753862850036 + - 0.06437721793114712 + - - -0.02629209730338052 + - -0.9986305781503384 + - -0.045229348906549456 + - -0.03258466015762313 + - - -0.14531920541634707 + - 0.048582526243034864 + - -0.9881913107698359 + - 0.573626830280638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998193478294704 + - -0.01827330099478758 + - 0.005230504431361423 + - -0.034718393700161713 + - - -0.018259436848462842 + - -0.9998296740626519 + - -0.0026862296530017035 + - 0.037538480460367285 + - - 0.00527869982378177 + - 0.0025902383144342984 + - -0.9999827128473998 + - 0.5789364614424417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969604658534956 + - -0.037109387184275165 + - -0.06850345179615801 + - 0.04854484840746857 + - - -0.036149687172376606 + - -0.9992308325225445 + - 0.0151968238011093 + - 0.03523550489560249 + - - -0.06901470598734953 + - -0.012674254183588326 + - -0.9975351290247223 + - 0.5748943199804976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999352007360996 + - -0.026885585157897324 + - 0.023931792541830407 + - -0.04274671465403878 + - - -0.028397689349424146 + - -0.9974638647752678 + - 0.06526415330945806 + - -0.02345617777665076 + - - 0.02211643332821458 + - -0.06590147022870047 + - -0.9975810040285125 + - 0.5786906820187394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891296713570833 + - -0.030053997270181952 + - -0.143941830227048 + - 0.025762560633026677 + - - -0.020461059058066257 + - -0.9974981064726754 + - 0.06766736765716234 + - -0.030272499998873596 + - - -0.14561537797654048 + - -0.06398659884312614 + - -0.9872699108477065 + - 0.5758591624679671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889978312294523 + - -0.015299471720833221 + - -0.1471367254919837 + - 0.06442272169158296 + - - -0.02622482974011841 + - -0.9970161229710366 + - -0.07260240244581624 + - -0.032611775906775366 + - - -0.14558690919358697 + - 0.07566225413550597 + - -0.9864480093601447 + - 0.5739510214289796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998346430572054 + - -0.01816323371834981 + - -0.0008851460689219273 + - -0.0347268144315591 + - - -0.018173942003117997 + - -0.9997347784329286 + - -0.014144985815901427 + - 0.03754876063679191 + - - -0.0006279926257774795 + - 0.01415873343761191 + - -0.9998995629025479 + - 0.5790969882761219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975112644528769 + - -0.03807677139772413 + - -0.05934169503433695 + - 0.04859554568232502 + - - -0.03639108776576776 + - -0.9989099609621847 + - 0.029233176730396025 + - 0.03526125607384363 + - - -0.060390115257771965 + - -0.027000914252147772 + - -0.9978095933637343 + - 0.5749726222278849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995711755409347 + - -0.02603116140567466 + - 0.013410580285201631 + - -0.042764836603468206 + - - -0.02682515480756487 + - -0.9976598139340376 + - 0.06289122936190782 + - -0.023435362471546116 + - - 0.0117420652895606 + - -0.06322400095670654 + - -0.9979302829385239 + - 0.5786013540936338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908876320813188 + - -0.027876162415080834 + - -0.1317748843948836 + - 0.025769840887142317 + - - -0.02263732027064619 + - -0.9988990377658776 + - 0.041088490862624116 + - -0.030264480247426347 + - - -0.13277519466843607 + - -0.037731047154986166 + - -0.9904277438366451 + - 0.5758685809822318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900878017509845 + - -0.01737847232694584 + - -0.13937049014581526 + - 0.06439676025982069 + - - -0.024453896887638802 + - -0.9984887407569409 + - -0.04921627280308454 + - -0.032590422077783815 + - - -0.13830456156942889 + - 0.052136582945188185 + - -0.9890164937794962 + - 0.5737525715442625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998346430572054 + - -0.01816323371834981 + - -0.0008851460689219273 + - -0.0347268144315591 + - - -0.018173942003117997 + - -0.9997347784329286 + - -0.014144985815901427 + - 0.03754876063679191 + - - -0.0006279926257774795 + - 0.01415873343761191 + - -0.9998995629025479 + - 0.5790969882761219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975112644528769 + - -0.03807677139772413 + - -0.05934169503433695 + - 0.04859554568232502 + - - -0.03639108776576776 + - -0.9989099609621847 + - 0.029233176730396025 + - 0.03526125607384363 + - - -0.060390115257771965 + - -0.027000914252147772 + - -0.9978095933637343 + - 0.5749726222278849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995711755409347 + - -0.02603116140567466 + - 0.013410580285201631 + - -0.042764836603468206 + - - -0.02682515480756487 + - -0.9976598139340376 + - 0.06289122936190782 + - -0.023435362471546116 + - - 0.0117420652895606 + - -0.06322400095670654 + - -0.9979302829385239 + - 0.5786013540936338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908876320813188 + - -0.027876162415080834 + - -0.1317748843948836 + - 0.025769840887142317 + - - -0.02263732027064619 + - -0.9988990377658776 + - 0.041088490862624116 + - -0.030264480247426347 + - - -0.13277519466843607 + - -0.037731047154986166 + - -0.9904277438366451 + - 0.5758685809822318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900878017509845 + - -0.01737847232694584 + - -0.13937049014581526 + - 0.06439676025982069 + - - -0.024453896887638802 + - -0.9984887407569409 + - -0.04921627280308454 + - -0.032590422077783815 + - - -0.13830456156942889 + - 0.052136582945188185 + - -0.9890164937794962 + - 0.5737525715442625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998299073466378 + - -0.018424639881115742 + - 0.0008300725660582103 + - -0.03471429215497786 + - - -0.0184316304632014 + - -0.9997859790439544 + - 0.009395270384094536 + - 0.037554831033767624 + - - 0.0006567904397213812 + - -0.009408971908421075 + - -0.9999555189476907 + - 0.5789292010290215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967078134008398 + - -0.03763067695994791 + - -0.07181550568820523 + - 0.048564325617320984 + - - -0.037124596805579925 + - -0.9992755976524743 + - 0.00836924419012313 + - 0.03525763670303854 + - - -0.07207842269181337 + - -0.005675569383491857 + - -0.9973828196306742 + - 0.5750255994162546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995934380242328 + - -0.027764677386000667 + - 0.006487013838852589 + - -0.042757699019482245 + - - -0.028124925667945288 + - -0.9975320038572892 + - 0.06433420425118566 + - -0.023421012198715136 + - - 0.004684785487801347 + - -0.06449049519202055 + - -0.9979073247625858 + - 0.5784921371639635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928555007875491 + - -0.0301330797619178 + - -0.1154554115664005 + - 0.02576602652626125 + - - -0.02214704908161428 + - -0.9973124090278306 + - 0.0698388646534432 + - -0.03025142919197965 + - - -0.11724957472367052 + - -0.06678290427322918 + - -0.9908544701034312 + - 0.575832946095588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912952346173185 + - -0.016014747782230963 + - -0.13068008906664777 + - 0.06439773962669354 + - - -0.02613755478704108 + - -0.9967561026354591 + - -0.07611898638792129 + - -0.03259465128352074 + - - -0.12903714990168488 + - 0.07887204645780181 + - -0.9884981609658202 + - 0.5738243157306551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997562010469764 + - -0.01971822941714571 + - 0.009936291902434986 + - -0.03465007322573396 + - - -0.01976244662661137 + - -0.9997951459812013 + - 0.004371701700709076 + - 0.03760002366684999 + - - 0.009848054196028902 + - -0.004567001322799814 + - -0.9999410774278007 + - 0.5790286301457932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975852329353648 + - -0.03551042023260015 + - -0.05968846692786001 + - 0.048561479630650196 + - - -0.03546329249876515 + - -0.9993692690746654 + - 0.001849030642478956 + - 0.035231396917071035 + - - -0.05971647942102015 + - 0.00027218389728357226 + - -0.998215341497758 + - 0.5748906262050865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994016305651324 + - -0.028161233867125553 + - 0.02008297116553162 + - -0.04277796249793938 + - - -0.02930878448554402 + - -0.9978073669842745 + - 0.059341836371067255 + - -0.02346061332341493 + - - 0.01836779724774988 + - -0.05989493550369386 + - -0.998035681088244 + - 0.5785663552540797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916063822122361 + - -0.027315991934886024 + - -0.1263749157885935 + - 0.025780460155098224 + - - -0.022532564346599917 + - -0.9989801520452615 + - 0.03912722023850811 + - -0.03028098643486173 + - - -0.12731483142166583 + - -0.03595125038492578 + - -0.9912105938173952 + - 0.5760414256782977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908214467819201 + - -0.01472285769327723 + - -0.134372981132094 + - 0.06443134161105911 + - - -0.02651232363848458 + - -0.9959099459063584 + - -0.08637404899669199 + - -0.03262450163767896 + - - -0.13255171553876938 + - 0.08914380015535686 + - -0.9871592706354894 + - 0.5740918788035774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997944108541569 + - -0.018365436309290443 + - 0.008593414569230885 + - -0.03468777756769151 + - - -0.018329306437253546 + - -0.999822909985958 + - -0.004264410010955207 + - 0.037578928826250385 + - - 0.008670210511777045 + - 0.004106021965561738 + - -0.9999539829578665 + - 0.5792361171259196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966931343855446 + - -0.03825670004435772 + - -0.07168835868141044 + - 0.04854638400328888 + - - -0.0370529398774333 + - -0.9991503257745381 + - 0.01804733085730645 + - 0.03525435225143467 + - - -0.07231787825398245 + - -0.01533138631532755 + - -0.9972637931252151 + - 0.5747803595903875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988796743955182 + - -0.026464919457444565 + - 0.03923014297213937 + - -0.042731959189862515 + - - -0.028833837910213836 + - -0.9977148885433675 + - 0.06110328117428541 + - -0.02345061154374954 + - - 0.03752340430812535 + - -0.06216598118752118 + - -0.9973602082057025 + - 0.5785762366481371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908950536800641 + - -0.027077431784595162 + - -0.131885576468139 + - 0.025775268984441494 + - - -0.022024039694907436 + - -0.9989718377663244 + - 0.03962586308575335 + - -0.030274573833941377 + - - -0.13282294330385805 + - -0.036360418558156395 + - -0.9904726072407944 + - 0.5760345915304178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892131783265228 + - -0.014892500878957368 + - -0.1457240585583226 + - 0.06439171953640035 + - - -0.02531030167452819 + - -0.9972329184298531 + - -0.06989917759904163 + - -0.03259602613851397 + - - -0.14427985463772675 + - 0.07283350751850581 + - -0.9868528784617635 + - 0.5737817092340632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99981600459782 + - -0.018935419958760653 + - -0.0030670541301396946 + - -0.034667598136096794 + - - -0.018937416059613684 + - -0.9998204769020814 + - -0.0006230893030211563 + - 0.03756969290671169 + - - -0.003054705065456251 + - 0.0006810567375940649 + - -0.9999951024573486 + - 0.5790139122737552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970862408397425 + - -0.03740776651729677 + - -0.06648072902923376 + - 0.04858222129727094 + - - -0.03672925557225187 + - -0.9992602310812644 + - 0.011399665105897131 + - 0.035269546286864864 + - - -0.06685798466285982 + - -0.008924661540126604 + - -0.9977225868462714 + - 0.57495809190917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993048848501709 + - -0.02735568867311927 + - 0.02532614087866846 + - -0.04275145273150263 + - - -0.028985525313249876 + - -0.9973722024564825 + - 0.06639675511212173 + - -0.023455413723532385 + - - 0.02344325994612819 + - -0.06708469321926938 + - -0.9974718329350326 + - 0.5787832748268489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903253610052934 + - -0.03013369731014911 + - -0.1354534592993315 + - 0.025770785606840672 + - - -0.02145578048743834 + - -0.9976496677527087 + - 0.06507526347687562 + - -0.030270444179581194 + - - -0.13709605695792348 + - -0.06153942410626081 + - -0.9886443093687737 + - 0.5760029469336742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883941259365814 + - -0.015802713166684856 + - -0.15108714727147698 + - 0.06438372005151737 + - - -0.025081755266217434 + - -0.9979007229911867 + - -0.0597080614861415 + - -0.03260202236966292 + - - -0.14982642412747849 + - 0.06280462809569662 + - -0.9867155726565455 + - 0.5736963590318828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998140951158137 + - -0.01767134330222748 + - 0.007713548706117301 + - -0.03471038820029731 + - - -0.017576516292866624 + - -0.999771172883832 + - -0.012192946546824724 + - 0.03755463045564211 + - - 0.007927249381306106 + - 0.012055102504000156 + - -0.9998959111931925 + - 0.5792652918731541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979257976464666 + - -0.03700274042781516 + - -0.05267731572978228 + - 0.04859767995499531 + - - -0.03642059687237568 + - -0.999264873476238 + - 0.011968824502809719 + - 0.03527429313053361 + - - -0.05308147054409225 + - -0.010025459458343709 + - -0.9985398578161649 + - 0.575156321973957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993703646419472 + - -0.028858647450617708 + - 0.020641045098115082 + - -0.042744547239096244 + - - -0.02975376252795586 + - -0.9985679714415095 + - 0.044460319686426795 + - -0.023445442214520572 + - - 0.019328421840685138 + - -0.04504647465130004 + - -0.9987978910823946 + - 0.5787604474285597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906830977440965 + - -0.03023353352512875 + - -0.13278905562864016 + - 0.02576409222019746 + - - -0.021989770097780265 + - -0.9977639473111192 + - 0.06311541378443566 + - -0.030284695584631833 + - - -0.1344003342823519 + - -0.05960737283859001 + - -0.989132706591018 + - 0.5760080449334959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882076619602654 + - -0.012237049279841273 + - -0.15262985116925332 + - 0.06439612245644913 + - - -0.025644496281362894 + - -0.9959489298384516 + - -0.0861863618220312 + - -0.0326124272252552 + - - -0.15095687017655357 + - 0.08908413875974582 + - -0.9845181763522365 + - 0.5738125129998647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998071712309977 + - -0.018484281163818485 + - 0.006629608203144608 + - -0.03470658882571506 + - - -0.018451690667026073 + - -0.9998175301554353 + - -0.004943835091694512 + - 0.03754029583773484 + - - 0.006719781737428688 + - 0.004820554298251628 + - -0.9999658028101057 + - 0.5789942368493288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965629596862206 + - -0.03731109106728125 + - -0.07396046149673073 + - 0.04858003615802066 + - - -0.03632307376038025 + - -0.9992325713820703 + - 0.014659556670458417 + - 0.03526165473551782 + - - -0.07445066617592026 + - -0.011922699884902405 + - -0.9971534222643057 + - 0.5750193771603072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993694598468887 + - -0.027606786264118367 + - 0.02232819019770723 + - -0.04277099481244604 + - - -0.02870683729948411 + - -0.9983090065797605 + - 0.05054745170623271 + - -0.023452293607487764 + - - 0.020894980679547225 + - -0.051156551231491994 + - -0.9984720361875451 + - 0.5785808336138796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992235738954526 + - -0.02836080297432031 + - -0.12109460432247823 + - 0.025779025245584175 + - - -0.023692064533448687 + - -0.9989258712000705 + - 0.03982197791827261 + - -0.03029309735447685 + - - -0.12209391639024725 + - -0.036643808506107454 + - -0.9918418759452835 + - 0.5760444020400286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989279215215462 + - -0.012988632797131985 + - -0.1454576562465545 + - 0.06440487228992162 + - - -0.025411871939905302 + - -0.9961519041903706 + - -0.08387860598751966 + - -0.03260485965450541 + - - -0.14380845283636634 + - 0.0866757128379166 + - -0.9858024394861532 + - 0.5738846725654995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998101252068434 + - -0.018787904740718942 + - 0.00516992933507098 + - -0.03470901012911699 + - - -0.018759535790758803 + - -0.9998089946876992 + - -0.005482149075689807 + - 0.037538197604999136 + - - 0.005271939945712241 + - 0.005384122679371049 + - -0.9999716085330538 + - 0.5789910357642103 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980094587291347 + - -0.03647903386131978 + - -0.051443176182311506 + - 0.048572467170243314 + - - -0.035702740210644436 + - -0.9992354877566043 + - 0.015929668837499918 + - 0.03526965177908364 + - - -0.05198494617320373 + - -0.014061297819400177 + - -0.9985488697479975 + - 0.5750439573207885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991366042517923 + - -0.02868047475494139 + - 0.030057884357163583 + - -0.04273212489640148 + - - -0.03014163964589236 + - -0.9983270139712759 + - 0.049342220609263084 + - -0.023477134018319218 + - - 0.02859243962404432 + - -0.05020561266459345 + - -0.9983295392070287 + - 0.5787283188485635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898410384914164 + - -0.028098444281819367 + - -0.13937430160246822 + - 0.025756748036440336 + - - -0.02160713879503564 + - -0.9986197823861939 + - 0.047871304348668 + - -0.030277825336251486 + - - -0.1405270439144236 + - -0.04437350173123851 + - -0.9890819694407442 + - 0.5760118904539258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914461339842071 + - -0.014658329325870773 + - -0.12969077372405427 + - 0.06442665037751777 + - - -0.025331563494729217 + - -0.996389310417875 + - -0.08103489357001985 + - -0.032604274394653805 + - - -0.12803466444163483 + - 0.0836270020170893 + - -0.9882376481570373 + - 0.5738671273066821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998114456617332 + - -0.01896643401624407 + - -0.004165033553597762 + - -0.03469026978493975 + - - -0.018987437746079094 + - -0.9998069050132095 + - -0.005062597726984172 + - 0.03753748143595802 + - - -0.004068209880759116 + - 0.005140726467529117 + - -0.9999785110689886 + - 0.5787905478585641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976317533484422 + - -0.03675540533385215 + - -0.05813712144281918 + - 0.04859220154235703 + - - -0.036131836438695296 + - -0.9992780560846586 + - 0.011741253052098801 + - 0.035255417615926946 + - - -0.05852670421679528 + - -0.009612845905884567 + - -0.9982395594681217 + - 0.5750470823377736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994925028836082 + - -0.02839562452694865 + - 0.014436938289849162 + - -0.04277128524327001 + - - -0.028993154195562986 + - -0.9986535122382134 + - 0.04301812994625615 + - -0.023451165806699835 + - - 0.013195972463318835 + - -0.04341487074730529 + - -0.9989699771808672 + - 0.5787938765479799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930306143606102 + - -0.029829853092204917 + - -0.11401920367677786 + - 0.02576072243423488 + - - -0.022895573005873904 + - -0.9978351981335187 + - 0.06164989945307369 + - -0.030269023376324776 + - - -0.11561138213567805 + - -0.05860970252730233 + - -0.9915638714123964 + - 0.5757952600288461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875315036311113 + - -0.019553414676615977 + - -0.15620241134681867 + - 0.06442444386109218 + - - -0.025421391475935126 + - -0.9990406920821786 + - -0.03565737538559784 + - -0.03259067994349948 + - - -0.1553553416896365 + - 0.03918366417841094 + - -0.9870812318497654 + - 0.5739313478906749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997887985981972 + - -0.019597187023364333 + - 0.006189382711122968 + - -0.034678756324230633 + - - -0.019588056589001306 + - -0.9998069613038137 + - -0.0015323731596472556 + - 0.03756806846393457 + - - 0.006218218124153406 + - 0.00141081154149139 + - -0.9999796714804531 + - 0.578938674063846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979024133393122 + - -0.03704761911270819 + - -0.053087167655245494 + - 0.04856190201057235 + - - -0.03603103220429609 + - -0.9991509115941934 + - 0.019980504968200336 + - 0.03526354371282855 + - - -0.053782322094433795 + - -0.018025808680084215 + - -0.998389969927362 + - 0.5748729446134107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991113706341218 + - -0.026232392014191495 + - 0.032989857211276605 + - -0.042723718478967686 + - - -0.02795745131769519 + - -0.9982049394458348 + - 0.05296489197341811 + - -0.023438240154539488 + - - 0.03154124261067309 + - -0.05384013814201194 + - -0.9980512960461619 + - 0.57873454948265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9887369704203173 + - -0.03047976700827066 + - -0.14652708666718967 + - 0.025761999276297996 + - - -0.01976181891387386 + - -0.997058436169499 + - 0.07405366551663098 + - -0.030260922314885343 + - - -0.14835320635991606 + - -0.07032395513873874 + - -0.9864308731464042 + - 0.5757454408013526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861433342521865 + - -0.012014448363686172 + - -0.1654598964719144 + - 0.06441516570174902 + - - -0.026121948418807692 + - -0.9961777157038093 + - -0.08335227978853105 + - -0.03260080381417997 + - - -0.16382603004646562 + - 0.08651942998920376 + - -0.9826878548723179 + - 0.5739035864024491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998204185241837 + - -0.018949025582298752 + - -0.0002552089486953527 + - -0.03468552934789336 + - - -0.01895058443857036 + - -0.9997766092729369 + - -0.009359855775951217 + - 0.03753444192885713 + - - -7.779179083762423e-05 + - 0.009363011277969274 + - -0.999956163023283 + - 0.5789052508267097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965455579513627 + - -0.03749489776217841 + - -0.07410184592310037 + - 0.04857625839932162 + - - -0.03619402181560217 + - -0.9991675293179388 + - 0.018821294894310496 + - 0.03523812896344257 + - - -0.07474586083669671 + - -0.016074233993900705 + - -0.997073054138608 + - 0.5748105227817368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990479569707946 + - -0.026181913281779025 + - 0.0348953734667872 + - -0.04276689638680373 + - - -0.02895937680039011 + - -0.996242442001535 + - 0.08162322739363033 + - -0.02341955665760029 + - - 0.03262719981570868 + - -0.082556066837784 + - -0.9960521882213111 + - 0.5783537766867555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9869010923092012 + - -0.02716271458554973 + - -0.1590233345621002 + - 0.025775795240375703 + - - -0.019544325513761958 + - -0.9985939059750528 + - 0.04927707671625549 + - -0.030276199307651148 + - - -0.16013823197199908 + - -0.045523597022111284 + - -0.9860442935157887 + - 0.5758645293105105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985591088817503 + - -0.01609077855331176 + - -0.1683784204970377 + - 0.06436941148750193 + - - -0.02617863644243999 + - -0.9979811500660585 + - -0.057864523732963004 + - -0.03259298940446469 + - - -0.16710740449646003 + - 0.061438676404821486 + - -0.9840225629547734 + - 0.5736155908808225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995985628678263 + - -0.017408541752353263 + - 0.022352981604985906 + - -0.0346720600760361 + - - -0.01766220299648074 + - -0.9997812666356681 + - 0.011201136982032844 + - 0.03758020672422792 + - - 0.022153096801291048 + - -0.011591443328409553 + - -0.9996873905094917 + - 0.5791590213132325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964240276545592 + - -0.03820049442384907 + - -0.07536497421508015 + - 0.048572237912362745 + - - -0.03697148432798841 + - -0.9991606834931211 + - 0.017636266842649594 + - 0.03526307333347995 + - - -0.07597543326136105 + - -0.014786845077071379 + - -0.9970000415012108 + - 0.5751061397995787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993059389390996 + - -0.02639288966340539 + - 0.026287939749243597 + - -0.042758038088329155 + - - -0.02811851743106311 + - -0.9973165237103118 + - 0.06759512195313104 + - -0.023408577832070787 + - - 0.024433366090728322 + - -0.0682873847031424 + - -0.9973664540738685 + - 0.5785353528549119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888921609061988 + - -0.028851710845930544 + - -0.14580765713614396 + - 0.02575526704027205 + - - -0.02076344586409406 + - -0.9981757294319831 + - 0.05669296683696197 + - -0.030250293611662725 + - - -0.14717735360481699 + - -0.05303576108807008 + - -0.987687214978351 + - 0.5756775545689721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907463881825906 + - -0.016023049830120276 + - -0.13477706102038592 + - 0.06442442008602219 + - - -0.02479526869700114 + - -0.9976634259481648 + - -0.06366225864367946 + - -0.032589106868727 + - - -0.13344208089427737 + - 0.06641498625696392 + - -0.9888287317058971 + - 0.5739518539588211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998134328253034 + - -0.018139784150208758 + - 0.006636849634146402 + - -0.034712266717221565 + - - -0.018129663458860665 + - -0.9998343926922679 + - -0.0015819268479180801 + - 0.03756673717537722 + - - 0.0066644463349093234 + - 0.0014613078620013505 + - -0.9999767245963185 + - 0.5790146417708113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963591770736896 + - -0.038235039148121354 + - -0.07620021025155828 + - 0.048565896424395974 + - - -0.03724030522597214 + - -0.9992021031124679 + - 0.014433184066513541 + - 0.03525554900885354 + - - -0.07669126369878444 + - -0.011542916311013238 + - -0.9969880697156415 + - 0.5748830249724222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994611601597903 + - -0.02701003861382089 + - 0.018650660742339807 + - -0.04277635804774891 + - - -0.0281880163804304 + - -0.9974155281247182 + - 0.06608857683614273 + - -0.02342766953069362 + - - 0.016817403621919115 + - -0.06657869080847158 + - -0.9976394403118033 + - 0.5786018724103591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9951472318351025 + - -0.02663219043304577 + - -0.09472440764486591 + - 0.025789926765366455 + - - -0.023294486052102773 + - -0.9990741555333352 + - 0.03616902908457921 + - -0.030288775117094296 + - - -0.0955999680465487 + - -0.033786952779005286 + - -0.9948462634655707 + - 0.5759737457072138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895151184781042 + - -0.012748799505389385 + - -0.14386555673417695 + - 0.06442283793625986 + - - -0.025425168206108243 + - -0.9959168054545668 + - -0.08662146059067322 + - -0.03261569639160345 + - - -0.14217380604370977 + - 0.0893710508181583 + - -0.9857988761155613 + - 0.5739678061058201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997721690621342 + - -0.018710989315189774 + - 0.010271749979547131 + - -0.03468803649595908 + - - -0.018626089859557875 + - -0.9997920702284195 + - -0.008299703905252274 + - 0.0375653566493655 + - - 0.010424909848010564 + - 0.008106490437793577 + - -0.9999127992317345 + - 0.5791292828202719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995371400675754 + - -0.037963107565179066 + - -0.08828690265708844 + - 0.04854039888795966 + - - -0.03734211394466325 + - -0.9992648814150216 + - 0.008675442165484286 + - 0.0352445273485305 + - - -0.0885513480582388 + - -0.005338467440897201 + - -0.9960573073485536 + - 0.5747617647242784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992126239497491 + - -0.027466528714117297 + - 0.02863078657414095 + - -0.042730864338025316 + - - -0.028850320254481136 + - -0.9983773255872453 + - 0.04909556776810786 + - -0.02342619668169272 + - - 0.02723584330751143 + - -0.04988291845567544 + - -0.9983836453416455 + - 0.5784621994690997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924987100956825 + - -0.03171325009088766 + - -0.11807023429755377 + - 0.025780417557948035 + - - -0.022038561986465182 + - -0.9963587515951094 + - 0.08236224805942792 + - -0.030247038171461023 + - - -0.12025228581600918 + - -0.07914232678223974 + - -0.989583690178611 + - 0.5757676094789166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989036488881645 + - -0.012051643356657092 + - -0.14717874015316146 + - 0.06440636914185888 + - - -0.025156760203840063 + - -0.9958460836110912 + - -0.0875083720137567 + - -0.032605393812382 + - - -0.1455127522821088 + - 0.09025151327737109 + - -0.9852312943032362 + - 0.5738444282640001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997721690621342 + - -0.018710989315189774 + - 0.010271749979547131 + - -0.03468803649595908 + - - -0.018626089859557875 + - -0.9997920702284195 + - -0.008299703905252274 + - 0.0375653566493655 + - - 0.010424909848010564 + - 0.008106490437793577 + - -0.9999127992317345 + - 0.5791292828202719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995371400675754 + - -0.037963107565179066 + - -0.08828690265708844 + - 0.04854039888795966 + - - -0.03734211394466325 + - -0.9992648814150216 + - 0.008675442165484286 + - 0.0352445273485305 + - - -0.0885513480582388 + - -0.005338467440897201 + - -0.9960573073485536 + - 0.5747617647242784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992126239497491 + - -0.027466528714117297 + - 0.02863078657414095 + - -0.042730864338025316 + - - -0.028850320254481136 + - -0.9983773255872453 + - 0.04909556776810786 + - -0.02342619668169272 + - - 0.02723584330751143 + - -0.04988291845567544 + - -0.9983836453416455 + - 0.5784621994690997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924987100956825 + - -0.03171325009088766 + - -0.11807023429755377 + - 0.025780417557948035 + - - -0.022038561986465182 + - -0.9963587515951094 + - 0.08236224805942792 + - -0.030247038171461023 + - - -0.12025228581600918 + - -0.07914232678223974 + - -0.989583690178611 + - 0.5757676094789166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989036488881645 + - -0.012051643356657092 + - -0.14717874015316146 + - 0.06440636914185888 + - - -0.025156760203840063 + - -0.9958460836110912 + - -0.0875083720137567 + - -0.032605393812382 + - - -0.1455127522821088 + - 0.09025151327737109 + - -0.9852312943032362 + - 0.5738444282640001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998033938011464 + - -0.019753513635861596 + - -0.0017240773612773332 + - -0.034701020626878826 + - - -0.0197831422225782 + - -0.9996178470578883 + - -0.01930769606020652 + - 0.03754779890323274 + - - -0.0013420236626389324 + - 0.01933800771511638 + - -0.9998121025623259 + - 0.579078249955963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971661971610194 + - -0.03906851638821158 + - -0.06429017239559352 + - 0.048590364177387886 + - - -0.03718152684599512 + - -0.9988493390729638 + - 0.030290788944883525 + - 0.03528999018948567 + - - -0.06539961239053053 + - -0.027814544050316137 + - -0.9974714240711063 + - 0.5751110159771166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987641255421703 + - -0.028397819444815443 + - 0.04078952538046403 + - -0.04273675653821459 + - - -0.03043684506286878 + - -0.9982717719002455 + - 0.05026995016670561 + - -0.023450552365868738 + - - 0.03929147480819188 + - -0.05144932728349134 + - -0.9979023733459469 + - 0.5784704092930616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923257205589214 + - -0.029035532693183267 + - -0.12019401881308645 + - 0.02577337823959163 + - - -0.02269152613702932 + - -0.9982929107630194 + - 0.053817831263158054 + - -0.03026612017040508 + - - -0.1215514662963389 + - -0.05067743246772002 + - -0.9912905925507861 + - 0.575747916846784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847110053715147 + - -0.013873397308465565 + - -0.17364263516585518 + - 0.0643860847511382 + - - -0.025762975455376865 + - -0.9974600252689625 + - -0.06640607717766779 + - -0.032588613849562714 + - - -0.17228030936792074 + - 0.06986434596818454 + - -0.9825672842948372 + - 0.573698637192453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997871382590773 + - -0.01893623480360013 + - 0.008191287028774192 + - -0.03470287094047449 + - - -0.01873936611527181 + - -0.999548716777643 + - -0.023477626493417506 + - 0.03754717093299793 + - - 0.008632168286279175 + - 0.023319129478381908 + - -0.999690804134482 + - 0.5792078966747257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967202445929151 + - -0.036848639267711716 + - -0.07204812143808852 + - 0.0485402766502652 + - - -0.035778939028446144 + - -0.9992303206595577 + - 0.01608209552877484 + - 0.035224063982646235 + - - -0.07258527082430864 + - -0.013451544844959633 + - -0.9972714948300921 + - 0.5747446444030511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991121709601067 + - -0.026231955437943152 + - 0.032965957490785285 + - -0.042740716696211524 + - - -0.02851584969197746 + - -0.9970803138447942 + - 0.07083568351835137 + - -0.023390136225578576 + - - 0.031011548747636685 + - -0.07171284583022244 + - -0.996943103485452 + - 0.578445316767415 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900005054847346 + - -0.02903213807316214 + - -0.1380439571255138 + - 0.02576199177466069 + - - -0.022211849978525686 + - -0.9984672396690293 + - 0.0506932444043611 + - -0.030265124441087796 + - - -0.13930410209502556 + - -0.04712012591886475 + - -0.9891279294777237 + - 0.5758414049334295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982700579442709 + - -0.01113294466297219 + - -0.18486651591376704 + - 0.0643802597970704 + - - -0.025459854442555767 + - -0.9968353351861431 + - -0.07530677483529709 + - -0.03257915845384861 + - - -0.1834430891986061 + - 0.07871068585307499 + - -0.9798741046470262 + - 0.5736106073333266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998292336490959 + - -0.017664654379859694 + - 0.0054280315310188685 + - -0.034702522206214226 + - - -0.017613840267347552 + - -0.9998018826621767 + - -0.009270817450694475 + - 0.03757174838486014 + - - 0.005590721929947609 + - 0.009173625826675028 + - -0.9999422925436722 + - 0.5791934452916445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947739762616692 + - -0.03858698399429781 + - -0.0945292590617948 + - 0.048544046784633935 + - - -0.037043130173743256 + - -0.9991509418916908 + - 0.01803335309583537 + - 0.03524752202458537 + - - -0.0951448509351884 + - -0.014437450715821268 + - -0.9953587380223021 + - 0.5748441048531997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992182598192654 + - -0.026431825550199226 + - 0.02939775232637312 + - -0.042726222498210245 + - - -0.028335097562928936 + - -0.9973952996923798 + - 0.0663305238758663 + - -0.023443551380171613 + - - 0.027567943156105053 + - -0.06711165882044196 + - -0.9973645440662657 + - 0.5784455643369972 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914192957841265 + - -0.02962588102965731 + - -0.1273188403973398 + - 0.025751347574813132 + - - -0.02173434957911345 + - -0.9977811962922539 + - 0.06293093336326203 + - -0.030273198218252147 + - - -0.12890072922710552 + - -0.05962374945283989 + - -0.9898634302295974 + - 0.5757233608536309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886188660463076 + - -0.015220244726989358 + - -0.14966990962703025 + - 0.06439848500463213 + - - -0.02481912030414763 + - -0.997737796576244 + - -0.06247639994837686 + - -0.03260296917444875 + - - -0.14838041974816318 + - 0.06548002316456408 + - -0.9867601621476856 + - 0.5736852331668212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998297897149485 + - -0.018223270098970762 + - 0.0028816706025623874 + - -0.03470895820142833 + - - -0.01822288844766535 + - -0.9998339367958605 + - -0.00015864398922109857 + - 0.03755842100707868 + - - 0.0028840830753740056 + - 0.00010610462444906055 + - -0.9999958353946397 + - 0.5790550748954817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998025061182801 + - -0.036863332898105186 + - -0.050863267086472444 + - 0.04859583211855015 + - - -0.036071531738153764 + - -0.9992146557628108 + - 0.016398667838300345 + - 0.03525850047095562 + - - -0.051427831464390186 + - -0.014531565519620251 + - -0.9985709848350388 + - 0.574700371614554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999164091864927 + - -0.02684304880186913 + - 0.030831287011022723 + - -0.04274916693151848 + - - -0.0286247539440664 + - -0.9978545411028482 + - 0.05888071213960708 + - -0.02341948554239236 + - - 0.029184601922541985 + - -0.0597140312778001 + - -0.997788802041383 + - 0.5785489164843861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924729921185318 + - -0.029739836305736886 + - -0.11879773588666005 + - 0.025749128171065252 + - - -0.020858424323725186 + - -0.99694148297956 + - 0.07531670232588936 + - -0.030243602233170457 + - - -0.12067429738772086 + - -0.0722718593300544 + - -0.9900578227047935 + - 0.575624901976218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880991894224204 + - -0.015438303901557683 + - -0.15304133636177875 + - 0.06439727272804588 + - - -0.02625517300395358 + - -0.9972771659593951 + - -0.06891240923468923 + - -0.0326002737481182 + - - -0.15156073948515963 + - 0.07211042246887729 + - -0.9858140946537898 + - 0.5738527857222928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998338323420984 + - -0.018046010549847422 + - 0.002578605698299971 + - -0.03469536812036679 + - - -0.018076196950884655 + - -0.9997620971321989 + - 0.012206565512933667 + - 0.03756492284833319 + - - 0.002357712430585611 + - -0.012251148560992506 + - -0.9999221722469365 + - 0.579016932204521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964609128218598 + - -0.039170282053909655 + - -0.07437296701116003 + - 0.04856828584900063 + - - -0.03693760297025958 + - -0.998831577846819 + - 0.03116235842880183 + - 0.035271343763024945 + - - -0.07550670635802759 + - -0.0283049129984674 + - -0.9967434821432802 + - 0.5749876352361942 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991644329317247 + - -0.027938520713034303 + - 0.02983077311422227 + - -0.04276459257371013 + - - -0.029709375111619214 + - -0.9977156023361456 + - 0.06067066742256635 + - -0.023433005517397652 + - - 0.028067579067350176 + - -0.06150622663917781 + - -0.9977119800272565 + - 0.5786705866178247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916397964882678 + - -0.030189450473826873 + - -0.1254556140664698 + - 0.025766229656845538 + - - -0.02239582598001113 + - -0.9977574490781171 + - 0.06307535008069187 + - -0.030275835715707862 + - - -0.12707848362086996 + - -0.05973834521659545 + - -0.9900921114277214 + - 0.5757499846486194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878810831968268 + - -0.011475133169901248 + - -0.15478787672358946 + - 0.06441061465725115 + - - -0.026456834882382336 + - -0.9951180824192004 + - -0.09507911405950242 + - -0.03260248902182762 + - - -0.1529411695714089 + - 0.09802205548276646 + - -0.9833619248725584 + - 0.573884969384753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998328325429383 + - -0.017705386815568894 + - -0.004563578297316561 + - -0.034702338491686927 + - - -0.01772821489861419 + - -0.9998302843157644 + - -0.005011283425106636 + - 0.0375490484722075 + - - -0.004474077075019307 + - 0.005091349798361325 + - -0.9999770301319715 + - 0.5789206827006785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968358551920563 + - -0.03854994923164851 + - -0.06951387787887511 + - 0.04857022756280942 + - - -0.03666675380889172 + - -0.9989305174239529 + - 0.028166833762983394 + - 0.035291155196708016 + - - -0.07052536400926948 + - -0.025528861575689954 + - -0.9971832581115715 + - 0.5749631341718112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989346469861026 + - -0.027270753976767516 + - 0.037227369344197014 + - -0.04278450599554366 + - - -0.029611115022786544 + - -0.9975210502131225 + - 0.06383522733426167 + - -0.02340530988265962 + - - 0.03539424978521152 + - -0.06486956419807505 + - -0.997265855588616 + - 0.5784899821375488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9909096069746149 + - -0.029683591143701917 + - -0.13121370058887782 + - 0.025765305138203028 + - - -0.022504904755724805 + - -0.998185035969051 + - 0.0558584212934816 + - -0.030270155721901667 + - - -0.13263363098154968 + - -0.05239769445574743 + - -0.989779168071531 + - 0.5757367133360682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874568357478927 + - -0.014768246762638125 + - -0.157196998770069 + - 0.06441516493940479 + - - -0.02495531191854733 + - -0.9976996230774609 + - -0.06302931475227352 + - -0.03260665898702741 + - - -0.15590455394826433 + - 0.06616162784160456 + - -0.9855538590353864 + - 0.573900136830307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997699686408179 + - -0.020017241328772913 + - -0.007701938296529419 + - -0.03467971278204239 + - - -0.02005095137431877 + - -0.9997896056674571 + - -0.004324783034428035 + - 0.03759530962691002 + - - -0.007613747626667507 + - 0.004478219388980172 + - -0.9999609874381006 + - 0.5790900776292807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970557777597389 + - -0.03821603996288453 + - -0.0664778935096287 + - 0.048577679642276536 + - - -0.03648942269305297 + - -0.9989693277875575 + - 0.026996373297229388 + - 0.03527306039026151 + - - -0.06744107107282647 + - -0.024491150018544686 + - -0.997422621311207 + - 0.5751107203642013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988821434350591 + - -0.02638781214745669 + - 0.03921921591073147 + - -0.04277811156884688 + - - -0.02960563332662368 + - -0.9960368328253739 + - 0.08386974502482507 + - -0.023450121360051007 + - - 0.03685064452504929 + - -0.08493710040535994 + - -0.9957046344036066 + - 0.578410770880908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932826544650682 + - -0.02847639429708577 + - -0.11215464014772043 + - 0.025767995846403227 + - - -0.022566876195878525 + - -0.9983067843455198 + - 0.05361250253874789 + - -0.030252557184664068 + - - -0.11349142891684665 + - -0.05072138895519581 + - -0.9922434359898117 + - 0.5757841128340695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878807930570448 + - -0.013800330844358704 + - -0.15459977224294494 + - 0.06440264736296386 + - - -0.02642963240013987 + - -0.9964496018566686 + - -0.07993538322220106 + - -0.03260635563250198 + - - -0.15294774676397713 + - 0.08305264492039316 + - -0.9847381605947592 + - 0.5739531533635458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998093013428185 + - -0.018887277377318448 + - -0.00496303351362933 + - -0.03468246622287226 + - - -0.018904534787233945 + - -0.999815328590098 + - -0.0034535895460585824 + - 0.03756584288226823 + - - -0.004896888079529161 + - 0.003546754790878307 + - -0.9999817203417221 + - 0.579106158568262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996192430287196 + - -0.037543032259736715 + - -0.07868394097422048 + - 0.04855741877327883 + - - -0.036090157418701925 + - -0.999152239766103 + - 0.019806622828582685 + - 0.035250622988534645 + - - -0.07936083653782612 + - -0.016891491915304174 + - -0.9967028319037187 + - 0.5750267944015608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990754061321167 + - -0.026002365776858976 + - 0.034237550086895115 + - -0.04273743239901076 + - - -0.0282276965258877 + - -0.9974067524621737 + - 0.06620398244594368 + - -0.02342945505663792 + - - 0.03242730347698689 + - -0.06710921782338745 + - -0.997218543185166 + - 0.5784305743138999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920758286370749 + - -0.028998604023073644 + - -0.12224823597407958 + - 0.02577554898145755 + - - -0.022715297033012727 + - -0.9983634805683426 + - 0.052482148852404875 + - -0.03027068386526682 + - - -0.12357008341327311 + - -0.049289366319490824 + - -0.9911109891697595 + - 0.5757962059422824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843534483696764 + - -0.014306394524710981 + - -0.17562350571159363 + - 0.06439894607921656 + - - -0.025179423633196363 + - -0.997890384682786 + - -0.05983959210373779 + - -0.03258413243990995 + - - -0.17439691886104774 + - 0.06332540748660845 + - -0.9826370680258446 + - 0.5736918916194063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996463334639539 + - -0.0174072857037056 + - 0.02010458645440918 + - -0.03470659422807548 + - - -0.01746528959860243 + - -0.9998437891107492 + - 0.002713122904883718 + - 0.037553552165368514 + - - 0.02005421779352654 + - -0.0030632957887904767 + - -0.9997942011072082 + - 0.5791762199124895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971067969200839 + - -0.03973014839886016 + - -0.06480394157746316 + - 0.04860246780537373 + - - -0.03729640309103098 + - -0.9985683744287674 + - 0.038342925125242705 + - 0.035283906984605866 + - - -0.0662345367028565 + - -0.035815037329216676 + - -0.9971611049619137 + - 0.5751286820358301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987914653266314 + - -0.02793024072866078 + - 0.04044144462700788 + - -0.04272313801838347 + - - -0.03061447683807094 + - -0.9972595304081308 + - 0.06735119017572885 + - -0.02342434552725331 + - - 0.03844948112278636 + - -0.06850788759694051 + - -0.9969093773951546 + - 0.5783767501039999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9928914797027794 + - -0.02752293884438668 + - -0.11579722523011214 + - 0.025740106432857603 + - - -0.021790947173505545 + - -0.9984873975247134 + - 0.05047842713088129 + - -0.030262702516357442 + - - -0.11701138472348176 + - -0.04759626898922175 + - -0.9919893804993076 + - 0.5758231292801976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885240724506393 + - -0.01412276830885198 + - -0.15040181382183448 + - 0.06439405489098221 + - - -0.025910820913906937 + - -0.9967168425980499 + - -0.07670831142022339 + - -0.03262179198887909 + - - -0.14882468728396753 + - 0.07972504685899542 + - -0.9856445248456264 + - 0.5737739788718703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999751990073131 + - -0.01788518374722845 + - 0.013269459188009074 + - -0.03470059337306537 + - - -0.01780520369143488 + - -0.9998227368624213 + - -0.006121239616545578 + - 0.03756293293847289 + - - 0.013376586497342174 + - 0.0058834560646382475 + - -0.9998932202382481 + - 0.5791035530681987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962671973078121 + - -0.03846226528083286 + - -0.07728082373981107 + - 0.04852591719233914 + - - -0.037038890024042516 + - -0.9991182760615989 + - 0.019768436091054224 + - 0.035236203692658896 + - - -0.07797302222066163 + - -0.01683224848812692 + - -0.9968133642847143 + - 0.5747655333185049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988578332598235 + - -0.025525171403709336 + - 0.04039176352057359 + - -0.04272776462658528 + - - -0.029489533046930187 + - -0.9944686188514914 + - 0.10080939222255618 + - -0.02342832038421912 + - - 0.03759516426569636 + - -0.10188538533282591 + - -0.9940854952565282 + - 0.5781998109180573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992487072580662 + - -0.028130178308577395 + - -0.1190718431393223 + - 0.02576747231879007 + - - -0.022757549931425942 + - -0.9986709644438706 + - 0.0462428232039139 + - -0.03027821098982033 + - - -0.12021441128827438 + - -0.04318562081384757 + - -0.9918081959096409 + - 0.5759001274047241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864666618279587 + - -0.013354731865280382 + - -0.1634171846496262 + - 0.06434946238658609 + - - -0.025487409291543486 + - -0.9970518683006591 + - -0.07237377899330194 + - -0.03257021653717962 + - - -0.1619688768548109 + - 0.07555940083783377 + - -0.98389880570891 + - 0.5734093816820477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998356041840943 + - -0.0181286288342146 + - -0.0003426695467249744 + - -0.034735685783430024 + - - -0.018130873057815605 + - -0.999800123444497 + - -0.008425236051947319 + - 0.03754122408173208 + - - -0.00018986307788990258 + - 0.008430063876444812 + - -0.9999644483555662 + - 0.5790564521415039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9987134582027796 + - -0.03693225752630894 + - -0.034748190724916514 + - 0.04861124023977106 + - - -0.036208348127724485 + - -0.9991185884480274 + - 0.021236801630244866 + - 0.035255534700629414 + - - -0.03550188629504478 + - -0.019951305010731935 + - -0.9991704366612645 + - 0.5748898936952767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993671607993608 + - -0.028957364115058122 + - 0.02065790355608545 + - -0.04275567741014302 + - - -0.030330177675814522 + - -0.9971160183862283 + - 0.06956814069492374 + - -0.02341162270888013 + - - 0.018583816561140127 + - -0.07015067313364233 + - -0.9973632862808411 + - 0.5783148420268722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9895887733463657 + - -0.03034121276008759 + - -0.1406892692250633 + - 0.025752894471509687 + - - -0.021499207242366453 + - -0.9977216624954066 + - 0.0639473867750105 + - -0.03025970718336272 + - - -0.1423089728540861 + - -0.060256908281541524 + - -0.98798646815104 + - 0.5757059190950722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870476648565983 + - -0.013249092928870432 + - -0.15987923203999477 + - 0.06439927101816081 + - - -0.02590653357338601 + - -0.9966676610522137 + - -0.07734613714285023 + - -0.03261513560670909 + - - -0.15832169408943098 + - 0.08048624074505982 + - -0.9841017255504538 + - 0.5738064386942807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999765832371716 + - -0.01864694387415847 + - 0.010980523951239886 + - -0.03470603314627327 + - - -0.018669154474158126 + - -0.9998238655088074 + - 0.001923702224024302 + - 0.03755322815932722 + - - 0.01094271873483873 + - -0.002128248853089868 + - -0.9999378618011772 + - 0.5791281514569027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963091225841012 + - -0.03916205527451168 + - -0.07638367418745043 + - 0.04856375553807666 + - - -0.03688759765060072 + - -0.9988395877485543 + - 0.030964222674988263 + - 0.035294000728379175 + - - -0.07750766023604302 + - -0.028032327284315036 + - -0.9965975874101642 + - 0.5752132169914729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994413918515501 + - -0.02551280550208412 + - 0.021587056521195285 + - -0.04275834241374802 + - - -0.027093821882852327 + - -0.9967067577850317 + - 0.07643012365180848 + - -0.023410237370872992 + - - 0.019566018236133947 + - -0.07697230502630986 + - -0.9968412286765231 + - 0.5786219468559398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929345951785506 + - -0.02866357307345498 + - -0.11514898730023787 + - 0.025764804699979153 + - - -0.024503712693866284 + - -0.9990006283336295 + - 0.037380645436244336 + - -0.030275008113205718 + - - -0.11610537352691344 + - -0.03429495834195552 + - -0.9926446484369418 + - 0.575887020771062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879324744301867 + - -0.016710092952360853 + - -0.15398116365248032 + - 0.06440018988613161 + - - -0.025471023259385092 + - -0.9981559042143541 + - -0.055100071289835566 + - -0.03260957302795991 + - - -0.15277648032458507 + - 0.05835720757154645 + - -0.9865362554838434 + - 0.5738031271204984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997365718380762 + - -0.019463940162887345 + - 0.01216313951193024 + - -0.03469857542017608 + - - -0.01926651460907344 + - -0.9996840503023409 + - -0.016143140522374498 + - 0.037533351683387735 + - - 0.01247350569284744 + - 0.01590454665944021 + - -0.9997957076579637 + - 0.5790391002126072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963605713516371 + - -0.03842493916681417 + - -0.0760863713543087 + - 0.04855612890458755 + - - -0.036719863402642376 + - -0.9990449081081032 + - 0.023683817575779906 + - 0.035232632815845245 + - - -0.07692375112753162 + - -0.020803740848659075 + - -0.9968199139659938 + - 0.5748016872654802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992625748153423 + - -0.025548542352986606 + - 0.028663191675909475 + - -0.04271693234416175 + - - -0.027787823631960626 + - -0.9963543758359523 + - 0.08065850612520406 + - -0.023425141837652503 + - - 0.026497989191848637 + - -0.08139551422644972 + - -0.9963295774153256 + - 0.5783416625876513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901118871802714 + - -0.03130964383953872 + - -0.1367412047151944 + - 0.025751655643063538 + - - -0.01997957503520363 + - -0.9963109970819335 + - 0.08345785568186999 + - -0.030258714594912046 + - - -0.13884980174899114 + - -0.07990058382918368 + - -0.9870849149176686 + - 0.575559849705727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857190129444217 + - -0.014269621600596949 + - -0.1677927454309361 + - 0.06436869864892375 + - - -0.02603500573439671 + - -0.9973367502192443 + - -0.06812917978756992 + - -0.03258561664123085 + - - -0.16637369382292708 + - 0.07152471294240105 + - -0.9834653066795099 + - 0.5736081113382917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999814088330553 + - -0.019216205890103664 + - -0.001589404584855564 + - -0.03466733756813236 + - - -0.01921814717619455 + - -0.999814575775894 + - -0.0012152716504848944 + - 0.03754627341582077 + - - -0.0015657569604955017 + - 0.0012455911285377938 + - -0.9999979984519382 + - 0.5787579519499986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959227272051535 + - -0.03641682352760725 + - -0.08253324421352037 + - 0.04855942965912078 + - - -0.03639342984258716 + - -0.9993359395823926 + - 0.0017883297427023718 + - 0.035251086199010406 + - - -0.08254356244155064 + - 0.0012226295984716301 + - -0.9965867074551628 + - 0.5748490856739906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988011368269234 + - -0.027194743081077645 + - 0.04070300998697442 + - -0.04275592950017824 + - - -0.03014018437630371 + - -0.9968328389799493 + - 0.07359252962723975 + - -0.023391158572706853 + - - 0.03857276706444557 + - -0.07473109847933404 + - -0.9964574273701127 + - 0.57843500597755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9911146916812116 + - -0.02761167343187071 + - -0.13011250295013416 + - 0.02577154069822581 + - - -0.02160290686182044 + - -0.9986438374645538 + - 0.04736876934426818 + - -0.03029643178947969 + - - -0.13124398023824352 + - -0.0441370749411727 + - -0.9903670714774708 + - 0.5757904745385589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872917202251625 + - -0.01628833384381774 + - -0.15808146430063102 + - 0.06438057943133657 + - - -0.025703508487732694 + - -0.9980031163227789 + - -0.057698435519890255 + - -0.03260276156237958 + - - -0.1568259826248839 + - 0.06102843591813755 + - -0.985738880831595 + - 0.5737064356303755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998321342526724 + - -0.018100412520296233 + - -0.0028422495213104118 + - -0.034707584468344016 + - - -0.01811595280852154 + - -0.9998205413924551 + - -0.005540511125906991 + - 0.03750783033014174 + - - -0.002741453918216816 + - 0.005591071122064365 + - -0.9999806119891131 + - 0.5789121377954166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969853435429639 + - -0.03797950730913387 + - -0.06765930671440397 + - 0.048556371314170836 + - - -0.03663719080725446 + - -0.9991085615218662 + - 0.020971374381762064 + - 0.03525567366900035 + - - -0.0683954750716096 + - -0.018429305962586993 + - -0.9974880549016445 + - 0.5748488351349555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987757843866583 + - -0.028939079967861284 + - 0.04011810281443113 + - -0.04275189302289342 + - - -0.03116787324806327 + - -0.9979390370101864 + - 0.05609137267330152 + - -0.023462730257883313 + - - 0.03841218817000925 + - -0.05727310068257405 + - -0.9976193140362692 + - 0.5785427669575016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9889597674038008 + - -0.03321014599745131 + - -0.14441490456129588 + - 0.025757080908807763 + - - -0.01896081312669331 + - -0.9949118630186417 + - 0.0989488372359701 + - -0.030228520283456746 + - - -0.14696620707562283 + - -0.09511819503966555 + - -0.9845574960103658 + - 0.5754895520389315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861369817049165 + - -0.012745252236714367 + - -0.16544307739926636 + - 0.06440174337862625 + - - -0.026509531939525384 + - -0.9963405718271893 + - -0.08125705906207663 + - -0.03261821689584045 + - - -0.16380200862707514 + - 0.08451640951018359 + - -0.9828661549230615 + - 0.5738364591280218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997894494904102 + - -0.020457113307179576 + - -0.001601000562087669 + - -0.03467100317265363 + - - -0.020465477166118438 + - -0.9997760049082326 + - -0.005394835873019068 + - 0.037575589157392765 + - - -0.001490279177091856 + - 0.0054264652280231985 + - -0.9999841661461963 + - 0.5789146472625011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975986238932417 + - -0.038594321996262025 + - -0.0575105548222175 + - 0.04857488006173716 + - - -0.0371480616431922 + - -0.9989712605451669 + - 0.026008500936322607 + - 0.035277998888166504 + - - -0.058455171905179036 + - -0.0238096391079316 + - -0.9980060590813499 + - 0.5749101942266813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993598518005924 + - -0.026188399031095353 + - 0.024373230505745497 + - -0.04275168896802397 + - - -0.027647855934930004 + - -0.9977175576681498 + - 0.06160577231805319 + - -0.02343803884486144 + - - 0.022704243464591253 + - -0.06224020305952236 + - -0.9978029236536694 + - 0.5785751329586638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898402499393378 + - -0.026646647982511186 + - -0.13966472622435977 + - 0.02575101119522527 + - - -0.021605632010499046 + - -0.9990635334007801 + - 0.037486702898154534 + - -0.03025359649219311 + - - -0.14053282984931365 + - -0.034088302686460376 + - -0.9894890152773297 + - 0.5756940541383586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881309469721289 + - -0.012666692750840928 + - -0.15309077872530283 + - 0.06441392156747082 + - - -0.024165491878790624 + - -0.9970034745540065 + - -0.07348537765769973 + - -0.03262429107714324 + - - -0.1517012216108359 + - 0.0763126897835114 + - -0.9854760843063549 + - 0.5738961291104023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998051405462273 + - -0.018569560360484093 + - -0.006697190855651684 + - -0.034694047249285986 + - - -0.01862789171893106 + - -0.999788151322136 + - -0.008755234204364897 + - 0.03754423383330366 + - - -0.006533191214595382 + - 0.008878282710290276 + - -0.9999392449087442 + - 0.5789807473482043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959415225656704 + - -0.03846547087434591 + - -0.08136885878509797 + - 0.04855651163627511 + - - -0.03704201216677485 + - -0.9991343549846312 + - 0.018932248257462484 + - 0.035248590255550806 + - - -0.0820266600820177 + - -0.015841345898014263 + - -0.9965042291911909 + - 0.5748928865333889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983193469609911 + - -0.027960097847022823 + - 0.050761347615730604 + - -0.042731355018237854 + - - -0.03086982136173226 + - -0.9978696863239912 + - 0.057472978387716506 + - -0.02341657352331882 + - - 0.04904625992341177 + - -0.0589433799849067 + - -0.9970557368289301 + - 0.5784401740335654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903600565062992 + - -0.029030317394008097 + - -0.13544075881669793 + - 0.025759341319449482 + - - -0.02132738852356382 + - -0.9980898145186157 + - 0.057981588913731355 + - -0.030252208739709095 + - - -0.13686526577479308 + - -0.05453405198771798 + - -0.9890874259630423 + - 0.5757453073898073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870882634810024 + - -0.014158097285986932 + - -0.1595503318056709 + - 0.0644001454918615 + - - -0.026704836375252936 + - -0.996691085758158 + - -0.07677064077103615 + - -0.032613301769139735 + - - -0.15793546723972457 + - 0.08004016398949368 + - -0.9842001627394223 + - 0.5738290079333197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998068293245832 + - -0.019075038343532098 + - 0.004737821030445432 + - -0.034690477090353986 + - - -0.019033720378333428 + - -0.9997816997817198 + - -0.008618020082093083 + - 0.03755391736135237 + - - 0.004901175826591567 + - 0.008526176972636985 + - -0.9999516402215404 + - 0.579101429170956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956394609587597 + - -0.03704095442091526 + - -0.08561560300166288 + - 0.04856344442703068 + - - -0.03592613454292974 + - -0.99924887158158 + - 0.014526028354033988 + - 0.03522218724981277 + - - -0.08608935264336687 + - -0.011386849367870258 + - -0.9962223461772575 + - 0.5749388618616487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988341825433704 + - -0.02672991148173518 + - 0.04019686076169982 + - -0.042739591291601056 + - - -0.029414486471092946 + - -0.9972687122787948 + - 0.06774882652442697 + - -0.023466429622680036 + - - 0.038276151433481016 + - -0.06885221377685406 + - -0.9968923256247227 + - 0.5786972696897776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926647946197282 + - -0.02929036517714468 + - -0.11729739993010264 + - 0.025774356266310097 + - - -0.02257097711455408 + - -0.9980492055416904 + - 0.05820940052685314 + - -0.030283849669355448 + - - -0.11877355141051903 + - -0.05513490568950713 + - -0.9913894218015152 + - 0.5758279443968881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882269715880209 + - -0.011118088007876163 + - -0.1525904346445679 + - 0.06439037793313386 + - - -0.02440047248829491 + - -0.9960434884211883 + - -0.08545165952805638 + - -0.032606758833872984 + - - -0.15103664975202868 + - 0.08816891341510354 + - -0.9845883267329973 + - 0.573671616490647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998230221540078 + - -0.018788915030164232 + - -0.0009492327510837155 + - -0.034678809398539914 + - - -0.018789965891784163 + - -0.9998228362386653 + - -0.0011105482686727982 + - 0.03756753394389085 + - - -0.000928198584382162 + - 0.0011281877772485655 + - -0.9999989328192944 + - 0.5790138288693965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978084562535574 + - -0.036961741631621525 + - -0.05488273211539169 + - 0.04859494610282894 + - - -0.03601941617077055 + - -0.9991878683069452 + - 0.01806115962333805 + - 0.035270729509290055 + - - -0.05550573202480464 + - -0.016044733833258818 + - -0.9983294447368617 + - 0.5750530023891424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989483182198806 + - -0.026055936382293997 + - 0.03772725413959924 + - -0.0427510829493125 + - - -0.02859115929423573 + - -0.9972552421934185 + - 0.0682973464196029 + - -0.02342694546992958 + - - 0.03584415065089 + - -0.0693041852775823 + - -0.9969514164527419 + - 0.5785091380270356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898645004708125 + - -0.030633249609258745 + - -0.1386718238361547 + - 0.02577892305698042 + - - -0.02304892254451815 + - -0.9981662492402976 + - 0.05597218994369388 + - -0.03028369383394016 + - - -0.14013214433956786 + - -0.05220864771216538 + - -0.9887553990886025 + - 0.5759975001081157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881778631642296 + - -0.014494472831521898 + - -0.15262509953973288 + - 0.06438051296088823 + - - -0.026268759172187326 + - -0.9968062623258869 + - -0.07541371015570056 + - -0.03259348662944009 + - - -0.15104457303634158 + - 0.0785314309383871 + - -0.9854026341100565 + - 0.573633450118717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999835864949794 + - -0.018091209655961393 + - -0.0009753426480887874 + - -0.0346973269927525 + - - -0.01809357011696587 + - -0.9998332514144358 + - -0.002468215237923512 + - 0.037540880822298506 + - - -0.0009305270117364649 + - 0.002485457547882778 + - -0.9999964783039282 + - 0.5789371875568726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958711801791263 + - -0.037706062502830144 + - -0.08257630010582136 + - 0.04854327949014225 + - - -0.03658679513116433 + - -0.9992175010403187 + - 0.015026378032357351 + - 0.03526200856839059 + - - -0.08307826978617343 + - -0.011943134650240184 + - -0.9964714560006536 + - 0.5750278097900772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992937994182532 + - -0.03006037476024871 + - 0.02254498422055846 + - -0.04279741352646455 + - - -0.031101909239127815 + - -0.998393268449188 + - 0.047366156240808095 + - -0.023443848634493225 + - - 0.021084916075547546 + - -0.0480338982867411 + - -0.9986231375896846 + - 0.578822092512326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9913407283736125 + - -0.029864894521038042 + - -0.12787356389388177 + - 0.02575777460755079 + - - -0.022432974096587142 + - -0.9979958095213546 + - 0.05917031224354694 + - -0.030261523233019345 + - - -0.12938439604858554 + - -0.05578935609114218 + - -0.9900238511299005 + - 0.5757523152751902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867813707716859 + - -0.01565552445907765 + - -0.1612991966869757 + - 0.06442257894598223 + - - -0.024388155410201066 + - -0.9983334469186858 + - -0.05230245347155871 + - -0.03260253069573968 + - - -0.16021156067412964 + - 0.05554487660772958 + - -0.9855186566011791 + - 0.573888683401905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998228460183816 + - -0.018469649755616973 + - 0.003626102261199275 + - -0.03470020761279882 + - - -0.018444916298849357 + - -0.9998071611565496 + - -0.006739848871413108 + - 0.03757201219608481 + - - 0.0037498856558937834 + - 0.006671771727651141 + - -0.9999707124809114 + - 0.5791911233056586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968171323219501 + - -0.04009387934422679 + - -0.06890635347030208 + - 0.04858033231295517 + - - -0.037218322977368594 + - -0.9984021132375036 + - 0.04252077983339482 + - 0.035287795703718816 + - - -0.07050107193650251 + - -0.039820862898967205 + - -0.9967165583724324 + - 0.5749046976561799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994796879678401 + - -0.0272417612835986 + - 0.017269620200702315 + - -0.042739999427092466 + - - -0.027946561080246006 + - -0.9987276693013104 + - 0.04197656841335038 + - -0.023456205072326767 + - - 0.016104131876545115 + - -0.04243735399550771 + - -0.9989693328237674 + - 0.5786694183717177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9834155723199244 + - -0.028021409811879255 + - -0.17918876279172835 + - 0.025758480437254393 + - - -0.01995907335251388 + - -0.9987123696276291 + - 0.04663944836376098 + - -0.03027008932273611 + - - -0.18026493699437102 + - -0.042289518144827246 + - -0.9827085779342188 + - 0.575792575700955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879648059466442 + - -0.018192991429783624 + - -0.15360519937048225 + - 0.06438265428566811 + - - -0.02535681845414315 + - -0.9986737464384926 + - -0.04480825741299134 + - -0.03257616098972024 + - - -0.15258628368465302 + - 0.048163920493883045 + - -0.9871158304849362 + - 0.5736973019581345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996545131169094 + - -0.017105406210745865 + - 0.019956439646396665 + - -0.034708250142011815 + - - -0.0171846161037679 + - -0.9998450957086444 + - 0.0038044127980698737 + - 0.03756201732804927 + - - 0.019888272281950913 + - -0.004146042177471619 + - -0.9997936121819853 + - 0.579106283434173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971152789975 + - -0.03723280491419984 + - -0.06614256290739674 + - 0.04856589526633019 + - - -0.035958934811622024 + - -0.9991461108343732 + - 0.02034709344750499 + - 0.035258702908789394 + - - -0.06684366385044523 + - -0.017909981651836455 + - -0.9976027050686466 + - 0.5750227459506367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992058367710369 + - -0.02741914721773403 + - 0.028911695359214635 + - -0.04273410527561494 + - - -0.029355090716447818 + - -0.9971976753875499 + - 0.06881188015667485 + - -0.02344230931885946 + - - 0.026943912331376895 + - -0.06960593773177466 + - -0.9972106292156939 + - 0.5785658557397109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9918589861009688 + - -0.027565958489985738 + - -0.12432163779200561 + - 0.0257686575291344 + - - -0.02268598013099209 + - -0.9989219923189943 + - 0.04049937736494707 + - -0.03026678809067059 + - - -0.12530402226686296 + - -0.037349313166115096 + - -0.9914151152820729 + - 0.5759505651574826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883974725589485 + - -0.015375996254891694 + - -0.15110928157546194 + - 0.06440863100628279 + - - -0.02507779811344324 + - -0.9977292611990458 + - -0.06250940240465236 + - -0.03257193606487587 + - - -0.14980500752933484 + - 0.06557362340434553 + - -0.986538676197117 + - 0.5737563080153301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998090189993883 + - -0.019299678464058494 + - -0.00307374993525929 + - -0.03468565157581543 + - - -0.019318637771728445 + - -0.9997937628347812 + - -0.006262749501222789 + - 0.03755766531105166 + - - -0.0029522469621115063 + - 0.0063209340966566135 + - -0.9999756647189078 + - 0.5788118489424163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976713913255293 + - -0.03837536966288538 + - -0.05638373820366663 + - 0.04856145571761582 + - - -0.03685751263557302 + - -0.9989360473437293 + - 0.02771817237128775 + - 0.0352606448992113 + - - -0.05738744368676213 + - -0.025575463251381006 + - -0.9980243368708878 + - 0.5748405534008785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990193046525139 + - -0.02848747034686024 + - 0.033895323642716926 + - -0.04277762418186408 + - - -0.03019252133510873 + - -0.9982471070776243 + - 0.05090309289802047 + - -0.023460247451809774 + - - 0.032385808420306125 + - -0.05187655775388587 + - -0.9981282393403026 + - 0.5787920554137347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9869736597150159 + - -0.03081083817374338 + - -0.15790404453268236 + - 0.02575651023304747 + - - -0.02092575989869152 + - -0.9977377445807819 + - 0.06388666223490505 + - -0.03025606553099111 + - - -0.1595152268638021 + - -0.059750190710038134 + - -0.9853856134066012 + - 0.5757842949020531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883262953053282 + - -0.019152735512725633 + - -0.15114333174316608 + - 0.06438500296294644 + - - -0.026773530312339724 + - -0.9984619521321926 + - -0.04854799912443908 + - -0.03261357414418412 + - - -0.14998103907714266 + - 0.05202790469307686 + - -0.9873189884989501 + - 0.5737578465203608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998320771178028 + - -0.018313844657824166 + - 0.0006485831860666903 + - -0.034703342442784134 + - - -0.01831721369057595 + - -0.9998163278456799 + - 0.005638284827264781 + - 0.03756643282578938 + - - 0.0005452053869325555 + - -0.005649218267041236 + - -0.9999838944123336 + - 0.5790461323691247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965565720453311 + - -0.0380918329203147 + - -0.07364788508864066 + - 0.04856124211894397 + - - -0.036861550819673204 + - -0.9991583831244689 + - 0.01799309598891832 + - 0.035250348109839166 + - - -0.07427129179183191 + - -0.015216362800242657 + - -0.997121977251883 + - 0.5748482059659236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996016484900938 + - -0.025908742550066144 + - 0.011192917196217659 + - -0.04274797511379362 + - - -0.026399592709132814 + - -0.9985836507242281 + - 0.04619257528070792 + - -0.023431505888449573 + - - 0.009980272575380615 + - -0.046469662853805584 + - -0.998869843670122 + - 0.5786269351298788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893221641904043 + - -0.028445179045194436 + - -0.14294239130048694 + - 0.02577236412176389 + - - -0.021350507707672318 + - -0.998474269093309 + - 0.0509243534981756 + - -0.030246620159976832 + - - -0.14417285202921984 + - -0.04732869898559811 + - -0.9884200438022751 + - 0.5759244310710123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985316219631097 + - -0.014302160934945473 + - -0.17013934149536056 + - 0.0643657994309659 + - - -0.02581385841975317 + - -0.9975092889474649 + - -0.06564193154537645 + - -0.03259188856318175 + - - -0.1687767520879844 + - 0.06907001271256485 + - -0.9832312755900908 + - 0.5735592204268214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996996178601183 + - -0.019428981130866312 + - 0.01493950275444391 + - -0.034675025562916996 + - - -0.019194474752758966 + - -0.9996927539523508 + - -0.01568342545908888 + - 0.03754166722405426 + - - 0.015239625628580746 + - 0.015391958529749856 + - -0.9997653931914825 + - 0.5789116088005751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972262867231262 + - -0.03794247745623659 + - -0.0640320347395619 + - 0.048552827696508295 + - - -0.035896675399170075 + - -0.9988169759633292 + - 0.032803616001249446 + - 0.035257090714211244 + - - -0.0652009337639585 + - -0.030414091009822872 + - -0.9974085528530195 + - 0.5749372586892193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995861238470206 + - -0.027727793870081806 + - 0.007664884838475512 + - -0.042752304825005145 + - - -0.028103778577010338 + - -0.9981288631874861 + - 0.05430423649910846 + - -0.023426532152589583 + - - 0.006144806114371108 + - -0.054497173496934524 + - -0.9984950172327661 + - 0.5786399724728547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991763455394884 + - -0.030409807352983827 + - -0.12442062594262382 + - 0.025741705991822208 + - - -0.020512999618800633 + - -0.9965785651842052 + - 0.08006485035288981 + - -0.030268465897412312 + - - -0.12642968555619755 + - -0.07685315238912431 + - -0.9889939977462026 + - 0.5756354136434101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863703959840899 + - -0.014334592064852936 + - -0.16391449416242523 + - 0.06438943660445344 + - - -0.02456450268490045 + - -0.9978625902103908 + - -0.06055440748991043 + - -0.03259028139754687 + - - -0.1626961189888468 + - 0.06375555292635189 + - -0.984614240368797 + - 0.5736083720051717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998117675528203 + - -0.01847760528221347 + - 0.005916719187192204 + - -0.03469643110070207 + - - -0.018443413468578584 + - -0.9998131859476317 + - -0.005782188588509164 + - 0.037576775618725265 + - - 0.006022454859309912 + - 0.005671975694654236 + - -0.9999657787790472 + - 0.5790612844575527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984075097995074 + - -0.03573764117311466 + - -0.043649345691866744 + - 0.0485995502554549 + - - -0.0356101839553109 + - -0.9993589278253734 + - 0.003694343566701121 + - 0.03526103534316834 + - - -0.043753390435660004 + - -0.0021340991311575644 + - -0.9990400825023403 + - 0.575091383618165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990452849656939 + - -0.02877507108387338 + - 0.032871170833020595 + - -0.04276553173364528 + - - -0.03097796158314664 + - -0.9971632175305452 + - 0.06859944241963353 + - -0.023448269019844096 + - - 0.03080396863991198 + - -0.06955223136786884 + - -0.9971026038617001 + - 0.5785875915894365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920838994415776 + - -0.029821753642617462 + - -0.12198442309767522 + - 0.02576828135023474 + - - -0.021197667272043367 + - -0.9972228548470058 + - 0.07139493450526604 + - -0.030250210355601104 + - - -0.12377477679647557 + - -0.0682439798111637 + - -0.9899608900600649 + - 0.575772633804231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851841757203064 + - -0.0166441144997568 + - -0.17069010915345817 + - 0.0643783112119431 + - - -0.024626465807369866 + - -0.9986944153978764 + - -0.044754908500996116 + - -0.03258970352866174 + - - -0.16972235295369587 + - 0.048295321777715464 + - -0.9843078201468524 + - 0.5736528046225231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995834479470456 + - -0.018514590967117637 + - 0.02213911722757735 + - -0.03466890673393048 + - - -0.018701284518007077 + - -0.9997910313939845 + - 0.008255634532177808 + - 0.037562879821717375 + - - 0.021981641150574608 + - -0.008666225560915423 + - -0.9997208130207426 + - 0.5789814877238785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969789994312672 + - -0.03668885419929603 + - -0.0684602269246316 + - 0.048589615698782056 + - - -0.03617390039967139 + - -0.9993072299260606 + - 0.008746950747448861 + - 0.035230740370862434 + - - -0.06873371532882469 + - -0.006244052774155616 + - -0.9976155011736987 + - 0.5748997461614052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995710510865332 + - -0.026729558286825814 + - 0.011968481255130559 + - -0.04278376636415784 + - - -0.02752690057954702 + - -0.997000670340968 + - 0.07233210272171407 + - -0.023450448566331886 + - - 0.009999178678619748 + - -0.07263053113844097 + - -0.9973087898801962 + - 0.5787145734795841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896371997971797 + - -0.02907927033529416 + - -0.14061510876987507 + - 0.025765305914519525 + - - -0.021262584833580848 + - -0.9981605139723412 + - 0.05677579442567911 + - -0.030255688225743916 + - - -0.14200744791662054 + - -0.05319759753258674 + - -0.9884350764481042 + - 0.5758839485442424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889372143501645 + - -0.012520537189806225 + - -0.14780535248026536 + - 0.06440776856496992 + - - -0.024397055246927764 + - -0.9965906638020801 + - -0.07881517948852076 + - -0.03261011234903686 + - - -0.1463146259559008 + - 0.0815492794021386 + - -0.9858710591453512 + - 0.5738205682538989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995834479470456 + - -0.018514590967117637 + - 0.02213911722757735 + - -0.03466890673393048 + - - -0.018701284518007077 + - -0.9997910313939845 + - 0.008255634532177808 + - 0.037562879821717375 + - - 0.021981641150574608 + - -0.008666225560915423 + - -0.9997208130207426 + - 0.5789814877238785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969789994312672 + - -0.03668885419929603 + - -0.0684602269246316 + - 0.048589615698782056 + - - -0.03617390039967139 + - -0.9993072299260606 + - 0.008746950747448861 + - 0.035230740370862434 + - - -0.06873371532882469 + - -0.006244052774155616 + - -0.9976155011736987 + - 0.5748997461614052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995710510865332 + - -0.026729558286825814 + - 0.011968481255130559 + - -0.04278376636415784 + - - -0.02752690057954702 + - -0.997000670340968 + - 0.07233210272171407 + - -0.023450448566331886 + - - 0.009999178678619748 + - -0.07263053113844097 + - -0.9973087898801962 + - 0.5787145734795841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896371997971797 + - -0.02907927033529416 + - -0.14061510876987507 + - 0.025765305914519525 + - - -0.021262584833580848 + - -0.9981605139723412 + - 0.05677579442567911 + - -0.030255688225743916 + - - -0.14200744791662054 + - -0.05319759753258674 + - -0.9884350764481042 + - 0.5758839485442424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889372143501645 + - -0.012520537189806225 + - -0.14780535248026536 + - 0.06440776856496992 + - - -0.024397055246927764 + - -0.9965906638020801 + - -0.07881517948852076 + - -0.03261011234903686 + - - -0.1463146259559008 + - 0.0815492794021386 + - -0.9858710591453512 + - 0.5738205682538989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998334327065291 + - -0.018177604155602167 + - 0.0016375437217720004 + - -0.0346995459633237 + - - -0.01816543916785251 + - -0.9998093553402687 + - -0.007160292865268939 + - 0.03755201608868993 + - - 0.0017673885021494086 + - 0.007129353493803365 + - -0.9999730239644687 + - 0.5789906343753037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979219500302794 + - -0.03761730557392265 + - -0.05231366904665293 + - 0.04859704815315538 + - - -0.03691056262720674 + - -0.9992146555537748 + - 0.014411193326527759 + - 0.03526477298634456 + - - -0.052814695060254345 + - -0.012450319189066479 + - -0.9985267134823098 + - 0.5749723268154705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992917805090269 + - -0.02735312610997985 + - 0.0258407410712301 + - -0.04275247556902505 + - - -0.028655515137126976 + - -0.9982642396901116 + - 0.051452591850645234 + - -0.0234413261944544 + - - 0.024388498504924534 + - -0.052156631869156735 + - -0.9983410674177138 + - 0.5786540572398938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898559468409753 + - -0.02944035801783529 + - -0.13899089834711434 + - 0.025758558143477713 + - - -0.020725733078307107 + - -0.9977515785362437 + - 0.06373563772962133 + - -0.030269573492028575 + - - -0.14055478822125897 + - -0.06020841177291131 + - -0.9882405064860788 + - 0.5757603815457069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902761312046771 + - -0.017698212389265777 + - -0.13798535155777072 + - 0.06440379817816831 + - - -0.025369469087661488 + - -0.9982166788752911 + - -0.054035655389709863 + - -0.03258557354042624 + - - -0.13678294485975703 + - 0.057010834877326014 + - -0.9889591451127211 + - 0.5737382538769714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998356093655006 + - -0.01810461367984809 + - 0.0009885384270060477 + - -0.034685484729792784 + - - -0.01808894412568367 + - -0.9997376066175906 + - -0.014053754478789869 + - 0.03755329986679228 + - - 0.001242716836654469 + - 0.014033562556801797 + - -0.9999007524633776 + - 0.5790157257712565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99710853096137 + - -0.03691238537514798 + - -0.06642328876211447 + - 0.04856799798771827 + - - -0.036039363928432606 + - -0.9992481358310173 + - 0.014294309562591822 + - 0.03527329148580645 + - - -0.06690098453455427 + - -0.011859124932041783 + - -0.9976891396743548 + - 0.5749110788345972 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996080694646128 + - -0.026256056533876915 + - 0.009712206573163584 + - -0.042756421836442376 + - - -0.02673464011086464 + - -0.9982387495895019 + - 0.05295902034716671 + - -0.023449169699041036 + - - 0.008304605913135803 + - -0.05319791643738436 + - -0.9985494555640947 + - 0.578862779760733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9869979796805073 + - -0.028850503349637898 + - -0.1581222203331004 + - 0.02576050528044638 + - - -0.021874027421131075 + - -0.9987163697503787 + - 0.04568522427443364 + - -0.030277493810597973 + - - -0.15923729158390196 + - -0.0416324542766605 + - -0.9863621159188576 + - 0.5758561110443073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889721503535748 + - -0.015133506963908092 + - -0.14732638186013935 + - 0.06445908246624449 + - - -0.025182140008803373 + - -0.9974631148378421 + - -0.06658223759057193 + - -0.03262845256966387 + - - -0.14594500899175444 + - 0.06955797226029299 + - -0.9868443356707447 + - 0.57422375115373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998191914236444 + - -0.01896208170548817 + - -0.0014226448482585283 + - -0.034696702545954985 + - - -0.01898694844209489 + - -0.9996159589549934 + - -0.02018490503683711 + - 0.03753709404344296 + - - -0.0010393506757183052 + - 0.020208267117278824 + - -0.9997952518842494 + - 0.5788706811139155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967642908837541 + - -0.03652619432046753 + - -0.07160157503484385 + - 0.048565810448977724 + - - -0.03676482609351097 + - -0.9993219091924758 + - -0.002017268008807663 + - 0.035218080087360805 + - - -0.07147933954172228 + - 0.004643160170499164 + - -0.9974312733628872 + - 0.5749163150334667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995129220482132 + - -0.029147779690092215 + - 0.011150138913052837 + - -0.042782343784392635 + - - -0.02980172676083993 + - -0.9975148154533909 + - 0.06384395063793954 + - -0.02344872739479018 + - - 0.009261519352393789 + - -0.06414514705046104 + - -0.9978976021462123 + - 0.5786634815186346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.987599229364869 + - -0.027659851538854058 + - -0.15454026909115126 + - 0.025755117668312198 + - - -0.019900168062558427 + - -0.9984729012613127 + - 0.05153492755305895 + - -0.03027712656394794 + - - -0.15572971928632895 + - -0.04782047740942846 + - -0.9866415035215861 + - 0.5759385569883715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879632705576136 + - -0.01627217555579937 + - -0.15383040119490293 + - 0.06439817158683564 + - - -0.025424429485518506 + - -0.9980091943369841 + - -0.0577169507526135 + - -0.03259501296179638 + - - -0.15258497440586816 + - 0.060933277620073584 + - -0.9864101384637302 + - 0.5737507003051642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998398797236636 + - -0.017881708786481834 + - 0.0006777942499756662 + - -0.03470829684486873 + - - -0.017891201887768472 + - -0.9996681271594624 + - 0.01853484384897203 + - 0.037578919930483144 + - - 0.00034613462836239424 + - -0.018544002598417767 + - -0.9998279852846942 + - 0.5788171027448984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974155680213665 + - -0.03777463040096548 + - -0.061116789564613215 + - 0.04858254713469985 + - - -0.03623041721595551 + - -0.999000459809727 + - 0.026180874093722096 + - 0.03525931953468431 + - - -0.0620446737196075 + - -0.023898924620660008 + - -0.9977872016943307 + - 0.5749690226235181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995987256845315 + - -0.026008025248012198 + - 0.011223646134813092 + - -0.042736574033780075 + - - -0.02672029043910889 + - -0.9972704429402908 + - 0.0688308776387931 + - -0.02343259659141383 + - - 0.009402855348797562 + - -0.06910315665999349 + - -0.9975652059143375 + - 0.5786110035673403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914345856836603 + - -0.026369416111279537 + - -0.1279144878589564 + - 0.025779280304368237 + - - -0.024035926608775602 + - -0.9995159436613097 + - 0.019752280853087854 + - -0.03030432018336393 + - - -0.1283734261532599 + - -0.01650855114151146 + - -0.9915884888384302 + - 0.5759471044565141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879911167761952 + - -0.014943812596757488 + - -0.15378633111040593 + - 0.06439282682155188 + - - -0.02539212248390434 + - -0.9974830879974995 + - -0.06620218481844062 + - -0.0325864545725233 + - - -0.15240995140439098 + - 0.06931213186770094 + - -0.9858838851958508 + - 0.5738112318392166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998201807898209 + - -0.018256816860958716 + - 0.005127838093704737 + - -0.03466961183221341 + - - -0.018288317179146973 + - -0.9998137490258884 + - 0.00616479631073801 + - 0.03755054774256601 + - - 0.00501433347163444 + - -0.006257467291435483 + - -0.9999678497646471 + - 0.5789282411602261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960078665542125 + - -0.03770458826793583 + - -0.08091164184263853 + - 0.04856797772940191 + - - -0.0363686217635543 + - -0.9991777129363693 + - 0.017922648305037467 + - 0.03526447552915277 + - - -0.08152087532126666 + - -0.014908453802858747 + - -0.9965601260797377 + - 0.5749110942485315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994914962042122 + - -0.03060331031716219 + - 0.008954686655428496 + - -0.042825935602148375 + - - -0.030993824258471723 + - -0.9983986973791908 + - 0.04732255201666132 + - -0.023463257562981732 + - - 0.007492120747852699 + - -0.04757602830382251 + - -0.9988395214735615 + - 0.5789096259603589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9884581678812258 + - -0.027606149411915068 + - -0.14895754718555726 + - 0.025765953116831553 + - - -0.021140202752071277 + - -0.9987714501070165 + - 0.04481832525573869 + - -0.030263403240866994 + - - -0.15001180679030507 + - -0.04115204692083844 + - -0.9878273973006284 + - 0.5758557782223775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864949059554291 + - -0.013670847226065506 + - -0.16322042905258702 + - 0.06439944585728301 + - - -0.025865746999133785 + - -0.9970092967055837 + - -0.07282462093834292 + - -0.032592212891840826 + - - -0.16173671091055927 + - 0.07606293590677467 + - -0.9838981990658766 + - 0.5738192210664997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998018295755956 + - -0.019727776208111086 + - -0.0026676624925799047 + - -0.034688963662328064 + - - -0.01976599013609933 + - -0.9996898402360795 + - -0.015150213288974429 + - 0.03752520196717611 + - - -0.0023679550737409484 + - 0.015199939955291912 + - -0.999881670306104 + - 0.5789329701686573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971336884752285 + - -0.03663553948205962 + - -0.06619852381016078 + - 0.048575450931212294 + - - -0.036167426671621816 + - -0.9993116376440943 + - 0.008256398550935065 + - 0.03524295093716019 + - - -0.06645543285344571 + - -0.005838502884941813 + - -0.9977723123680694 + - 0.574894604742585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995607211227983 + - -0.026947300773728373 + - 0.012337251293605871 + - -0.042745991783388684 + - - -0.027783664859100374 + - -0.9969032192698322 + - 0.07356656425606371 + - -0.023418256909086624 + - - 0.010316625197638632 + - -0.07387702207354178 + - -0.9972139955165472 + - 0.5785216816085392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9888561904169053 + - -0.02935398800649439 + - -0.14595128660714068 + - 0.025744099561953778 + - - -0.019014041765097887 + - -0.9972419536200797 + - 0.07174226199224144 + - -0.03026260291573571 + - - -0.1476546676875481 + - -0.06816765602632148 + - -0.986687017134592 + - 0.5755620796809511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920464883067892 + - -0.016145160778541785 + - -0.12483228277013401 + - 0.06440316771029429 + - - -0.025235628206586813 + - -0.9971150914022657 + - -0.07158671361970999 + - -0.03260488262638085 + - - -0.123316374043298 + - 0.07416756893202371 + - -0.9895919581380637 + - 0.5737382171125164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998317491893095 + - -0.018207175336527995 + - -0.0022298159813243083 + - -0.03471843440996781 + - - -0.01817893051264038 + - -0.999761624612547 + - 0.012092164301633226 + - 0.037560390100780584 + - - -0.002449448603713751 + - -0.012049594115406003 + - -0.9999244008839829 + - 0.5789997216248907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980813675125613 + - -0.03644313616974191 + - -0.05005478648809999 + - 0.04861694046874369 + - - -0.0358107119841874 + - -0.9992677518232316 + - 0.013474163177381558 + - 0.035263531339798225 + - - -0.050509174725402166 + - -0.011655813667813038 + - -0.9986555789041087 + - 0.5751885300446777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999456617493278 + - -0.02963881955538096 + - 0.014422556093117586 + - -0.04277299408678327 + - - -0.03025106384942624 + - -0.998561635240935 + - 0.044266621295595145 + - -0.023398872240136055 + - - 0.013089800795791081 + - -0.04467886525319626 + - -0.9989156401392527 + - 0.5788157838526709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898375298079376 + - -0.029113275729767345 + - -0.13919081061622848 + - 0.025761469635226297 + - - -0.022395982810347263 + - -0.9985187797401008 + - 0.04958494187046957 + - -0.030269580078718616 + - - -0.14042821845227146 + - -0.04596372137481642 + - -0.9890233828275744 + - 0.5760262667301768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862765875108201 + - -0.013523162114089111 + - -0.16454670162129512 + - 0.06437802644298513 + - - -0.0252602916948299 + - -0.9972657044248812 + - -0.06944805570667786 + - -0.03257094057375455 + - - -0.16315762498732192 + - 0.07265148907201965 + - -0.9839214148213844 + - 0.5736070020853514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998191011501875 + - -0.018977176955340364 + - -0.0012773918885568636 + - -0.0346902261576838 + - - -0.018988132636222486 + - -0.9997774354217265 + - -0.00919404375371769 + - 0.03752354676117392 + - - -0.0011026305911204545 + - 0.009216635848385868 + - -0.9999569179866792 + - 0.5788496690628783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967252432555386 + - -0.03773090657896223 + - -0.07152040370353802 + - 0.04856157568249248 + - - -0.037311792786975655 + - -0.9992778242537019 + - 0.00718749426495598 + - 0.035266181090440996 + - - -0.07173994407726578 + - -0.00449540248660878 + - -0.9974132402270753 + - 0.5750587695927296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994523607712732 + - -0.029616166192931316 + - 0.014760123602508092 + - -0.042752654904829046 + - - -0.030345235197120506 + - -0.9981912533661378 + - 0.05189786512150209 + - -0.023431019750983 + - - 0.013196410480129931 + - -0.05231734323693106 + - -0.9985433142067841 + - 0.5785445425836063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9871861799614328 + - -0.03081203868149391 + - -0.156569678946608 + - 0.025759498843948913 + - - -0.0213691165744156 + - -0.997869609093243 + - 0.06164092881298851 + - -0.030270886809167112 + - - -0.15813540700925527 + - -0.05750531732273985 + - -0.9857415135468469 + - 0.5757158343340427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847767078792258 + - -0.01887502473614563 + - -0.17279632247175816 + - 0.06440529650381108 + - - -0.025521716540603995 + - -0.9990140927117882 + - -0.036324709882732543 + - -0.03259623458108711 + - - -0.17194033152048707 + - 0.04018178697436834 + - -0.9842875323766792 + - 0.5738188807764326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998152089675981 + - -0.01762012456003189 + - 0.007686294787933231 + - -0.03469069749906231 + - - -0.017588600903787124 + - -0.9998366968783006 + - -0.0041497823722511425 + - 0.03755705724111793 + - - 0.007758159274296147 + - 0.004013824358228514 + - -0.9999618493616126 + - 0.5790687488146172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982551060153982 + - -0.03686566143254303 + - -0.04612663353559574 + - 0.048585189771060015 + - - -0.03615482725301824 + - -0.9992156741472823 + - 0.016151315881287855 + - 0.035241756501751875 + - - -0.04668588416738454 + - -0.01445543308012045 + - -0.9988050203488048 + - 0.5749114588511732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999241043908586 + - -0.026797206783958825 + - 0.028270936968147215 + - -0.042749145500909 + - - -0.028656267603800654 + - -0.997304663338824 + - 0.06754425815458905 + - -0.02344232356169191 + - - 0.026384739822453557 + - -0.06830313456359198 + - -0.997315660818223 + - 0.5785890741400901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9884634158813764 + - -0.030602537261084986 + - -0.14833597061166595 + - 0.025750331423216134 + - - -0.01787094395128984 + - -0.9960989711063152 + - 0.0864145191691268 + - -0.030259504904052763 + - - -0.1504018112471089 + - -0.0827666869829005 + - -0.9851542877638328 + - 0.5755478991856953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868227731066466 + - -0.013779279667561158 + - -0.16121707704195293 + - 0.06442130718667555 + - - -0.025789552015843188 + - -0.99702445390888 + - -0.07264390762150438 + - -0.032613570011237276 + - - -0.15973638747927776 + - 0.07584437856257167 + - -0.9842417979112283 + - 0.5739457026483954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998289201610201 + - -0.018489425467958173 + - -0.0005211098860612892 + - -0.03472556169505238 + - - -0.018491553033719122 + - -0.9998192189756898 + - -0.004426266286925484 + - 0.03753494131885102 + - - -0.0004391765586688642 + - 0.004435145173096333 + - -0.9999900682563022 + - 0.5790690104840421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964400323936504 + - -0.03682986244468977 + - -0.07583418144640418 + - 0.048585778807016936 + - - -0.03658446753979137 + - -0.999319870774988 + - 0.00462305192390821 + - 0.03526073226353352 + - - -0.07595287076977981 + - -0.0018322408592840026 + - -0.9971097253137502 + - 0.5750477847506937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994910350689015 + - -0.028446955363399782 + - 0.014437504889999906 + - -0.04273326599547997 + - - -0.02903295888790344 + - -0.9986894715123982 + - 0.042147678328715216 + - -0.023428890688616616 + - - 0.01321961100446377 + - -0.04254539012443395 + - -0.9990070728798925 + - 0.5787404875776502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902745000122384 + - -0.027849076047719436 + - -0.13631156806668918 + - 0.02576754819998319 + - - -0.0218456610097076 + - -0.9987326514687047 + - 0.04534157016845099 + - -0.030283109642504285 + - - -0.13740153463684543 + - -0.04192278442064605 + - -0.9896278585538407 + - 0.5759663183373007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842922390326235 + - -0.014059538037598712 + - -0.17598612891450863 + - 0.06437383698369696 + - - -0.025759589736373198 + - -0.9975931974185449 + - -0.06437589611692857 + - -0.03260368415353294 + - - -0.17465746968497645 + - 0.06789802540879342 + - -0.9822854098625451 + - 0.5736113449410802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998289201610201 + - -0.018489425467958173 + - -0.0005211098860612892 + - -0.03472556169505238 + - - -0.018491553033719122 + - -0.9998192189756898 + - -0.004426266286925484 + - 0.03753494131885102 + - - -0.0004391765586688642 + - 0.004435145173096333 + - -0.9999900682563022 + - 0.5790690104840421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964400323936504 + - -0.03682986244468977 + - -0.07583418144640418 + - 0.048585778807016936 + - - -0.03658446753979137 + - -0.999319870774988 + - 0.00462305192390821 + - 0.03526073226353352 + - - -0.07595287076977981 + - -0.0018322408592840026 + - -0.9971097253137502 + - 0.5750477847506937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994910350689015 + - -0.028446955363399782 + - 0.014437504889999906 + - -0.04273326599547997 + - - -0.02903295888790344 + - -0.9986894715123982 + - 0.042147678328715216 + - -0.023428890688616616 + - - 0.01321961100446377 + - -0.04254539012443395 + - -0.9990070728798925 + - 0.5787404875776502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902745000122384 + - -0.027849076047719436 + - -0.13631156806668918 + - 0.02576754819998319 + - - -0.0218456610097076 + - -0.9987326514687047 + - 0.04534157016845099 + - -0.030283109642504285 + - - -0.13740153463684543 + - -0.04192278442064605 + - -0.9896278585538407 + - 0.5759663183373007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842922390326235 + - -0.014059538037598712 + - -0.17598612891450863 + - 0.06437383698369696 + - - -0.025759589736373198 + - -0.9975931974185449 + - -0.06437589611692857 + - -0.03260368415353294 + - - -0.17465746968497645 + - 0.06789802540879342 + - -0.9822854098625451 + - 0.5736113449410802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998229348312546 + - -0.01808006287254376 + - 0.005216350442775236 + - -0.034689653232841455 + - - -0.018058600080321063 + - -0.9998283891557725 + - -0.004132699034790186 + - 0.03756812775973339 + - - 0.005290174718854273 + - 0.004037767291213333 + - -0.9999778549981725 + - 0.5788972769144257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963263706388604 + - -0.03677511236664828 + - -0.07733921566719228 + - 0.04856550091526483 + - - -0.03662989797978551 + - -0.9993234650829809 + - 0.0032958623356149535 + - 0.03526280686311899 + - - -0.07740809869507577 + - -0.00045082697924268226 + - -0.9969993896745617 + - 0.5751767787497621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992465295650171 + - -0.029621607850746356 + - 0.025078546620683068 + - -0.04277844661468344 + - - -0.030859112643596545 + - -0.9982478236148554 + - 0.05048760060701759 + - -0.023462486492769836 + - - 0.023539080677014386 + - -0.05122346138773232 + - -0.9984097699263264 + - 0.5787030029673809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896379276820043 + - -0.02900208110304961 + - -0.14062592714346853 + - 0.025747239384645584 + - - -0.01938701006672043 + - -0.9974097088667102 + - 0.06926771613889036 + - -0.03024808359875989 + - - -0.1422705729725612 + - -0.06582364278978446 + - -0.987636740971063 + - 0.5756625378918466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915470517323567 + - -0.019308195642256495 + - -0.1283029141598565 + - 0.06440028836144107 + - - -0.024999197566303383 + - -0.9987667883362492 + - -0.042894552539168185 + - -0.0326015664384819 + - - -0.127316473097208 + - 0.0457394370050056 + - -0.9908069537405123 + - 0.5737012692374739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998302301457711 + - -0.018330406717341974 + - -0.0018727189407788103 + - -0.03472049620963155 + - - -0.018332202237601316 + - -0.9998315033833531 + - -0.0009461518398856852 + - 0.03756305983252811 + - - -0.0018550600459318921 + - 0.000980322274182293 + - -0.9999977988578101 + - 0.5790206560452744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996854758772746 + - -0.037942870782700464 + - -0.06957678110474569 + - 0.04857692347543878 + - - -0.03684117146183674 + - -0.9991756700602313 + - 0.01705017433952451 + - 0.03526943194315804 + - - -0.07016635944275537 + - -0.014433257305817352 + - -0.9974308813577486 + - 0.5750056353484128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991993072058781 + - -0.02701233689421393 + - 0.02951403284552524 + - -0.042745382281520354 + - - -0.028995623139490445 + - -0.9971967806116628 + - 0.06897705833455695 + - -0.02340769030777246 + - - 0.02756806699871973 + - -0.06977760667470412 + - -0.9971815718758071 + - 0.5786145201656672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9862957070173551 + - -0.02898547426766456 + - -0.16242112116536497 + - 0.02576533747208712 + - - -0.018950145364243144 + - -0.9978337137182377 + - 0.06299818852908043 + - -0.030246987263350556 + - - -0.16389530289123502 + - -0.059056939039794996 + - -0.9847083871083062 + - 0.5757414625334827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883295605543322 + - -0.014001201589094521 + - -0.15168601151240726 + - 0.06440449314810143 + - - -0.025519571279143075 + - -0.9969125463006414 + - -0.07425716470550284 + - -0.0326172086289684 + - - -0.150177998442546 + - 0.07726151294424008 + - -0.9856354434583597 + - 0.5739267062989559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999835880255558 + - -0.017908602673781485 + - 0.002737609151459954 + - -0.03473135978014787 + - - -0.017893915977110028 + - -0.9998258526691249 + - -0.0052983115670853604 + - 0.03754101267077895 + - - 0.0028320177608300795 + - 0.005248455461410604 + - -0.9999822165372104 + - 0.5790257780541263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978745079203891 + - -0.03839602999589952 + - -0.05265179316220146 + - 0.04858250103282427 + - - -0.03675807587631246 + - -0.9988202429420218 + - 0.03173272990324906 + - 0.03526544826222457 + - - -0.05380808768682005 + - -0.02972990362909516 + - -0.9981086226106319 + - 0.5750616243689541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992252868131787 + - -0.0283317640183072 + - 0.027315514652517178 + - -0.04274902425666785 + - - -0.029345333709280365 + - -0.9988675985637963 + - 0.037448256686870386 + - -0.023490187919366978 + - - 0.02622360735314462 + - -0.03822082792151044 + - -0.9989251677329901 + - 0.5786803230147943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927416079376894 + - -0.02942329011602716 + - -0.11661204855433709 + - 0.02577717963180015 + - - -0.02339266637845922 + - -0.9983336756109956 + - 0.05275087962059257 + - -0.030274617498067282 + - - -0.1179698394887315 + - -0.04964012630713426 + - -0.9917756675938442 + - 0.5757947192906292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874498915302341 + - -0.01185469717195599 + - -0.1574870720785998 + - 0.06436452652750418 + - - -0.024544189054018742 + - -0.9965822260803133 + - -0.07887616524963276 + - -0.032590761816545036 + - - -0.1560137638178422 + - 0.08175165329073172 + - -0.9843659749725312 + - 0.5735498036780879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997878632577611 + - -0.01858592134777499 + - 0.008876486361993445 + - -0.03471298169143502 + - - -0.01842116655563433 + - -0.999662915345257 + - -0.018295253650899762 + - 0.03753811382171633 + - - 0.009213528380046 + - 0.01812785732168873 + - -0.9997932244637958 + - 0.5791717124804012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965868498593777 + - -0.036778980248790914 + - -0.07390505597874308 + - 0.04855861972164379 + - - -0.036460091185818604 + - -0.9993190822654906 + - 0.00565982073732595 + - 0.035236765445596924 + - - -0.07406289515056708 + - -0.0029459178393024476 + - -0.9972492211729219 + - 0.5747920957864041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992659741144614 + - -0.02888190151433207 + - 0.02516642092139852 + - -0.04277745768508905 + - - -0.03058987329597366 + - -0.9970527120899242 + - 0.07035729504367645 + - -0.023454469045725537 + - - 0.023060195767010735 + - -0.07107548859517664 + - -0.9972043432978739 + - 0.5786152874435709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9932452056925478 + - -0.027255333614357093 + - -0.11278789012273649 + - 0.02576806207684794 + - - -0.022594517798503244 + - -0.9988452879743028 + - 0.042397859108510315 + - -0.030271645557345024 + - - -0.11381322038419572 + - -0.03956308230032219 + - -0.9927141146295223 + - 0.5758815182797576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855934195075108 + - -0.017043912007902274 + - -0.16827096150839224 + - 0.06436194998458925 + - - -0.025881903800126175 + - -0.9983901800331866 + - -0.05046954991855737 + - -0.03258428374864001 + - - -0.1671398769868309 + - 0.05409762912335091 + - -0.984447920432594 + - 0.573557380393553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998082569376593 + - -0.0188687459961782 + - 0.005236390341749289 + - -0.034739891911408846 + - - -0.018861316178049474 + - -0.9998210367473505 + - -0.0014646601943406154 + - 0.037592704826760436 + - - 0.005263089521479313 + - 0.001365614142042246 + - -0.9999852173840891 + - 0.5792595909727457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972034918167445 + - -0.0382501752824391 + - -0.06420373820389771 + - 0.0485807946927386 + - - -0.03684906969933294 + - -0.9990591732583457 + - 0.022867321457582766 + - 0.035285196426413035 + - - -0.06501801266407373 + - -0.020437524781964353 + - -0.9976747794797666 + - 0.5750024337853927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993232992870091 + - -0.027291473536578 + - 0.024660068416960088 + - -0.042759607337687244 + - - -0.028838245273811257 + - -0.9974871069531266 + - 0.0647134226556528 + - -0.023406947154553954 + - - 0.022831975640631556 + - -0.0653807841378789 + - -0.9975991449243837 + - 0.5786833899166497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927450207798622 + - -0.029198292823064333 + - -0.11663954480796669 + - 0.025759079067516687 + - - -0.022022298488455876 + - -0.9978116770857733 + - 0.06234481085512761 + - -0.030266240836243324 + - - -0.11820466186270502 + - -0.05932382967657157 + - -0.9912155876228079 + - 0.5757685859370105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887000546309974 + - -0.012489192360082876 + - -0.14938615078666304 + - 0.06440899349962147 + - - -0.025383418322737536 + - -0.9960812293224093 + - -0.08472229143390317 + - -0.032612416640692074 + - - -0.14774262772441707 + - 0.08755686532620477 + - -0.9851425842421662 + - 0.5738336313515537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997854539567991 + - -0.019053135721803886 + - 0.008125520018053205 + - -0.034700485974726546 + - - -0.018923647715906065 + - -0.9996972526967715 + - -0.01572572757146304 + - 0.0375844702158754 + - - 0.008422684460523609 + - 0.015568589200505944 + - -0.9998433264350892 + - 0.5791223294336713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979489111574359 + - -0.03843841268820137 + - -0.05119042048762259 + - 0.048587268056880635 + - - -0.03644642089275834 + - -0.9985627677202387 + - 0.03929449486893065 + - 0.035263843189511354 + - - -0.05262726597302959 + - -0.03734819075816162 + - -0.9979155693360514 + - 0.5748888074796477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999311905891273 + - -0.02876346345018348 + - 0.023417470279720385 + - -0.04273355610228677 + - - -0.030801261586286408 + - -0.9952919126256843 + - 0.09189826411092404 + - -0.023419475076139784 + - - 0.020663906422668143 + - -0.09255631708456181 + - -0.9954930090859995 + - 0.5783194442111008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9884706698099169 + - -0.031062631452706213 + - -0.14819192910805715 + - 0.025749979524571257 + - - -0.019035874479626944 + - -0.996459119733302 + - 0.08189541002479211 + - -0.030252179296253772 + - - -0.15021108616986292 + - -0.07813024784016931 + - -0.985561917874318 + - 0.5757227368518859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913121196860047 + - -0.015925406789272373 + - -0.13056286907936923 + - 0.06441409060290683 + - - -0.025893999739902064 + - -0.9968463370693158 + - -0.07501253927816574 + - -0.032611311555574105 + - - -0.12895651259672877 + - 0.07774163421285023 + - -0.9885982278806722 + - 0.5738965052394314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999825349538151 + - -0.01845593991001923 + - -0.0029408677208990087 + - -0.03469077506122824 + - - -0.01845089027662171 + - -0.9998282624022826 + - 0.001735035916725404 + - 0.037554627979186454 + - - -0.0029723843819622264 + - -0.001680471264264857 + - -0.999994170456716 + - 0.57895008457624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969813703226832 + - -0.03858031338073787 + - -0.06737734522039845 + - 0.04857532079935156 + - - -0.036703371545905215 + - -0.9989089017841551 + - 0.028876780525825842 + - 0.03527882053170092 + - - -0.06841790516135327 + - -0.02631663648374422 + - -0.9973095933046643 + - 0.5749583383064011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9984239742943269 + - -0.025327077208266446 + - 0.05008100153159493 + - -0.042762618007763556 + - - -0.029059795394563315 + - -0.9967398242280049 + - 0.07526786226240298 + - -0.02343839845691651 + - - 0.04801141370494332 + - -0.07660458183432933 + - -0.9959049363247681 + - 0.5785607824532908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9881936748753276 + - -0.031660547066600285 + - -0.14990287087257165 + - 0.02575078486153122 + - - -0.02184964166803274 + - -0.9975372105673291 + - 0.06664913122112723 + - -0.030271206689118084 + - - -0.15164383962223416 + - -0.06258692589507858 + - -0.9864517335438316 + - 0.5757708289324771 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899812340967097 + - -0.01851780913848375 + - -0.13997945163868272 + - 0.06439603694704772 + - - -0.025671713185344724 + - -0.9984453818354267 + - -0.04947507083004998 + - -0.03259233350739348 + - - -0.13884566712175436 + - 0.0525729040116651 + - -0.9889175751726205 + - 0.5737488491165889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135936627811 + - -0.018767929161746705 + - 0.004532412392417085 + - -0.03470168621692005 + - - -0.018782125376108 + - -0.9998187628952531 + - 0.0031101654235392434 + - 0.037562336131269115 + - - 0.004473219586767266 + - -0.0031947140068050994 + - -0.9999848919403448 + - 0.5789987157575963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969071627227637 + - -0.03852340580598221 + - -0.06849858478214689 + - 0.048562256705790334 + - - -0.036592670683562756 + - -0.9989029315513305 + - 0.02922173489721304 + - 0.035276575909838466 + - - -0.06954915789780404 + - -0.026624810670994217 + - -0.9972231616305554 + - 0.5749451766475764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991341993922561 + - -0.027517054885235745 + - 0.031203578244140842 + - -0.04274661285070741 + - - -0.029177388982034244 + - -0.9981109902908226 + - 0.05406598776370954 + - -0.02344159346283682 + - - 0.029656897629158088 + - -0.054929616338706085 + - -0.9980497010028595 + - 0.5786384138365835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907996259679507 + - -0.02998367312630454 + - -0.13197378727468564 + - 0.025761047161239514 + - - -0.02140663681733996 + - -0.9975941925612509 + - 0.06593620301653025 + - -0.030262349525648394 + - - -0.13363329331397758 + - -0.06250445035292695 + - -0.9890578024585519 + - 0.5757038441405752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864115144711353 + - -0.016235847387740938 + - -0.16348920875202508 + - 0.06439993846026403 + - - -0.02497077980190274 + - -0.998359956639401 + - -0.0515156008899995 + - -0.03260441393873491 + - - -0.16238467992654396 + - 0.054898034924529104 + - -0.9851991785860251 + - 0.573858366166072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998083469722853 + - -0.01844898530095127 + - 0.006550134801032955 + - -0.034675152527829184 + - - -0.0184434185289308 + - -0.9998294922378507 + - -0.0009092658405151585 + - 0.037572601703985735 + - - 0.0065657929843325755 + - 0.0007882846994074604 + - -0.9999781342458043 + - 0.5789238919532742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959611063329247 + - -0.039199020869093694 + - -0.08077692390157643 + - 0.04854440598116866 + - - -0.037583394089976206 + - -0.9990637701853864 + - 0.021425956026280283 + - 0.035263829408847494 + - - -0.08154117463450139 + - -0.01830354790380574 + - -0.9965018901002446 + - 0.5748479596911086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992810872452087 + - -0.029855037974113943 + - 0.02336633008407323 + - -0.04277480449644617 + - - -0.030949438611041435 + - -0.9983692719400269 + - 0.04796800074635206 + - -0.02347570079547252 + - - 0.02189613947012187 + - -0.04865669073729602 + - -0.9985755282014476 + - 0.5786724804207934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907272557594534 + - -0.029660758992826095 + - -0.13258862723217255 + - 0.025779466351603476 + - - -0.022704110349386193 + - -0.9983002865520161 + - 0.053675518100955985 + - -0.030258275095935896 + - - -0.13395532116562378 + - -0.05016749192587412 + - -0.9897167244647745 + - 0.5758815340974339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875439505256831 + - -0.012225275592761004 + - -0.15686774179801338 + - 0.0643979845573329 + - - -0.02640128169368017 + - -0.9957167499073779 + - -0.08860658146446498 + - -0.03260062037104161 + - - -0.15511259815069212 + - 0.09164440294185436 + - -0.9836368157528329 + - 0.5737590589016445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997077526327276 + - -0.018582999834112005 + - 0.01546225867027572 + - -0.03470089912546497 + - - -0.018446679912464826 + - -0.9997901197277685 + - -0.008912715351695895 + - 0.03754354120497476 + - - 0.01562463843511875 + - 0.008624883297684802 + - -0.9998407283472064 + - 0.5792229134637807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955854769420235 + - -0.0373281749286967 + - -0.08611716123175614 + - 0.04855853876338108 + - - -0.03758436736333764 + - -0.9992925394835278 + - -0.0013549400205613094 + - 0.03523637310578649 + - - -0.08600565930228862 + - 0.0045856176306204675 + - -0.996284095365837 + - 0.5748984342160983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990702081271801 + - -0.025573983527180624 + - 0.03470865308917469 + - -0.042738064255297206 + - - -0.028755917728671507 + - -0.9951085825241438 + - 0.09450929151343204 + - -0.023398066475910813 + - - 0.03212189951256085 + - -0.09541949671498218 + - -0.9949187420178415 + - 0.5783430907920248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896903783516968 + - -0.027679248005640276 + - -0.14052335830002635 + - 0.025748175174701456 + - - -0.02211349151247552 + - -0.9989137606221783 + - 0.041015757128030725 + - -0.030262098488168465 + - - -0.14150600160842294 + - -0.037485438099349844 + - -0.9892274225067244 + - 0.5757127619108487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894273234492863 + - -0.01979158231027795 + - -0.14367277014673657 + - 0.06440921411057449 + - - -0.025428041994872787 + - -0.998972999035265 + - -0.03750149168759342 + - -0.032575403764731184 + - - -0.14278300421369655 + - 0.040758317778622134 + - -0.9889144418196995 + - 0.5736496643799631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998027144018705 + - -0.018699914163450564 + - 0.006696677155963966 + - -0.034693939178878745 + - - -0.01866520763881461 + - -0.9998122247962953 + - -0.005208183145998792 + - 0.037549744485587566 + - - 0.006792812263824568 + - 0.005082160776865492 + - -0.999964014024198 + - 0.5789347431016854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956752582933174 + - -0.03868537237341334 + - -0.08446432375190227 + - 0.0485457306671434 + - - -0.0364110081098174 + - -0.998935997360867 + - 0.028303916073155553 + - 0.035246259245557715 + - - -0.08546940102143355 + - -0.025106077769730773 + - -0.9960244305979935 + - 0.5748513209526567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988964058521552 + - -0.030054226756619066 + - 0.03609312718105947 + - -0.042753021832599034 + - - -0.03170063312511668 + - -0.9984408716484202 + - 0.04594448477684206 + - -0.023427294394928563 + - - 0.03465602739947506 + - -0.04703795569542153 + - -0.9982917361617706 + - 0.5785445761849488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923215702513883 + - -0.027933838136678654 + - -0.12048901153537965 + - 0.0257609648718013 + - - -0.022972911684805492 + - -0.9988379297903615 + - 0.042367857401897066 + - -0.030260154124413123 + - - -0.12153249171534804 + - -0.03927455536424562 + - -0.9918101445127491 + - 0.5758410525328864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869441179958871 + - -0.013505483170129525 + - -0.1604958251097576 + - 0.06439156313334922 + - - -0.025934945607993795 + - -0.9968006163209614 + - -0.07560363680710809 + - -0.032592281802291304 + - - -0.15896127374184868 + - 0.07877901514040432 + - -0.9841367690640749 + - 0.5737852542886273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998288515488449 + - -0.017915236134056236 + - -0.004616484027790461 + - -0.034714691969825906 + - - -0.017894023235065715 + - -0.9998293253981134 + - 0.004596085988714997 + - 0.03753991629473805 + - - -0.0046980360769971604 + - -0.0045126919032590605 + - -0.9999787818092967 + - 0.5788689397195039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963527186637524 + - -0.038780532390819425 + - -0.0760087515937085 + - 0.048570491897675795 + - - -0.03671456031638949 + - -0.9989223688181087 + - 0.028392642279160735 + - 0.03528085111131661 + - - -0.07702792397646245 + - -0.02549845842992852 + - -0.9967028281015226 + - 0.5751842642357976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998960349070602 + - -0.025142508943429946 + - 0.03802729583825939 + - -0.04274180447652143 + - - -0.0278188610168534 + - -0.9970474690024951 + - 0.0715713317428353 + - -0.02340303875832044 + - - 0.03611553622010822 + - -0.07255479859904192 + - -0.9967103236366051 + - 0.5785203559032883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9902854592323383 + - -0.031006179488712662 + - -0.13554824257994086 + - 0.025748850882064814 + - - -0.020575563131395642 + - -0.9967655296521836 + - 0.07768606759920876 + - -0.030252437448345895 + - - -0.13751856396437068 + - -0.07414240170588363 + - -0.9877203798821109 + - 0.5756141570995571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891150299963861 + - -0.012357030827058722 + - -0.14662455873552502 + - 0.06443011129359957 + - - -0.025827180011203665 + - -0.9955775155200667 + - -0.09032368107844842 + - -0.03262079492434955 + - - -0.14485998138864023 + - 0.09312740939181922 + - -0.9850598313869328 + - 0.5740658727876605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995215895129551 + - -0.017210191171505664 + - 0.025698276544074417 + - -0.034678379385451145 + - - -0.0172927974381428 + - -0.999845980656384 + - 0.002995683901529238 + - 0.03754563484346456 + - - 0.025642762219754305 + - -0.00343864582572093 + - -0.9996652562036089 + - 0.5790164666031913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995201250394731 + - -0.03783000405725722 + - -0.09024057848768338 + - 0.04855378714781229 + - - -0.0364164935081028 + - -0.9991876395229196 + - 0.017259780566127175 + - 0.03525599633201272 + - - -0.09082020817713504 + - -0.013890709760284281 + - -0.9957704243293319 + - 0.5750400253920658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999031752104999 + - -0.02768073389501087 + - 0.034195544403469696 + - -0.042722395844595834 + - - -0.02996843774665224 + - -0.9972141289671285 + - 0.06830720113835725 + - -0.02342659986412157 + - - 0.03220948656903895 + - -0.06926584987830989 + - -0.997078126836405 + - 0.5783751446188178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.992936103206302 + - -0.028125431682326486 + - -0.11526862123824888 + - 0.02575475949410564 + - - -0.0217316685688791 + - -0.9981742767260233 + - 0.0563546614193754 + - -0.03026906059780545 + - - -0.11664317181342629 + - -0.05345159843412386 + - -0.9917344892127835 + - 0.5758017823513824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837271868673345 + - -0.013501916489479638 + - -0.17916059853994526 + - 0.06440694572602203 + - - -0.025915509944747422 + - -0.9974076800393796 + - -0.06712902608237277 + - -0.03259355175679408 + - - -0.17778978644000903 + - 0.07067968625832534 + - -0.9815269602960697 + - 0.5739649042451713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998293278868892 + - -0.017748774768346385 + - 0.005127971477485659 + - -0.034686949061122616 + - - -0.01773992125710384 + - -0.9998410740460757 + - -0.0017668741272539568 + - 0.03755849274675504 + - - 0.0051585163606555524 + - 0.0016756027608937876 + - -0.9999852909239938 + - 0.5791026476973183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963820552512005 + - -0.037462213122348056 + - -0.07628487767158974 + - 0.048593446805098924 + - - -0.035982478756518124 + - -0.9991384096360076 + - 0.020680899703970856 + - 0.035269086121677146 + - - -0.07699390362834165 + - -0.017861158361224864 + - -0.9968715653613881 + - 0.5749968644450023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992752937154202 + - -0.026207588213181494 + - 0.027605247508561623 + - -0.042720566528940365 + - - -0.0278298625616929 + - -0.9978030061653319 + - 0.06012203952980644 + - -0.023412194164483858 + - - 0.025968945295447042 + - -0.06084671895406221 + - -0.9978092456340375 + - 0.5784036344414141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9861342750930112 + - -0.026578133768667498 + - -0.16380718632635172 + - 0.025744722001952297 + - - -0.022149645882144967 + - -0.9993396861631977 + - 0.02880251458704619 + - -0.03029279896114698 + - - -0.1644645392602213 + - -0.024774875673073446 + - -0.9860718132374064 + - 0.5758104379537712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875382146609694 + - -0.01148459006442224 + - -0.15695979987014955 + - 0.06439159680277047 + - - -0.026051155966053424 + - -0.9955041387951334 + - -0.0910650696732405 + - -0.03260053504426865 + - - -0.15520828540080447 + - 0.09401922054990651 + - -0.9833975667603263 + - 0.5737009582568738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998367181297881 + - -0.017818100452639797 + - -0.0030087166224180045 + - -0.034733628569789704 + - - -0.017831230501252217 + - -0.9998313510449311 + - -0.004395075253058839 + - 0.03756852603657436 + - - -0.00292989731314762 + - 0.004448006736559083 + - -0.9999858153683017 + - 0.5791197992861291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966930499802681 + - -0.03790127661656403 + - -0.07187807281685817 + - 0.04856018652986801 + - - -0.03640032671353976 + - -0.9990933666133662 + - 0.02207851906985217 + - 0.03525640825710699 + - - -0.07264970981482603 + - -0.019389121176705236 + - -0.9971690336366332 + - 0.5749812297192318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993435386150593 + - -0.026436545758772197 + - 0.024770968424259403 + - -0.04274733067470122 + - - -0.027590737863767444 + - -0.998491374607679 + - 0.0474734243361653 + - -0.02344166514839386 + - - 0.023478564957513527 + - -0.04812570916270311 + - -0.9985653073811066 + - 0.5784772458029825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910029479350476 + - -0.029679907642935308 + - -0.1305077019426525 + - 0.025773604552043285 + - - -0.021381510768628646 + - -0.9976864613418834 + - 0.06453337006821959 + - -0.030279875557194507 + - - -0.13212111179253833 + - -0.06116230814331318 + - -0.9893448255695717 + - 0.5758624026153512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862594068246664 + - -0.011798987793568479 + - -0.16478217845660498 + - 0.06440459611994881 + - - -0.025156097512265302 + - -0.9965405511296057 + - -0.07920922113147878 + - -0.03259135832714911 + - - -0.16327753430221376 + - 0.08226611599771395 + - -0.9831443093212922 + - 0.5737738066811617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997962907028239 + - -0.017944061264476334 + - 0.009240549886832178 + - -0.03470345723759801 + - - -0.01803509485849275 + - -0.9997886933352998 + - 0.009864280629571183 + - 0.03756725894652113 + - - 0.009061592041108582 + - -0.010028925377650637 + - -0.9999086499303075 + - 0.579111640365757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970437900414673 + - -0.03843683085889717 + - -0.06653037481685405 + - 0.04857572099494894 + - - -0.03708020029732503 + - -0.9990808158423089 + - 0.021507723305289862 + - 0.03527814487259991 + - - -0.06729590987316252 + - -0.01897718233540434 + - -0.9975525685721792 + - 0.5750168530981024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998854089564171 + - -0.02698115751458256 + - 0.039528785715024196 + - -0.042706192905678994 + - - -0.029190986331421507 + - -0.997979315697768 + - 0.0564373259148074 + - -0.02344263298371175 + - - 0.0379261661380343 + - -0.0575265380375763 + - -0.9976233273853825 + - 0.5784688910188309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9939140950757163 + - -0.02924952556937916 + - -0.10620375164647544 + - 0.025783020247123156 + - - -0.023603411119742373 + - -0.998259959962757 + - 0.05403638883814975 + - -0.030299150860237684 + - - -0.10759949160350352 + - -0.051200757700658364 + - -0.9928750333337759 + - 0.575875894505075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858403070665402 + - -0.014610868678591113 + - -0.16704912893938312 + - 0.06439102185590548 + - - -0.024979377752543344 + - -0.9978775384713355 + - -0.06013691795796976 + - -0.032576110772648825 + - - -0.16581592097879327 + - 0.06345818096073041 + - -0.9841128693494 + - 0.5737109026661227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998156010198881 + - -0.01862960154187306 + - 0.004658530200725729 + - -0.034698117721523675 + - - -0.018624022215869656 + - -0.9998257911692876 + - -0.0012381878738164792 + - 0.03755940505951599 + - - 0.004680785590349802 + - 0.0011511989832837448 + - -0.999988382426095 + - 0.5789565664037553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976000560955525 + - -0.037993800347633104 + - -0.05788436069695288 + - 0.048603449051244606 + - - -0.035859202586888274 + - -0.99865377497882 + - 0.03748006550667652 + - 0.03532578704552528 + - - -0.059230445448124516 + - -0.03531442843508093 + - -0.9976194893226176 + - 0.5752870972798614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994382669927679 + - -0.028106042294766646 + - 0.01825379020963623 + - -0.04281553513885594 + - - -0.029486637988301284 + - -0.9963280742174058 + - 0.08037976552828983 + - -0.02339736238843623 + - - 0.015927606557153855 + - -0.08087285646470498 + - -0.9965971565465156 + - 0.5785726728134652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9905678542071346 + - -0.02840530106581883 + - -0.1340465034338203 + - 0.025740559497519425 + - - -0.02107499303547066 + - -0.9982200445983148 + - 0.055790565785745795 + - -0.030264850307585245 + - - -0.13539265445373272 + - -0.05243931190909123 + - -0.9894033291264354 + - 0.5757150497172085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873550275470565 + - -0.013344260569859878 + - -0.15796195835515223 + - 0.06439392070049847 + - - -0.02530904276478954 + - -0.9969387193483625 + - -0.0739773088073411 + - -0.03258290363886219 + - - -0.1564912199833627 + - 0.07703973373454984 + - -0.9846701871663569 + - 0.5736583864375164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998109479020109 + - -0.019283895573670762 + - 0.0024899451372050476 + - -0.034696383614959234 + - - -0.019267359854435697 + - -0.9997932220480553 + - -0.006502460381189036 + - 0.03752495993896029 + - - 0.0026148230384119005 + - 0.006453256408435549 + - -0.9999757587972851 + - 0.5789493530984187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967026645464692 + - -0.03840873980959808 + - -0.07147424145947329 + - 0.04858816201389158 + - - -0.036629351822536335 + - -0.9989895330389915 + - 0.026042339825738094 + - 0.0352983765878918 + - - -0.07240227255431522 + - -0.02333841435866983 + - -0.997102416677542 + - 0.5752165105491138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988267710083956 + - -0.028734972818753597 + - 0.038979261845852466 + - -0.04272939359655096 + - - -0.0303715599413353 + - -0.9986531522799645 + - 0.04206482839640936 + - -0.02345156489206097 + - - 0.03771803101531037 + - -0.04319933770782815 + - -0.99835422939853 + - 0.5786066429510304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9892771591850357 + - -0.02778916819048591 + - -0.14338223197476901 + - 0.02577598262795181 + - - -0.02102159168187891 + - -0.9986019109645679 + - 0.04850068144958007 + - -0.030276884521157624 + - - -0.14452956444252485 + - -0.044966493627968895 + - -0.9884782341826551 + - 0.5757354856875108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880553898237797 + - -0.015199690816225877 + - -0.15334769655677838 + - 0.06441027081478173 + - - -0.026241755318249727 + - -0.9971847720398929 + - -0.07024173039984477 + - -0.03259501996047521 + - - -0.15184833524933933 + - 0.07342683304377565 + - -0.9856726552315258 + - 0.5738292670068292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997819957625168 + - -0.019262273351322905 + - 0.008057653160674003 + - -0.034680848574884356 + - - -0.019127866198499544 + - -0.9996819113329982 + - -0.016437788424715404 + - 0.03755718680129836 + - - 0.008371719286449041 + - 0.01628007920565267 + - -0.9998324226275354 + - 0.5790875359484854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965654418058616 + - -0.03949296630627485 + - -0.07278479106667286 + - 0.04857163562919586 + - - -0.037000870403961085 + - -0.9986924239416445 + - 0.03527574167771483 + - 0.035271178168150674 + - - -0.07408276309396848 + - -0.03246148446844398 + - -0.9967236308217383 + - 0.5750754654712638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987929178516363 + - -0.02849080410571138 + - 0.04001226475500544 + - -0.042714300028058864 + - - -0.03107854169585833 + - -0.9973609016180286 + - 0.06561521294434376 + - -0.02344297082910731 + - - 0.03803723827347966 + - -0.06677953283067171 + - -0.9970424577215573 + - 0.5786026984848748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906482122044644 + - -0.029927093871435904 + - -0.13311832596794781 + - 0.0257653022404773 + - - -0.020979881219269005 + - -0.9974568879014296 + - 0.06811461929733671 + - -0.03026077353993893 + - - -0.13481826374836575 + - -0.06468481916497885 + - -0.9887567496252407 + - 0.5756822404315162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862182194716131 + - -0.014105935552664078 + - -0.16484734199987894 + - 0.06437420945214664 + - - -0.026009874743297027 + - -0.9971882929700534 + - -0.07027798218011853 + - -0.03259354560510774 + - - -0.16339250288210583 + - 0.07359708517091655 + - -0.9838121563877252 + - 0.5736526764112497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998052379134051 + - -0.018619276883097658 + - -0.006542841070201739 + - -0.034714179780944404 + - - -0.018680115250450772 + - -0.9997816629929378 + - -0.00936374056164151 + - 0.037539334613719805 + - - -0.006367066447686092 + - 0.009484137885248142 + - -0.9999347536681704 + - 0.5789590086503593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958736045023953 + - -0.03739240617217392 + - -0.08268961129466024 + - 0.04854896136998018 + - - -0.03701520368975386 + - -0.9992961424090755 + - 0.006090522321437771 + - 0.0352585765733719 + - - -0.08285914886850373 + - -0.0030046176124541085 + - -0.996556738837178 + - 0.5748307438454773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988516949339887 + - -0.028496374232102394 + - 0.03851296123543177 + - -0.04275448072980179 + - - -0.030176138030689238 + - -0.9985861469639034 + - 0.04376194448763378 + - -0.023418112054109295 + - - 0.03721145282101587 + - -0.044873864859291096 + - -0.9982993759546982 + - 0.5786806858399366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908799337628802 + - -0.0276134961250869 + - -0.13188802712081205 + - 0.025742832947042424 + - - -0.020839642609103218 + - -0.998405148497644 + - 0.052467787730401574 + - -0.030263014353215593 + - - -0.13312650435580098 + - -0.04924077868136774 + - -0.9898750828022986 + - 0.5757538025131319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893914058003456 + - -0.014341274540638762 + - -0.14456477431575707 + - 0.06440004938916266 + - - -0.025169817693803907 + - -0.9969881393636935 + - -0.07335618750576806 + - -0.03259084752177906 + - - -0.1430773441383241 + - 0.07621665049495913 + - -0.9867724640370003 + - 0.5736986795295241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997794916379236 + - -0.01826519907836422 + - 0.010361013601130273 + - -0.03468429331903428 + - - -0.018255888395612846 + - -0.9998328547714128 + - -0.0009925011509941332 + - 0.03756176302068339 + - - 0.010377410038251926 + - 0.0008031327882233076 + - -0.9999458307021553 + - 0.5789557964440752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973932216402422 + - -0.03766505869252553 + - -0.06154758142922511 + - 0.048549077884023246 + - - -0.03636022761408978 + - -0.999092468433872 + - 0.022184980652775722 + - 0.03522873467424041 + - - -0.062327323654638604 + - -0.019889265255435072 + - -0.9978575659149199 + - 0.5746074396413594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9929938590160812 + - -0.028589530061597142 + - -0.11465528652098078 + - 0.025761361683079832 + - - -0.02264355812207759 + - -0.9983467126364534 + - 0.05283096292477864 + - -0.03027596704567169 + - - -0.11597614078733287 + - -0.04986461810587016 + - -0.9919995235025232 + - 0.575755910359992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840068245370084 + - -0.015623234721790176 + - -0.17744431183168702 + - 0.0643544835353452 + - - -0.025428218050829128 + - -0.9982644558309199 + - -0.05311762373597406 + - -0.03257856337275518 + - - -0.17630648028746027 + - 0.05678019691252292 + - -0.9826963082495133 + - 0.5735039002123666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997749646718674 + - -0.019373561301260802 + - -0.008642056345132295 + - -0.03472180274517981 + - - -0.01945817211436664 + - -0.9997624809976463 + - -0.009816370378019818 + - 0.03754464491737471 + - - -0.008449825639256467 + - 0.00998231996767637 + - -0.9999144732099486 + - 0.5789897819738588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962690489773869 + - -0.03717873507900375 + - -0.07788275616346925 + - 0.04857456638239518 + - - -0.0366184718811671 + - -0.9992922272047523 + - 0.008610003789415495 + - 0.03523674872500749 + - - -0.07814774191735373 + - -0.00572593277037288 + - -0.9969253453128412 + - 0.5749720681886316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9978497584237137 + - -0.026274370382153096 + - 0.060045958021815414 + - -0.042732648815556024 + - - -0.029104308502626613 + - -0.9984824743865759 + - 0.0467513376219882 + - -0.023417552315928146 + - - 0.058726474781993505 + - -0.048398407038689084 + - -0.9971001932382711 + - 0.578535314662996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903402372587201 + - -0.031529475139001874 + - -0.13502631841163795 + - 0.02577063319930117 + - - -0.02037308502664826 + - -0.996322703929572 + - 0.08322263538823639 + - -0.03027282412857599 + - - -0.1371537526750141 + - -0.0796678218098464 + - -0.9873408156737145 + - 0.5758015199416151 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997593932772734 + - -0.018891928402855744 + - 0.011146775097737578 + - -0.03465556247149283 + - - -0.01892350219897472 + - -0.9998171967161005 + - 0.0027339011109859704 + - 0.03759414077379536 + - - 0.011093088766595581 + - -0.0029441793390729107 + - -0.9999341354257473 + - 0.5790990916571324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965513107554886 + - -0.03899475350061425 + - -0.07324543829443486 + - 0.048556826225567486 + - - -0.03617377258655115 + - -0.9985663901339902 + - 0.03945405773337028 + - 0.03529209919203211 + - - -0.07467893416736754 + - -0.036668429120947726 + - -0.9965332323096044 + - 0.5750425183912234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999209386774867 + - -0.028326834632138843 + - 0.02789608970299698 + - -0.0427475758416612 + - - -0.029454094404906622 + - -0.9987305068475982 + - 0.040863565859167644 + - -0.023431185012909386 + - - 0.02670314033556808 + - -0.04165291264321311 + - -0.9987752385619879 + - 0.57843195914746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929691776738973 + - -0.027720491005029612 + - -0.11508165174372599 + - 0.025754987090395195 + - - -0.021605308463922963 + - -0.998304503189914 + - 0.054049325221674084 + - -0.030263453218374734 + - - -0.11638480500393038 + - -0.051182939434733794 + - -0.9918845113595726 + - 0.5758804064111194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873665343150834 + - -0.014932264234837504 + - -0.1577477556082573 + - 0.06440000831698811 + - - -0.02559891891801344 + - -0.9975041132202063 + - -0.06580455500190324 + - -0.03260426400463117 + - - -0.15637142406734825 + - 0.06901138741968987 + - -0.9852844290566855 + - 0.5737519108850322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998116224317025 + - -0.018082787717146113 + - -0.007052123003980733 + - -0.03472493301404246 + - - -0.01808747590981857 + - -0.9998362272501895 + - -0.000601575697163835 + - 0.03753196493746122 + - - -0.00704008989277676 + - 0.0007290174787444353 + - -0.9999749525202207 + - 0.5788149677365381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961837110049409 + - -0.037939520313703644 + - -0.0786041139304452 + - 0.04853090111873923 + - - -0.03617569228148878 + - -0.9990633405365206 + - 0.023743649339615393 + - 0.03525134245182135 + - - -0.07943131130970565 + - -0.02080947847433121 + - -0.9966231145168399 + - 0.5749457852286655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993402568279002 + - -0.027098015899390357 + - 0.02418157599212491 + - -0.04275353169521945 + - - -0.029090160534054978 + - -0.9958495951927502 + - 0.0862400505249079 + - -0.023451232797727248 + - - 0.021744278402592136 + - -0.0868866001679899 + - -0.995980875854551 + - 0.5784814285394153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9865053202666805 + - -0.02712631631800837 + - -0.16146645487081684 + - 0.0257617165851318 + - - -0.019819906314903723 + - -0.9987127541581855 + - 0.04669053432377766 + - -0.030268078746068915 + - - -0.16252515005131551 + - -0.0428602105079615 + - -0.9857730864433307 + - 0.5758588357635435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846414402773576 + - -0.01796930377651989 + - -0.17366156227075116 + - 0.06439347570398463 + - - -0.025722752338283777 + - -0.9987652938802007 + - -0.042499738264361334 + - -0.03259769655966901 + - - -0.17268345056974668 + - 0.046314056853001453 + - -0.983887917415974 + - 0.5738099273686107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998074502322887 + - -0.01898017102533736 + - 0.004981522644580764 + - -0.03469248928884701 + - - -0.01905991818375364 + - -0.9996824872599231 + - 0.016481631734848585 + - 0.037560357674751375 + - - 0.004667116758572072 + - -0.016573405614522762 + - -0.9998517591360728 + - 0.5790363529897865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967372299835624 + - -0.03704817336753467 + - -0.07171002171819564 + - 0.04857486766002444 + - - -0.03619822840698468 + - -0.9992585484208447 + - 0.013116465532426425 + - 0.03524796452650308 + - - -0.072142793298366 + - -0.010477893776740509 + - -0.9973392758320079 + - 0.5750077616102661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991828129952364 + - -0.028554220839055275 + - 0.028607039119784607 + - -0.04273498947069468 + - - -0.030159313262806596 + - -0.9978988295599873 + - 0.05734406496163612 + - -0.023455426383968345 + - - 0.026909515760086128 + - -0.0581599727912841 + - -0.9979445352956625 + - 0.5785588560117432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921027630842421 + - -0.029510284081452565 + - -0.12190672915817335 + - 0.025776653240656724 + - - -0.023866796647099273 + - -0.9985861892000119 + - 0.047497355261150204 + - -0.030260087546264067 + - - -0.12313603655477254 + - -0.04421273427904984 + - -0.9914044334322656 + - 0.5758852493820514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854352436517617 + - -0.022526427890348328 + - -0.16855248623349883 + - 0.06439485471851537 + - - -0.02411292845552784 + - -0.9996820642138594 + - -0.007371375069610757 + - -0.03258494944320922 + - - -0.16833284661732384 + - 0.011328306829320095 + - -0.9856651166669593 + - 0.5736814654444805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997980193034331 + - -0.018771835542548916 + - 0.007179051977481517 + - -0.0346999827956264 + - - -0.01866275672265289 + - -0.9997137499733808 + - -0.014970625426879281 + - 0.037546630650062744 + - - 0.007458023092144341 + - 0.014833620748972503 + - -0.999862161293762 + - 0.5789670002192591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956827265516474 + - -0.03751716385413046 + - -0.08490212284165577 + - 0.048536413693929734 + - - -0.03666565450386238 + - -0.9992606433326003 + - 0.011567042246024463 + - 0.0352685667428539 + - - -0.08527331251030815 + - -0.008404112258903097 + - -0.9963221532569971 + - 0.5751017228214823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994868012619923 + - -0.02839197416808153 + - 0.01483340506794458 + - -0.04277261343769081 + - - -0.029457342190010945 + - -0.9965668469849845 + - 0.07737431409394403 + - -0.023430133883043408 + - - 0.012585670191584327 + - -0.07777155838252629 + - -0.9968917622352906 + - 0.5786449468268231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9919116492394827 + - -0.028642024368627134 + - -0.12365643753188306 + - 0.025767156265374826 + - - -0.021850097849695136 + - -0.9981951866120093 + - 0.055936952442681064 + - -0.030273525806901194 + - - -0.1250354082928843 + - -0.05278260949103392 + - -0.9907472648502992 + - 0.5757946883395773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878040548474066 + - -0.012974841262747543 + - -0.1551605707685693 + - 0.06438010885463571 + - - -0.0248506962752636 + - -0.9968853895184107 + - -0.07484626282829826 + - -0.03258761056262404 + - - -0.15370618764921698 + - 0.077789290130034 + - -0.9850498638238628 + - 0.5736015916347521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998348660297596 + - -0.018059136343059 + - -0.002026885738149367 + - -0.03472806269430241 + - - -0.018068978895385883 + - -0.9998245015179895 + - -0.004947541407774044 + - 0.03756228264273896 + - - -0.0019371816979331918 + - 0.00498334815624443 + - -0.9999857066819619 + - 0.5791096547760518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972924743717048 + - -0.038724965014389386 + - -0.06251477942212397 + - 0.04858618894534097 + - - -0.03682982404457349 + - -0.9988347458282427 + - 0.031188372626297384 + - 0.035284216177185725 + - - -0.06364970245341492 + - -0.028801520981804715 + - -0.9975566088030933 + - 0.5751568334829714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993211413406164 + - -0.025923179761614294 + - 0.026177188938743764 + - -0.04275781350721372 + - - -0.02747254558397143 + - -0.9977794883175428 + - 0.06067414549804844 + - -0.02344604316262652 + - - 0.024546195404263154 + - -0.061352110345356266 + - -0.9978143128094257 + - 0.5786006500461376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891103723184891 + - -0.03124120307196394 + - -0.14382162077586305 + - 0.025760416720052377 + - - -0.018249724456640085 + - -0.9957038250240379 + - 0.09077907462492747 + - -0.030254685066000077 + - - -0.1460397854327257 + - -0.08716581935092303 + - -0.9854311244362272 + - 0.5757742879332526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907510666841167 + - -0.01647906825121712 + - -0.13468765412559747 + - 0.06438360649913996 + - - -0.025871338943145628 + - -0.9973304372517836 + - -0.06828376639037186 + - -0.03256938304869327 + - - -0.13320284413470201 + - 0.07113676433981046 + - -0.9885325301039356 + - 0.5736122331109114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998010187324847 + - -0.019777124185462368 + - 0.002605436707821596 + - -0.034693363732071505 + - - -0.019739843433372616 + - -0.9997122136746611 + - -0.013631889485146289 + - 0.03754910248622193 + - - 0.002874286469995785 + - 0.013577746081809946 + - -0.999903687006217 + - 0.5789652172985704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962202321806506 + - -0.038311125063666594 + - -0.07795836510783609 + - 0.048572071322567974 + - - -0.03673418981583885 + - -0.9990924077278057 + - 0.021562933919809735 + - 0.03526519379600082 + - - -0.07871371095625272 + - -0.018617693654485165 + - -0.9967233985366669 + - 0.5748937180730157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995338470975722 + - -0.028275332337354523 + - 0.011514950609498307 + - -0.042804971873274755 + - - -0.028826043251623006 + - -0.9982897854349452 + - 0.05085826901014186 + - -0.02345783947226116 + - - 0.010057223114885711 + - -0.05116649174474003 + - -0.9986394957069114 + - 0.5786079467489916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9926778571298535 + - -0.029066005075966638 + - -0.11724265142432683 + - 0.025764882192128056 + - - -0.02151971633881049 + - -0.9976450548443456 + - 0.06512485204067794 + - -0.03027273169713416 + - - -0.11885947069030492 + - -0.062124969968177395 + - -0.9909656474034173 + - 0.575844612546271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889652997308066 + - -0.017217349281331906 + - -0.14714346336851117 + - 0.06437494915536043 + - - -0.024512547694966764 + - -0.9985508277463452 + - -0.04791011806070631 + - -0.03259299330141151 + - - -0.1461053419073298 + - 0.05098830543186798 + - -0.9879541597540489 + - 0.5736748063600723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998181765725497 + - -0.019009104299697602 + - 0.00150590466668008 + - -0.034660137459357185 + - - -0.018999405244362454 + - -0.9998001936768673 + - -0.006212513505691459 + - 0.037547718564053666 + - - 0.001623698094598612 + - 0.006182772632171142 + - -0.9999795682548098 + - 0.5790360115962395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968482204237167 + - -0.03863568425990468 + - -0.06928859458697446 + - 0.04854770288941647 + - - -0.03631859812554907 + - -0.9987481840248067 + - 0.034395120836321666 + - 0.03527810467110528 + - - -0.07053073704608522 + - -0.031770250375457526 + - -0.9970035437864883 + - 0.5749356755761638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.998750524473116 + - -0.025748808583873413 + - 0.04282976443067143 + - -0.04279038409043131 + - - -0.028952889802883783 + - -0.996690849224714 + - 0.07595446822788218 + - -0.023440940624605035 + - - 0.04073229721901072 + - -0.07709961042851865 + - -0.9961910108182229 + - 0.5786367887463786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9930808907768532 + - -0.02994251357767522 + - -0.11355082674512963 + - 0.025782042300284566 + - - -0.021340489981266277 + - -0.9968620346217074 + - 0.0762277339111514 + - -0.03027706883678948 + - - -0.11547695813975699 + - -0.07327707561386823 + - -0.9906036252347697 + - 0.5757916169173645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887828016984013 + - -0.011918435569243789 + - -0.14888425692141483 + - 0.06439401448731126 + - - -0.02545752531130207 + - -0.9956735157837541 + - -0.08936534211786343 + - -0.03257979521029868 + - - -0.14717501646164166 + - 0.09215313809306847 + - -0.9848082623887328 + - 0.5736841353114291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998270022226977 + - -0.018495534073445973 + - 0.0019699862211572917 + - -0.034709059267993864 + - - -0.018484380537128718 + - -0.9998138175052063 + - -0.005536966843470433 + - 0.03757387712078039 + - - 0.0020720286031248743 + - 0.005499594985548745 + - -0.9999827304271128 + - 0.5791559433171525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975624821593877 + - -0.03789126180119824 + - -0.05859476484392083 + - 0.04857180197075724 + - - -0.036704920410203526 + - -0.9991014125005614 + - 0.02119236553722869 + - 0.03526964238813216 + - - -0.05934511779145736 + - -0.018989992588096215 + - -0.9980568807316654 + - 0.5749697785631425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992326592359778 + - -0.028826154486999628 + - 0.026516891478599872 + - -0.042791756661252164 + - - -0.030309075613498347 + - -0.9978948078379398 + - 0.0573350889555054 + - -0.023411606888724346 + - - 0.024808318194739668 + - -0.058094795873400815 + - -0.9980027765696726 + - 0.5786383382846122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927560653276136 + - -0.029124508613268728 + - -0.11656396421394767 + - 0.025736485890683048 + - - -0.02388623826892098 + - -0.9986518280506326 + - 0.04608659189494631 + - -0.030250578323654326 + - - -0.11774906528968786 + - -0.04296846901120206 + - -0.9921133343999764 + - 0.5757852167975116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853522611986572 + - -0.014824809154654475 + - -0.16988568622524206 + - 0.06436325121034403 + - - -0.0243308625867802 + - -0.9982438685586048 + - -0.054010998981084454 + - -0.032590678279249295 + - - -0.16878664187807205 + - 0.05735332526261716 + - -0.9839825535063336 + - 0.5735629809920381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999802018641403 + - -0.018896485004823823 + - 0.00623268602114132 + - -0.034668442926717086 + - - -0.01882406652675316 + - -0.9997569018549605 + - -0.011480057176121205 + - 0.03757573972752265 + - - 0.006448103595014062 + - 0.011360459842502375 + - -0.999914677316117 + - 0.5789309058027334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966392296956379 + - -0.03777852949798356 + - -0.07268444497040234 + - 0.04856435713394723 + - - -0.03668293771398749 + - -0.9991931934064181 + - 0.016350055992463128 + - 0.03524829161769992 + - - -0.07324348375355431 + - -0.013628828242183982 + - -0.9972209620381977 + - 0.5748406931030668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999085880644151 + - -0.02949466222641633 + - 0.03094297977976139 + - -0.04277414618159745 + - - -0.031003972347605397 + - -0.9982933920292715 + - 0.04948794933476407 + - -0.023404095506104075 + - - 0.029430541893924286 + - -0.050402066731840126 + - -0.9982952844088713 + - 0.5785787696001132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9880106656606424 + - -0.02976622698860624 + - -0.151488931185341 + - 0.025761383676967484 + - - -0.019420283783226786 + - -0.9974052770290994 + - 0.0693221893212061 + - -0.030260802993780124 + - - -0.15315931939843935 + - -0.06554910438266087 + - -0.9860251202662328 + - 0.5757602405541998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870182653339145 + - -0.01869905093117829 + - -0.159515796683287 + - 0.06436999412615109 + - - -0.023160735961963927 + - -0.9993895128711898 + - -0.02615687047004398 + - -0.03256929774589732 + - - -0.15892930568945032 + - 0.02951181216665063 + - -0.9868487871683839 + - 0.5735769502160264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998211360804599 + - -0.01873734391673043 + - -0.002570562141770558 + - -0.0346741073449144 + - - -0.018737951650813295 + - -0.9998244065810129 + - -0.00021253907020469458 + - 0.037559411271247164 + - - -0.002566128350321199 + - 0.0002606681237614501 + - -0.9999966735131762 + - 0.5790412645304641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967628593009056 + - -0.038394315932328144 + - -0.07063765866994495 + - 0.048569397841280317 + - - -0.03721239948168878 + - -0.9991457371895883 + - 0.017973123843365735 + - 0.03526766126513449 + - - -0.07126738134026173 + - -0.015286345539805343 + - -0.9973401064817051 + - 0.57500817526113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994164032579307 + - -0.026955226718608692 + - 0.020982579715792822 + - -0.04275242979660404 + - - -0.028024903734639416 + - -0.9982289192429329 + - 0.05247503747260283 + - -0.023446193691713076 + - - 0.019530941340483055 + - -0.05303244798833335 + - -0.9984017737317578 + - 0.5786091837534174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917359815992569 + - -0.025140833347116132 + - -0.12580811301331424 + - 0.0257655051192531 + - - -0.02328356958228194 + - -0.9995974476120955 + - 0.01621166601221898 + - -0.030268522387974256 + - - -0.12616504345049523 + - -0.01314843055262621 + - -0.9919221242542874 + - 0.575972783462839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888211527433974 + - -0.013277440607434183 + - -0.1485140985163855 + - 0.06441410401254424 + - - -0.026384724306187657 + - -0.9958904466394055 + - -0.08663754737787283 + - -0.032598092446005915 + - - -0.14675344701404827 + - 0.08958754301398575 + - -0.9851078610620329 + - 0.5739364445249125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998192024985239 + - -0.01897861859280706 + - 0.001172327396468604 + - -0.03469273016345502 + - - -0.018981540678834365 + - -0.9998166235432904 + - 0.0025338508151895776 + - 0.03756221097715 + - - 0.0011240234310319788 + - -0.002555645281458059 + - -0.9999961026166669 + - 0.5789211223602286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971454588738067 + - -0.03726228488129784 + - -0.06566929246436598 + - 0.04857494447509145 + - - -0.036258964196391665 + - -0.9992077683580473 + - 0.016404973890164546 + - 0.03525369683698558 + - - -0.06622855398353658 + - -0.013977044693253128 + - -0.9977065805430442 + - 0.5748231434180096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994591134435834 + - -0.030071878308322208 + - 0.01331024753998437 + - -0.042799889521290185 + - - -0.03071674412503062 + - -0.9982141101242921 + - 0.05123545626931629 + - -0.023422230820028856 + - - 0.011745730497657304 + - -0.05161659116773487 + - -0.9985978997230563 + - 0.5786644073318257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.991801502589163 + - -0.02691679675552312 + - -0.12492103711665307 + - 0.025772384575257986 + - - -0.022833103096346428 + - -0.9991607045390963 + - 0.03400788008578054 + - -0.030292396986096384 + - - -0.1257315746535848 + - -0.03087673164956216 + - -0.9915836820852648 + - 0.5759688071351392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867572966028674 + - -0.016073819302949207 + - -0.1614052971064361 + - 0.06442498127928392 + - - -0.025502383105908476 + - -0.9980760086606563 + - -0.05651468297649197 + - -0.03260975148173986 + - - -0.1601863479105515 + - 0.059882495514382614 + - -0.9852687048080082 + - 0.5739345646548113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997657724326896 + - -0.01855350164317402 + - 0.011143062812538615 + - -0.034696715047412646 + - - -0.018494361597876492 + - -0.9998144513843339 + - -0.005387150650390473 + - 0.037547408151941616 + - - 0.011240945741103518 + - 0.005179804998235957 + - -0.99992340244592 + - 0.5791562994603743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978970342001173 + - -0.03661470762187105 + - -0.0534871229397768 + - 0.048555083248580544 + - - -0.0354267652651859 + - -0.9991077586965855 + - 0.022991972841206677 + - 0.035282101564730654 + - - -0.05428124388271991 + - -0.021048745759552175 + - -0.9983038099018225 + - 0.5750914143855861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995028790145427 + - -0.026603499931035654 + - 0.016918883918855914 + - -0.042734950484628935 + - - -0.02751348981196143 + - -0.9980490988061769 + - 0.056044662997873286 + - -0.02345525283181152 + - - 0.015394892659821625 + - -0.05648229956010536 + - -0.9982849027789586 + - 0.578706629191226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921262527368496 + - -0.027807869027756685 + - -0.12211560527005562 + - 0.02576938312285252 + - - -0.02086883515048784 + - -0.9981135427678745 + - 0.05773947923928204 + - -0.030263693088559467 + - - -0.12349085127975541 + - -0.054736442736963174 + - -0.9908349668268192 + - 0.5758263887598568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98400431795976 + - -0.014622748082786723 + - -0.17754345235759916 + - 0.06437031327160452 + - - -0.026293723831675112 + - -0.9976314484119779 + - -0.06356204234040712 + - -0.03258609492225455 + - - -0.17619347979880334 + - 0.06721360262571456 + - -0.9820581394695846 + - 0.5735752107627856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997569108433985 + - -0.017715327701281362 + - 0.013125790844794528 + - -0.03472222843209776 + - - -0.017590499279859846 + - -0.9997995190296585 + - -0.00956535849555908 + - 0.03754757101268939 + - - 0.013292612833838528 + - 0.009332144046226853 + - -0.9998681000669788 + - 0.579046597261525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964328481301332 + - -0.03850499216352117 + - -0.07509290742645502 + - 0.0485712510623501 + - - -0.03631309751279191 + - -0.9988798035402189 + - 0.030339693941781567 + - 0.0352920479794481 + - - -0.07617701829487314 + - -0.027504611575910037 + - -0.9967148831164114 + - 0.5749466006510756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990618472636155 + - -0.030489532952783314 + - 0.03075408464795135 + - -0.04275247468125452 + - - -0.03238007212489472 + - -0.9974897737682539 + - 0.06297366240695103 + - -0.02344612219427828 + - - 0.02875684738282053 + - -0.06391040297227958 + - -0.9975412292835432 + - 0.5786981458469476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9929925284012329 + - -0.030042714182668507 + - -0.1142946799455921 + - 0.02577621050841019 + - - -0.02133432486872738 + - -0.9968284942973392 + - 0.07666680858947371 + - -0.030258906925972703 + - - -0.11623547273411179 + - -0.07369116827298837 + - -0.9904841879590202 + - 0.5757945898025895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879531112864403 + - -0.01836774502593133 + - -0.15365961031482864 + - 0.06438500079453222 + - - -0.025433232274986402 + - -0.9987014439906909 + - -0.04414268305116547 + - -0.03259234723789656 + - - -0.1526492731574219 + - 0.04751896162135107 + - -0.9871373499624759 + - 0.5736738659527263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998165048806619 + - -0.0190969953293641 + - -0.0015037744537676654 + - -0.03466667962178468 + - - -0.019100573063660257 + - -0.9998146823749973 + - -0.00240187760371413 + - 0.03756814448109674 + - - -0.0014576271324775205 + - 0.0024301598247220557 + - -0.9999959848151236 + - 0.5790062477656114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997406059423675 + - -0.03751133157532961 + - -0.06143331855257616 + - 0.04853989644691249 + - - -0.036195197560642406 + - -0.999093692646481 + - 0.02239868271943021 + - 0.03524750139579225 + - - -0.062217845498560014 + - -0.02011699076565168 + - -0.9978598330347066 + - 0.5747845323960333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.987738157087417 + - -0.029114248812603022 + - -0.1533808773922977 + - 0.02576026199456789 + - - -0.021667236926959633 + - -0.9985140356942229 + - 0.05000251359268587 + - -0.030265770994014892 + - - -0.15460874450529702 + - -0.046066050815254195 + - -0.9869012387695042 + - 0.5757882395643404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888835221849727 + - -0.01843142591750321 + - -0.1475454577060586 + - 0.06439600454884967 + - - -0.025200497003760928 + - -0.9987074330918635 + - -0.04414066195499735 + - -0.03258688009902109 + - - -0.14654116998920874 + - 0.04736819213047406 + - -0.9880698051618039 + - 0.5736730196764181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99965355706937 + - -0.018766001558925726 + - 0.01845543345592749 + - -0.034664068272633956 + - - -0.018643485517899756 + - -0.9998031503972235 + - -0.006788291650399134 + - 0.03757375765855826 + - - 0.018579189602876453 + - 0.006441866288383651 + - -0.9998066393420395 + - 0.5790653202758749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997077433188376 + - -0.037461593443642166 + - -0.0665824394502239 + - 0.04856903761054811 + - - -0.03673288377493396 + - -0.9992514304124211 + - 0.012135652776344541 + - 0.03524539740771936 + - - -0.06698721875146525 + - -0.009654420510526354 + - -0.9977071237034192 + - 0.5750364037679255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993169767064876 + - -0.028860154887860125 + - 0.02307967777188451 + - -0.042778064200073594 + - - -0.030274601342681146 + - -0.9975234028186448 + - 0.06348629255716334 + - -0.023409743073731133 + - - 0.02119029447051234 + - -0.06414165798418939 + - -0.9977158007826139 + - 0.5786735681557413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9859511172830762 + - -0.028594818699054933 + - -0.16456831612379696 + - 0.02574298839673672 + - - -0.017591237889524255 + - -0.9975345412989359 + - 0.06793664154957284 + - -0.030272431528363987 + - - -0.16610521568502284 + - -0.06408724724224905 + - -0.9840233137802897 + - 0.575616878764264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917918059920426 + - -0.018797552152806832 + - -0.12647397202628285 + - 0.06439772905119674 + - - -0.025335834909631344 + - -0.9984133381460765 + - -0.050288186300964426 + - -0.03258955060891492 + - - -0.1253280057946921 + - 0.053079734787121045 + - -0.9906944194444899 + - 0.5736010586370365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997968811354593 + - -0.019244273739366827 + - -0.0059878543780539206 + - -0.03469152813845457 + - - -0.01932457058221092 + - -0.9997200220915247 + - -0.0136542448027839 + - 0.037551244931022236 + - - -0.005723411886419798 + - 0.0137671840826481 + - -0.9998888474219585 + - 0.5790939680555106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977591062100967 + - -0.03632565196290195 + - -0.05618908242976606 + - 0.04858512239966549 + - - -0.035976257584259236 + - -0.999326580741804 + - 0.007217611317212866 + - 0.0352509295627582 + - - -0.056413428056270046 + - -0.005179964513917751 + - -0.9983940570248679 + - 0.5749206875223678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994942738536344 + - -0.028265032601723347 + - 0.014569985100178385 + - -0.042740341377083726 + - - -0.028963877132741185 + - -0.9983179904407397 + - 0.050222343471829356 + - -0.023429797549479176 + - - 0.013125942070395401 + - -0.05061894797787134 + - -0.9986317798620159 + - 0.578643409690818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903455657886299 + - -0.028373870209230084 + - -0.1356856065032269 + - 0.025755320268686457 + - - -0.020409573035841882 + - -0.9980057874081908 + - 0.059731881171217145 + - -0.030256561243794094 + - - -0.13710984520191613 + - -0.056385918358288135 + - -0.9889497047674365 + - 0.5759084168412079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836525865903721 + - -0.01700024993629403 + - -0.1792723637267436 + - 0.06437322758837678 + - - -0.024266780325674704 + - -0.9989670340327619 + - -0.03841859300406788 + - -0.032581861721849736 + - - -0.17843405579287763 + - 0.04214091145063548 + - -0.9830490482755242 + - 0.5736439716787249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997968811354593 + - -0.019244273739366827 + - -0.0059878543780539206 + - -0.03469152813845457 + - - -0.01932457058221092 + - -0.9997200220915247 + - -0.0136542448027839 + - 0.037551244931022236 + - - -0.005723411886419798 + - 0.0137671840826481 + - -0.9998888474219585 + - 0.5790939680555106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977591062100967 + - -0.03632565196290195 + - -0.05618908242976606 + - 0.04858512239966549 + - - -0.035976257584259236 + - -0.999326580741804 + - 0.007217611317212866 + - 0.0352509295627582 + - - -0.056413428056270046 + - -0.005179964513917751 + - -0.9983940570248679 + - 0.5749206875223678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994942738536344 + - -0.028265032601723347 + - 0.014569985100178385 + - -0.042740341377083726 + - - -0.028963877132741185 + - -0.9983179904407397 + - 0.050222343471829356 + - -0.023429797549479176 + - - 0.013125942070395401 + - -0.05061894797787134 + - -0.9986317798620159 + - 0.578643409690818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903455657886299 + - -0.028373870209230084 + - -0.1356856065032269 + - 0.025755320268686457 + - - -0.020409573035841882 + - -0.9980057874081908 + - 0.059731881171217145 + - -0.030256561243794094 + - - -0.13710984520191613 + - -0.056385918358288135 + - -0.9889497047674365 + - 0.5759084168412079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836525865903721 + - -0.01700024993629403 + - -0.1792723637267436 + - 0.06437322758837678 + - - -0.024266780325674704 + - -0.9989670340327619 + - -0.03841859300406788 + - -0.032581861721849736 + - - -0.17843405579287763 + - 0.04214091145063548 + - -0.9830490482755242 + - 0.5736439716787249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997868505037002 + - -0.018798276536831405 + - 0.00853688228434201 + - -0.03468749996036929 + - - -0.018732836316800155 + - -0.9997950133988038 + - -0.007681928560862071 + - 0.037574491009405867 + - - 0.008679539355280999 + - 0.007520371143170343 + - -0.9999340526326972 + - 0.5791672268768396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998163745285588 + - -0.03589108086356129 + - -0.04879516279195177 + - 0.04857398972407075 + - - -0.03578146490873176 + - -0.9993547730731329 + - 0.003118381780956434 + - 0.035224758253964844 + - - -0.04887560093168132 + - -0.0013666932325537397 + - -0.9988039386101633 + - 0.5749045553590697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992990683317104 + - -0.0287716983652507 + - 0.023949142042138594 + - -0.04273975298728901 + - - -0.029647728994791022 + - -0.9988729616086942 + - 0.03706506080567999 + - -0.023449245762750315 + - - 0.022855725690227553 + - -0.037749118403697296 + - -0.9990258354331574 + - 0.5786554625127887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914745709842705 + - -0.03160254457939077 + - -0.12640986618007427 + - 0.025769969578496116 + - - -0.022355372709932396 + - -0.9970140568360916 + - 0.07391351555865269 + - -0.030258917575299776 + - - -0.12836826867476508 + - -0.07045743145578615 + - -0.9892205709295055 + - 0.5757992287384993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984916303022822 + - -0.018629696367695896 + - -0.17202560987569337 + - 0.06439751580743083 + - - -0.024395546407181584 + - -0.9992071167526824 + - -0.03146418831446587 + - -0.0326062086978327 + - - -0.17130304537675867 + - 0.03518625078124379 + - -0.984589861008435 + - 0.5736904890796434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997973048535971 + - -0.020130446119411758 + - 0.00033815161819238375 + - -0.03466642344918215 + - - -0.0201234567521 + - -0.9996929952952052 + - -0.014455505734724764 + - 0.03755137826982306 + - - 0.0006290435833763894 + - 0.01444577089440919 + - -0.9998954565390503 + - 0.579101651197149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996634132584739 + - -0.03775755865918178 + - -0.07276518763229563 + - 0.04856188958355778 + - - -0.03710161799275221 + - -0.9992579436387907 + - 0.010345627921722651 + - 0.03525114812840664 + - - -0.07310181741505901 + - -0.0076110997151061415 + - -0.9972954404045682 + - 0.5748152799021825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992400963072057 + - -0.027360348307831087 + - 0.02776042637353404 + - -0.04270498122646645 + - - -0.028906441941357323 + - -0.9979605898648503 + - 0.05691290443204147 + - -0.023434503745754846 + - - 0.026146654590160825 + - -0.057672111259029796 + - -0.9979931262472044 + - 0.5785434159645465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883276907929368 + - -0.02868799612465058 + - -0.14961742709408274 + - 0.025756426778660135 + - - -0.01989137068472595 + - -0.998002396146757 + - 0.05996291068330674 + - -0.030251144056055338 + - - -0.15103876649451278 + - -0.05628690934563231 + - -0.9869240471546594 + - 0.5759089767642555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878337909413395 + - -0.014669895565448083 + - -0.15481988127679516 + - 0.0643741731312261 + - - -0.02531584882207877 + - -0.9974305771980907 + - -0.06701754597641885 + - -0.03260557148017316 + - - -0.15343894314312698 + - 0.07012159321052686 + - -0.9856670091327688 + - 0.573546782174851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999823279201438 + - -0.01728901640489082 + - 0.007382430401615812 + - -0.03472670679448845 + - - -0.017294132115055427 + - -0.9998502470366214 + - 0.0006296786443557623 + - 0.0375288961015313 + - - 0.007370438336374154 + - -0.0007572400937386397 + - -0.9999725512363682 + - 0.5789235983184274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981854770396915 + - -0.036734101970895335 + - -0.047711206015308656 + - 0.04860599523316302 + - - -0.035685773754951265 + - -0.9991065414619824 + - 0.02264165098635013 + - 0.03528622678488238 + - - -0.04850029874705714 + - -0.02089795588733793 + - -0.99860452455473 + - 0.574916401712336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996268281404401 + - -0.027089712666468792 + - 0.003514531196502877 + - -0.042771479145894326 + - - -0.027272211654419884 + - -0.9970462272522488 + - 0.0717986573240302 + - -0.02343842207491015 + - - 0.0015591450732872919 + - -0.07186771312421976 + - -0.9974129540350553 + - 0.5786555725166589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9908905045987317 + - -0.027946305566518233 + - -0.13173842226645072 + - 0.02576092532101963 + - - -0.0208007456545566 + - -0.9982526406388148 + - 0.05530817695285329 + - -0.03028441685653684 + - - -0.13305388711452715 + - -0.05206408995475172 + - -0.9897403667936853 + - 0.5757535156316823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914524670816964 + - -0.019360945020057585 + - -0.1290238711461871 + - 0.06440641239034446 + - - -0.02543847765195905 + - -0.9986347551868434 + - -0.04562356395179523 + - -0.032575784465869694 + - - -0.12796440666204165 + - 0.048515765899788454 + - -0.9905914047107355 + - 0.5737414012996978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999783405967659 + - -0.019491485965668465 + - -0.007295418189323243 + - -0.03470333549741575 + - - -0.019557477606107175 + - -0.9997674449547314 + - -0.009086312694137906 + - 0.037544362932063965 + - - -0.007116615866658504 + - 0.009227024630897248 + - -0.9999321055927087 + - 0.5789625060623768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972049322613246 + - -0.03797225861279194 + - -0.06434617820454072 + - 0.04859852753056479 + - - -0.03635061029777671 + - -0.9989958966291748 + - 0.026188387675677313 + - 0.03526380794745786 + - - -0.06527600021957866 + - -0.023776166510092546 + - -0.9975839502023973 + - 0.5748251590511709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99894283861803 + - -0.027666478761618558 + - 0.036712002488088556 + - -0.04277047452634232 + - - -0.02990135588417914 + - -0.9976410067765443 + - 0.06179264126229174 + - -0.023424021590308746 + - - 0.03491581432589217 + - -0.06282505511987653 + - -0.9974136044586237 + - 0.5786490066171144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904561971062156 + - -0.02754074746615996 + - -0.13504824635254853 + - 0.02577691157153261 + - - -0.02075662496464511 + - -0.9984630250775887 + - 0.05138822893413099 + - -0.030295520829489688 + - - -0.1362559508203972 + - -0.04809464400445013 + - -0.9895055437359176 + - 0.5758979071339274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902845014416521 + - -0.01953184995432345 + - -0.13767756913099616 + - 0.06439557020141225 + - - -0.026178341482531932 + - -0.998569077461446 + - -0.046631448347884255 + - -0.03259973348789346 + - - -0.13656976474198956 + - 0.04978257099788283 + - -0.9893787924668485 + - 0.5736931607516427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997877749525638 + - -0.017312920992007527 + - 0.011165474558932723 + - -0.03470460738777889 + - - -0.017358032711996686 + - -0.9998415113998435 + - 0.003956106930606176 + - 0.037557937842127104 + - - 0.011095213191774275 + - -0.004149078018264087 + - -0.9999298382365773 + - 0.5789293703283109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996427303470227 + - -0.037723429014493416 + - -0.07556170857279809 + - 0.04855032104429665 + - - -0.03750279819336375 + - -0.9992871104177137 + - 0.004337174274236584 + - 0.035245593456063984 + - - -0.0756714545037944 + - -0.0014879033590065888 + - -0.9971316949715697 + - 0.5747836997250683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992285549371016 + - -0.029114391863900555 + - 0.026356160280036765 + - -0.04275853870317177 + - - -0.030005515338732424 + - -0.9989688657293817 + - 0.03407160625227128 + - -0.023436421706183905 + - - 0.02533700944406896 + - -0.034836152051395675 + - -0.9990718084615756 + - 0.578790553958991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9927097756855492 + - -0.028259389447284084 + - -0.11716957013838297 + - 0.025775945186682026 + - - -0.024483487573810452 + - -0.9991373992018026 + - 0.0335412634300137 + - -0.030287465728859028 + - - -0.11801635519947981 + - -0.030428020381307003 + - -0.9925453518510404 + - 0.5759092520754081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901895054345615 + - -0.015258610850586628 + - -0.13889534953398858 + - 0.06443945561052276 + - - -0.025572311179320573 + - -0.9970203953934428 + - -0.07277628783093294 + - -0.032619261433476765 + - - -0.13737103125552524 + - 0.07561419155431844 + - -0.9876293301676394 + - 0.5740152014422752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998263182070364 + - -0.018016727650717018 + - 0.004767698115656304 + - -0.03468864717891318 + - - -0.018011338656165415 + - -0.9998370971263478 + - -0.0011708500201913132 + - 0.03752516808739134 + - - 0.004788016329866183 + - 0.0010847740394890676 + - -0.9999879490098403 + - 0.5789393262714599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972010714974531 + - -0.038211474694342766 + - -0.06426434630504818 + - 0.04857495451028594 + - - -0.037087762726966476 + - -0.9991390994931819 + - 0.018589182872370096 + - 0.03525551704080628 + - - -0.06491934118765988 + - -0.01615373225102433 + - -0.9977597586965126 + - 0.5749051239443153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993477135216263 + - -0.03142713810940257 + - 0.01778995416941995 + - -0.04280165562840113 + - - -0.03206514302577624 + - -0.9988083543389631 + - 0.03679263384741307 + - -0.02348532480489019 + - - 0.01661246766239258 + - -0.037339071934715105 + - -0.99916456083331 + - 0.5787777363384572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9924528344263729 + - -0.030297358973449467 + - -0.1188252560623895 + - 0.025779045718188898 + - - -0.023120588284138755 + - -0.9978504536694116 + - 0.06131810914522461 + - -0.030254534369806838 + - - -0.12042761243358532 + - -0.058108021399667996 + - -0.9910200038407715 + - 0.5759048340454149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860785322057222 + - -0.015283082452252454 + - -0.16557643465712785 + - 0.06437128120554395 + - - -0.0247776275979101 + - -0.9981551245620851 + - -0.05542938283138976 + - -0.03257820173474972 + - - -0.1644238349316417 + - 0.05876031570036988 + - -0.9846380186673508 + - 0.5735345396937541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997685493745124 + - -0.019886644759584925 + - 0.008207864630292973 + - -0.03468191844385535 + - - -0.01981609388537204 + - -0.9997667471294158 + - -0.00858916511618831 + - 0.0375932244558875 + - - 0.008376759797753645 + - 0.00842452933243744 + - -0.9999294261100721 + - 0.5790861976271979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965491784139247 + - -0.037886131447973995 + - -0.07385374768038974 + - 0.04854430168414356 + - - -0.03661269589153597 + - -0.9991578795500614 + - 0.01852139931480771 + - 0.03528541442174052 + - - -0.0744932580982047 + - -0.015753500465975512 + - -0.9970970773806241 + - 0.5750457249656871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992980005646405 + - -0.026257403867226164 + - 0.026721804012175627 + - -0.042743655242638 + - - -0.02763183602847972 + - -0.9982419024333274 + - 0.052436493627872914 + - -0.023424095357571336 + - - 0.025297978282996434 + - -0.05313805574580353 + - -0.9982666774596598 + - 0.5786034469488921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9898768638903672 + - -0.02932058758909864 + - -0.1388671936707921 + - 0.02574154078277579 + - - -0.020248723792272598 + - -0.9975945334796998 + - 0.06629582155916236 + - -0.030274371058221783 + - - -0.14047698572846562 + - -0.06281281648557113 + - -0.988089452714578 + - 0.5756487168566651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862547464231533 + - -0.008988576904816265 + - -0.16498721357434865 + - 0.06440270608957506 + - - -0.0252515102051691 + - -0.9949893010084554 + - -0.09674012668517698 + - -0.03259208318938557 + - - -0.1632909562411825 + - 0.09957658542012804 + - -0.9815398959012867 + - 0.5737687368538804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998022033804281 + - -0.018981388560473295 + - 0.005938097671597067 + - -0.0346901118788317 + - - -0.01895730847230922 + - -0.9998119467734439 + - -0.0040855286784523374 + - 0.03757647893339022 + - - 0.006014530000490977 + - 0.003972150225391409 + - -0.9999740233883381 + - 0.5789344603905613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972456586003507 + - -0.039599102430243026 + - -0.06271369459274226 + - 0.04856664800726744 + - - -0.037618636249801475 + - -0.9987650931813987 + - 0.032451915953563476 + - 0.035282842050001886 + - - -0.06392131576757279 + - -0.03000332863318913 + - -0.9975038173668666 + - 0.5749275793956123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988254454291527 + - -0.029262877502384564 + - 0.03861882395328652 + - -0.04276618307657527 + - - -0.031056518822758408 + - -0.9984264109716655 + - 0.046692553077027986 + - -0.023449208887561284 + - - 0.037191695334659776 + - -0.047837076358404874 + - -0.9981625077729651 + - 0.5786609934169168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9890167268750902 + - -0.029722581467457092 + - -0.14478426058171312 + - 0.025751685844228357 + - - -0.02107202381428567 + - -0.997920230886706 + - 0.06091947635521488 + - -0.030281696141265645 + - - -0.14629382684738684 + - -0.05719948372086748 + - -0.9875861153785087 + - 0.5757428555066678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98949641872362 + - -0.01320267637194861 + - -0.14395321000154163 + - 0.06437272457465362 + - - -0.026159035564609707 + - -0.9957338189083008 + - -0.08848653423329653 + - -0.03257900717420779 + - - -0.14217082046418608 + - 0.09132278586918197 + - -0.9856204170925191 + - 0.5735236819165547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998206452599232 + - -0.018821534601041866 + - -0.0021040787277216686 + - -0.03468938802306608 + - - -0.018846838437860145 + - -0.9997412902644933 + - -0.012733782673844498 + - 0.037550279789402674 + - - -0.0018638650508726216 + - 0.012771154041404746 + - -0.9999167083470124 + - 0.5790299100153835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971440243150345 + - -0.03950014623943116 + - -0.06437028211746171 + - 0.048565424022885495 + - - -0.03754091661935898 + - -0.9988026554135399 + - 0.031367740088193194 + - 0.03526263504443064 + - - -0.06553223902932354 + - -0.02886163519147275 + - -0.9974329710120267 + - 0.5748655678065453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994295060577405 + - -0.029497510579820387 + - 0.016448686597237878 + - -0.04275752903537675 + - - -0.030513730122178877 + - -0.9973925533856154 + - 0.06539882816192864 + - -0.02344893438882342 + - - 0.01447669489944449 + - -0.06586342931032381 + - -0.9977236260529629 + - 0.5785642910552602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9914983638366041 + - -0.029183656914492838 + - -0.1268042139616597 + - 0.025760949334682575 + - - -0.02376808257214355 + - -0.9987481575500682 + - 0.04401358927864085 + - -0.030296425435248762 + - - -0.12792995255287543 + - -0.040625508728412224 + - -0.9909508036630161 + - 0.5759133890418091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859297772497009 + - -0.0128885776500662 + - -0.16666240997451537 + - 0.06437077509005865 + - - -0.025849897049954336 + - -0.9967851608207307 + - -0.07583617863590308 + - -0.032599689303186935 + - - -0.16514919665218475 + - 0.07907735284990294 + - -0.9830933399791647 + - 0.5735625621963851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998166131618557 + - -0.01692510635587488 + - -0.008959956495351664 + - -0.03469387779912547 + - - -0.016740332181915334 + - -0.9996535636445883 + - 0.020310439953742487 + - 0.037569528985086656 + - - -0.009300608797030468 + - -0.02015672263831035 + - -0.9997535722409234 + - 0.5787351365588539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964175924692581 + - -0.03944971145479068 + - -0.07480442288996798 + - 0.048563512677638226 + - - -0.036838047322886334 + - -0.9986733979610894 + - 0.035977805301165525 + - 0.035292425789987425 + - - -0.07612450122795024 + - -0.03309326927013323 + - -0.9965489931969278 + - 0.575022259484425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990007234233512 + - -0.027637752723480794 + - 0.035124197129849606 + - -0.04273552851925335 + - - -0.029976536084862445 + - -0.9972414305127655 + - 0.06790387730613226 + - -0.02343309416783238 + - - 0.03315059402143113 + - -0.06888892431479138 + - -0.9970733946018103 + - 0.5783984205838412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9906133501370255 + - -0.03163736899628712 + - -0.13298220713047199 + - 0.025753231943324607 + - - -0.021274306666563384 + - -0.9966761255749667 + - 0.0786390779748301 + - -0.030258662173979177 + - - -0.13502812450062396 + - -0.0750718162286431 + - -0.9879937388475586 + - 0.5756579311282203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877602587827459 + - -0.015685959262861336 + - -0.1551889875327718 + - 0.06436455693161029 + - - -0.02501728031247561 + - -0.9979821099514484 + - -0.05835960848585362 + - -0.032579665600819416 + - - -0.153960406777879 + - 0.06152770838296314 + - -0.9861594872260425 + - 0.5736180429461355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996425612311837 + - -0.018216544511798164 + - 0.019568016792943885 + - -0.034675273550110894 + - - -0.018387054324159702 + - -0.9997942196311059 + - 0.008569400533826021 + - 0.03757060108866803 + - - 0.019407885212965832 + - -0.008926135685637644 + - -0.9997718030097081 + - 0.5790915579828908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971861942436357 + - -0.03835159480271368 + - -0.06441156096526832 + - 0.0485775794767355 + - - -0.03665701594161307 + - -0.9989552705635355 + - 0.027287920323655183 + - 0.035274337038721404 + - - -0.06539080357474084 + - -0.02485000179924125 + - -0.9975502594949427 + - 0.5748261794941341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992667227355723 + - -0.02874496231199799 + - 0.025293160636639476 + - -0.04274541381157013 + - - -0.02994694705813758 + - -0.9983740576380059 + - 0.048501766950499355 + - -0.023447682611624703 + - - 0.02385785395223423 + - -0.04922365465002839 + - -0.998502796504691 + - 0.5784663267505198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920197645709043 + - -0.027869114889975403 + - -0.12296381230238772 + - 0.025751602958180603 + - - -0.019762405570215958 + - -0.9975799066386727 + - 0.06666166212191003 + - -0.030261291769135994 + - - -0.12452402991698343 + - -0.06369962563490268 + - -0.9901697448756995 + - 0.5757588240198104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888739260152428 + - -0.015939107374892077 + - -0.14789963929398808 + - 0.0643756011162034 + - - -0.026141235381257837 + - -0.997390621516594 + - -0.06729475405620036 + - -0.03258301241086272 + - - -0.1464410948468421 + - 0.0704123069273723 + - -0.9867102476275516 + - 0.5736376618682659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998180862688011 + - -0.01883144181260789 + - 0.003028393807075565 + - -0.034689202901068444 + - - -0.01883208002818108 + - -0.9998226440250003 + - 0.00018236411363142937 + - 0.03755818416948561 + - - 0.00302442252414467 + - -0.0002393618936267769 + - -0.9999953977765496 + - 0.5790237786154955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960947233990721 + - -0.03833457428136612 + - -0.07953466182232982 + - 0.04857735079693612 + - - -0.037008841003151036 + - -0.9991514271870671 + - 0.018076814919932016 + - 0.03525435154020973 + - - -0.08016013787494025 + - -0.015062734303983909 + - -0.9966681826621924 + - 0.5750946540541753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992331730378078 + - -0.026721512336950363 + - 0.028618642162422752 + - -0.0427450033910847 + - - -0.02861602037746946 + - -0.9972765860340622 + - 0.06797451232633049 + - -0.023412915460992015 + - - 0.026724319982945204 + - -0.06874133928483218 + - -0.9972765108006793 + - 0.5785784621593156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9940030131683874 + - -0.029891431787464742 + - -0.10518798466489462 + - 0.02575919260727286 + - - -0.022423330838840516 + - -0.9971901274312676 + - 0.07147757681752737 + - -0.03026039038527032 + - - -0.10702898694399882 + - -0.06869026175018525 + - -0.9918802568326651 + - 0.575694529856043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886160015687716 + - -0.016141264828273397 + - -0.1495923160189659 + - 0.06439554909958209 + - - -0.02551592572524143 + - -0.9978138852789472 + - -0.06096218400711069 + - -0.03259594487056951 + - - -0.14828128329819168 + - 0.06408517702461626 + - -0.9868666328887434 + - 0.573838495544899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997351528318505 + - -0.019807815488433144 + - 0.011716425984597718 + - -0.034689803804224054 + - - -0.0195321518112964 + - -0.9995402038159509 + - -0.02319215387124996 + - 0.037537216106257654 + - - 0.012170424721300376 + - 0.022957164483956898 + - -0.999662367682689 + - 0.5789644918038526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963710584145038 + - -0.037399738450583794 + - -0.07645896623542289 + - 0.0485416556684007 + - - -0.03696497327596181 + - -0.9992913812523601 + - 0.00709408947352029 + - 0.03524414661361038 + - - -0.07667010306937799 + - -0.004242041793618527 + - -0.9970474915352592 + - 0.5748124601272631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991620389747975 + - -0.029558242261966648 + - 0.02831130844924453 + - -0.042772906126095786 + - - -0.031065672656982457 + - -0.9980372406422173 + - 0.05437453699699678 + - -0.023458858480772185 + - - 0.02664852442621521 + - -0.05520848309500495 + - -0.9981191710112844 + - 0.5786435075014238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9935742397742671 + - -0.028526605820621005 + - -0.10952836535501746 + - 0.025765669584818823 + - - -0.02295198570663942 + - -0.9983924251074136 + - 0.051824432850343195 + - -0.030279654326089457 + - - -0.11083066547264568 + - -0.04897752799491235 + - -0.9926317370215391 + - 0.5758557078996441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863639605000929 + - -0.010182196508131947 + - -0.1642633869760418 + - 0.0644020319246566 + - - -0.025316105554915477 + - -0.9955924636629836 + - -0.09030360511631624 + - -0.032597536242146945 + - - -0.16261990107641636 + - 0.09323073083345954 + - -0.9822742990642461 + - 0.5737712300516911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997854285874183 + - -0.01738856095243111 + - 0.011257652165346672 + - -0.034698147224200046 + - - -0.01735168796251682 + - -0.9998437862956657 + - -0.0033648076912747332 + - 0.03753300344997687 + - - 0.011314402729432753 + - 0.0031687464321717034 + - -0.999930969285843 + - 0.5789906897894276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971768099439836 + - -0.03766640734106088 + - -0.06495884441673604 + - 0.048578012810517594 + - - -0.037129613244285396 + - -0.9992657604402287 + - 0.009451551837766692 + - 0.035223876981082716 + - - -0.06526715506493468 + - -0.0070129715406152685 + - -0.9978431824189116 + - 0.5748907725205661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9986402851397223 + - -0.029122005802453315 + - 0.04323759560956334 + - -0.04274162824065794 + - - -0.03228266094024128 + - -0.9967134087669293 + - 0.07429811967221085 + - -0.023422321753742564 + - - 0.040931781034688385 + - -0.07559292005373665 + - -0.9962982985728112 + - 0.5783794742793602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9881176866854303 + - -0.02694206093616951 + - -0.15131940593309715 + - 0.025756441514380606 + - - -0.02139376873108995 + - -0.9990420111950912 + - 0.0381754702230184 + - -0.030259126445214286 + - - -0.15220296948126324 + - -0.03448456494983887 + - -0.9877474732244607 + - 0.5758271910204005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892848543601087 + - -0.012623085325357062 + - -0.14545148555641252 + - 0.0644245644018259 + - - -0.02568935442449298 + - -0.9957619134949157 + - -0.08830780657562244 + - -0.03260637491352104 + - - -0.14372033260103217 + - 0.091098130331053 + - -0.9854164584820145 + - 0.5738663976692464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998307246313248 + - -0.018310927219968798 + - -0.0017977840651588477 + - -0.03470066340978914 + - - -0.018299964057985556 + - -0.99981491963746 + - 0.0059361423345569665 + - 0.03754846427887629 + - - -0.0019061476008877475 + - -0.0059022381080983495 + - -0.9999807649083252 + - 0.5788129919789833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975399707570854 + - -0.0376208533489774 + - -0.05914962497977437 + - 0.0485649888320617 + - - -0.035737823347904346 + - -0.9988300806916723 + - 0.03257726028723198 + - 0.03526692568063003 + - - -0.06030600902320758 + - -0.03038324042564938 + - -0.9977174168956512 + - 0.5749906952646631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9988700031471334 + - -0.025653618380556704 + - 0.040007607736912185 + - -0.04273318895754777 + - - -0.028120600859547266 + - -0.9976567943355058 + - 0.06237108723999974 + - -0.023435370224744848 + - - 0.03831381761380484 + - -0.06342564607622371 + - -0.9972508404607484 + - 0.5784768477566467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912842271611579 + - -0.029831455280196702 + - -0.1283186083830851 + - 0.025758712822021582 + - - -0.022744815385727094 + - -0.998152404018886 + - 0.05634227297854287 + - -0.03026851831495764 + - - -0.12976229943467835 + - -0.05293262346781118 + - -0.9901312453499489 + - 0.5757153411617769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888567913917782 + - -0.01522109116600932 + - -0.14808971774594376 + - 0.06440383461828592 + - - -0.025578443351483373 + - -0.9973376562789507 + - -0.06828867112284863 + - -0.03260823324438105 + - - -0.14665602392698435 + - 0.07131562067125026 + - -0.9866134465403368 + - 0.5738916660108194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997871314425154 + - -0.019522695220587614 + - 0.006675041068818409 + - -0.03467744555731159 + - - -0.019471511524110256 + - -0.9997811540424124 + - -0.007648807788733338 + - 0.037529757818321595 + - - 0.006822905606324063 + - 0.007517206458957466 + - -0.9999484684553205 + - 0.5789541886566547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971713070484924 + - -0.03894825471843365 + - -0.0642838848669655 + - 0.048592400212297306 + - - -0.036439825302049034 + - -0.998545250901719 + - 0.03974318851803408 + - 0.03528555012876165 + - - -0.06573829577314437 + - -0.03728827370651342 + - -0.9971399405864914 + - 0.5750242305874578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9983971395648374 + - -0.029567331816765085 + - 0.04825893283100854 + - -0.04279866246057675 + - - -0.03249147153081941 + - -0.997610152584219 + - 0.060977764296942134 + - -0.02343662570610014 + - - 0.04634065155468182 + - -0.062448029193312334 + - -0.996971808860892 + - 0.5786400084057337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901674382177916 + - -0.026487832435566412 + - -0.13735661260413018 + - 0.02573846787546793 + - - -0.02051739745006667 + - -0.9987896517294824 + - 0.04470199100683755 + - -0.030272279786134917 + - - -0.13837442211294593 + - -0.041444255705281326 + - -0.9895124521570932 + - 0.5756721402423643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851748723187306 + - -0.011252738928430811 + - -0.1711836639939146 + - 0.06437330029242887 + - - -0.025670248912426183 + - -0.996281588122418 + - -0.08224375653535476 + - -0.03259459861824855 + - - -0.16962166510368587 + - 0.08541880960819581 + - -0.9818004469812446 + - 0.5735413435389365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998160207694513 + - -0.018559137548493542 + - 0.004845928826992033 + - -0.03469448870537269 + - - -0.018561911403978833 + - -0.9998275734337557 + - 0.0005280592759353354 + - 0.0375625162707439 + - - 0.004835292935388289 + - -0.0006179118255526778 + - -0.9999881189930234 + - 0.5790212114212357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970116498347118 + - -0.0384684144897622 + - -0.06699217253164719 + - 0.04858211001805194 + - - -0.03650497623694774 + - -0.9988743035827125 + - 0.030290466356461355 + - 0.035289335002587977 + - - -0.06808198589793052 + - -0.027754400169989084 + - -0.9972936059493207 + - 0.5750469335468773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990065588393643 + - -0.02752419390855665 + - 0.035047312958568895 + - -0.04274126866780516 + - - -0.02939644084481184 + - -0.9981040040404182 + - 0.054076301502074986 + - -0.0234175449923997 + - - 0.03349245678640455 + - -0.055052846140504055 + - -0.9979215597782432 + - 0.5784975165611813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9886907349968703 + - -0.027628199981899592 + - -0.1474018761654971 + - 0.02574479164434676 + - - -0.01979044860057132 + - -0.9983243362982528 + - 0.05437699604467326 + - -0.03025623128567831 + - - -0.14865721871317428 + - -0.05084488293244886 + - -0.9875807962916503 + - 0.575685519846362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860679560373945 + - -0.016816229901519104 + - -0.16549078671676698 + - 0.06439716594199799 + - - -0.024721541070364915 + - -0.998643513756016 + - -0.045825515165061725 + - -0.03258206018975487 + - - -0.16449568834270845 + - 0.0492782593537586 + - -0.9851460915375554 + - 0.5737489361077163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998231253607995 + - -0.01812606570598993 + - 0.00501634685654199 + - -0.03468478890295463 + - - -0.018077451219317323 + - -0.999790763993502 + - -0.009572564478914285 + - 0.03753795043887439 + - - 0.005188810188878143 + - 0.00948018856942754 + - -0.9999415994314428 + - 0.5790126627680037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973553584592224 + - -0.03741587597704651 + - -0.062308435845768305 + - 0.04860064121673137 + - - -0.03615673532445047 + - -0.999120921661333 + - 0.02121495673543021 + - 0.03527322063456127 + - - -0.06304743803957133 + - -0.018905981156205946 + - -0.997831440892282 + - 0.5751727339538699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999236943005978 + - -0.02855122424390674 + - 0.02665256697284808 + - -0.042772935444157834 + - - -0.03049147251656129 + - -0.9966809904996253 + - 0.07548028405125283 + - -0.023433508521306646 + - - 0.024409052333914726 + - -0.07623536430594514 + - -0.996791034968363 + - 0.5785216890409591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9912430722926765 + - -0.028033075810141462 + - -0.12903998718381218 + - 0.025770223582026793 + - - -0.02276911059058893 + - -0.9988543618220241 + - 0.04208956488288858 + - -0.030276541587737335 + - - -0.13007205401118674 + - -0.03878286386718002 + - -0.9907457545887195 + - 0.5758574678748414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868971833016209 + - -0.01659565960358117 + - -0.16049465309987437 + - 0.06437878838944744 + - - -0.027130884977139932 + - -0.9976018144825496 + - -0.06367522926133139 + - -0.032593614919349596 + - - -0.15905302471718086 + - 0.06719526637679156 + - -0.9849806757012389 + - 0.57361729527864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998359747526556 + - -0.01783508655307178 + - -0.0031517103375077156 + - -0.034723354160184364 + - - -0.01782494136502286 + - -0.9998359437304467 + - 0.0032182433066415004 + - 0.03756061133283639 + - - -0.003208590927589826 + - -0.0031615363815215023 + - -0.9999898547645211 + - 0.5788844810471963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950291618800883 + - -0.03958065030145841 + - -0.09138019003002038 + - 0.04858799245610084 + - - -0.03774379415605736 + - -0.9990508669682177 + - 0.02174330271045384 + - 0.03527443868811278 + - - -0.09215407213419352 + - -0.018186185190053446 + - -0.9955786707525024 + - 0.5751778952631824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991364822146102 + - -0.028455763413875644 + - 0.03027473263874834 + - -0.042728538230544885 + - - -0.030185538367431763 + - -0.9978424781429138 + - 0.05830284801856976 + - -0.0234482726554057 + - - 0.028550362191791235 + - -0.059166361575997514 + - -0.9978397759543239 + - 0.5784246975290865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9900613304400675 + - -0.03098885332642059 + - -0.13717963747129877 + - 0.02575634688449536 + - - -0.02023284496993491 + - -0.996659788538315 + - 0.07911951652521781 + - -0.030236494680107657 + - - -0.1391732515667646 + - -0.0755576394567434 + - -0.9873813089015101 + - 0.57579141592525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882835786782084 + - -0.01292125655011068 + - -0.1520809299161464 + - 0.0643997167889958 + - - -0.02532572245006693 + - -0.9964800769787897 + - -0.07991285232505597 + - -0.032597882939413764 + - - -0.15051304228330442 + - 0.0828281190991939 + - -0.985132136715229 + - 0.5736831428479329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998066533414838 + - -0.018835331900845787 + - 0.005646787253574325 + - -0.03469915083842514 + - - -0.018771481470651327 + - -0.9997615721733646 + - -0.01115483253300558 + - 0.03755907926560621 + - - 0.005855545875419496 + - 0.011046677221109837 + - -0.9999218386978421 + - 0.5790780921627732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997895276225025 + - -0.03737661124299937 + - -0.05299062765971652 + - 0.04858120797224419 + - - -0.03644444404498958 + - -0.9991653519279681 + - 0.01844998658295184 + - 0.0352545356398409 + - - -0.05363599711045413 + - -0.016479940492889318 + - -0.9984245546736709 + - 0.5749201505510997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990790916263584 + - -0.028260189631146054 + - 0.03228514142856071 + - -0.042744980510881034 + - - -0.03030508530446174 + - -0.9974437279467825 + - 0.06471175615230255 + - -0.023427822391218964 + - - 0.03037384532356414 + - -0.065630566519248 + - -0.9973816011229723 + - 0.578514037826809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9883752047219512 + - -0.029906248180445707 + - -0.14906398294226117 + - 0.025748606049818674 + - - -0.02006316616977866 + - -0.9975442101511071 + - 0.0671045315701427 + - -0.03024566021390234 + - - -0.1507047579012852 + - -0.0633337596687108 + - -0.9865479769540565 + - 0.5756954138429042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881669313731097 + - -0.009661714441245039 + - -0.15307765027824127 + - 0.06440318616815824 + - - -0.025945753628183996 + - -0.9941610723075077 + - -0.10474053741055649 + - -0.03258645843231503 + - - -0.15117186778404662 + - 0.10747285044346057 + - -0.9826477765752286 + - 0.573824075040361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999816597576142 + - -0.018375098438605006 + - 0.005396940673972406 + - -0.034711762431425645 + - - -0.018349095462618925 + - -0.999819980823101 + - -0.004828730951009397 + - 0.03753375236537454 + - - 0.0054846975277128415 + - 0.004728816370416013 + - -0.9999737778505814 + - 0.578998600411573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966838726332934 + - -0.0363963678114052 + - -0.0727774858238307 + - 0.04854295714262802 + - - -0.03518978322008837 + - -0.9992222317537562 + - 0.017793558552624315 + - 0.03523511278471475 + - - -0.07336850270807058 + - -0.015173528896713204 + - -0.9971894638588978 + - 0.574889123120041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9987916435259793 + - -0.030337008629080543 + - 0.038664178901305156 + - -0.042761621258380705 + - - -0.03316518472722336 + - -0.99665154601275 + - 0.0747379846691466 + - -0.02343063502281038 + - - 0.036267386791471325 + - -0.07592997917710459 + - -0.9964533681600376 + - 0.578417504322671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907714046820378 + - -0.02843900487810664 + - -0.13252639988290824 + - 0.025755508107971926 + - - -0.02106892402543664 + - -0.9981696923447375 + - 0.05668655682631327 + - -0.030262452459548613 + - - -0.13389594506478472 + - -0.05337123088289693 + - -0.989557167428569 + - 0.5756523126409157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867719928145501 + - -0.014320988202867892 + - -0.16148047403229532 + - 0.06439531141078413 + - - -0.025212987793476502 + - -0.9975270992241241 + - -0.06560481354314888 + - -0.03258597001743781 + - - -0.16014162308196922 + - 0.06880839781886107 + - -0.9846928784886558 + - 0.573726232928063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996317622666894 + - -0.017898088763425888 + - 0.0203960360415821 + - -0.03469315243530112 + - - -0.017796837539509194 + - -0.999828437356083 + - -0.00513501973567302 + - 0.037556796908968265 + - - 0.0204844438827444 + - 0.004770143887763039 + - -0.9997787921766019 + - 0.5790622509733145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959282509751676 + - -0.03877589427274775 + - -0.08138395992388373 + - 0.04856219164622157 + - - -0.03730519713312954 + - -0.999113349036543 + - 0.019515072222288023 + - 0.035263052403857624 + - - -0.08206851513462377 + - -0.01639956707756219 + - -0.9964917526117647 + - 0.574831126052633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9886892848935976 + - -0.030897207164121025 + - -0.14676123645582967 + - 0.025753043395407987 + - - -0.01948316121358082 + - -0.9967171465108674 + - 0.078583307899065 + - -0.03026477308977104 + - - -0.14870744556246057 + - -0.07483510166152658 + - -0.9860455380932447 + - 0.5755439577297715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856835552342226 + - -0.01626724993046863 + - -0.16781926444995238 + - 0.06437009756077036 + - - -0.025444794023870725 + - -0.9982870941357692 + - -0.052682446213558505 + - -0.03257772332008997 + - - -0.16667480732824075 + - 0.05619834749938258 + - -0.9844090889160015 + - 0.5736311992894028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997862802204722 + - -0.019087209645072968 + - 0.007941807783906856 + - -0.03466182755953945 + - - -0.01901013675726785 + - -0.9997725310457839 + - -0.009669584622837311 + - 0.037548233510993276 + - - 0.008124566658072532 + - 0.00951654318927159 + - -0.9999217103465383 + - 0.5788659781061252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962974046012275 + - -0.03899344746518337 + - -0.07662240298788552 + - 0.048569797351511186 + - - -0.0363058928969991 + - -0.9986862640654864 + - 0.03616114085413811 + - 0.035262534908146265 + - - -0.0779317889298685 + - -0.033245406024008335 + - -0.996404224826696 + - 0.5748894889847936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989471481630451 + - -0.028403174565477408 + - 0.03602575261562428 + - -0.042741087926243135 + - - -0.030350930247971957 + - -0.9980401416864678 + - 0.054723821280489644 + - -0.02341283523104183 + - - 0.03440081699613955 + - -0.05575962030949679 + - -0.9978514160599963 + - 0.5784831940218641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9878757817421091 + - -0.02769129598850031 + - -0.15275677390510037 + - 0.025739606111568503 + - - -0.020335021563588202 + - -0.9985665510470717 + - 0.0495109081714869 + - -0.030266150091401677 + - - -0.15390882608032944 + - -0.04580431482332502 + - -0.9870228153381976 + - 0.5757600586226297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869764369444008 + - -0.01414129976868294 + - -0.16024211854998496 + - 0.06437791319519538 + - - -0.02488840724593286 + - -0.9975578242595535 + - -0.06526066536058991 + - -0.032585817014448425 + - - -0.1589279085034966 + - 0.068398910074639 + - -0.9849180214613328 + - 0.5736593511477536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998106051255352 + - -0.01907022118874039 + - -0.003883367394879591 + - -0.03468398680677212 + - - -0.01911596848359739 + - -0.9997439889296008 + - -0.012105219868465139 + - 0.03752953128303205 + - - -0.00365152398940611 + - 0.012177161530598531 + - -0.9999191882895397 + - 0.5789757465926901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965977424218319 + - -0.03821227335680172 + - -0.07302576233503526 + - 0.04856625779160258 + - - -0.037104665905483836 + - -0.9991757383531387 + - 0.016464739733856343 + - 0.03524813975689116 + - - -0.07359472513536834 + - -0.013699125934389517 + - -0.9971941387617982 + - 0.574799837724272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994467304384669 + - -0.029058463065480187 + - 0.016181431955503454 + - -0.042755271781911006 + - - -0.02968958529011594 + - -0.9987490903729606 + - 0.040234102506257495 + - -0.02347785795173898 + - - 0.014992049264840211 + - -0.04069226220616431 + - -0.9990592466192305 + - 0.5787516697817214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907514918094679 + - -0.028561134842930623 + - -0.13264894667428725 + - 0.025725045590621682 + - - -0.020329863354283412 + - -0.9978065559979055 + - 0.06299820206636679 + - -0.030248724551341845 + - - -0.13415728878190006 + - -0.05971882771858931 + - -0.9891589778607922 + - 0.575707837633797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880549956131592 + - -0.016172151564375986 + - -0.15325073297592642 + - 0.06437960609778043 + - - -0.025843742382480744 + - -0.9977829587981002 + - -0.06132917830671421 + - -0.032594380876717885 + - - -0.1519191450198026 + - 0.06455717346575536 + - -0.9862823858969421 + - 0.5736520051210179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998203487673655 + - -0.017967748205545187 + - -0.006035744786350911 + - -0.03471657044622991 + - - -0.017954783475715472 + - -0.9998363896928452 + - 0.002195357901810506 + - 0.037524990507889565 + - - -0.006074202914293293 + - -0.0020865930123037625 + - -0.9999793748815806 + - 0.5789976433981218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971844793032709 + - -0.03699448051026098 + - -0.06522670195894101 + - 0.04857643712772316 + - - -0.036742798387133666 + - -0.9993119734300003 + - 0.0050543571421896 + - 0.035244432663554 + - - -0.06536880757170843 + - -0.002643514935512079 + - -0.9978576706251442 + - 0.5748917578535404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9985805023526345 + - -0.027333328044938432 + - 0.04571509049698948 + - -0.042735801019225736 + - - -0.03112081320441666 + - -0.9959541060634369 + - 0.0843025124232744 + - -0.02343701067057161 + - - 0.04322586386246041 + - -0.08560553599720237 + - -0.9953909869493375 + - 0.578589284587119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9916672184857657 + - -0.029439399586419286 + - -0.1254171022336902 + - 0.025766878613616893 + - - -0.02196233459239709 + - -0.9979211653454829 + - 0.06058880766911451 + - -0.03027652569297689 + - - -0.12694007893473344 + - -0.05732948200973463 + - -0.9902522642501451 + - 0.5758649593592806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860738662868888 + - -0.013835372846810499 + - -0.16573144748120877 + - 0.06438432129656407 + - - -0.02424162653088226 + - -0.9978474661614162 + - -0.0609325677973492 + - -0.03260780324471906 + - - -0.16453168013839814 + - 0.06410161256498209 + - -0.984286700863831 + - 0.5737524054924421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997261938689217 + - -0.017135456830719195 + - 0.015934660698041225 + - -0.0346751296984874 + - - -0.01714420427912957 + - -0.9998529422357334 + - 0.0004125071918421625 + - 0.037540088023466464 + - - 0.015925248883286447 + - -0.0006855813229697584 + - -0.9998729501422947 + - 0.5788799619912077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960023088207887 + - -0.03753790905525861 + - -0.08105742536879322 + - 0.048550488777059454 + - - -0.03672250543355908 + - -0.9992590120335187 + - 0.011527552406231933 + - 0.035252193185537524 + - - -0.08143008300585584 + - -0.008504837068123827 + - -0.996642769164611 + - 0.5747097947866966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990551172952506 + - -0.025129592048339998 + - 0.0354595009786799 + - -0.04271223381221856 + - - -0.028356602424573434 + - -0.9952012070117222 + - 0.09365073764443291 + - -0.02341630241738931 + - - 0.03293593334198485 + - -0.09456775965357186 + - -0.9949734484542776 + - 0.5783847158034737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9907856254454993 + - -0.026061373072160565 + - -0.13290842427838895 + - 0.02578190876415545 + - - -0.021918118725608973 + - -0.9992300001982763 + - 0.032542322831709505 + - -0.030273815053370557 + - - -0.133654182433999 + - -0.02932936305729732 + - -0.9905939369795037 + - 0.5758562745497621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875307277449087 + - -0.00902426911845395 + - -0.15716750404103488 + - 0.0644058795088332 + - - -0.024370222146894688 + - -0.9950839657550477 + - -0.09598954823165681 + - -0.03259794018220702 + - - -0.15552862769317424 + - 0.09862283540886604 + - -0.9828959163125021 + - 0.5738216037671499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999837513906577 + - -0.018023393390023318 + - 0.00032105423798448187 + - -0.03468590465506531 + - - -0.018021495912654624 + - -0.9998242585169904 + - -0.00516505237354411 + - 0.0375598328382232 + - - 0.00041408958624503095 + - 0.00515842724672403 + - -0.999986609489425 + - 0.5787497326874911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978435806947941 + - -0.03835837258815643 + - -0.053261841111438564 + - 0.04858770107184653 + - - -0.03683061047467866 + - -0.9988896761471401 + - 0.02937551733543706 + - 0.03526404857932553 + - - -0.054329500257727835 + - -0.027350505279614894 + - -0.9981484134449624 + - 0.5749444313510478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995797841299167 + - -0.02669233860632339 + - 0.01130372586868968 + - -0.04273441499000516 + - - -0.0274070094113419 + - -0.9972629939647745 + - 0.06866860056489636 + - -0.023437965966016105 + - - 0.009439861964865955 + - -0.068949546250429 + - -0.997575485403458 + - 0.5784863838397426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.993216884405502 + - -0.026917945101608484 + - -0.1131178357436809 + - 0.025755543128991625 + - - -0.020695250801057413 + - -0.9982258114784386 + - 0.055829525275559976 + - -0.030275766252100798 + - - -0.11441995947433695 + - -0.05310982517124161 + - -0.9920118040346957 + - 0.5757693964522858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895969851207287 + - -0.015171990585684275 + - -0.1430650821886044 + - 0.06441359189792678 + - - -0.026318765808399168 + - -0.9967339254845691 + - -0.07634660669894988 + - -0.0325899260381812 + - - -0.14143949097153477 + - 0.0793176682069601 + - -0.9867641956941504 + - 0.5738118098488018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998237495779813 + - -0.018605263161675694 + - 0.0025127599389625607 + - -0.034715474703177464 + - - -0.018555372283396505 + - -0.9996547992474453 + - -0.018600551093331762 + - 0.03752662009117758 + - - 0.0028579606803842716 + - 0.01855064754222553 + - -0.9998238372516004 + - 0.5790627771486032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972950192262262 + - -0.039339026105734205 + - -0.0620893360538953 + - 0.04857928821243299 + - - -0.03715965079492175 + - -0.9986652233199456 + - 0.03587383564832218 + - 0.0353007179178137 + - - -0.06341770241313266 + - -0.03346957956676065 + - -0.9974256775641299 + - 0.5752293540849005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993054696970131 + - -0.0257821768477096 + - 0.026904601662642427 + - -0.04272425652722096 + - - -0.027850325872182606 + - -0.9964408334707416 + - 0.07956145260707313 + - -0.02344272822555065 + - - 0.024757576263545487 + - -0.08025549669105371 + - -0.9964668171436657 + - 0.5785652168549679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915716413383959 + - -0.030848888245039337 + - -0.1258333270144458 + - 0.025749748298137167 + - - -0.021955518794610888 + - -0.9972017702810808 + - 0.07146037043521727 + - -0.030257867616459128 + - - -0.12768568944066858 + - -0.0680953408268441 + - -0.9894742994488223 + - 0.5757284926868549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876322223308356 + - -0.013502004323539688 + - -0.15620591952004237 + - 0.06437790609103135 + - - -0.026111750831549554 + - -0.9965359730955146 + - -0.07895714530736068 + - -0.03259620518836177 + - - -0.15459873829487064 + - 0.08205943093772776 + - -0.9845635987135677 + - 0.5736086780943925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998237495779813 + - -0.018605263161675694 + - 0.0025127599389625607 + - -0.034715474703177464 + - - -0.018555372283396505 + - -0.9996547992474453 + - -0.018600551093331762 + - 0.03752662009117758 + - - 0.0028579606803842716 + - 0.01855064754222553 + - -0.9998238372516004 + - 0.5790627771486032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972950192262262 + - -0.039339026105734205 + - -0.0620893360538953 + - 0.04857928821243299 + - - -0.03715965079492175 + - -0.9986652233199456 + - 0.03587383564832218 + - 0.0353007179178137 + - - -0.06341770241313266 + - -0.03346957956676065 + - -0.9974256775641299 + - 0.5752293540849005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993054696970131 + - -0.0257821768477096 + - 0.026904601662642427 + - -0.04272425652722096 + - - -0.027850325872182606 + - -0.9964408334707416 + - 0.07956145260707313 + - -0.02344272822555065 + - - 0.024757576263545487 + - -0.08025549669105371 + - -0.9964668171436657 + - 0.5785652168549679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9915716413383959 + - -0.030848888245039337 + - -0.1258333270144458 + - 0.025749748298137167 + - - -0.021955518794610888 + - -0.9972017702810808 + - 0.07146037043521727 + - -0.030257867616459128 + - - -0.12768568944066858 + - -0.0680953408268441 + - -0.9894742994488223 + - 0.5757284926868549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876322223308356 + - -0.013502004323539688 + - -0.15620591952004237 + - 0.06437790609103135 + - - -0.026111750831549554 + - -0.9965359730955146 + - -0.07895714530736068 + - -0.03259620518836177 + - - -0.15459873829487064 + - 0.08205943093772776 + - -0.9845635987135677 + - 0.5736086780943925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998330568334667 + - -0.0179709104489125 + - 0.0033022478227541625 + - -0.03468895932776833 + - - -0.01795842772174368 + - -0.9998316206903463 + - -0.003771623188783504 + - 0.037542712980619994 + - - 0.0033694712951181324 + - 0.003711690363221182 + - -0.9999874349299789 + - 0.5789267722921467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970638332917177 + - -0.03767156706639205 + - -0.06666757365007542 + - 0.048547194180734686 + - - -0.036612887366682084 + - -0.9991843779124077 + - 0.01703160046706245 + - 0.03523518730194725 + - - -0.06725480518372315 + - -0.014540700483722099 + - -0.9976298708484737 + - 0.5749353643597308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993012070468593 + - -0.029246194369183364 + - 0.023275689240276478 + - -0.04275156657199769 + - - -0.030375357172715212 + - -0.9983003801251225 + - 0.049736191236031575 + - -0.023443219561688263 + - - 0.021781535100170366 + - -0.050408443310194305 + - -0.99849113845428 + - 0.5786830408243958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9923389276306595 + - -0.02913561897320401 + - -0.12006068638768072 + - 0.025744615838781394 + - - -0.024080084077871416 + - -0.9987698719670115 + - 0.0433461924717895 + - -0.03027900531787176 + - - -0.12117591451949267 + - -0.04012304273166546 + - -0.9918198118520908 + - 0.5758252209392828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873971438296805 + - -0.016388142533511434 + - -0.15741127386972853 + - 0.0643897442381302 + - - -0.02521822126460879 + - -0.9982081739748682 + - -0.05426308806186435 + - -0.03258424545364234 + - - -0.15623994903109317 + - 0.057548850501654036 + - -0.9860411797347516 + - 0.573649277711248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997955511379449 + - -0.019612039645734252 + - -0.004921770586602092 + - -0.034689586160192874 + - - -0.019697333175593867 + - -0.9996452908470138 + - -0.01792505378401423 + - 0.03755387261999203 + - - -0.004568477924062118 + - 0.018018334782223953 + - -0.9998272193839963 + - 0.57908767099535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996924338972867 + - -0.0370170599972626 + - -0.06907676622911128 + - 0.04852303759280861 + - - -0.035834067440925155 + - -0.9991904167582135 + - 0.018287445671462135 + - 0.03527478149255918 + - - -0.0696977903103926 + - -0.015755898187869613 + - -0.9974437175591121 + - 0.574840956967227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992330113079461 + - -0.02871120523989077 + - 0.026628101812318207 + - -0.04273401766361258 + - - -0.029683649682027163 + - -0.9988789964584087 + - 0.036873179626887256 + - -0.02344979361390932 + - - 0.02553957818776583 + - -0.037635317560967566 + - -0.9989651209216845 + - 0.5786767025839985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9901482076061986 + - -0.026683292057881416 + - -0.13745737120717114 + - 0.025766249689352597 + - - -0.021404095846438594 + - -0.9989806892950518 + - 0.039742258322601316 + - -0.03029659687899234 + - - -0.1383777137230873 + - -0.03640857509622845 + - -0.9897100706794058 + - 0.5759786575880947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859784837863889 + - -0.015465372033766585 + - -0.16615430111240248 + - 0.06440632781975965 + - - -0.02521176060999894 + - -0.9980722848407421 + - -0.05671050484455545 + - -0.032595897303784295 + - - -0.16495695389172843 + - 0.06010438004536302 + - -0.9844677073739516 + - 0.5738172054697169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998191808153372 + - -0.018531662713751937 + - 0.004264170588970771 + - -0.03467550890934147 + - - -0.018549950144730702 + - -0.9998187320521539 + - 0.0042898003742304035 + - 0.03755883204250084 + - - 0.004183900497874279 + - -0.004368124847858404 + - -0.9999817070636527 + - 0.5789905063438177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974136767449573 + - -0.03746086085056993 + - -0.06134037289127054 + - 0.048573418690733575 + - - -0.036557189479902 + - -0.9992068241251335 + - 0.01578906327480476 + - 0.03525926200018619 + - - -0.06188319108963616 + - -0.01350579601872777 + - -0.9979920160674958 + - 0.5748289277774787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995413910059225 + - -0.026720229091638174 + - 0.014249106050414946 + - -0.04276102631391128 + - - -0.027388889528053253 + - -0.9984230810063179 + - 0.04900204122556386 + - -0.023445683955963994 + - - 0.01291729059693609 + - -0.049369835640218 + - -0.998697032604229 + - 0.578706939314108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990090444228111 + - -0.027363741069743916 + - -0.13773938406588662 + - 0.02575577389124139 + - - -0.020997804266670063 + - -0.9986524022260664 + - 0.04746021222123774 + - -0.030274054359718573 + - - -0.13885245573687352 + - -0.044097677974858515 + - -0.9893307790284627 + - 0.5758704562602848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865303052669343 + - -0.017043948945119142 + - -0.16268823127161205 + - 0.06437466196448022 + - - -0.02470240703782726 + - -0.9986739356686913 + - -0.04516814477642954 + - -0.0325960141838491 + - - -0.16170265265748382 + - 0.04857853456376765 + - -0.9856431291817391 + - 0.5736926158768931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998396207261417 + - -0.017893782190343092 + - 0.00073850194963927 + - -0.03465505157375686 + - - -0.017897819054605905 + - -0.9998225345841465 + - 0.005879405652087868 + - 0.03755526217337238 + - - 0.0006331660869365363 + - -0.0058916802915447855 + - -0.9999824434479081 + - 0.5787391169357321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969318330708631 + - -0.03643790363179799 + - -0.06927625414879711 + - 0.048570259292468984 + - - -0.03605969180344889 + - -0.9993271604273954 + - 0.006702615844554033 + - 0.03524516723226301 + - - -0.06947387161378878 + - -0.004183970726378043 + - -0.9975749974573102 + - 0.5747517025776352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994214562116281 + - -0.027018643829807107 + - 0.020657825379905258 + - -0.04278306111468356 + - - -0.028156011693640084 + - -0.9979823305417662 + - 0.05690788110563421 + - -0.023430859440013076 + - - 0.019078570945860553 + - -0.05745659937747293 + - -0.9981656913151448 + - 0.5785835065067435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.987866466504141 + - -0.029663800006475134 + - -0.1524463949255563 + - 0.025745022839306214 + - - -0.021426569021356857 + - -0.9982345630158569 + - 0.05539548122828646 + - -0.030267347572506525 + - - -0.15382050089827384 + - -0.05145693509835437 + - -0.9867580439670542 + - 0.5757369547616116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834734375638345 + - -0.01461991079067346 + - -0.18046123078059537 + - 0.06440331121214005 + - - -0.025315455860460367 + - -0.998047013886197 + - -0.05710766820158691 + - -0.03261046424885056 + - - -0.17927388348823045 + - 0.060732333079820074 + - -0.9819228373032833 + - 0.5739182910603049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998198509410859 + - -0.018297632884217735 + - 0.005046017734727027 + - -0.03473843732244391 + - - -0.018264390280362225 + - -0.9998116904425256 + - -0.006557110807833274 + - 0.03755250028951186 + - - 0.005165047127703262 + - 0.0064637671132233634 + - -0.9999657704156052 + - 0.5790648657021438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997332005311573 + - -0.0372540425395375 + - -0.06277744416316228 + - 0.048542228247420896 + - - -0.037194540781146535 + - -0.9993058021088501 + - 0.0021166028601043597 + - 0.03522645476638118 + - - -0.06281271620680207 + - 0.0002240224321467968 + - -0.9980253065412087 + - 0.5746591369851397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999389023714043 + - -0.02661482756412528 + - 0.022654585267089463 + - -0.042763421582020344 + - - -0.027761854893009873 + - -0.9982652714002846 + - 0.051920394153120594 + - -0.023436265036408187 + - - 0.02123343337266523 + - -0.052517605332381756 + - -0.9983942319732024 + - 0.5787291395245209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9889462097487732 + - -0.028872579075903928 + - -0.1454364754834263 + - 0.0257642658996097 + - - -0.02124947117457743 + - -0.998331040569177 + - 0.05369910065229029 + - -0.030283126086211365 + - - -0.1467441794359708 + - -0.05001507386348315 + - -0.9879092256822454 + - 0.5757600839983197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850412394143689 + - -0.012493644102994795 + - -0.17186525393467864 + - 0.06438155854095169 + - - -0.025410539117890128 + - -0.9969961705555187 + - -0.07316379158688825 + - -0.032595509519751244 + - - -0.1704349176511141 + - 0.07643654070311624 + - -0.9823998137675918 + - 0.5736388592416195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997613034728572 + - -0.018872368625861967 + - 0.011007714599450637 + - -0.03465686475375885 + - - -0.018863126039749364 + - -0.9998216308235015 + - -0.0009428750941165988 + - 0.03756606896044167 + - - 0.01102354544880671 + - 0.0007350101252070773 + - -0.99993896874052 + - 0.5790055066241258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959317312860084 + - -0.037530559486947945 + - -0.08192340155444372 + - 0.04852685354692216 + - - -0.037146671999038 + - -0.9992905559553517 + - 0.006205605356539466 + - 0.035242548366999554 + - - -0.08209818132607968 + - -0.0031371775598276782 + - -0.9966193088335733 + - 0.5747949364061445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991711124283558 + - -0.028903000492790494 + - 0.028665391174653547 + - -0.04277233056100212 + - - -0.030266799056126517 + - -0.9983721292722041 + - 0.04834265577502249 + - -0.023441047331940943 + - - 0.027221479819771223 + - -0.04917019478301879 + - -0.9984193923304088 + - 0.578710517691909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9920601380094607 + - -0.02811084308127939 + - -0.12258247457899306 + - 0.025753870804273785 + - - -0.021929607735144865 + - -0.9984329058539022 + - 0.051486161370944174 + - -0.030265017026978442 + - - -0.1238376957038222 + - -0.04838918277251556 + - -0.9911219461364859 + - 0.5758395514532908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881977962299172 + - -0.015267786933451398 + - -0.1524205045539801 + - 0.06439168478279028 + - - -0.02399211917352346 + - -0.9981668048680117 + - -0.0555644479604336 + - -0.032573573421871393 + - - -0.15129274187448183 + - 0.05856555593298006 + - -0.9867525434040502 + - 0.5736107429873167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997615129484135 + - -0.01882312101792331 + - -0.01107281997702946 + - -0.03471073110661197 + - - -0.018839339548591853 + - -0.9998215958950328 + - -0.0013622287922085028 + - 0.03756311691767923 + - - -0.011045203143082155 + - 0.001570508533587952 + - -0.9999377665587363 + - 0.5790320160510722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971617715426966 + - -0.03635364990957875 + - -0.06593036866333125 + - 0.04856840840048543 + - - -0.03657779674886971 + - -0.999328396897025 + - -0.0021954362256905195 + - 0.03521415409321621 + - - -0.0658062775032091 + - 0.004600792700663949 + - -0.9978218110202326 + - 0.5748030169553261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995120985065575 + - -0.027680490997077502 + - 0.0144691173600278 + - -0.04277175112548374 + - - -0.028650551454647104 + - -0.9970072806049264 + - 0.0718027041420759 + - -0.023428814445402846 + - - 0.012438281246304295 + - -0.07218221968691857 + - -0.997313900595348 + - 0.5785556403357741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9904837513244049 + - -0.029354680179434992 + - -0.13446278709701673 + - 0.02574218888653106 + - - -0.02045454875179541 + - -0.9975365587336474 + - 0.0671001149417223 + - -0.030253027035505895 + - - -0.13610124833261075 + - -0.06371119792779764 + - -0.9886441895145642 + - 0.5758135587133516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880984300597279 + - -0.017743593472569263 + - -0.1527961302002811 + - 0.06439979643099727 + - - -0.025677350246093196 + - -0.9984136745618297 + - -0.05010796475894777 + - -0.032596796255433554 + - - -0.15166465045566985 + - 0.05343500106320474 + - -0.9869865928489275 + - 0.5737621322121252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998459726345894 + - -0.01743535477382726 + - 0.0020098284261732295 + - -0.034721376850345056 + - - -0.017391041751292538 + - -0.999642993545818 + - -0.02028391287599774 + - 0.03753521937750612 + - - 0.0023627681216477096 + - 0.02024583558826472 + - -0.9997922401519912 + - 0.5790931289001836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99525367570836 + - -0.03627703944300147 + - -0.09030004096482727 + - 0.048557987925100854 + - - -0.03707035751900343 + - -0.9992872702675987 + - -0.007123206759948269 + - 0.035224498676339026 + - - -0.08997727258820326 + - 0.010436852513215954 + - -0.9958891316442839 + - 0.5747355259038113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995552906671783 + - -0.02979063963698281 + - -0.0013185936721373495 + - -0.04278296456085901 + - - -0.029657803313366624 + - -0.9977555650944846 + - 0.06003538144804481 + - -0.023471510374016447 + - - -0.0031041265886609178 + - -0.05996957656183685 + - -0.9981953788137453 + - 0.5786609666859539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9910006485157254 + - -0.02798155387061241 + - -0.13089976044438592 + - 0.02576304292219623 + - - -0.021828234073025737 + - -0.9985987272205666 + - 0.04820902602955342 + - -0.030258518470949774 + - - -0.1320652976321365 + - -0.04491786544851588 + - -0.9902227741901742 + - 0.5759435689364445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98665319813714 + - -0.01928271115414171 + - -0.1616899615198775 + - 0.06437694417166949 + - - -0.02491149360572772 + - -0.9991495466037897 + - -0.03285728241612896 + - -0.03256861063641026 + - - -0.16091887425682952 + - 0.03644668122048165 + - -0.9862944567095201 + - 0.5735717932093074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998281975969529 + - -0.018403887410235964 + - -0.0022073101775494405 + - -0.03469108909745945 + - - -0.018396104019909106 + - -0.9998246648548805 + - 0.003496127102045783 + - 0.03755595539776503 + - - -0.002271265488057062 + - -0.0034549205513778897 + - -0.999991452402002 + - 0.5788369639709201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983231297058563 + - -0.03736916218228589 + - -0.04420943804322831 + - 0.04859774949186659 + - - -0.03623671256924654 + - -0.9990011520388421 + - 0.026145724071813765 + - 0.03527827074022681 + - - -0.045142323339387815 + - -0.024499876384578484 + - -0.9986800922721258 + - 0.5749049375057551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994075008804825 + - -0.025872194539975885 + - 0.02269970778476943 + - -0.04274073812508411 + - - -0.027405309744316153 + - -0.9971667583125915 + - 0.07005287370390732 + - -0.02341045598370933 + - - 0.02082297244982978 + - -0.07063345996086516 + - -0.9972849733914124 + - 0.578668859290846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9885589291627954 + - -0.028314760433353934 + - -0.14815369693027947 + - 0.025759300012538098 + - - -0.021322406118983252 + - -0.9985919630604041 + - 0.04857413209174424 + - -0.030271765775624022 + - - -0.1493204559656997 + - -0.04485939871165068 + - -0.9877707404946885 + - 0.5757661074487959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888135642739706 + - -0.015323204022273915 + - -0.14836756561424694 + - 0.06436539551547346 + - - -0.025300038353482105 + - -0.9975257354286706 + - -0.06559203623003955 + - -0.03259768810599803 + - - -0.14699538484972388 + - 0.06861200023306603 + - -0.9867546555536995 + - 0.5735330253959762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998032488104173 + - -0.019682601221176845 + - -0.0024614786822350423 + - -0.034685932846900934 + - - -0.01970315040374027 + - -0.9997686879147819 + - -0.008623023212484468 + - 0.03755375402887218 + - - -0.0022911857852560514 + - 0.00866982550710129 + - -0.9999597914883247 + - 0.5790298451330083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967240085612923 + - -0.0369152424284786 + - -0.07196190404620696 + - 0.04856706710585322 + - - -0.035595403767758924 + - -0.9991752734836536 + - 0.019538170064667546 + - 0.03524846714096107 + - - -0.07262381144031933 + - -0.01691265015638622 + - -0.9972159968013792 + - 0.5750424610585084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994573068668312 + - -0.02711521213275305 + - 0.018704465282293643 + - -0.04277287101035722 + - - -0.028565137995332307 + - -0.9962074982042978 + - 0.08218669851528555 + - -0.023431365454790205 + - - 0.016405018799390297 + - -0.08267639199028111 + - -0.9964414130121559 + - 0.5786265750760663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9874021701269975 + - -0.02614846115320318 + - -0.15605515822239022 + - 0.02575929799771836 + - - -0.01879416029341716 + - -0.9986503596540366 + - 0.04841733885427645 + - -0.030272058583896373 + - - -0.15711057878883003 + - -0.04487445979824058 + - -0.9865609706908418 + - 0.5757773241520006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835312484349131 + - -0.01315273695956588 + - -0.18025894946585466 + - 0.0643849946212473 + - - -0.026496141738244428 + - -0.9970658391428388 + - -0.0718168983413585 + - -0.03259746720093867 + - - -0.17878545193904324 + - 0.0754103303590339 + - -0.980993906326687 + - 0.5737207727194795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999790950807513 + - -0.017818735055806317 + - -0.010027330872177916 + - -0.03470950621525292 + - - -0.017879300578553515 + - -0.9998222503957014 + - -0.005983161747535155 + - 0.03753216901308479 + - - -0.009918936144107852 + - 0.0061611926350675925 + - -0.999931824881618 + - 0.5789241615339896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973448271728078 + - -0.03695575572241932 + - -0.06275004247510008 + - 0.048595408196124484 + - - -0.03587495200207277 + - -0.999189368705516 + - 0.01826453625803005 + - 0.03526391060867404 + - - -0.06337415506727462 + - -0.01596488599573422 + - -0.997862134207252 + - 0.5749740626273178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9996296886642057 + - -0.026664562972910748 + - 0.005430158613421629 + - -0.042758852204987374 + - - -0.02699405881603535 + - -0.9968816478491261 + - 0.07415052912992202 + - -0.02343876568048253 + - - 0.0034360340131704206 + - -0.07426965236942117 + - -0.9972322760556769 + - 0.5785819425453873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.98764713190543 + - -0.027010199459237515 + - -0.15434892926143162 + - 0.02574532020124991 + - - -0.019756632796673834 + - -0.9986356733711258 + - 0.048337018227600274 + - -0.030252210904382595 + - - -0.15544393941069434 + - -0.04469050229937201 + - -0.9868332892159213 + - 0.5757701835856015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886238670233279 + - -0.018279825332669534 + - -0.1492939969913336 + - 0.06439694160107862 + - - -0.025224926267342376 + - -0.998679286001556 + - -0.04475920917786573 + - -0.03258530942623564 + - - -0.14827863179382383 + - 0.04801595252859088 + - -0.9877792848891509 + - 0.5738333788911951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998260159710199 + - -0.018165429273359127 + - -0.004237330153809376 + - -0.03472816749013549 + - - -0.018178226800289517 + - -0.9998302571912864 + - -0.00300147883611978 + - 0.037536566839151124 + - - -0.0041820877459746025 + - 0.0030779837753026258 + - -0.9999865179880999 + - 0.5789537971298936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970954065791401 + - -0.036144648840996926 + - -0.06703964900669082 + - 0.04854465876432457 + - - -0.03661225598405769 + - -0.9993129509887011 + - -0.0057592272062474276 + - 0.03523161851244675 + - - -0.06678542423715758 + - 0.008196971783309267 + - -0.9977336903016997 + - 0.5748041607705034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994644348742358 + - -0.028751597170474014 + - 0.015626550536549485 + - -0.04278703783799496 + - - -0.02952801920258423 + - -0.9982123642507355 + - 0.0519631786838419 + - -0.023461487135913003 + - - 0.014104591574957474 + - -0.05239677010182836 + - -0.9985267342336909 + - 0.5787222091187533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9903272764155993 + - -0.031119836476494644 + - -0.1352162762574736 + - 0.025756721986635246 + - - -0.020327858338989733 + - -0.9965495047110846 + - 0.08047274591712059 + - -0.030250561740692936 + - - -0.13725401182701782 + - -0.07694569798089895 + - -0.9875427564412695 + - 0.5757427996564166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987376027547272 + - -0.014839195355182768 + - -0.15769711001213482 + - 0.06438394313157322 + - - -0.025307049117257275 + - -0.9975915725966268 + - -0.06458024116683041 + - -0.03259543572672997 + - - -0.1563589891561894 + - 0.06775583049007643 + - -0.9853735403108076 + - 0.5736371136481009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998444865070318 + - -0.017516401597618275 + - 0.0020441322268171056 + - -0.034700490527093134 + - - -0.017507790288109844 + - -0.9998380844509149 + - -0.004157181828130411 + - 0.03756378087470796 + - - 0.0021166201164410517 + - 0.0041207470919151345 + - -0.9999892696237728 + - 0.578952961618199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957088333367167 + - -0.03836972895795104 + - -0.08421213163747843 + - 0.048546713320777944 + - - -0.037352590540246124 + - -0.9992093083097933 + - 0.013621386383068939 + - 0.03526271490165126 + - - -0.08466819470832798 + - -0.010417393472338174 + - -0.9963547434112384 + - 0.5749283584125838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992596827926856 + - -0.027570218126196037 + - 0.026832245853360515 + - -0.04275500705833098 + - - -0.02879499180226645 + - -0.9985085956132252 + - 0.04638354162428774 + - -0.023433897709865505 + - - 0.025513423764140685 + - -0.04712183738967101 + - -0.998563266723172 + - 0.5787108376197595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9921728505636401 + - -0.027169669297111048 + - -0.12188044828727221 + - 0.025782576162369737 + - - -0.02144651242039215 + - -0.9986158235826972 + - 0.048025867980224166 + - -0.030262820237573117 + - - -0.12301659119575203 + - -0.045036051786736114 + - -0.9913822029520402 + - 0.5759836877474369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873187613363236 + - -0.015013961561149898 + - -0.158038743577479 + - 0.06440139139759019 + - - -0.025388559543719845 + - -0.9976375853176992 + - -0.06383313720761717 + - -0.032601172934508184 + - - -0.15670700226091633 + - 0.06703603001156767 + - -0.9853674878555139 + - 0.5737833106844764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998330376652375 + - -0.018263139031580763 + - -0.0005954375003858 + - -0.034727800128353734 + - - -0.018262410446489546 + - -0.9998324998352597 + - 0.001206912532070193 + - 0.037533334542680666 + - - -0.0006173797758785479 + - -0.001195836899108707 + - -0.9999990944077518 + - 0.5790301503855547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963601322086116 + - -0.03822552013812687 + - -0.07619249671330963 + - 0.048563663276412684 + - - -0.03670096486318959 + - -0.9990990443977228 + - 0.021310529361530044 + - 0.035254432224319246 + - - -0.07693845672580757 + - -0.018436623707375706 + - -0.9968653694370792 + - 0.574897385100385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9874360432372878 + - -0.0311303854708553 + - -0.15492243096570926 + - 0.02575036860354326 + - - -0.020252128215355863 + - -0.9972487950008242 + - 0.07130702750889276 + - -0.03026139464291017 + - - -0.15671602285228456 + - -0.06727362016304134 + - -0.9853498608167163 + - 0.5757125753416666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862318270106429 + - -0.01699888979363475 + - -0.16449261727212297 + - 0.06439319206698291 + - - -0.0253689013459392 + - -0.9984805975940725 + - -0.04891743117420649 + - -0.03259204608766555 + - - -0.16341114477216442 + - 0.05241692449931686 + - -0.9851645871580459 + - 0.5737521708281372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998077228664205 + - -0.017556621574376843 + - 0.008733975930644821 + - -0.034686936850443405 + - - -0.017590374922638246 + - -0.999838045188434 + - 0.003802907289331349 + - 0.03755474640534928 + - - 0.008665795217057527 + - -0.003955809988403829 + - -0.9999546267509296 + - 0.578973101608248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965114871522037 + - -0.037046668245046245 + - -0.07478235317001383 + - 0.04854551746952809 + - - -0.036460649680911277 + - -0.999292861307817 + - 0.009186858226985489 + - 0.03522167410459736 + - - -0.07506981416354419 + - -0.00642819657278371 + - -0.9971575609151613 + - 0.574750581908676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993305550316598 + - -0.02825507421199529 + - 0.02323989159590102 + - -0.04274639297294461 + - - -0.029162520036668752 + - -0.9987867081441911 + - 0.03968197398821519 + - -0.02346054609039463 + - - 0.022090477704782348 + - -0.040333142894710454 + - -0.9989420645758239 + - 0.578852417142756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9864272197477714 + - -0.02714202562815653 + - -0.16194026857296023 + - 0.025752900918900586 + - - -0.019068080994115433 + - -0.9985060956666324 + - 0.05120532397886988 + - -0.030268208452371687 + - - -0.16308816151972483 + - -0.0474224352114025 + - -0.9854711381926604 + - 0.5757234653375847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884164324286213 + - -0.014456082353567167 + - -0.15107606623176162 + - 0.06442422190742877 + - - -0.024187832847303813 + - -0.9977343407130316 + - -0.06277845254610082 + - -0.032593714357658246 + - - -0.14982624885922902 + - 0.0657054567362485 + - -0.9865266788626922 + - 0.5739258901980997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998361407434667 + - -0.01792962862349713 + - -0.0024940089482945863 + - -0.034666321710673395 + - - -0.01790447171158264 + - -0.9997919877197057 + - 0.009767864874594622 + - 0.03755310989192667 + - - -0.0026686243534521617 + - -0.009721610406855178 + - -0.9999491830763986 + - 0.578864064454391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960510900375154 + - -0.037773550964628304 + - -0.08034540984150954 + - 0.048557755175534616 + - - -0.03693267705266943 + - -0.9992465813563153 + - 0.01192673523812664 + - 0.03525340664650341 + - - -0.08073539125315946 + - -0.008912266560184047 + - -0.9966957249351278 + - 0.5747336945697682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993834523842959 + - -0.026835117596882542 + - 0.022640485065634507 + - -0.042788023059925906 + - - -0.027988732780221896 + - -0.9982403168124535 + - 0.05227715301668759 + - -0.023400888793053656 + - - 0.021197781435873572 + - -0.052878600149156005 + - -0.998375935060768 + - 0.5788380290448407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9893041848114137 + - -0.030143382321778336 + - -0.14271862673396024 + - 0.025755030390906066 + - - -0.021806081340839674 + - -0.9979825898539911 + - 0.05962587663822913 + - -0.030261855983044792 + - - -0.14422803032414 + - -0.055875995297835504 + - -0.9879656615582828 + - 0.5757273215928254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855465609740747 + - -0.01403613829271332 + - -0.16882228222009782 + - 0.06438552272869912 + - - -0.02510458811177925 + - -0.9976591470574708 + - -0.06360806511989692 + - -0.03258835516452202 + - - -0.16753428248544366 + - 0.06692692368835551 + - -0.9835919128773376 + - 0.5736380243299446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998000594540802 + - -0.018777510180061126 + - -0.006873589095610924 + - -0.034732728450177705 + - - -0.01881698786778607 + - -0.9998065568833339 + - -0.005724489556073033 + - 0.03756461948363277 + - - -0.006764767786198768 + - 0.005852685241126337 + - -0.9999599911957818 + - 0.5789499489017846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966177819128004 + - -0.038714686928180926 + - -0.07248565231314986 + - 0.048569282884733896 + - - -0.03684339187880955 + - -0.9989568305803362 + - 0.02697804870175084 + - 0.035266677394030194 + - - -0.0734544842067139 + - -0.024216185763709906 + - -0.9970045211015761 + - 0.5748942758371616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995736378968341 + - -0.029007554545218407 + - 0.0033322966547153984 + - -0.04277356912304883 + - - -0.02917129417669437 + - -0.9970332343759506 + - 0.07123036673980421 + - -0.023438117824504293 + - - 0.0012561917630702728 + - -0.07129720421683047 + - -0.9974543250962008 + - 0.5785111574132773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9891090517825764 + - -0.0287565752662753 + - -0.14434799292240924 + - 0.02576241569631001 + - - -0.021350853037670328 + - -0.998387687998105 + - 0.05259434882535344 + - -0.03027752364176193 + - - -0.14562769227154798 + - -0.04893959371259836 + - -0.9881282767995812 + - 0.5758358342948393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896411575381755 + - -0.02021977665369834 + - -0.14213212141727408 + - 0.06438046175597431 + - - -0.02469138812998079 + - -0.9992518258664709 + - -0.029767832550229103 + - -0.03257205151648595 + - - -0.14142388291485578 + - 0.03296891163806278 + - -0.9893999879758876 + - 0.5736194177582629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998200040869841 + - -0.018968436265225423 + - 0.0003973073810199394 + - -0.034691323936667205 + - - -0.018966188918532675 + - -0.9998073625123356 + - -0.005051885196155024 + - 0.0375430475749641 + - - 0.0004930572070867313 + - 0.0050434404706195405 + - -0.9999871602189757 + - 0.5788276466373476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950445522694183 + - -0.03748832307036042 + - -0.09209215293566 + - 0.04854134434797167 + - - -0.03755091671860746 + - -0.9992941601978282 + - 0.0010535882065380634 + - 0.03523091608426416 + - - -0.09206664788372015 + - 0.002409777560073225 + - -0.9957499311170278 + - 0.574786916504558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990527381191963 + - -0.02859772294916217 + - 0.03279933991195165 + - -0.04277954179632833 + - - -0.03013827245150235 + - -0.9984174959429797 + - 0.04747829323585721 + - -0.023451095910446546 + - - 0.03138966374741525 + - -0.048421834301005086 + - -0.9983336190736798 + - 0.5787918448239479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9917956706955752 + - -0.031043012639409936 + - -0.12400676979820013 + - 0.025767472445792708 + - - -0.021865934226983408 + - -0.9969668911945515 + - 0.07469202622939217 + - -0.030269701930524244 + - - -0.12594930928709216 + - -0.07136770437768336 + - -0.9894662309861634 + - 0.5758825322972615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986687119379312 + - -0.0159136462429884 + - -0.16184957310480685 + - 0.06438222506403354 + - - -0.024247823373069913 + - -0.9984723400092893 + - -0.0496490614014316 + - -0.03259215102708825 + - - -0.16081222438802217 + - 0.052912589235717254 + - -0.9855656682270082 + - 0.5736139179914777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998293439316911 + - -0.01802483830367205 + - -0.0040482363135968865 + - -0.034703512873532606 + - - -0.018057377628630144 + - -0.9998037303619326 + - -0.008150574675515585 + - 0.037527567704858385 + - - -0.0039005289771126325 + - 0.008222284262331556 + - -0.9999585891001728 + - 0.5789121936258776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975782673769085 + - -0.037576785935891005 + - -0.05852850259500473 + - 0.04857159277209543 + - - -0.0363537857547644 + - -0.9991006831416125 + - 0.021822630621932362 + - 0.0352703587141747 + - - -0.0592958912453632 + - -0.01964204940154758 + - -0.9980471868487615 + - 0.57497755056092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992351253889032 + - -0.027406148259886645 + - 0.027893856430758576 + - -0.04276080896692079 + - - -0.028777351271106692 + - -0.9983342754242513 + - 0.05000538537952704 + - -0.02340859881992143 + - - 0.026476937943085366 + - -0.05076984883464589 + - -0.9983593512390545 + - 0.578581468602938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9890928652739166 + - -0.034831077432542205 + - -0.14311568715246484 + - 0.025761333331728767 + - - -0.018758881425398943 + - -0.993513847210662 + - 0.11215319776242663 + - -0.030232151080768776 + - - -0.14609383365461312 + - -0.10824523751906318 + - -0.9833308498783818 + - 0.575404104037599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902986959957355 + - -0.018785033288429093 + - -0.13767939291520148 + - 0.06438285055611817 + - - -0.02600631480420766 + - -0.9983681439540044 + - -0.05084014878166612 + - -0.03258228525631201 + - - -0.13649968607821145 + - 0.05392746667691807 + - -0.9891712005706398 + - 0.573730990623192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998376488747915 + - -0.01799463525586954 + - -0.0009321987649233543 + - -0.03471660650289394 + - - -0.017995019488876513 + - -0.9998379943214403 + - -0.0004054440470203315 + - 0.037537614659339996 + - - -0.0009247519256870956 + - 0.0004221531576653911 + - -0.9999994833101605 + - 0.5788986209738654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970525437976258 + - -0.03769653923646705 + - -0.06682212086036299 + - 0.04857358334247457 + - - -0.03738534006223642 + - -0.9992834949554997 + - 0.005901953740377565 + - 0.03524217888785957 + - - -0.06699672570442824 + - -0.0033863902781748325 + - -0.9977474485588878 + - 0.5750618419260212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995959083285606 + - -0.027166640061199065 + - 0.008366224990105626 + - -0.0427689651803656 + - - -0.027630041876269537 + - -0.9977289073668631 + - 0.06142970120749015 + - -0.02344298503976349 + - - 0.006678385936392538 + - -0.0616360371236761 + - -0.9980763488275703 + - 0.5787977070290479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.990656366147832 + - -0.028400492352219885 + - -0.13339181475984208 + - 0.025776018025283936 + - - -0.020850245756198975 + - -0.9981184159776938 + - 0.05766190196382696 + - -0.030256274291345156 + - - -0.13477845325822163 + - -0.05434187814504928 + - -0.9893845202028332 + - 0.575854654281752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882365368380082 + - -0.017085101778280203 + - -0.15197580911331235 + - 0.06438982056424639 + - - -0.025172198069077507 + - -0.9983583230932431 + - -0.05144919003072724 + - -0.03260069710264961 + - - -0.15084729928902033 + - 0.05466953454779507 + - -0.9870442413030611 + - 0.5737778468607111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997751770188892 + - -0.017792689074323024 + - 0.011533240323218888 + - -0.03468431095119986 + - - -0.017664651347219642 + - -0.999782239987579 + - -0.011110026921726556 + - 0.03752434438538994 + - - 0.011728406099288479 + - 0.010903798463140437 + - -0.9998717676129508 + - 0.5789590579610341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970375559150353 + - -0.0375632228428141 + - -0.06712016377091078 + - 0.0485460675378034 + - - -0.036657273796258515 + - -0.9992200834284574 + - 0.014678867499061905 + - 0.035226031159972165 + - - -0.06761920121384853 + - -0.012174939954265343 + - -0.9976369151471457 + - 0.5745250363498712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995390405964543 + - -0.027570663906310404 + - 0.0127108148946094 + - -0.04279119891452704 + - - -0.028249867370003283 + - -0.9979871554390942 + - 0.05677660233020913 + - -0.023419843761940444 + - - 0.011119861379395668 + - -0.05710950945640103 + - -0.9983059914738329 + - 0.5787558103980484 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9881792732074186 + - -0.030123198041584982 + - -0.1503140610289182 + - 0.025787042578858353 + - - -0.02068065237182968 + - -0.9977361413792974 + - 0.06399142757452986 + - -0.030267354834344437 + - - -0.15190139769183636 + - -0.06012640954936704 + - -0.9865651424279943 + - 0.575811533387481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991782875525656 + - -0.01832284078682084 + - -0.12661359058000773 + - 0.0643849859115284 + - - -0.026291827763291285 + - -0.9977571809504278 + - -0.061557677463663224 + - -0.03259490955824414 + - - -0.12520170768374703 + - 0.06438075308161423 + - -0.9900402269734888 + - 0.5735907213569471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997869498761203 + - -0.018716179833580298 + - -0.008703991603921832 + - -0.03471445795729148 + - - -0.018883717648923642 + - -0.9996299072154113 + - -0.01958197661790129 + - 0.037545645975693986 + - - -0.008334270523554494 + - 0.019742168395224097 + - -0.9997703669952891 + - 0.5790248719483536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965822824265601 + - -0.038989594501685335 + - -0.0728255852984524 + - 0.04855334545845727 + - - -0.037053360174118616 + - -0.9989278573427752 + - 0.02775219494704976 + - 0.03526287845987733 + - - -0.07382955270943375 + - -0.02495891314072314 + - -0.9969584995382499 + - 0.5747149280605581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994106804436523 + - -0.02710693815521585 + - 0.02105957547067706 + - -0.042747452679516455 + - - -0.02819359381445726 + - -0.9981889212298641 + - 0.05314130974849836 + - -0.023464443821400123 + - - 0.019580936723794327 + - -0.05370373765213882 + - -0.9983649109815556 + - 0.5787094889043648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9884613660849298 + - -0.0319480155524429 + - -0.14806570183460813 + - 0.025752001792964236 + - - -0.01968359515874732 + - -0.9963076423618119 + - 0.08356816291551633 + - -0.0302440288443125 + - - -0.15018882727799945 + - -0.07968943514487103 + - -0.985440465014072 + - 0.5755366420622646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915019065752296 + - -0.014581782041652391 + - -0.12927235160765904 + - 0.06443220978465865 + - - -0.024701764426834284 + - -0.9967227285096149 + - -0.07703002860280701 + - -0.03262404720774177 + - - -0.12772545592749185 + - 0.07956867539954292 + - -0.9886126813890646 + - 0.5739887279594739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998262574795014 + - -0.01841682540562913 + - 0.002876698891494731 + - -0.03471170207235341 + - - -0.018395744041803466 + - -0.999804927701535 + - -0.007190489891307393 + - 0.03755610585238977 + - - 0.0030085637241391242 + - 0.007136321580976781 + - -0.9999700102796137 + - 0.5790271037537857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968794179830879 + - -0.037781210128553205 + - -0.06931093826317837 + - 0.04858879150669438 + - - -0.03629903902868041 + - -0.9990871736184623 + - 0.02252108515741128 + - 0.03525867442686153 + - - -0.07009854326085778 + - -0.01993488581093815 + - -0.9973408617721481 + - 0.5750755809918336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993462817652385 + - -0.026538799945204618 + - 0.02454997391976129 + - -0.042718519792714925 + - - -0.028253938396032643 + - -0.9969769459198523 + - 0.07237875564995928 + - -0.02342081370287365 + - - 0.022554912704458523 + - -0.07302507378833471 + - -0.9970750295294242 + - 0.5783509186620985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9896401407986454 + - -0.02751601813330481 + - -0.14090869549507876 + - 0.025758829285977797 + - - -0.02044090846438774 + - -0.998468195023038 + - 0.05141432474113111 + - -0.03026383753929407 + - - -0.1421075683459108 + - -0.04800137782942908 + - -0.988686657513536 + - 0.5757119807496497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895378738781635 + - -0.01575630173192754 + - -0.14341037311302263 + - 0.0643897207646385 + - - -0.025525911699820263 + - -0.9974571513109862 + - -0.06654065772492254 + - -0.03259840434909821 + - - -0.1419972675532064 + - 0.06950518149249574 + - -0.9874238227595677 + - 0.5736913224015381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202171834.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202171834.yaml new file mode 100644 index 0000000..db3c80d --- /dev/null +++ b/stretch_camera_testrig/data/testrig_collected_data_202202171834.yaml @@ -0,0 +1,3328 @@ +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995512063258876 + - -0.019759520410499606 + - 0.022515489903844905 + - -0.03477365775701677 + - - -0.019074398927255157 + - -0.9993604143986152 + - -0.03024780055793358 + - 0.03741237066779696 + - - 0.023098771353191484 + - 0.02980475609991884 + - -0.9992888087413958 + - 0.5802795155343065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9939510975979249 + - -0.042881190875682665 + - -0.10110597931360724 + - 0.04842888154811309 + - - -0.03830766708655842 + - -0.9981717437109232 + - 0.046751392487074134 + - 0.03508896997971538 + - - -0.10292588705600605 + - -0.04259546368075259 + - -0.9937765786370476 + - 0.5760414279211753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99828399875354 + - -0.021920342909885072 + - -0.054300611408666655 + - 0.02572439918590518 + - - -0.020591757744103253 + - -0.9994776714050614 + - 0.024907104924585505 + - -0.0304698718733573 + - - -0.054818220927444664 + - -0.02374621926600526 + - -0.9982139448659895 + - 0.5772500783622413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996218422021797 + - -0.02204238805471344 + - -0.08404158942598743 + - 0.06457563645494792 + - - -0.02452949850486087 + - -0.9992877164219742 + - -0.028676881128472474 + - -0.03282043882645952 + - - -0.08334962103993541 + - 0.030629935308484384 + - -0.9960495207244958 + - 0.5761217022381142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993473696645367 + - -0.019119753369544485 + - 0.030647508473929632 + - -0.03480265080000555 + - - -0.01848475415761156 + - -0.9996112910836452 + - -0.020870567836554266 + - 0.03742166222840497 + - - 0.03103463562383903 + - 0.02029043541118188 + - -0.9993123383720026 + - 0.5801423029952766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9944469919771438 + - -0.041843068036222494 + - -0.09656261080214489 + - 0.048449697645895594 + - - -0.037840888235410444 + - -0.9983619390728821 + - 0.04291276952365063 + - 0.03508726262815573 + - - -0.09820003729717026 + - -0.039020459607119425 + - -0.9944014060764814 + - 0.576057263295206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994106478756547 + - -0.03317865880312509 + - -0.0088053116236709 + - -0.04281280652785539 + - - -0.03300084374472096 + - -0.9992626403966953 + - 0.019624469917963235 + - -0.023626152240949966 + - - -0.009449932534185392 + - -0.019322321481911594 + - -0.9997686465716199 + - 0.5791452541587999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976227136767021 + - -0.022452848861339483 + - -0.06515205855798246 + - 0.025731921475290416 + - - -0.02079552321961725 + - -0.9994454763199015 + - 0.026005500912467665 + - -0.030472613536709253 + - - -0.06569982778025595 + - -0.024588807244269553 + - -0.9975364269980067 + - 0.5771994416642913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927383448073276 + - -0.021385264554620056 + - -0.1183775705492239 + - 0.06455475578912566 + - - -0.02423506945245885 + - -0.999448833989347 + - -0.022686772489043196 + - -0.03280113812261212 + - - -0.1178271622243448 + - 0.025390917613666943 + - -0.9927094545459384 + - 0.5759780681273545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994212280205095 + - -0.01841484756484553 + - 0.02860248889765327 + - -0.03481064662221525 + - - -0.017802376354956587 + - -0.9996098576703155 + - -0.02152226392481182 + - 0.037413541000294155 + - - 0.02898765906542573 + - 0.021000615169472447 + - -0.999359139541142 + - 0.5802277941920991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948215004408939 + - -0.04350346278142118 + - -0.09185657835209249 + - 0.04847803190450554 + - - -0.03927395832830575 + - -0.9981054281454531 + - 0.04736148755907579 + - 0.035123944863980204 + - - -0.09374293817539062 + - -0.043508654686251674 + - -0.994645292810275 + - 0.5760284599706778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994233481272915 + - -0.03233799149882146 + - -0.01035497580184957 + - -0.042817383536819506 + - - -0.03218560244579075 + - -0.9993758562263486 + - 0.014559704222775676 + - -0.02363116085002106 + - - -0.010819344399558005 + - -0.014218027207575416 + - -0.9998403820055924 + - 0.5791791037029094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979359434822198 + - -0.022569187733228142 + - -0.06012058275926898 + - 0.025750346118051742 + - - -0.021524816956527887 + - -0.9996069345649267 + - 0.01796270092992894 + - -0.030479615427106924 + - - -0.06050235500573325 + - -0.01663154036078453 + - -0.998029486991235 + - 0.5772452462953971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914013410110619 + - -0.019213282261359356 + - -0.12943813513108693 + - 0.06451408919127428 + - - -0.023488320268179562 + - -0.9992251274325958 + - -0.03158232920943481 + - -0.03279433670046935 + - - -0.1287310368654258 + - 0.03435104790336137 + - -0.9910844190357825 + - 0.5757845908512055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99929400010442 + - -0.01902681323669944 + - 0.032395705477160766 + - -0.03476666722966573 + - - -0.018323973275274512 + - -0.9995931936425159 + - -0.021855873969335065 + - 0.037416226998755395 + - - 0.032798374330356844 + - 0.02124682568319775 + - -0.9992361277694448 + - 0.580137085068919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956527355972505 + - -0.040437633063768026 + - -0.08390725790962153 + - 0.04850730018636241 + - - -0.03720354895178835 + - -0.9985165710653108 + - 0.039756172519065165 + - 0.03514692302280952 + - - -0.0853904329717538 + - -0.036461694148432526 + - -0.9956801789815454 + - 0.5762355659425319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994311421448303 + - -0.03220218585752794 + - -0.010020545747474617 + - -0.04283099822756644 + - - -0.031997773757755 + - -0.9992891862236134 + - 0.019931501977925623 + - -0.023613962864259094 + - - -0.010655260936623246 + - -0.01959952863070322 + - -0.9997511309780184 + - 0.5791377824725163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981514531458839 + - -0.02313736964523165 + - -0.056199098824270426 + - 0.02573041307788743 + - - -0.022650623109328923 + - -0.9997003447096874 + - 0.009282782992808982 + - -0.03049003129381874 + - - -0.056397037648438016 + - -0.007992678726957704 + - -0.998376427621991 + - 0.5772873560510619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905977772554446 + - -0.021260369721302064 + - -0.13514451663269927 + - 0.06454885585244402 + - - -0.024147747439874998 + - -0.9995130618613497 + - -0.019761717084545594 + - -0.032801294388442155 + - - -0.13465856820177613 + - 0.022839348674232218 + - -0.9906288074561451 + - 0.5759533969618097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996611042909872 + - -0.018624528753545408 + - 0.018188004190468537 + - -0.03480735999938216 + - - -0.018094729927982285 + - -0.9994193376122072 + - -0.028871583877746607 + - 0.03740474830571645 + - - 0.01871516274461761 + - 0.028532692398102497 + - -0.9994176445050174 + - 0.5800671661753137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952834901309464 + - -0.04173496935598818 + - -0.08757263616916483 + - 0.04847282771280637 + - - -0.03753331452823812 + - -0.9980888958748173 + - 0.04908977726485153 + - 0.035112088787527626 + - - -0.08945403609276967 + - -0.045571353548508 + - -0.9949478514788956 + - 0.5760057001831393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994364356421582 + - -0.03200019292757955 + - -0.010138972506909852 + - -0.04283759537565253 + - - -0.03175334254904762 + - -0.9992161823796856 + - 0.02363781097162267 + - -0.02360421773738971 + - - -0.010887439913084633 + - -0.023302543276754375 + - -0.9996691728411826 + - 0.5791406922451181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978283403215072 + - -0.02065956746559407 + - -0.06254426850927941 + - 0.025724829584947116 + - - -0.01952100824627333 + - -0.9996334146581575 + - 0.01876077119739464 + - -0.0304368369245385 + - - -0.06290893011548679 + - -0.017499102005721055 + - -0.9978658466651307 + - 0.5771864555383542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9931653405003377 + - -0.020398050249047266 + - -0.11491965008163586 + - 0.06456789377776809 + - - -0.024427906879253784 + - -0.9991311173047281 + - -0.03376814769727687 + - -0.03280572745541567 + - - -0.11413099401278688 + - 0.036344600416622304 + - -0.9928006779944353 + - 0.5760686707942697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994526498106898 + - -0.019211710894987976 + - 0.02693159762951749 + - -0.03480905839357924 + - - -0.018388162603051542 + - -0.9993655986036215 + - -0.030500423008674175 + - 0.03740510118236158 + - - 0.02750047749539212 + - 0.02998850599999481 + - -0.9991718637178555 + - 0.5802433489034016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9943961980147423 + - -0.04217203865424676 + - -0.09694184096441619 + - 0.04842408175246802 + - - -0.03802999349544689 + - -0.9982992301509261 + - 0.0441855935210079 + - 0.035109488772767934 + - - -0.09864036176211902 + - -0.04025128862300169 + - -0.9943087612988358 + - 0.5760018016743176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993903939679248 + - -0.03296829733576308 + - -0.011486157556681304 + - -0.04283982781563882 + - - -0.03278195703639908 + - -0.9993336442791388 + - 0.016050255594190946 + - -0.023623699916937572 + - - -0.012007653288626982 + - -0.01566393253802794 + - -0.9998052097683547 + - 0.5791683383406664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973475860511102 + - -0.021675509977813923 + - -0.06948355823664261 + - 0.025727047898810133 + - - -0.01999966241754631 + - -0.9994942333976972 + - 0.024724297926014497 + - -0.030463197401214934 + - - -0.0699843275398671 + - -0.02326907114501626 + - -0.9972766638334827 + - 0.5772546071084774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917032172863199 + - -0.01922908883367799 + - -0.12710220677308665 + - 0.0645509256917485 + - - -0.02382242877004374 + - -0.9991131805711615 + - -0.0347180687319075 + - -0.03279284410496918 + - - -0.12632189323889248 + - 0.03745790372676748 + - -0.991281839204642 + - 0.5759020907784623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994521441884106 + - -0.01839678931353137 + - 0.027513080891498096 + - -0.034799907382552245 + - - -0.017693569308055518 + - -0.9995159747851804 + - -0.02558815652546953 + - 0.03742233116213575 + - - 0.027970503791129964 + - 0.02508733330157733 + - -0.9992938890163826 + - 0.5801245323701152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952615815186723 + - -0.04146253432745255 + - -0.08795022797068792 + - 0.04844172532691034 + - - -0.03772869238972817 + - -0.9983320205822712 + - 0.04370037128767969 + - 0.03512046494990636 + - - -0.0896154569452861 + - -0.04017505354401671 + - -0.995165832888782 + - 0.5760519023063386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99797484509906 + - -0.02191840768880009 + - -0.059714252518930526 + - 0.025722630820986025 + - - -0.020044775574243976 + - -0.9992933277656589 + - 0.03179704475597278 + - -0.03044204677551048 + - - -0.06036899470494141 + - -0.030535692024624122 + - -0.9977089535485245 + - 0.5771886603534845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913701901209344 + - -0.017078184680142456 + - -0.12997492738068153 + - 0.06453920376464192 + - - -0.023810264551213305 + - -0.9984443015594423 + - -0.05041872653565392 + - -0.032798407656384435 + - - -0.12891166526573042 + - 0.053078359917265394 + - -0.9902345531574365 + - 0.5759242275701041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991090082546195 + - -0.01912391295163351 + - 0.03762267372063141 + - -0.03479063224354073 + - - -0.017916306994798365 + - -0.9993215842018337 + - -0.032177279126821015 + - 0.03742067294150249 + - - 0.038212505389451826 + - 0.03147455006438625 + - -0.9987738268147126 + - 0.5802472464372174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948646021138582 + - -0.041562040026969956 + - -0.09228770389185743 + - 0.04844600703026851 + - - -0.03738651884369513 + - -0.9982173779859531 + - 0.046522193581120884 + - 0.035081445106491936 + - - -0.09405674707103494 + - -0.042832967625951436 + - -0.9946449945657848 + - 0.5760316780933349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994386855305818 + - -0.032913622882482355 + - -0.006245581930660694 + - -0.042838596989853255 + - - -0.03286298722725903 + - -0.9994274958578023 + - 0.008043916577365764 + - -0.023619405254007603 + - - -0.006506760745860521 + - -0.007834152931385993 + - -0.9999481427116328 + - 0.5792046297890556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997687304958645 + - -0.021779446020450892 + - -0.06438708919805254 + - 0.025734020930174087 + - - -0.01975421625268329 + - -0.9992950323736707 + - 0.03192505620271781 + - -0.030466074635404784 + - - -0.06503700842288128 + - -0.030579306799643668 + - -0.997414203594001 + - 0.5771763308914887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927098068110752 + - -0.018953767761536774 + - -0.11902938355195977 + - 0.06455262684162638 + - - -0.0247534853665105 + - -0.9985674659558407 + - -0.04743712572174506 + - -0.03281668264036329 + - - -0.11795975764356154 + - 0.050037692014844426 + - -0.9917568880297729 + - 0.5760577743379848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999556062152568 + - -0.018959048831229165 + - 0.02298332181097186 + - -0.03480135512888408 + - - -0.018420027497273495 + - -0.9995554926782357 + - -0.023441835332787913 + - 0.03742273593737343 + - - 0.023417540456916373 + - 0.02300807519513363 + - -0.9994609783652207 + - 0.5801291773533944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9940098180715488 + - -0.041914064176078854 + - -0.10093410128202532 + - 0.048459955894519374 + - - -0.03817356035863289 + - -0.9985210552338345 + - 0.03871022531910873 + - 0.03510586344645076 + - - -0.10240732818950221 + - -0.034625330019422175 + - -0.9941397415122959 + - 0.576109764232987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976011866685358 + - -0.02185544638050185 + - -0.06568265997231015 + - 0.025707029558440873 + - - -0.019858725787366364 + - -0.9993251756654671 + - 0.03090023124971026 + - -0.030463695676359124 + - - -0.06631367406222713 + - -0.029521733429668198 + - -0.9973620024282438 + - 0.5771322771791955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910105473734431 + - -0.01787310952608401 + - -0.1325844898563076 + - 0.0645616870085641 + - - -0.024730693461665555 + - -0.9984300699050213 + - -0.05025722147472477 + - -0.032835183202566946 + - - -0.13147808865166039 + - 0.053084342939543 + - -0.9898967444835766 + - 0.5761668026220552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994843076109129 + - -0.018935609742933002 + - 0.025933791145864193 + - -0.03478904304594479 + - - -0.018678045239897665 + - -0.9997741490246893 + - -0.010138124480189935 + - 0.03741424593512628 + - - 0.026119905542522533 + - 0.009648503802291375 + - -0.9996122532806548 + - 0.5800473988789032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954056020841237 + - -0.04302124990977851 + - -0.08553864270459173 + - 0.04847667729574019 + - - -0.03905995313674935 + - -0.9981092861547873 + - 0.04745706430591047 + - 0.03513040463828518 + - - -0.0874185758320185 + - -0.04389789229314728 + - -0.9952039829360212 + - 0.5761409195062583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994317277546668 + - -0.033027675457573805 + - -0.00673752263006647 + - -0.04285262277260463 + - - -0.032966889987251155 + - -0.9994164432096548 + - 0.008941879373573224 + - -0.023615341303964543 + - - -0.007028920392916739 + - -0.00871468278437209 + - -0.9999373223267937 + - 0.5792103002736281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982731063754499 + - -0.02206812797832614 + - -0.05444081938253624 + - 0.025711334015123228 + - - -0.020527529309689378 + - -0.9993773477320332 + - 0.02869734100098985 + - -0.030448127066685995 + - - -0.05504021827672523 + - -0.027530248230255183 + - -0.9981045335056 + - 0.5772056682478546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9935215336395318 + - -0.020789117853300263 + - -0.11172633876322242 + - 0.06456984681409783 + - - -0.023870536931744384 + - -0.9993687022166031 + - -0.026313390060829764 + - -0.03281316970369319 + - - -0.11110877400611967 + - 0.028809887344186887 + - -0.9933905731030837 + - 0.5761288563720374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999382903296271 + - -0.019787695736338907 + - 0.029021710779383383 + - -0.03481810120336251 + - - -0.018893042395107695 + - -0.9993474903268724 + - -0.030783867957723324 + - 0.037393599195254396 + - - 0.02961191564510418 + - 0.03021656292214514 + - -0.99910464605916 + - 0.5802355094847629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9942813405627814 + - -0.04157183882274264 + - -0.09836868417120419 + - 0.04845118456259605 + - - -0.03770534946955095 + - -0.9984538147651496 + - 0.040844661858069224 + - 0.03510708539090751 + - - -0.09991457566370006 + - -0.03690205953353944 + - -0.9943114781456194 + - 0.5760227236763751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997735661474357 + - -0.020471316691630503 + - -0.06406617684268406 + - 0.025700241695858245 + - - -0.019231041198172923 + - -0.9996166765928879 + - 0.019916498985130565 + - -0.0304585025974701 + - - -0.06444933573560921 + - -0.018639342002911514 + - -0.9977468907758811 + - 0.5771788041850796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958432340686532 + - -0.020820288721915183 + - -0.0886722546077513 + - 0.06458093401264613 + - - -0.024992350178433733 + - -0.9986193822755102 + - -0.04620294120764223 + - -0.0328282538444076 + - - -0.08758787354562458 + - 0.048227014433970435 + - -0.9949887031954389 + - 0.5761423664642229 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993070434063042 + - -0.018225165817448947 + - 0.03245421897808394 + - -0.034802368721485 + - - -0.017426908150368858 + - -0.9995427122958196 + - -0.024711721280282338 + - 0.03740077317096722 + - - 0.032889753280764225 + - 0.024129020436856566 + - -0.9991676808733795 + - 0.580330437708412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9946742524439527 + - -0.043591587897440776 + - -0.09339649345475227 + - 0.04846414578116576 + - - -0.03856203653595487 + - -0.9977416289273886 + - 0.05499646573664077 + - 0.03512705546476742 + - - -0.09558295278585806 + - -0.051102009450720395 + - -0.9941088892907233 + - 0.5762218757685904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994571467097032 + - -0.03291912651141452 + - -0.0013202274895664948 + - -0.04284238094529516 + - - -0.0328906825638973 + - -0.9993025832858123 + - 0.017679084783542888 + - -0.02361844616694047 + - - -0.0019012867694442122 + - -0.017626064450927244 + - -0.9998428411308413 + - 0.5792338116284583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976188691623442 + - -0.021331040132168782 + - -0.06558642098884007 + - 0.025714812196931863 + - - -0.020264935391334195 + - -0.999652179671298 + - 0.016877561198468533 + - -0.030457793986872567 + - - -0.065923624633591 + - -0.015508268933146746 + - -0.9977041491894612 + - 0.5772629690387088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9934410720215043 + - -0.019868271990236285 + - -0.11260589766475879 + - 0.06456239080577185 + - - -0.024059714724243505 + - -0.9990626216201893 + - -0.03598622248560801 + - -0.032810428278017126 + - - -0.11178535927460337 + - 0.03845945721818825 + - -0.9929878667951243 + - 0.5760753456472526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992216076536102 + - -0.01886956999458956 + - 0.034642721116476385 + - -0.03481984559789093 + - - -0.01807385168823298 + - -0.9995688329325658 + - -0.023140529703970028 + - 0.037402301680408236 + - - 0.03506443616096559 + - 0.022496389889221043 + - -0.9991318220128242 + - 0.5802882392287961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948989066968802 + - -0.041810612056328335 + - -0.09180434724362248 + - 0.04845560792292425 + - - -0.037479312788932954 + - -0.9981242279036783 + - 0.04840792067994211 + - 0.03514073036253571 + - - -0.09365610800274442 + - -0.04472022351421616 + - -0.9945997360961931 + - 0.5762767145675326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974931051212873 + - -0.020321436374387835 + - -0.06778306911887427 + - 0.025710897620444824 + - - -0.018786490194278024 + - -0.9995541724938993 + - 0.023206120662802143 + - -0.030467338178360708 + - - -0.06822443126675864 + - -0.021874539394417976 + - -0.9974301637230596 + - 0.5772195374476266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927377835350284 + - -0.020469203680756696 + - -0.11854410505223242 + - 0.0645559587014431 + - - -0.02423652782459967 + - -0.9992431426815432 + - -0.030425852870886998 + - -0.0328159259145887 + - - -0.11783159109918878 + - 0.033077991241747935 + - -0.9924825251028074 + - 0.5761129529261955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990675526571795 + - -0.018638709449468025 + - 0.03894385365692823 + - -0.03479087026970984 + - - -0.01790601010180304 + - -0.9996576224648819 + - -0.01907911554802291 + - 0.037438321459498186 + - - 0.03928613024755758 + - 0.01836399624044269 + - -0.9990592392907709 + - 0.5802129254050401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953922367800564 + - -0.04238166038987176 + - -0.08601214926156406 + - 0.04847773390413795 + - - -0.03787064407918134 + - -0.9978538862348963 + - 0.053417563056949946 + - 0.035136697256123034 + - - -0.08809148242040185 + - -0.04991409208342701 + - -0.994861032575135 + - 0.5761864611490526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980357890231568 + - -0.02252249083732573 + - -0.05845768756466006 + - 0.025717527326923964 + - - -0.020227177800820756 + - -0.9990123026227625 + - 0.03956362580173625 + - -0.030439750332747442 + - - -0.05929102045958408 + - -0.03830348045345755 + - -0.9975055981186335 + - 0.5770899820438212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9940416798718134 + - -0.019850044592292723 + - -0.10717795672295385 + - 0.06457504901422137 + - - -0.02391749847703507 + - -0.9990364184484097 + - -0.036799291846113816 + - -0.03281844116164385 + - - -0.10634421443700831 + - 0.039143458501497086 + - -0.9935586030588822 + - 0.5761493339808313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993361282971013 + - -0.018981805512542745 + - 0.03109652295102337 + - -0.03481290960115614 + - - -0.018071707237586557 + - -0.9994075484310392 + - -0.029291048744943496 + - 0.03739652739573437 + - - 0.03163409675774674 + - 0.02870963598765572 + - -0.999087103672036 + - 0.5801855225081723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947024470764595 + - -0.042494519828610654 + - -0.09360158954119858 + - 0.0484568417500971 + - - -0.038117770413568 + - -0.998116779861503 + - 0.048061724247095136 + - 0.03511078543553883 + - - -0.09546767703679461 + - -0.04423923081882311 + - -0.9944489997469748 + - 0.5760840985309722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978712722549562 + - -0.022608424283810102 + - -0.061170116557664626 + - 0.025732859218555608 + - - -0.02058925593782677 + - -0.9992286112683156 + - 0.03344046893691927 + - -0.03046308111193785 + - - -0.06187896692901163 + - -0.032109836097333526 + - -0.9975670162337975 + - 0.5771536811635383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910881845196712 + - -0.017755358248198606 + - -0.13201877805441328 + - 0.06456059337771025 + - - -0.02463861836247922 + - -0.9984105158440877 + - -0.050689055397890856 + - -0.0328154969014525 + - - -0.13090893396056055 + - 0.05349008417847623 + - -0.9899503330490317 + - 0.5760711723895144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202171845.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202171845.yaml new file mode 100644 index 0000000..b5e6512 --- /dev/null +++ b/stretch_camera_testrig/data/testrig_collected_data_202202171845.yaml @@ -0,0 +1,50928 @@ +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.996779608431716 + - -0.01996222987474909 + - -0.07766544658432517 + - -0.035032551639769205 + - - -0.021363980063922566 + - -0.9996227708863685 + - -0.017259672108328933 + - 0.03754611428561388 + - - -0.07729160737456112 + - 0.018863332258283086 + - -0.9968300668246168 + - 0.5825198502828584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9994034442101856 + - -0.03302930879858684 + - 0.010090612523837143 + - 0.04892638407568595 + - - -0.03259786339313506 + - -0.9986563054691313 + - -0.04028601306840421 + - 0.03527769360139188 + - - 0.011407672988875975 + - 0.039933047805454605 + - -0.999137236164255 + - 0.5807095200646957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.98996224584794 + - -0.028239890166588098 + - -0.13848198582877738 + - 0.026023030157679417 + - - -0.01604416347684214 + - -0.995955356473024 + - 0.08840538858587829 + - -0.030850908960174225 + - - -0.14041843402499196 + - -0.08529616941030127 + - -0.9864112868727214 + - 0.5837729667751715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9989073054256774 + - -0.029894820879800377 + - 0.035923458237998855 + - 0.06511913032245252 + - - -0.031038227889128054 + - -0.9990152456642055 + - 0.03170437414600275 + - -0.03310843565483294 + - - 0.03494028587054133 + - -0.0327847314317477 + - -0.9988515093887745 + - 0.5808752074313455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9992567690615352 + - -0.03481243501981018 + - -0.016553061731695587 + - 0.04897806454609878 + - - -0.035354238895037714 + - -0.9988081508133994 + - -0.03365049272849966 + - 0.03532188896033786 + - - -0.015361877387039423 + - 0.034210703540115926 + - -0.9992965728383323 + - 0.5816070088247918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9873781520342754 + - -0.02591643741038603 + - -0.15624571404468277 + - 0.02597236223678992 + - - -0.012258899993842047 + - -0.9960672173279983 + - 0.08774860645844562 + - -0.030798420631685704 + - - -0.15790536487504223 + - -0.08472565630558271 + - -0.9838127153616526 + - 0.5831542607242153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9994670052023148 + - -0.03037069582442992 + - 0.011971898222760874 + - 0.06527040423500238 + - - -0.030699045522954948 + - -0.9991288073451285 + - 0.028270036029000575 + - -0.03319179783849908 + - - 0.011102887727781882 + - -0.028622494095403465 + - -0.9995286282622741 + - 0.5821663407005426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9964790890980773 + - -0.020674251519242022 + - -0.08125269419770267 + - -0.035030311700840776 + - - -0.021709240010410996 + - -0.9996937987442339 + - -0.0118750852836133 + - 0.037521030855836746 + - - -0.08098230602073911 + - 0.013597208406207418 + - -0.9966227882379176 + - 0.5821311650681472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9992668915300128 + - -0.03391009381871342 + - -0.017770341278425788 + - 0.04896857777389551 + - - -0.0346138314111316 + - -0.9985628377587081 + - -0.040916276985046976 + - 0.0353221888233733 + - - -0.01635732762365016 + - 0.0415013805129586 + - -0.9990045411551093 + - 0.5817419269382108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.985716595796721 + - -0.028259764703030807 + - -0.16602463211780685 + - 0.02597386690355268 + - - -0.011936492027979669 + - -0.9950649376591302 + - 0.09850527904379654 + - -0.030818151232233502 + - - -0.1679890262159697 + - -0.09511653662933474 + - -0.9811893454021245 + - 0.5833064265889965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9989665208708601 + - -0.0292118036359248 + - 0.034821842391028916 + - 0.06515306625649218 + - - -0.030171830746602707 + - -0.9991699118580437 + - 0.027370565704536498 + - -0.0331298560697513 + - - 0.03399339360181398 + - -0.02839291753103511 + - -0.99901866420278 + - 0.5811008774425448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9962898770936469 + - -0.021234779490957305 + - -0.08340002962047699 + - -0.03499068848027813 + - - -0.0229688948236594 + - -0.9995383321899481 + - -0.019888498020634898 + - 0.037523302495993706 + - - -0.08293919864156932 + - 0.021730315757198398 + - -0.9963176615446436 + - 0.5822449770688317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.999404930785535 + - -0.034439888135160766 + - 0.0019179225211923365 + - 0.04894013574566516 + - - -0.03433081294235558 + - -0.9985494896654245 + - -0.04147664368819462 + - 0.03529255263745374 + - - 0.003343591523597776 + - 0.04138611837510346 + - -0.9991376329623288 + - 0.581055697960294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9846232562764843 + - -0.025667622100309585 + - -0.17279530194773352 + - 0.02596286507217573 + - - -0.012167571657553364 + - -0.9968210876454862 + - 0.07873797956024067 + - -0.030800759115888924 + - - -0.17426701753186402 + - -0.07542474660869783 + - -0.9818055378737498 + - 0.5830451664924412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9990203756597257 + - -0.029527877157756125 + - 0.032960483723043464 + - 0.06506818814783616 + - - -0.030270752229832932 + - -0.999293580903207 + - 0.02227152273838878 + - -0.03309733262754604 + - - 0.03227956902036664 + - -0.023247443648774967 + - -0.9992084796415897 + - 0.5804424593358002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9993347409482237 + - -0.03466598447646422 + - 0.011328947622089297 + - 0.04892253621450719 + - - -0.03429718666475328 + - -0.9989223622904883 + - -0.03127006720290509 + - 0.03530146689355994 + - - 0.012400746785156546 + - 0.030860713476338696 + - -0.9994467658874595 + - 0.5806546856653657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9866780873734907 + - -0.02485271516234465 + - -0.16077529177721817 + - 0.025987844418703512 + - - -0.013142485355921147 + - -0.9972090900782694 + - 0.07349357620867981 + - -0.030815731404948563 + - - -0.16215309733600425 + - -0.07040151429004203 + - -0.9842509841549618 + - 0.583605429539212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9994074610632052 + - -0.0289960691309255 + - 0.01854601698890002 + - 0.06518196454520434 + - - -0.029343663001965635 + - -0.9993934526178984 + - 0.018753034583870246 + - -0.03315391292651591 + - - 0.01799100366363845 + - -0.019286130753247255 + - -0.999652123965004 + - 0.5814042471479817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.996094345757929 + - -0.021623162625917895 + - -0.08560661882784887 + - -0.03499358370950733 + - - -0.02331360480553872 + - -0.9995514873539645 + - -0.018796275148244227 + - 0.03748776146814544 + - - -0.08516178826242826 + - 0.02071866227656721 + - -0.9961516987153186 + - 0.5819188487902462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9989574766326346 + - -0.03552712627971106 + - -0.02866676085756544 + - 0.04891729915468002 + - - -0.036168253631897136 + - -0.9990998791781712 + - -0.022165036778281525 + - 0.035339063077917954 + - - -0.02785349724860671 + - 0.02317875588700302 + - -0.999343248321893 + - 0.5814549874869482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9884241746585396 + - -0.026463681545844272 + - -0.14938984071758374 + - 0.026034889111755256 + - - -0.014287708697796744 + - -0.996530145230874 + - 0.08199714035440825 + - -0.03087269028141457 + - - -0.15104142587631977 + - -0.0789135172525833 + - -0.9853725916951795 + - 0.5841919156214548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9993084201426748 + - -0.029589797576944236 + - 0.02251944296172971 + - 0.06515932851697391 + - - -0.03020803700980794 + - -0.9991617516304803 + - 0.02762731580745551 + - -0.033123323808446556 + - - 0.021683079393047623 + - -0.02828847747875931 + - -0.99936460118916 + - 0.5811717019460046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.996241989473161 + - -0.020874262654664726 + - -0.08406047566592792 + - -0.035053069649975156 + - - -0.022313647699583692 + - -0.9996194313813781 + - -0.016220158171525192 + - 0.03752364492290009 + - - -0.08368990104485041 + - 0.018034898485838554 + - -0.9963286319782789 + - 0.5823542578613471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9994002956799115 + - -0.034305415955395394 + - -0.004710353599550645 + - 0.0489405369651038 + - - -0.034460458150861684 + - -0.9986772057053807 + - -0.03816170369003383 + - 0.03530979136266293 + - - -0.0033949696520303605 + - 0.03830113889456205 + - -0.999260475021624 + - 0.5812556956858013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9877943467142198 + - -0.026659907547263204 + - -0.15346523361660494 + - 0.025998876682739668 + - - -0.012597871457767348 + - -0.9956900843579226 + - 0.09188334749042591 + - -0.030832318811425053 + - - -0.1552534129549535 + - -0.08882851592188269 + - -0.9838728944965169 + - 0.5836454917614534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9994268547091462 + - -0.028181710358186157 + - 0.0187550869758196 + - 0.0651981993656114 + - - -0.028526598943664893 + - -0.9994239862888507 + - 0.01838283936750457 + - -0.03312219853261072 + - - 0.01822622393395164 + - -0.01890732217400132 + - -0.9996550994864772 + - 0.5814970172713148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9957903022479858 + - -0.0216858946572799 + - -0.08905838490439025 + - -0.035019759450847815 + - - -0.02389135765888461 + - -0.9994318561284868 + - -0.023773261971866026 + - 0.03749624564907454 + - - -0.08849224247401816 + - 0.025800909450658414 + - -0.9957426555558613 + - 0.581960284077723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9993762661129708 + - -0.034581391017474615 + - -0.007155845540058533 + - 0.048931413649876646 + - - -0.03482989638736183 + - -0.9986651175184692 + - -0.03814264502454056 + - 0.03530011534846911 + - - -0.005827267605172197 + - 0.03836809152302203 + - -0.9992466825089484 + - 0.5811966830918114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.985236819272175 + - -0.025174071670129403 + - -0.16933598573839753 + - 0.025937862856789493 + - - -0.012979529817103715 + - -0.997266541022964 + - 0.07273910888800236 + - -0.03078511571352933 + - - -0.17070425230841352 + - -0.06946734680150765 + - -0.9828704624578894 + - 0.5830491966833119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9993127727878174 + - -0.02980483755709138 + - 0.022037554340707935 + - 0.06520630419812445 + - - -0.03031683199372763 + - -0.9992693000777797 + - 0.02327564435043673 + - -0.03314893010467038 + - - 0.02132772470256386 + - -0.023927757526757906 + - -0.9994861632752862 + - 0.5816051638040658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9962318119880602 + - -0.021122699968280034 + - -0.08411901288671993 + - -0.03502299960476364 + - - -0.022501313821581652 + - -0.999627045297081 + - -0.015474533496377493 + - 0.03751967337673083 + - - -0.08376077637706582 + - 0.01730901085209184 + - -0.9963355511493273 + - 0.5821934777303547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9992967484572484 + - -0.0342643776245474 + - -0.015230264238454052 + - 0.04894969691862929 + - - -0.03483901267158718 + - -0.998623117053031 + - -0.039218787377448786 + - 0.03530802708778758 + - - -0.013865486606668552 + - 0.03972181407351587 + - -0.9991145708915817 + - 0.5814502375554687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9881876408259381 + - -0.025676132119975513 + - -0.15108250315051094 + - 0.025993564777956286 + - - -0.012965490506780192 + - -0.996337281283306 + - 0.08452170124239806 + - -0.03085661308143021 + - - -0.15269932080656148 + - -0.08156444178898158 + - -0.9849010911055317 + - 0.58400885563482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.999418348748003 + - -0.029304635586977566 + - 0.017441402435854556 + - 0.0650994354980318 + - - -0.029692385405171745 + - -0.9993079698594101 + - 0.02240409838433533 + - -0.03310797788463221 + - - 0.016772788520867048 + - -0.022908943855592313 + - -0.9995968456616174 + - 0.5806964640553075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9962462636248628 + - -0.020906861893818754 + - -0.08400169843076448 + - -0.03503171846232274 + - - -0.022995384524165982 + - -0.9994481101690135 + - -0.023972637947736217 + - 0.0375148846370419 + - - -0.08345414611681111 + - 0.025814302340762266 + - -0.9961772067712519 + - 0.5823632437956475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9993883524781282 + - -0.03495258515655233 + - -0.0011125295170918829 + - 0.048921223199213555 + - - -0.03496996115683656 + - -0.9987359833440994 + - -0.03610453420810971 + - 0.03528469242357843 + - - 0.00015082354519451357 + - 0.03612135607323152 + - -0.9993473995001385 + - 0.5809391264628865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9874858388736362 + - -0.02608042128520027 + - -0.1555362647411135 + - 0.02598242906239568 + - - -0.013636973184444356 + - -0.9966580587528372 + - 0.08054034321626764 + - -0.030828438919289703 + - - -0.1571169977640803 + - -0.07741140451260341 + - -0.9845413772234204 + - 0.5837097327941992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9991575288662324 + - -0.02988348318697766 + - 0.028128454321867766 + - 0.06514636062594108 + - - -0.030748593397866324 + - -0.9990511734108045 + - 0.030842777283290396 + - -0.033134624893975236 + - - 0.027180075680109314 + - -0.031681703538597575 + - -0.9991283767098778 + - 0.5811492007351793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9957112660242428 + - -0.021369002076431554 + - -0.09001355710478967 + - -0.03502564333526582 + - - -0.023198473546070658 + - -0.9995440383812478 + - -0.019327342332543903 + - 0.0375069136705107 + - - -0.08955950835914647 + - 0.021332629626104414 + - -0.9957529881329525 + - 0.5819466807154882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9993650306056536 + - -0.03442894314136176 + - -0.009175155406304439 + - 0.04894159742211246 + - - -0.03474739299841258 + - -0.9987049356900786 + - -0.037162751621611874 + - 0.035292154427261066 + - - -0.007883798727442728 + - 0.03745796714244682 + - -0.9992671046397856 + - 0.5812747832169536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9853962732488619 + - -0.026498025976908146 + - -0.16820237598375778 + - 0.025946176577333977 + - - -0.01318991037438546 + - -0.9967276809629425 + - 0.07974933395678567 + - -0.030801288713168378 + - - -0.16976516406957584 + - -0.07636612221111107 + - -0.9825212488525977 + - 0.5830868705987089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9991652468968788 + - -0.02932497347094052 + - 0.028440381931821412 + - 0.06508769269728229 + - - -0.029786971955989568 + - -0.9994288588846421 + - 0.015959083001075687 + - -0.03309280920970317 + - - 0.027956138774736586 + - -0.016792913966038367 + - -0.9994680847057282 + - 0.5805411565654234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9962353854100138 + - -0.021334436612489942 + - -0.08402320317262915 + - -0.03503931013317562 + - - -0.022905009539849145 + - -0.999579658984284 + - -0.01777261609449794 + - 0.03753847320216608 + - - -0.08360871602255765 + - 0.01963026131488412 + - -0.9963052922903547 + - 0.5823354514916277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9993817662266611 + - -0.03377137917795528 + - 0.009776465726336368 + - 0.04890316298516122 + - - -0.03332983679986512 + - -0.9985503872778398 + - -0.04226400414265981 + - 0.03525857916510352 + - - 0.011189607346722145 + - 0.04191202710076401 + - -0.9990586442605516 + - 0.5807485669096836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973055305366147 + - -0.025498744103630313 + - 0.0687858474558463 + - 0.0260220283028911 + - - -0.0284902557341702 + - -0.9986745467391535 + - 0.04286554587951334 + - -0.030895684528287122 + - - 0.0676016574447917 + - -0.04470977236001833 + - -0.9967101144095173 + - 0.5835835306649032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9993542452881616 + - -0.029365201629017252 + - 0.02070693984672573 + - 0.06517875144483086 + - - -0.029870554470810284 + - -0.9992526540998006 + - 0.02453330899227918 + - -0.033116914648226296 + - - 0.019971039034940342 + - -0.025135994267015842 + - -0.9994845368449046 + - 0.5813594016074474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9960587068053014 + - -0.021556360824400097 + - -0.08603706123153479 + - -0.035009104067379254 + - - -0.023010249118168905 + - -0.9996081057517279 + - -0.01594250140228016 + - 0.037492212125652465 + - - -0.08565968148942887 + - 0.017859401542329643 + - -0.9961643743598135 + - 0.5819293423596072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9991093219371961 + - -0.034773439430486795 + - -0.023903362281704147 + - 0.04896776280118265 + - - -0.03546489243507298 + - -0.9989460303715595 + - -0.029138802471476346 + - 0.035338248060467065 + - - -0.022864912481022823 + - 0.029960579351495844 + - -0.9992895273453823 + - 0.581690522890341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9995539687446492 + - -0.02658140118451853 + - 0.013612225309936738 + - 0.026118748086572365 + - - -0.027541816097937197 + - -0.9967234687307518 + - 0.07605113574014002 + - -0.030939268917699027 + - - 0.011546078678417743 + - -0.07639211996276496 + - -0.9970109989738057 + - 0.5852932207427662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9990912035603089 + - -0.029426374814417282 + - 0.030835943859315935 + - 0.06514472921687357 + - - -0.03027760170382831 + - -0.9991628396873883 + - 0.02751157252683156 + - -0.033125827945496844 + - - 0.030000563386006415 + - -0.028420208534002848 + - -0.9991457641122272 + - 0.5810552923368419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9961049295767903 + - -0.020984825933979708 + - -0.08564231637069492 + - -0.03505615608489365 + - - -0.023063797359600218 + - -0.99946108401658 + - -0.023358141787344834 + - 0.03750587211509008 + - - -0.085105995817997 + - 0.02524239721030829 + - -0.9960521024820456 + - 0.5822901855927847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9992825855406381 + - -0.03527960964052911 + - -0.013771832805735785 + - 0.04892264946621156 + - - -0.03566814935043249 + - -0.9989408622875474 + - -0.02906779616906645 + - 0.035329262828340986 + - - -0.012731746036286507 + - 0.02953815830113715 + - -0.9994825660545783 + - 0.5813081316163524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978684698728527 + - -0.023965897769146483 + - 0.060697220510748974 + - 0.0260573650284771 + - - -0.027369422928309232 + - -0.9980624204872329 + - 0.05587771917085329 + - -0.030849638554795923 + - - 0.05924045511458371 + - -0.05741986202773588 + - -0.9965909531610913 + - 0.5836619014790344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9989230593220862 + - -0.030032100087096347 + - 0.03536657346934102 + - 0.065127167723898 + - - -0.03131088576990315 + - -0.9988547677902094 + - 0.03617708245658078 + - -0.03310346659664956 + - - 0.03423959676905884 + - -0.03724548062684647 + - -0.9987193921147055 + - 0.5809148203809115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9950993875308871 + - -0.021340254863657065 + - -0.09654948191475429 + - -0.03503105339106673 + - - -0.023088375543835915 + - -0.9995884532687886 + - -0.017025011202865207 + - 0.03749309574991646 + - - -0.09614642921294636 + - 0.019170748917688298 + - -0.9951825694492117 + - 0.5819279353087151 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9994262879067028 + - -0.03346446469690619 + - 0.005217723984446969 + - 0.04894345597791066 + - - -0.03320302299137203 + - -0.9984794114811543 + - -0.04400481919612594 + - 0.03528740468535318 + - - 0.006682387691744205 + - 0.04380632888977155 + - -0.9990176931586047 + - 0.581142443055712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9837567678633788 + - -0.027644813958919493 + - -0.17736512042725583 + - 0.02594941118658025 + - - -0.013101688479015553 + - -0.9964926266576788 + - 0.0826485981483013 + - -0.03077565834179894 + - - -0.17902783985178694 + - -0.07898233522793113 + - -0.9806685593409968 + - 0.5826693552602908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9991440441161323 + - -0.02984456261474702 + - 0.028644042829087987 + - 0.06513516922325499 + - - -0.030840476001852895 + - -0.9989120197368718 + - 0.034980592693425454 + - -0.033109696704731524 + - - 0.027568898186893835 + - -0.03583404676475487 + - -0.9989774156332177 + - 0.5811176668351535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9964185576775165 + - -0.021829416627863415 + - -0.08169170389669199 + - -0.03503383166581968 + - - -0.023152167811827332 + - -0.9996151782688507 + - -0.015279806940746852 + - 0.03751495078024685 + - - -0.08132671788207506 + - 0.017116423230940207 + - -0.9965405124802044 + - 0.5821692200162663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9993964070939577 + - -0.033249025917194745 + - 0.010065970556589423 + - 0.048945525647692056 + - - -0.03282490157321539 + - -0.9986717267052378 + - -0.039715338551841624 + - 0.03527362762661179 + - - 0.01137309651753359 + - 0.03936095216247173 + - -0.9991603315386707 + - 0.5809245536508768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990626006877859 + - -0.024741146336267564 + - 0.035521762131477744 + - 0.026096240001380028 + - - -0.02709891058191118 + - -0.9973508367708406 + - 0.06750524007644204 + - -0.030904777813019844 + - - 0.03375750216220795 + - -0.06840456176653636 + - -0.9970863788946758 + - 0.5847577338243645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9992930891284616 + - -0.029861914253535904 + - 0.022838303290983585 + - 0.06515331376486376 + - - -0.03061201449024946 + - -0.9989787565460633 + - 0.0332317399263098 + - -0.033123451289993326 + - - 0.02182261645507338 + - -0.033907374519352065 + - -0.9991867009544607 + - 0.581080094502483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9961301510059484 + - -0.02093344214526841 + - -0.08536107577120375 + - -0.03500350019593783 + - - -0.022377998001262316 + - -0.9996215218564555 + - -0.01600119516911895 + - 0.037528044999639264 + - - -0.08499380837638695 + - 0.017849482943083708 + - -0.9962215860421533 + - 0.5819305591731514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9991580020037693 + - -0.035640293763058474 + - -0.02032379128801714 + - 0.048935965080396875 + - - -0.036165724257233654 + - -0.9990049295139329 + - -0.02609963976403815 + - 0.03534649635397295 + - - -0.019373368854841116 + - 0.026812688551238476 + - -0.9994527264017391 + - 0.5814152891949965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9943127768172131 + - -0.030151398926882438 + - -0.1021420334671048 + - -0.04326058473451201 + - - -0.028011192914436735 + - -0.9993583121046166 + - 0.022323465208672136 + - -0.023840833795510625 + - - -0.10274957386555612 + - -0.01933538647569731 + - -0.9945193149960854 + - 0.5841939541581834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9857114729380472 + - -0.026160528184783968 + - -0.16639867452416365 + - 0.0259813831415411 + - - -0.012546374903009408 + - -0.9965247039441738 + - 0.08234745233320293 + - -0.030843477761002998 + - - -0.16797464271460308 + - -0.0790831283781131 + - -0.98261405353823 + - 0.5836762498036934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9994135072073262 + - -0.03054387068198352 + - 0.015482686308066821 + - 0.06519543329460763 + - - -0.031033471591787126 + - -0.9989919186060022 + - 0.03243563165501167 + - -0.0331492308003948 + - - 0.014476368761311434 + - -0.03289708989652613 + - -0.999353899388913 + - 0.5816310153475603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9963870141746355 + - -0.020990993620959814 + - -0.08229396193500203 + - -0.03502163527938047 + - - -0.022378517656765035 + - -0.9996219368342463 + - -0.015974521815557047 + - 0.037526201879476855 + - - -0.08192752853370223 + - 0.01775842297487806 + - -0.9964800642671204 + - 0.5819969690357221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9993894800903265 + - -0.034344285211121955 + - -0.00641382554518981 + - 0.04892730480932846 + - - -0.0345581443539732 + - -0.9987211838148966 + - -0.03690164844802614 + - 0.03531317937727382 + - - -0.005138262702214624 + - 0.03710076916600072 + - -0.9992983194140248 + - 0.581104442692209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9962242364607075 + - -0.030769500903431016 + - -0.08118194689975242 + - -0.043301401063938885 + - - -0.028819138527239947 + - -0.9992697536048867 + - 0.025088180184652316 + - -0.023851267505544695 + - - -0.08189461485853766 + - -0.022653859375028902 + - -0.9963834978122574 + - 0.5848882808152246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9862382598560486 + - -0.025363344353447705 + - -0.1633731788248042 + - 0.02597185607043881 + - - -0.014811665106920594 + - -0.9977437019448767 + - 0.06548373695883183 + - -0.03082695207499573 + - - -0.16466544680919995 + - -0.06216273797494348 + - -0.984388685751002 + - 0.5836248651737536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9990275439462118 + - -0.029101889000228143 + - 0.033121692188324524 + - 0.0651644386390822 + - - -0.030073145598514664 + - -0.9991207016652962 + - 0.02921351429829766 + - -0.033131987184096816 + - - 0.03224239988912512 + - -0.030181178911114527 + - -0.9990242860355925 + - 0.5813016474422213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9960447696512061 + - -0.021296464693834047 + - -0.0862628392879582 + - -0.035003407487034614 + - - -0.022910307961767136 + - -0.9995797309094262 + - -0.017761738207076338 + - 0.03750763409909533 + - - -0.08584832345231218 + - 0.019667794654815923 + - -0.9961140713863266 + - 0.5818484399799895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9990025671778684 + - -0.03560940026744583 + - -0.026941443625416887 + - 0.04892510648365887 + - - -0.0361599964971987 + - -0.9991411673687121 + - -0.020233198521493002 + - 0.035393500522470964 + - - -0.026197813369654835 + - 0.02118721977231551 + - -0.9994322269633737 + - 0.5814642929922901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9899579432514469 + - -0.027298622958906837 + - -0.13870131858750465 + - 0.02600687477274876 + - - -0.01539648504139419 + - -0.9961614288927073 + - 0.0861705044363174 + - -0.030818076149882818 + - - -0.14052123982421713 + - -0.08316966256386228 + - -0.9865782221330844 + - 0.5836276286089263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9993709152039753 + - -0.0297667205390519 + - 0.019279942757145032 + - 0.06519275724049477 + - - -0.03028588125925533 + - -0.9991705781132736 + - 0.02721986827920981 + - -0.03313284119030761 + - - 0.018453705338470374 + - -0.027786654730953694 + - -0.9994435264576705 + - 0.5815827954836353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9962638177143348 + - -0.021824809770221294 + - -0.08355886064177942 + - -0.035023870798309646 + - - -0.02327645807053275 + - -0.9995939158195015 + - -0.016438064251184985 + - 0.037549411697808316 + - - -0.08316617108505953 + - 0.01832160296286895 + - -0.9963672550078719 + - 0.5819866374228407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9993884662379455 + - -0.03480269453719817 + - 0.0033861487736436863 + - 0.04891003299017755 + - - -0.03466313591537398 + - -0.9987860688564854 + - -0.03499793803526934 + - 0.03530448140585136 + - - 0.004600060769064055 + - 0.034859161079388 + - -0.9993816479852742 + - 0.58064057112349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9952129059076273 + - -0.03094878383908521 + - -0.09270083437476581 + - -0.043229014033860425 + - - -0.02905058317735385 + - -0.9993411346583422 + - 0.021756842529031574 + - -0.023823799641098996 + - - -0.09331310482430552 + - -0.018959677177077923 + - -0.9954562748355095 + - 0.5839014510251104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9817223755272833 + - -0.027723123814198638 + - -0.18828862364744822 + - 0.025896115864300333 + - - -0.01875475443160272 + - -0.9986105329955463 + - 0.0492469549978583 + - -0.030753989811765872 + - - -0.18939228224845397 + - -0.044815530749210304 + - -0.9808782450581665 + - 0.5821155213006821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9994350895049605 + - -0.02793046658400034 + - 0.018692001032840758 + - 0.06515875246718146 + - - -0.02812090819919714 + - -0.9995544653090092 + - 0.010004269232342503 + - -0.03312158606141706 + - - 0.018404249190445303 + - -0.010524253760761763 + - -0.9997752365879619 + - 0.5812586451287968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9970692851137117 + - -0.021694944558046814 + - -0.07336327462330866 + - -0.034947139503490945 + - - -0.022790013297676718 + - -0.9996405198059696 + - -0.014122551325561032 + - 0.03751892080644457 + - - -0.07303051401108612 + - 0.015753112158385152 + - -0.9972052865286075 + - 0.5815776023471037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9991932952943977 + - -0.03379169407379384 + - 0.021699770744077494 + - 0.048854489075773236 + - - -0.03286104256239494 + - -0.9985812667135536 + - -0.041899948096236345 + - 0.035279692798041246 + - - 0.023084854784790478 + - 0.04115307012092728 + - -0.998886136803984 + - 0.5798717443404949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9851556291887025 + - -0.02588106711228577 + - -0.16970137489997286 + - 0.02594217193048875 + - - -0.013733606061415259 + - -0.9972834103459239 + - 0.0723684151640348 + - -0.03076320358032685 + - - -0.1711133377103072 + - -0.06896353974335717 + - -0.9828348059789628 + - 0.5827037457968307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9987871879737473 + - -0.02989274470877084 + - 0.03912258878538812 + - 0.06508789021357127 + - - -0.03153039199469455 + - -0.9986227271293436 + - 0.04193427287331431 + - -0.033082763864751334 + - - 0.03781517579167424 + - -0.04311696504311192 + - -0.9983541154346568 + - 0.5806301929744385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9971250751188319 + - -0.02226571249043 + - -0.07242805130995397 + - -0.034905027804683915 + - - -0.02273296449332551 + - -0.9997257019021525 + - -0.005633230120858124 + - 0.037482821507916465 + - - -0.07228275655098537 + - 0.007263539326172265 + - -0.9973577312588743 + - 0.5813109447185891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9991490854245012 + - -0.03295910247197539 + - 0.024795214450062806 + - 0.048810303110488215 + - - -0.03198545295967674 + - -0.9987392346500579 + - -0.03868942968798082 + - 0.0352531847405435 + - - 0.026039122380508224 + - 0.037863422122924 + - -0.9989436046998822 + - 0.5795297675148068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9890186140006045 + - -0.02599140993467295 + - -0.14548755194150154 + - 0.025983190307359547 + - - -0.012618292138622332 + - -0.9956699761769354 + - 0.09209819348567637 + - -0.030812735041137473 + - - -0.14725134927676453 + - -0.08925102324023228 + - -0.9850641070441779 + - 0.5837447409358724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9991974853004023 + - -0.02969051605376754 + - 0.026886030309681744 + - 0.065118571568768 + - - -0.030365037498112903 + - -0.9992252468175723 + - 0.025037384450075518 + - -0.03310692643201521 + - - 0.02612182740717714 + - -0.025833686899543743 + - -0.9993249075021031 + - 0.5809921397939812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99625986942112 + - -0.021522574042673374 + - -0.08368423619529834 + - -0.034928264604663715 + - - -0.023274123900868776 + - -0.9995288175670476 + - -0.020011446965826827 + - 0.037458811883264484 + - - -0.08321410780426507 + - 0.021884278822861248 + - -0.9962913683269281 + - 0.5809424678676639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9989125366798952 + - -0.03430681912014763 + - -0.03157192147454089 + - 0.04881764056378931 + - - -0.035370675232759496 + - -0.9988032520262434 + - -0.033778381775621084 + - 0.03533165582548504 + - - -0.030375309007741096 + - 0.034858369205377764 + - -0.9989305454830312 + - 0.5805256431475093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9873624375381593 + - -0.02732922282079284 + - -0.1561042296631191 + - 0.025969740554208698 + - - -0.014287395515397028 + - -0.9963578693098231 + - 0.08406465722155089 + - -0.03080666867350694 + - - -0.1578330994059579 + - -0.08077196199425697 + - -0.9841567979176428 + - 0.5833856861992721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9985571296214882 + - -0.03011348666511176 + - 0.0444616329318268 + - 0.06508290725165894 + - - -0.03076397260143205 + - -0.9994283581633564 + - 0.014019090151480507 + - -0.03308089478357321 + - - 0.044014053117983884 + - -0.015366678878896898 + - -0.998912723068617 + - 0.5805527339190035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9966764742954409 + - -0.021420729907813598 + - -0.07859489752029607 + - -0.0349596277136577 + - - -0.02346792859698248 + - -0.9994065073719228 + - -0.02521684655190984 + - 0.03750395113478721 + - - -0.07800808876889802 + - 0.026977497157300107 + - -0.9965876543153405 + - 0.5817016454523753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.999411760224584 + - -0.0342875164577041 + - -0.0007069228820712259 + - 0.04885086478134459 + - - -0.034288695574954065 + - -0.9986324539685083 + - -0.039465266204647256 + - 0.0352882393613593 + - - 0.0006472098320102374 + - 0.03946629062881661 + - -0.9992206928519023 + - 0.5801699311296693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9865097630893885 + - -0.024545610547087253 + - -0.1618517850756958 + - 0.025955408794729684 + - - -0.01439141221177738 + - -0.997870790760035 + - 0.06361424527960712 + - -0.030819511224218086 + - - -0.16306861924928784 + - -0.060426798283659135 + - -0.9847625233858758 + - 0.5835266323331155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9994555418458959 + - -0.029500931327964632 + - 0.014775483894253977 + - 0.06522867933740967 + - - -0.02998525584171532 + - -0.9989818475198002 + - 0.033706865146950475 + - -0.03315777263583691 + - - 0.013766056284699733 + - -0.03413155983412628 + - -0.999322536680554 + - 0.5819537240108914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9973991752673569 + - -0.022046659606019658 + - -0.06862091500564933 + - -0.03493597868883282 + - - -0.023029638886969402 + - -0.9996427262606346 + - -0.013566708036318082 + - 0.03750241764703624 + - - -0.0682972979606956 + - 0.015111738299190202 + - -0.9975505573437597 + - 0.5814370748744894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: null + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971350889807252 + - -0.0324344733435836 + - -0.06833461247658822 + - 0.026020787514108742 + - - -0.023861831169721837 + - -0.9921535526197552 + - 0.12272709984851161 + - -0.030827838161531305 + - - -0.07177901738411312 + - -0.12074490864182726 + - -0.9900850669010457 + - 0.5837435804105281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: null + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996808036923205 + - -0.021418975124874656 + - -0.013398441464451887 + - -0.03483606302592826 + - - -0.021706071730345628 + - -0.9995296838096751 + - -0.021662355212871416 + - 0.03746263217618023 + - - -0.012928154513055339 + - 0.021946268200574055 + - -0.9996755594356379 + - 0.5797002938541375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981733700807731 + - -0.04171747583657799 + - -0.04369868958465866 + - 0.04855690786943685 + - - -0.03860960029150916 + - -0.9968206043790818 + - 0.06969922130592654 + - 0.03520729323958111 + - - -0.04646742974301161 + - -0.06788471768481591 + - -0.9966104771062422 + - 0.576827622777116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977237716806114 + - -0.024012605111817593 + - -0.06301325431335053 + - 0.02575618817469799 + - - -0.023270605212202745 + - -0.9996512658870931 + - 0.012483010189481008 + - -0.03050424030769944 + - - -0.06329102903629297 + - -0.010988239443914383 + - -0.9979346192198418 + - 0.5774230735245613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9953945855941447 + - -0.020275637590104686 + - -0.09369374306844491 + - 0.06458992243788982 + - - -0.02444641113992404 + - -0.9987506368914462 + - -0.04358369295171066 + - -0.03284761077611703 + - - -0.09269299839922557 + - 0.04567344774862009 + - -0.9946466428931009 + - 0.5766002893097012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994426457140325 + - -0.019726200855756656 + - -0.026930928835323994 + - -0.03485797162821126 + - - -0.020019188159172415 + - -0.9997428369382627 + - -0.010653266920591547 + - 0.037389680382110296 + - - -0.0267138547121637 + - 0.011186464608269433 + - -0.9995805285098269 + - 0.5798334740200908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975607698191477 + - -0.04092274029636793 + - -0.056549446013781625 + - 0.04855076895312713 + - - -0.038420680380265526 + - -0.9982637707748285 + - 0.04464633554434594 + - 0.035208950683941975 + - - -0.05827831360761101 + - -0.042364764664245116 + - -0.9974010551819145 + - 0.5771091608664237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979833202213949 + - -0.02159220425841646 + - -0.05969145060344472 + - 0.025721915070050973 + - - -0.019662189859122187 + - -0.9992706871567157 + - 0.03273365361961926 + - -0.030498319267546863 + - - -0.06035470859696443 + - -0.03149397568755337 + - -0.9976800281881799 + - 0.5775020873348968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964884737551039 + - -0.018089222407931625 + - -0.08175268623048362 + - 0.06462616846819119 + - - -0.023422295055871883 + - -0.9976263818608827 + - -0.06475336523672479 + - -0.03286945280606436 + - - -0.08038729854609622 + - 0.06644081763375118 + - -0.9945468817429474 + - 0.5766879983912937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994008529496897 + - -0.019486219411403646 + - -0.028604586633674708 + - -0.034834936942226474 + - - -0.019593437626082462 + - -0.9998019989322902 + - -0.003472770218320285 + - 0.03740362949438383 + - - -0.02853125173254027 + - 0.00403115170231435 + - -0.999584772538341 + - 0.5798880180403914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971178499035013 + - -0.040562733914621 + - -0.06411441352138002 + - 0.04849337772616786 + - - -0.03831526683363203 + - -0.9986204831525355 + - 0.0359036342960362 + - 0.035140323176937396 + - - -0.06548231617227997 + - -0.033343593771031715 + - -0.9972964810040921 + - 0.5765425283378691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979734977747101 + - -0.02362161946071809 + - -0.059083981190876135 + - 0.025723182679332803 + - - -0.020239426156301126 + - -0.9981574863236512 + - 0.057201382194084695 + - -0.03048660572234995 + - - -0.060326307430294566 + - -0.0558896375914457 + - -0.996612805979194 + - 0.5774351896032544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9954500965238116 + - -0.020686584983763412 + - -0.09301166879722043 + - 0.06459450390341956 + - - -0.02577610984069323 + - -0.9982160201813332 + - -0.05385507603580282 + - -0.03284860008124997 + - - -0.09173166024996394 + - 0.056007519629520455 + - -0.9942074533278934 + - 0.5764799092184881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996111908956601 + - -0.019732648411748627 + - -0.01969999042686778 + - -0.034829736373434665 + - - -0.01966521925348263 + - -0.9998001010402173 + - 0.0036106940723340144 + - 0.03742458165154685 + - - -0.01976730097592547 + - -0.003221885570569841 + - -0.9997994165158818 + - 0.5799281588416114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982424743066837 + - -0.03990351029620441 + - -0.04381406573362918 + - 0.04847209996451615 + - - -0.03806339963969338 + - -0.9983898310980867 + - 0.042058563548971035 + - 0.035148536196926164 + - - -0.04542180201113844 + - -0.040316932249050814 + - -0.998153998577417 + - 0.5764180112052476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994814682372294 + - -0.031559960202199526 + - -0.006384634867219883 + - -0.04285343336385011 + - - -0.031478307376560884 + - -0.9994261569398456 + - 0.012508916386259818 + - -0.023598931761812734 + - - -0.006775751992132708 + - -0.012301452616958246 + - -0.9999013768609655 + - 0.5794108166762657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986239203124623 + - -0.023725958064126557 + - -0.046769057011107174 + - 0.025730047810204625 + - - -0.020896877386372276 + - -0.9979749289578933 + - 0.06007796340579253 + - -0.030468021700114922 + - - -0.048099753588431285 + - -0.05901796409084383 + - -0.9970974343660227 + - 0.5776323402093599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958588227286691 + - -0.021455630906959327 + - -0.08834512491277394 + - 0.06458587951292721 + - - -0.024895735211266323 + - -0.9989666799169067 + - -0.0380233452510849 + - -0.03285452774633894 + - - -0.087438021259403 + - 0.040065300674985815 + - -0.9953639355130682 + - 0.576477485548108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994367955849147 + - -0.020009474229147454 + - -0.02693905291636158 + - -0.034840740199959926 + - - -0.02008218638184642 + - -0.9997953764159081 + - -0.0024312728142320697 + - 0.037413763148780206 + - - -0.02688489206008139 + - 0.0029708985922656138 + - -0.9996341212366013 + - 0.5798716282294091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979301824886069 + - -0.04038022072577818 + - -0.05004786361467538 + - 0.048492299004019086 + - - -0.038494544183444904 + - -0.9985327503006225 + - 0.038085648808746604 + - 0.03512503557918573 + - - -0.051512337807213926 + - -0.03608024876870735 + - -0.9980203879192164 + - 0.5763168700413807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983533013723132 + - -0.02459412217767655 + - -0.05182484725797839 + - 0.02571612066256532 + - - -0.021063345093986684 + - -0.9974896635047965 + - 0.06760700181593143 + - -0.03046508351138673 + - - -0.053357484315275754 + - -0.06640406881658117 + - -0.9963651331274834 + - 0.5775393402255425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959668856555431 + - -0.020395121915241926 + - -0.0873727742472482 + - 0.06459948752445308 + - - -0.02411909412778334 + - -0.9988356681534939 + - -0.04178010678324802 + - -0.03285992435617393 + - - -0.08641893297219831 + - 0.043718955001542506 + - -0.9952991615577302 + - 0.5765344239253076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996066179817363 + - -0.01978955654223834 + - -0.019874172661439468 + - -0.03485271565021053 + - - -0.020030098865754516 + - -0.9997276241124494 + - -0.011978010097881624 + - 0.037353545743507965 + - - -0.01963171990792595 + - 0.012371379807378242 + - -0.9997307360160126 + - 0.579793500641385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979236475094454 + - -0.0397081797955917 + - -0.05071147995045284 + - 0.048473059152641176 + - - -0.03794519858091863 + - -0.9986572915379915 + - 0.03526720803605089 + - 0.03508272990259334 + - - -0.052043785854786424 + - -0.03326972370375812 + - -0.9980904617511266 + - 0.5763206976028145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998434497613241 + - -0.024515403416282715 + - -0.0502747349185649 + - 0.025744661917076906 + - - -0.02169869986499781 + - -0.9982046755360717 + - 0.055826446798039595 + - -0.030544091325215357 + - - -0.051553083321599684 + - -0.054648153978542724 + - -0.9971739361148453 + - 0.5775418960082364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9963002965866119 + - -0.018002188039044117 + - -0.08403356619373047 + - 0.06460089706552861 + - - -0.023273089934188043 + - -0.9977940885306406 + - -0.06217169917433555 + - -0.03287785503007671 + - - -0.08272896896700925 + - 0.06389740307020135 + - -0.9945215128766901 + - 0.5766046819411204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994981508736285 + - -0.019584719875559736 + - -0.02489749279733224 + - -0.03483587950361686 + - - -0.01978958829388884 + - -0.9997720891854206 + - -0.008008862651988878 + - 0.03738284587558724 + - - -0.02473496705790677 + - 0.008497554543273014 + - -0.9996579279790808 + - 0.5799020838795933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968464258196577 + - -0.04114465203655255 + - -0.06785514674189876 + - 0.04846169361916594 + - - -0.03909697375156188 + - -0.9987471300973467 + - 0.031234544430550435 + - 0.035101252184566126 + - - -0.06905526753292092 + - -0.028483113086623105 + - -0.997206138315871 + - 0.576462017580835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993411169326344 + - -0.02210541228774297 + - -0.02878685039082276 + - 0.025720841708278038 + - - -0.020955108708045945 + - -0.9989932438664326 + - 0.03966588116072131 + - -0.030505605484017397 + - - -0.02963469970944007 + - -0.039036514403970435 + - -0.9987982454511622 + - 0.5777075884732458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959018416987865 + - -0.018378500235233866 + - -0.08855366977188882 + - 0.06457561945971071 + - - -0.023254293023776358 + - -0.9982512884010059 + - -0.05434706120569469 + - -0.03288277675044336 + - - -0.08739999746527212 + - 0.05618359133087424 + - -0.9945876756265559 + - 0.5765758675766707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992709841539564 + - -0.019818698954170162 + - -0.03263003830441037 + - -0.03484995160824925 + - - -0.019994595995106383 + - -0.9997872168976915 + - -0.005073170503920881 + - 0.037400791712529795 + - - -0.03252255154467111 + - 0.005721896515435374 + - -0.9994546230526385 + - 0.5800263373981993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977594714136822 + - -0.040933153606712465 + - -0.052919884165584526 + - 0.048451494690983934 + - - -0.03891580487026867 + - -0.9984964592871529 + - 0.03860545197661073 + - 0.03511061219265331 + - - -0.054420559861037575 + - -0.0364595354719243 + - -0.9978522460452665 + - 0.5764924402259963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980993365349126 + - -0.021448628958735387 + - -0.05777257761566342 + - 0.02572547802259703 + - - -0.018920439850251485 + - -0.9988541934148294 + - 0.04395813068687318 + - -0.030509915274182196 + - - -0.05864922305061144 + - -0.04278149849411196 + - -0.9973615252365405 + - 0.577565957265529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962473377061218 + - -0.019784283349434127 + - -0.08426045481608588 + - 0.06459953062747523 + - - -0.02425735798757913 + - -0.9983316401942609 + - -0.052397679056422584 + - -0.03287253821914574 + - - -0.08308322753075242 + - 0.054244984278610846 + - -0.9950651531350533 + - 0.5765309479670219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997140035110241 + - -0.019492561388621023 + - -0.013854646674337378 + - -0.0348450126680893 + - - -0.019795216134705203 + - -0.9995607816363807 + - -0.022054324579274004 + - 0.0373796884609252 + - - -0.013418666183350478 + - 0.022322272845266083 + - -0.9996607702280216 + - 0.5801474448639734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981686229269945 + - -0.04030834939800938 + - -0.04510695259974516 + - 0.04845400084085704 + - - -0.038350898228114355 + - -0.9983192030566594 + - 0.04345086205604064 + - 0.0350704062511042 + - - -0.046782569501091706 + - -0.041641394994935674 + - -0.9980367655621466 + - 0.5762590716722469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985981355335337 + - -0.022571530792194684 + - -0.04787786238594286 + - 0.025721885723994947 + - - -0.01992727941018009 + - -0.9982872047563158 + - 0.05500509390165963 + - -0.03051471968116444 + - - -0.04903740658169931 + - -0.053973908673717416 + - -0.9973375305974516 + - 0.5776865311975754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9946830419164059 + - -0.018037724647613305 + - -0.10139174825133582 + - 0.06458449821671577 + - - -0.023021846332357123 + - -0.9985721735103734 + - -0.04820382642714512 + - -0.03284092243899162 + - - -0.1003774910792988 + - 0.050281753950174445 + - -0.9936780688453981 + - 0.5764411334684988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996717573187218 + - -0.020651032827738367 + - -0.015162864585761554 + - -0.03483325891907237 + - - -0.021230145136891355 + - -0.9990104935531127 + - -0.039080873944077034 + - 0.037368335008463885 + - - -0.01434080042274482 + - 0.03938995574907369 + - -0.9991210000942434 + - 0.579993747926394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977960662946733 + - -0.041236367682288236 + - -0.051986268064239526 + - 0.04845440764582577 + - - -0.03896318031124228 + - -0.9982711264377863 + - 0.04400714374584421 + - 0.035085995140131734 + - - -0.053711085139936034 + - -0.041884604582172046 + - -0.9976777030845614 + - 0.5762650497057697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993066438052484 + - -0.03288278391821242 + - 0.017462936994636778 + - -0.04286245965245368 + - - -0.033072294137380984 + - -0.999395935645708 + - 0.010676477665006784 + - -0.02364077083067285 + - - 0.017101315948811025 + - -0.011246614451868803 + - -0.9997905073845175 + - 0.5794480858639235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984527018198271 + - -0.02290202987870871 + - -0.05067247039687315 + - 0.025724790910326676 + - - -0.019975353816039283 + - -0.9981440430761209 + - 0.05752785856939173 + - -0.03049348421301176 + - - -0.05189592921040433 + - -0.05642664529360775 + - -0.9970570927646516 + - 0.5775736190071364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996239628108381 + - -0.021407975065308216 + - -0.08395416600787596 + - 0.0646029275576043 + - - -0.02481041821237445 + - -0.9989037483349784 + - -0.03969565102699669 + - -0.03285741440077755 + - - -0.0830123276062172 + - 0.04162931858598177 + - -0.9956786395717571 + - 0.5765438121962716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995529272277698 + - -0.01983003833017809 + - -0.02237666754055161 + - -0.03482756919007161 + - - -0.020055354661343377 + - -0.9997499525884262 + - -0.009890149081116895 + - 0.03740014501640435 + - - -0.02217495027738373 + - 0.010334499468414162 + - -0.9997006900572454 + - 0.5800452594500131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977347129891352 + - -0.03897009639102635 + - -0.05483405952291132 + - 0.0484814629319337 + - - -0.03724273949214477 + - -0.9987880188248868 + - 0.03217874775342176 + - 0.03507359808393565 + - - -0.05602161057670787 + - -0.030063683060001494 + - -0.9979768304471102 + - 0.5762093530727839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986674763084105 + - -0.023370111720972614 + - -0.046012059744588656 + - 0.025725794950501122 + - - -0.020470043235041625 + - -0.997833706177467 + - 0.06252097364962682 + - -0.030492026943303854 + - - -0.04737350624289766 + - -0.061495794118712394 + - -0.9969824563210551 + - 0.577567766343523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957862147451654 + - -0.02070216699374137 + - -0.08933775688508488 + - 0.06459924233282012 + - - -0.024591445881136157 + - -0.9987871404714244 + - -0.0426557008896933 + - -0.032864959733730104 + - - -0.08834633729233168 + - 0.04467290353983134 + - -0.9950875621654364 + - 0.5765821495791619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996215528477972 + - -0.01986913669081391 + - -0.019025469490147336 + - -0.034846890426476325 + - - -0.020327047770138475 + - -0.9995008165758964 + - -0.024185301177921194 + - 0.037370985358188974 + - - -0.018535431236129447 + - 0.024562879946740775 + - -0.9995264392289044 + - 0.58001481849396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979597409287865 + - -0.04011606060347208 + - -0.049669479230287646 + - 0.04847325673392754 + - - -0.038227843939235666 + - -0.9985309785968707 + - 0.03839943658615204 + - 0.035083302132472176 + - - -0.0511369478274453 + - -0.036422334686769114 + - -0.9980272672141071 + - 0.5763169795449545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994852212773426 + - -0.031923912306904285 + - 0.003186890522509102 + - -0.04284779958998661 + - - -0.0319983010892236 + - -0.9991247658244282 + - 0.026940880529140315 + - -0.02364159685361814 + - - 0.002324042939526935 + - -0.0270289870195519 + - -0.9996319486116441 + - 0.5793322239627791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982238511302151 + - -0.02245614760983927 + - -0.05518029058719461 + - 0.025723314507708823 + - - -0.018834287182903236 + - -0.9976877789144962 + - 0.06530210893203796 + - -0.030511397686005307 + - - -0.0565191353532063 + - -0.06414684122530846 + - -0.9963386824266844 + - 0.5775370395547464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962674115718119 + - -0.01941264134125047 + - -0.08410941681023595 + - 0.06461140441068355 + - - -0.023999065149691568 + - -0.9982597413907041 + - -0.05386588521973852 + - -0.03286465169165661 + - - -0.0829173655632093 + - 0.05568337341362463 + - -0.9949995338759392 + - 0.5765721333812739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994971010412294 + - -0.019715833320886937 + - -0.024836081145013338 + - -0.03481805119995768 + - - -0.020115418133062876 + - -0.9996705393214448 + - -0.015943110302056192 + - 0.0373601311700454 + - - -0.0245135669275348 + - 0.016434680685504344 + - -0.9995643982791977 + - 0.579851478818407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972128151322343 + - -0.03996219164020713 + - -0.06300495675227331 + - 0.04842985027608338 + - - -0.03742073969427992 + - -0.9984575635244338 + - 0.0410144130956974 + - 0.035056037450921236 + - - -0.064546801444978 + - -0.03854240625808059 + - -0.9971700924832534 + - 0.5761718212451539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994596513867905 + - -0.032084796097624976 + - 0.007139405379230442 + - -0.042862762627403246 + - - -0.032210572912280425 + - -0.9993142705754566 + - 0.018261095720311763 + - -0.02365868565498812 + - - 0.006548606146182743 + - -0.018481192700081635 + - -0.9998077621592689 + - 0.5794636796171451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980209147263185 + - -0.024356707616276976 + - -0.057974171515750635 + - 0.025740786480019717 + - - -0.01992551443097779 + - -0.9969223311278576 + - 0.0758211024270927 + - -0.030515699134824086 + - - -0.059642498635648834 + - -0.07451588080868388 + - -0.9954346567524175 + - 0.5776524374082389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99477858841455 + - -0.01965232355641953 + - -0.10014662356160148 + - 0.06458756188037142 + - - -0.025125233883079193 + - -0.9982418287546428 + - -0.05368401947420369 + - -0.032874679390457 + - - -0.09891553292721969 + - 0.05591992045255349 + - -0.9935233665306035 + - 0.576388805128845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993535839610863 + - -0.019953569499182765 + - -0.029904335611631805 + - -0.03485380718305481 + - - -0.020191837078269565 + - -0.9997665730598068 + - -0.007686943973735922 + - 0.03738352725947591 + - - -0.029743973163255194 + - 0.008285798482465032 + - -0.9995232071362686 + - 0.5800236567052892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997865292642217 + - -0.03986595445916354 + - -0.051725848616744736 + - 0.048461336260901364 + - - -0.038138232384760405 + - -0.9986949182648626 + - 0.0339696255867792 + - 0.035069955818020526 + - - -0.0530125737031179 + - -0.031924377942253626 + - -0.9980834139100659 + - 0.5762890816123707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988964121991772 + - -0.023750029166729837 + - -0.040520288871018224 + - 0.025742427912775114 + - - -0.02135794228908603 + - -0.9980601415196765 + - 0.05847898948253881 + - -0.030496767435726678 + - - -0.041830562950877816 + - -0.057549022791897136 + - -0.9974659462753152 + - 0.5776602378874627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970555785313997 + - -0.020741332846186334 + - -0.07382391503557266 + - 0.06459404648634884 + - - -0.0244517177641685 + - -0.9984640252565695 + - -0.04971623242795358 + - -0.03286649767521399 + - - -0.07267934244197032 + - 0.05137496842055057 + - -0.9960312875617867 + - 0.5765835234400389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995273358005949 + - -0.018877423879448987 + - -0.02426412691691793 + - -0.0348277052296344 + - - -0.019394364628185595 + - -0.9995860845653493 + - -0.021248956774015174 + - 0.03736451051049831 + - - -0.023852958056259515 + - 0.021709500477684673 + - -0.9994797316509105 + - 0.5799526357316763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979693656515096 + - -0.03919246728060059 + - -0.05021051413381954 + - 0.048472750871627134 + - - -0.03767980640249596 + - -0.9988173394671003 + - 0.030727098290178397 + - 0.03508715019264488 + - - -0.05135540293478247 + - -0.028772780337028812 + - -0.9982658712492798 + - 0.5761937705506335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980677409779699 + - -0.021313181843220248 + - -0.05836550949704568 + - 0.02572264201574464 + - - -0.017934653394403744 + - -0.9981665001212519 + - 0.05780991474922936 + - -0.03050436506316554 + - - -0.05949060956785117 + - -0.05665144583687508 + - -0.9966200284249944 + - 0.5775876347488567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960041215948101 + - -0.02063284954852507 + - -0.08689116920411867 + - 0.06459170546714228 + - - -0.025134091433935465 + - -0.9983807011885489 + - -0.05103188162366274 + - -0.03288643152218183 + - - -0.0856975333013817 + - 0.05301189502148441 + - -0.9949098812316065 + - 0.5765048938231195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997270158208854 + - -0.019353017977790772 + - -0.013090245720330768 + - -0.03483762188509311 + - - -0.019660388862117198 + - -0.999524004555276 + - -0.023774638326884263 + - 0.03736210764813008 + - - -0.012623903820041912 + - 0.02402550754791922 + - -0.999631638174486 + - 0.5800734575327244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978458414039935 + - -0.03939482937538081 + - -0.052456879541591096 + - 0.048453925239662986 + - - -0.03763550953552602 + - -0.998709054061844 + - 0.034114421538370125 + - 0.035051621247366674 + - - -0.053733092361762456 + - -0.03206669227377396 + - -0.9980403208447346 + - 0.5760833575750863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982922230430683 + - -0.02173382196121024 + - -0.05422433397181899 + - 0.02572875895778387 + - - -0.018604006212353526 + - -0.9981680335399672 + - 0.05757141453713266 + - -0.030518174125538273 + - - -0.055376243684270056 + - -0.05646430555593572 + - -0.9968677213319262 + - 0.577588508828112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9963847100328559 + - -0.01978228841278022 + - -0.0826206431704287 + - 0.06460720044858423 + - - -0.024287239749066113 + - -0.9982519273881073 + - -0.05388153163469645 + - -0.03289838163926176 + - - -0.08141031628800559 + - 0.05569336164286542 + - -0.9951234143918051 + - 0.5766094057861647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996489124529122 + - -0.020081046071212187 + - -0.017285931285168664 + - -0.034814527681863355 + - - -0.02041719959258271 + - -0.999601463061351 + - -0.01949494822777604 + - 0.03740274299686281 + - - -0.016887563249514702 + - 0.019841034103415103 + - -0.9996605141612833 + - 0.5800110248989813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981348362831592 + - -0.038779382570139874 + - -0.04714878668078036 + - 0.04847571139690658 + - - -0.03689760345674708 + - -0.9985122659901595 + - 0.040147497136762966 + - 0.03510741987915766 + - - -0.04863553697801276 + - -0.03833293824736732 + - -0.9980807434211847 + - 0.5761657994904299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994907066253098 + - -0.031164212986216546 + - -0.006864342545979337 + - -0.04285097635510656 + - - -0.030888022794971746 + - -0.998829818682043 + - 0.03721455843369542 + - -0.02362950410171866 + - - -0.008016072445787658 + - -0.03698357933661042 + - -0.9992837221940509 + - 0.5793740224732626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989940822498353 + - -0.024056925250207986 + - -0.03784293827539281 + - 0.025769382254111368 + - - -0.02190810457298137 + - -0.998178736065635 + - 0.05620716876369587 + - -0.030535393392974203 + - - -0.03912618795421549 + - -0.05532156192586378 + - -0.9977016919912757 + - 0.5777055831448148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959958595646338 + - -0.020042731166696998 + - -0.08712368597279412 + - 0.06460685141950022 + - - -0.023908272450258318 + - -0.9987649703695183 + - -0.0435537423331131 + - -0.03285537467288042 + - - -0.08614314969021476 + - 0.045462323853433864 + - -0.9952449622436149 + - 0.5765229792044558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996135905617479 + - -0.01915426782252177 + - -0.020144070800942607 + - -0.034837995829170305 + - - -0.019373433834091278 + - -0.9997546136293529 + - -0.010741628754497346 + - 0.037390395024260774 + - - -0.01993337968650496 + - 0.011127737910575721 + - -0.9997393829510105 + - 0.5799384495612605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972420535823787 + - -0.038961337589585726 + - -0.06316882728079048 + - 0.0484553911262912 + - - -0.0371958920907525 + - -0.9988903698609339 + - 0.02888762037034535 + - 0.035060834974684235 + - - -0.06422423357559903 + - -0.02645832897819569 + - -0.9975846854524733 + - 0.5763060456998865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974937066854919 + - -0.02385480324808628 + - -0.06661271263680021 + - 0.0257285934646133 + - - -0.018345714152931472 + - -0.9964533007224963 + - 0.08212340866927906 + - -0.030481207443651803 + - - -0.06833549513288653 + - -0.08069552553418052 + - -0.9943935298782398 + - 0.5775680002233792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969123094182323 + - -0.020812112730990474 + - -0.07571461743995793 + - 0.06459604299330263 + - - -0.023336878328550224 + - -0.9991954938138161 + - -0.03261526102981048 + - -0.03285410557054619 + - - -0.07497491207253983 + - 0.03428149801039586 + - -0.9965959770407856 + - 0.5765727193428094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994958672863375 + - -0.01887729115311923 + - -0.025527615561432574 + - -0.03484841187684922 + - - -0.019550324636550126 + - -0.9994608604633942 + - -0.026377513309188954 + - 0.03735187564816457 + - - -0.0250159166159753 + - 0.026863288713247783 + - -0.9993260567179116 + - 0.580093882670017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973511922830988 + - -0.039656775297404655 + - -0.06097490815484959 + - 0.04845355334498112 + - - -0.03745138067625436 + - -0.9986170692613803 + - 0.036896382820740654 + - 0.03505249044389462 + - - -0.06235377564288685 + - -0.034515056900192416 + - -0.9974571256501473 + - 0.5762518589593677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987032018218748 + - -0.023420763055082425 + - -0.04520378887497591 + - 0.025717161301054888 + - - -0.0205210986401435 + - -0.997765886664945 + - 0.0635776683932139 + - -0.030511043553781727 + - - -0.046591835994487386 + - -0.06256758957826052 + - -0.9969526054698031 + - 0.5776192173448947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961292141792617 + - -0.020637195380292572 + - -0.08544410351476793 + - 0.06458923014263578 + - - -0.024448368517961762 + - -0.998741091692336 + - -0.0438007881437245 + - -0.03288273744956789 + - - -0.0844326118002794 + - 0.04572021360445652 + - -0.9953797245938591 + - 0.5765616078396917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995301415221973 + - -0.019462559862307275 + - -0.02367920928203297 + - -0.03487243168417005 + - - -0.019939637577654868 + - -0.9995995007189862 + - -0.020081061118023203 + - 0.03736344791934344 + - - -0.023278896921632358 + - 0.020543780712422802 + - -0.9995179068091538 + - 0.5800061979845723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979015588371302 + - -0.039495369832635054 + - -0.0513088163204815 + - 0.0484705933736724 + - - -0.03739598283358255 + - -0.9984487032695701 + - 0.04125199882701409 + - 0.03505788317982409 + - - -0.052858484071489666 + - -0.03924669032029266 + - -0.9978304855838825 + - 0.5763219616895878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995089479950438 + - -0.031318362610644586 + - 0.0010114550059887651 + - -0.04287645119739282 + - - -0.03133406638942004 + - -0.9991720327004219 + - 0.025950440320172012 + - -0.023666497801118895 + - - 0.00019789225446577307 + - -0.025969390302730856 + - -0.999662718923718 + - 0.5794387111064264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985111094073372 + - -0.021152135512789733 + - -0.050280727454734275 + - 0.025728459092045852 + - - -0.019427653053660173 + - -0.9992144036828313 + - 0.03454188427968009 + - -0.030547136814053494 + - - -0.05097186171757216 + - -0.033513618664847006 + - -0.9981376191072213 + - 0.5776487717214367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955107532501875 + - -0.01993420875643732 + - -0.09252549640233802 + - 0.06459224777313635 + - - -0.024537064868506053 + - -0.9985032754957927 + - -0.04887884278307231 + - -0.03289791752055518 + - - -0.09141265016879783 + - 0.05092971770418869 + - -0.9945098748849551 + - 0.5764826170976227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995834798307887 + - -0.018884111762411237 + - -0.02182331717031517 + - -0.03482225695020866 + - - -0.018922593250127764 + - -0.999819737573637 + - -0.001558147256656051 + - 0.037381595819820666 + - - -0.021789959019273778 + - 0.0019704520110794556 + - -0.999760628853132 + - 0.5799304649734002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980631561752735 + - -0.04046266179422149 + - -0.04725155326524268 + - 0.04846668485884859 + - - -0.03849272521993646 + - -0.9983808068878447 + - 0.04188167311746726 + - 0.03507902025313446 + - - -0.048869687850385174 + - -0.039981713801466305 + - -0.9980046173094107 + - 0.5763760957956799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994402470783271 + - -0.030491492429681265 + - 0.013764498153698417 + - -0.042878852869420836 + - - -0.030964744832238274 + - -0.9988866792164212 + - 0.035589136846299274 + - -0.023666041698422503 + - - 0.01266400795510055 + - -0.03599542989604283 + - -0.9992717107619489 + - 0.5793860551507106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982787454792296 + - -0.022951783811815507 + - -0.053970009674551886 + - 0.025728119004605594 + - - -0.01985716562441775 + - -0.9981656559073914 + - 0.057192799724545634 + - -0.03052910502454694 + - - -0.05518368688099756 + - -0.056022664938605235 + - -0.9969033161322101 + - 0.5775789089852048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960071828654556 + - -0.019256183548114942 + - -0.08717161852105336 + - 0.06459176928871803 + - - -0.023934732138259546 + - -0.9983104197949778 + - -0.052947467609365036 + - -0.0328680442257136 + - - -0.08600476892526664 + - 0.05482248739282359 + - -0.9947852404404556 + - 0.5765843812444248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996211149478748 + - -0.020178193715759452 + - -0.018720765174989096 + - -0.03485191098846419 + - - -0.020419988751158306 + - -0.9997093464057212 + - -0.012815879542495714 + - 0.03738426463135838 + - - -0.01845672261725702 + - 0.013193301611593579 + - -0.9997426099665926 + - 0.5801364571434295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982978080429545 + - -0.04007974207640715 + - -0.04236862909890762 + - 0.04848535541680104 + - - -0.037902173979090535 + - -0.9979788365075609 + - 0.05100653968534671 + - 0.035112757166656655 + - - -0.044327324127346954 + - -0.04931385361237524 + - -0.9977991943159733 + - 0.5763694777820658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987163473120771 + - -0.022723476149929943 + - -0.04526920855599337 + - 0.025731260931726816 + - - -0.020158846801191364 + - -0.9982089302728864 + - 0.05632541539222117 + - -0.0305048968941357 + - - -0.04646803748027836 + - -0.05534053808126312 + - -0.99738565577093 + - 0.5775848564434076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.997203932948911 + - -0.019808615407096934 + - -0.0720550821724433 + - 0.06461715575584964 + - - -0.023774165201006718 + - -0.9982252213876678 + - -0.05460033383173548 + - -0.03286053443742603 + - - -0.07084564333972185 + - 0.05616071706446988 + - -0.9959050500316713 + - 0.5765674055260052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996669850722365 + - -0.01960844950138467 + - -0.016775805934037876 + - -0.03480881349718919 + - - -0.019976243210737023 + - -0.9995573890494928 + - -0.02204485662795912 + - 0.037355787189026046 + - - -0.01633611532067328 + - 0.02237263294101607 + - -0.9996162246740081 + - 0.5799344562536562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976560577603465 + - -0.03986164157775548 + - -0.05561870139450184 + - 0.04845612812947224 + - - -0.037881402234701066 + - -0.9986257785445404 + - 0.036215380586766925 + - 0.03506912905831122 + - - -0.0569858735022724 + - -0.034023579427187624 + - -0.9977950722789455 + - 0.5762971148348777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994786862849061 + - -0.0319806243591172 + - -0.0044266610215079405 + - -0.042862862898629506 + - - -0.031803619901080944 + - -0.9988629095040892 + - 0.035516443772043896 + - -0.02365206868692777 + - - -0.0055574655541772095 + - -0.0353571447182352 + - -0.9993592881911827 + - 0.5794639071599019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988452244457856 + - -0.022310112938699105 + - -0.0425496940354524 + - 0.025730590628787915 + - - -0.020476188068243854 + - -0.9988626286246729 + - 0.043060130738344936 + - -0.03053597604452691 + - - -0.043461975611355154 + - -0.04213915041469086 + - -0.9981659925474754 + - 0.5776869317872554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958895592489434 + - -0.019112893652360387 + - -0.08853633759750196 + - 0.06458539357174141 + - - -0.0245379051694965 + - -0.9978606573013418 + - -0.06059702814518324 + - -0.032876640096327354 + - - -0.08718874347550878 + - 0.06252044390732438 + - -0.9942280005636506 + - 0.5765596877511107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994529800782874 + - -0.019543050853089796 + - -0.026679763416941997 + - -0.03483633848366021 + - - -0.01980085611710802 + - -0.9997594416597158 + - -0.009433181291731024 + - 0.03737665548840989 + - - -0.026488992235644528 + - 0.00995630331029667 + - -0.9995995224662391 + - 0.5799814234723351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976199683330969 + - -0.04074083901538218 + - -0.05562897463906182 + - 0.04843922398283424 + - - -0.038567396257570385 + - -0.998471004550586 + - 0.03960061890495649 + - 0.035059157628711375 + - - -0.05715728062969946 + - -0.0373609034696267 + - -0.9976658800234433 + - 0.5763122167237387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988336322346998 + - -0.02550350203003699 + - -0.040999347568472996 + - 0.0257681284533354 + - - -0.023056202903502458 + - -0.9979861067513409 + - 0.05909435031349162 + - -0.030528776901838174 + - - -0.04242389214238927 + - -0.05808013529172467 + - -0.9974101018437631 + - 0.5776031197926045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961142788678259 + - -0.019663180455338873 + - -0.08584697298106618 + - 0.06460418568522046 + - - -0.023857984786695617 + - -0.9985568592114908 + - -0.04811439996093867 + - -0.03288604290021871 + - - -0.08477700158385486 + - 0.049975576595614725 + - -0.9951458695821369 + - 0.5765668115111915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999753516216108 + - -0.020022611649397896 + - -0.009591758768115237 + - -0.034851433739978815 + - - -0.020280366466010096 + - -0.9994140013925009 + - -0.027574636110658076 + - 0.03737070756375763 + - - -0.009034021780616481 + - 0.02776236379288102 + - -0.9995737279496194 + - 0.580042808968443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985200943677028 + - -0.03967638935552643 + - -0.037194156417674776 + - 0.048509361257514004 + - - -0.03814974601423276 + - -0.9984349282400373 + - 0.04089365414537066 + - 0.03509333335463459 + - - -0.038758457437871804 + - -0.03941418777572778 + - -0.9984709829429279 + - 0.5763935027188911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991618167309921 + - -0.022917132609695804 + - -0.03391856452995689 + - 0.025724662662231428 + - - -0.021009307464456606 + - -0.9982335702705515 + - 0.055572908730529454 + - -0.03052068771430442 + - - -0.03513222148807502 + - -0.05481372289725855 + - -0.9978783406785895 + - 0.5777357463957011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964591476601231 + - -0.021144986907503917 + - -0.08137601964425635 + - 0.0646071115328763 + - - -0.02454724393058426 + - -0.9988559933407144 + - -0.04103824292958782 + - -0.03288843147141611 + - - -0.08041517182642403 + - 0.04289048957539373 + - -0.9958382429110214 + - 0.5765896181116237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995712899682467 + - -0.019373216148602924 + - -0.021952557192152077 + - -0.034809060404331155 + - - -0.019310686572112223 + - -0.9998088583200707 + - 0.003056829866176823 + - 0.037398788785105046 + - - -0.02200758176921857 + - -0.002631600421153813 + - -0.9997543403376127 + - 0.5798564409324743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998057761240037 + - -0.040300664349069135 + - -0.04750328074511266 + - 0.04845935982787673 + - - -0.03821164503168124 + - -0.9982963727545416 + - 0.04409333656119544 + - 0.035102497438156965 + - - -0.04919934361856988 + - -0.042192518272197645 + - -0.9978973975260949 + - 0.5763650795742157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989886970574255 + - -0.024220505728821253 + - -0.03788073723869964 + - 0.025774241485293333 + - - -0.02222593530794526 + - -0.9983884040088107 + - 0.05221687984193882 + - -0.030520777006354385 + - - -0.03908440803177529 + - -0.051322137942417995 + - -0.9979170542714588 + - 0.5776185128844696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960277340670558 + - -0.021943124415558183 + - -0.08629746381052958 + - 0.06460019309897747 + - - -0.02476940355675822 + - -0.9991867441392874 + - -0.031817086349535055 + - -0.032876055081753085 + - - -0.08552911560801257 + - 0.033828237128390996 + - -0.9957612267788387 + - 0.5764896846618669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995883693564991 + - -0.019161118859055994 + - -0.02135283052159864 + - -0.03483070082662805 + - - -0.019277277430300995 + - -0.9998004055035699 + - -0.005247449835177344 + - 0.03738658240819055 + - - -0.021248021604144556 + - 0.005656914261912008 + - -0.999758231223401 + - 0.5799323218032384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974860991604273 + - -0.04018656447281483 + - -0.058365417993760854 + - 0.04844867187881217 + - - -0.038192027690241125 + - -0.9986609136495773 + - 0.03489625437636661 + - 0.03507537265033893 + - - -0.059689622235544276 + - -0.03257943499302172 + - -0.9976851855234267 + - 0.5764341738761762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995059248138466 + - -0.03139897961945202 + - -0.0014178648999537014 + - -0.04285797056752709 + - - -0.03134951547829599 + - -0.9991462976980616 + - 0.02690508642493355 + - -0.023648201576106677 + - - -0.0022614467257408566 + - -0.026847343911722443 + - -0.9996369871026146 + - 0.5794972675084622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99873835913789 + - -0.022559756202804798 + - -0.0448636532911113 + - 0.025732752151899112 + - - -0.020401158981743408 + - -0.9986387857260517 + - 0.048003836886234705 + - -0.03050605334837035 + - - -0.045885539102822594 + - -0.047028002760787196 + - -0.9978391074003745 + - 0.5776902112787472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964043938473087 + - -0.022820229915869093 + - -0.08159363350387187 + - 0.06459724314907046 + - - -0.026089348920383386 + - -0.9988896892837891 + - -0.039226706660717085 + - -0.03285792149270715 + - - -0.08060787675337801 + - 0.04121438764706239 + - -0.9958934403118588 + - 0.5765608534260181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992882595956546 + - -0.02064073141828084 + - -0.03157426865037404 + - -0.03486393582650312 + - - -0.02122986862953866 + - -0.9996045750678273 + - -0.018438714202471305 + - 0.03738658869387599 + - - -0.031181194849782923 + - 0.019095908200090432 + - -0.9993313161198106 + - 0.5801014144093999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977541976418967 + - -0.03969556095051109 + - -0.053952048420790745 + - 0.0484561153159263 + - - -0.037795033789857296 + - -0.9986439649692419 + - 0.03580176882968608 + - 0.035080804882123076 + - - -0.055300058849865934 + - -0.0336822456397283 + - -0.9979015030652402 + - 0.5763249797254231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.999136366487259 + - -0.023146583245600285 + - -0.03450734482240196 + - 0.025739125173892277 + - - -0.021133416696320757 + - -0.9981157325428633 + - 0.05760523543188218 + - -0.03052178301519475 + - - -0.03577568813282739 + - -0.056826227522838425 + - -0.9977428927354706 + - 0.5777522444430728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958904548685535 + - -0.02021048997611418 + - -0.088282149932083 + - 0.06459852618995886 + - - -0.024700129905237823 + - -0.9984405948792568 + - -0.05006278138317968 + - -0.03288574619913205 + - - -0.08713268895408754 + - 0.052037626695315906 + - -0.9948366599213909 + - 0.5765071697789017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996144887580923 + - -0.01903275288399713 + - -0.020214553731273052 + - -0.03483818183637519 + - - -0.018988482962393787 + - -0.9998168704839597 + - 0.002379708059205994 + - 0.03740196211667556 + - - -0.020256144245258206 + - -0.0019949469458780396 + - -0.9997928329444044 + - 0.5798959377537959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997566880434522 + - -0.040291182825277536 + - -0.05689410906830393 + - 0.048462911770946575 + - - -0.03795905376897726 + - -0.9984174551680395 + - 0.04149331816980751 + - 0.035086007680459205 + - - -0.058475886458435974 + - -0.03923271342027015 + - -0.9975176012986358 + - 0.5762874098363188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994649632154 + - -0.03261009339114627 + - -0.002523710335985136 + - -0.042873929587398225 + - - -0.03253779798620137 + - -0.9991641568007776 + - 0.024744281496957045 + - -0.023625119906295542 + - - -0.003328514240376577 + - -0.024648926419059698 + - -0.9996906278541076 + - 0.5794737731970951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982165800098712 + - -0.022921247531794944 + - -0.05512055700899944 + - 0.02571804256338479 + - - -0.01934632592177148 + - -0.9977277359463826 + - 0.06453746661153159 + - -0.03050847200487028 + - - -0.05647458779597038 + - -0.06335598894257863 + - -0.9963918102826738 + - 0.5774502666988341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966861577868574 + - -0.020867897433194473 + - -0.0786208225140717 + - 0.06460814937453822 + - - -0.02427011653274543 + - -0.9987986715410656 + - -0.042569650824149693 + - -0.03286974026950379 + - - -0.07763803397535544 + - 0.0443367182425667 + - -0.9959952766433791 + - 0.5766050139848762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995203964276093 + - -0.019939701482910306 + - -0.02369357360060129 + - -0.034843345895667746 + - - -0.020179381833807068 + - -0.9997471596202437 + - -0.009920150203506168 + - 0.03738960429319496 + - - -0.02348977807473079 + - 0.010393514132723857 + - -0.9996700481608782 + - 0.5800500221249485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975586839502204 + - -0.04029430624788812 + - -0.057035435998206936 + - 0.04845975341417717 + - - -0.03829343482588902 + - -0.9986268261812993 + - 0.0357501731506447 + - 0.035072007733284435 + - - -0.05839764485610311 + - -0.03347881292798613 + - -0.9977318698729604 + - 0.5764653491371446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994616580653154 + - -0.03222876961016994 + - -0.006140070581446553 + - -0.04286656018920679 + - - -0.03200209741739413 + - -0.998909398434035 + - 0.03399822761618766 + - -0.023657367943768697 + - - -0.00722909525585152 + - -0.03378342980765979 + - -0.9994030318406149 + - 0.5794465154789714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980509952311 + - -0.021765606956858127 + - -0.05848477812226433 + - 0.0257196844706484 + - - -0.018884327990024735 + - -0.9986017970210338 + - 0.04937441789760409 + - -0.03052010164449272 + - - -0.05947766870495252 + - -0.048173741189175334 + - -0.9970665462170829 + - 0.5775965865033803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967840615831354 + - -0.020543129920233435 + - -0.07745653224169423 + - 0.06459551276542366 + - - -0.024357839563417766 + - -0.9985197675117414 + - -0.048630952490167516 + - -0.0328619088584345 + - - -0.07634284659109201 + - 0.050361232127287554 + - -0.9958089756941291 + - 0.576611154134637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996956022629969 + - -0.019954214931372845 + - -0.014509725100654552 + - -0.03485472939463724 + - - -0.02013514537407953 + - -0.9997199677801861 + - -0.012432294331635774 + - 0.037362280977515476 + - - -0.014257585236942177 + - 0.012720665393615077 + - -0.9998174363028258 + - 0.5799773456230426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977016527324659 + - -0.03918415371258287 + - -0.0552812285747587 + - 0.04846397244786358 + - - -0.037161590390905344 + - -0.9986183989894715 + - 0.03715251538352136 + - 0.03507524598847398 + - - -0.056660641847093574 + - -0.03501278762870643 + - -0.997779372590926 + - 0.5763144451842888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998906361301944 + - -0.023894231265945583 + - -0.04018889228032515 + - 0.02573307101298832 + - - -0.02147051280212352 + - -0.9979857417707001 + - 0.05969485993282364 + - -0.030517399604652707 + - - -0.041534304261946174 + - -0.058766699197718195 + - -0.9974073273416839 + - 0.577586588832472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9963783018250861 + - -0.020662455778668293 + - -0.0824823773502689 + - 0.06460542523316234 + - - -0.02482046164727255 + - -0.9984553390575401 + - -0.04970795299656893 + - -0.03289354760042105 + - - -0.08132788166289497 + - 0.051575176477520766 + - -0.9953520868695352 + - 0.5766127221246948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999634089878687 + - -0.019667210158742753 + - -0.018571138817560916 + - -0.03486213124976812 + - - -0.020133488719582274 + - -0.9994780564647273 + - -0.02526375422358233 + - 0.03738857484365343 + - - -0.01806457816799842 + - 0.025628411774102713 + - -0.9995083068817132 + - 0.5801340562327102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977520896019657 + - -0.03935837524157204 + - -0.05423731181810706 + - 0.04846476181376249 + - - -0.03716307224084203 + - -0.9984715929937421 + - 0.0409070170772779 + - 0.0350743978612794 + - - -0.05576444885886458 + - -0.03879943663099194 + - -0.9976897964600944 + - 0.5763025113451089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978132066671869 + - -0.022498713473644294 + - -0.062149919489703706 + - 0.025720595146258574 + - - -0.01776692516938435 + - -0.9969749865787499 + - 0.07566513402041301 + - -0.03051186255795269 + - - -0.06366428331938791 + - -0.07439545704095395 + - -0.9951945412838117 + - 0.577583282828851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968666537300025 + - -0.021487315843685705 + - -0.07612601354977896 + - 0.06459696478029602 + - - -0.024623415704545133 + - -0.9988760911526215 + - -0.04049990028013328 + - -0.03289584307561322 + - - -0.07517022070067772 + - 0.04224748254622129 + - -0.9962753575886126 + - 0.5765947309767225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994230457799989 + - -0.02012988851443208 + - -0.02735622693696943 + - -0.03482350086578516 + - - -0.020380575132993642 + - -0.9997525375301551 + - -0.008916045046124147 + - 0.037381564377538604 + - - -0.02716997830471783 + - 0.009468436534753193 + - -0.9995859847899574 + - 0.5800046050438222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976962206114518 + - -0.039645465416124355 + - -0.05504987238463184 + - 0.04846444991524891 + - - -0.03735611691622285 + - -0.9984185394355123 + - 0.042011196607579265 + - 0.03506212814784075 + - - -0.05662836662457123 + - -0.03985796260972302 + - -0.9975994040244992 + - 0.5762741246748463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982314833761108 + - -0.024936131156651612 + - -0.05396383010561542 + - 0.02567087911925069 + - - -0.02170608295483731 + - -0.9979841846892716 + - 0.05963566946758771 + - -0.030523666474886184 + - - -0.05534213186612146 + - -0.058358859421924286 + - -0.9967604987997292 + - 0.5775896446363408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969536546460628 + - -0.01977785637804578 + - -0.07544698062181299 + - 0.0646097699124572 + - - -0.02408578109913396 + - -0.9981050642490845 + - -0.05662292706294203 + - -0.0328576660117281 + - - -0.07418413332177867 + - 0.058267633532005106 + - -0.9955408566431999 + - 0.5765904366133299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996813019156543 + - -0.02011506727338764 + - -0.015253808337906424 + - -0.034817558940024494 + - - -0.020544258197779705 + - -0.9993820137679884 + - -0.02852234233269437 + - 0.037367613631944414 + - - -0.014670652859551112 + - 0.028826630493825285 + - -0.9994767617704011 + - 0.5800517407831274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980050459596038 + - -0.04066924995596348 + - -0.04829016822489389 + - 0.048450867864756164 + - - -0.038359246817692455 + - -0.9981183769600205 + - 0.047835904488936445 + - 0.03509412321752277 + - - -0.05014475468828758 + - -0.045888099576193636 + - -0.9976872184680616 + - 0.5764176394273851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985428215383698 + - -0.022489733378101787 + - -0.04905553431339949 + - 0.025725515436532544 + - - -0.01968535392729125 + - -0.9981846560684592 + - 0.05691993701901942 + - -0.030524400685986944 + - - -0.05024659585433126 + - -0.05587131895770631 + - -0.997172841248185 + - 0.5776064577383172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966269735668639 + - -0.020524495591163927 + - -0.07945703643908375 + - 0.06461796826209555 + - - -0.024912851021641785 + - -0.9981953988854091 + - -0.05463785773593044 + - -0.03288813574203686 + - - -0.07819223371235198 + - 0.05643306410896527 + - -0.9953397831204908 + - 0.5766428775463832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996665396481794 + - -0.019879448112792464 + - -0.016480808553150882 + - -0.034838427828425125 + - - -0.020172777952309144 + - -0.9996375576791253 + - -0.01782729107298887 + - 0.037369783474114085 + - - -0.01612043850277185 + - 0.018153810069652897 + - -0.9997052418800424 + - 0.5800425580059101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981069910579924 + - -0.03882265884826894 + - -0.04769942935834285 + - 0.04848549468637414 + - - -0.03728971870620275 + - -0.9987720199206733 + - 0.03261792608966852 + - 0.03506185622085612 + - - -0.04890717002621279 + - -0.03077748176069204 + - -0.9983290215838153 + - 0.576394971305854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994598299881454 + - -0.03240993997044689 + - 0.005444633245637241 + - -0.04288991544875783 + - - -0.032531391137589266 + - -0.9991840519750952 + - 0.02393614148694496 + - -0.02365611039618562 + - - 0.004664421799178124 + - -0.02410033339482875 + - -0.9996986631478193 + - 0.5794421249358507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981722140303654 + - -0.022598114579228664 + - -0.056049588358724534 + - 0.025725704800905004 + - - -0.018975740688726973 + - -0.9977476879227245 + - 0.06433873258132847 + - -0.030495078166328085 + - - -0.057377281244693074 + - -0.0631575526942072 + - -0.9963528346598135 + - 0.5775139951310376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965346265867906 + - -0.02041238318605969 + - -0.08063543034046146 + - 0.06459380095806638 + - - -0.02408440137096007 + - -0.9987041996608471 + - -0.04483149774867457 + - -0.032849139204307126 + - - -0.07961582521162762 + - 0.046618195937341726 + - -0.9957349367092727 + - 0.5766046528664374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999609107082012 + - -0.019768334115835267 + - -0.01976982561853363 + - -0.034832831960838695 + - - -0.01986673167848056 + - -0.9997911473567497 + - -0.004793186778164166 + - 0.037382880990049605 + - - -0.019670943320486235 + - 0.005184074976291747 + - -0.9997930682673908 + - 0.5800637345296331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997227450386186 + - -0.0397281850491157 + - -0.06292124846957624 + - 0.04844949150939907 + - - -0.03779544287609295 + - -0.998785251836649 + - 0.03161526864351653 + - 0.035066791272866646 + - - -0.06410083224160919 + - -0.029149477290423997 + - -0.9975176145209809 + - 0.5763199287450168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986443551445976 + - -0.025046367448257573 + - -0.04563037820879405 + - 0.025688254874060252 + - - -0.021988135945040458 + - -0.9975552287351138 + - 0.06633315536666463 + - -0.030521505123832223 + - - -0.04718022695465912 + - -0.06523990420657062 + - -0.996753621053681 + - 0.5776661318236183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961582989182437 + - -0.021315557436321825 + - -0.08493697962307006 + - 0.06460759460495073 + - - -0.023506534657346645 + - -0.9994140631574255 + - -0.024879171842500308 + - -0.03286221916507496 + - - -0.08435689850103498 + - 0.026780167556319814 + - -0.9960756679594888 + - 0.5764899866497577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999611963661457 + - -0.018810482963383675 + - -0.020544776357269794 + - -0.03483977697286889 + - - -0.019194239732373608 + - -0.9996419202512686 + - -0.018644367445770353 + - 0.03738850759126642 + - - -0.020186710132712306 + - 0.019031474116341686 + - -0.9996150757801612 + - 0.5800150785715161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981795207120298 + - -0.04061736771172656 + - -0.044585579185122806 + - 0.048474092435049874 + - - -0.03873299144884628 + - -0.998351994089948 + - 0.042344436116786205 + - 0.035077275773473776 + - - -0.04623202141942384 + - -0.0405404160905556 + - -0.9981077471188564 + - 0.5764161596290459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989158684325998 + - -0.022475355848372965 + - -0.040766974048042304 + - 0.025730907059568108 + - - -0.019965670654983905 + - -0.997940666826199 + - 0.06095734155766329 + - -0.030515310331753514 + - - -0.04205305920906899 + - -0.06007731580197234 + - -0.9973075033996226 + - 0.5777359640941074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967397065434134 + - -0.02161898899473444 + - -0.07773401259806297 + - 0.06457839319908174 + - - -0.024813730424509177 + - -0.9988766372346896 + - -0.040370067737590845 + - -0.03286922712287548 + - - -0.07677392905257648 + - 0.042167320303327746 + - -0.9961564540353418 + - 0.5765137547242862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992985655047841 + - -0.019803621835233477 + - -0.03178354200349148 + - -0.034824448849800134 + - - -0.02028370310261309 + - -0.9996839148588486 + - -0.014854014976806431 + - 0.03738184264680724 + - - -0.03147933240279545 + - 0.015488283787857498 + - -0.9993843928623165 + - 0.5800771680933481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977748938539361 + - -0.040264096567963 + - -0.05314192057436699 + - 0.048460635006862415 + - - -0.03785349599541376 + - -0.9982416784901645 + - 0.04561429782495184 + - 0.03509436440006189 + - - -0.05488509848485081 + - -0.04350119369286275 + - -0.9975446216142932 + - 0.5762433420361437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982330785898498 + - -0.02344085505416463 + - -0.05460079782714084 + - 0.025705709098295164 + - - -0.019291149286665112 + - -0.9969723914690674 + - 0.07532530921044138 + - -0.030500308211086388 + - - -0.056201177640955745 + - -0.07413890316681689 + - -0.9956630206395091 + - 0.5775212421743452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962636281478431 + - -0.021546252958065452 + - -0.08363337977843119 + - 0.06461439162470041 + - - -0.02446806304962541 + - -0.9991199027474412 + - -0.034069543943872904 + - -0.032874226751527104 + - - -0.08282570325868535 + - 0.035988594268337115 + - -0.9959140143417471 + - 0.5766003616639076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995962525687538 + - -0.020116395184722646 + - -0.020066451985245225 + - -0.03485606090956049 + - - -0.020567345403131324 + - -0.9995346850408523 + - -0.022525490080187196 + - 0.03736443631159082 + - - -0.019603983104776873 + - 0.022929109120425648 + - -0.9995448663273557 + - 0.580036814113643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970702393497838 + - -0.039512725441927535 + - -0.06549566650638554 + - 0.04845827509581419 + - - -0.037728832795784914 + - -0.9988885071647807 + - 0.028253945387931585 + - 0.03505645326686374 + - - -0.06653925892909031 + - -0.025700093040052753 + - -0.9974527719340405 + - 0.5763837382911577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986852550533548 + - -0.02302884516961016 + - -0.04579774698792228 + - 0.025744202662139438 + - - -0.01997564423455077 + - -0.9976168625797096 + - 0.06604217693286542 + - -0.03050780535155506 + - - -0.04720947973056131 + - -0.06504050881390279 + - -0.9967652668691855 + - 0.5775941119289565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967177998193381 + - -0.019004715031417662 + - -0.07869211097608567 + - 0.06461170949602071 + - - -0.02278922105809583 + - -0.9986123214697243 + - -0.047477182018444294 + - -0.03288510407802411 + - - -0.07768062130842682 + - 0.04911468431560827 + - -0.9957677785797823 + - 0.5766215276956904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996147554332373 + - -0.020371022477742192 + - -0.018851052049167694 + - -0.03485307605835988 + - - -0.02078227931347962 + - -0.9995444978618755 + - -0.02188363910753666 + - 0.03737573652109466 + - - -0.01839667325049896 + - 0.02226697638350823 + - -0.9995827850538703 + - 0.580118885177965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976112093240014 + - -0.03934822913505322 + - -0.056776684431541526 + - 0.048458028913506326 + - - -0.037330369630038315 + - -0.9986480308881777 + - 0.03617393960367021 + - 0.035069386871095655 + - - -0.05812330457216119 + - -0.03396803301783334 + - -0.9977313537212866 + - 0.5762580598256783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982778920382168 + - -0.021451966665565717 + - -0.05459911532171373 + - 0.025724322678128197 + - - -0.018607130217164647 + - -0.9984690597118451 + - 0.05208945673767094 + - -0.030511448378984292 + - - -0.05563294862593404 + - -0.05098382022096492 + - -0.9971487477316815 + - 0.5775665711104814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.995296598498154 + - -0.02000789531105072 + - -0.09478589105571836 + - 0.06461322390811233 + - - -0.02370503183876437 + - -0.9989949715834904 + - -0.038041007037476475 + - -0.03285839037151342 + - - -0.09392950805539035 + - 0.04010898747318612 + - -0.994770584929183 + - 0.576571752063935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994879219448689 + - -0.020417383254219924 + - -0.02463786409935006 + - -0.03487394478805758 + - - -0.021145711610105724 + - -0.9993359919377397 + - -0.0296721097719049 + - 0.03737542176113859 + - - -0.024015677521776954 + - 0.0301779005045751 + - -0.9992559940046924 + - 0.5800271727553028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978645484577328 + - -0.04049667984668185 + - -0.05124804242740005 + - 0.04846236294399772 + - - -0.038236532773310565 + - -0.9982845038303352 + - 0.04433978995999629 + - 0.03508715003700446 + - - -0.05295574088539212 + - -0.04228555703329911 + - -0.997701168273177 + - 0.5762847095407154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984968033548298 + - -0.02289915747035389 + - -0.04979721154175387 + - 0.025715296611753702 + - - -0.02004927966304361 + - -0.9981731406818923 + - 0.05699480332661927 + - -0.03051627609925279 + - - -0.05101137201820115 + - -0.0559107307088262 + - -0.9971318017776916 + - 0.5776633553449108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955096193835734 + - -0.02131793560305632 + - -0.09222875547461723 + - 0.06458111758798529 + - - -0.02414154351965014 + - -0.9992699915184593 + - -0.029608612381994977 + - -0.03285560232618699 + - - -0.09153023320882359 + - 0.03170220295692922 + - -0.9952975367880784 + - 0.5764118086404464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994168331344085 + - -0.019822016540759282 + - -0.02780433973047492 + - -0.03486705850981145 + - - -0.020490422212079445 + - -0.9995028036599138 + - -0.02396430832597625 + - 0.03736475769567669 + - - -0.02731549459849706 + - 0.02452005579580925 + - -0.9993260882307685 + - 0.5800308789354134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985206328484777 + - -0.03951508923623824 + - -0.03735108430190002 + - 0.04845651881225425 + - - -0.03806810553018358 + - -0.9985259284750421 + - 0.038688363940584364 + - 0.03507639130017575 + - - -0.03882480028562051 + - -0.037209244626953006 + - -0.9985530066035926 + - 0.5762314991646875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988878181895223 + - -0.022299948391764426 + - -0.041543218150502506 + - 0.02574810582367045 + - - -0.020408112356201505 + - -0.9987595209558133 + - 0.045419469945960515 + - -0.03051376326252947 + - - -0.04250453649473493 + - -0.044521136573991434 + - -0.9981038186358816 + - 0.5777919092980218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9963365949641614 + - -0.020213068568089458 + - -0.08309525494444552 + - 0.06459407747601384 + - - -0.02419025452309597 + - -0.9985954259842423 + - -0.04713816701418856 + - -0.03287921580181741 + - - -0.08202573450648594 + - 0.04897557618253627 + - -0.9954261257452811 + - 0.5765898367678327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995240457669903 + - -0.02053082944208337 + - -0.023025355068000315 + - -0.03485583870541917 + - - -0.02130897237438846 + - -0.999192086146827 + - -0.03407495675565943 + - 0.03737537724640729 + - - -0.02230716543926983 + - 0.03454938529080645 + - -0.9991540073212403 + - 0.5802088279920242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975514117282236 + - -0.03950135947399271 + - -0.05771328754051905 + - 0.04847185139369567 + - - -0.03727975120379325 + - -0.9985405534907821 + - 0.0390766322052747 + - 0.03508473724803604 + - - -0.05917263818025609 + - -0.036829412621292815 + - -0.9975681396560134 + - 0.5763190436670738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994926789301558 + - -0.031756089012468854 + - 0.0024363036864754276 + - -0.04285425070404106 + - - -0.03182261289028613 + - -0.9988628617341966 + - 0.03550077121708064 + - -0.023642621677428942 + - - 0.0013061676215455125 + - -0.035560290476944374 + - -0.9993666792861072 + - 0.5793114689232507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982713347246557 + - -0.022744265444124032 + - -0.0541944707185305 + - 0.025729707924638738 + - - -0.018432075846866947 + - -0.9967215440681004 + - 0.07878084900835179 + - -0.03050178587685316 + - - -0.05580860907628659 + - -0.07764574669554415 + - -0.9954177701714296 + - 0.5775897396541567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967980263089818 + - -0.021033983405392746 + - -0.07714445079602364 + - 0.06460047008119396 + - - -0.024388193671853173 + - -0.9987860220302095 + - -0.0427983435017593 + - -0.03286853689174902 + - - -0.07615057948527135 + - 0.04454271813856968 + - -0.9961009163256933 + - 0.5765994186321204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996743425167508 + - -0.020289134758961783 + - -0.015477723490056258 + - -0.034842367641550694 + - - -0.020784336487571678 + - -0.9992544829207668 + - -0.03253443897660621 + - 0.037388412968271625 + - - -0.014806088966143188 + - 0.03284553810616908 + - -0.9993507644246052 + - 0.5801318853235302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977581894470844 + - -0.041355367930710325 + - -0.05261491171323621 + - 0.04844750623297155 + - - -0.03925953797925529 + - -0.9984175637399486 + - 0.04026235329983975 + - 0.035093968455841305 + - - -0.05419671640359291 + - -0.038106455606645995 + - -0.9978028933472618 + - 0.576177304842864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993465006820477 + - -0.03288095108920747 + - 0.015013814639029427 + - -0.04286088916137384 + - - -0.0331691203511725 + - -0.9992621139289255 + - 0.0193658751783862 + - -0.02364531650014156 + - - 0.014365967759793378 + - -0.019851214616857737 + - -0.9996997290429563 + - 0.5795511896182873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982633920149065 + - -0.023922920418478842 + - -0.05383209118680226 + - 0.02571531868706911 + - - -0.020278758406327008 + - -0.9975299549232488 + - 0.06725147573339006 + - -0.030487804581597583 + - - -0.05530797519699023 + - -0.0660430383119376 + - -0.9962827635616992 + - 0.5775237202859389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957711508085365 + - -0.02000070606130629 + - -0.08966485919518322 + - 0.0645990627064459 + - - -0.025245989596785878 + - -0.9980117197373041 + - -0.057751599772382124 + - -0.032879919739830586 + - - -0.08833150755377034 + - 0.05977105506881782 + - -0.994296216300374 + - 0.5765797499671805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997027614643275 + - -0.019290242799712 + - -0.014908898461193004 + - -0.034845360110843264 + - - -0.01969870813358995 + - -0.9994206627287393 + - -0.027754275503336746 + - 0.03739715467038274 + - - -0.014364874467451529 + - 0.02803971190250785 + - -0.9995035892571665 + - 0.5800144102396503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974255493567326 + - -0.03909152103825771 + - -0.060117605352639346 + - 0.048459305031196845 + - - -0.0373439698227994 + - -0.9988543609939513 + - 0.02992312552590036 + - 0.03505979882624375 + - - -0.061218472770023284 + - -0.027601059876033708 + - -0.99774269232374 + - 0.576128771496573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990172290893848 + - -0.022657791930866988 + - -0.03809462491461453 + - 0.025743290131699823 + - - -0.020931530058586018 + - -0.9987623098003346 + - 0.04511894914232182 + - -0.030501179043471868 + - - -0.039069771332503875 + - -0.04427722876511641 + - -0.9982550175085061 + - 0.5777367578161654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9954878301615934 + - -0.01862782335413944 + - -0.0930429158896563 + - 0.06459573349732503 + - - -0.022645108086639484 + - -0.9988479035520251 + - -0.04230915562225503 + - -0.03283594803234073 + - - -0.09214759399955647 + - 0.04422521641338522 + - -0.9947627612417353 + - 0.576507822906739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996468948574098 + - -0.020766846263783577 + - -0.01657780740010836 + - -0.03485643335514122 + - - -0.02141919946939204 + - -0.9989622622807218 + - -0.04019473140939549 + - 0.037376775617756444 + - - -0.01572588617627334 + - 0.040535621806497876 + - -0.9990543327911311 + - 0.580161528717965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981072902544579 + - -0.039829687517828054 + - -0.04685544934301035 + - 0.0484710281935958 + - - -0.03775231059855911 + - -0.9982995718778814 + - 0.044415400852739664 + - 0.035064035252263585 + - - -0.04854482655621667 + - -0.04256243391386115 + - -0.9979137432834343 + - 0.5762592508639395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995135706256254 + - -0.031166394195971812 + - -0.0011304901742458494 + - -0.042876876239830684 + - - -0.03110670662343046 + - -0.9988862407839498 + - 0.035477468561791625 + - -0.023673438433018897 + - - -0.0022349358506676235 + - -0.03542504545276379 + - -0.9993698370555383 + - 0.5793458388277439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985479656551578 + - -0.02464921432423792 + - -0.04789965051170635 + - 0.025759507340641894 + - - -0.021397053593233215 + - -0.9975059854991798 + - 0.06726050097076719 + - -0.03053357199499879 + - - -0.04943810659272999 + - -0.06613792502421023 + - -0.9965849931089761 + - 0.5775472485474906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9946618877423282 + - -0.02277197044121801 + - -0.10064376004051333 + - 0.06458630888936842 + - - -0.02565491372117508 + - -0.9992940763162502 + - -0.027444023779525012 + - -0.03284049274228386 + - - -0.09994775872838367 + - 0.029879531480201713 + - -0.9945439452953782 + - 0.5763915554120885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996681759416064 + - -0.019397938091793084 + - -0.01694868748217507 + - -0.03483678093323466 + - - -0.019655622815033177 + - -0.9996916880341744 + - -0.015171861030763662 + - 0.03739136537411055 + - - -0.016649159178007227 + - 0.01549996365062256 + - -0.9997412448356302 + - 0.5803347545214116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977364186055511 + - -0.0406465259148408 + - -0.05357143753179265 + - 0.048459385758140995 + - - -0.038402950776165096 + - -0.9983681285091043 + - 0.042264563749226984 + - 0.03510846793424077 + - - -0.055201923515870596 + - -0.0401115931905379 + - -0.99766918752253 + - 0.5763126034073515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976996236288145 + - -0.02397030298451691 + - -0.06341045328455293 + - 0.02571506952392261 + - - -0.019398176247443083 + - -0.9972331725081215 + - 0.07176148275823516 + - -0.030504383256091696 + - - -0.06495515198346584 + - -0.07036635719019285 + - -0.9954041410435196 + - 0.5775514863132026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9941847246421118 + - -0.01871873462903206 + - -0.10604877303475055 + - 0.06458994822346563 + - - -0.024796136186354286 + - -0.9981069502981196 + - -0.0562820344054345 + - -0.03288847051045698 + - - -0.10479448897015498 + - 0.05858433869623021 + - -0.9927668358386118 + - 0.5764660078834035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996825326418808 + - -0.020034147797854108 + - -0.01527962213959375 + - -0.03483746443568257 + - - -0.02071969061335353 + - -0.9987213480563355 + - -0.04611250760285332 + - 0.037349306152168776 + - - -0.01433626002840126 + - 0.04641445743030971 + - -0.9988193879725444 + - 0.5801868942266541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970476360967406 + - -0.04019050837782282 + - -0.0654273214355719 + - 0.048449006252155084 + - - -0.03788853816385105 + - -0.998631397224669 + - 0.03605261645028439 + - 0.03507255116170413 + - - -0.0667867504053603 + - -0.0334672304416883 + - -0.9972058335453391 + - 0.576109712697621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987744579801238 + - -0.022718929248332388 + - -0.04397081236819743 + - 0.025727890601808166 + - - -0.019623086557031662 + - -0.9973818927622166 + - 0.06960096597054863 + - -0.030507766374914546 + - - -0.04543695148758552 + - -0.0686528240050436 + - -0.9966053748578958 + - 0.577721252960682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.994529148627214 + - -0.020800225217635616 + - -0.10236758843366706 + - 0.06458111318846232 + - - -0.0250001226271099 + - -0.9988901966495367 + - -0.03991702526590901 + - -0.03285215308212405 + - - -0.10142369742549556 + - 0.04225784741731867 + - -0.9939454250270464 + - 0.5763877778779212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997884313986974 + - -0.02000139862185513 + - -0.004799634830052382 + - -0.03484871650617746 + - - -0.02017726933181167 + - -0.9989989438910467 + - -0.03992477810688292 + - 0.03736063144489857 + - - -0.003996278724480135 + - 0.04001317480208184 + - -0.999191160688791 + - 0.5802175677074208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982234825743574 + - -0.03906567302282345 + - -0.04498613151178089 + - 0.04847130202111383 + - - -0.03718704779972218 + - -0.9984309468529634 + - 0.041866070298462905 + - 0.03507641392004989 + - - -0.04655107209358963 + - -0.04011879307218132 + - -0.9981099539276065 + - 0.5763477452279129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985305895070989 + - -0.02282403765814427 + - -0.049150026689567375 + - 0.025731068743045527 + - - -0.019532084509991107 + - -0.9975987954179939 + - 0.06644652778935284 + - -0.03050940922607305 + - - -0.0505485854727918 + - -0.06538888808923338 + - -0.9965787143126993 + - 0.5776677643709249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9945715117309667 + - -0.020011260298238912 + - -0.10211296447785566 + - 0.06458332058650514 + - - -0.02445352688647239 + - -0.9987997716388035 + - -0.042438675722579554 + - -0.03286516411621374 + - - -0.1011411542152464 + - 0.04470531999158286 + - -0.9938671446870843 + - 0.5764739223662373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997022223297678 + - -0.019430635267931633 + - -0.014762014835655049 + - -0.03484069151668459 + - - -0.019713992465842826 + - -0.9996193940593486 + - -0.019298329499660108 + - 0.03740229570276586 + - - -0.014381417523324353 + - 0.01958360113731309 + - -0.9997047851223452 + - 0.5801231872634061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975604354838079 + - -0.04108195854035911 + - -0.056439793052807254 + - 0.048477254542467416 + - - -0.039011981323925006 + - -0.9985422859138551 + - 0.037301053002760515 + - 0.035112990460280075 + - - -0.05788992028442621 + - -0.03500822652493607 + - -0.9977089661845491 + - 0.5763243721476448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987950658564192 + - -0.021282436601624783 + - -0.04422074528056904 + - 0.025724056936494214 + - - -0.0189989414868012 + - -0.9984957493437103 + - 0.051432273573346274 + - -0.030504680502719757 + - - -0.04524883029706129 + - -0.050530153718747486 + - -0.9976969714907967 + - 0.5776102481905361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9947556863543772 + - -0.018905912929972384 + - -0.10051711755674313 + - 0.06460012172133207 + - - -0.023208388212331534 + - -0.9988560890358084 + - -0.04180770398714102 + - -0.03285311457477278 + - - -0.09961172211249801 + - 0.04392129156087056 + - -0.9940565501848518 + - 0.5765098145374219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995478496687026 + - -0.019662099415889853 + - -0.022748583895100184 + - -0.03486306168311844 + - - -0.020417633112505107 + - -0.9992311076030032 + - -0.03347108986212559 + - 0.03737530792697665 + - - -0.022072980785473505 + - 0.033920428137554734 + - -0.999180758458753 + - 0.5801383004592495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975706632539113 + - -0.04064957750597327 + - -0.05657193353366317 + - 0.04845329219293991 + - - -0.038044350299014734 + - -0.9981986318178877 + - 0.046390934968198405 + - 0.035082038966768876 + - - -0.05835579855915938 + - -0.04412599330874749 + - -0.9973201579678613 + - 0.57620505137759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986072497140882 + - -0.02384574996051448 + - -0.04706315997981079 + - 0.025741404194920898 + - - -0.020353755309495236 + - -0.9970999399019055 + - 0.07333099271397818 + - -0.03050375475992669 + - - -0.04867530650407694 + - -0.0722709489105889 + - -0.9961965792353922 + - 0.5776785801075438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9943621014775073 + - -0.018423019801500365 + - -0.10442510946428987 + - 0.06458025648164009 + - - -0.02379620381138739 + - -0.9984433205652133 + - -0.050444784694536796 + - -0.03285610752969159 + - - -0.10333320777660157 + - 0.05264530330527868 + - -0.9932525963774238 + - 0.5764689268821933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996993381617699 + - -0.019315150937194683 + - -0.01510490725534848 + - -0.03483766189455595 + - - -0.019482444979347115 + - -0.999749599152572 + - -0.011007875903092228 + - 0.03739662473183965 + - - -0.014888506189205286 + - 0.011298846779408662 + - -0.9998253189657226 + - 0.5801093464800144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972992651652037 + - -0.038970211259554105 + - -0.062253500586958894 + - 0.048445853201067736 + - - -0.03736630766996475 + - -0.9989442301225918 + - 0.026724224140189285 + - 0.03505681343534922 + - - -0.06322922387676684 + - -0.024325865640656332 + - -0.997702519546169 + - 0.5761484768591577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999322209754197 + - -0.032265912366477544 + - 0.017720947806120522 + - -0.04284615904304585 + - - -0.03262233582220602 + - -0.9992634703859449 + - 0.020206433573018 + - -0.02366255361599358 + - - 0.017055916788366144 + - -0.020770836559858796 + - -0.9996387687815592 + - 0.5794609802224202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983281527434908 + - -0.023649886900757002 + - -0.052740708085413035 + - 0.025717170345280968 + - - -0.02008991565192216 + - -0.9975482183027833 + - 0.06703691110158508 + - -0.030505945212889563 + - - -0.05419681474835955 + - -0.06586527924881644 + - -0.9963555942837918 + - 0.577601230876698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9936961724519041 + - -0.020596580264733766 + - -0.1101984470663452 + - 0.0645852147341536 + - - -0.023661674503838055 + - -0.9993666365933775 + - -0.026579142644458188 + - -0.03288140454048525 + - - -0.10958121195766236 + - 0.029019072098163567 + - -0.9935541512370886 + - 0.5764572032967219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995708957083204 + - -0.019788919395681934 + - -0.021596831295757804 + - -0.034857114378125845 + - - -0.02053082925221611 + - -0.999187230659933 + - -0.03468952487929775 + - 0.037392198985523165 + - - -0.020892809841727075 + - 0.03511804031101783 + - -0.9991647580562638 + - 0.5801775989850574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977096399383856 + - -0.04072262266689763 + - -0.05401057653040318 + - 0.0484742112171588 + - - -0.03835727543980102 + - -0.9982891338215386 + - 0.04413076834452073 + - 0.035084059855891005 + - - -0.05571529228903229 + - -0.041957994434576956 + - -0.9975647011137553 + - 0.5763412161188165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990575543086996 + - -0.02269307093610946 + - -0.037000374460383345 + - 0.025723804993160775 + - - -0.020418310062199355 + - -0.9979448214250386 + - 0.06073899904635168 + - -0.03051818060271766 + - - -0.03830268649747394 + - -0.05992627072025695 + - -0.997467666786568 + - 0.5775982370634567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9949079282206947 + - -0.020290927972605437 + - -0.0987243263112764 + - 0.06458158400290744 + - - -0.024199362645122773 + - -0.998963443053061 + - -0.03855425127200936 + - -0.03285053094693468 + - - -0.0978396913894084 + - 0.04074699603143693 + - -0.9943676770205481 + - 0.5763885895142479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99961865813516 + - -0.020284923696940745 + - -0.018736599976283002 + - -0.03483109370638836 + - - -0.020786367729742357 + - -0.9994201725960266 + - -0.02696749014521775 + - 0.037377520756357314 + - - -0.018178702502265724 + - 0.027346672169347823 + - -0.9994607017269845 + - 0.5801027662753373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997899794418028 + - -0.04032729609299683 + - -0.05069230208113673 + - 0.0484534867670287 + - - -0.03852701432266971 + - -0.9986087474136648 + - 0.03600331590689731 + - 0.03508493986990286 + - - -0.05207369266566622 + - -0.03397467849353109 + - -0.99806515406231 + - 0.576216035026913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998869669591031 + - -0.023200146983152405 + - -0.041486580373233314 + - 0.02573853943365018 + - - -0.020987362028303362 + - -0.998373950626971 + - 0.052999861741223536 + - -0.03050952393987893 + - - -0.04264872572771142 + - -0.052069260504216924 + - -0.9977323680749 + - 0.5776244374727566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9940514268390737 + - -0.020816292594624072 + - -0.10690389497963464 + - 0.0645853163101407 + - - -0.024486995268651647 + - -0.999150726772666 + - -0.033139285634528184 + - -0.03285695180046026 + - - -0.10612326729758552 + - 0.0355599093399971 + - -0.9937169340339416 + - 0.5764066824298042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996851173716388 + - -0.02000165668253793 + - -0.015152552115298427 + - -0.0348535766197916 + - - -0.02037152483401216 + - -0.9994882676948852 + - -0.02466178655764214 + - 0.0373824520528154 + - - -0.014651521476972105 + - 0.02496270158118625 + - -0.9995810104479669 + - 0.5802742422042214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982184960327309 + - -0.04117118889098738 + - -0.043182952463388824 + - 0.04846521224574304 + - - -0.03835118048114437 + - -0.9971988693281054 + - 0.0642152782945926 + - 0.035129406275971345 + - - -0.045705810723094625 + - -0.062444761317919394 + - -0.9970013192820227 + - 0.5763290281831436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985130606831687 + - -0.02178016333880177 + - -0.04997291396412359 + - 0.02573365474423649 + - - -0.018838433829366258 + - -0.9981037463978807 + - 0.0586005532172956 + - -0.030493195584100127 + - - -0.051154482266827526 + - -0.057572006317754984 + - -0.9970299308609359 + - 0.577641095485918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9946499569659607 + - -0.021180298720261028 + - -0.1011081502834119 + - 0.0645793886014504 + - - -0.024547858098271227 + - -0.9991806143113973 + - -0.032179226949782876 + - -0.03284826462886601 + - - -0.10034373807268511 + - 0.0344890552265353 + - -0.9943548859935175 + - 0.5763752264701729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996812354920542 + - -0.02000379739414904 + - -0.015403749377791013 + - -0.03484801327242952 + - - -0.02042332690500993 + - -0.999411002987739 + - -0.02757779587227659 + - 0.03737119809840322 + - - -0.014843015974223652 + - 0.027883600858850607 + - -0.9995009703246583 + - 0.5802372148823172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979572726770953 + - -0.0397740522769682 + - -0.04999306628286312 + - 0.04847544929701823 + - - -0.03796105263848043 + - -0.9986048357227796 + - 0.03670613781996672 + - 0.03506657699984191 + - - -0.05138326958721353 + - -0.034733367768600754 + - -0.9980748232321955 + - 0.5762975437618247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993519325172017 + - -0.0315138632727366 + - 0.01739515437590673 + - -0.04287265163955019 + - - -0.03190163045227612 + - -0.999238099845142 + - 0.02248345597004518 + - -0.023656341286342183 + - - 0.01667336044775535 + - -0.023023818959890533 + - -0.9995958697453097 + - 0.5794458004018681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983935159384623 + - -0.0213055720070598 + - -0.052501999328476295 + - 0.025717626318106833 + - - -0.019218997960603557 + - -0.9990175444738071 + - 0.03993214182730204 + - -0.03050277114835555 + - - -0.05330119557219755 + - -0.03885895565989182 + - -0.9978221104563666 + - 0.5776720172148625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9939809690457929 + - -0.020648145205326148 + - -0.10758943848894402 + - 0.0645687954298895 + - - -0.02465736493303043 + - -0.9990451052365161 + - -0.0360678812451853 + - -0.03285495019025322 + - - -0.10674196704832577 + - 0.03850365959927958 + - -0.9935409506749663 + - 0.5763894883527559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999680068864188 + - -0.019485791592072765 + - -0.016126495022866214 + - -0.03484368473559272 + - - -0.02013820239739589 + - -0.9989424085881334 + - -0.041334212564662305 + - 0.03736607249482351 + - - -0.015304009928569071 + - 0.04164574708381968 + - -0.9990152246236977 + - 0.5802468057635444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99827786558324 + - -0.039521863288870314 + - -0.04335118693584049 + - 0.04849363388028131 + - - -0.03774835766317442 + - -0.998446105365128 + - 0.04099312350799453 + - 0.035082924092414675 + - - -0.04490394838211227 + - -0.03928609172957369 + - -0.9982185323947422 + - 0.576269587437003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986035542229112 + - -0.023914127825303447 + - -0.04710685707754563 + - 0.025721844960840953 + - - -0.020558889061707147 + - -0.9973022940729566 + - 0.07046606500555572 + - -0.03049882347896941 + - - -0.04866491111589213 + - -0.06939919831794769 + - -0.9964012633968853 + - 0.5776361171574121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964223348168776 + - -0.020529535937559146 + - -0.08198212507779286 + - 0.0646181586337955 + - - -0.02409290008554547 + - -0.9987967547933868 + - -0.04271504160910394 + - -0.032868881184678254 + - - -0.08100656049697659 + - 0.04453740864024337 + - -0.995718010476893 + - 0.5766090989595242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996382189127297 + - -0.019827860270650092 + - -0.01817380659281691 + - -0.034825863413365694 + - - -0.020435100385731795 + - -0.9992176584045461 + - -0.03385967815501422 + - 0.0373657770543975 + - - -0.01748822350070481 + - 0.03421881192595177 + - -0.9992613446687338 + - 0.5801962402687769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975558373780034 + - -0.040154964225998215 + - -0.057183303166916055 + - 0.04844875309415664 + - - -0.03783249231054484 + - -0.9984371230936364 + - 0.041134094788564314 + - 0.03505707364957026 + - - -0.05874567080767054 + - -0.03887016949423853 + - -0.9975159427722673 + - 0.5762261427354223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977327523008176 + - -0.023638243233884637 + - -0.06301260542979675 + - 0.025727377569019088 + - - -0.019249966064011304 + - -0.9974058978757553 + - 0.06936075035056619 + - -0.030495526099032593 + - - -0.06448871058386854 + - -0.06799050183279176 + - -0.9955995670287106 + - 0.5775761874978829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9952836041481218 + - -0.021404800947552073 + - -0.09461702706342237 + - 0.06460143448055831 + - - -0.024504320123510656 + - -0.9991964019748542 + - -0.03171889934708445 + - -0.03286396269188786 + - - -0.09386205628052924 + - 0.0338878263820747 + - -0.9950083063039672 + - 0.5764868850382813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993695213860313 + - -0.02000966860840953 + - -0.029328704145197317 + - -0.03487056184737655 + - - -0.02076924214681015 + - -0.9994506524956521 + - -0.025826958912387375 + - 0.037392450611860625 + - - -0.02879580360576952 + - 0.02641981052537302 + - -0.999236105886142 + - 0.580354955684123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980052271134995 + - -0.03866499926793443 + - -0.04990575603818549 + - 0.04848176433595748 + - - -0.03740226473081913 + - -0.9989621706166765 + - 0.02599331202106295 + - 0.03505369651084643 + - - -0.050858993768437666 + - -0.024074872968081102 + - -0.9984156265025269 + - 0.5762635419548301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993877509511087 + - -0.03245004326643823 + - 0.013081205635997642 + - -0.04286273134174043 + - - -0.03270789789087079 + - -0.999264727368742 + - 0.020004950693111524 + - -0.023649774727460802 + - - 0.012422425867975203 + - -0.02042056141930824 + - -0.9997143011915327 + - 0.5795256619523775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981619397204122 + - -0.023622672341871234 + - -0.0558095999359668 + - 0.02572846640923921 + - - -0.019696812148716682 + - -0.9973612362839708 + - 0.06987560339121934 + - -0.030503213083907157 + - - -0.057312980072251 + - -0.06864789661407994 + - -0.9959933175507252 + - 0.5775284878559676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958672630278423 + - -0.02101341684203518 + - -0.0883562716622717 + - 0.06457626673101881 + - - -0.024212796975077836 + - -0.9990835666946455 + - -0.03529542779665948 + - -0.032835710616944375 + - - -0.0875336214952743 + - 0.037288913544489516 + - -0.9954634106960403 + - 0.5764519841726399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997433119766372 + - -0.020198490080546878 + - -0.010263096825530053 + - -0.03482532747118573 + - - -0.020538721176815235 + - -0.9992037995749665 + - -0.03420420803602064 + - 0.03737701601888055 + - - -0.009564051986746883 + - 0.034406219109579396 + - -0.999362167082674 + - 0.5801082363439337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973102216900518 + - -0.04028298922959448 + - -0.06123399783835945 + - 0.04847551222270005 + - - -0.03744152718253608 + - -0.9981993536588352 + - 0.046863444147039364 + - 0.035094403322269443 + - - -0.06301153668003381 + - -0.04444469747688289 + - -0.997022675324593 + - 0.5763574201520958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.999168907319117 + - -0.022883845895514166 + - -0.033731650474769476 + - 0.025732953819559472 + - - -0.021090964470055474 + - -0.9983938959924255 + - 0.052581362313938854 + - -0.030516805411385205 + - - -0.0348807377279282 + - -0.051826229286889194 + - -0.9980467805135484 + - 0.5776432399533262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964435258337913 + - -0.019530857596418122 + - -0.08196856364162486 + - 0.0645980296944596 + - - -0.02338971364932961 + - -0.9986498047538331 + - -0.04638414341705191 + - -0.032875230887356735 + - - -0.08095196797685053 + - 0.0481364006410919 + - -0.9955549536886428 + - 0.5765655885422891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995894361922631 + - -0.02014092826056362 + - -0.02037896125017752 + - -0.03483714633551887 + - - -0.02040922386439574 + - -0.9997066143746891 + - -0.013044108123967876 + - 0.037387257482080744 + - - -0.020110261909940072 + - 0.013454671467546687 + - -0.9997072317341783 + - 0.580117550293886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978519328602528 + - -0.040057415404629246 + - -0.05183554338635427 + - 0.04842582517314953 + - - -0.03806405431434265 + - -0.9985183332828621 + - 0.03888786272308733 + - 0.035060297092133555 + - - -0.05331648765825086 + - -0.03683125804416521 + - -0.997898196498356 + - 0.5760830318516071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993638771493037 + - -0.032780426665922395 + - 0.014045806374552026 + - -0.042878791470743485 + - - -0.033151760384221414 + - -0.9990835385753015 + - 0.027074780355172936 + - -0.023640853489802917 + - - 0.013145411082902264 + - -0.02752320067604375 + - -0.9995347275567805 + - 0.5794943203852112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990061603290437 + - -0.021799969108001624 + - -0.03887740952675928 + - 0.025716698453109935 + - - -0.019946225114559984 + - -0.9986745190248706 + - 0.04744842625549828 + - -0.030503356473541014 + - - -0.03986025248666239 + - -0.04662581256486943 + - -0.998116823760809 + - 0.5776326321054075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964085017789849 + - -0.019326114769984522 + - -0.08244148755606034 + - 0.06459633483187566 + - - -0.023850972043681192 + - -0.9982420146543549 + - -0.05425874410071059 + - -0.03286730722222618 + - - -0.08124794591329804 + - 0.05603018353273746 + - -0.9951177768576732 + - 0.5765707466085513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997947879299026 + - -0.019800918111906124 + - -0.004278512606803984 + - -0.03483113613837722 + - - -0.01992297257569528 + - -0.9993310639775022 + - -0.030667568102833137 + - 0.03738864871006902 + - - -0.003668404550903077 + - 0.030746515437028027 + - -0.9995204823296678 + - 0.5802864448170925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983364174506358 + - -0.039261117038850456 + - -0.04222513801861822 + - 0.048494562626097575 + - - -0.03745146117694937 + - -0.9983803136947508 + - 0.042826829003359546 + - 0.035095497460234 + - - -0.04383817568673593 + - -0.04117418992078935 + - -0.9981898118278036 + - 0.5763342738259076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994158184385408 + - -0.03363276445350235 + - 0.006071162165262747 + - -0.04285491544523279 + - - -0.03374634053931686 + - -0.9992364486192996 + - 0.019690206979471776 + - -0.023659469767893605 + - - 0.005404290427627721 + - -0.019883583829511428 + - -0.9997876958330048 + - 0.5795488279686047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986561419600261 + - -0.025626734231083578 + - -0.04504642736295301 + - 0.0257100452243268 + - - -0.02311500843096961 + - -0.998195444168269 + - 0.05542158087738322 + - -0.030510897429059367 + - - -0.04638541269356775 + - -0.054305853592053366 + - -0.9974463733729678 + - 0.5775746264156543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960411106557493 + - -0.020071317865307473 + - -0.08659819907371655 + - 0.06458536990619192 + - - -0.023709753730565237 + - -0.9988698461021281 + - -0.041193180575768304 + - -0.032883737118784784 + - - -0.0856735283602654 + - 0.04308332330567938 + - -0.9953913169157355 + - 0.5765484563136362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996253968531772 + - -0.01972302010035114 + - -0.0189754695396262 + - -0.034851582671619 + - - -0.020385388624505164 + - -0.9991663291928833 + - -0.035370645143210255 + - 0.03738073274034205 + - - -0.018262034299497756 + - 0.03574421750913219 + - -0.9991940997713628 + - 0.5803311078149018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981841761257554 + - -0.03838640696645774 + - -0.04642019272205312 + - 0.0484833401414626 + - - -0.03744885324329939 + - -0.9990799389550425 + - 0.020901171458815204 + - 0.03505355834748526 + - - -0.047179804184723916 + - -0.01912483562790676 + - -0.9987033126706335 + - 0.5762553636270875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99948715241948 + - -0.030758201788523853 + - 0.008908713214340797 + - -0.04285430188764085 + - - -0.030950326310450995 + - -0.9992721954386496 + - 0.022297011559805745 + - -0.02367954326516276 + - - 0.008216413431390082 + - -0.022561304172364547 + - -0.9997116974930157 + - 0.5795175196288412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988525055746678 + - -0.0255641326206782 + - -0.04049873122161626 + - 0.025704992547842823 + - - -0.022602491637931967 + - -0.9971505910546532 + - 0.07197100896272637 + - -0.03051795804782467 + - - -0.04222321019256535 + - -0.07097305039737267 + - -0.9965841794039911 + - 0.5775315953011558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965972933356734 + - -0.01955906876282911 + - -0.08007045488281404 + - 0.06460125238988526 + - - -0.024357075022436822 + - -0.9979375937752302 + - -0.05939100795958147 + - -0.03287038454930817 + - - -0.0787436842696684 + - 0.061139199857657665 + - -0.9950183065795343 + - 0.5765721595399491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997085344497079 + - -0.020381006228964944 + - -0.01294066201985178 + - -0.034853183326128426 + - - -0.020634889232122623 + - -0.9995910295335858 + - -0.01979835908262235 + - 0.0374210918093683 + - - -0.012531859191483601 + - 0.020059617670367434 + - -0.9997202429900697 + - 0.580209737260048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982608867340848 + - -0.03986045970586643 + - -0.043432082253974054 + - 0.04846395077748138 + - - -0.03778472920644619 + - -0.9981511521713559 + - 0.04760873509966357 + - 0.03506714361528501 + - - -0.045249489010092715 + - -0.045884868650039795 + - -0.9979213709372566 + - 0.5761805044697593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979283396407456 + - -0.022425051392485785 + - -0.060300464441902395 + - 0.02571976012254594 + - - -0.01906857192779308 + - -0.9982669410674604 + - 0.05567318866787812 + - -0.03047915291757502 + - - -0.06144443430042582 + - -0.054408008986351834 + - -0.9966264847231587 + - 0.5774958469617547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962457126180144 + - -0.020922337856768995 + - -0.08400438005742226 + - 0.06459963859312708 + - - -0.024822533969576656 + - -0.9986487882188932 + - -0.04565566335369038 + - -0.03287736588872661 + - - -0.08293564913566327 + - 0.04756946045041403 + - -0.9954189191164204 + - 0.5765814894224064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994898460193025 + - -0.02053441639176986 + - -0.024461918317262105 + - -0.034863041155952484 + - - -0.021285285190512676 + - -0.999297634657731 + - -0.03084110895904352 + - 0.03740529601212725 + - - -0.023811432940281686 + - 0.03134605415222889 + - -0.9992249199006283 + - 0.5803548666725318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981799636333186 + - -0.0387482277264369 + - -0.04620968566271433 + - 0.04847342266932969 + - - -0.03744215678864817 + - -0.9988836241992755 + - 0.028802607547495536 + - 0.03505290355887904 + - - -0.047274148284246933 + - -0.027019995458566343 + - -0.9985164368949658 + - 0.5763002817123813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990067606816101 + - -0.022610879651037648 + - -0.038395836152407305 + - 0.025725505633954725 + - - -0.020363788939019266 + - -0.998112382775337 + - 0.057939515450048336 + - -0.03050575700113236 + - - -0.03963342292161116 + - -0.057100082941670106 + - -0.9975814614935319 + - 0.5776706072713839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966090923854493 + - -0.022267358812295177 + - -0.07921162607960747 + - 0.06459393444313952 + - - -0.025464854697276745 + - -0.9988915517482008 + - -0.03958799087246775 + - -0.032860157267336876 + - - -0.07824230409374222 + - 0.04147086420122575 + - -0.9960714378359146 + - 0.5765701545989073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999503104207763 + - -0.020422188312351576 + - -0.024009975084959053 + - -0.03487568723022656 + - - -0.02093035374331864 + - -0.999558099894435 + - -0.021107468526719058 + - 0.03739835238725468 + - - -0.0235683043773847 + - 0.02159951758631982 + - -0.9994888673060913 + - 0.5802699632587113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979682473327899 + - -0.03961146423010058 + - -0.04990299807693987 + - 0.04846382258144099 + - - -0.03751623617449828 + - -0.9984026480814961 + - 0.04224552434465896 + - 0.035093066775130036 + - - -0.05149669250368288 + - -0.04028751922622399 + - -0.997860213885581 + - 0.5764072778935874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983351517926938 + - -0.02371951709223771 + - -0.05257669829848657 + - 0.02572886587816707 + - - -0.019965965010366227 + - -0.9972905609119072 + - 0.07080181747116049 + - -0.030501440097571025 + - - -0.05411362985666244 + - -0.06963419867368145 + - -0.996103806557736 + - 0.5775569486360486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9973307777611764 + - -0.01996603687376953 + - -0.07023302002507194 + - 0.06461184363514123 + - - -0.022840067913961953 + - -0.9989241557567471 + - -0.04035916678222833 + - -0.032863203722702156 + - - -0.06935164762262312 + - 0.041855566143888114 + - -0.9967138308234728 + - 0.5767049972352316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996899807702295 + - -0.02021177332856782 + - -0.014540514658450542 + - -0.03483628376162035 + - - -0.02048836532508723 + - -0.9996070277423085 + - -0.019131570100049622 + - 0.03738745728982193 + - - -0.014148117681295407 + - 0.019423550321760026 + - -0.9997112365373183 + - 0.5800733104031355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978723499663507 + - -0.040019137857559964 + - -0.05147078567275435 + - 0.04849383643918761 + - - -0.03800930969763222 + - -0.9984983063180146 + - 0.03945154821253442 + - 0.03508588662940186 + - - -0.05297230926571433 + - -0.03741124009163633 + - -0.9978949511676385 + - 0.576528034590657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994520536627252 + - -0.033094579165299086 + - 0.0005841739748692452 + - -0.042880196248712726 + - - -0.03309631464206992 + - -0.9989394366407807 + - 0.03200993409729302 + - -0.02365067219230922 + - - -0.000475800876702781 + - -0.03201172837682598 + - -0.9994873800403157 + - 0.5794751449147877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981380169126356 + - -0.022791386728358485 + - -0.05657783916614012 + - 0.025707269817980133 + - - -0.018536497763209984 + - -0.9970396208853074 + - 0.07462166331272205 + - -0.030498038902249988 + - - -0.05811107849959185 + - -0.07343396404853234 + - -0.9956056224628974 + - 0.5775458921935083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960169320736036 + - -0.019374218133491532 + - -0.08703396287888018 + - 0.06459116966102692 + - - -0.023604355394387187 + - -0.9985760693670204 + - -0.04784002606529249 + - -0.03286015405450353 + - - -0.0859831694525264 + - 0.04970385658304885 + - -0.9950559889833689 + - 0.5765825930471744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997227710459274 + - -0.019096768070843574 + - -0.013772962698726977 + - -0.034837357768256215 + - - -0.01931976453788467 + - -0.9996813925582462 + - -0.01624377022140792 + - 0.03738780885356612 + - - -0.013458371017801866 + - 0.01650535737430772 + - -0.9997731969939448 + - 0.5802755886586073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982445311382299 + - -0.03871701329271835 + - -0.04482018445195301 + - 0.04846229714458991 + - - -0.03735993246989309 + - -0.9988292569853341 + - 0.030730291830220205 + - 0.0350715431180921 + - - -0.04595749665136959 + - -0.029001866695386028 + - -0.9985223083285232 + - 0.5762683883024131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988381867338233 + - -0.022383423418100783 + - -0.04267621209027131 + - 0.025723548866918286 + - - -0.019762839423054367 + - -0.9979500929781648 + - 0.060869057022521836 + - -0.03051043613137471 + - - -0.04395118769983776 + - -0.05995493541784916 + - -0.9972330213239108 + - 0.5776376922305497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99645438983955 + - -0.020916816032073092 + - -0.0814931639867448 + - 0.06460239802682359 + - - -0.024212329466006245 + - -0.9989197219638789 + - -0.03966298240722484 + - -0.03285245183910167 + - - -0.08057550540530067 + - 0.041495492269482376 + - -0.9958843868893583 + - 0.5765521678824045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996087043091563 + - -0.019604825488888294 + - -0.019952169980231856 + - -0.03485455087785248 + - - -0.01992612529305075 + - -0.9996728743145454 + - -0.016034147638743553 + - 0.037378909203646435 + - - -0.019631296446630125 + - 0.016425442984760504 + - -0.9996723548356128 + - 0.5801308387777191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979953268385588 + - -0.03968694563006341 + - -0.049297808825082445 + - 0.04848468840630064 + - - -0.03788151890162194 + - -0.9985957935496181 + - 0.037032845295948226 + - 0.035077979983952505 + - - -0.05069830504172744 + - -0.03509113066807574 + - -0.9980973371441941 + - 0.5763553504108008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986462403172253 + - -0.021982616945007392 + - -0.04714288124966279 + - 0.02572617442604978 + - - -0.019262660104304264 + - -0.9981657644048273 + - 0.057393873330113886 + - -0.03051440977017066 + - - -0.048318077631221826 + - -0.05640807852051146 + - -0.9972379315146649 + - 0.5775409238532561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968713463802783 + - -0.02075170602910172 + - -0.07626850898537976 + - 0.06459817152731137 + - - -0.024029656969200074 + - -0.9988152766912907 + - -0.04231570197980175 + - -0.0328867835591425 + - - -0.07530002889716433 + - 0.044016016914102604 + - -0.9961889860378422 + - 0.5766104732662368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996759145931816 + - -0.019823054044763786 + - -0.015972235617603685 + - -0.034821886559864595 + - - -0.020083347695261055 + - -0.9996653559521581 + - -0.016304455047500246 + - 0.03739058775958849 + - - -0.01564368651044651 + - 0.016619946972932193 + - -0.9997394922853551 + - 0.5800582208804482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982346726049092 + - -0.03929867792021445 + - -0.04453259843185576 + - 0.0485129245823825 + - - -0.03774604495708271 + - -0.9986677143038483 + - 0.03518568597064338 + - 0.03508975854691447 + - - -0.045856019228314664 + - -0.0334426422528198 + - -0.9983881084927253 + - 0.5765388965874161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994806759279415 + - -0.032209099532660476 + - -0.0009758862230837536 + - -0.04285753345160776 + - - -0.03215770432531159 + - -0.9989104902353769 + - 0.03381884903785842 + - -0.023644540605315064 + - - -0.002064097660254943 + - -0.03376990383484668 + - -0.9994275026713217 + - 0.5794872741329233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989894102973012 + - -0.02161620010196709 + - -0.03940682690857361 + - 0.025725241224019625 + - - -0.01981212349825038 + - -0.9987628267590976 + - 0.045610258129802586 + - -0.030507399802256124 + - - -0.04034399430324963 + - -0.04478343195121233 + - -0.9981817501569195 + - 0.5776585392756555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996819316720767 + - -0.020873145124790292 + - -0.07691268832216584 + - 0.06460226240375423 + - - -0.02466472203872648 + - -0.9985097666525636 + - -0.04868159186177437 + - -0.032879661101247 + - - -0.07578193253735051 + - 0.05042378121525061 + - -0.9958486536561979 + - 0.5765974306040134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997560055591366 + - -0.019417160891227064 + - -0.01053105936570239 + - -0.03484001665960655 + - - -0.019539061304174137 + - -0.9997418147121567 + - -0.011598663690072128 + - 0.03738309981425394 + - - -0.0103031272821154 + - 0.011801600695154664 + - -0.999877276364075 + - 0.5801367480822945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980216724803165 + - -0.03853866724853988 + - -0.04967406150395159 + - 0.04850096324008036 + - - -0.03716334551815616 + - -0.9989078447543005 + - 0.028319665220773945 + - 0.03508606037043422 + - - -0.05071121187163829 + - -0.026417585336757973 + - -0.998363903682162 + - 0.5764337603969555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990256028169938 + - -0.02300460546418721 + - -0.03766474536724191 + - 0.025709330685531485 + - - -0.02129897040503988 + - -0.9987564738906153 + - 0.045076154685934115 + - -0.03052138735621234 + - - -0.038654867427367005 + - -0.04423001231089715 + - -0.9982732628069084 + - 0.5776385824340544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960488402376081 + - -0.02159548255833123 + - -0.08614141277219 + - 0.0645861638020044 + - - -0.024215635133004423 + - -0.9992717441052541 + - -0.029488717299142868 + - -0.03288335750017629 + - - -0.08544185670045573 + - 0.03145817168743882 + - -0.9958464101244039 + - 0.576489773289788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995183319316874 + - -0.019625437294697193 + - -0.024040514626128884 + - -0.03484583379397864 + - - -0.020063005185279904 + - -0.9996349145790955 + - -0.01809733066998781 + - 0.03737549856529436 + - - -0.02367656975646261 + - 0.0185709387332832 + - -0.9995471676109793 + - 0.5801378510802433 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981311233677745 + - -0.03915562537156362 + - -0.04691585623588407 + - 0.04847958103025678 + - - -0.03756221847365244 + - -0.998702818475 + - 0.03437673796957673 + - 0.035067595909420504 + - - -0.048201040527378475 + - -0.0325502284454825 + - -0.9983071382696935 + - 0.576366558997054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985567398145643 + - -0.022445246602259022 + - -0.048791887398136155 + - 0.02571636005949835 + - - -0.019276887918423267 + - -0.9977338354775909 + - 0.06446390567873188 + - -0.030501093784324196 + - - -0.050128225213837016 + - -0.06343031174556589 + - -0.9967265204602371 + - 0.577527951742442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968058117322997 + - -0.02217733476893846 + - -0.07672248379228637 + - 0.06460546835310102 + - - -0.025675255121199732 + - -0.9986610422194748 + - -0.04490995466011651 + - -0.032865109170276276 + - - -0.07562377252671622 + - 0.04673637315473728 + - -0.9960405395631088 + - 0.5765859420178798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996425107748614 + - -0.019753906353950114 + - -0.018017597938972316 + - -0.03485272688666309 + - - -0.020194117429810775 + - -0.9994937181993592 + - -0.024586681379357572 + - 0.03740552251942349 + - - -0.01752279295552232 + - 0.024941741394265263 + - -0.9995353226691183 + - 0.5801983742725866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979940110047882 + - -0.03916376077375678 + - -0.04974086690670536 + - 0.04846279888264231 + - - -0.03803685413855682 + - -0.9990022291581045 + - 0.023403928396318885 + - 0.03508519712949111 + - - -0.05060782277293481 + - -0.021464994274255425 + - -0.9984879079362902 + - 0.5763199502576156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989400028761247 + - -0.02324199645524727 + - -0.039732609461525334 + - 0.025740251526822498 + - - -0.020868321722736935 + - -0.9980311776891129 + - 0.05914627214760523 + - -0.03050713970403533 + - - -0.04102906046114345 + - -0.058254424392113854 + - -0.9974582889707314 + - 0.5776694902986141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974379402924242 + - -0.021422512701193858 + - -0.06825416628143531 + - 0.06462503196043964 + - - -0.025048767722324145 + - -0.998294937034762 + - -0.05272359933041092 + - -0.03288010957950134 + - - -0.06700831665397726 + - 0.05429820107819265 + - -0.996273853344989 + - 0.5767064262868957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99954398402963 + - -0.019533520086183122 + - -0.023027496242912466 + - -0.03485654504833133 + - - -0.02001428548778307 + - -0.9995825651901044 + - -0.020835636404605774 + - 0.03739270990520483 + - - -0.022610890442178153 + - 0.021287013905526956 + - -0.9995176890242605 + - 0.5802432626097309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983605874009902 + - -0.03932941693060224 + - -0.04158526768278204 + - 0.04850001604958488 + - - -0.037066757109616016 + - -0.9978609167648532 + - 0.05384836404741898 + - 0.03512225714283629 + - - -0.043614138094504505 + - -0.05221865334442753 + - -0.9976828249504789 + - 0.5764128168679368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994779667968912 + - -0.03226455013504366 + - -0.0016711349842938703 + - -0.042878983031699625 + - - -0.03216371327530758 + - -0.9985681987616262 + - 0.042743981685195054 + - -0.023630247116975013 + - - -0.003047857591207233 + - -0.04266791800104314 + - -0.9990846607458044 + - 0.5794626476515001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989734370692629 + - -0.02260695583087448 + - -0.03925554200471901 + - 0.02573017220740047 + - - -0.0207495358608544 + - -0.9986748528118643 + - 0.047095595577078035 + - -0.03051359764806273 + - - -0.04026821068265245 + - -0.046232714707893426 + - -0.9981187340688258 + - 0.5777103657760355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967106457634773 + - -0.021322105348474736 + - -0.07818731639633375 + - 0.06461369367979937 + - - -0.024729777505506825 + - -0.9987742352661276 + - -0.042877325862169774 + - -0.03287891889646867 + - - -0.07717724228216491 + - 0.044669842086928285 + - -0.9960162039252421 + - 0.5765794683628753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996516049303588 + - -0.0192359081347711 + - -0.018073422431533114 + - -0.034850065219398485 + - - -0.019655884096175753 + - -0.9995340032712606 + - -0.023354282796201664 + - 0.03737185380255346 + - - -0.017615759437381695 + - 0.0237013953757559 + - -0.9995638693333638 + - 0.5801521210158989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981072387572303 + - -0.0388030610665358 + - -0.04771019170244363 + - 0.04845932763059083 + - - -0.03742979376819467 + - -0.998868213793695 + - 0.02934794730579935 + - 0.03504780251984263 + - - -0.04879498415705903 + - -0.027506616012520586 + - -0.9984299853252868 + - 0.5762521010870287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994940039665878 + - -0.03143510460775694 + - -0.004854918448109045 + - -0.042878480432959803 + - - -0.03127708309514477 + - -0.9990673235840292 + - 0.02976956532608398 + - -0.023663649031683557 + - - -0.005786199780323937 + - -0.02960265435639092 + - -0.9995449978601053 + - 0.5794937628039111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992660832072623 + - -0.02132754752399462 + - -0.031818715691060186 + - 0.025728878499373446 + - - -0.020265945389381285 + - -0.9992391928644978 + - 0.03332156810509387 + - -0.030529235008608546 + - - -0.03250517511245531 + - -0.03265227649214591 + - -0.9989380573543036 + - 0.577698029134252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969141157732591 + - -0.022803890393543757 + - -0.07511476788848064 + - 0.06460397604289596 + - - -0.025908638105160194 + - -0.9988386406873122 + - -0.04062157482740995 + - -0.032878153877501815 + - - -0.07410120271329555 + - 0.04244234268796041 + - -0.996347158024552 + - 0.5765875872420515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996955011444707 + - -0.019158849313231665 + - -0.01555131777369623 + - -0.034860542269279704 + - - -0.019495285746379046 + - -0.9995727213948541 + - -0.02177862431266149 + - 0.03740572713813962 + - - -0.015127419646873943 + - 0.022075170130214233 + - -0.9996418598871044 + - 0.5802469874474111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983406110840792 + - -0.039764063181443904 + - -0.04165145303070817 + - 0.04846187473827978 + - - -0.03815050485236811 + - -0.9985167634290302 + - 0.03884343098548558 + - 0.03510114192108636 + - - -0.04313424671622989 + - -0.03718995066569572 + - -0.9983768548647886 + - 0.5763872214526691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986837663175065 + - -0.02176978870166185 + - -0.046441481390724314 + - 0.025730949211312134 + - - -0.01922499644546943 + - -0.9983256372260084 + - 0.05455567403080473 + - -0.030496858140922078 + - - -0.04755138699924203 + - -0.05359102870041524 + - -0.9974301315066029 + - 0.577630395104668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971419533782773 + - -0.022222052345611944 + - -0.07220876125860656 + - 0.06460491115417301 + - - -0.025720950279349532 + - -0.9985212850808517 + - -0.04789233714502437 + - -0.03286761740216265 + - - -0.07103771906304979 + - 0.04961273657070666 + - -0.9962390369987947 + - 0.5766533079069048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995658590672413 + - -0.0198683916873032 + - -0.02175638754315373 + - -0.03484927272788455 + - - -0.020417046583335714 + - -0.9994715575654303 + - -0.025293276311031357 + - 0.03737834652432273 + - - -0.02124235382395023 + - 0.025726496642414838 + - -0.9994432999297785 + - 0.5802006730229028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981664987853907 + - -0.0404208923440765 + - -0.045053214808970794 + - 0.04849598310400833 + - - -0.038779003277366955 + - -0.9985721448554841 + - 0.036740446697511156 + - 0.03510778089355973 + - - -0.0464739669850622 + - -0.034925964279132984 + - -0.9983087435317015 + - 0.5764355365260041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987631543679238 + - -0.021675533471228147 + - -0.04474743261654458 + - 0.025734821613816454 + - - -0.020302798151741703 + - -0.9993160343130639 + - 0.03090727991951042 + - -0.03053619999359049 + - - -0.045386758688456305 + - -0.029960554293120254 + - -0.9985201086218579 + - 0.5776791392061834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966635191801299 + - -0.022825912168126662 + - -0.0783633030772167 + - 0.06461356297685088 + - - -0.025533145472565716 + - -0.9991050841533484 + - -0.03372075475441111 + - -0.0328553646134481 + - - -0.07752346752922981 + - 0.03560910772012281 + - -0.9963544065389689 + - 0.5765580183097888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996837774491433 + - -0.019927584339524497 + - -0.015337421145778973 + - -0.034855990127441956 + - - -0.02026935495122357 + - -0.9995422393611256 + - -0.022460297923387076 + - 0.037403403232723134 + - - -0.014882820796917454 + - 0.022764075103924936 + - -0.999630080844804 + - 0.5801281540555362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982593922469468 + - -0.039345784288714186 + - -0.04393284704480676 + - 0.04846911892602512 + - - -0.037918032075567 + - -0.9987400205805776 + - 0.03287239167178779 + - 0.035116503581001615 + - - -0.04517088259346596 + - -0.031149326628566513 + - -0.9984935206681683 + - 0.5764634058657784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988782190689907 + - -0.02202200354705326 + - -0.041920577635988575 + - 0.025703539590877216 + - - -0.019683324096651116 + - -0.998269864682065 + - 0.05540617312320143 + - -0.030498653453628018 + - - -0.0430682043051201 + - -0.05451888321880364 + - -0.9975834908169378 + - 0.5776641647103817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9972908850107386 + - -0.01991611808872917 + - -0.07081129087069052 + - 0.06462031078293663 + - - -0.024124505672737852 + - -0.9979616224679783 + - -0.059081370220450895 + - -0.03285760855784875 + - - -0.06949027918021183 + - 0.060629599383104436 + - -0.9957384961816531 + - 0.5766279746416061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999685468101882 + - -0.019645065211887275 + - -0.015589620865878378 + - -0.034828645001645564 + - - -0.01994112544986875 + - -0.9996193040595067 + - -0.01906825811079513 + - 0.03738158579544962 + - - -0.01520908878643724 + - 0.01937313512078011 + - -0.9996966366122665 + - 0.5801428347401709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982236831496406 + - -0.03889720891482722 + - -0.04512743664116359 + - 0.0484834600531739 + - - -0.03711356031526397 + - -0.9985217026264307 + - 0.039711371478951936 + - 0.03509250526145127 + - - -0.04660538638281214 + - -0.03796599165898792 + - -0.9981916256097616 + - 0.5764885572239751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984552369561243 + - -0.023726647604510136 + - -0.05024127773396367 + - 0.025730521993058565 + - - -0.019563351554766264 + - -0.996457195492223 + - 0.08179445474919311 + - -0.030509023484913585 + - - -0.05200399091256848 + - -0.0806852139194324 + - -0.9953820779901256 + - 0.5776454079024531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962320003973629 + - -0.022067981312334752 + - -0.08387374788971345 + - 0.06460615786788233 + - - -0.025139821267490012 + - -0.9990446308080188 + - -0.035746538857740935 + - -0.03287280453967764 + - - -0.08300476354347035 + - 0.03772041694451123 + - -0.9958350161420438 + - 0.5765665136450819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996293276523421 + - -0.01944235425283661 + - -0.01905786342782415 + - -0.034837820689620505 + - - -0.019812443794662137 + - -0.9996149607754528 + - -0.01942671523375891 + - 0.03736877576026802 + - - -0.018672824323324653 + - 0.01979709713562604 + - -0.9996296317020584 + - 0.5801653573716852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975719614344724 + - -0.03896477559392071 + - -0.05772285528882832 + - 0.04846319660186917 + - - -0.037394825393719466 + - -0.9989072803471716 + - 0.028033414048074908 + - 0.03506337981350726 + - - -0.05875209607795153 + - -0.025806811742890106 + - -0.9979389759269424 + - 0.5762046460303225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989630867110776 + - -0.023534725222189478 + - -0.03897265833109259 + - 0.02571642525582957 + - - -0.020764500893714597 + - -0.9973293839657983 + - 0.07002096386823498 + - -0.030498194118332253 + - - -0.04051650146928987 + - -0.06913911040155044 + - -0.9967839266970409 + - 0.5775562519941879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958037244157686 + - -0.021833966533450756 + - -0.0888719322682935 + - 0.06459436331628692 + - - -0.025565879130500065 + - -0.9988290296041077 + - -0.04107256315841843 + - -0.032865938826283456 + - - -0.08787108889713759 + - 0.043172300442920135 + - -0.995195872283692 + - 0.5765967344628886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997238743364993 + - -0.019257101934935097 + - -0.013466220950465579 + - -0.034844744844036206 + - - -0.0195322081923627 + - -0.9995968753556743 + - -0.02060532994889926 + - 0.0374017484530575 + - - -0.013063993445705586 + - 0.020862665319664322 + - -0.9996969947294083 + - 0.5801163996421383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973576507246945 + - -0.039366656516590146 + - -0.061057210021612005 + - 0.04847395008236015 + - - -0.03770625989857805 + - -0.9988933531188617 + - 0.02811240045634395 + - 0.03509344873302612 + - - -0.06209633246319231 + - -0.025735878645614066 + - -0.9977382973730932 + - 0.5763615806865702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989919291499226 + - -0.022015570375136788 + - -0.03912084040985546 + - 0.025727514201152067 + - - -0.019709920008232552 + - -0.9981001146687546 + - 0.05837533855565788 + - -0.030505720158763606 + - - -0.040331681673159314 + - -0.05754542344336344 + - -0.9975278841687276 + - 0.5776676740410995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961079408482414 + - -0.020158151842387406 + - -0.0858057054826516 + - 0.06461266124899195 + - - -0.024602275552231437 + - -0.9983927907737142 + - -0.051054513695928595 + - -0.03286255966071107 + - - -0.08463863312181008 + - 0.05296682211889759 + - -0.9950029233815838 + - 0.5766074533877246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995154939188565 + - -0.02049494241933603 + - -0.023425088076084982 + - -0.034853398759182364 + - - -0.02136978507498925 + - -0.9990595526347459 + - -0.03772721266022487 + - 0.03738092579511588 + - - -0.022629840962609636 + - 0.03820952269381503 + - -0.9990134747206955 + - 0.5802971888317152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9988153790120381 + - -0.03889783402606878 + - -0.029236914288603037 + - 0.048493281514922146 + - - -0.037691221716954396 + - -0.9984583672899083 + - 0.04074629546662861 + - 0.03511762159547943 + - - -0.030776784343431663 + - -0.03959605153106582 + - -0.9987416794389964 + - 0.5764201082735234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986847594119126 + - -0.023539050760019324 + - -0.04554848414258871 + - 0.02571834735265615 + - - -0.020842705384748146 + - -0.9980526034432289 + - 0.058792706966402125 + - -0.030495455747498255 + - - -0.04684370769500438 + - -0.057766026776210525 + - -0.9972305416501617 + - 0.5777523970517727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960833601006058 + - -0.02098544014068425 + - -0.08589267158954071 + - 0.06459390119756615 + - - -0.024342753757778376 + - -0.9989724840911854 + - -0.03822834508809428 + - -0.032849006692020344 + - - -0.08500217685550825 + - 0.04016948258053635 + - -0.9955707120034402 + - 0.576501767581983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996520759779891 + - -0.019908639738919084 + - -0.017302400314482512 + - -0.03485597773619142 + - - -0.020408103280631966 + - -0.9993656344399808 + - -0.02918626424984401 + - 0.037377621649337237 + - - -0.0167103654473423 + - 0.029529218820019527 + - -0.9994242287049558 + - 0.5802001320673031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984386030038521 + - -0.03953868171602596 + - -0.039459456152802524 + - 0.048470950611287346 + - - -0.038075124842256676 + - -0.9985830742309161 + - 0.03717699191408375 + - 0.03508946551944285 + - - -0.0408734742829958 + - -0.03561652015135778 + - -0.9985293298608438 + - 0.5763819118905942 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99826866852728 + - -0.023725438281905074 + - -0.053821640769332796 + - 0.025717797677699314 + - - -0.019803293852377116 + - -0.9971884388945498 + - 0.07227065025061957 + - -0.030505539942281112 + - - -0.05538497078962844 + - -0.07107968003151455 + - -0.9959318169921322 + - 0.5776365260866894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9972053879634254 + - -0.021606801469762224 + - -0.07151615444751415 + - 0.06462436246596028 + - - -0.024891732383418977 + - -0.9986603220048755 + - -0.045364776116170014 + - -0.032872524953997624 + - - -0.07044015811784261 + - 0.047018160144398025 + - -0.9964072845683981 + - 0.5766834288985206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997610955569953 + - -0.02026140227884894 + - -0.008199230962178733 + - -0.03486885925981091 + - - -0.020528164828201186 + - -0.999215187068043 + - -0.03387631003167584 + - 0.03738438850293193 + - - -0.007506414554412722 + - 0.03403653199535276 + - -0.9993923995259655 + - 0.5802562816710206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978889610400482 + - -0.04053900221002757 + - -0.05073668036271688 + - 0.04845325204322359 + - - -0.03883422392291472 + - -0.9986620383680052 + - 0.03414727185246362 + - 0.03508812582171269 + - - -0.052053092960150205 + - -0.032104866024895914 + - -0.9981281245866213 + - 0.576336872563368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989444907244238 + - -0.022361436145495076 + - -0.04012319310364568 + - 0.025720200278599673 + - - -0.02049861936423483 + - -0.9987194139576705 + - 0.04625298680310438 + - -0.03050990798936623 + - - -0.04110609511351948 + - -0.04538169628340128 + - -0.9981236349205242 + - 0.5776781098300133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964828890890779 + - -0.020691899858875488 + - -0.08120158269956827 + - 0.06460998494303116 + - - -0.024383785039483994 + - -0.9987010135720801 + - -0.04474054668026112 + - -0.03286057543674755 + - - -0.0801703360341766 + - 0.0465631911527835 + - -0.995693018178714 + - 0.5766291032479419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995663005174196 + - -0.019235273352204832 + - -0.022298321214513642 + - -0.03484147940185661 + - - -0.019837711506033355 + - -0.9994353686668206 + - -0.02711842657715985 + - 0.037386158232715454 + - - -0.021764100535585255 + - 0.027549012992907324 + - -0.9993834978680579 + - 0.5803350932985454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981346913670988 + - -0.039709497949641015 + - -0.046371259009152115 + - 0.04846807500512196 + - - -0.03830741598048769 + - -0.998792966627198 + - 0.030743319549768094 + - 0.03507205704572418 + - - -0.047536089136615896 + - -0.028909610662005345 + - -0.9984510777404005 + - 0.5761517950399502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987004406896749 + - -0.02415602805245356 + - -0.04487667629156708 + - 0.02569648864412181 + - - -0.02251579143350424 + - -0.999072546657689 + - 0.036702665448763626 + - -0.030506337603635005 + - - -0.04572164588432878 + - -0.035644534274556126 + - -0.9983180847174807 + - 0.5776980374242481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960563639678017 + - -0.0221070268329985 + - -0.08592438049731456 + - 0.06459416451201122 + - - -0.02449547050477214 + - -0.9993395020215452 + - -0.026842720131922338 + - -0.03286868120749677 + - - -0.085274214883469 + - 0.02884162034172066 + - -0.9959399927767099 + - 0.5765436137047362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996793789165069 + - -0.02033671038832842 + - -0.015085011756311403 + - -0.03483241157929319 + - - -0.02061988811175791 + - -0.9996094775868445 + - -0.01886034286045881 + - 0.03737981293217353 + - - -0.014695563390540125 + - 0.019165347091475535 + - -0.9997083224058393 + - 0.5800961360438518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997840563080586 + - -0.038784269846933485 + - -0.05300934901938764 + - 0.04846191715524918 + - - -0.036974289844426876 + - -0.9987132548253173 + - 0.0347093146968038 + - 0.035080794921050464 + - - -0.05428731492272683 + - -0.03267437908609275 + - -0.9979906173856643 + - 0.5763315687067445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987006885761617 + - -0.022930416277052945 + - -0.04550967640910734 + - 0.025728692533323938 + - - -0.020079985066710236 + - -0.9978659551475495 + - 0.06213155202623996 + - -0.030494724487230472 + - - -0.04683725907033085 + - -0.06113699016822577 + - -0.9970298589289835 + - 0.577644014541301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961953389179556 + - -0.02070268246155573 + - -0.08465368070577554 + - 0.06460135703043518 + - - -0.024573196970206997 + - -0.9986874913109315 + - -0.04493832094929323 + - -0.032857578168987 + - - -0.08361222822531887 + - 0.04684755743872107 + - -0.9953965549735558 + - 0.5765655029170998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999699389627871 + - -0.020172367804923114 + - -0.013935779662619774 + - -0.03482863567546177 + - - -0.02048732427218154 + - -0.999529187941505 + - -0.022840140042524035 + - 0.03738033379839778 + - - -0.013468478823856336 + - 0.023118780896460134 + - -0.9996419969409213 + - 0.5802412329492462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979616291417942 + - -0.041112710455310876 + - -0.048809136436467906 + - 0.04843382879763016 + - - -0.039077595991708076 + - -0.9983555457939656 + - 0.0419421705916881 + - 0.035074070357805125 + - - -0.05045322836216537 + - -0.03994933317905566 + - -0.9979271128325877 + - 0.5762606091860878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999467881618019 + - -0.03162719033044184 + - 0.007979626920573094 + - -0.042864141884510744 + - - -0.031805445435921204 + - -0.9992224693356222 + - 0.02329957972677926 + - -0.023652654093414854 + - - 0.007236522273313901 + - -0.023540977180735504 + - -0.9996966815683467 + - 0.5795612299111735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992901203060071 + - -0.024350055751544575 + - -0.02874596047625698 + - 0.02570666408680679 + - - -0.022503794890220603 + - -0.9977666742090954 + - 0.06289072310969214 + - -0.03052932857520372 + - - -0.03021315399531698 + - -0.062199185063935965 + - -0.9976063485679297 + - 0.5777074478863446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9945544480505342 + - -0.018778093087679578 + - -0.10251259962993604 + - 0.06459245082173605 + - - -0.023648462869110726 + - -0.9986381742773757 + - -0.04650319429758092 + - -0.03286416474428334 + - - -0.10149975402347246 + - 0.048674224143181906 + - -0.9936441112577653 + - 0.5765609419760094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995741228629604 + - -0.019646327514938004 + - -0.021577643938090967 + - -0.03483752318738358 + - - -0.020156072355228382 + - -0.9995167107240159 + - -0.023665961435240367 + - 0.03737284191027359 + - - -0.021102266464862067 + - 0.024090803195810553 + - -0.9994870322077352 + - 0.5803386170326664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980042874749232 + - -0.039158176189345854 + - -0.049538665900437 + - 0.04847318816431092 + - - -0.03727301655496238 + - -0.9985661881709964 + - 0.038422520460534154 + - 0.0350687998386566 + - - -0.05097219260110823 + - -0.0364993846409883 + - -0.998032880471513 + - 0.5762976347088271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983778741139961 + - -0.02153608585363288 + - -0.052705004370765696 + - 0.025721089212439277 + - - -0.018166661830903198 + - -0.9978104706178955 + - 0.0635943167524893 + - -0.030509611131247845 + - - -0.053959177880496687 + - -0.06253368477388238 + - -0.9965831352130449 + - 0.577513039362337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960998853120644 + - -0.0205033612693044 + - -0.08581742630697263 + - 0.06460890707509391 + - - -0.023780187363143256 + - -0.9990197389977672 + - -0.037337163547966436 + - -0.03289138335741642 + - - -0.08496776547765682 + - 0.039232298804609704 + - -0.9956110212127226 + - 0.5766490087666363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995401948495914 + - -0.02027181290596236 + - -0.02254889091610819 + - -0.03485553514777104 + - - -0.020799828773760527 + - -0.9995089921295666 + - -0.023433774239764536 + - 0.037394156998629594 + - - -0.02206277414612977 + - 0.023892012339768832 + - -0.9994710629844834 + - 0.580210197180712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977111346120199 + - -0.040292699089750354 + - -0.05430460635396197 + - 0.04848085395610174 + - - -0.03780204578641983 + - -0.9982196157547969 + - 0.04613679720904514 + - 0.03509779353935625 + - - -0.056066899375276265 + - -0.04397837107499513 + - -0.9974579718825421 + - 0.5763178851221186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987621436017405 + - -0.023280124162383634 + - -0.0439569826880805 + - 0.025720205869979536 + - - -0.020294481648247695 + - -0.9975339545694946 + - 0.0671873760134628 + - -0.030493000591194645 + - - -0.045412713227521925 + - -0.06621212351170667 + - -0.9967716088339321 + - 0.5776268519511547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955437570242904 + - -0.020296566511097486 + - -0.09209059255874658 + - 0.0646022463517351 + - - -0.024527902723445273 + - -0.9986835377966402 + - -0.04505078603062323 + - -0.032846218269146486 + - - -0.09105498249931016 + - 0.047108817877849436 + - -0.9947309935053813 + - 0.5765538909177607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995513380577308 + - -0.020229150644378247 + - -0.022088550228729093 + - -0.03488363090022789 + - - -0.020887389137160164 + - -0.999332010890411 + - -0.029987480467046888 + - 0.0373828470109313 + - - -0.021467174057916438 + - 0.030435398369919955 + - -0.9993061827908564 + - 0.5804125860353732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979992781233775 + - -0.03932076084539984 + - -0.049510793083489435 + - 0.04846962046496666 + - - -0.03785811215013075 + - -0.9988284427283848 + - 0.030141422348963522 + - 0.035090560776209936 + - - -0.0506379720135528 + - -0.028206732588680773 + - -0.998318674585939 + - 0.5763204640700244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994528595909445 + - -0.031482376136739564 + - 0.010141077273570066 + - -0.04286888879424163 + - - -0.03166552922299299 + - -0.9993284635899984 + - 0.01843681420097983 + - -0.023650934259954865 + - - 0.009553832451505795 + - -0.01874784925367509 + - -0.9997785967072162 + - 0.5795737407399657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987215978292372 + - -0.026502956530045953 + - -0.04304373734449331 + - 0.025702970474271315 + - - -0.023316751102683587 + - -0.9970660348851021 + - 0.07290851251065532 + - -0.030510649447840706 + - - -0.04484973965844993 + - -0.07181166599980378 + - -0.9964093463426076 + - 0.5776504376536089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99702875708538 + - -0.02103912805918112 + - -0.07410136729704614 + - 0.06460129983468849 + - - -0.02449779074363914 + - -0.9986373474782194 + - -0.04607934971706196 + - -0.03286914037492026 + - - -0.07303092354245036 + - 0.047757756565565426 + - -0.9961855654918722 + - 0.5765868793746961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996445204609838 + - -0.020338480689072635 + - -0.017238878025842237 + - -0.03484960937082689 + - - -0.02089329393544184 + - -0.9992487917230514 + - -0.032639278615651884 + - 0.037394258852183025 + - - -0.016562094700154212 + - 0.03298785296564692 + - -0.9993185170784443 + - 0.580250246973805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979558529706761 + - -0.03968887830169182 + - -0.05008900538764749 + - 0.0484886195394889 + - - -0.03780767549872585 + - -0.9985636991647233 + - 0.03796206506299189 + - 0.03508480473260882 + - - -0.05152373428773703 + - -0.03599071615871627 + - -0.9980230323772238 + - 0.5763433419934417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989560984290418 + - -0.022969300288399795 + - -0.039485752565806234 + - 0.025710986057541865 + - - -0.020242430249231176 + - -0.99747149306408 + - 0.06812389112580242 + - -0.030499097450113297 + - - -0.040950670678656376 + - -0.06725348889668467 + - -0.9968951854644459 + - 0.5776141128184213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9956408442143133 + - -0.018577775388091515 + - -0.0914011793897608 + - 0.06460577476176992 + - - -0.022990136324863644 + - -0.998608483707372 + - -0.04746103559159474 + - -0.03284990373998796 + - - -0.09039227270056771 + - 0.049355471118124876 + - -0.994682499346768 + - 0.5765589414243413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995011583243121 + - -0.020385554718882187 + - -0.024121850409158988 + - -0.03488190777040876 + - - -0.020971904951717465 + - -0.9994844730080038 + - -0.024309821443406033 + - 0.037396957743794784 + - - -0.02361384574893535 + - 0.024803575845381957 + - -0.9994134124146169 + - 0.5803720661010986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977654357747686 + - -0.03978833425127082 + - -0.05367516772861841 + - 0.04845447642790315 + - - -0.037981658323923834 + - -0.9986906215980977 + - 0.034270044688757634 + - 0.03505822078185301 + - - -0.05496843461615837 + - -0.032154794191751365 + - -0.9979702101798104 + - 0.5761304557692449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981240804843602 + - -0.02608652394901564 + - -0.05538784366183624 + - 0.025691430828040585 + - - -0.02190775508301462 + - -0.9969611518483367 + - 0.07475635071657974 + - -0.030522144249596924 + - - -0.05716966174880892 + - -0.07340269050583267 + - -0.9956624301448918 + - 0.5776173610192219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9954328332209536 + - -0.020659715140253655 + - -0.0932022033861261 + - 0.06456908238562606 + - - -0.02417024069559898 + - -0.9990341579341562 + - -0.03669537771312771 + - -0.0328517251055444 + - - -0.09235406872694919 + - 0.03878050349229459 + - -0.9949707526045491 + - 0.5765133549439865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997107256730949 + - -0.019786599483445248 + - -0.01367316550970561 + - -0.03486507121793946 + - - -0.020042264631525798 + - -0.9996219605894471 + - -0.018821358499062246 + - 0.03740129704042202 + - - -0.013295585831920644 + - 0.01908995516474716 + - -0.9997293638826432 + - 0.5803588537304432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982316207091968 + - -0.04009971863537185 + - -0.04388216017534112 + - 0.048454397547906314 + - - -0.03797402359943868 + - -0.9981133103402763 + - 0.04824720979751167 + - 0.03509416029486845 + - - -0.04573406769531392 + - -0.046495508244773956 + - -0.997871015094186 + - 0.5762592027059587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991137964594813 + - -0.02193263280676367 + - -0.03592466203718355 + - 0.025719551824899108 + - - -0.02065560277647474 + - -0.9991547366047622 + - 0.03554093969225668 + - -0.03050560669476786 + - - -0.03667380261525483 + - -0.034767397636748874 + - -0.9987223138907558 + - 0.5776715551534343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9948527163194409 + - -0.01997076180510158 + - -0.09934405621250741 + - 0.06457535823329123 + - - -0.024316018091673552 + - -0.9987910234043804 + - -0.042722626686519716 + - -0.032860496820136566 + - - -0.0983707481723878 + - 0.044918373075549134 + - -0.9941355720746796 + - 0.5764423946766701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996974773716059 + - -0.02054090576452721 + - -0.013528670563669982 + - -0.03486036854979421 + - - -0.020930541839017963 + - -0.9993509681489939 + - -0.02931816634775138 + - 0.03740744800087961 + - - -0.012917668333434492 + - 0.02959245934426735 + - -0.9994785741549371 + - 0.5801884208074184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9987352298105707 + - -0.03970529783075017 + - -0.030845259917821548 + - 0.048494453212642154 + - - -0.038198138446675224 + - -0.9981165001454042 + - 0.04800369107369963 + - 0.035102359902050635 + - - -0.03269316372630791 + - -0.04676474592748241 + - -0.9983707806140483 + - 0.5763041448978099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991150439430159 + - -0.022790628242553183 + - -0.035351325732642006 + - 0.025714880416855965 + - - -0.02065367526314429 + - -0.998003917618267 + - 0.0596791933316481 + - -0.030510698716065203 + - - -0.03664088788321322 + - -0.0588962450662297 + - -0.9975914382412415 + - 0.5776232802804641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961741031867763 + - -0.021336367408710928 + - -0.08474618319324097 + - 0.06458921847807182 + - - -0.02502113943068327 + - -0.9987763452829893 + - -0.04265858277937324 + - -0.03286022407058292 + - - -0.08373230393111232 + - 0.04461582150935731 + - -0.9954889902703256 + - 0.576514522415627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996921194695962 + - -0.01854449348203775 + - -0.016485388435860098 + - -0.03483803086679547 + - - -0.019007853923519485 + - -0.9994156239327848 + - -0.028409718905056492 + - 0.03736592114074944 + - - -0.015948910922338095 + - 0.028714323960992685 + - -0.9994604143435869 + - 0.5803120737148453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998305597560875 + - -0.039492312984940714 + - -0.04273512716400645 + - 0.04849009641437706 + - - -0.03757028788903727 + - -0.9982856312404128 + - 0.04488064089186713 + - 0.03508761862111048 + - - -0.04443430371412586 + - -0.04319902399394412 + - -0.9980778712001438 + - 0.576295617333303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989034332542343 + - -0.02438270760425598 + - -0.03996766946907278 + - 0.025701508067864073 + - - -0.022249119370520532 + - -0.9983474119536763 + - 0.052985108593199624 + - -0.03051439519656797 + - - -0.04119353978647651 + - -0.052037761436116624 + - -0.99779515115307 + - 0.5778000179117464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966427922477719 + - -0.0214898581865804 + - -0.07900209272978374 + - 0.06460973684559662 + - - -0.024928405450330916 + - -0.9987726446819523 + - -0.04279928546977149 + - -0.032868947829708485 + - - -0.07798537851590258 + - 0.044624995575795245 + - -0.9959552653144578 + - 0.5766326417016394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996745481198637 + - -0.01978685843610846 + - -0.016102113978469817 + - -0.03484681050695299 + - - -0.020139893763344026 + - -0.9995536334622437 + - -0.022066230118159096 + - 0.03739873497708243 + - - -0.015658305162036087 + - 0.02238334348697126 + - -0.9996268320797499 + - 0.5802568806438351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973635127213473 + - -0.040243954506460365 + - -0.060385822986997365 + - 0.04844607280140988 + - - -0.03766857553866263 + - -0.9983561614132794 + - 0.04319784005050569 + - 0.035068644842974714 + - - -0.062025010350850396 + - -0.04080930156009723 + - -0.9972399405344498 + - 0.5761438429639753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.999070773086298 + - -0.023536778092606417 + - -0.03610554585886191 + - 0.025745358336281082 + - - -0.021479279060178574 + - -0.9981798915775849 + - 0.056351970872508476 + - -0.030534577604049963 + - - -0.03736617368425555 + - -0.05552408600941102 + - -0.9977579089824434 + - 0.5776068694443731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9946059625405363 + - -0.019242485588366096 + - -0.10192500197299316 + - 0.06458585773013391 + - - -0.023761169054178424 + - -0.998779235954677 + - -0.04330640450291015 + - -0.032868104288179746 + - - -0.10096725273073388 + - 0.045494665337514534 + - -0.9938490072952908 + - 0.5764811535343175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997387223017623 + - -0.020132492684940616 + - -0.01082450316321623 + - -0.0348426928462345 + - - -0.02058147534879298 + - -0.9988585484228125 + - -0.043104560259208065 + - 0.03736106730827239 + - - -0.009944345272902213 + - 0.04331608224393666 + - -0.9990119253623205 + - 0.5803463344171906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984340218240144 + - -0.04028492957077221 + - -0.038815312877798526 + - 0.04845927728103045 + - - -0.038467465632312146 + - -0.9981780673723295 + - 0.04648440496197447 + - 0.035088317827090806 + - - -0.0406172149728456 + - -0.044918484684146186 + - -0.9981646014468408 + - 0.5762991250475445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980572430224431 + - -0.022912501145710445 + - -0.05793752619578922 + - 0.02571110447162796 + - - -0.020181896832191237 + - -0.998677586841389 + - 0.04728391461072786 + - -0.03051644638595012 + - - -0.05894430159646252 + - -0.046022764279295865 + - -0.9971998167255134 + - 0.5776437347317022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9943293427635675 + - -0.020088181389171615 + - -0.10442999132360156 + - 0.06458405971912495 + - - -0.02418607566032266 + - -0.9989802998293339 + - -0.038123408780539464 + - -0.03286594152249657 + - - -0.10355767409286917 + - 0.040432975668020094 + - -0.9938012792380101 + - 0.5764184947680449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997071062722669 + - -0.019628859673614905 + - -0.01415660752595719 + - -0.034848707175586996 + - - -0.020019178469226497 + - -0.9994080549375913 + - -0.02797806675376598 + - 0.037400383747031196 + - - -0.013599050045783037 + - 0.028253275806080638 + - -0.9995082882318077 + - 0.5802053912878947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976570752750215 + - -0.04074583989915554 + - -0.0549557702575688 + - 0.04844770148587218 + - - -0.03860860420778072 + - -0.9984770739383159 + - 0.03940696005410371 + - 0.035106734434604256 + - - -0.05647774636808056 + - -0.03719286693024851 + - -0.9977108573202416 + - 0.5761811955728194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994708675504317 + - -0.03215575643590021 + - 0.0048981880346106905 + - -0.042854652947391485 + - - -0.032293464358918736 + - -0.9989894804266763 + - 0.03125940109053456 + - -0.023641720196233167 + - - 0.0038880686319285526 + - -0.031401040187782475 + - -0.9994993034502021 + - 0.5793500176042325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987952648545336 + - -0.022646693516775642 + - -0.043533276661872844 + - 0.025724014835735897 + - - -0.0194699151275563 + - -0.9972101714042085 + - 0.07206106058694645 + - -0.030492207692220843 + - - -0.045043771035379404 + - -0.07112665689280667 + - -0.9964497264639928 + - 0.5776448289206592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9947132951149914 + - -0.020407515022500492 + - -0.10064290264138098 + - 0.06457607861590446 + - - -0.024628889949471214 + - -0.9988604140682479 + - -0.04088142594460954 + - -0.03283267962559678 + - - -0.09969392309129435 + - 0.04314402088371197 + - -0.9940823482793828 + - 0.5764263299307438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995530938939486 + - -0.020638324965519282 + - -0.021625726106945544 + - -0.03487248751785464 + - - -0.02125592764306599 + - -0.9993612092157621 + - -0.028729062895316217 + - 0.037400474233444135 + - - -0.02101899205641759 + - 0.029175898571045168 + - -0.9993532753313539 + - 0.5801842112752598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972184516913108 + - -0.0408397227687258 + - -0.06234963232095539 + - 0.04842561861791147 + - - -0.03840112945443454 + - -0.9984686211495414 + - 0.03982167545895657 + - 0.0350959874710128 + - - -0.06388045759861513 + - -0.03731661324274113 + - -0.9972596239260287 + - 0.576160136017692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981116267500738 + - -0.022756763771882876 + - -0.05705532621019913 + - 0.0257193830294763 + - - -0.018604617525009227 + - -0.9972110333821329 + - 0.07227740385270712 + - -0.030491321532653916 + - - -0.05854100061554838 + - -0.07107942461479216 + - -0.9957513076282456 + - 0.5776100723982812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.994727136681257 + - -0.021043084584018483 + - -0.10037485811246599 + - 0.06458292422346427 + - - -0.024940333125069665 + - -0.9989766398782244 + - -0.03773132334311964 + - -0.032858953089503956 + - - -0.09947815505686858 + - 0.04003575363100258 + - -0.9942339941370337 + - 0.5765051716068172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996114399670747 + - -0.01970743529280586 + - -0.019712586870611358 + - -0.034832171735468154 + - - -0.020015581781178956 + - -0.9996785992374371 + - -0.015558750355880393 + - 0.037384818576242415 + - - -0.019399628164283624 + - 0.01594726374195715 + - -0.999684619870803 + - 0.5801303994844811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976506872565601 + - -0.04001845720389632 + - -0.055602421705651904 + - 0.04845542157600471 + - - -0.03786561577006425 + - -0.9985118150742847 + - 0.039247296714700904 + - 0.03506839895816405 + - - -0.05709029128378216 + - -0.037049672604192195 + - -0.9976813220668489 + - 0.5762034136839078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99874108593957 + - -0.02203939286809225 + - -0.04506116308146421 + - 0.02572918288324363 + - - -0.01941591787221105 + - -0.9981363903012079 + - 0.057851261781002083 + - -0.030502684251081713 + - - -0.0462521933472131 + - -0.05690352817251634 + - -0.9973077374071111 + - 0.577626278201236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9941779308160832 + - -0.020296103125130527 + - -0.1058220680018372 + - 0.06458905130971429 + - - -0.024271253405862968 + - -0.9990420461224934 + - -0.0364128595071797 + - -0.03286769679603826 + - - -0.1049816561898305 + - 0.038769295548349715 + - -0.9937181660744279 + - 0.57648657212895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997190809023684 + - -0.020010062267642473 + - -0.012702625231383423 + - -0.03486797146286468 + - - -0.020381740532895327 + - -0.9993469265291888 + - -0.02983798065411459 + - 0.03736820849693705 + - - -0.012097269633005595 + - 0.03008850020706675 + - -0.9994740307895533 + - 0.5802204033703005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997556641232244 + - -0.04001056573034448 + - -0.057270430096008816 + - 0.04845780650417354 + - - -0.037662104782590064 + - -0.9984278019226488 + - 0.04151493961519618 + - 0.03507317881525725 + - - -0.05884142585618788 + - -0.03925657878427464 + - -0.9974951667177967 + - 0.5761150419431929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992768594143475 + - -0.031631788304939505 + - 0.021099483586805082 + - -0.042865921880474195 + - - -0.03216901061632039 + - -0.9991538371632752 + - 0.025627415747032114 + - -0.023660850902826613 + - - 0.020270988998207045 + - -0.026287633034102854 + - -0.9994488718061069 + - 0.5795036846412358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984803357969574 + - -0.022987100620046306 + - -0.05008604827573327 + - 0.025713660277215833 + - - -0.020173342865733964 + - -0.9982282144222273 + - 0.05597738980190363 + - -0.030503995406133643 + - - -0.05128406442957458 + - -0.054881919941785845 + - -0.9971749694006001 + - 0.5775330733685216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9934504113639129 + - -0.018107586584692244 + - -0.1128201908744626 + - 0.06457240784351738 + - - -0.023950998125487035 + - -0.9984289386268216 + - -0.050655742036928866 + - -0.03285741684136786 + - - -0.11172569019551956 + - 0.05302612394468258 + - -0.992323334568798 + - 0.5764329855618039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995586287907408 + - -0.020871430901391475 + - -0.021140742231590202 + - -0.034851720428392095 + - - -0.0215957300464952 + - -0.9991667573902567 + - -0.034632576716136884 + - 0.037408517547754754 + - - -0.02040029543249325 + - 0.03507384065608789 + - -0.9991764877377263 + - 0.5802837686814848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984064389832032 + - -0.039216690341209094 + - -0.04057873575607137 + - 0.048479786314233074 + - - -0.03756837325573429 + - -0.9984683341781826 + - 0.0406153046814078 + - 0.03507237316927004 + - - -0.04210938052022586 + - -0.03902610462405228 + - -0.9983505212249233 + - 0.5762277920903349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982828778307022 + - -0.022529664651785505 + - -0.0540713421391538 + - 0.025732807684421866 + - - -0.01867893366258338 + - -0.9973231745428006 + - 0.0706935849784095 + - -0.03049183246761934 + - - -0.05551930535660684 + - -0.06956220044355182 + - -0.9960314789213096 + - 0.5775723469467525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9946963743184289 + - -0.021042205439266055 + - -0.10067943438470192 + - 0.0645717477580621 + - - -0.024248857750186203 + - -0.9992334457166059 + - -0.03073294419887198 + - -0.03283423768199775 + - - -0.09995556920743842 + - 0.033011309449512395 + - -0.9944441349984656 + - 0.5764533600512673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999740347092673 + - -0.019003080172764874 + - -0.01257463076869664 + - -0.03484548971177606 + - - -0.019255773199208927 + - -0.9996087055309696 + - -0.0202891849318801 + - 0.037402804835258756 + - - -0.012184153377326179 + - 0.02052605102417106 + - -0.9997150732262823 + - 0.5803763856372464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978930080294082 + - -0.03929088222779037 + - -0.05163110593219588 + - 0.04845577276531569 + - - -0.037488649750715544 + - -0.9986690225387379 + - 0.03542293835060269 + - 0.03506887784990787 + - - -0.05295418459279589 + - -0.033412722057389016 + - -0.9980377970492041 + - 0.5762145812363144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986950371834129 + - -0.022004417584094722 + - -0.04608718164529372 + - 0.025735087842983465 + - - -0.01995668347128235 + - -0.9988131416507456 + - 0.044430156994938144 + - -0.030508808633829175 + - - -0.047010142416807905 + - -0.04345242999594601 + - -0.9979488628368686 + - 0.5778120041020627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9943136525619218 + - -0.01908389316753432 + - -0.10476719596581616 + - 0.0645848381408586 + - - -0.024420666522175196 + - -0.9984558592845805 + - -0.049895171178205966 + - -0.0328693515550885 + - - -0.1036532265565443 + - 0.05216993465454889 + - -0.9932443337580927 + - 0.5764864581222813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996464362792137 + - -0.01961508038940024 + - -0.01795135247231718 + - -0.03484984565859951 + - - -0.019967794927852812 + - -0.9996068227281705 + - -0.019684692555679964 + - 0.03740548287038576 + - - -0.01755817758160617 + - 0.020036181687382276 + - -0.9996450679233122 + - 0.5802524794964423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980530016388295 + - -0.03928994771555197 + - -0.04844074656971871 + - 0.04846539137492127 + - - -0.03727938623849353 + - -0.9984330725057419 + - 0.041733045520617115 + - 0.03508502533135717 + - - -0.050004532608592 + - -0.03984595004832829 + - -0.9979538300860131 + - 0.5763751060712479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988811524578157 + - -0.023110852157490737 + - -0.04125932351724175 + - 0.0257271519321499 + - - -0.02056142202439403 + - -0.9979149405900423 + - 0.06118005615808399 + - -0.03051005514575699 + - - -0.04258721860935011 + - -0.060263254639341804 + - -0.9972736178960077 + - 0.5776747556759895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9963202661197531 + - -0.02332960376228775 + - -0.08247215837698745 + - 0.06459141023226765 + - - -0.025575872335532303 + - -0.9993272379078726 + - -0.026285857979135394 + - -0.03286661258264904 + - - -0.08180343558397045 + - 0.028298430410843844 + - -0.9962466545805523 + - 0.5765537625747092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996376525587541 + - -0.0206213014024814 + - -0.017301026423062325 + - -0.0348606939170582 + - - -0.02117128667081553 + - -0.9992561488127951 + - -0.03223237007300723 + - 0.03739746702107894 + - - -0.016623483615825864 + - 0.03258697574628799 + - -0.9993306503876408 + - 0.5801571926802381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985655410793881 + - -0.04012811179449405 + - -0.03544848110480043 + - 0.04848660989840259 + - - -0.03836631525809586 + - -0.9980589130681292 + - 0.04905539622488228 + - 0.035112094645504036 + - - -0.03734817294520853 + - -0.047625000672675916 + - -0.9981668063448021 + - 0.5764332869218712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999370879853155 + - -0.03247819816550382 + - 0.014248197972138759 + - -0.04288816637390292 + - - -0.03286277883949924 + - -0.9990775186222811 + - 0.027643255063265603 + - -0.02367078003694451 + - - 0.013337251158959094 + - -0.028094099513400726 + - -0.9995163026704742 + - 0.5795275176695524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998255595955512 + - -0.022795890558290795 + - -0.05446202821379048 + - 0.02571142921252264 + - - -0.019752127221138692 + - -0.9982473046753001 + - 0.05578684592930142 + - -0.030512593326275726 + - - -0.05563828370596305 + - -0.05461379021963309 + - -0.9969562253700519 + - 0.5776415559143595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962864437869355 + - -0.019879315297977897 + - -0.08377430841054419 + - 0.06457908263433357 + - - -0.023591995096800798 + - -0.9987720772763916 + - -0.04356323473244468 + - -0.03283230001879251 + - - -0.08280543275494621 + - 0.045377863284702266 + - -0.9955320737324242 + - 0.5765693668244991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997184744480109 + - -0.019226292234467708 + - -0.013904011444780671 + - -0.03487531038820291 + - - -0.0196132077727278 + - -0.9994084996446376 + - -0.02824841444963176 + - 0.03739623762310667 + - - -0.01335267494570114 + - 0.02851316406450188 + - -0.9995042298794063 + - 0.5802687545641244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9987424049487769 + - -0.038759160446571704 + - -0.0318015100051942 + - 0.04849738467589954 + - - -0.037300796376004884 + - -0.9982796669540424 + - 0.04523667909829392 + - 0.03509572420133093 + - - -0.033500136519861765 + - -0.043993568025372895 + - -0.9984699829366667 + - 0.5763476560435485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990210675556238 + - -0.0248122856513267 + - -0.03662317655226849 + - 0.025685372077337253 + - - -0.022492530887454804 + - -0.9977947159963874 + - 0.062448304892660726 + - -0.030520926210766252 + - - -0.03809189722629411 + - -0.0615634242911064 + - -0.9973760334774723 + - 0.5776055207456263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958632900990705 + - -0.022239993622494562 + - -0.08810045469080094 + - 0.06458880201733498 + - - -0.025351613876861502 + - -0.9990879661396712 + - -0.03435886477656591 + - -0.03283753577516557 + - - -0.08725596315950557 + - 0.036450220830157115 + - -0.9955188487891831 + - 0.5765072309036083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997522338437282 + - -0.01913867646803998 + - -0.011365825422157756 + - -0.03483165342767316 + - - -0.0193368967398625 + - -0.9996582088559517 + - -0.01759402999264772 + - 0.03738815564732541 + - - -0.01102521423588539 + - 0.017809450580014683 + - -0.9997806099945581 + - 0.5801556487231849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983359400550166 + - -0.04006529607101819 + - -0.04147436371070724 + - 0.04849738236679833 + - - -0.038121740000522306 + - -0.9981842098225924 + - 0.04663706894926541 + - 0.03509570690110317 + - - -0.04326758294380394 + - -0.044978387160808826 + - -0.998050530261175 + - 0.5763720974889074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984401502767728 + - -0.02247824610922278 + - -0.05110767816237321 + - 0.025715088505083708 + - - -0.01879864764948731 + - -0.9972726629112839 + - 0.07137118925999421 + - -0.030505249255812213 + - - -0.0525725894534969 + - -0.07029910569622276 + - -0.9961396280524454 + - 0.5775715851093923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968721030383616 + - -0.02179349095702337 + - -0.07596745313474937 + - 0.06460933614839734 + - - -0.024215796184475342 + - -0.9992225148721061 + - -0.031112071416354463 + - -0.03288502879323513 + - - -0.0752303489226665 + - 0.03285436842446574 + - -0.9966247965390005 + - 0.5766636100484981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997111685762337 + - -0.01980215134591991 + - -0.013618157952331148 + - -0.034836632486226114 + - - -0.020198901054733213 + - -0.9993564950627521 + - -0.029641190463155245 + - 0.03737154767963956 + - - -0.01302243526082796 + - 0.02990770098093851 + - -0.9994678311991402 + - 0.5800921416245791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981513980888373 + - -0.039505877310623 + - -0.0461851940692816 + - 0.0484616672294222 + - - -0.037860864604759105 + - -0.9986355680253267 + - 0.03596605630472332 + - 0.03510214894385805 + - - -0.04754304812145831 + - -0.03415095800489983 + - -0.9982852150776699 + - 0.5764077112399326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980640789076142 + - -0.024249354790436366 + - -0.05727183589289998 + - 0.025731610764589484 + - - -0.020032503261504162 + - -0.9971242683739471 + - 0.07308824962194241 + - -0.030499911998690003 + - - -0.0588794803592351 + - -0.07179945829857687 + - -0.9956796897500009 + - 0.5776603167333447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957071744547273 + - -0.02098595474707674 + - -0.09014883494941554 + - 0.06458952602800869 + - - -0.02507910600528834 + - -0.9986939106210275 + - -0.04451416999625101 + - -0.03288471754381997 + - - -0.08909692015641633 + - 0.04658393061811413 + - -0.9949330008733294 + - 0.5764935573567557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996979325230553 + - -0.020719089986931744 + - -0.01321979649019578 + - -0.034842525794973316 + - - -0.020998186389425914 + - -0.999551855727014 + - -0.021334570092617532 + - 0.03741610013267828 + - - -0.012771839236527216 + - 0.021605717363589367 + - -0.999684986933244 + - 0.5802161201060267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977808486403377 + - -0.039170014750366466 + - -0.053843179986175604 + - 0.04847329480260958 + - - -0.03746047165874673 + - -0.9987726751173827 + - 0.032401489193749765 + - 0.03510365921254995 + - - -0.055046263721272304 + - -0.030312594467061436 + - -0.9980235746048312 + - 0.5764550233723451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998629720886846 + - -0.02272856629030183 + - -0.04713907970938037 + - 0.025714292400022484 + - - -0.019808212079774547 + - -0.997909299896685 + - 0.06151962218602056 + - -0.030500824355358246 + - - -0.048438778841571085 + - -0.060501582244561126 + - -0.9969920978875619 + - 0.5776278918026014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971026696858284 + - -0.022126216283236026 + - -0.07277840791320699 + - 0.06462410660209722 + - - -0.02531123573465559 + - -0.9987485271341623 + - -0.04313607414828931 + - -0.03288477063363232 + - - -0.07173288960426998 + - 0.04485320613210922 + - -0.9964148646265233 + - 0.5766498165324205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994570477483384 + - -0.021074596873431765 + - -0.025327279222172306 + - -0.03490327589800324 + - - -0.02186290549118114 + - -0.9992720889720235 + - -0.03126188677883162 + - 0.03737804965737265 + - - -0.024650011554951095 + - 0.03179864097899698 + - -0.9991902838610021 + - 0.5803374317432078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984219598690772 + - -0.03934034888040292 + - -0.04007401902927639 + - 0.048471737579753746 + - - -0.037903491099523366 + - -0.998632539098596 + - 0.03600523872938768 + - 0.03507602131393432 + - - -0.04143567802822802 + - -0.03442947579415095 + - -0.9985477934394936 + - 0.5763343944497633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989243684087655 + - -0.022231630791847094 + - -0.04069226943147529 + - 0.02573798125416549 + - - -0.019953377622683063 + - -0.9982558472935167 + - 0.05556191200589188 + - -0.030497759936687362 + - - -0.041856527813417505 + - -0.05469019963977877 + - -0.997625687892391 + - 0.5776887867996611 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967070122077669 + - -0.021170553138138076 + - -0.07827476921519315 + - 0.06461114938175878 + - - -0.025219460675929572 + - -0.9983747855267133 + - -0.05110544420806913 + - -0.03286153819759749 + - - -0.07706562540511637 + - 0.05291120206831533 + - -0.9956210594782554 + - 0.5766373164929018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997161528799066 + - -0.018867633836495656 + - -0.014547373110331064 + - -0.03485517752518395 + - - -0.01909381741700709 + - -0.9996964671789242 + - -0.015569189009842431 + - 0.037395117206196635 + - - -0.014249203747762744 + - 0.015842534626445536 + - -0.999772961371313 + - 0.5801776701861892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998165337916999 + - -0.03901393984254483 + - -0.04630195113605289 + - 0.04849503427510211 + - - -0.03719278347123397 + - -0.9985246536819142 + - 0.039562770973159536 + - 0.03508750966310575 + - - -0.04777713928967537 + - -0.03776808821445776 + - -0.9981437353777859 + - 0.5763781078317771 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986735572299041 + - -0.023544339182834027 + - -0.045790721573403075 + - 0.0257132118658715 + - - -0.020916440193956057 + - -0.9981524627417537 + - 0.0570452772119133 + - -0.030478736646763864 + - - -0.04704921486467032 + - -0.05601183102715926 + - -0.9973209343865206 + - 0.5775694821624026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966806425407955 + - -0.021124193089848742 + - -0.07862229487091994 + - 0.06459224744667225 + - - -0.024621070375413393 + - -0.9987379124560313 + - -0.04377653614138575 + - -0.03287344025419403 + - - -0.07759832264962972 + - 0.04556699122470013 + - -0.995942844561219 + - 0.5765843647582696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996190942363432 + - -0.019972473693070845 + - -0.0190464362202587 + - -0.03486579525344719 + - - -0.0204132562833902 + - -0.9995215800455332 + - -0.023235963315284613 + - 0.037361289096526765 + - - -0.01857324435906177 + - 0.02361591238678309 + - -0.9995485597389043 + - 0.5803212230930346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980342490307592 + - -0.03945962098485372 + - -0.048688562038122184 + - 0.04847476278044599 + - - -0.0379265198097458 + - -0.9987673837945439 + - 0.03202018368659355 + - 0.03508617421164451 + - - -0.049892052039672015 + - -0.03011065226682948 + - -0.9983006219387709 + - 0.5763498870539734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990401546761403 + - -0.022178869408053026 + - -0.03777389437765464 + - 0.025729757091040903 + - - -0.020471057038540484 + - -0.9987766202805755 + - 0.04501331585915881 + - -0.03051060851616559 + - - -0.03872602701541305 + - -0.04419683849204721 + - -0.9982719741127213 + - 0.57771748915192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967618503769756 + - -0.02222883032558012 + - -0.07727672829140861 + - 0.06459466410122666 + - - -0.025178700477049534 + - -0.9989827314811428 + - -0.037410362799146536 + - -0.032860366221901936 + - - -0.07636652850139677 + - 0.03923495004244699 + - -0.9963075689865123 + - 0.5765713852549137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996093373492543 + - -0.020823921143642475 + - -0.01864234406903002 + - -0.03486076416929366 + - - -0.021379548486293268 + - -0.9993176548585623 + - -0.030118758183323747 + - 0.03740836248834286 + - - -0.01800243291077554 + - 0.03050555680833667 + - -0.9993724648063436 + - 0.5803430713039157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976789493958814 + - -0.038909493962291354 + - -0.05588170731043175 + - 0.04847796574857486 + - - -0.03771640441214728 + - -0.9990407689755092 + - 0.022248927233512048 + - 0.03506359695562769 + - - -0.056693798342937876 + - -0.02008962927535422 + - -0.9981894710048932 + - 0.576390770980597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998635455198657 + - -0.02361582259209567 + - -0.046578112278940265 + - 0.02572802615514131 + - - -0.020347678628782177 + - -0.9973791440872918 + - 0.06943208850467 + - -0.030497482106761974 + - - -0.048095733642296204 + - -0.06838958884946736 + - -0.9964987027299179 + - 0.5776796168574055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969426756055448 + - -0.02214885819346215 + - -0.0749314996325541 + - 0.06460379073710107 + - - -0.024963870911645786 + - -0.9990092413926929 + - -0.03684210581798197 + - -0.032871414767710265 + - - -0.07404125002702369 + - 0.03860004783316467 + - -0.9965078673054787 + - 0.5766496163008239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997323005458217 + - -0.019364665418576836 + - -0.01266242388271393 + - -0.034851074603523394 + - - -0.019729221244370536 + - -0.9993750902466945 + - -0.029328941738537995 + - 0.03737559113788076 + - - -0.01208656586668141 + - 0.029570910159115022 + - -0.9994896078488823 + - 0.5801283536901006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981694919386698 + - -0.03965720437556762 + - -0.04566148819314088 + - 0.04851523475431234 + - - -0.03775855346161905 + - -0.9984156657470037 + - 0.04171870121964396 + - 0.03510778307781405 + - - -0.04724359219390435 + - -0.039918223057675374 + - -0.9980854564938486 + - 0.5764788616162199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994395722532392 + - -0.03335620844506759 + - 0.0028115427137708044 + - -0.042870939634772634 + - - -0.03341302072324927 + - -0.9991669619305454 + - 0.023429729674755997 + - -0.02363900224495959 + - - 0.002027673644813588 + - -0.023510541139106687 + - -0.9997215327254569 + - 0.5794822332872693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982599715870144 + - -0.021919783442439597 + - -0.054740772929597316 + - 0.025708741668430263 + - - -0.017980019349290888 + - -0.997281801558728 + - 0.07145437134267049 + - -0.030506931714256703 + - - -0.05615824099179308 + - -0.07034579854983292 + - -0.9959406210186897 + - 0.5776703339270768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974238718549558 + - -0.021243504287281494 + - -0.0685152054617436 + - 0.06461958855687025 + - - -0.024912843290362814 + - -0.9982755639484119 + - -0.05315306823383091 + - -0.0328718921806377 + - - -0.06726789793845585 + - 0.05472304769543371 + - -0.9962331142648617 + - 0.5767348599299513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995529843227755 + - -0.02009615152597888 + - -0.022135406598442084 + - -0.03487977696250801 + - - -0.020663265170764566 + - -0.9994562089550335 + - -0.025696611716626763 + - 0.03741018733881843 + - - -0.021606966559795583 + - 0.026142514704544175 + - -0.9994246884688244 + - 0.5804488076699758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977831441650128 + - -0.040158481139092456 + - -0.053066878679478166 + - 0.048466978143047595 + - - -0.03882033226375278 + - -0.9989076002035747 + - 0.026011306358355673 + - 0.03509095442994693 + - - -0.05405348298780693 + - -0.02389356917954191 + - -0.9982521316424775 + - 0.5764077865890436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979097455680338 + - -0.025655678849063085 + - -0.059312105367588096 + - 0.025695268658718143 + - - -0.02165491408535039 + - -0.9975086555642507 + - 0.06713826606606238 + - -0.03050945279910716 + - - -0.060886816276581816 + - -0.0657135314619069 + - -0.9959791801973107 + - 0.5776212176634239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970263032264335 + - -0.020482023933152474 + - -0.07429022392100912 + - 0.06462830902531934 + - - -0.02438110110227553 + - -0.998351345204563 + - -0.05196300065701072 + - -0.03286658012089349 + - - -0.07310343756399235 + - 0.05361975590994095 + - -0.9958819253267358 + - 0.5767004987624685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997823152117263 + - -0.01883472452963827 + - -0.008976376873371049 + - -0.034854787589191416 + - - -0.01901700237483524 + - -0.9996054090258237 + - -0.020673167802524425 + - 0.037385408930086864 + - - -0.008583461455360477 + - 0.020839371348686703 + - -0.9997459901351123 + - 0.580127659485763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978108516264542 + - -0.040290332522010974 + - -0.052442287152221316 + - 0.04847560888734668 + - - -0.038128199128646706 + - -0.9984067225684756 + - 0.04159635514418356 + - 0.03509831821311156 + - - -0.05403466302010699 + - -0.03950576458367267 + - -0.9977572599369863 + - 0.5764608715567203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982933290922326 + - -0.021937062245686523 + - -0.05412203238955714 + - 0.025718944655328584 + - - -0.0190933720584668 + - -0.9984377948343567 + - 0.05251107492467691 + - -0.030516073283652356 + - - -0.055189421390193574 + - -0.05138808369979317 + - -0.9971526425880242 + - 0.5776983746276132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967528791048377 + - -0.023395201422944937 + - -0.0770477939112904 + - 0.0646004348249838 + - - -0.02528656185386893 + - -0.9994001141108939 + - -0.02366435515164997 + - -0.032874476759445714 + - - -0.07644794167161927 + - 0.02553578793600849 + - -0.9967465253256018 + - 0.5765602898346459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999675494829823 + - -0.020029167815801194 + - -0.0157396783116777 + - -0.03485796091264526 + - - -0.02042485500404539 + - -0.9994688365618682 + - -0.025394291479177475 + - 0.03740819837565598 + - - -0.015222691444430765 + - 0.025707531547625832 + - -0.9995535966054625 + - 0.5803860440247877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982444231055216 + - -0.03885625109414691 + - -0.044701940557797 + - 0.04847959569981515 + - - -0.037425154423606555 + - -0.998773468094242 + - 0.032417853836567916 + - 0.03510228859526897 + - - -0.04590674847006061 + - -0.030687964772993424 + - -0.9984742456683586 + - 0.5763909943969168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993892744098414 + - -0.022269510956058735 + - -0.026928555036405278 + - 0.025732468227807663 + - - -0.02119530907790018 + - -0.9989932099796237 + - 0.039538908529444215 + - -0.03051068726508069 + - - -0.027781955792618534 + - -0.03894400205918049 + - -0.9988551084296218 + - 0.5777797248225431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961085593030576 + - -0.02064771587282397 + - -0.08568202794298278 + - 0.06458702293620597 + - - -0.02372697524939655 + - -0.9991029226135014 + - -0.03507678250174087 + - -0.03282438694543764 + - - -0.08488090909445699 + - 0.03697325863911706 + - -0.9957048806834802 + - 0.5765044698512152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996732067212658 + - -0.02032042903032079 + - -0.015509994443744662 + - -0.03486520823849131 + - - -0.020791817885976345 + - -0.9993073805522769 + - -0.030861942303486135 + - 0.03740048685338693 + - - -0.014872124011643 + - 0.03117433780805952 + - -0.9994033122766863 + - 0.580308938115043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980353302584594 + - -0.03938596950332849 + - -0.04872601935486711 + - 0.04845891129158528 + - - -0.03798329739094889 + - -0.9988462060799659 + - 0.029385808121773285 + - 0.03508265891742996 + - - -0.049827188112502814 + - -0.027477299829892665 + - -0.9983798121551036 + - 0.5763403186199596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986302548059447 + - -0.024045107207005433 + - -0.046469850501347575 + - 0.025722939697151673 + - - -0.020532682259903238 + - -0.9969993173427655 + - 0.07463759225265382 + - -0.03049045109955876 + - - -0.048125078134251716 + - -0.0735812070943605 + - -0.9961273928655455 + - 0.5776516301220888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970863196340519 + - -0.02194995593950684 + - -0.07305525739380463 + - 0.06459939850881798 + - - -0.025032290819570105 + - -0.9988229177753026 + - -0.04154712195996276 + - -0.03283888078596653 + - - -0.07205730785247118 + - 0.043254807375426634 + - -0.9964621247312762 + - 0.5766246155324667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996008941723681 + - -0.019836627170792702 + - -0.020113691662375005 + - -0.03486194348470125 + - - -0.020058678502432085 + - -0.9997393987535322 + - -0.010898807121069895 + - 0.03739754684283746 + - - -0.019892254435789673 + - 0.01129791141818627 + - -0.999738293460368 + - 0.580179471337231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981742265926608 + - -0.03868135026864193 + - -0.046389293026927465 + - 0.04849870557438775 + - - -0.03745287258366439 + - -0.9989318060997897 + - 0.027065274752767102 + - 0.03508611772777766 + - - -0.04738666163990988 + - -0.025278447412877384 + - -0.9985567106554428 + - 0.576451933237062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989893603063364 + - -0.020978429946738247 + - -0.03975127006406736 + - 0.025736620720240556 + - - -0.01885249892670388 + - -0.998410102967703 + - 0.053121084102634865 + - -0.03050400346968722 + - - -0.040802466579304385 + - -0.05231798705025236 + - -0.997796565915144 + - 0.5776783142101531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9973399094510585 + - -0.020908063113267896 + - -0.06982805963941616 + - 0.06461481628800302 + - - -0.02433729648254437 + - -0.9985205322578512 + - -0.04862553505534816 + - -0.03286355526832461 + - - -0.06870808552182914 + - 0.050195612919355474 + - -0.9963732229579315 + - 0.5766682363560751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992396593972004 + - -0.019871559669944194 + - -0.033544361732651996 + - -0.03485359799674408 + - - -0.020003553758322655 + - -0.9997934136133063 + - -0.003603877424450435 + - 0.03741931666501137 + - - -0.03346581725888457 + - 0.004272143693324838 + - -0.9994307318986438 + - 0.5801368132017419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982585685007487 + - -0.03968805374364614 + - -0.04364274057477998 + - 0.04847525949237138 + - - -0.03801141851493601 + - -0.9985315607391789 + - 0.03859863041951055 + - 0.03510979641580422 + - - -0.045110558379590805 + - -0.03687249107154331 + - -0.9983012856472041 + - 0.5763672503410432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983255665812512 + - -0.02318835211192726 + - -0.05299399434423747 + - 0.025718741274968003 + - - -0.020298254169951055 + - -0.9983107861411221 + - 0.054438544726574646 + - -0.03047301596677538 + - - -0.054166816298134586 + - -0.053271705441336144 + - -0.9971098642634603 + - 0.5775892760407012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99751455580216 + - -0.021591579051432348 + - -0.06707096746644729 + - 0.0646156516079252 + - - -0.02410377746749685 + - -0.9990291442520461 + - -0.036875152159965695 + - -0.03287098112979619 + - - -0.0662096584692662 + - 0.03840016470132621 + - -0.9970665516786195 + - 0.5767175883007644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995317692831832 + - -0.01993656910492662 + - -0.023211536053305427 + - -0.034839316046020134 + - - -0.02039462363200491 + - -0.9995985473267774 + - -0.019667320842082663 + - 0.037373846866643565 + - - -0.02281011881903028 + - 0.020131502540074786 + - -0.9995371034058421 + - 0.5800768021114796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980623855528143 + - -0.039483692799189354 + - -0.04808859061736618 + - 0.04847307865923336 + - - -0.03791536079917551 + - -0.9987325887621022 + - 0.03310047673400425 + - 0.035109420143368916 + - - -0.049334571652075186 + - -0.031213044508494422 + - -0.9982944685274068 + - 0.5764596451907191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988204662305693 + - -0.024603329130648683 + - -0.04186110885579897 + - 0.025684722362108586 + - - -0.02182753985241417 + - -0.997612410649306 + - 0.06552126847423685 + - -0.030520231956829732 + - - -0.04337320305141584 + - -0.06453025890363935 + - -0.9969727232692432 + - 0.5776500604261046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968822419517849 + - -0.02122693364879688 + - -0.07599482198842646 + - 0.06461011289891384 + - - -0.024551955834569678 + - -0.9987694818562832 + - -0.043089715446128087 + - -0.03287463353071461 + - - -0.0749866464504207 + - 0.044821193652116446 + - -0.9961767230033628 + - 0.5766453103806348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995755568746537 + - -0.020617891967320237 + - -0.02058175477333759 + - -0.03486164875212019 + - - -0.021233822758579546 + - -0.9993192116244014 + - -0.030170151631080378 + - 0.03739398042206986 + - - -0.019945698026971194 + - 0.030594375450547513 + - -0.9993328541186907 + - 0.5802130830257235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984391141073312 + - -0.04057901128900491 + - -0.03837550342828692 + - 0.048487385441664435 + - - -0.038786642947440726 + - -0.9981719366817423 + - 0.04635063268056308 + - 0.03511606452941464 + - - -0.04018621342494707 + - -0.04478982768249447 + - -0.9981878278093448 + - 0.5766334689796812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982264273715494 + - -0.02254234544267318 + - -0.05509847873558675 + - 0.025720703369021252 + - - -0.019231831723791164 + - -0.9980195587118718 + - 0.05989237912379969 + - -0.030493634258913695 + - - -0.05633947413297796 + - -0.05872651096825325 + - -0.9966830291340951 + - 0.577607247762487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969355580009966 + - -0.02107217187848885 + - -0.07533562746513117 + - 0.06461110928312959 + - - -0.02497897515925779 + - -0.9983709442485533 + - -0.05129823077111425 + - -0.032860426692463 + - - -0.0741319363920489 + - 0.053022837085323286 + - -0.9958378556543177 + - 0.5765920842019768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997634470435086 + - -0.01946667746203019 + - -0.009700434231041302 + - -0.03485933916152946 + - - -0.019654117619014134 + - -0.999614360798112 + - -0.019617475546080797 + - 0.03739495847971536 + - - -0.00931480629425165 + - 0.01980348844957387 + - -0.9997604994342041 + - 0.580146083938398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982580483626061 + - -0.04003507651344426 + - -0.04333660724887674 + - 0.048471002491237425 + - - -0.03875636788087332 + - -0.9987995909239252 + - 0.029955318707742845 + - 0.035085264374291436 + - - -0.04448384906865799 + - -0.028223568498024848 + - -0.998611344494581 + - 0.5764678479752594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988903626000357 + - -0.022375768784851494 + - -0.04144114472424803 + - 0.025734323392047627 + - - -0.020059369706945843 + - -0.9982575878550618 + - 0.05549243170697357 + - -0.03049897881568209 + - - -0.04261062299156477 + - -0.054599571986233816 + - -0.9975987277193121 + - 0.5777208648628833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964095350742526 + - -0.02102923854877404 + - -0.08201103303318849 + - 0.06460671717926844 + - - -0.024790052651126618 + - -0.9986742999669528 + - -0.0451120369199976 + - -0.03287670175317726 + - - -0.08095363921817442 + - 0.046983121560573354 + - -0.9956099108515132 + - 0.5766377889663965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997313216863043 + - -0.019530200176218555 + - -0.012484218855497643 + - -0.03486475719585478 + - - -0.019888262502459102 + - -0.9993748007235052 + - -0.02923122805303331 + - 0.03737130821987317 + - - -0.01190552199562914 + - 0.029471663677709054 + - -0.999494712135127 + - 0.5802593829627173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981054581287184 + - -0.03990656142292208 + - -0.046829059450940146 + - 0.048484112920717366 + - - -0.03780069666543556 + - -0.998270450948559 + - 0.04502459432986058 + - 0.03509878767189944 + - - -0.04854484303475363 + - -0.04316912227923255 + - -0.9978876816036824 + - 0.5764209509358358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994737932077689 + - -0.032032201522214455 + - 0.005106344731248106 + - -0.04289584127857037 + - - -0.03218545049603238 + - -0.998921719391033 + - 0.033458859891361124 + - -0.023627493535882883 + - - 0.004029077715998083 + - -0.03360560361758925 + - -0.9994270508337545 + - 0.5795119681491332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985904524407898 + - -0.02350557379693983 + - -0.04758777463356993 + - 0.0257310036052983 + - - -0.020108508481732887 + - -0.9972987055035527 + - 0.07064658440135621 + - -0.03050085151140463 + - - -0.04911981454300192 + - -0.06959008551090082 + - -0.9963656275774704 + - 0.5777167516741267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974835416987311 + - -0.022410806339913603 + - -0.06726321282358318 + - 0.06460965633944614 + - - -0.025481897679892618 + - -0.9986550536325869 + - -0.04515259399775786 + - -0.032871978055660535 + - - -0.06616084137000706 + - 0.04675296368455977 + - -0.9967130497068466 + - 0.5766932133360497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996926039958844 + - -0.01929618738622311 + - -0.015567744482860219 + - -0.03486534909961292 + - - -0.019488021425588198 + - -0.9997348411714684 + - -0.01226639184009259 + - 0.037403779836989726 + - - -0.015326921962470999 + - 0.012566005738286094 + - -0.999803571189332 + - 0.58037129253911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982568545484033 + - -0.039730069928593306 + - -0.043643715361975234 + - 0.04845727117910002 + - - -0.03790321857601289 + - -0.9984018645951847 + - 0.04191733286408688 + - 0.03509157158403644 + - - -0.04523934536116785 + - -0.04019002757312754 + - -0.9981674024505937 + - 0.5763582300363252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986606695992273 + - -0.021540512049178274 + - -0.04704118765807367 + - 0.025730166522270552 + - - -0.019464957173550106 + - -0.9988355743503466 + - 0.04414307255329912 + - -0.030505326389920612 + - - -0.04793727607879652 + - -0.04316829569108764 + - -0.9979170886447796 + - 0.5777759428757597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9975390515424354 + - -0.02194821466185184 + - -0.06658916218857092 + - 0.06463002491703146 + - - -0.024905796354133373 + - -0.99872476342841 + - -0.04391523907293152 + - -0.032873856294494935 + - - -0.06554038415957728 + - 0.04546562204593231 + - -0.9968135910270242 + - 0.5767367256387024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997610365939668 + - -0.020311435679195404 + - -0.008081787500734018 + - -0.03483159352824684 + - - -0.02051425720977186 + - -0.9994550890892856 + - -0.02585904376924765 + - 0.03740024555027394 + - - -0.00755214934230222 + - 0.02601865627157656 + - -0.9996329299128424 + - 0.5802533308102278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99840821118527 + - -0.03897276307734406 + - -0.040769689426663216 + - 0.04848687882438912 + - - -0.03784694880513809 + - -0.9988903226290283 + - 0.02803090837300109 + - 0.035079194358759516 + - - -0.04181689017574865 + - -0.026443280738053923 + - -0.9987753003553084 + - 0.5763885431299207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987381407522911 + - -0.02176727273202076 + - -0.045258281501474915 + - 0.025714086890169564 + - - -0.019711784459073442 + - -0.9987754159779658 + - 0.0453774612718784 + - -0.03049121699594549 + - - -0.04619060250847516 + - -0.04442807981278979 + - -0.9979441737712851 + - 0.5777127962267578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9972161271782218 + - -0.02136615467978268 + - -0.07143866690993188 + - 0.06460792845790202 + - - -0.024402709520450046 + - -0.9988234761394005 + - -0.04190669732709478 + - -0.03285862008624207 + - - -0.07045923263653338 + - 0.04353333144848665 + - -0.9965642706766417 + - 0.5767079464858921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996677236322739 + - -0.020735790481289453 + - -0.015312391092955409 + - -0.03484142653820329 + - - -0.021137159641848247 + - -0.9994244504886615 + - -0.026532776856424578 + - 0.037399491013852676 + - - -0.014753399951962804 + - 0.026847621096735254 + - -0.9995306610761394 + - 0.5802714315742961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979842351482792 + - -0.04005218535325635 + - -0.04922691178545222 + - 0.048490809675296793 + - - -0.037846148051945604 + - -0.9982717639514517 + - 0.0449572505263324 + - 0.035091741764409004 + - - -0.050942472192999334 + - -0.04300357828931911 + - -0.9977753037538963 + - 0.5763446265168652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982291254626403 + - -0.023752532584962162 + - -0.05453833765245063 + - 0.02572145851201109 + - - -0.019686894221463504 + - -0.9970705892695878 + - 0.07390985191102831 + - -0.03050715092820816 + - - -0.05613411862677911 + - -0.07270527635184079 + - -0.995772515947592 + - 0.5776395335558896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971370567409898 + - -0.022349363676579463 + - -0.07223708200895207 + - 0.06459203798420923 + - - -0.024989802865565187 + - -0.9990444129901317 + - -0.03585764389839184 + - -0.032869488245422906 + - - -0.07136665766768308 + - 0.03756017593749633 + - -0.9967427117149583 + - 0.5766508186402405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995897765203982 + - -0.020520890512677897 + - -0.019979282481289117 + - -0.03489790032610889 + - - -0.021293621192642668 + - -0.9990019422425176 + - -0.039264501680032676 + - 0.03738880516040932 + - - -0.019153599463408933 + - 0.03967382573238604 + - -0.9990290922587545 + - 0.5803469410394496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982495190352149 + - -0.039156203360594624 + - -0.044324817927952266 + - 0.04848105268125617 + - - -0.03756878234327039 + - -0.99864186449421 + - 0.03609727237303122 + - 0.03508397109986071 + - - -0.045678050956737805 + - -0.03436885534772123 + - -0.9983648118012183 + - 0.5764697159746417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999459882390074 + - -0.032716513424994216 + - 0.003094065631450593 + - -0.042881143040728105 + - - -0.03278749043412719 + - -0.9991066493003298 + - 0.026662404147046178 + - -0.02365355390166275 + - - 0.002219000642534453 + - -0.02674944996033714 + - -0.9996397065758085 + - 0.5795804408173749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988515935914263 + - -0.021859912999168202 + - -0.0426337681132789 + - 0.025727561258572902 + - - -0.018964709251180337 + - -0.9975613486115804 + - 0.0671691563090004 + - -0.030511173551939347 + - - -0.04399811112861818 + - -0.06628348180288608 + - -0.9968303096601748 + - 0.5777175302960714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957152529688499 + - -0.020465699665864794 + - -0.09017921125384652 + - 0.0645941614302139 + - - -0.02459135178159422 + - -0.9986897383749327 + - -0.04487841220634972 + - -0.03286753870008081 + - - -0.08914258478826571 + - 0.04690374827021587 + - -0.9949138847033304 + - 0.576595281982732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995909009056743 + - -0.0200175140692652 + - -0.020428655292735465 + - -0.03486880222035124 + - - -0.020725022200199308 + - -0.9991713404484883 + - -0.035030071098591554 + - 0.03739515298529489 + - - -0.01971051195133918 + - 0.03543912466269312 + - -0.9991774437815129 + - 0.5803127737590259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979664290973702 + - -0.0400993734939414 + - -0.049548427220620084 + - 0.048478040685657836 + - - -0.038390264815628176 + - -0.9986504823762523 + - 0.03497715850472027 + - 0.03507626911221394 + - - -0.05088412288749444 + - -0.03300385273073091 + - -0.9981590813807679 + - 0.5763576751022592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998188788653859 + - -0.0222477717024037 + - -0.055894354455700276 + - 0.025728505532184226 + - - -0.019363185634263726 + - -0.998478563575399 + - 0.05162969225650715 + - -0.03049361789585718 + - - -0.056957960355289924 + - -0.050453887210861324 + - -0.9971008956055949 + - 0.577780037017491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996382193528033 + - -0.020746691603991153 + - -0.08241419299947267 + - 0.06459261384002371 + - - -0.024926735596652004 + - -0.998437150009653 + - -0.0500191496638653 + - -0.03285641443977462 + - - -0.08124766010636891 + - 0.05189250685879839 + - -0.9953421449226137 + - 0.576572833865859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999449810263011 + - -0.020461541603943513 + - -0.026103679442203296 + - -0.03488801984000153 + - - -0.021410914038695265 + - -0.9990997336033459 + - -0.03662369552287147 + - 0.037395739528772856 + - - -0.02533080190714104 + - 0.03716244917809485 + - -0.9989881394920701 + - 0.5803547671579286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980186989379836 + - -0.04027937818890829 + - -0.04833475212359548 + - 0.048451099461637 + - - -0.038433307634076146 + - -0.9985179157487223 + - 0.03853378768213604 + - 0.035101171840685175 + - - -0.049815232955783544 + - -0.03659977624989495 + - -0.9980876208750504 + - 0.5763583011901872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994339318198113 + - -0.031532750344579745 + - 0.011726106894406285 + - -0.04291063695740218 + - - -0.031872543754025325 + - -0.9990410850852899 + - 0.030017515990742906 + - -0.02363363257566674 + - - 0.010768327717913227 + - -0.030374264885148584 + - -0.9994805886813644 + - 0.5795838616863785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990345905035594 + - -0.02410467895656496 + - -0.03672671275497322 + - 0.025717998349183906 + - - -0.022468330499019983 + - -0.9987640646487544 + - 0.04433415490213081 + - -0.03052418327649193 + - - -0.03774998148307078 + - -0.04346616636765031 + - -0.9983414402294079 + - 0.5777074316399731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957141778822601 + - -0.0223774823429938 + - -0.08973585820754028 + - 0.06459195932970965 + - - -0.024754277689424117 + - -0.9993692678202885 + - -0.025461584247967746 + - -0.03285044956089854 + - - -0.08910949276216117 + - 0.027573806779813352 + - -0.9956400873203834 + - 0.5765281164012833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999537595222337 + - -0.020286531579621604 + - -0.022650659452132443 + - -0.03484209626130433 + - - -0.020843258856253107 + - -0.9994795853303254 + - -0.02461944492007569 + - 0.03737082228662663 + - - -0.022139428569831875 + - 0.02508017432934687 + - -0.9994402586239017 + - 0.5802632052445195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985416596332591 + - -0.03985063598916655 + - -0.03642088395571363 + - 0.04845922922031281 + - - -0.03818667206936942 + - -0.9982435604293498 + - 0.04529428371882366 + - 0.035091017967633586 + - - -0.038161918886804626 + - -0.04383743688440049 + - -0.9983095447176106 + - 0.576342835705029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999463281592654 + - -0.03185713404704799 + - 0.007633594065161282 + - -0.04287854897080456 + - - -0.0320036199320708 + - -0.9992895389580718 + - 0.019904412581345236 + - -0.023656737091325705 + - - 0.006994073154236425 + - -0.020138032159902553 + - -0.9997727454784114 + - 0.5794737269352346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976812517492893 + - -0.02196943690103102 + - -0.06441633139369787 + - 0.02571867147345196 + - - -0.01933842016338946 + - -0.9989642993066563 + - 0.0411868209060368 + - -0.03050601414685883 + - - -0.06525446661765999 + - -0.03984560895523313 + - -0.9970728067866618 + - 0.5775685386426532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965422798358774 + - -0.022668228177821628 + - -0.07993519832207807 + - 0.0646188529415654 + - - -0.025706187552068983 + - -0.9989777782830807 + - -0.03718320075165648 + - -0.03287680278780308 + - - -0.0790106095473867 + - 0.03910946084873002 + - -0.996106306400613 + - 0.5766578984970661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995998269799312 + - -0.020546858550534793 + - -0.01944254369664192 + - -0.03485723404944151 + - - -0.02111169586302844 + - -0.9993474952794297 + - -0.029306654133784582 + - 0.03738540603295691 + - - -0.01882769766802365 + - 0.029705391470818902 + - -0.9993813624028051 + - 0.5802997650178356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972432604201646 + - -0.03971840161419385 + - -0.06267637608998436 + - 0.04843323435915139 + - - -0.03772084211322728 + - -0.9987518637323904 + - 0.03273916250219482 + - 0.03505903841318416 + - - -0.06389849463663866 + - -0.03028470347039481 + - -0.9974967764954839 + - 0.5762100684544615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988176416494632 + - -0.024049172237682777 + - -0.04224874015265859 + - 0.025718734870116326 + - - -0.02133183601277306 + - -0.9977454694165415 + - 0.06363121113957791 + - -0.030502027966295538 + - - -0.04368376703225989 + - -0.06265473304904949 + - -0.9970787897274838 + - 0.5777311948663042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960023541908789 + - -0.019823750455153305 + - -0.08709953710622653 + - 0.06460216818682264 + - - -0.02406172919199657 + - -0.9985632680540039 + - -0.04787935757294526 + - -0.032850429851212413 + - - -0.08602524998230546 + - 0.04978371833439864 + - -0.9950483595053471 + - 0.5765353827406988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996007711767971 + - -0.019884225253410007 + - -0.020072763856135142 + - -0.0348528998685267 + - - -0.020557222676354417 + - -0.999213861532581 + - -0.03389778041381039 + - 0.03737683327764336 + - - -0.019382952782981577 + - 0.034296887719147046 + - -0.9992237110047943 + - 0.5804207765819338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976746162000155 + - -0.040522502945136506 + - -0.054802253103436636 + - 0.04844381332109871 + - - -0.03843298022273251 + - -0.9985130606260822 + - 0.0386597179287758 + - 0.03511024068777768 + - - -0.056287354009144704 + - -0.03646360533730669 + - -0.9977485350850954 + - 0.5762188923021608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985421202646857 + - -0.02442641271578532 + - -0.04813506434133094 + - 0.025721862890552897 + - - -0.020873493583034038 + - -0.9971149735294786 + - 0.0729796329735027 + - -0.030491628948505545 + - - -0.04977882404140324 + - -0.07186849048885226 + - -0.9961711643848711 + - 0.5777009245773727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9951052807069831 + - -0.020850884273600392 + - -0.09659565691109097 + - 0.06457971560791573 + - - -0.02394847236248438 + - -0.999231824294164 + - -0.031019864430087044 + - -0.03285839141328289 + - - -0.09587466287074804 + - 0.03318134932106562 + - -0.9948402118313546 + - 0.5764595076888045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997204999144113 + - -0.019832822593804658 + - -0.012867835825898453 + - -0.034875168524143574 + - - -0.02016298938127148 + - -0.9994570930784505 + - -0.026057109478675854 + - 0.03739600918947551 + - - -0.01234406375916529 + - 0.026309280551463903 + - -0.9995776337267525 + - 0.5804000790577291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980512336377162 + - -0.03867589863522889 + - -0.04896845820515687 + - 0.04847222319674777 + - - -0.037424388112678834 + - -0.9989553711882894 + - 0.026221776226246506 + - 0.03508109943178512 + - - -0.049931455102212655 + - -0.024338061525628184 + - -0.9984560624046264 + - 0.5762780658313822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998935696055816 + - -0.023063173495145865 + - -0.039944526205917937 + - 0.025729205486837416 + - - -0.02071974737528728 + - -0.9980946242024274 + - 0.058118957379842025 + - -0.030505320736344953 + - - -0.04120882446984795 + - -0.05722946065225864 + - -0.9975102112857118 + - 0.5777516677190859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957358528908045 + - -0.019697285193191652 + - -0.09012285073076792 + - 0.0645796327214084 + - - -0.02438081183807117 + - -0.9983925159035925 + - -0.051166006310945 + - -0.0328704278604864 + - - -0.08897014826299196 + - 0.05314509519902253 + - -0.9946154591470757 + - 0.5765100065062142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999646628504431 + - -0.01990486586389164 + - -0.017618582084394412 + - -0.03486260410527621 + - - -0.020375416311660066 + - -0.9994292756994815 + - -0.026943742964485755 + - 0.03740708283244208 + - - -0.017072215141878903 + - 0.027293207758528858 + - -0.9994816758102166 + - 0.5802593899628177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982041955285499 + - -0.04006898020007188 + - -0.04452932578567511 + - 0.04848390343568706 + - - -0.03808983140793386 + - -0.9982856796994806 + - 0.0444394695092296 + - 0.03509900347604478 + - - -0.04623363248237929 + - -0.04266355039929072 + - -0.9980191745126001 + - 0.5764310453991828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999472537756039 + - -0.0324489038623826 + - 0.001309545582631897 + - -0.04287883179665289 + - - -0.03246782251395672 + - -0.9992954345482683 + - 0.01882750626581809 + - -0.023659907508608583 + - - 0.0006976909812689699 + - -0.018860093560665758 + - -0.9998218891873578 + - 0.5794413542396748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984935382437554 + - -0.021296675443753424 + - -0.050567832665732865 + - 0.025726400133999995 + - - -0.01899361442732657 + - -0.9987793892823379 + - 0.04559576905576367 + - -0.030507933522479262 + - - -0.05147714732240105 + - -0.0445666148573561 + - -0.9976792671714213 + - 0.5776559952845501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957486586121345 + - -0.021021322664701633 + - -0.08968117341762051 + - 0.06457628651268103 + - - -0.024531854387465895 + - -0.9989680422433229 + - -0.03822353590203653 + - -0.03286308454657132 + - - -0.08878511695350179 + - 0.04026108008944379 + - -0.9952367800868214 + - 0.5765133140617451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997428889927541 + - -0.019016994949677506 + - -0.012349486285100589 + - -0.034843620082434766 + - - -0.019422828303641157 + - -0.9992459698173595 + - -0.033619124683026386 + - 0.03736165042042858 + - - -0.01170083967539182 + - 0.03385034278777009 + - -0.999358416507332 + - 0.5803021874370502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997316843987295 + - -0.041044133692854104 + - -0.06061758646320803 + - 0.04844805902136555 + - - -0.03851770679119067 + - -0.9983632732610054 + - 0.042274825453455026 + - 0.03508792963404103 + - - -0.06225350562634402 + - -0.03982654507957405 + - -0.9972654347485711 + - 0.5761367142709779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986948818567387 + - -0.02354897645391851 + - -0.04532084135502712 + - 0.025719727534325772 + - - -0.02042505962383585 + - -0.9974626585467299 + - 0.06819869312716241 + - -0.030527865151383865 + - - -0.046811856324199486 + - -0.06718400488853661 + - -0.9966418411819864 + - 0.5776905513448835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959304437438419 + - -0.021431116954094998 + - -0.08754003912664289 + - 0.06459769588577309 + - - -0.0254176702191043 + - -0.9986778638618261 + - -0.04468183381435314 + - -0.03286766193650776 + - - -0.08646671767117754 + - 0.04672506242350582 + - -0.9951584171762269 + - 0.5765705445167743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995962542822582 + - -0.020480607491940965 + - -0.01969449521160833 + - -0.034854579037632935 + - - -0.021189449811370595 + - -0.9991095856355405 + - -0.03648346348512427 + - 0.037381784357636894 + - - -0.01892975545458574 + - 0.036886048960820414 + - -0.9991401722233423 + - 0.580206690686073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980778715804349 + - -0.039556016028577154 + - -0.04770622451437315 + - 0.04845343249260854 + - - -0.037624809631131156 + - -0.9984618709848482 + - 0.04072181098204609 + - 0.03508472916637475 + - - -0.04924363879416274 + - -0.03884860081628804 + - -0.9980309866196173 + - 0.5761868240567873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987615450914603 + - -0.02259258965327294 + - -0.04432776713616236 + - 0.025720753229348248 + - - -0.019971843317417096 + - -0.998075905912536 + - 0.05869933143891231 + - -0.030490409550383606 + - - -0.045568646249626005 + - -0.05774132774390941 + - -0.9972910495684533 + - 0.5776691722468306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9949321073001883 + - -0.021508818794748554 + - -0.09822154843648688 + - 0.06459897993637245 + - - -0.025124073079006545 + - -0.9990459855902131 + - -0.03571973723309534 + - -0.03284776979721479 + - - -0.09735955430838415 + - 0.03800643879838402 + - -0.9945233168683068 + - 0.5764615395023567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996226523132642 + - -0.020472109936442415 + - -0.01831517668342416 + - -0.034873312616088614 + - - -0.021092091945816894 + - -0.9991881777813518 + - -0.034323593042281414 + - 0.037389159883030806 + - - -0.017597631645878783 + - 0.03469694650445711 + - -0.9992429360589566 + - 0.5803252005141932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980231598097673 + - -0.03935220467413628 + - -0.049001800687448034 + - 0.04848699649326618 + - - -0.037755962050909066 + - -0.9987391151865698 + - 0.03308575412407281 + - 0.035134578775297576 + - - -0.05024201242921914 + - -0.031170238748414687 + - -0.9982505479104079 + - 0.5764006004878692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986517618995016 + - -0.02339389562227836 + - -0.04633987594539975 + - 0.025731147796019527 + - - -0.02066295465915155 + - -0.9980700382934904 + - 0.05855972135849991 + - -0.030506128063683517 + - - -0.04762038176847115 + - -0.05752325015543932 + - -0.9972077892454413 + - 0.5777370357697869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9940977155490118 + - -0.019661406096546208 + - -0.10669189777364815 + - 0.06459855028691235 + - - -0.0237438614617805 + - -0.9990283426916883 + - -0.03712949692067278 + - -0.032856595067556296 + - - -0.10585821169432094 + - 0.03944362570815683 + - -0.9935986309410229 + - 0.5765307206846839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997930134974564 + - -0.019547973225479923 + - -0.005639761027813344 + - -0.03484302776552827 + - - -0.019755775794043487 + - -0.9990241179984697 + - -0.03950342997962863 + - 0.0373668281129434 + - - -0.004862045294976967 + - 0.03960667115721613 + - -0.999203518866599 + - 0.5801334140439954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972754563768055 + - -0.040406238550609284 + - -0.061717096453297135 + - 0.04843779035910725 + - - -0.03806659548441194 + - -0.9985283938147065 + - 0.038626170584832274 + - 0.03508969234673241 + - - -0.06318701145536537 + - -0.03617157215291685 + - -0.9973459875847127 + - 0.5760000146681098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985285239672783 + - -0.02572290820804221 + - -0.04774011748047209 + - 0.02576368154902997 + - - -0.02272208895662574 + - -0.9977944518319685 + - 0.06236937202495964 + - -0.030532671107458876 + - - -0.049239145983412724 + - -0.06119284179265795 + - -0.9969106994190412 + - 0.5775671717070401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9938991465170688 + - -0.019075765190356826 + - -0.1086305745867364 + - 0.06457779382945125 + - - -0.024323153214791737 + - -0.9985899159812767 + - -0.047186480248022994 + - -0.0328716763503838 + - - -0.10757727813219618 + - 0.04954084055513863 + - -0.9929616479737567 + - 0.5764699338753252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995206163714232 + - -0.020528083230211092 + - -0.023176178446494233 + - -0.034895196906172835 + - - -0.021355832154813677 + - -0.999121715758525 + - -0.03605170637733484 + - 0.037388882620446665 + - - -0.02241575074508199 + - 0.03652937035640862 + - -0.9990811474649592 + - 0.580198291502313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976074650758406 + - -0.04012581724188197 + - -0.05629622026056846 + - 0.04843997846605794 + - - -0.03839673313413132 + - -0.9987669985369187 + - 0.03146702270919424 + - 0.03509408881691319 + - - -0.05748944694099651 + - -0.029230145812597856 + - -0.9979181139082469 + - 0.5762161061520821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980648790718729 + - -0.02283231332481641 + - -0.057837553816575744 + - 0.025730269929557487 + - - -0.018741833684534595 + - -0.9973495098018297 + - 0.07030433107705028 + - -0.03051044449985056 + - - -0.0592894664623416 + - -0.06908430188029452 + - -0.9958474373117217 + - 0.5776114523867493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9950740906489034 + - -0.02107180573111029 + - -0.09686863848784215 + - 0.06457447122822625 + - - -0.024034639437706458 + - -0.9992751434942082 + - -0.029521580271530554 + - -0.032857922542476437 + - - -0.09617634962067 + - 0.03170436244208869 + - -0.9948592579736003 + - 0.5764030138461187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996531635487814 + - -0.020725815004176765 + - -0.016247867531645106 + - -0.03485500893625733 + - - -0.02129224432769867 + - -0.9991428033017833 + - -0.03550068931364815 + - 0.03740246748781376 + - - -0.015498159194008486 + - 0.035834329945838655 + - -0.9992375632745852 + - 0.5801785908097843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982821706796552 + - -0.040545439835778845 + - -0.04229391222905584 + - 0.048484861559042886 + - - -0.03853914203096167 + - -0.9981407748880594 + - 0.047219996160334426 + - 0.03511430830992017 + - - -0.04412983383872191 + - -0.04550890917598302 + - -0.9979887258636638 + - 0.5764263372492641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982937376519724 + - -0.022120684997777217 + - -0.05403969522567838 + - 0.025725600066504484 + - - -0.018921354478631455 + - -0.9980778211536061 + - 0.05901394128478513 + - -0.030509529596925586 + - - -0.055241250072288056 + - -0.05789074378947991 + - -0.9967933918691233 + - 0.5776921540511691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9941647055533848 + - -0.019419649462989345 + - -0.10611039273646315 + - 0.06456538698665497 + - - -0.024151078174554613 + - -0.9987619879501316 + - -0.04348812307870397 + - -0.03285552563328126 + - - -0.10513450268564732 + - 0.04579703746572011 + - -0.9934029231406589 + - 0.5764079698286775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996245816214497 + - -0.020616931710027382 + - -0.018045441114189625 + - -0.03485383303406549 + - - -0.021226171716034116 + - -0.9991879454103376 + - -0.034247618617214065 + - 0.03738942667988586 + - - -0.017324706416648197 + - 0.03461779706354495 + - -0.9992504504247395 + - 0.5802707928865611 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977566464853541 + - -0.04023629305585589 + - -0.053504346696537676 + - 0.04843814156432892 + - - -0.03821889370561735 + - -0.9985386333855363 + - 0.03820881835997753 + - 0.03508046742674133 + - - -0.05496353844339665 + - -0.03607822553383574 + - -0.997836344840231 + - 0.5762792188258241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979429149477115 + - -0.02360015542655918 + - -0.05960680472485451 + - 0.02570602477388371 + - - -0.0192409679176124 + - -0.9971699936125636 + - 0.07267591755398495 + - -0.030485705719899787 + - - -0.061153280036790325 + - -0.07137952439294099 + - -0.9955728199575257 + - 0.5776427779246794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959483669680959 + - -0.0200710967911799 + - -0.08765843602975332 + - 0.06459428213536461 + - - -0.023691224103882625 + - -0.998900461367779 + - -0.04045484123931291 + - -0.03284349420995053 + - - -0.08675007915871247 + - 0.04236766872082401 + - -0.9953287921150075 + - 0.5765796179390069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995256927249003 + - -0.01920626153873533 + - -0.024072995254307852 + - -0.03489801776583033 + - - -0.019812761127065266 + - -0.9994857187887894 + - -0.02521413162850652 + - 0.03742713617265908 + - - -0.023576345758621796 + - 0.025679124887026374 + - -0.9993921845130206 + - 0.5805909375148881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977998644650313 + - -0.04046504370131401 + - -0.052516766006827656 + - 0.048440146870553466 + - - -0.0386840741123184 + - -0.9986558349976031 + - 0.03449732794453072 + - 0.03506228776951003 + - - -0.05384211069077621 + - -0.03238986667911108 + - -0.9980240095573208 + - 0.5762021422454837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985842208175442 + - -0.02251055791120228 + - -0.04819573338735169 + - 0.02572168424939854 + - - -0.01961942828845817 + - -0.9980270045670604 + - 0.059642067272478595 + - -0.030492416759148776 + - - -0.049443219634772224 + - -0.05861205454023279 + - -0.9970556629871375 + - 0.5776783310616913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9953158116491333 + - -0.022347443363855152 + - -0.0940586352034002 + - 0.06459394482234551 + - - -0.025592362315152568 + - -0.9991131700114827 + - -0.03343507889531539 + - -0.03287726213699126 + - - -0.09322803265304373 + - 0.03568564535923783 + - -0.9950050596067026 + - 0.5765529234734025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996576648738247 + - -0.019264874695749827 + - -0.01770360590300982 + - -0.03486413306784834 + - - -0.019502067028328324 + - -0.999721025529451 + - -0.013324432294327943 + - 0.03740136065055847 + - - -0.017441973530383983 + - 0.013665127782080856 + - -0.999754490783645 + - 0.5802434099151753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976950099517112 + - -0.040319395341209374 + - -0.05458033965425679 + - 0.0484618569751527 + - - -0.03820980165937608 + - -0.9985021954334784 + - 0.039158355068556146 + - 0.03508605015766626 + - - -0.0560774301712009 + - -0.03698259149712523 + - -0.9977412539088234 + - 0.5763223057632967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987214989971801 + - -0.02289168482298691 + - -0.045070369499156146 + - 0.02570700004125291 + - - -0.019954484756779432 + - -0.9977134031506458 + - 0.06457386244951045 + - -0.03050770569414952 + - - -0.046445516241257256 + - -0.06359194870045946 + - -0.9968946173400483 + - 0.5776639791201474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9956181054165877 + - -0.022566657479718293 + - -0.0907487417922563 + - 0.06458200495144353 + - - -0.024303744173334623 + - -0.9995410737756439 + - -0.01808230777828887 + - -0.03285473515224027 + - - -0.09029903756874506 + - 0.020208607216350587 + - -0.9957096444288027 + - 0.576422499039473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996315174289974 + - -0.02033487669196251 + - -0.017981161044908614 + - -0.03484195984383513 + - - -0.020670250479172522 + - -0.9996120758026662 + - -0.018666511581231723 + - 0.037403944923832554 + - - -0.01759460450616971 + - 0.01903130839975722 + - -0.9996640631696551 + - 0.5801464991363274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981853759363978 + - -0.03821629182823484 + - -0.04653461405890687 + - 0.048489620180534695 + - - -0.037158339493848155 + - -0.9990355778419777 + - 0.023391708189117115 + - 0.0350788305823393 + - - -0.047383679392509676 + - -0.02162011204513232 + - -0.9986427577879805 + - 0.5763555811058478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989568381873254 + - -0.02326292972763116 + - -0.039294675711463244 + - 0.025723733825817243 + - - -0.02108389472731286 + - -0.9982644999296455 + - 0.05498597606064512 + - -0.030491439528142403 + - - -0.04050561469610545 + - -0.054100131984141625 + - -0.9977136216857964 + - 0.5777140707522509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957533995591502 + - -0.022739042392786013 + - -0.08920820151451635 + - 0.06459887652335632 + - - -0.0256051081720632 + - -0.9991877571993053 + - -0.03111598140056945 + - -0.03283691540959927 + - - -0.0884281951749125 + - 0.03326802990985072 + - -0.9955268416692874 + - 0.5765015382611292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996241830019016 + - -0.020697295027097322 + - -0.017975392522614386 + - -0.03488597513323107 + - - -0.021329910740944473 + - -0.9991332732993481 + - -0.03574544857619516 + - 0.03740368032860381 + - - -0.01721997867490289 + - 0.036115428347056375 + - -0.9991992534873834 + - 0.5805155191280469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975563310607204 + - -0.04040860187950094 + - -0.05699571260032071 + - 0.04843342073218322 + - - -0.03825443576286996 + - -0.9985301954571617 + - 0.038393318490939174 + - 0.035059934924688986 + - - -0.0584633603647517 + - -0.03611915910463903 + - -0.997635926498457 + - 0.5762223467350949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985590338682904 + - -0.022380869280579214 + - -0.04877450738113182 + - 0.025722615370772053 + - - -0.019576080864868544 + - -0.9981683265987228 + - 0.0572430679914958 + - -0.03049105643374622 + - - -0.04996631803523834 + - -0.05620576896860774 + - -0.9971681295532114 + - 0.577621347665126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955830280545417 + - -0.020221674786112087 + - -0.09168161276174375 + - 0.06459375564506568 + - - -0.024728400437532237 + - -0.998527218080714 + - -0.04828976044454542 + - -0.03287586205026331 + - - -0.0905700859089284 + - 0.050343605560540135 + - -0.9946168010433035 + - 0.5765233973069569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994075660132556 + - -0.020884728187184818 + - -0.027355897426467893 + - -0.034882218579457745 + - - -0.02168419667898148 + - -0.9993365565281656 + - -0.029261619928108353 + - 0.037381523863011946 + - - -0.02672662735638886 + - 0.029837475010081316 + - -0.9991973841414802 + - 0.5803436702618372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981892081296795 + - -0.04016452532332056 + - -0.04477851805269867 + - 0.04847363720386286 + - - -0.03824756223726143 + - -0.9983480709181222 + - 0.04287485599941222 + - 0.035104142185769446 + - - -0.046426595356006156 + - -0.0410845494026144 + - -0.9980764655295872 + - 0.5763938790945653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998459977684058 + - -0.022796569216668134 + - -0.05057656962566663 + - 0.02572633635854067 + - - -0.018808501444073044 + - -0.9967780700856778 + - 0.07797255459263072 + - -0.030491539691098107 + - - -0.05219112220079722 + - -0.07690120563568645 + - -0.9956717789187359 + - 0.5776366094551179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967305090140253 + - -0.021156197958124297 + - -0.07797889258381902 + - 0.06461297304789647 + - - -0.024599182973718013 + - -0.9987522800496578 + - -0.04345990442505671 + - -0.032852527517849124 + - - -0.07696215042257895 + - 0.045236029706044935 + - -0.9960072936574138 + - 0.5766133149641196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99942621181128 + - -0.020550925912353975 + - -0.02692408937549006 + - -0.03489808406665487 + - - -0.021314749018991892 + - -0.9993694600419228 + - -0.02839654573664092 + - 0.03737883094350131 + - - -0.02632353735370349 + - 0.02895413234170027 + - -0.9992340714775131 + - 0.5803556861184979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983648734600932 + - -0.03878000549383209 + - -0.04199631668266248 + - 0.048478704478784426 + - - -0.03776880241692182 + - -0.9989834117880606 + - 0.024610171398801995 + - 0.03506565825708105 + - - -0.04290800630422769 + - -0.0229837800673702 + - -0.9988146218637429 + - 0.5762276871162688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998538599981727 + - -0.021761227674077756 + - -0.04946830618334796 + - 0.025719323772856427 + - - -0.019915622560420263 + - -0.9990981351488801 + - 0.03750045759802459 + - -0.030498280336890865 + - - -0.05023974845242946 + - -0.036460462313954736 + - -0.9980714415127253 + - 0.5777234872024288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958345361224306 + - -0.023344366734755574 + - -0.08813975951621918 + - 0.06459539523964246 + - - -0.025457726821521275 + - -0.9994128930507914 + - -0.022929748121772005 + - -0.03287196425119803 + - - -0.08755273160161543 + - 0.025078073004127486 + - -0.9958441692571659 + - 0.5764798666902634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996706504761725 + - -0.020299200246334817 + - -0.01570137082886129 + - -0.034841594681024594 + - - -0.020707781192840356 + - -0.9994392610452295 + - -0.02631256884905611 + - 0.03739095294117807 + - - -0.015158442354531782 + - 0.0266290433685867 + - -0.9995304475976005 + - 0.5802012444696949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982536251724469 + - -0.040454989249496684 + - -0.04304757455294135 + - 0.048487802490655596 + - - -0.038643841882200575 + - -0.9983655800341376 + - 0.04210489386857123 + - 0.03513836578862137 + - - -0.044680569766414324 + - -0.04036783927736626 + - -0.9981853957243741 + - 0.5765327432453053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987309116187356 + - -0.024432468706080856 + - -0.04404112453304918 + - 0.025706915625831866 + - - -0.021862971156084616 + - -0.9980824209307804 + - 0.05790933880801196 + - -0.030527582757278775 + - - -0.045371540302676296 + - -0.05687297690361643 + - -0.9973499324854259 + - 0.5777455708717161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970702329570972 + - -0.02171493642294221 + - -0.0733444755044805 + - 0.06459718608555101 + - - -0.024619781774153002 + - -0.9989383485376994 + - -0.03893638614674067 + - -0.03286187205559033 + - - -0.07242110808509386 + - 0.04062803658709823 + - -0.9965463088822344 + - 0.576726878854718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996517779016144 + - -0.020119162558565672 + - -0.017074607933514733 + - -0.03485838323540799 + - - -0.020743945999919206 + - -0.9990910466141951 + - -0.03723935122561399 + - 0.03740522544217574 + - - -0.016309863349938624 + - 0.03758057840553031 + - -0.9991604918551434 + - 0.5803214111750509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998288003631926 + - -0.03994886612614261 + - -0.04272177313524268 + - 0.0484667111323434 + - - -0.038355766332824004 + - -0.9985609505721983 + - 0.03748150452383683 + - 0.035119828823646795 + - - -0.04415763799848689 + - -0.03577870997652278 + - -0.9983836872259138 + - 0.5763438954912481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987771877549663 + - -0.022735448651209206 + - -0.04390021178660871 + - 0.025731394397453904 + - - -0.020421941443891065 + - -0.9984148644761185 + - 0.05244714196975727 + - -0.0305176034681942 + - - -0.04502303330455593 + - -0.05148648140785909 + - -0.9976582925552689 + - 0.5778555952857811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968776492580008 + - -0.022211764718207575 + - -0.07577327970957455 + - 0.06458994059514703 + - - -0.024596460142964672 + - -0.9992264330390414 + - -0.030684681267874027 + - -0.03287399554824369 + - - -0.07503310308309248 + - 0.032452627384827536 + - -0.9966528284300129 + - 0.5766295730121964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995896625601601 + - -0.019761260610377807 + - -0.020736419217260074 + - -0.034867929186879254 + - - -0.020503863540138473 + - -0.9991330416357026 + - -0.03623198437455657 + - 0.03739722074880712 + - - -0.02000245191951733 + - 0.0366422937447898 + - -0.9991282421322746 + - 0.580354124190646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976257312859648 + - -0.04054115844084363 + - -0.05567148954733059 + - 0.048479971627137755 + - - -0.038509815859144564 + - -0.9985696846963208 + - 0.037088797338078044 + - 0.035088578499146345 + - - -0.05709548457311579 + - -0.034856839755845054 + - -0.9977600444814355 + - 0.5762806202702712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988317036148374 + - -0.023081431780484125 + - -0.04245556925592482 + - 0.02572423051219618 + - - -0.020464484834859683 + - -0.9979234381650386 + - 0.0610738603766984 + - -0.030487144240010478 + - - -0.04377707978298198 + - -0.06013367665319917 + - -0.9972299174301998 + - 0.5776227491549241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964703078695325 + - -0.021525856062839997 + - -0.08113915858055847 + - 0.06459364507161873 + - - -0.024934792680716734 + - -0.9988382093478511 + - -0.04123696958735531 + - -0.03285626389714576 + - - -0.0801572307927912 + - 0.04311460387781251 + - -0.9958493607389075 + - 0.5765660005461459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996548241115929 + - -0.01991012928442666 + - -0.017141160471148997 + - -0.03486316718380278 + - - -0.020346872327342384 + - -0.999462780886455 + - -0.02569347016672831 + - 0.03739838677160923 + - - -0.016620391599330438 + - 0.02603337040398621 + - -0.9995228992917038 + - 0.5802119135337709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983044242545344 + - -0.039186294390060536 + - -0.04304312774181337 + - 0.04848358459424743 + - - -0.03784730954860201 + - -0.998787098195093 + - 0.0314946604832823 + - 0.03508640691358778 + - - -0.044225079691899406 + - -0.02981219232127074 + - -0.9985766748303527 + - 0.5764398963345171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986313064471559 + - -0.022801239842654867 + - -0.04707034358579072 + - 0.025725085818536088 + - - -0.019457987411248944 + - -0.9973359567056913 + - 0.07030203544597073 + - -0.03048113050661368 + - - -0.0485479197242306 + - -0.06928991935036853 + - -0.9964145756495478 + - 0.5776476017795966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970114605606064 + - -0.022640217302226377 + - -0.07386181741139582 + - 0.0646084757022279 + - - -0.02486106214198332 + - -0.9992617999640636 + - -0.029287927918393936 + - -0.032864193397722605 + - - -0.07314420756272398 + - 0.031036683023296235 + - -0.9968383265138503 + - 0.5767079161954862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997620128764945 + - -0.01947019200808497 + - -0.009840184566784836 + - -0.03487057095749003 + - - -0.019649983239341254 + - -0.9996354285239437 + - -0.01851724057318616 + - 0.03742667860899522 + - - -0.00947606288675282 + - 0.018706193170176234 + - -0.9997801171103807 + - 0.5803782664439512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981314045618414 + - -0.03957033138259054 + - -0.046560585280660205 + - 0.048471063480097075 + - - -0.03807781295299531 + - -0.9987455607317169 + - 0.032517458071083465 + - 0.0351043851829366 + - - -0.047788904445722175 + - -0.03068377083997236 + - -0.9983860610099269 + - 0.5764363216770412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994682316959377 + - -0.0319483913789672 + - 0.006523351814199865 + - -0.0428892399646676 + - - -0.032136309749943054 + - -0.9989999923468772 + - 0.031084930216983934 + - -0.023654464403693683 + - - 0.005523714895901566 + - -0.03127803669086953 + - -0.9994954592165555 + - 0.5795327361727614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989649725468919 + - -0.02243917931031658 + - -0.03956598104770173 + - 0.025688546141751357 + - - -0.019977337288928795 + - -0.9979037514403741 + - 0.0615549255224358 + - -0.030500428686998392 + - - -0.04086428292815142 + - -0.06070079153608875 + - -0.9973191687156426 + - 0.5775980177806839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964963092156607 + - -0.020811934822664135 + - -0.08100598180692367 + - 0.06460347149943367 + - - -0.024514333065444843 + - -0.9986869585088726 + - -0.0449822896110672 + - -0.0328541710332781 + - - -0.07996344911222195 + - 0.046810493195806706 + - -0.9956980589178842 + - 0.57659077459364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997382347928777 + - -0.01965081640002022 + - -0.011717820105872228 + - -0.03484903825109954 + - - -0.01997275381551563 + - -0.9994077764667347 + - -0.028021160626242186 + - 0.03740178424342554 + - - -0.011160241854265202 + - 0.028247862797556138 + - -0.9995386472013599 + - 0.5803082595788951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975439263147408 + - -0.0392448419389073 + - -0.058016872147344106 + - 0.048475417913337995 + - - -0.03728996780431497 + - -0.9987121376218022 + - 0.03440239044084007 + - 0.03508675062239728 + - - -0.05929227077557617 + - -0.03215444834048679 + - -0.9977226659138276 + - 0.5763524897703938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982631718316124 + - -0.023029274993817878 + - -0.054224461804132484 + - 0.025719044047543778 + - - -0.01972988859062763 + - -0.997966207026 + - 0.06061502396551895 + - -0.03049682851798098 + - - -0.0555101005303551 + - -0.05943990349418586 + - -0.9966872762364893 + - 0.5777278379268137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974050255282361 + - -0.022703737134495618 + - -0.06832097314255979 + - 0.06460826619502992 + - - -0.02458045596119085 + - -0.9993397694939519 + - -0.026754930246894394 + - -0.03286541832920073 + - - -0.06766842864851087 + - 0.028364862557466276 + - -0.9973045765142856 + - 0.5766013228045849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996771692961739 + - -0.018843846037143116 + - -0.017043082306826565 + - -0.03485808975731831 + - - -0.01931408128047969 + - -0.9994252100860512 + - -0.027860648031665842 + - 0.03738915686659054 + - - -0.01650828435301025 + - 0.028180825235996684 + - -0.9994665165160559 + - 0.5803123948054927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975108263007347 + - -0.039151953962289376 + - -0.05864534008563771 + - 0.0484769770695675 + - - -0.037943130933952254 + - -0.9990467167130588 + - 0.021586492067634678 + - 0.035070681516000374 + - - -0.059434587806716455 + - -0.019307571721785013 + - -0.9980454636169905 + - 0.5764849371075653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985645274286574 + - -0.023897275903186188 + - -0.047935422868575286 + - 0.025726625273514138 + - - -0.02054487129700224 + - -0.9973878410979808 + - 0.069248846151395 + - -0.03048574902207725 + - - -0.04946506670946424 + - -0.0681646142387453 + - -0.996447084666874 + - 0.5775800135428719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969561948822679 + - -0.022263425162888956 + - -0.07471737004128146 + - 0.06462829996150604 + - - -0.025373555403081387 + - -0.9988394824108341 + - -0.04093740421013388 + - -0.032872406116485196 + - - -0.07371925238413707 + - 0.042708644058007394 + - -0.9963641119343121 + - 0.5766820879258988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999603716172334 + - -0.020294019766589615 + - -0.019508033631637882 + - -0.03487528689351042 + - - -0.02084729465761021 + - -0.9993738250289068 + - -0.02858930136522905 + - 0.03739299257543498 + - - -0.018915626342223546 + - 0.028984661612763068 + - -0.9994008647541167 + - 0.5802238132325754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976363797126052 + - -0.04007760591098382 + - -0.05581612113332895 + - 0.04844204783515539 + - - -0.03855749683175774 + - -0.9988626025878129 + - 0.028050322450373175 + - 0.03506664889925247 + - - -0.05687682579043566 + - -0.025831892225402168 + - -0.9980469628389536 + - 0.5763956291106165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993876671749408 + - -0.03299320600319405 + - 0.011650710547453865 + - -0.04286322167902284 + - - -0.03327234321084095 + - -0.9991425882245938 + - 0.024638173088125003 + - -0.02366128182636264 + - - 0.010827828770799765 + - -0.0250107327659787 + - -0.9996285416946735 + - 0.5795471450795275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986198591697131 + - -0.024050731494813377 + - -0.04668981887335618 + - 0.025723550172691727 + - - -0.020719254138555236 + - -0.9972915765080416 + - 0.07057070166894114 + - -0.030488644111771962 + - - -0.04826064006832458 + - -0.06950592593922567 + - -0.9964134869016609 + - 0.5776762183789929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.997666039951627 + - -0.02106541936571869 + - -0.06495168076489714 + - 0.06461416071066764 + - - -0.023468542848568964 + - -0.9990594929081947 + - -0.0364603500612316 + - -0.032861942377911936 + - - -0.06412254068425229 + - 0.037899574363956544 + - -0.9972221026628065 + - 0.5766575091405867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995585934501395 + - -0.019709103136728464 + - -0.022229923830830986 + - -0.034910083762832965 + - - -0.020247130377971597 + - -0.9995010363693915 + - -0.024243184773675434 + - 0.03743312662161813 + - - -0.021741020478261062 + - 0.02468257583922207 + - -0.9994589028461879 + - 0.5804407293287767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982903007242357 + - -0.03883403241579568 + - -0.0436851623122068 + - 0.048491389814102566 + - - -0.03744244467280092 + - -0.9987787488441231 + - 0.03223467378913833 + - 0.03510866935591521 + - - -0.04488361412407835 + - -0.03054388291780941 + - -0.9985251786507258 + - 0.5765554066500136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981390995632383 + - -0.02443090466415813 + - -0.05587010667950057 + - 0.025700645870940255 + - - -0.02047500972718468 + - -0.9973148219668674 + - 0.07031301346029273 + - -0.030484558169424594 + - - -0.05743789602483408 + - -0.0690382269651128 + - -0.9959591413897229 + - 0.5775374078814999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9975764965637963 + - -0.02281586867178246 + - -0.06573104015801048 + - 0.06461931046261393 + - - -0.02542114052209697 + - -0.9989128476612144 + - -0.03907541928015483 + - -0.03287013067129303 + - - -0.06476804086938101 + - 0.040651677875778655 + - -0.9970719843460785 + - 0.5766858715872036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993504869268433 + - -0.020033482291664777 + - -0.029954363060342774 + - -0.03487265858014495 + - - -0.020357437537171976 + - -0.9997371082787133 + - -0.010549363366441435 + - 0.03740437953678673 + - - -0.029735147822087842 + - 0.01115230549198815 + - -0.9994955963215709 + - 0.5801559125442655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983999641772109 + - -0.03861169760285393 + - -0.04131160053991843 + - 0.04848826486303458 + - - -0.03758128753493444 + - -0.9989698207379544 + - 0.025435095478417692 + - 0.035102062634815814 + - - -0.042251134400872664 + - -0.023841855276077135 + - -0.9988225105487132 + - 0.5763655908091523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987623383767584 + - -0.022227546758917093 + - -0.04449413000913373 + - 0.025729535828630273 + - - -0.0191606305994662 + - -0.9974872316825493 + - 0.0682062523916642 + - -0.030504249913974303 + - - -0.04589838423322046 + - -0.06726930054166427 + - -0.9966785738288022 + - 0.5777048005694362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971352336996608 + - -0.021360761725461586 + - -0.0725606199892951 + - 0.06460790211120708 + - - -0.02453923863923526 + - -0.9987650672359737 + - -0.043199146243041796 + - -0.032871800733153364 + - - -0.07154824583265128 + - 0.044855973154409486 + - -0.996428015558897 + - 0.5766266178698585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994306103024938 + - -0.02020641305418997 + - -0.02702140007231947 + - -0.034867741206697514 + - - -0.020803968066540293 + - -0.9995410752225803 + - -0.022018943107571576 + - 0.03739842704615755 + - - -0.026564075422857415 + - 0.02256855809243389 + - -0.9993923204040329 + - 0.580314397233922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978145404378947 + - -0.03905743603860243 + - -0.05329783842524248 + - 0.04846848483407949 + - - -0.03802339395402021 + - -0.9990710484345174 + - 0.020279588067103005 + - 0.03507243048540626 + - - -0.054040396028620596 + - -0.01820870314010549 + - -0.9983727153358235 + - 0.5763974047217137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983416177208979 + - -0.023740086711125704 + - -0.052444471675942836 + - 0.025686330129231244 + - - -0.021357651573414318 + - -0.9987346193426704 + - 0.04553032885583833 + - -0.030526580132451585 + - - -0.05345900341092387 + - -0.04433473141229554 + - -0.9975853680487256 + - 0.5776769918212356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969416646238063 + - -0.02224059923282122 + - -0.07491777548005014 + - 0.06459960350390921 + - - -0.02534331688916862 + - -0.9988490522220786 + - -0.040722072198128845 + - -0.0328694489079303 + - - -0.073925865745146 + - 0.04249619536875589 + - -0.9963578873843527 + - 0.576624399109039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996447477953404 + - -0.019923415456866087 + - -0.017704115954307088 + - -0.034864870380601876 + - - -0.02042994751680314 + - -0.9993733263673559 + - -0.028906258663266484 + - 0.03739363625691475 + - - -0.01711710985099735 + - 0.029257683810925788 + - -0.999425331122025 + - 0.5803225139708623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976638020107296 + - -0.040339276484073636 + - -0.05513330146324642 + - 0.04846657543522123 + - - -0.038580829192075866 + - -0.9987237133811163 + - 0.03259545902555091 + - 0.03510242976150679 + - - -0.056377812802090976 + - -0.030392221093167335 + - -0.9979468197858427 + - 0.576391110755195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983001514914068 + - -0.022746954013720906 + - -0.05365988832761259 + - 0.02571598680449474 + - - -0.018797546611817588 + - -0.9971554818491509 + - 0.07299039155645441 + - -0.030494615197768166 + - - -0.055167560881470304 + - -0.07185764469620233 + - -0.9958880555188439 + - 0.5776189310593236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9978045076566837 + - -0.023305310884356865 + - -0.06199215260487794 + - 0.06461327547600076 + - - -0.025214893328656663 + - -0.9992257337550909 + - -0.03020169127756265 + - -0.03287964158106541 + - - -0.061240294369209754 + - 0.03169850921075336 + - -0.9976195822353273 + - 0.576705080146527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995303777777875 + - -0.02017624864728936 + - -0.02306388713803971 + - -0.03488003678094168 + - - -0.020888484346227202 + - -0.999298950319415 + - -0.031068941279557755 + - 0.037389671623850075 + - - -0.022420863522864154 + - 0.031536120259758355 + - -0.9992511085797458 + - 0.5802627305414781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982332146785917 + - -0.03953029784938268 + - -0.044359944368581865 + - 0.04847079839307434 + - - -0.03819347701107169 + - -0.9988020550221133 + - 0.030589429504463344 + - 0.035106295863946965 + - - -0.04551601285536031 + - -0.028841124033970756 + - -0.998547185734459 + - 0.5764474028516471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987284854421085 + - -0.022780748652042892 + - -0.0449716561554573 + - 0.02572577067691792 + - - -0.019943132913493155 + - -0.997841410765463 + - 0.06256828598567772 + - -0.030502565042638728 + - - -0.04629993321924969 + - -0.061591853783136405 + - -0.9970269603834442 + - 0.5777337620372776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967539531156507 + - -0.02173852171916753 + - -0.07751769876478747 + - 0.06459867288272375 + - - -0.02443287181408556 + - -0.9991237976345042 + - -0.0339804616702512 + - -0.03285008229383502 + - - -0.07671109256971585 + - 0.035764139495760676 + - -0.9964117294587057 + - 0.5766347592721948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994864549611356 + - -0.020229473653939702 + - -0.024851453577333354 + - -0.034860597585058384 + - - -0.020884443375330578 + - -0.9994336804646052 + - -0.026384813394781995 + - 0.03741829525532841 + - - -0.02430362882625568 + - 0.026890272379792215 + - -0.9993429075533671 + - 0.5803282048434603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981277491163175 + - -0.039195064405789466 + - -0.04695469486877182 + - 0.04850317160771692 + - - -0.03798975056317631 + - -0.9989321549180897 + - 0.026293130716011737 + - 0.03510710800076429 + - - -0.04793511548062752 + - -0.024460106232959213 + - -0.998550914028389 + - 0.5765412898449769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988784694733724 + - -0.023075675330802292 + - -0.04134388020687573 + - 0.025727782387120667 + - - -0.021088541726217144 + - -0.9986308618424944 + - 0.04787144434397799 + - -0.030490964145547785 + - - -0.04239194063020336 + - -0.046945872914926044 + - -0.9979974991881798 + - 0.5776255494012132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996911247404593 + - -0.022182606977550017 + - -0.07533854754305927 + - 0.06461204498940128 + - - -0.024938095564316535 + - -0.9990465873579717 + - -0.03583305287044901 + - -0.032873934708821766 + - - -0.0744718482907687 + - 0.03760117333369967 + - -0.9965139715910091 + - 0.5766168022891863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996824849783325 + - -0.019506892658309155 + - -0.015950246592558222 + - -0.034865456202424455 + - - -0.019980713993308606 + - -0.9993469527881389 + - -0.030107125757514 + - 0.03741551577670513 + - - -0.015352533858090416 + - 0.030416263608115404 + - -0.9994194067618748 + - 0.580367093128638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978455086757118 + - -0.03890514645260501 + - -0.05282736407593466 + - 0.04848992720635332 + - - -0.037755433346652476 + - -0.9990316354346597 + - 0.022590233587902908 + - 0.03507718421017789 + - - -0.05365508427461911 + - -0.02054704310237583 + - -0.9983481111071593 + - 0.5765465512635239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994463084293618 + - -0.031899362887771995 + - 0.009460825242834568 + - -0.04287159087208709 + - - -0.03212715140271731 + - -0.999171306534768 + - 0.024990925159961604 + - -0.023652319253287164 + - - 0.008655790528201365 + - -0.025281037260329278 + - -0.9996429094658618 + - 0.5795892858561832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988394537321653 + - -0.022809906461422846 + - -0.04241996976956448 + - 0.025709913505039074 + - - -0.020331659669124497 + - -0.9981116989516574 + - 0.05796257439878376 + - -0.030479093291299914 + - - -0.04366198899647748 + - -0.05703283776086182 + - -0.9974171073998152 + - 0.5776097845494563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966954969265931 + - -0.02255200293497414 + - -0.07803520724565662 + - 0.06459839377057033 + - - -0.02505539987646513 + - -0.9991974702558802 + - -0.03125127791435845 + - -0.03284088433491267 + - - -0.0772678027595071 + - 0.03310321129242532 + - -0.9964606685960303 + - 0.5765151384975402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995812147879339 + - -0.020369437660553706 + - -0.020554343883252182 + - -0.034875983336136236 + - - -0.021088538921646582 + - -0.9991507929940039 + - -0.035397265227755076 + - 0.03739547919150594 + - - -0.019815866603012024 + - 0.03581590245752099 + - -0.9991619250961906 + - 0.5802647559081333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998162375875394 + - -0.03983137797289516 + - -0.04566544334142445 + - 0.04849830147569684 + - - -0.03824906280777437 + - -0.9986545468995445 + - 0.03501578431497149 + - 0.03510081529245576 + - - -0.04699872956916406 + - -0.03320477805446129 + - -0.99834290808982 + - 0.5763548020533585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998822476870681 + - -0.02323202007426886 + - -0.04259029163068304 + - 0.025722838831726432 + - - -0.020549203008934244 + - -0.9978408004031505 + - 0.06238162635341742 + - -0.030491506850951616 + - - -0.04394758188587251 + - -0.06143297399661312 + - -0.9971432192781113 + - 0.5775409676199573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968013083031696 + - -0.021203567664038907 + - -0.07705556750427607 + - 0.0645886448304493 + - - -0.024610119923637153 + - -0.9987488836999366 + - -0.04353170460107695 + - -0.0328507623622843 + - - -0.07603613458372092 + - 0.045288806856084766 + - -0.9960760162814479 + - 0.5765532236963412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996158475918474 + - -0.020146837258628748 + - -0.019033186588344523 + - -0.034864180674081785 + - - -0.020784307671489127 + - -0.999208727151433 + - -0.03391064934544863 + - 0.03740826162643735 + - - -0.018334933810878275 + - 0.034293214093861574 + - -0.9992436167768415 + - 0.5803928221681549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982448714978815 + - -0.03947713059874064 + - -0.044144452515213005 + - 0.048474348098530316 + - - -0.038278523310451604 + - -0.9988837838152546 + - 0.02767564062658923 + - 0.03509525406821798 + - - -0.04518773264226845 + - -0.02593728186628041 + - -0.9986417406798301 + - 0.5763758662275648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994743738114976 + - -0.03240687618078937 + - 0.0008777643861820183 + - -0.042880047201073884 + - - -0.032417517868008394 + - -0.9988324688863202 + - 0.03581624818062999 + - -0.023646551648121357 + - - -0.00028395315109942815 + - -0.035825877165285305 + - -0.9993580068703841 + - 0.579535409586899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986173497572292 + - -0.023920811024404125 + - -0.04681007972416404 + - 0.02571357874651864 + - - -0.02101789525396485 + - -0.9978824669396562 + - 0.06155347474772434 + - -0.0304972659613027 + - - -0.048183366870126546 + - -0.06048451846844878 + - -0.9970055096049862 + - 0.5775767854592315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970801463793229 + - -0.022250123417924973 + - -0.0730487077508916 + - 0.06460656681965914 + - - -0.025637740954309606 + - -0.9986229845893949 + - -0.04576943181348417 + - -0.032854766610197206 + - - -0.07192974304797549 + - 0.04750859561865166 + - -0.9962775945525403 + - 0.5766477745280719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995941019726406 + - -0.019616488999763017 + - -0.0206597352556153 + - -0.0348447410490718 + - - -0.01995799985570928 + - -0.9996653853159524 + - -0.016455869556759137 + - 0.03739136044585903 + - - -0.020330015820688524 + - 0.01686151714501813 + - -0.9996511289926601 + - 0.5802977946788632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979001506703079 + - -0.03844693030023892 + - -0.0521260284566686 + - 0.048483044309435015 + - - -0.037131545271736344 + - -0.998972801375032 + - 0.02597287929078765 + - 0.03508497890605742 + - - -0.05307106215170229 + - -0.02398282017214411 + - -0.9983027029406866 + - 0.5763536790764706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994310384371168 + - -0.031862361309851095 + - 0.01106297158392805 + - -0.04287165991025271 + - - -0.03207037416570435 + - -0.9993018737843983 + - 0.01916392840374772 + - -0.02364311348689059 + - - 0.010444640222526516 + - -0.01950781850317327 + - -0.9997551472775076 + - 0.5796187360926086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989868731951377 + - -0.022982062579752816 + - -0.03869175601316245 + - 0.025713686912526453 + - - -0.0211136254238504 + - -0.9986229479682361 + - 0.04802522891867295 + - -0.030501286760134794 + - - -0.03974219426834791 + - -0.04715965002849288 + - -0.9980964509524753 + - 0.5776641719452715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.997529850648369 + - -0.021215120426892043 + - -0.06696354030900069 + - 0.06462779214965857 + - - -0.023961706439607832 + - -0.9988928688356837 + - -0.040482999070241714 + - -0.032861245305635244 + - - -0.06603055118613464 + - 0.0419875607113774 + - -0.9969338047511305 + - 0.576693989514605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995639189050377 + - -0.019839637677041496 + - -0.021871460857630295 + - -0.03487510562278258 + - - -0.020362845298820677 + - -0.9995054044128743 + - -0.02396457971242959 + - 0.037414318974268806 + - - -0.02138519475102893 + - 0.02439949438617142 + - -0.9994735304744995 + - 0.5805472668381977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978179586528934 + - -0.03916598357380799 + - -0.0531539943980581 + - 0.04845318681081032 + - - -0.03738843655912641 + - -0.9987210799796011 + - 0.03403394211728717 + - 0.0350827116027821 + - - -0.05441898750837588 + - -0.03197233390096626 + - -0.9980061841809839 + - 0.5762220662965835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987117042604443 + - -0.023918526419309614 + - -0.0447530542770851 + - 0.02575172428644035 + - - -0.021436557932560708 + - -0.9982484834243099 + - 0.05514017886323762 + - -0.030521296832460396 + - - -0.04599354038561181 + - -0.054109790565060004 + - -0.9974751750333455 + - 0.5775969210929114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964489105487002 + - -0.020405200261377387 + - -0.08168963501327278 + - 0.06461491298851302 + - - -0.023853246571501976 + - -0.9988554700202665 + - -0.04145808291023237 + - -0.03284764335523657 + - - -0.08075017829273051 + - 0.043259424555646325 + - -0.9957951751704799 + - 0.576625954422813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996486444781085 + - -0.02037213762614177 + - -0.016957700363603122 + - -0.034874778668585266 + - - -0.02097211783433387 + - -0.9991321005742669 + - -0.03598910773549459 + - 0.037370578954295144 + - - -0.01620980772936625 + - 0.03633210165398859 + - -0.9992082968644639 + - 0.5803316937298799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976608918164175 + - -0.04058514366498854 + - -0.055005372953583605 + - 0.04845489405416268 + - - -0.03848430283020915 + - -0.9985083854494833 + - 0.03872935092070307 + - 0.03509417668031917 + - - -0.05649516241009792 + - -0.03652191534898531 + - -0.9977346572729135 + - 0.5763810455225975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994071186173763 + - -0.032119498779611254 + - 0.01239955866392046 + - -0.042862686683749505 + - - -0.0323415938909492 + - -0.9993121171945238 + - 0.018147003410805072 + - -0.023653879003282727 + - - 0.011808156566813098 + - -0.018537265881067917 + - -0.9997584394303201 + - 0.5795887098753584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982044062852011 + - -0.02439329384854981 + - -0.05470768216646881 + - 0.025683908202153514 + - - -0.022066075150548023 + - -0.9988422139711811 + - 0.04274716267308851 + - -0.030512696295007226 + - - -0.05568708647666382 + - -0.04146322231046963 + - -0.9975869634249303 + - 0.5776889037230617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970226538030473 + - -0.022002151886532977 + - -0.07390353926498226 + - 0.06462225006010938 + - - -0.02506990459146323 + - -0.9988510432005192 + - -0.04084229891923898 + - -0.032871510172618405 + - - -0.07292000882682183 + - 0.04257345193422154 + - -0.9964287096943262 + - 0.5765711562309506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995182218821688 + - -0.020517760843995224 + - -0.02328831499821877 + - -0.0348520682495344 + - - -0.02143313731559028 + - -0.9989792751386756 + - -0.03976214868713946 + - 0.03738466230970938 + - - -0.022448713778715615 + - 0.040242133807189585 + - -0.9989377487693246 + - 0.5803359461658895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986193058599133 + - -0.03948206236031808 + - -0.03465037829000992 + - 0.04847573131922252 + - - -0.03824476132898308 + - -0.9986314618122794 + - 0.03567270258279475 + - 0.03510333793897848 + - - -0.03601138979203603 + - -0.03429825404371723 + - -0.9987626392565954 + - 0.5763651871129682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994118085653562 + - -0.03372333427801969 + - 0.006226847139350922 + - -0.042884639305573166 + - - -0.03379634522796237 + - -0.9993564811093476 + - 0.012017933015908547 + - -0.023635295511336328 + - - 0.005817555273161211 + - -0.01222130884624972 + - -0.9999083936345011 + - 0.5795881606441595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982402491001646 + - -0.025282832526647172 + - -0.05363938344044354 + - 0.0256961644429622 + - - -0.022327390529271605 + - -0.9982367041394397 + - 0.054999728553713566 + - -0.030512701151950056 + - - -0.05493535026369459 + - -0.05370531527007633 + - -0.9970445558765901 + - 0.5777172884117446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958744271307384 + - -0.02298528464360843 + - -0.08778269804965036 + - 0.06459847954407039 + - - -0.02510947212135525 + - -0.9994161381192694 + - -0.023171043924534836 + - -0.032865567921012404 + - - -0.08719885203837649 + - 0.02527962730378235 + - -0.9958701223787024 + - 0.5765624249961703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997606803433969 + - -0.02014746124424703 + - -0.008524191734091883 + - -0.03483599684739884 + - - -0.020410306634208626 + - -0.9992806527115333 + - -0.03196242324214984 + - 0.03739396843057187 + - - -0.007874098196338155 + - 0.03212875537309693 + - -0.9994527210707723 + - 0.5802947994032227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982877741046988 + - -0.04005671553798095 + - -0.042626043839361825 + - 0.0484673098095404 + - - -0.03856035508874265 + - -0.9986302315782668 + - 0.03536607970029126 + - 0.035113182652919676 + - - -0.04398430502481538 + - -0.033661849596339034 + - -0.9984649522107611 + - 0.5762818337770447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993450365726546 + - -0.03208474169275341 + - 0.016735209234094935 + - -0.04285080551443045 + - - -0.03260151615030678 + - -0.9989694102709559 + - 0.03157939973465114 + - -0.023639845772966055 + - - 0.015704745216046378 + - -0.03210430957689153 + - -0.9993611330666663 + - 0.5794275327001338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988319952629809 + - -0.021982281282864675 + - -0.04302818318931807 + - 0.02571972653362003 + - - -0.018903731559340782 + - -0.9973191344726239 + - 0.07069082647633944 + - -0.030471616508579692 + - - -0.044466776048021295 + - -0.06979486603165426 + - -0.9965698081436732 + - 0.5775546097746505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955807937973098 + - -0.021875104335944247 + - -0.09132558695245302 + - 0.06459477099203279 + - - -0.025079138787837196 + - -0.9991042359557727 + - -0.03408463719759157 + - -0.03284510580815339 + - - -0.09049817578039296 + - 0.036224377227532786 + - -0.9952375970967424 + - 0.5765945694225306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999432110708135 + - -0.020808045505734545 + - -0.026504364314458764 + - -0.03488461719905059 + - - -0.021700166858465184 + - -0.9991920318077084 + - -0.03382877961586527 + - 0.0374039985319017 + - - -0.025779038845485377 + - 0.03438471774226586 + - -0.999076139411801 + - 0.5803849306481969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980197671139003 + - -0.04026618293558633 + - -0.04832368944642221 + - 0.04843467057408765 + - - -0.03808899125930221 + - -0.9982533860933287 + - 0.04515978186454162 + - 0.03511310740105486 + - - -0.05005769865630222 + - -0.04322975439442236 + - -0.9978103101994052 + - 0.5761660768348829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999434238208491 + - -0.032092945938127074 + - 0.010062122918438174 + - -0.04287521763408791 + - - -0.03228764261986679 + - -0.9992819992360644 + - 0.019824079722032182 + - -0.023634095435851085 + - - 0.009418685187703625 + - -0.020137746243961332 + - -0.9997528492310229 + - 0.5794988976277554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998796846881779 + - -0.02264760438220827 + - -0.043496490372937804 + - 0.025712339334528014 + - - -0.020159811631545992 + - -0.9981816696607428 + - 0.056806129495614435 + - -0.030497630774378046 + - - -0.04470392213214265 + - -0.05586090197122594 + - -0.9974372757105906 + - 0.577553390333108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959018045829565 + - -0.022132600370142953 + - -0.08769118330406006 + - 0.06460832276141529 + - - -0.02476995681964697 + - -0.9992694867381947 + - -0.029102269896680306 + - -0.032862536829905704 + - - -0.0869830148222257 + - 0.031155109931469485 + - -0.9957225086627277 + - 0.5765272740295394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996728417170857 + - -0.020032152207250443 + - -0.015903534551546097 + - -0.034858542590635956 + - - -0.020547391520274967 + - -0.9992466218563658 + - -0.032924055193024486 + - 0.037388040964388344 + - - -0.015232013491301854 + - 0.0332400599666478 + - -0.9993313185217474 + - 0.580292678986633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977922808791696 + - -0.04003395674291877 + - -0.05298911704728049 + - 0.04845889048752272 + - - -0.03848760619639798 + - -0.9988119883753426 + - 0.02988839318139259 + - 0.035092272679529544 + - - -0.054122715999987206 + - -0.027782983734664566 + - -0.9981477032120968 + - 0.5762823764769508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982499394466882 + - -0.02360607390842642 + - -0.05422003014858415 + - 0.02573128731283123 + - - -0.020505551805592322 + - -0.9981609888116285 + - 0.057045269389666836 + - -0.030490050317873735 + - - -0.05546693375184565 + - -0.055833625076842364 + - -0.9968982022107105 + - 0.5775563968823022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966386270052907 + - -0.022631050101322103 + - -0.07873552395406076 + - 0.06460783676288057 + - - -0.025674190161072127 + - -0.9989533733444665 + - -0.037854905141665805 + - -0.032849333997532947 + - - -0.07779642100111119 + - 0.039749131500233535 + - -0.9961765523361789 + - 0.5766053066737805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995213209380496 + - -0.021108250841571467 + - -0.022617929539764634 + - -0.03491158338186607 + - - -0.021884851549321876 + - -0.9991596287865544 + - -0.034656737812150375 + - 0.03740958746791406 + - - -0.02186737896778222 + - 0.03513513838773496 + - -0.9991433029288418 + - 0.5803851440652101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980924944408398 + - -0.038876822420092466 + - -0.047957952618711684 + - 0.04847798721486703 + - - -0.03767671205532193 + - -0.9989599683863502 + - 0.025679698795800388 + - 0.03507279350035854 + - - -0.048906419921748094 + - -0.02382381665601187 + - -0.9985191975372225 + - 0.5763624647779994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983310335435989 + - -0.022072340825374286 + - -0.05336627431494698 + - 0.02573362164612253 + - - -0.019638905711767213 + - -0.998762102879959 + - 0.045700932520542234 + - -0.030503393110094947 + - - -0.05430893891629602 + - -0.04457660396767965 + - -0.9975286790526353 + - 0.5777318240999536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9963362271960179 + - -0.021547176454835407 + - -0.08276376963157979 + - 0.06460087359368577 + - - -0.02446875838633556 + - -0.9991068536126585 + - -0.034449599812539373 + - -0.0328641542661029 + - - -0.08194755786377135 + - 0.03634851098789559 + - -0.9959735857487014 + - 0.5764975812144151 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995166985729891 + - -0.020208017901682154 + - -0.023622135513915177 + - -0.034843140109869275 + - - -0.020871288874801372 + - -0.9993850214395759 + - -0.02817744173843093 + - 0.03742176875430742 + - - -0.02303819815994887 + - 0.028656847954779855 + - -0.9993237846117939 + - 0.5805095795178749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998070378607709 + - -0.03906704776463982 + - -0.048262668024259714 + - 0.04848256668926612 + - - -0.03747220917239599 + - -0.9987353395376689 + - 0.0335194734194587 + - 0.03507359491515509 + - - -0.049511139005326374 + - -0.03164628473506721 + - -0.9982720870468446 + - 0.5763019119926875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986945936253363 + - -0.024070298197672754 + - -0.04505251833359997 + - 0.025722700886731058 + - - -0.021185146285386442 + - -0.9977597109648105 + - 0.06345666830431784 + - -0.03048221947045355 + - - -0.04647900859948528 + - -0.0624193873735761 + - -0.9969671618661851 + - 0.5775284919604713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960327779108005 + - -0.0215798608057428 + - -0.0863308457904747 + - 0.06459599148954726 + - - -0.023714361848913745 + - -0.9994360092668766 + - -0.023775879012130265 + - -0.03285089483237358 + - - -0.08576907583385018 + - 0.0257288357355213 + - -0.9959827772819683 + - 0.576530381112561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999648413561535 + - -0.019419758082467948 + - -0.01805331714463069 + - -0.03486803120811125 + - - -0.020185716239491582 + - -0.9988598669584743 + - -0.043260871923676156 + - 0.03736935553320387 + - - -0.01719261829405054 + - 0.04361008112485469 + - -0.998900683101417 + - 0.5802755687297556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969070491100642 + - -0.04023042524713063 + - -0.06751183836260773 + - 0.04845647608895583 + - - -0.03821292495208812 + - -0.9987913161230764 + - 0.030914061585946485 + - 0.035106152680689284 + - - -0.06867392373579596 + - -0.028238621098924874 + - -0.9972394258537727 + - 0.5763194775862164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992301546463184 + - -0.032704642148554064 + - 0.02166805084518985 + - -0.04285599434362271 + - - -0.03325208185688719 + - -0.9991240451399778 + - 0.025405540248345862 + - -0.023659433012669682 + - - 0.02081819150833196 + - -0.02610648971161135 + - -0.9994423715738991 + - 0.5795909564948449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978106202420716 + - -0.021846736299960756 + - -0.062423443073674534 + - 0.025723456493461434 + - - -0.019013497853967283 + - -0.9987776092314593 + - 0.04562646378196478 + - -0.03051222979535035 + - - -0.06334392655566506 + - -0.044339682124816135 + - -0.9970062886248914 + - 0.5776855217424332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9945123220544495 + - -0.02090798856271191 + - -0.10250901080455475 + - 0.06457941686791266 + - - -0.024438583675416816 + - -0.9991463140925995 + - -0.03330763670860833 + - -0.03284667378501273 + - - -0.10172510461929478 + - 0.03563003016325541 + - -0.9941742825283499 + - 0.5764333918748343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997145172754508 + - -0.020535599926506217 + - -0.012213643370060798 + - -0.034849440504233234 + - - -0.0208602050482132 + - -0.9994158113417033 + - -0.027071902141342218 + - 0.037407221983880926 + - - -0.011650570546503404 + - 0.027318952686045395 + - -0.9995588722181789 + - 0.5803261712163791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981603803175401 + - -0.040206995269603654 + - -0.045378989584761095 + - 0.04846059597766439 + - - -0.03845359056416245 + - -0.9985040056499825 + - 0.03887251051403237 + - 0.035094358939647324 + - - -0.04687404971908811 + - -0.03705601479287633 + - -0.9982132413620863 + - 0.5762053208520178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988146782401556 + - -0.023434018966557228 + - -0.042662457583800106 + - 0.025717593647971118 + - - -0.02045411471245939 + - -0.9974074621032076 + - 0.06899263534732648 + - -0.03049865723241552 + - - -0.0441686282710258 + - -0.06803823407404581 + - -0.9967045354470615 + - 0.5776529234862325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.995915299144658 + - -0.0206984138420356 + - -0.08788795477214231 + - 0.06459728491711642 + - - -0.024645756705027617 + - -0.9987244718322973 + - -0.04406831106062297 + - -0.032866466284904486 + - - -0.08686370707057631 + - 0.04605437034335686 + - -0.9951551091996836 + - 0.5765831895112181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995690845776385 + - -0.02046633119408345 + - -0.021042206254949583 + - -0.03485562796067825 + - - -0.02103144560331292 + - -0.999414296875168 + - -0.02699521248942501 + - 0.037407284481137615 + - - -0.020477388809529463 + - 0.027426127852258054 + - -0.9994140703725237 + - 0.58039969576134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979969183649349 + - -0.04076752985680745 + - -0.048375194505734874 + - 0.0484430921843416 + - - -0.038795317887765364 + - -0.9984044241427235 + - 0.04103083184903679 + - 0.03510777895367091 + - - -0.04997073387574572 + - -0.03907191269455608 + - -0.9979861278566493 + - 0.5762383419607322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993229198644964 + - -0.033170023341018304 + - 0.015920156564982905 + - -0.04286316895059272 + - - -0.03358963777769955 + - -0.9990748031871316 + - 0.02685654241626702 + - -0.02365972030181776 + - - 0.015014595148061995 + - -0.0273731106772707 + - -0.9995125185531141 + - 0.5795563568430824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987356374494245 + - -0.023134400071564625 + - -0.04463099844077723 + - 0.025737453470366614 + - - -0.020566738624471437 + - -0.9981533757685158 + - 0.05715634439210228 + - -0.030500315885184384 + - - -0.04587085949537619 + - -0.05616616397124445 + - -0.9973671471799693 + - 0.577698052252362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957320336495841 + - -0.02243295904708146 + - -0.08952362544298338 + - 0.06460609442332654 + - - -0.024789519858542004 + - -0.9993725295680145 + - -0.025298751945739325 + - -0.032845380912808836 + - - -0.08889992614871269 + - 0.027410025414454902 + - -0.9956633435240716 + - 0.5764641064818318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996540548879391 + - -0.020604739478605843 + - -0.016346720072236053 + - -0.03485845566349169 + - - -0.0210495837455322 + - -0.9993994771608244 + - -0.027524535869126857 + - 0.037412688847403536 + - - -0.015769767602634162 + - 0.02785910554360649 + - -0.9994874609859142 + - 0.580345681618142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979464593007694 + - -0.04013557997921672 + - -0.04991993177869509 + - 0.04847898968767306 + - - -0.03818543337715034 + - -0.9984926582086506 + - 0.03942441098129332 + - 0.035089895957050546 + - - -0.05142700697937696 + - -0.037437237119672784 + - -0.9979748074124859 + - 0.5762855054067779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992837841433718 + - -0.03193029534983274 + - 0.020307018170460964 + - -0.04284328465946632 + - - -0.032402640551135044 + - -0.999201571701315 + - 0.023372804601419057 + - -0.023644513557369882 + - - 0.019544503918414512 + - -0.024014065638592465 + - -0.9995205535746069 + - 0.5795889611554318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987679114774963 + - -0.021215481781280174 + - -0.04486159087313331 + - 0.025729428950308157 + - - -0.01912577835251112 + - -0.9987348013662536 + - 0.046508076097825056 + - -0.030515162290698797 + - - -0.04579152329078871 + - -0.04559276118748062 + - -0.9979100342826557 + - 0.5776926181180773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9952950778000428 + - -0.019435490225040424 + - -0.09492086086166296 + - 0.06458868395162985 + - - -0.02336769156334948 + - -0.9989065879208167 + - -0.040491722603414965 + - -0.032847882389578795 + - - -0.09403009676697663 + - 0.042519293598366606 + - -0.9946609726805857 + - 0.5765580511444819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997582026807849 + - -0.019654097519357254 + - -0.009861674461579206 + - -0.034847537147663865 + - - -0.019895023197496767 + - -0.9994905108405863 + - -0.02495810072089837 + - 0.037413423706644945 + - - -0.00936612109988089 + - 0.025148264161230633 + - -0.9996398554405576 + - 0.5802715561161115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976425704931126 + - -0.039878944641977804 + - -0.05584775120035551 + - 0.04845308940350917 + - - -0.03784363614916007 + - -0.9985969840098683 + - 0.037039475285232666 + - 0.03511504634707799 + - - -0.0572464910968762 + - -0.034838675357100564 + - -0.9977520262853182 + - 0.5764129316609132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990022767012554 + - -0.02139436913490799 + - -0.03920117491896914 + - 0.02574674212712978 + - - -0.019845041019340717 + - -0.9990227132096597 + - 0.03949421271719148 + - -0.030507058615591127 + - - -0.04000781789411918 + - -0.038676859496724676 + - -0.9984505371057807 + - 0.5776988734786751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955385130726825 + - -0.023253178868902474 + - -0.09144593299607846 + - 0.06458320304022627 + - - -0.025901459161999398 + - -0.9992756316373566 + - -0.02788057440302003 + - -0.03285770894597011 + - - -0.09073138047176248 + - 0.030124768683823713 + - -0.9954196677328792 + - 0.5765266353265552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997651855594069 + - -0.019735033309079403 + - -0.00894998344435453 + - -0.034856144666065965 + - - -0.020052355030965616 + - -0.9991187909046714 + - -0.03687200454139195 + - 0.03738368732808994 + - - -0.008214426399743423 + - 0.037042814707819484 + - -0.9992799172791607 + - 0.5802609964986657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982693692818376 + - -0.039813790959726675 + - -0.04327965345352476 + - 0.04847431474044648 + - - -0.03802513441481893 + - -0.9984190605545329 + - 0.041394065687477354 + - 0.0351091036330827 + - - -0.044859285620448344 + - -0.039676713205851914 + - -0.9982050906115456 + - 0.5761462727433091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990432934723609 + - -0.023158384028786942 + - -0.03709699471754404 + - 0.025733822707520747 + - - -0.021206356290264558 + - -0.9984127394029711 + - 0.05217559056441808 + - -0.030525253165943206 + - - -0.03824641448278023 + - -0.05133898174906338 + - -0.9979486563607275 + - 0.5776628985539535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.994858155996638 + - -0.021969487952067615 + - -0.09886653147599087 + - 0.06457545030308721 + - - -0.023712923812659124 + - -0.9995827405375879 + - -0.01649369769396175 + - -0.03285756804606574 + - - -0.09846292038744414 + - 0.018753304201892827 + - -0.994964002811301 + - 0.5763949719666035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995100136169219 + - -0.019890661513724848 + - -0.02416804220550072 + - -0.03486457417829837 + - - -0.020898786807383284 + - -0.9988904748575396 + - -0.04220260594867201 + - 0.03738943719679103 + - - -0.023301789405107527 + - 0.04268701000803136 + - -0.9988167228211062 + - 0.5804152710358493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984311840213568 + - -0.03883886895336979 + - -0.04033253069340803 + - 0.048482192306757294 + - - -0.03774477575343726 + - -0.9989077559806478 + - 0.027543183276959562 + - 0.03509293352560443 + - - -0.04135822381382531 + - -0.02597763076434066 + - -0.9988066179310368 + - 0.5762177690243253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982015646977404 + - -0.02161800943168429 + - -0.0559133070314616 + - 0.025709933912535378 + - - -0.018162059179778676 + - -0.9979359535266892 + - 0.06159522923998954 + - -0.03049620901258524 + - - -0.057129465613929044 + - -0.060468953414031024 + - -0.9965338578451198 + - 0.5776088189861985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.995693696381078 + - -0.02188640077753056 + - -0.09008356369500013 + - 0.06460321376318921 + - - -0.025449708842701577 + - -0.9989306504479913 + - -0.03859880717552791 + - -0.03286287974551337 + - - -0.08914244391314137 + - 0.040725189460052574 + - -0.9951859543003178 + - 0.5765764930464183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997143503518001 + - -0.02008673269883298 + - -0.012951481388775332 + - -0.03484856187005549 + - - -0.02047939153947334 + - -0.9993116156673293 + - -0.030933627568148613 + - 0.03739515976334482 + - - -0.01232121028353577 + - 0.031190029846693158 + - -0.9994375267195601 + - 0.580329766344148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998250604912233 + - -0.03987097325196166 + - -0.0436581640051679 + - 0.048489808234171004 + - - -0.03807749153910559 + - -0.9984263807041471 + - 0.04116876184812908 + - 0.035109342377758805 + - - -0.045230901278330966 + - -0.03943434804786285 + - -0.9981979251449038 + - 0.5762961358117827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993312329061456 + - -0.032697516848358456 + - 0.016369463345945835 + - -0.04286645905223302 + - - -0.03286635894952528 + - -0.9994081755911493 + - 0.010153866799024865 + - -0.02366927007449752 + - - 0.01602776926724081 + - -0.01068508088517325 + - -0.9998144526154812 + - 0.5796111735753393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.999256493674467 + - -0.021363796059604607 + - -0.03209436192438889 + - 0.025729092686167986 + - - -0.019694275899221732 + - -0.9984806426833892 + - 0.05146398433245833 + - -0.030531373720593384 + - - -0.03314506518647044 + - -0.050793645316021624 + - -0.9981590105034843 + - 0.5777530948726195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962033816990592 + - -0.022203003631367745 + - -0.0841774846446716 + - 0.06458940593349541 + - - -0.025320340322207254 + - -0.9990256302934784 + - -0.036147895964850164 + - -0.032870036400840213 + - - -0.0832928727882888 + - 0.038142058760159976 + - -0.9957948989105188 + - 0.5765275713905947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996888408459074 + - -0.01977194325673548 + - -0.015208278930192666 + - -0.034844643863181986 + - - -0.0203272609474638 + - -0.9990984551170007 + - -0.03727035611844627 + - 0.03740683413794239 + - - -0.014457660617811686 + - 0.03756790176033957 + - -0.9991894859368693 + - 0.5803824401226403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980960046649388 + - -0.039656512447164616 + - -0.04724115253054662 + - 0.048471798254958405 + - - -0.03816147187023146 + - -0.9987545986963597 + - 0.03213959625713734 + - 0.035108959874769814 + - - -0.0484568626366176 + - -0.030275610702381228 + - -0.9983663254837949 + - 0.5762704751559395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983813363791644 + - -0.024820335384943965 + - -0.051172826002992895 + - 0.025732002988080226 + - - -0.020897609727704075 + - -0.9969028734696832 + - 0.07581524105058327 + - -0.030481829070833404 + - - -0.05289609699611358 + - -0.07462313193151557 + - -0.9958079087370767 + - 0.5776202579574339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9948497596288604 + - -0.02077914296261532 + - -0.09920777683295781 + - 0.06460472099591788 + - - -0.02417190324701441 + - -0.9991590447755625 + - -0.03311981788297888 + - -0.032862313603839316 + - - -0.09843614610403914 + - 0.03534728364279083 + - -0.9945154069592184 + - 0.5764989691829822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996978275491574 + - -0.0201909996492409 + - -0.014020596515821056 + - -0.034863722961917476 + - - -0.02069416932555411 + - -0.9991112355053575 + - -0.0367217979255431 + - 0.03737011314311279 + - - -0.013266685698409941 + - 0.037000846208208274 + - -0.9992271675802541 + - 0.5802563683014672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981924079233456 + - -0.039114134807304746 + - -0.0456289515819628 + - 0.04845288200635373 + - - -0.03781430256994216 + - -0.9988635786574592 + - 0.029010855774416498 + - 0.0351083012472658 + - - -0.04671183239118307 + - -0.027232989000312118 + - -0.9985371144953843 + - 0.576209795948795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986473268666175 + - -0.02229238820703674 + - -0.046974098928942755 + - 0.02571042425943743 + - - -0.019388316258111524 + - -0.9979251303355618 + - 0.06139647740243183 + - -0.03050304907427732 + - - -0.04824530790486035 + - -0.06040267935099107 + - -0.9970074756953363 + - 0.5776398105692978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961180608062987 + - -0.021037764767635574 + - -0.08547643762511682 + - 0.06460471866693836 + - - -0.024158619667084658 + - -0.9990725607732466 + - -0.03564238215621675 + - -0.03285466407683768 + - - -0.08464732737233945 + - 0.03756901334305013 + - -0.9957024651998964 + - 0.576563639787177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996072799236628 + - -0.02002107835376919 + - -0.019607201359910363 + - -0.034872655412101564 + - - -0.020489048403242806 + - -0.9995028262910349 + - -0.02396453904757533 + - 0.037399549221854636 + - - -0.019117657260904364 + - 0.024356860589686512 + - -0.9995205143082703 + - 0.580341491768566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998136930371136 + - -0.03936484069300992 + - -0.04661627984406257 + - 0.048468992065512216 + - - -0.037757314633884924 + - -0.9986781171919107 + - 0.034876975695405495 + - 0.035090094509603195 + - - -0.04792758517726325 + - -0.03305189191610725 + - -0.998303820998318 + - 0.5763016012503012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990268543138274 + - -0.021989879064145124 + - -0.038233356883262445 + - 0.02573730391158025 + - - -0.01962839239733858 + - -0.9979398698190648 + - 0.061079803842222384 + - -0.030462306557216795 + - - -0.039497728690580935 + - -0.0602699049630289 + - -0.9974003549147318 + - 0.5776682064156453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996829555251699 + - -0.0245841341200558 + - -0.07567336470824515 + - 0.06461001779978187 + - - -0.025669040695531622 + - -0.9995807161036804 + - -0.01339747526304697 + - -0.03285252542216807 + - - -0.07531227075630581 + - 0.015297461986222503 + - -0.9970426518109986 + - 0.5766146678189635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997260200915281 + - -0.019830725729044263 + - -0.012434913309427089 + - -0.0348531286595629 + - - -0.020177541349642163 + - -0.9993925532520522 + - -0.028414632312026004 + - 0.03739307142497413 + - - -0.011863876981704836 + - 0.02865775325114607 + - -0.999518875060176 + - 0.580291773988163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981624450998133 + - -0.03889102866703015 + - -0.046467419570947105 + - 0.048483845065693594 + - - -0.037169433528140644 + - -0.9986104998067525 + - 0.03735643032872822 + - 0.03510546878950141 + - - -0.04785568308528604 + - -0.03556061817415765 + - -0.998221055694335 + - 0.576325914424068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987879234512413 + - -0.023723002652201782 + - -0.043126594035709544 + - 0.02572969426662771 + - - -0.020944773030311784 + - -0.9977449040779562 + - 0.0637685100122291 + - -0.030495767637100914 + - - -0.04454211996151502 + - -0.06278794097304564 + - -0.9970324337842278 + - 0.5776679464852474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967347523544599 + - -0.023034563301371536 + - -0.07739019538939547 + - 0.0646006225522719 + - - -0.02641091289604602 + - -0.9987306024642603 + - -0.04289111075006485 + - -0.032870967322110374 + - - -0.0763039784604392 + - 0.044795006361110896 + - -0.9960778635609858 + - 0.5765888853980967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995820346186426 + - -0.019833550287859755 + - -0.021032982447425914 + - -0.03486256824507163 + - - -0.020300756270014195 + - -0.9995465913461911 + - -0.02223715411371523 + - 0.0374113011655605 + - - -0.02058240419679557 + - 0.02265484520341247 + - -0.9995314515443176 + - 0.5801955270938608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998677319538776 + - -0.03943914193104138 + - -0.03298735397979766 + - 0.048508103300809874 + - - -0.03806545990753704 + - -0.9984221423219934 + - 0.041282520310529945 + - 0.03512248284104029 + - - -0.034563451807841594 + - -0.03997223792715141 + - -0.9986028179382546 + - 0.5765095263015161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9994285249198882 + - -0.021563534071433348 + - -0.026031472774441095 + - 0.025755148299144374 + - - -0.020503039218427818 + - -0.9989756104337726 + - 0.0403404900971532 + - -0.030525614754830975 + - - -0.026874689938005715 + - -0.03978371220513539 + - -0.9988468387515248 + - 0.5778506822536946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960186121052869 + - -0.02249995999099095 + - -0.08625935392907713 + - 0.06458223854674575 + - - -0.024611103477934784 + - -0.9994211027762917 + - -0.023489421257658988 + - -0.03284989494521018 + - - -0.08568090759005983 + - 0.025518838645698247 + - -0.9959957685395651 + - 0.5764865855807969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997816122632549 + - -0.019318952313169244 + - -0.00796905651932962 + - -0.0348520308616531 + - - -0.019538283031574306 + - -0.9994048112399777 + - -0.028430243870974595 + - 0.03737614579524928 + - - -0.0074150709008662 + - 0.028579736736129773 + - -0.999564012643327 + - 0.580245903278128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99842135384061 + - -0.039430402184595516 + - -0.04000054472934476 + - 0.04848768235970964 + - - -0.03795693106103904 + - -0.9985959888112467 + - 0.03695027083142941 + - 0.035098127956503224 + - - -0.041401347556701516 + - -0.035373641509597216 + - -0.9985162161461574 + - 0.5763829850619936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994927453025169 + - -0.031710215389753126 + - 0.002952003992793881 + - -0.04287758423771082 + - - -0.031803776287651526 + - -0.9986746291050099 + - 0.04046609686905479 + - -0.023646310135099404 + - - 0.0016649028449195954 + - -0.04053945512591624 + - -0.9991765513044282 + - 0.5794841307537633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991666189213909 + - -0.0251601716036704 + - -0.032140836922361346 + - 0.025709028758026015 + - - -0.023354287830435055 + - -0.9981923440344068 + - 0.055377085071626884 + - -0.030496239861357154 + - - -0.033476034310072664 + - -0.05458030850014376 + - -0.9979480673115713 + - 0.5777505158726577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967802355858023 + - -0.02154096393733075 + - -0.07723437588381897 + - 0.06460592927957784 + - - -0.024385396998339894 + - -0.9990514674752874 + - -0.03607655400268194 + - -0.03286483903048482 + - - -0.07638399281751233 + - 0.03784378691576316 + - -0.9963600420696972 + - 0.5766161024866635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996276043214024 + - -0.020259845068362373 + - -0.01828090141266736 + - -0.03484190154827424 + - - -0.020740604591706253 + - -0.9994335288500977 + - -0.02650374938401006 + - 0.0373994304412408 + - - -0.017733583953172136 + - 0.02687303645005292 + - -0.9994815455585605 + - 0.5802788683418709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982909087754254 + - -0.039606151961469625 + - -0.04297224898862338 + - 0.04848802689305218 + - - -0.03804608850189272 + - -0.9986079084978186 + - 0.03653409688659388 + - 0.03508839864198905 + - - -0.044359402679042176 + - -0.03483673079406071 + - -0.9984080556473597 + - 0.5764178966560689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998651203873537 + - -0.023502979806430065 + - -0.04629668392178655 + - 0.025740272593284836 + - - -0.020922536560266037 + - -0.9982419948276475 + - 0.05545419034123851 + - -0.03050403596870967 + - - -0.04751863282776136 + - -0.05441074988213744 + - -0.9973873118460265 + - 0.5777137995896513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961284341600479 + - -0.021744539080220768 + - -0.08517815258644591 + - 0.06460016209436995 + - - -0.024153618107543573 + - -0.9993339309823432 + - -0.0273550200089891 + - -0.03282902557839997 + - - -0.08452659575640116 + - 0.02930647381665018 + - -0.9959901531653151 + - 0.5765673665154135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995623805965332 + - -0.02047135178341753 + - -0.0213534786943651 + - -0.03487055320020499 + - - -0.02095331103487448 + - -0.9995250674851689 + - -0.022596420633469932 + - 0.03740806678092605 + - - -0.02088075795719455 + - 0.023033958082111426 + - -0.9995165985226083 + - 0.580339499806063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986302648167404 + - -0.03919292461480468 + - -0.034662787715143216 + - 0.04848258968112936 + - - -0.037824846451806296 + - -0.998512055073453 + - 0.03928048960853935 + - 0.03511595383874442 + - - -0.036150728664082594 + - -0.03791557111699003 + - -0.9986268243362624 + - 0.5764757725160784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998826747021893 + - -0.024082195154659786 + - -0.04201401325981787 + - 0.025736433704319224 + - - -0.021421908825104682 + - -0.9978050600031179 + - 0.06265910990800273 + - -0.030505598279909285 + - - -0.043430763934706164 + - -0.06168557455926908 + - -0.9971502688338105 + - 0.5776288262093356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9973369842978856 + - -0.021844974613408445 + - -0.0695825900332743 + - 0.06460876324705175 + - - -0.02440712861601077 + - -0.9990469467261234 + - -0.036186880356470656 + - -0.03286497341664228 + - - -0.06872577263531265 + - 0.03778882535024811 + - -0.9969196421248452 + - 0.5766773542924323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997669572477437 + - -0.0205610361388396 + - -0.006578372784030838 + - -0.03482856579849222 + - - -0.020770413172501705 + - -0.9992220718662529 + - -0.03352373833505293 + - 0.037413477964887365 + - - -0.005883972487351836 + - 0.03365256139153247 + - -0.9994162716203684 + - 0.580284418927382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981533285355205 + - -0.039546646493382416 + - -0.04610851856857395 + - 0.04850693753619631 + - - -0.03806873661680315 + - -0.998746398933937 + - 0.03250233697589189 + - 0.03510738951333826 + - - -0.04733607531113618 + - -0.030687022788491596 + - -0.9984075333282085 + - 0.576582337084006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989207589050063 + - -0.022570237230810267 + - -0.04059435699689457 + - 0.02571200964736018 + - - -0.019949957907953127 + - -0.9977611376836434 + - 0.06383346542145611 + - -0.03050057754577482 + - - -0.04194420827858449 + - -0.06295471800894893 + - -0.9971345881435947 + - 0.5777091864087387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965900415448555 + - -0.021769912200572936 + - -0.079588692767268 + - 0.0646174896635867 + - - -0.024367166967021577 + - -0.9991968875760101 + - -0.03180913441790013 + - -0.032863177893962384 + - - -0.07883229203584356 + - 0.03364001755638798 + - -0.996320138786315 + - 0.5766605164475458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995166242637491 + - -0.01987746261203579 + - -0.023904064518542188 + - -0.03484407338580306 + - - -0.020569899647715238 + - -0.9993654427746816 + - -0.02907904771905621 + - 0.03739233678461915 + - - -0.02331087833785833 + - 0.029556695821274456 + - -0.9992912511791775 + - 0.5801863302509112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978141341686495 + - -0.03926354053989546 + - -0.0531538148916921 + - 0.04848225294093732 + - - -0.03786485776115345 + - -0.9989161361672749 + - 0.027070379594146574 + - 0.035123564957817224 + - - -0.05415908234078473 + - -0.024998545736013438 + - -0.9982193478945847 + - 0.5765626763101301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984916626514587 + - -0.02166860799679035 + - -0.05044671488815848 + - 0.025730414916481502 + - - -0.019423433800674662 + - -0.9988170446078187 + - 0.0445784883132435 + - -0.030509427725044586 + - - -0.05135299246311287 + - -0.04353140048728746 + - -0.9977313703280555 + - 0.5777700425714963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965723853141695 + - -0.02294863881867748 + - -0.07947855563355717 + - 0.06460908995606576 + - - -0.02512432880224659 + - -0.9993334743723467 + - -0.026483487329487847 + - -0.03287508801081694 + - - -0.07881782115399509 + - 0.028389557503850422 + - -0.9964847134267903 + - 0.5766605369512334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99955202148699 + - -0.020167171785226624 + - -0.02211428324538359 + - -0.03487680658591415 + - - -0.020583690110938697 + - -0.999611890775763 + - -0.018771774586326694 + - 0.03742973059527892 + - - -0.021727126885272677 + - 0.019218558788009453 + - -0.9995792009417872 + - 0.5804026590039821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986299165951464 + - -0.03943133746410553 + - -0.03440144338487407 + - 0.04846840936819632 + - - -0.03814480961318846 + - -0.9985763912653685 + - 0.03728490722808648 + - 0.035083370141250084 + - - -0.035822662948815975 + - -0.035921587287106864 + - -0.9987123591835789 + - 0.576364266313451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983088116733714 + - -0.02283419254726975 + - -0.053461352265121956 + - 0.025747475513649424 + - - -0.019229507837227152 + - -0.9975679550514756 + - 0.06699553031923912 + - -0.03050052694864521 + - - -0.05486112069252021 + - -0.065854192768056 + - -0.9963199700554182 + - 0.5776632898258434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965872701106219 + - -0.02162613956654318 + - -0.07966255796110742 + - 0.06461643596727205 + - - -0.02521767823144246 + - -0.9986973830218491 + - -0.04435770338876824 + - -0.03286895389843569 + - - -0.0785995022762475 + - 0.04621522728234606 + - -0.9958344596413441 + - 0.5766796324754119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994898424084938 + - -0.019961584684204926 + - -0.02493170790659234 + - -0.034861460785265 + - - -0.020531739913063153 + - -0.9995286000095425 + - -0.022825981229866545 + - 0.03739542989255042 + - - -0.02446431234240303 + - 0.02332622772458516 + - -0.9994285289713086 + - 0.5803277966244982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976754034081412 + - -0.040693010860863674 + - -0.054661396812378846 + - 0.04847918110674383 + - - -0.03877081762460309 + - -0.9986074251358774 + - 0.035777565096198304 + - 0.03511124012968843 + - - -0.05604117357017495 + - -0.03357512964339187 + - -0.9978637670214843 + - 0.5763997862420165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993817839573509 + - -0.03319160023741673 + - 0.011591702545454437 + - -0.04287292602579031 + - - -0.03349731777164561 + - -0.9990670071631487 + - 0.02725884994226258 + - -0.02367284526770245 + - - 0.010676122719797305 + - -0.027630289027603592 + - -0.9995611974921412 + - 0.579562384232096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988912768731506 + - -0.023272486899649728 + - -0.040921978694004546 + - 0.025712170542237497 + - - -0.02099134691467337 + - -0.998248210728838 + - 0.05531611999573109 + - -0.03051394327926713 + - - -0.04213763568871376 + - -0.05439578228300353 + - -0.9976299506973445 + - 0.5776728599455493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969861878588853 + - -0.020256234804197925 + - -0.07488809097690263 + - 0.06460423046889081 + - - -0.024215412726039613 + - -0.9983354942850676 + - -0.05234362078704141 + - -0.03285485068149453 + - - -0.073703154648327 + - 0.05399931297847442 + - -0.9958172117375447 + - 0.5766161183390819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996312031727574 + - -0.019816690948395034 + - -0.018567617058771763 + - -0.034859549142359114 + - - -0.020242640051264367 + - -0.9995295763553563 + - -0.02304043217123713 + - 0.03741501486394258 + - - -0.01810229728902776 + - 0.023407792521684515 + - -0.9995620951607368 + - 0.5802008640787907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981524538703777 + - -0.03862062910469001 + - -0.04690549903904131 + - 0.048470707245131854 + - - -0.03731141494480708 + - -0.9988979380263845 + - 0.028473983238295173 + - 0.03508665856660656 + - - -0.04795348941797626 + - -0.026671265702929412 + - -0.9984934183250507 + - 0.576353162854505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994975850623361 + - -0.03135033526937471 + - 0.00466196665109584 + - -0.0428801886358416 + - - -0.031457712927033754 + - -0.9991901632320427 + - 0.025088443509392322 + - -0.02363323381945348 + - - 0.0038716601036845747 + - -0.025222493509196045 + - -0.9996743650155384 + - 0.5795634990563794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988475310738649 + - -0.02299154181885432 + - -0.042130733110596195 + - 0.025736870361375504 + - - -0.020701874770260902 + - -0.9983263341086668 + - 0.053999657463242895 + - -0.030485941029434766 + - - -0.043301755722382075 + - -0.05306523937515972 + - -0.9976517620499734 + - 0.5776520223441208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9968168295757406 + - -0.021425910229893947 + - -0.0767928293878382 + - 0.0645969416842179 + - - -0.024329572225325984 + - -0.9990161766724217 + - -0.0370776302121667 + - -0.032844302959678835 + - - -0.07592285683443258 + - 0.038827942485252245 + - -0.9963574211559129 + - 0.5766352648925563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995418458865943 + - -0.019633597682327794 + - -0.023035194022804004 + - -0.03486357122615868 + - - -0.020280693283933483 + - -0.9993964700436123 + - -0.028202644278349225 + - 0.03738477334187123 + - - -0.022467572221821115 + - 0.02865689282557657 + - -0.9993367754125942 + - 0.5802533847893889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984603529814624 + - -0.03869532666973726 + - -0.039744121805064286 + - 0.048496888919789045 + - - -0.037406083635336214 + - -0.9987654532635744 + - 0.03268568913566428 + - 0.035078897229883305 + - - -0.04095983924772775 + - -0.031148692767584484 + - -0.9986751476369435 + - 0.576435710771036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987440000230376 + - -0.02442798091133955 + - -0.04374581313197736 + - 0.02569546325863237 + - - -0.02202847794938825 + - -0.9982698058492189 + - 0.054517344845436966 + - -0.030514799448431384 + - - -0.045001873041196495 + - -0.05348521738161123 + - -0.9975540902349235 + - 0.5776413637826645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970713756700493 + - -0.021155417364144176 + - -0.07349231344558473 + - 0.06462041749626082 + - - -0.02415964713862158 + - -0.9988982193426783 + - -0.040232559503013264 + - -0.03285401933999857 + - - -0.07256020444825455 + - 0.04189028181064285 + - -0.996483929132955 + - 0.576628179392686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995366999393809 + - -0.020357636502146233 + - -0.022626358751213098 + - -0.03484412679546856 + - - -0.020837649841935243 + - -0.9995583871514389 + - -0.0211854436885061 + - 0.037403835618515506 + - - -0.022185081098725114 + - 0.02164710861201676 + - -0.9995194969911203 + - 0.5802926880171468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980894072288505 + - -0.040111773508162044 + - -0.046995540252154036 + - 0.04847441038003643 + - - -0.038191112813034986 + - -0.998425778669493 + - 0.041078015900461944 + - 0.03510614921999532 + - - -0.048569270940214404 + - -0.03920472056074981 + - -0.9980501068614188 + - 0.576477410550313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983334033794382 + - -0.022585732992951933 + - -0.05310650018593739 + - 0.02573148587549919 + - - -0.019324536908050208 + - -0.9979421228779553 + - 0.06113985328025005 + - -0.030499432762784395 + - - -0.05437810193558884 + - -0.06001169928449103 + - -0.9967154147392683 + - 0.5777382272648504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.997661742387642 + - -0.02164344192162269 + - -0.0648275342569756 + - 0.06462344069516168 + - - -0.023980996137204138 + - -0.9990819240875627 + - -0.03549958852946115 + - -0.03286932498066375 + - - -0.06399968437673267 + - 0.03697121019494757 + - -0.997264844470314 + - 0.5767531939168782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996865780079943 + - -0.01974211663100649 + - -0.015394628335690334 + - -0.0348420700332449 + - - -0.02013960850603506 + - -0.9994562508684134 + - -0.02610744662502849 + - 0.037401484690967025 + - - -0.014870841263692616 + - 0.02640930576487781 + - -0.9995405977993725 + - 0.580198836516697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981196171155106 + - -0.039600794188633937 + - -0.04678682537655303 + - 0.048476266391149776 + - - -0.038056467655256776 + - -0.9987155738921678 + - 0.03345007824868876 + - 0.03509141189772244 + - - -0.048051380820856804 + - -0.03160663798743016 + - -0.9983446725637101 + - 0.5764007295635918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984977983667855 + - -0.02203184544584443 + - -0.050167164987992154 + - 0.02571926209163205 + - - -0.019674565681540444 + - -0.9987007801053659 + - 0.04700705566378465 + - -0.030488964363274515 + - - -0.05113763899443103 + - -0.04594942440538099 + - -0.997633997152709 + - 0.5776188280869902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9975293847124547 + - -0.0232040382250939 + - -0.0663076107640738 + - 0.06462613106644162 + - - -0.025455494521955255 + - -0.9991207126178271 + - -0.033313952282639545 + - -0.03286842417262103 + - - -0.06547628909639153 + - 0.034919539345410325 + - -0.9972429399790564 + - 0.576651431331136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999774650823625 + - -0.02007861521922179 + - -0.006891790868635069 + - -0.034832809257869 + - - -0.020321851601247148 + - -0.9990991909085947 + - -0.03725357799311216 + - 0.03739528601186285 + - - -0.00613758242270157 + - 0.037385236881293624 + - -0.9992820793676501 + - 0.5802264660061849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981576384329779 + - -0.03899977588522277 + - -0.04647952580226188 + - 0.04849077829660058 + - - -0.03741902116597241 + - -0.9987071142305302 + - 0.03440809265721428 + - 0.03509237372333999 + - - -0.04776134098704977 + - -0.03260548214992889 + - -0.9983264680658775 + - 0.5764771268151583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998827277644883 + - -0.022494956567847967 + - -0.042872442915262085 + - 0.02573461259575215 + - - -0.019937307653850343 + - -0.9980483004634342 + - 0.05917849022716662 + - -0.03049636962808989 + - - -0.04411998635570384 + - -0.05825432920446143 + - -0.9973263557797474 + - 0.5776377457744488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9976544448748039 + - -0.022151637920452858 + - -0.06476815235119843 + - 0.06460166942108926 + - - -0.025108609411287373 + - -0.9986622306437389 + - -0.045202951442386174 + - -0.03284726180824096 + - - -0.06368018808843381 + - 0.04672316366763349 + - -0.9968760101546776 + - 0.5767125840884607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999722405465935 + - -0.01964713600396341 + - -0.013003924647824032 + - -0.03486658925743201 + - - -0.019905407496036573 + - -0.9996010287905944 + - -0.02003891197650041 + - 0.03741187896655228 + - - -0.012605029227306516 + - 0.020292197703229816 + - -0.9997146292570455 + - 0.5802256318162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985504083001425 + - -0.037964381092346046 + - -0.03815478805987264 + - 0.04849894972199577 + - - -0.03680493495902085 + - -0.9988524975991403 + - 0.030644490575342256 + - 0.035074749400237706 + - - -0.039274404467552725 + - -0.029195784083239043 + - -0.9988018458861019 + - 0.5763644631258165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983734244352238 + - -0.02252567964127813 + - -0.052374603942970416 + - 0.025748781973389583 + - - -0.019305805046136996 + - -0.9979393448330507 + - 0.061191093516150874 + - -0.030499141621537412 + - - -0.053645048914182716 + - -0.060080427685563945 + - -0.9967509974593027 + - 0.5777209399618459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971331315777126 + - -0.02278172504832289 + - -0.0721561564514549 + - 0.06462006810421517 + - - -0.02602205177720103 + - -0.9986797489265684 + - -0.04429008811541523 + - -0.032869020210540306 + - - -0.07105188759863379 + - 0.04604076549960039 + - -0.9964094927191742 + - 0.5766821093728285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997448248130574 + - -0.018651617316005353 + - -0.012743721238572672 + - -0.03484244048908532 + - - -0.01906342097427421 + - -0.9992736755912054 + - -0.03299556411398617 + - 0.03737635128266512 + - - -0.012119044527798432 + - 0.03323008338749482 + - -0.9993742493769756 + - 0.5802075759828595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984817562264082 + - -0.03923804500864784 + - -0.038659517675815186 + - 0.0485062532825296 + - - -0.03781768757702542 + - -0.9986064182414012 + - 0.036810921659299264 + - 0.03510498229076534 + - - -0.04005003107806332 + - -0.035293020145347395 + - -0.9985741823919078 + - 0.5766816127393775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984430577855623 + - -0.0227572104194737 + - -0.0509271021533733 + - 0.025726888158644996 + - - -0.01981935818635533 + - -0.998150662638552 + - 0.05746692714336671 + - -0.030481168599901957 + - - -0.052140707713812934 + - -0.05636811197959238 + - -0.9970476330401469 + - 0.5775883590524179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9973509277044839 + - -0.02097172355437606 + - -0.06965137341190121 + - 0.06462198747652614 + - - -0.02417993353459807 + - -0.9986697500361618 + - -0.04554186180836914 + - -0.03286002781784115 + - - -0.06860362833894203 + - 0.047105383703659603 + - -0.9965312965506218 + - 0.5766613043752857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996523075220349 + - -0.019378445185027054 + - -0.01788127311132643 + - -0.03486422867667 + - - -0.019922021825822162 + - -0.9993288837268535 + - -0.030739147607124154 + - 0.037393115335293506 + - - -0.017273595811017728 + - 0.03108469094991943 + - -0.999367482398895 + - 0.5803209200410924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981812029445541 + - -0.039113939518338005 + - -0.04587358524814253 + - 0.048513780663598946 + - - -0.03774932822113341 + - -0.9988294048904963 + - 0.030245795492098423 + - 0.03508904667691084 + - - -0.047002918069157615 + - -0.028459087502105504 + - -0.998489261850888 + - 0.5764981487620985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986922007784237 + - -0.022372575643115313 + - -0.04597125148874916 + - 0.025731233176441562 + - - -0.019535935284878566 + - -0.9979310359062205 + - 0.06125352894065228 + - -0.03049249952931029 + - - -0.04724653782970531 + - -0.06027533022913581 + - -0.9970630116641954 + - 0.5776200637728182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969840891995451 + - -0.020037623456867593 + - -0.07497479262495099 + - 0.06461874881964398 + - - -0.023411625890845614 + - -0.9987396101017101 + - -0.04439692542318069 + - -0.0328584397979728 + - - -0.07399068627942779 + - 0.04601831005246901 + - -0.9961966138688759 + - 0.5766460258582968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996488820759564 + - -0.02039813285607675 + - -0.016912384228032505 + - -0.0349018012447654 + - - -0.020694625279832415 + - -0.999631877291 + - -0.01754543781723115 + - 0.03741346596648071 + - - -0.016548264223720917 + - 0.017889272753716007 + - -0.9997030203373025 + - 0.5804129093610872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9987382484377609 + - -0.03937288440512554 + - -0.03117189569298108 + - 0.048495388330777225 + - - -0.03792911234761573 + - -0.9982382512528322 + - 0.045626485424686704 + - 0.03513224285761526 + - - -0.032913424981235465 + - -0.04438659380159538 + - -0.9984721011358787 + - 0.576439395760091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994678354058564 + - -0.032451475530489 + - 0.003308734656353048 + - -0.042878153968146364 + - - -0.032535402383827426 + - -0.9990311464419224 + - 0.029634709896679216 + - -0.023643418187916015 + - - 0.0023438389139432804 + - -0.029726590366740243 + - -0.9995553192516726 + - 0.579598954785675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991011349969504 + - -0.02277694677589813 + - -0.03575098241130403 + - 0.025721607189680355 + - - -0.020406440671708707 + - -0.9976553408024714 + - 0.06532532546736013 + - -0.030470817690175754 + - - -0.037155070002860974 + - -0.06453705651695311 + - -0.9972233797445835 + - 0.5776862341996996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9963103935656533 + - -0.01990929448560645 + - -0.08348185231616692 + - 0.06461090068448921 + - - -0.022763666538180984 + - -0.9991834559056876 + - -0.033380187688294 + - -0.0328484604172696 + - - -0.08274910971600483 + - 0.03515738098113447 + - -0.9959500707383661 + - 0.576645720077531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996652469265156 + - -0.020199672527532568 + - -0.016166858604223514 + - -0.0348539900016928 + - - -0.02067836489900779 + - -0.999335639817496 + - -0.030011401427783163 + - 0.037398403675455036 + - - -0.015549897506157153 + - 0.03033565922040444 + - -0.9994188053399894 + - 0.5802660195497531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985423235440369 + - -0.03911917875575789 + - -0.03718760471919278 + - 0.0484945826361125 + - - -0.037753254717382834 + - -0.9986111201411096 + - 0.03674945562538613 + - 0.03511309047870532 + - - -0.0385735641277842 + - -0.03529193369585851 + - -0.998632344542518 + - 0.5765866429240951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990039327999021 + - -0.02201561222188266 + - -0.03881307857957721 + - 0.025724966869335623 + - - -0.020232797464179293 + - -0.9987483399645166 + - 0.04574262044194099 + - -0.030503472453959075 + - - -0.039771549593927626 + - -0.04491176056021038 + - -0.998198956925061 + - 0.5777657596825041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970416131239833 + - -0.02170202602021285 + - -0.07373631239588259 + - 0.06462035134206869 + - - -0.0252651617992072 + - -0.9985402820414271 + - -0.04773862943033228 + - -0.032885095498705656 + - - -0.07259265319841303 + - 0.04946035995870542 + - -0.996134518774633 + - 0.5767704421096891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997583186433752 + - -0.01986131066048706 + - -0.009425107013679724 + - -0.034859358476729926 + - - -0.020106681141470337 + - -0.9994413856358674 + - -0.0266952814507085 + - 0.037421905530931714 + - - -0.008889638735456737 + - 0.0268783373203203 + - -0.9995991843264219 + - 0.5803875499202222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986005481502722 + - -0.039842084849725255 + - -0.034778635809979766 + - 0.048500429867347095 + - - -0.03829439158642319 + - -0.9982934728778459 + - 0.04408720429461701 + - 0.03511676598783682 + - - -0.03647581125899181 + - -0.04269367967646861 + - -0.9984221376295106 + - 0.5764935656199837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987024030825551 + - -0.023542191417012547 + - -0.04515833589066781 + - 0.025702778946220695 + - - -0.02101787754732745 + - -0.998232890664797 + - 0.055581874909086226 + - -0.030493882248015317 + - - -0.04638705531217932 + - -0.05456061966554725 + - -0.9974323936393767 + - 0.5775776881240765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9975244890818087 + - -0.021606240774651547 + - -0.06691833860508138 + - 0.0646336209069263 + - - -0.02481467117268998 + - -0.9985633704056506 + - -0.04749134003899651 + - -0.03287023692714273 + - - -0.06579609241184319 + - 0.049034331276118254 + - -0.9966275676398063 + - 0.5767310665085779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996997586619536 + - -0.02030821035276473 + - -0.013710183204448629 + - -0.03482855612287242 + - - -0.020752218184942366 + - -0.9992379122503905 + - -0.0330596455196618 + - 0.03741050859191705 + - - -0.013028352606382486 + - 0.033334236360669886 + - -0.999359340134776 + - 0.5802116799443121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997800261116265 + - -0.03907331413246244 + - -0.05355291811861787 + - 0.04848633415045447 + - - -0.03729480256321771 + - -0.9987319473830778 + - 0.03381708115990005 + - 0.03510050495184728 + - - -0.05480635563585751 + - -0.031745446903620175 + - -0.9979922294200515 + - 0.5764110807856384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988579142161979 + - -0.025144488616751295 + - -0.04062784636020856 + - 0.025764273059205235 + - - -0.022618356991820437 + - -0.9978517786598188 + - 0.061483638087108876 + - -0.030507991061659225 + - - -0.042086543391649724 + - -0.06049448336532912 + - -0.9972808733489802 + - 0.5777589547332205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969162457161981 + - -0.022205111183714453 + - -0.07526574296743443 + - 0.06461437279979323 + - - -0.024534615584392926 + - -0.999243676984901 + - -0.030168305285874886 + - -0.03285085709470936 + - - -0.0745389271806825 + - 0.03192188971559425 + - -0.996707048882338 + - 0.5766373131148088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997263435920617 + - -0.019783845016830413 + - -0.012483485266424248 + - -0.03487132508655629 + - - -0.020107072530863142 + - -0.999451299104139 + - -0.026321214890030954 + - 0.03740001495481358 + - - -0.011955900730836034 + - 0.02656501826460153 + - -0.9995755880584096 + - 0.5802621902238716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982986745595996 + - -0.038922242453700115 + - -0.04341446089636439 + - 0.04848923159637418 + - - -0.03755884104564999 + - -0.9987886264752184 + - 0.031790141287118046 + - 0.03507044789229178 + - - -0.04459921335465644 + - -0.030105459075103213 + - -0.9985512362928723 + - 0.5764112863240552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994777308976781 + - -0.032156958881484406 + - 0.0031930291453531154 + - -0.042859527530132197 + - - -0.03225737278654619 + - -0.9987133407636741 + - 0.03912959086895572 + - -0.023621274849590895 + - - 0.0019306321602890713 + - -0.03921215342411832 + - -0.9992290426540382 + - 0.5795152141353769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984012544322847 + - -0.02391358242343402 + - -0.05121597137337274 + - 0.025714237680473873 + - - -0.020634090096820844 + - -0.9977601628808244 + - 0.06363090203594458 + - -0.030483197398694276 + - - -0.052622898760110025 + - -0.062472377445630514 + - -0.9966584332570385 + - 0.5776199808034226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971488922349846 + - -0.02244419866377266 + - -0.07204404667204752 + - 0.06461381879174638 + - - -0.025333643105675728 + - -0.9989004813279275 + - -0.039446608597314 + - -0.032859060213100755 + - - -0.07107948537754973 + - 0.041159280231516965 + - -0.9966211017278768 + - 0.576624255150635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995403616701135 + - -0.019675916140235943 + - -0.023063471473762722 + - -0.034860608310070165 + - - -0.02018149112142187 + - -0.999556512277814 + - -0.02189717285698908 + - 0.03740529323335037 + - - -0.022622396170490746 + - 0.022352563321804766 + - -0.9994941671187735 + - 0.5802779429297669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984430206116136 + - -0.03914492242546576 + - -0.039739270756535286 + - 0.04851203612069945 + - - -0.03742337239729547 + - -0.9983662392396687 + - 0.043178044708574045 + - 0.035118406665997054 + - - -0.041364547505929466 + - -0.04162363985461319 + - -0.9982767385925031 + - 0.5766123049038275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995340902419694 + - -0.030508500004796987 + - 0.0009131657111022774 + - -0.042875740399031755 + - - -0.030521098860621414 + - -0.9988019688646257 + - 0.038250353155071797 + - -0.0236412650340168 + - - -0.0002548891892663738 + - -0.03826040276323341 + - -0.9992677702257271 + - 0.5794334440774722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985709380211906 + - -0.02327100602680211 + - -0.04810968736107206 + - 0.025728276946415676 + - - -0.019735306359628443 + - -0.9971582760304157 + - 0.07270412799106812 + - -0.03050011034309015 + - - -0.04966487110998241 + - -0.07165076986711688 + - -0.9961925354845211 + - 0.5775230127954227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9978743190559958 + - -0.02269099775385562 + - -0.06108978629417026 + - 0.06462706251994668 + - - -0.024619007385956244 + - -0.9992163091305981 + - -0.030994709915657465 + - -0.03285092638294408 + - - -0.0603386098933602 + - 0.032432794951407475 + - -0.9976509239046378 + - 0.5767398497337597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993875974257336 + - -0.020666129577204245 + - -0.028237230740957034 + - -0.034882114065883665 + - - -0.02148363831213077 + - -0.9993496307506187 + - -0.028961505545730813 + - 0.037406305339636264 + - - -0.02762034388803644 + - 0.02955040789735488 + - -0.999181610117303 + - 0.5804496863444728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982357027718054 + - -0.03971019229141238 + - -0.044142749572936166 + - 0.04846870073847284 + - - -0.03837881191274042 + - -0.9987943173534873 + - 0.03061010321033574 + - 0.03511831727358851 + - - -0.045305060510349146 + - -0.028861951606916077 + - -0.9985561773088149 + - 0.5763880763133962 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983282869655363 + - -0.023899336782278808 + - -0.05262559401873767 + - 0.025724305034622523 + - - -0.019989761848892427 + - -0.997087291779375 + - 0.07360259501740964 + - -0.03047598486409825 + - - -0.05423136422479475 + - -0.07242757950835761 + - -0.9958981900078335 + - 0.5776169567176448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9944709632484393 + - -0.02206293985063858 + - -0.10266805706191304 + - 0.0645657496584339 + - - -0.02475559088505833 + - -0.9993802184885716 + - -0.025026777932179622 + - -0.03283053049108947 + - - -0.1020522610021588 + - 0.027430012374807997 + - -0.9944007896444297 + - 0.5764532401453496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996028478743354 + - -0.02030921032549656 + - -0.01953669617599235 + - -0.034871394561560576 + - - -0.020892484740180767 + - -0.9993276305723692 + - -0.03012956780301272 + - 0.03739302794073677 + - - -0.018911652569239 + - 0.030525771907844865 + - -0.9993550553464625 + - 0.5803314865761419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981115049638644 + - -0.03916862742796017 + - -0.047320632753370805 + - 0.04848860516028492 + - - -0.03731922685503746 + - -0.9985282079547144 + - 0.03935343982028605 + - 0.035085434823311015 + - - -0.048792406844835955 + - -0.037513151615883616 + - -0.998104235283135 + - 0.5764362817893889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987217684487895 + - -0.023735548592452606 + - -0.04462569842073087 + - 0.025719447763836334 + - - -0.021254895334456434 + - -0.9982455402742595 + - 0.05526364760738133 + - -0.030489551443285908 + - - -0.045859117423299844 + - -0.054244493320214936 + - -0.9974740479298642 + - 0.5776202270702392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970042976737548 + - -0.01893147675500475 + - -0.07499353044055021 + - 0.06461399267458953 + - - -0.022426969378428974 + - -0.9986875354085519 + - -0.04604603852766777 + - -0.03285339960324116 + - - -0.0740233845792127 + - 0.04758997591370656 + - -0.9961203404850093 + - 0.5766891646716232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997130181717071 + - -0.019465829345660837 + - -0.013962907501717591 + - -0.03485114026514498 + - - -0.019895945581924007 + - -0.9993102094803691 + - -0.03135692232509488 + - 0.037381637550257585 + - - -0.013342887521710985 + - 0.031625728706016 + - -0.999410716690789 + - 0.5803403003101189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982434354303156 + - -0.039253634974150124 + - -0.044375621253089186 + - 0.04845974649040709 + - - -0.03807182180229866 + - -0.9989055393511779 + - 0.027170937381442474 + - 0.03508965033726942 + - - -0.04539361193973728 + - -0.02543374913079921 + - -0.9986453546681204 + - 0.5763569026257238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989059124413926 + - -0.02192399972202421 + - -0.04130758194106455 + - 0.025715261787107185 + - - -0.019441807575493256 + - -0.9980352255222295 + - 0.05956261188858758 + - -0.03049630186855362 + - - -0.04253227254481675 + - -0.05869435111645502 + - -0.9973695297828143 + - 0.5776441107852797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971534563248026 + - -0.022210022222768914 + - -0.07205344858064945 + - 0.06462318846770372 + - - -0.024852203027555673 + - -0.9990433452519845 + - -0.03598280578832934 + - -0.0328721047122133 + - - -0.07118533939075754 + - 0.03767106609305855 + - -0.996751492717836 + - 0.5767031993858914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996341293026056 + - -0.020428835513861692 + - -0.017727668007073382 + - -0.034855318240374314 + - - -0.020879758104613646 + - -0.9994532871092395 + - -0.025635182621318996 + - 0.03740207576259056 + - - -0.017194279133312066 + - 0.02599595287892209 + - -0.9995141655819603 + - 0.5802817989851352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983951191523811 + - -0.03963169172319519 + - -0.04045386339844653 + - 0.048497318621934155 + - - -0.03792676133122113 + - -0.9983942715289349 + - 0.042076589133775835 + - 0.035094759454661804 + - - -0.042056471887536404 + - -0.040474777199703216 + - -0.9982950693973239 + - 0.5764747280908987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998641537375192 + - -0.023584314921533126 + - -0.04646353321256261 + - 0.025730535442496972 + - - -0.020055220375826185 + - -0.9969812271694699 + - 0.07500813827403216 + - -0.030498701163104103 + - - -0.04809228591562273 + - -0.073974406123613 + - -0.9960998540678893 + - 0.5775963675293313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971263417910036 + - -0.02332330433757392 + - -0.07207691711822478 + - 0.06459295435526216 + - - -0.02558968124494101 + - -0.9992015732755253 + - -0.030681984575599557 + - -0.032844081274716594 + - - -0.07130376371744238 + - 0.03243824037292899 + - -0.9969270453956173 + - 0.5765576981814706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997171406626928 + - -0.01967485040625989 + - -0.013361845931644495 + - -0.03487479782506864 + - - -0.02002950535980635 + - -0.9994361363342916 + - -0.026948623419865037 + - 0.037424769487881177 + - - -0.012824101537776366 + - 0.027208631914807935 + - -0.9995475140127528 + - 0.5804018716437119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998299931013931 + - -0.03958975313501684 + - -0.04277732091060696 + - 0.04847903713169616 + - - -0.03787313506072713 + - -0.9984727856373529 + - 0.04022091473670532 + - 0.035102671765328254 + - - -0.04430432685700743 + - -0.03853242515458663 + - -0.9982747010885602 + - 0.576357247096599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993587319759455 + - -0.03191405031736264 + - 0.016236323961142718 + - -0.042889749408467605 + - - -0.03230445913123465 + - -0.999180684478891 + - 0.024379944309473604 + - -0.02365198445031492 + - - 0.015444958519488563 + - -0.02488881589460393 + - -0.9995709079898711 + - 0.5795268991377812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989823520921461 + - -0.021330903415204168 + - -0.03973981338575616 + - 0.02573558036736748 + - - -0.019963032118777216 + - -0.9992051175902321 + - 0.034505221780415464 + - -0.030496304179664306 + - - -0.04044425246024659 + - -0.03367678044264653 + - -0.9986141081027997 + - 0.5777923268136368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964469964854974 + - -0.02107109983792671 + - -0.08154380385198612 + - 0.06462560061471637 + - - -0.024761087336105353 + - -0.9987021169174519 + - -0.04450809160741005 + - -0.032864374416802046 + - - -0.08050013508662471 + - 0.046369067450402396 + - -0.9956754681294577 + - 0.5766156973946012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996552580283171 + - -0.020956161785822647 + - -0.01581785002916371 + - -0.03486221352215256 + - - -0.021379557388248305 + - -0.9994043418295705 + - -0.0270901468819366 + - 0.037401159237608145 + - - -0.015240722496695653 + - 0.027418986403744555 + - -0.9995078386697972 + - 0.5803298029281327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978875603085322 + - -0.0401478301224971 + - -0.0510741492140659 + - 0.048486777114928575 + - - -0.03767030709114696 + - -0.9981086913573725 + - 0.048579709761714815 + - 0.035104885591396885 + - - -0.052927922169156025 + - -0.04655310916930126 + - -0.9975126280311077 + - 0.5763882922754717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994843845003772 + - -0.031582593414635235 + - 0.005788344591321954 + - -0.04286934771377429 + - - -0.03174936297267564 + - -0.9990015386108787 + - 0.03143093705134963 + - -0.023633646654191716 + - - 0.004789894647206822 + - -0.03159850702647909 + - -0.9994891651553637 + - 0.5795570321685486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985525023989849 + - -0.023332087815769724 + - -0.04846146542236124 + - 0.025722828716468915 + - - -0.020137247055427757 + - -0.9976560268324876 + - 0.06539834406041599 + - -0.030487072212484905 + - - -0.04987375295437642 + - -0.06432779961240002 + - -0.9966817661436742 + - 0.5777230009275747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967931257868006 + - -0.02106017428969175 + - -0.07720060519884182 + - 0.06461248782064144 + - - -0.02365353767120776 + - -0.9991809029285111 + - -0.032833418624949026 + - -0.032839535793950055 + - - -0.07644589289043847 + - 0.034554193404740335 + - -0.9964748030825118 + - 0.5766088668023656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997282433789401 + - -0.019057734933556208 + - -0.013425428472168472 + - -0.0348562444060926 + - - -0.01942860502947043 + - -0.9994174664963106 + - -0.028058099876933012 + - 0.03738285919968822 + - - -0.012882883880088217 + - 0.028311312249654257 + - -0.9995161333873676 + - 0.5802998845389957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981530598960627 + - -0.03923417807572616 + - -0.04638047316327418 + - 0.048487473743556025 + - - -0.03753339628950527 + - -0.9986105459362267 + - 0.03698948104430458 + - 0.03510364341874761 + - - -0.04776728151257867 + - -0.03518034700900809 + - -0.9982387640245317 + - 0.5764395498043382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99904180178338 + - -0.023194378239115795 + - -0.03711467509649853 + - 0.025735630929595663 + - - -0.021038162773774873 + - -0.9981256650458773 + - 0.057467838691122625 + - -0.030493051911968435 + - - -0.03837804055084065 + - -0.05663194853459988 + - -0.9976572299184986 + - 0.5776514745639074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962776502206774 + - -0.02240291698159562 + - -0.08324033266080509 + - 0.06460682888434977 + - - -0.025139813251769894 + - -0.999172356399851 + - -0.03197799237030436 + - -0.03285663884104061 + - - -0.08245503902389408 + - 0.03395160551556942 + - -0.9960162925487129 + - 0.5766750753291748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997170753753855 + - -0.01980840779947929 + - -0.01316799845593146 + - -0.03485550127143871 + - - -0.02035539087335892 + - -0.9988766503013068 + - -0.04279130221474353 + - 0.037378700953334586 + - - -0.012305578624293195 + - 0.04304723525721793 + - -0.9989972513833213 + - 0.5803484221918678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982947463116385 + - -0.038742787155059445 + - -0.043664584391004006 + - 0.04845767282793485 + - - -0.03743057242687383 + - -0.998834292610815 + - 0.030479635044550094 + - 0.03508171020544077 + - - -0.04479455027542862 + - -0.02879326914593364 + - -0.9985811914499049 + - 0.5762011811471155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994301410781071 + - -0.032387373079201545 + - 0.0095105819813241 + - -0.04287797415274955 + - - -0.03265075745927508 + - -0.9990464544234057 + - 0.02898465009894447 + - -0.02363192462473207 + - - 0.008562776531620337 + - -0.02927866064305641 + - -0.9995346111511191 + - 0.5795083563216612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986519257262573 + - -0.02325326633882066 + - -0.046407077561658995 + - 0.02573730387094102 + - - -0.01990204971111357 + - -0.997248274048852 + - 0.07141280224079304 + - -0.03047515563172515 + - - -0.04793995891252232 + - -0.0703929365146967 + - -0.9963666969686934 + - 0.5776633047621271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996621330217998 + - -0.023617385153871188 + - -0.07866475241810593 + - 0.06458593061645695 + - - -0.024990611087807844 + - -0.9995512106006349 + - -0.01651807326122366 + - -0.03283780392644275 + - - -0.07823933481290683 + - 0.018428144380238643 + - -0.9967642700171063 + - 0.5764888642795651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995454260910243 + - -0.0199390899423953 + - -0.0226135771779175 + - -0.03487835938346158 + - - -0.020559137796752724 + - -0.9994096313551292 + - -0.027526543692569252 + - 0.03739361808467572 + - - -0.022051372600513878 + - 0.027978946493280643 + - -0.9993652563100037 + - 0.5802071030357702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981578742019732 + - -0.03949023990688259 + - -0.046058431591781634 + - 0.04851294065444085 + - - -0.03751716425474361 + - -0.9983728176062969 + - 0.042943910524621313 + - 0.035102636168162504 + - - -0.0476793514519709 + - -0.041136820695831 + - -0.9980152510999813 + - 0.576468312965476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994044024744794 + - -0.03379213377655394 + - 0.006995141846754174 + - -0.04287435097576475 + - - -0.033900597777998594 + - -0.9992968741123273 + - 0.016015831530907593 + - -0.02363255076225647 + - - 0.006449014259798595 + - -0.016243432031425493 + - -0.9998472689020648 + - 0.5795375433668065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986870343812022 + - -0.022818893512195165 + - -0.045863988681303494 + - 0.025729925249680836 + - - -0.019842037470726288 + - -0.9977304310188732 + - 0.06434501198930727 + - -0.030496269294644975 + - - -0.04722817917186657 + - -0.06335049421885279 + - -0.9968732186062265 + - 0.5776592050515246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955256933140034 + - -0.021455926418177455 + - -0.09202302523396383 + - 0.06458703366504111 + - - -0.024827363368369198 + - -0.9990558989723477 + - -0.03564986334797003 + - -0.03283811589058304 + - - -0.09117124535646065 + - 0.03777504401177757 + - -0.9951185105654804 + - 0.5764710021921797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996985733865195 + - -0.02020911376571042 + - -0.013941093564081618 + - -0.034881911938792184 + - - -0.020533934348877327 + - -0.9995114340093012 + - -0.02356376083789766 + - 0.037412349293667393 + - - -0.013458079696371998 + - 0.023842923593263832 + - -0.9996251272779267 + - 0.5804102733368438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978646856742781 + - -0.04101030391306309 + - -0.05083526391327469 + - 0.048472620958970036 + - - -0.03862572141250852 + - -0.9981461650920734 + - 0.04703495250715049 + - 0.03512895193743705 + - - -0.052669941423333345 + - -0.044970969357406826 + - -0.9975988618605763 + - 0.5764524248784666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994434131349412 + - -0.032372344776439896 + - 0.008055757869662849 + - -0.042862721459675034 + - - -0.03260204924686706 + - -0.9990109461091425 + - 0.030236334748462358 + - -0.023637189461460838 + - - 0.007068969237744978 + - -0.03048213981648143 + - -0.9995103145171262 + - 0.5795257689344633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988949123437417 + - -0.022269774328727534 + - -0.041388540021799376 + - 0.025748032284854432 + - - -0.019922052185629886 + - -0.9982153639602042 + - 0.056295639178452365 + - -0.03050493730237676 + - - -0.04256836772183754 + - -0.05540888290829377 + - -0.9975559080895435 + - 0.5777476404721686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967057949786022 + - -0.02249609162310601 + - -0.07791972868123548 + - 0.06459753412183906 + - - -0.02490203292001195 + - -0.9992383243545883 + - -0.03004429891820033 + - -0.03285969664398595 + - - -0.07718449982038603 + - 0.03188568648657814 + - -0.9965068268630964 + - 0.576584623278211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997190765171525 + - -0.019917270166615524 + - -0.012847972478251358 + - -0.034859658547173225 + - - -0.020338636507615384 + - -0.9992302428605224 + - -0.03354491940537623 + - 0.03741153138956144 + - - -0.012169959437194185 + - 0.03379680609188004 + - -0.9993546257386742 + - 0.5804093821349715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984591538797066 + - -0.039518045241980417 + - -0.03895692665076602 + - 0.04849928705506664 + - - -0.03790663834691519 + - -0.998428734808227 + - 0.04126921708101874 + - 0.0351045282349149 + - - -0.04052659377565001 + - -0.03972890143833401 + - -0.9983883060149731 + - 0.5763908536790808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984026172565298 + - -0.02195541514097166 + - -0.05205932770694277 + - 0.025714776903087433 + - - -0.019255579050750173 + - -0.9984714631203064 + - 0.05180694943551963 + - -0.030506304018981162 + - - -0.05311719618665482 + - -0.05072176140850956 + - -0.9972992862671096 + - 0.5776996033926534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9951621895102027 + - -0.01954790934425474 + - -0.09628133676641573 + - 0.06458038270156867 + - - -0.023154875302496217 + - -0.9990657660378992 + - -0.03648899670902825 + - -0.032837703909627265 + - - -0.09547810387196118 + - 0.03854185220477113 + - -0.9946851045982545 + - 0.5763817267961732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996715973331687 + - -0.02064826740722492 + - -0.015177171621580936 + - -0.03483226079980031 + - - -0.021092949514243266 + - -0.9993348532218912 + - -0.029747917856050722 + - 0.03740364007215025 + - - -0.014552833612076144 + - 0.03005827987527713 + - -0.9994422018530128 + - 0.5801732007361193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979519390585323 + - -0.040141000030472995 + - -0.04980589770166725 + - 0.04846859593947597 + - - -0.03852008837544593 + - -0.9987098365821203 + - 0.033088745906473 + - 0.03506222855262369 + - - -0.05106985530489793 + - -0.03110245055729316 + - -0.9982106528426096 + - 0.5761571051284807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993739913874424 + - -0.03317054886514969 + - 0.012302033422032557 + - -0.042852043216516346 + - - -0.03354609766473402 + - -0.9989345326300317 + - 0.031693198808093376 + - -0.023636804236029825 + - - 0.011237645207080349 + - -0.032086043807330336 + - -0.9994219334810474 + - 0.5795769630510681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989282495261252 + - -0.024365224158488394 + - -0.03935337533653119 + - 0.025761908053725885 + - - -0.0221505592803833 + - -0.9981982374021606 + - 0.05576407060810791 + - -0.030533294532766313 + - - -0.04064117397710741 + - -0.054832606165733475 + - -0.9976681213103062 + - 0.5776494089251514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.995993164772662 + - -0.022564594650448952 + - -0.08653585843104639 + - 0.0645936792952695 + - - -0.02498342366692141 + - -0.9993239619658003 + - -0.026971236212952034 + - -0.03286614527604917 + - - -0.08586876188705811 + - 0.029025128927132687 + - -0.9958835763394972 + - 0.5765570102086082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996777971636215 + - -0.020618004435381608 + - -0.014805396016043065 + - -0.03489359832750487 + - - -0.021073443058395064 + - -0.9992880272178748 + - -0.03129454675615956 + - 0.03741099553895182 + - - -0.014149623873229294 + - 0.031596464234332614 + - -0.9994005461235929 + - 0.5805405495680276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980122896464995 + - -0.04034324122179817 + - -0.048413764595117655 + - 0.04848575241028875 + - - -0.038277083077424175 + - -0.9983470946062004 + - 0.042871244470405294 + - 0.0350949075906946 + - - -0.05006330617963251 + - -0.04093289116440584 + - -0.9979068913457239 + - 0.5764500435656971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994681635127155 + - -0.0319586335682137 + - 0.006483507150645966 + - -0.04286336089767315 + - - -0.032178526179937245 + - -0.9987876851262953 + - 0.03725187905252469 + - -0.023634918724427113 + - - 0.005285127946126414 + - -0.03744069684860952 + - -0.9992848751192446 + - 0.5794121500350339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990448464525931 + - -0.022956694978058197 + - -0.03718043749338062 + - 0.025725836448573246 + - - -0.02096838104453263 + - -0.9983737074330709 + - 0.05301195433782811 + - -0.030496332671457377 + - - -0.038336950490174236 + - -0.05218170620082373 + - -0.9979014719726014 + - 0.5777087483161494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965573403024909 + - -0.02263766693676686 + - -0.0797558996243249 + - 0.06460956787534733 + - - -0.025041206306012892 + - -0.9992579467844582 + - -0.029265914898541426 + - -0.03286013436770418 + - - -0.0790342044684773 + - 0.031162346249423864 + - -0.996384716211698 + - 0.5766011764938157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996877577003228 + - -0.02010267781891179 + - -0.01484147730549793 + - -0.034849827124991954 + - - -0.020581722623402268 + - -0.9992479215135663 + - -0.032863110696793645 + - 0.03740654137896535 + - - -0.014169678823244705 + - 0.033158312612758416 + - -0.9993496617834617 + - 0.5803759443877504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977380452196171 + - -0.04117400819919594 + - -0.053136561519822184 + - 0.048433277397317266 + - - -0.03882364765237887 + - -0.9982533023054609 + - 0.04453166086287119 + - 0.03509107285669597 + - - -0.05487729497981145 + - -0.042367977117799493 + - -0.9975938236630398 + - 0.5761864883644293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989323270638694 + - -0.023122906802143493 + - -0.03999421367875625 + - 0.02574350792727441 + - - -0.02092658225126415 + - -0.9982950608731288 + - 0.0544889859659451 + - -0.03049411942713426 + - - -0.041185969723240755 + - -0.05359386734818893 + - -0.9977130916654451 + - 0.5777234743536795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.994625148975682 + - -0.021333150851308037 + - -0.10131983862925291 + - 0.06458864755526923 + - - -0.02400148758246393 + - -0.999394512308689 + - -0.025190025031865695 + - -0.03285682660203783 + - - -0.10072110811012429 + - 0.027486459248737834 + - -0.9945349430457613 + - 0.5765419978903275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997241699272621 + - -0.02058937127445035 + - -0.011298754522938461 + - -0.03485516878679112 + - - -0.02117205366250705 + - -0.9983091536019023 + - -0.05413481299834338 + - 0.037368451251481 + - - -0.010165048300854525 + - 0.054359098826015535 + - -0.9984697091889493 + - 0.5802996569606031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977850438092454 + - -0.03986664919371289 + - -0.053250883867291286 + - 0.0484687443714658 + - - -0.037866727455839945 + - -0.9985580342713529 + - 0.03805211089963062 + - 0.035083803267351416 + - - -0.05469110807405029 + - -0.0359513904348369 + - -0.9978558915111116 + - 0.5762149968942497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989541622795766 + - -0.022349234047889407 + - -0.03988851215302426 + - 0.025740249055777563 + - - -0.02080474053925595 + - -0.9990333352905528 + - 0.03872412360957489 + - -0.03048618114083873 + - - -0.04071540783786333 + - -0.03785375431457304 + - -0.998453478560163 + - 0.5777265599503826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967343018530161 + - -0.021763852307988538 + - -0.07776288473491985 + - 0.06457966367647108 + - - -0.023583422273651476 + - -0.9994673459447071 + - -0.02255762806915625 + - -0.03283399744261713 + - - -0.07723052313329884 + - 0.024317876612891354 + - -0.9967166534043653 + - 0.5764898880134061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996854849663206 + - -0.019919883476168944 + - -0.015235793052817147 + - -0.034876277186123156 + - - -0.0204211467373257 + - -0.999230576811884 + - -0.03348478953379481 + - 0.03740378744066268 + - - -0.014557057174615737 + - 0.03378539042967795 + - -0.9993230906368217 + - 0.580352141237712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998089575564608 + - -0.03917351600787473 + - -0.047776927411058816 + - 0.048479197880713955 + - - -0.037742965986285786 + - -0.9988223460131649 + - 0.03048589220141303 + - 0.03508507913860863 + - - -0.04891490230818083 + - -0.028624408261811885 + - -0.9983926960789742 + - 0.5763299887585558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993970188704588 + - -0.031242426593761485 + - 0.015149569412134587 + - -0.04289258129003495 + - - -0.031503181601407686 + - -0.9993540908168637 + - 0.017290191340394896 + - -0.023657840369397082 + - - 0.014599596632386356 + - -0.017757025317664092 + - -0.9997357349970233 + - 0.5795732278135727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991374815632111 + - -0.02331573246694647 + - -0.034360872443142586 + - 0.025732861460258754 + - - -0.021230842630459188 + - -0.9979821767158986 + - 0.05984000567009163 + - -0.0304919910606285 + - - -0.035686751837689205 + - -0.05905888228645798 + - -0.997616411335714 + - 0.5777479530651766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9949711431705038 + - -0.019309860799998253 + - -0.09828302769993054 + - 0.06459960265909273 + - - -0.023631412554686336 + - -0.9987956410530604 + - -0.04299795057995992 + - -0.0328330619250127 + - - -0.09733437521580356 + - 0.045104286817232275 + - -0.9942291600592181 + - 0.5765614193154142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999727550542412 + - -0.020288665384082007 + - -0.011541002703484184 + - -0.03485706864100359 + - - -0.020629716487334013 + - -0.9993296736053272 + - -0.030242656125460232 + - 0.03741812060459968 + - - -0.010919683334295724 + - 0.030472504143955262 + - -0.9994759561925818 + - 0.5804000205005004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978377459918666 + - -0.039146840983461245 + - -0.052795430814481216 + - 0.04845771483427504 + - - -0.037410267112393605 + - -0.9987386705213843 + - 0.033489400110447695 + - 0.035065432760633175 + - - -0.05403984260201388 + - -0.031441896351745255 + - -0.9980436376057693 + - 0.5761865185599461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988832722169981 + - -0.02341136740540475 + - -0.041037986808217436 + - 0.025713839747060867 + - - -0.02056948330402149 + - -0.9974490228006806 + - 0.06835454096527627 + - -0.030469637706358504 + - - -0.042533573111929554 + - -0.06743407736580373 + - -0.9968167034957609 + - 0.5775490381768753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960547413973658 + - -0.022239369513274355 + - -0.085909036681125 + - 0.06461096654900934 + - - -0.025181947414805936 + - -0.9991273862518744 + - -0.0333216981244315 + - -0.032856533100310545 + - - -0.08509301771722981 + - 0.03535359225241242 + - -0.9957456009697584 + - 0.5765417186736856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996411475739736 + - -0.01927205078254242 + - -0.018605486707536447 + - -0.03485502761340019 + - - -0.01963748154580381 + - -0.9996138072022075 + - -0.01966229308209161 + - 0.037389575831684355 + - - -0.018219368691791273 + - 0.0200206021223878 + - -0.9996335479039955 + - 0.5802731430875088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977262777023462 + - -0.04047662462138159 + - -0.053888010182973956 + - 0.04845833919208502 + - - -0.038620721517330175 + - -0.9986391351130887 + - 0.035047363525135974 + - 0.0351016482779372 + - - -0.055233274859466455 + - -0.03288648171881521 + - -0.9979317434917363 + - 0.5763502348995956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994435034447094 + - -0.0315461890614927 + - 0.010840727736708411 + - -0.04289438881633918 + - - -0.031848796144962443 + - -0.9990725384835658 + - 0.02897787142147924 + - -0.02364918829591407 + - - 0.009916531968460866 + - -0.029307009463603 + - -0.9995212662019843 + - 0.5794796060960294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985853549744905 + - -0.02441991777992019 + - -0.047233001662955375 + - 0.02572572546603933 + - - -0.02099369790474482 + - -0.9972037180274077 + - 0.07172174984339601 + - -0.030477944597198017 + - - -0.04885236410610156 + - -0.07062869365871281 + - -0.996305693125011 + - 0.5776496024254252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.994943478589811 + - -0.02202023660946498 + - -0.09799277315837931 + - 0.06457171549964516 + - - -0.025701696941261464 + - -0.9990043237886573 + - -0.03646620114444045 + - -0.03285972656568273 + - - -0.0970922097078131 + - 0.03880038957575577 + - -0.9945187944844599 + - 0.5764295623331227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996196489254778 + - -0.019664377539017674 + - -0.019335711471454006 + - -0.03485951563691278 + - - -0.02030995879521213 + - -0.9992229481758902 + - -0.03377877162390035 + - 0.03738711381065889 + - - -0.018656448103568014 + - 0.0341586313350785 + - -0.9992422753514153 + - 0.5803010339947066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984295185622714 + - -0.03820495723690762 + - -0.04097411019213436 + - 0.04849112034010444 + - - -0.03679475770623095 + - -0.9987224336387636 + - 0.034635911306113536 + - 0.03509584749580579 + - - -0.04224502655758269 + - -0.03307388379358047 + - -0.9985597007399997 + - 0.576321915930101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989582382498167 + - -0.0227480927575666 + - -0.039559607034392125 + - 0.025733095889673627 + - - -0.020493577273687228 + - -0.9981927683781813 + - 0.05649079967597105 + - -0.030496961161265095 + - - -0.04077317161259093 + - -0.05562123185795534 + - -0.9976190791295315 + - 0.5776601677553491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9956091497729516 + - -0.019443972896229393 + - -0.09156611167015474 + - 0.06460311997658971 + - - -0.023800524573965587 + - -0.9986240165920479 + - -0.04672909709773394 + - -0.0328576591706049 + - - -0.0905315189223323 + - 0.04870323812208058 + - -0.9947019848567908 + - 0.5766229581304262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997883968496405 + - -0.01924752213772957 + - -0.007259091980631973 + - -0.03486046703894325 + - - -0.019467547096640895 + - -0.9993120354291264 + - -0.03156692028908962 + - 0.037415003035287234 + - - -0.006646512985448384 + - 0.0317015573443211 + - -0.9994752798979474 + - 0.5805741526054522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979217145799624 + - -0.040973771115945724 + - -0.04973330524232297 + - 0.04846360830855308 + - - -0.03868931892316286 + - -0.9981892143677088 + - 0.04605897221214928 + - 0.03510398337448539 + - - -0.05153045867300009 + - -0.04403910081411561 + - -0.9976999395752392 + - 0.5761901572816797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981573229157341 + - -0.024951194066036318 + - -0.0553118127019361 + - 0.02575108680048811 + - - -0.02152051973319378 + - -0.9978580658613035 + - 0.061774975726035054 + - -0.030516193789997488 + - - -0.05673469784980161 + - -0.060470805437152865 + - -0.9965562983342559 + - 0.5776611317445832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969056755593526 + - -0.022949152203266637 + - -0.07518251426164187 + - 0.06460743918142213 + - - -0.024973969065616695 + - -0.9993472435516942 + - -0.02610340350875261 + - -0.032862823863047896 + - - -0.07453438741051209 + - 0.02790023689473693 + - -0.9968280703684852 + - 0.5766454371802947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997867235543331 + - -0.019226074942917844 + - -0.007540918165645946 + - -0.03483994863913738 + - - -0.019391033390971486 + - -0.9995599253214202 + - -0.022448686274871742 + - 0.037400614083059176 + - - -0.007105999473817266 + - 0.02259012469480177 + - -0.9997195561945119 + - 0.580251998109719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980057478656673 + - -0.039648499769342344 + - -0.04911744795009791 + - 0.0484544881527302 + - - -0.03794004302665516 + - -0.9986584273774798 + - 0.035240581196600465 + - 0.03509443484160907 + - - -0.05044878950208491 + - -0.03330678450374781 + - -0.998171116464404 + - 0.5762687096142789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985735059001885 + - -0.02300907177547151 + - -0.04818231968510239 + - 0.025715614044047284 + - - -0.0200189280864379 + - -0.9978972062207823 + - 0.061647451975144825 + - -0.030490922302271906 + - - -0.04949945285027131 + - -0.06059495385582004 + - -0.9969343286970987 + - 0.5777394121833344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959227002010401 + - -0.02445218494588987 + - -0.08683355270655028 + - 0.06460849527532837 + - - -0.025771797868224932 + - -0.9995682893608857 + - -0.014108484638409004 + - -0.032845428692957174 + - - -0.08645108246233014 + - 0.01628881688536226 + - -0.9961229265434898 + - 0.5765981431338205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996482122508951 + - -0.02075298888728249 + - -0.016515604616051272 + - -0.034860915079108025 + - - -0.02132607696567857 + - -0.9991486509051931 + - -0.0353153201257896 + - 0.03740785331398112 + - - -0.01576864562488987 + - 0.03565510968399026 + - -0.999239742488548 + - 0.580297951704779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977975955942641 + - -0.039391144220627394 + - -0.0533694292951985 + - 0.04848415664132358 + - - -0.03788241021013872 + - -0.998861526857585 + - 0.028992639762599685 + - 0.035073148021074356 + - - -0.05445072288754518 + - -0.026907023631810918 + - -0.9981538613141263 + - 0.5762796821445606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986387942005877 + - -0.02175644629533021 + - -0.047404807374303116 + - 0.025739238612576116 + - - -0.019581511590060496 + - -0.998755427803438 + - 0.04587112203795051 + - -0.03049220040366505 + - - -0.04834380127218687 + - -0.044880424215582394 + - -0.9978219402282079 + - 0.5777274036753185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9953701276325873 + - -0.02162376304525579 + - -0.0936521323219577 + - 0.06458855774302749 + - - -0.02484123714666362 + - -0.9991357362633001 + - -0.033327067957099527 + - -0.032858328280864 + - - -0.09285053555962973 + - 0.035499202714378536 + - -0.9950470263524905 + - 0.5765214876434938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996766757739519 + - -0.020427444428627733 + - -0.015141447343511633 + - -0.034868232023581774 + - - -0.020893484995427467 + - -0.9992920067335775 + - -0.03128813773822249 + - 0.037420596637657455 + - - -0.014491590605825744 + - 0.03159437912818451 + - -0.9993957119225689 + - 0.5803717039454874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978226870216365 + - -0.04013336598936044 + - -0.05233734994519187 + - 0.04848877646867314 + - - -0.03828972006453537 + - -0.9986264086609143 + - 0.03576581136202728 + - 0.0350894467365131 + - - -0.05370086221189512 + - -0.03368395551844601 + - -0.9979887817697805 + - 0.5763234491471723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988538947529481 + - -0.023856827955296072 + - -0.041493959762570684 + - 0.025704201945651938 + - - -0.02100330040969652 + - -0.9974713018714014 + - 0.06789597421697396 + - -0.030473966508755133 + - - -0.04300881663992248 + - -0.06694664818258905 + - -0.9968291669029105 + - 0.5775484225877614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969465089457523 + - -0.022605757227510515 + - -0.07474381607228817 + - 0.06459899873033256 + - - -0.024155905213692 + - -0.9995101049740976 + - -0.019900811490386687 + - -0.03286812332324155 + - - -0.07425732653539524 + - 0.021645549076880342 + - -0.9970041723388005 + - 0.5765921728243723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996506089494379 + - -0.020314891270689882 + - -0.016910506192248626 + - -0.03486551268361168 + - - -0.020811427634315573 + - -0.9993414761279441 + - -0.029723703844607385 + - 0.03740828382815835 + - - -0.016295536408467107 + - 0.030065250424374145 + - -0.9994150970493084 + - 0.5803732606880116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979619966238934 + - -0.04066544823121924 + - -0.04917493888767049 + - 0.04846825659187215 + - - -0.03871859932197375 + - -0.9984526220230086 + - 0.03991530586032809 + - 0.035116710153737324 + - - -0.050722020474312256 + - -0.03792997357675216 + - -0.9979922814047563 + - 0.576442658768299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991059773684191 + - -0.022162556836659863 + - -0.036000931392922216 + - 0.025726060238640075 + - - -0.019991733719243416 + - -0.998023399469427 + - 0.05957872686109081 + - -0.030484222372078297 + - - -0.03725018885314458 + - -0.058805741096864164 + - -0.9975742118982701 + - 0.5776497631551369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961891395783209 + - -0.02377858620794104 + - -0.08391529672328095 + - 0.06457175642776028 + - - -0.025427645126775814 + - -0.9995029142676055 + - -0.018637575858219298 + - -0.032838274954738074 + - - -0.08343040842229842 + - 0.02070031904381285 + - -0.996298581621982 + - 0.5764242755609927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997161979024223 + - -0.019552533178648124 + - -0.013609632538128719 + - -0.034875189748925 + - - -0.02000034746560116 + - -0.9992357192949759 + - -0.033585166164643625 + - 0.03742091815584089 + - - -0.01294255588283276 + - 0.03384783200368032 + - -0.999343191559271 + - 0.5803566240126371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9985816072859296 + - -0.04037514710779462 + - -0.03470765169632565 + - 0.04849340332440945 + - - -0.03878931268544633 + - -0.9982241214471603 + - 0.04521053618832851 + - 0.035128007343462 + - - -0.03647139717148474 + - -0.04380012393897343 + - -0.9983743718321755 + - 0.5764974460988233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992720394160773 + - -0.032488733783131045 + - 0.019996835209664554 + - -0.04288199773233928 + - - -0.032975786890556365 + - -0.9991551120296196 + - 0.024528750152141093 + - -0.023630630945200067 + - - 0.019183032090424393 + - -0.02517030556521692 + - -0.9994991080524137 + - 0.5794737967407627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988133417804884 + - -0.02271674498110446 + - -0.04307966781158812 + - 0.025705253871936357 + - - -0.019753138822469277 + - -0.9974888327599275 + - 0.06801354295945253 + - -0.0304854040109599 + - - -0.044516533871737735 + - -0.06708187547095343 + - -0.9967538814548682 + - 0.5776839623225055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967532540619832 + - -0.0212386329485614 + - -0.07766512078999063 + - 0.0646219948656563 + - - -0.023751979082370717 + - -0.9992189057264046 + - -0.03158198740733824 + - -0.032860258046954166 + - - -0.07693369877055292 + - 0.033324149042442616 + - -0.9964791553685802 + - 0.5766919797330854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995649291099972 + - -0.019701561006782966 + - -0.02194996554034177 + - -0.034845204818447495 + - - -0.02028784973340853 + - -0.9994345012998664 + - -0.026815681320499513 + - 0.037411148093542276 + - - -0.021409242081886454 + - 0.027249332200697324 + - -0.9993993787511056 + - 0.5803837742843351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982492283067029 + - -0.040127901016237574 + - -0.04345376560325971 + - 0.048467574304471475 + - - -0.03855969492462702 + - -0.9985950981703304 + - 0.03634528631759745 + - 0.03510667752329322 + - - -0.04485117738021702 + - -0.03460609007413988 + - -0.9983941057605404 + - 0.5763695122404398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999406556418868 + - -0.032288405375450864 + - 0.011999744384378947 + - -0.042864738279503656 + - - -0.03273517444657247 + - -0.9986983643628251 + - 0.03911502745711107 + - -0.023637945185620117 + - - 0.010721163226644155 + - -0.039484628620877774 + - -0.999162659811574 + - 0.5795644236423636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985190756828349 + - -0.02353497690001119 + - -0.04904855104702825 + - 0.02571991821397606 + - - -0.020708991333961514 + - -0.9981394078110025 + - 0.057348585445769894 + - -0.03048985744836221 + - - -0.05030698932978303 + - -0.05624791051245196 + - -0.9971486245227217 + - 0.5776305126934856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964061655048616 + - -0.02249469271299911 + - -0.0816623667526612 + - 0.06459121532894171 + - - -0.025549551639073412 + - -0.9990048666865663 + - -0.03655812833829433 + - -0.03286053510035 + - - -0.08075873794791943 + - 0.03851318133191055 + - -0.9959893378489327 + - 0.576575823935043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995639696077847 + - -0.01984063907843836 + - -0.021868235019924947 + - -0.03484465231661775 + - - -0.020350988626646797 + - -0.9995197857857363 + - -0.023367393623470102 + - 0.03739173022103813 + - - -0.021394109559540447 + - 0.023802244931838745 + - -0.999487741401744 + - 0.5801733297373091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981027233339922 + - -0.03970973546582366 + - -0.047054123969132125 + - 0.04847997973705391 + - - -0.037521195284309035 + - -0.9982126306078121 + - 0.046515631775454716 + - 0.03510674657691565 + - - -0.048817144301002424 + - -0.044661851778304645 + - -0.997808701815147 + - 0.576488515721735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987069481856449 + - -0.022202335851383693 + - -0.04573278833023385 + - 0.02572581018917665 + - - -0.019736685290809377 + - -0.9983632439137561 + - 0.05367770911406421 + - -0.0304953847884666 + - - -0.04684970543607675 + - -0.052705687404158826 + - -0.9975105090252476 + - 0.5776193489323798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974292983654008 + - -0.021732208512636967 + - -0.06828254444195377 + - 0.06462398782326256 + - - -0.02458903179236274 + - -0.9988449977813605 + - -0.04128013956697427 + - -0.03285288443613882 + - - -0.0673065693511287 + - 0.04285302230085959 + - -0.9968116392788883 + - 0.5766783553394551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996991115148015 + - -0.019560884769213537 + - -0.014800615648072103 + - -0.0348733945725235 + - - -0.01990149549467893 + - -0.9995321073014676 + - -0.023227073654732953 + - 0.03740906292652112 + - - -0.014339348436790321 + - 0.023514639281363967 + - -0.9996206504599008 + - 0.5804450091293893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978814130500597 + - -0.04059067951980817 + - -0.050843703890808535 + - 0.04847647178829958 + - - -0.03871862508738437 + - -0.9985545216765619 + - 0.03727915383475251 + - 0.03508847757039966 + - - -0.05228339660502714 + - -0.03523157639693118 + - -0.9980106124005037 + - 0.5763725215215612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994186196409254 + - -0.032618837327860424 + - 0.009921399417728143 + - -0.04287228926707731 + - - -0.03280016860329885 + - -0.9992869958268309 + - 0.01869890133093014 + - -0.02363813092941468 + - - 0.009304388997816297 + - -0.01901345373064222 + - -0.9997759333583758 + - 0.5795161980929375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989941519177113 + - -0.02180162656951352 + - -0.03918384250090919 + - 0.02572380854775627 + - - -0.019918241074523325 + - -0.9986569054779536 + - 0.04782937187226743 + - -0.030510494557921864 + - - -0.040173973001307046 + - -0.047000789569133374 + - -0.9980866583985426 + - 0.5776915717322226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969019549173298 + - -0.023336129626941645 + - -0.07511269756865926 + - 0.0646123297840057 + - - -0.025500956084285892 + - -0.9992828155379748 + - -0.027992066899132077 + - -0.032852908135977146 + - - -0.07440560140737804 + - 0.029820791815992072 + - -0.9967820859418943 + - 0.5766234133767177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994718550789022 + - -0.02028233894013194 + - -0.02538971508811324 + - -0.03486152863813345 + - - -0.021185067641452296 + - -0.9991341919156791 + - -0.03580585781725943 + - 0.03739570411803564 + - - -0.02464150592323952 + - 0.03632482996684657 + - -0.9990361869890972 + - 0.5803009978282476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981709753483141 + - -0.038585615267355 + - -0.046538739418199464 + - 0.048478621714128735 + - - -0.037510568700968694 + - -0.9990138047376975 + - 0.02375658180885459 + - 0.03508647246326161 + - - -0.04740950545961558 + - -0.021967435852883552 + - -0.998633952233813 + - 0.5764749136212446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989389649708573 + - -0.021485895703082795 + - -0.04073451299314058 + - 0.025707926343926248 + - - -0.019731717985501728 + - -0.9988807504188133 + - 0.04298727425749792 + - -0.03048257947293843 + - - -0.04161254099778957 + - -0.042137901331045946 + - -0.9982448565873618 + - 0.5775714270173568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9972661280292188 + - -0.021762402892348653 + - -0.07061634163535342 + - 0.06462274248855457 + - - -0.024537046923070537 + - -0.9989509183811088 + - -0.038665178052547114 + - -0.03285591366388503 + - - -0.06970081214666647 + - 0.04029218889426624 + - -0.9967538995660888 + - 0.5765747797992846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996149875112037 + - -0.020167278861834566 + - -0.019056694526731203 + - -0.03483411599445027 + - - -0.020648584553776154 + - -0.9994639251826325 + - -0.025406656892460022 + - 0.03741343398552167 + - - -0.01853409557819596 + - 0.025790368780508555 + - -0.9994955448521339 + - 0.5803663399743126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979985297148538 + - -0.03890299614115942 + - -0.049854704674994456 + - 0.04850271214890825 + - - -0.036935303707200405 + - -0.9985247759701484 + - 0.03980018987167706 + - 0.03509733534030224 + - - -0.051329504449652015 + - -0.037879132315902016 + - -0.9979631522796557 + - 0.5764238835084083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998376301734168 + - -0.02268311246844435 + - -0.05225166546962326 + - 0.02572618470565556 + - - -0.01987994017472619 + - -0.9983669197232462 + - 0.05355634024993827 + - -0.030491491361033563 + - - -0.053381158794604894 + - -0.052430620929584226 + - -0.9971968120058768 + - 0.5776510467989018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9956550400246291 + - -0.024877652928241428 + - -0.08973373757030306 + - 0.06457748083363761 + - - -0.025616643670319635 + - -0.999646676363306 + - -0.007092954452428786 + - -0.032833280795145726 + - - -0.08952557646070719 + - 0.00936081302977028 + - -0.9959405335354116 + - 0.5764207038006137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997689819049983 + - -0.01935831435854377 + - -0.00934015448689564 + - -0.03482791320867136 + - - -0.019532395846667504 + - -0.9996301652254286 + - -0.018921371088588768 + - 0.03739906199932343 + - - -0.00897041432333895 + - 0.019099435504192137 + - -0.9997773468279272 + - 0.5802087179201341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984672212397182 + - -0.0386815804564424 + - -0.039584636454404486 + - 0.0484937340583838 + - - -0.037662943248188634 + - -0.9989479348942997 + - 0.026163449243133796 + - 0.03509308365023682 + - - -0.04055503440658529 + - -0.024632472547555795 + - -0.9988736308865476 + - 0.5764104938874706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999469111159668 + - -0.03255551516082477 + - 0.0012783858246643342 + - -0.042872514638746556 + - - -0.03257933901884164 + - -0.9990065441231807 + - 0.030405780176718977 + - -0.02363185454913113 + - - 0.0002872399672340987 + - -0.030431287052520187 + - -0.9995368198628445 + - 0.5795680870368964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984319986964156 + - -0.02462580001974577 + - -0.050270408318096434 + - 0.02572394907262046 + - - -0.020671938801401557 + - -0.9967616477019394 + - 0.0777102864279027 + - -0.030488194549755984 + - - -0.05202129299884576 + - -0.07654924979320868 + - -0.9957077871699236 + - 0.5776153216110997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965811539619762 + - -0.0214728960154433 + - -0.07978043810688101 + - 0.06461779325994368 + - - -0.024348048600992673 + - -0.9990821672390937 + - -0.03524195843251791 + - -0.03286514609576007 + - - -0.07895046609830503 + - 0.03706396958699352 + - -0.9961892822457561 + - 0.5765581446127022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997300883706466 + - -0.020088075416232833 + - -0.011671316656265031 + - -0.034859359470011085 + - - -0.02044460028537611 + - -0.9993016638288819 + - -0.031276236794083534 + - 0.03739348527054814 + - - -0.011034886750223882 + - 0.031506410377891786 + - -0.9994426333609696 + - 0.5801309192183457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986999631533211 + - -0.03873356554524633 + - -0.03313750892428828 + - 0.0484862126538832 + - - -0.0375631000752117 + - -0.99867257242387 + - 0.03524353275466927 + - 0.035107346259875646 + - - -0.034458628967136945 + - -0.03395296729951481 + - -0.9988292140807972 + - 0.5765687414858565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982444817615356 + - -0.023123111556128922 + - -0.05452775756077128 + - 0.025717628569487762 + - - -0.019168599033372126 + - -0.9972231266614439 + - 0.07196249344396306 + - -0.030490403354360405 + - - -0.05604033764835146 + - -0.07079094125336545 + - -0.9959157209285945 + - 0.5776361174206391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966291454977916 + - -0.02246083602496351 + - -0.07890410122041566 + - 0.06461117579148051 + - - -0.024220422863938572 + - -0.9994772605310773 + - -0.02141440630942548 + - -0.03285137167834939 + - - -0.07838186946375991 + - 0.023253312158762706 + - -0.9966521790539633 + - 0.5765848082664773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996521065227784 + - -0.020330746176871053 + - -0.01680257969667891 + - -0.03486598192174231 + - - -0.0207819502812821 + - -0.9994158727498489 + - -0.027129759272153303 + - 0.03742109229817231 + - - -0.016241196602403477 + - 0.02746951138171759 + - -0.9994906950429167 + - 0.5804053497639673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982551629500414 + - -0.03751328942009527 + - -0.04560024956587978 + - 0.04848944475761652 + - - -0.036724038486728366 + - -0.9991628794094138 + - 0.018024577873438873 + - 0.03507146408266285 + - - -0.04623823786447365 + - -0.016318502602093648 + - -0.9987971424829043 + - 0.5763079240761515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985519722213458 + - -0.023630324334272732 + - -0.04832769955954461 + - 0.02572525490242513 + - - -0.02095275639766726 + - -0.9982565689456068 + - 0.05517974770045185 + - -0.03048360968053742 + - - -0.04954735888219011 + - -0.05408724737683168 + - -0.9973061861329234 + - 0.5777627679850363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9964885241044564 + - -0.020809907057302703 + - -0.08110221388093256 + - 0.06461872806660358 + - - -0.02374733279879006 + - -0.9990901857551499 + - -0.0354240725027994 + - -0.03287002185947702 + - - -0.08029125427508038 + - 0.03722564298983298 + - -0.9960760844387981 + - 0.5767235010165683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996428441254118 + - -0.020056286663239855 + - -0.017661527514332878 + - -0.03483989433336116 + - - -0.0205150310720125 + - -0.9994465105641206 + - -0.026187898375361146 + - 0.03740030176076147 + - - -0.017126520048508162 + - 0.026540871999349007 + - -0.9995010077156216 + - 0.5800827092745299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998174371617354 + - -0.04020453329044399 + - -0.04507237900530744 + - 0.048502337165084425 + - - -0.03851178168350468 + - -0.9985423356842099 + - 0.03781595586369653 + - 0.03513143252293628 + - - -0.04652705146323558 + - -0.0360111003611463 + - -0.99826771666368 + - 0.5765567122336123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994698337153883 + - -0.032045869717386884 + - 0.005754452796767896 + - -0.042878452720647234 + - - -0.03219570257554629 + - -0.9990845362420128 + - 0.02816959669127241 + - -0.023647363390022106 + - - 0.00484646557822556 + - -0.028339930771585347 + - -0.9995865945956162 + - 0.579431940799422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990589389062834 + - -0.025527092571611648 + - -0.03506571168950526 + - 0.025695423754121035 + - - -0.023448727431262265 + - -0.9980146389968144 + - 0.05845457663787229 + - -0.03051773178793323 + - - -0.03648826898203729 + - -0.05757732099445828 + - -0.9976740240849192 + - 0.5777292693189698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9972422186897677 + - -0.021902036733800027 + - -0.07091021118020034 + - 0.06461315628898033 + - - -0.02520347049414931 + - -0.9986233081836791 + - -0.04600297194024652 + - -0.03286770828355162 + - - -0.06980503089147573 + - 0.04766328921922865 + - -0.99642133082499 + - 0.5766583416802992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997355618663152 + - -0.01928631540622711 + - -0.01252375254843696 + - -0.03485999109234034 + - - -0.019542903167504195 + - -0.99959471932383 + - -0.020699566075162747 + - 0.03739881040840782 + - - -0.01211945855343831 + - 0.020938842803889635 + - -0.9997072989562528 + - 0.5803342309712767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982298834292278 + - -0.03890962242454 + - -0.04497934094281511 + - 0.04851702865775336 + - - -0.03754043852807936 + - -0.998817418745748 + - 0.030894651401198705 + - 0.03509228482771246 + - - -0.046128248438345926 + - -0.029151420083107938 + - -0.9985100797704295 + - 0.5765351145190079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989658884994024 + - -0.022495785342298222 + - -0.03951067269020958 + - 0.025731994219517863 + - - -0.020148464295042884 + - -0.9980643636876828 + - 0.05883506882168552 + - -0.03048405733030173 + - - -0.0407577354762383 + - -0.05797814742240675 + - -0.9974855093786149 + - 0.5776510288474526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996082544849379 + - -0.02236207138037556 + - -0.08555408587533363 + - 0.06459946865856044 + - - -0.024549609285776403 + - -0.9993958250893846 + - -0.024602875397477856 + - -0.03285822514376455 + - - -0.08495222498734624 + - 0.02660681411757312 + - -0.9960297168820879 + - 0.5765621394397518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995827667293699 + - -0.020349937697598627 + - -0.020498109507028794 + - -0.03485330074048073 + - - -0.020932181792934986 + - -0.9993716733684965 + - -0.028602486500975237 + - 0.0374086533153952 + - - -0.0199031711806388 + - 0.029019622746596897 + - -0.9993806708520029 + - 0.5802141735308421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982447282157004 + - -0.03811081558772367 + - -0.04533242023983381 + - 0.04849322928671756 + - - -0.03692953092333204 + - -0.9989633438967449 + - 0.026616673278552896 + - 0.035107793526207055 + - - -0.04629980923659447 + - -0.024895848767878703 + - -0.9986173062684137 + - 0.5764609970114093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982789603565444 + - -0.02250437318674754 + - -0.05415413647107998 + - 0.025729281054050805 + - - -0.019398459299935288 + - -0.9981736474428323 + - 0.057210744860216996 + - -0.030502485305227468 + - - -0.055342723878080945 + - -0.05606177608802356 + - -0.9968923011918642 + - 0.5777136032740586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966665289631756 + - -0.02029658279079849 + - -0.07901821797226095 + - 0.06458974438409566 + - - -0.02382608126575985 + - -0.9987481088298309 + - -0.0439833259355633 + - -0.03285447288658759 + - - -0.07802658454663312 + - 0.04571940327533651 + - -0.9959023989669543 + - 0.5766343789172177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996683131232307 + - -0.01970665423003966 + - -0.01658045585658187 + - -0.034868382749107384 + - - -0.019939006322242183 + - -0.9997036358013117 + - -0.013966982226692074 + - 0.03742886723093604 + - - -0.016300299513689512 + - 0.014292947376129454 + - -0.9997649783279409 + - 0.5803624116531034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977775237619678 + - -0.038564693290206904 + - -0.05433946546358305 + - 0.04849277918156133 + - - -0.037477911100981 + - -0.9990793067815262 + - 0.020879294539149506 + - 0.03510983066333462 + - - -0.05509463907625342 + - -0.01879636114725038 + - -0.9983042009090616 + - 0.5765502653444112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987411190155387 + - -0.0218420293425109 + - -0.04515642746930135 + - 0.025717351370732184 + - - -0.018884956810695262 + - -0.9977127199493507 + - 0.06490521440937017 + - -0.03049893750829231 + - - -0.04647080367120365 + - -0.06397072928667477 + - -0.9968692041590427 + - 0.5776790346291812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971958863925952 + - -0.024068919546983085 + - -0.0708593767509091 + - 0.06463023336138704 + - - -0.026223288836723174 + - -0.9992168431710711 + - -0.029631730388644067 + - -0.032849284073911966 + - - -0.07009067901135081 + - 0.031406805553579595 + - -0.9970460918536554 + - 0.5767443750190241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996134239663557 + - -0.020296813017431296 + - -0.01900110543084995 + - -0.03485598553354374 + - - -0.0208342121238215 + - -0.9993759273717778 + - -0.02852527642247558 + - 0.03739392245082573 + - - -0.018410275159227066 + - 0.028910122295390996 + - -0.9994124606974976 + - 0.5802582417033166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983032595466363 + - -0.03848632515818883 + - -0.04369673619824751 + - 0.04848718092060202 + - - -0.0372315864202059 + - -0.9988807003970808 + - 0.02917456678123101 + - 0.035083095668150904 + - - -0.04477064832226369 + - -0.027498166303517944 + - -0.9986187660457562 + - 0.576417622479353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980210612162664 + - -0.023847151288748702 + - -0.058183113909182925 + - 0.02571940707038489 + - - -0.01948115186056544 + - -0.9970318299926285 + - 0.07448499650087385 + - -0.030487489552276155 + - - -0.05978667151584049 + - -0.07320412117470664 + - -0.9955233350113373 + - 0.5776577985131828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9973723032426106 + - -0.020502741953399867 + - -0.06948471988086527 + - 0.0646010713782803 + - - -0.023088567750611504 + - -0.9990625890861056 + - -0.03661777065569113 + - -0.032840444847965646 + - - -0.06866881944343764 + - 0.03812585292107796 + - -0.9969107345069993 + - 0.5766451146796195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997014763926119 + - -0.020927561935382727 + - -0.012609331856714485 + - -0.03486177498730919 + - - -0.021390450085738512 + - -0.9990575817120607 + - -0.037767672271140224 + - 0.03742896315473259 + - - -0.011807063291164488 + - 0.038026117013066754 + - -0.9992069894077746 + - 0.5802958557096708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983492147762876 + - -0.039225588803190096 + - -0.04195472009932816 + - 0.04850438732739905 + - - -0.03791232705740926 + - -0.9987796384270856 + - 0.03165263528607469 + - 0.03509269542366284 + - - -0.043145113427385445 + - -0.03000978251344509 + - -0.9986180011099514 + - 0.5764819165220082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993974811023593 + - -0.03264713972382095 + - 0.011782997670909822 + - -0.042875520022329625 + - - -0.03275142531115194 + - -0.9994250611688552 + - 0.008768765461481911 + - -0.02365155936543769 + - - 0.01148994805677511 + - -0.009149392082742671 + - -0.9998921290410128 + - 0.5796117514217918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989126190550877 + - -0.024921462726139515 + - -0.03940177899657502 + - 0.02574781449108985 + - - -0.022941115169138618 + - -0.9984888258809621 + - 0.04993765939303339 + - -0.030528281735432095 + - - -0.04058675556510547 + - -0.048979437383946514 + - -0.997974814304575 + - 0.5776224911854266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969188158664004 + - -0.021869417862232888 + - -0.07532996172772845 + - 0.0646193747690258 + - - -0.024843832904414134 + - -0.9989390011985074 + - -0.038777001574983094 + - -0.03286755476664295 + - - -0.07440200627773107 + - 0.04052900747484128 + - -0.9964044063606668 + - 0.5766709589084689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997553728967874 + - -0.019409488006655966 + - -0.010605005390148145 + - -0.03485330936703977 + - - -0.019616854776275058 + - -0.9996112428803676 + - -0.019812675635906007 + - 0.03740877472720687 + - - -0.0102163287286641 + - 0.020015865769098456 + - -0.9997474639851915 + - 0.580261203932446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981651832184482 + - -0.03869881438845828 + - -0.04656896794442956 + - 0.04849230668968901 + - - -0.03717456629893284 + - -0.9987583349169226 + - 0.033163836546214326 + - 0.03510700403653476 + - - -0.047794546037889095 + - -0.03137180579605561 + - -0.9983644080044761 + - 0.5764958899926611 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984526755065088 + - -0.022454574476609004 + - -0.050872849919859235 + - 0.025715079636895996 + - - -0.019533948106503402 + - -0.9981717646088965 + - 0.05719749303015109 + - -0.03049839305499173 + - - -0.0520641877423103 + - -0.05611524233785478 + - -0.9970658954813855 + - 0.5775477304946487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9970439510327519 + - -0.021762285154198566 + - -0.07368692322160501 + - 0.06462245450677863 + - - -0.025515051579861264 + - -0.9984043367030107 + - -0.050376210610752814 + - -0.0328516060719628 + - - -0.07247304224245303 + - 0.05210742171216355 + - -0.9960082704228087 + - 0.5766836812084902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996158977484284 + - -0.020360220749860016 + - -0.018802084448815662 + - -0.03487607387762513 + - - -0.020941960815394126 + - -0.999291251284747 + - -0.0312798558655752 + - 0.03741176886394762 + - - -0.01815189372517157 + - 0.03166159371828322 + - -0.9993338042102892 + - 0.580214922736648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984279137097057 + - -0.03953413360621251 + - -0.0397335299877892 + - 0.04849154980518725 + - - -0.03800391032110108 + - -0.9985334694923113 + - 0.03855662205062159 + - 0.035130146954984995 + - - -0.04119956220143743 + - -0.03698597820329903 + - -0.9984661403827153 + - 0.5764856840108078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987850422333244 + - -0.023677288808816473 + - -0.043218345706889094 + - 0.02573440464202806 + - - -0.02068025712304423 + - -0.9974352065096055 + - 0.0685225202431018 + - -0.030497023102438042 + - - -0.044729927076858314 + - -0.06754550177328918 + - -0.996713017279244 + - 0.5776835058847929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971046938959339 + - -0.021661399509185227 + - -0.0728904190000268 + - 0.06460419923899759 + - - -0.02497919534052611 + - -0.9986783264270166 + - -0.04491814917239989 + - -0.032847428025360746 + - - -0.07182109168507422 + - 0.046608841395572156 + - -0.9963279313022031 + - 0.5766559002150444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996607106862855 + - -0.020655011128396353 + - -0.015869279299211628 + - -0.03485429582310154 + - - -0.02103954016424606 + - -0.9994794174556414 + - -0.024458778223959535 + - 0.03741437671665017 + - - -0.015355821693014042 + - 0.024784361961075033 + - -0.9995748767062499 + - 0.5802014621720254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986699273020819 + - -0.03845938086967984 + - -0.03434024352818671 + - 0.048524539332692185 + - - -0.03718216974694985 + - -0.9986200493613314 + - 0.03708750822691352 + - 0.035117295301406254 + - - -0.035719218291604196 + - -0.03576133438077046 + - -0.9987218153259414 + - 0.5765651784741215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989446523629304 + - -0.023655204944774293 + - -0.03937020186035282 + - 0.025734767580938445 + - - -0.0209631672573065 + - -0.9975031290031402 + - 0.06743925598259858 + - -0.030506180694604305 + - - -0.04086718896677866 + - -0.0665427599965991 + - -0.9969463044507403 + - 0.5777204567776281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971168613195163 + - -0.02241504084016932 + - -0.07249503994377844 + - 0.06461646022156076 + - - -0.025199410436621446 + - -0.9989704192205388 + - -0.037723881507447855 + - -0.03284595195465062 + - - -0.0715748180994069 + - 0.03944195059165829 + - -0.99665509477831 + - 0.5766424751947099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997665628762111 + - -0.01923208827868933 + - -0.00984614316002914 + - -0.034865228977081004 + - - -0.019475800293782063 + - -0.9994905412883958 + - -0.025285392580444484 + - 0.03740787272427658 + - - -0.00935483605435213 + - 0.025471251548975348 + - -0.9996317834017313 + - 0.5804055587391376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978796262934398 + - -0.03835316668425621 + - -0.05258598704745055 + - 0.04853313998575948 + - - -0.03728176881653745 + - -0.9990797575631377 + - 0.021206313717650027 + - 0.035112939282817925 + - - -0.05335092447535688 + - -0.019200849795537572 + - -0.9983912090081488 + - 0.5764823814825224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999459065763856 + - -0.030867304234530216 + - 0.011348365156845817 + - -0.04284876502632251 + - - -0.031167865116762516 + - -0.9991402337644606 + - 0.02733783929211439 + - -0.023640037412409266 + - - 0.010494762813111003 + - -0.027676755633403424 + - -0.9995618325802085 + - 0.5795568707060299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991410304771216 + - -0.02352292131696726 + - -0.03411558866312489 + - 0.025721926048605702 + - - -0.021567467436204496 + - -0.9981641993635008 + - 0.05659571942655947 + - -0.030481737130125815 + - - -0.035384255898690695 + - -0.05581131858088778 + - -0.9978141365769272 + - 0.5777273556027973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967245466611524 + - -0.02214611718585541 + - -0.07777999470757542 + - 0.06460117134813331 + - - -0.025425377316985177 + - -0.9988179967734899 + - -0.04142655560967675 + - -0.032846110146821934 + - - -0.07677062114773488 + - 0.0432684505729413 + - -0.9961094884166137 + - 0.5766148294549872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996807573630612 + - -0.020426713218372274 + - -0.014870532778308994 + - -0.034865742204107125 + - - -0.02087008760877593 + - -0.9993230207841437 + - -0.030297517622002303 + - 0.037422581483660934 + - - -0.01424158703299615 + - 0.030598194684456435 + - -0.9994303015622618 + - 0.5804734923909731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980180369740541 + - -0.03909246351541904 + - -0.04931305274216149 + - 0.04848868286457918 + - - -0.037686558199513394 + - -0.9988650909685438 + - 0.029124789707021235 + - 0.03511235043329242 + - - -0.050395646692251696 + - -0.02720862621852033 + - -0.9983586376917722 + - 0.5764186367692077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989119229064062 + - -0.02250369138589735 + - -0.04084793935358769 + - 0.025728210682417943 + - - -0.020905019536350693 + - -0.9990145990998585 + - 0.039151129530764245 + - -0.03051125206556274 + - - -0.04168873269374933 + - -0.03825460311332708 + - -0.9983980343064743 + - 0.5777685519523956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9976063505466872 + - -0.0214088047705063 + - -0.06575129220949512 + - 0.06462088515309733 + - - -0.024593399034153633 + - -0.9985439108690286 + - -0.04801273570972741 + - -0.032857496550277185 + - - -0.06462765718225409 + - 0.04951485781746313 + - -0.9966802620612336 + - 0.5767190911055988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996685657861063 + - -0.02057551884419969 + - -0.01547276974046016 + - -0.03483963875872059 + - - -0.02110272459700545 + - -0.9991742877433504 + - -0.034719126244073674 + - 0.037411195503931294 + - - -0.014745629648552055 + - 0.03503413673634571 + - -0.999277326706359 + - 0.5802905395650381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980696622227339 + - -0.03964956997367695 + - -0.04780021915745198 + - 0.04849139277479218 + - - -0.03852831614986555 + - -0.9989655196180665 + - 0.024154905689382264 + - 0.03509647941729297 + - - -0.048708502391820195 + - -0.02226661660669258 + - -0.9985648099045135 + - 0.5764986910353058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988835290723541 + - -0.023562693719420224 + - -0.04094502182981845 + - 0.025749445104305355 + - - -0.02220724419128863 + - -0.9992003351932646 + - 0.03324948804261124 + - -0.03052489115790959 + - - -0.04169572703992572 + - -0.03230308985766013 + - -0.9986080195613589 + - 0.5776687625390331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9976183999282783 + - -0.02095724255724246 + - -0.06571394151121014 + - 0.06461785268526768 + - - -0.02411773919194208 + - -0.9985716361966878 + - -0.04767622090453749 + - -0.03283936315451963 + - - -0.06462091597007351 + - 0.04914754691605373 + - -0.9966988792264804 + - 0.5766680679152388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996595752635156 + - -0.019615669138770216 + - -0.017203462099413442 + - -0.03483649798721715 + - - -0.020114070338912545 + - -0.9993684715377197 + - -0.02929304133686956 + - 0.03740152910195378 + - - -0.016617995016515546 + - 0.029629100907732048 + - -0.9994228127379478 + - 0.5803843105378925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9986539442413975 + - -0.0383324635341385 + - -0.03494169272521996 + - 0.048502982038663704 + - - -0.03724581530459883 + - -0.9988178068761057 + - 0.031236803765791587 + - 0.03510859187894758 + - - -0.03609776853761821 + - -0.029893325452528718 + - -0.9989010662723282 + - 0.576438960948767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990733817388839 + - -0.02125561280257798 + - -0.03742428122512486 + - 0.02572917697232589 + - - -0.01952348445923988 + - -0.9987480607890582 + - 0.046055885885160026 + - -0.030497651152992612 + - - -0.03835637437767247 + - -0.04528255728737001 + - -0.9982375862238995 + - 0.5776268739699919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9976683930043879 + - -0.023033665024362247 + - -0.06424350454005079 + - 0.06463707549795221 + - - -0.0250304497973191 + - -0.9992227823670964 + - -0.030451728711247895 + - -0.032862395424886254 + - - -0.06349215843697506 + - 0.03198877106274985 + - -0.9974695305335949 + - 0.576650210060083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995430586425714 + - -0.019030214576596014 + - -0.02348456626428928 + - -0.034870433250806854 + - - -0.019568641750377067 + - -0.9995459037200773 + - -0.02291407027262144 + - 0.03740335605441948 + - - -0.023037842336001892 + - 0.02336316095013572 + - -0.9994615653095015 + - 0.5804173072538883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981622417158554 + - -0.04044236183187418 + - -0.04512820162866943 + - 0.048489424835742596 + - - -0.03832776908643323 + - -0.9981697231919622 + - 0.046778048481507975 + - 0.03512632393663455 + - - -0.046937419290318125 + - -0.04496241844408533 + - -0.9978853940197859 + - 0.5765143281430061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989611587225987 + - -0.022797660060724707 + - -0.03945719274553749 + - 0.02573354959478294 + - - -0.020361744255579788 + - -0.9979255809704286 + - 0.06107318737140456 + - -0.03048589408338656 + - - -0.040767667758570915 + - -0.06020632475569293 + - -0.9973530948089241 + - 0.5775724761048258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967904353144006 + - -0.02232149046333187 + - -0.07688029090230601 + - 0.06459858501300224 + - - -0.025249794828389075 + - -0.9989839422355576 + - -0.03733002835022429 + - -0.03284846280206676 + - - -0.07596891421398667 + - 0.03915142678114907 + - -0.9963412517075404 + - 0.5766421301786704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997507812052199 + - -0.019549209509885833 + - -0.010779790679371036 + - -0.034856941703035986 + - - -0.01987675534212175 + - -0.9993165951066775 + - -0.031165001868538877 + - 0.03738913603526697 + - - -0.010163172566767714 + - 0.031371502226307024 + - -0.9994561214838011 + - 0.5803123543792768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977377795106838 + - -0.04028243274029626 + - -0.05382052535616723 + - 0.04846494408241179 + - - -0.03762459826198171 + - -0.9980644026474506 + - 0.0495160355199567 + - 0.03510781917608678 + - - -0.05571097686017375 + - -0.047379043685079156 + - -0.9973221712549932 + - 0.5763264930301393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995058624250892 + - -0.030702766996416084 + - 0.006735805567446393 + - -0.04289558809213683 + - - -0.030862102194388296 + - -0.9992113068077431 + - 0.024985895935615187 + - -0.02364065504443937 + - - 0.00596335694234309 + - -0.025181430585374646 + - -0.9996651108884675 + - 0.579432760406946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998876808593339 + - -0.025749509094538783 + - -0.039775419994967975 + - 0.025765634448281075 + - - -0.023229124609903708 + - -0.997769743712421 + - 0.06257752233756148 + - -0.030511058772762216 + - - -0.04129805109497783 + - -0.061583287614747434 + - -0.9972471958658579 + - 0.577659961421503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969868462512539 + - -0.020390018871348746 + - -0.0748430059017188 + - 0.06460016773517349 + - - -0.02442441046094917 + - -0.998274916252759 + - -0.053391382770854874 + - -0.03284916954985863 + - - -0.07362524414637789 + - 0.055058502621982953 + - -0.995764974636793 + - 0.5766407870998809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996770671803934 + - -0.01953171596982358 + - -0.016256488700865004 + - -0.034848300168131945 + - - -0.019898013555836834 + - -0.999544643958731 + - -0.02268421896265251 + - 0.03741404503491895 + - - -0.01580602448874943 + - 0.023000365316402444 + - -0.999610500537671 + - 0.5803729521624428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982463234839387 + - -0.03882861413601443 + - -0.044683513459396924 + - 0.048516211713670744 + - - -0.03704905959206162 + - -0.99851306982026 + - 0.03998770537882801 + - 0.03511044320788388 + - - -0.04616973937703648 + - -0.0382620977260341 + - -0.9982005645377383 + - 0.5764946610999949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986991814184896 + - -0.022878984893255922 + - -0.045568597567765774 + - 0.025727917903644832 + - - -0.020310869579276306 + - -0.9982216837885907 + - 0.0560440772178875 + - -0.030493576521292465 + - - -0.04676979378800434 + - -0.05504563619874944 + - -0.9973878705521251 + - 0.5776890068116757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9972466933735556 + - -0.022410177476912027 + - -0.07068816379679588 + - 0.06462172245417622 + - - -0.025255436102254752 + - -0.9988957088488795 + - -0.039617241077329814 + - -0.03285882405121327 + - - -0.06972227407933757 + - 0.041293423068905856 + - -0.9967114214798874 + - 0.5767044605640684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996836553640468 + - -0.020389685826701486 + - -0.014725824590365056 + - -0.03484687595609585 + - - -0.020807061439545586 + - -0.9993695031453008 + - -0.028769121942887364 + - 0.03739205746433274 + - - -0.014129946646352446 + - 0.029066422122479344 + - -0.9994776074093747 + - 0.5801963930524678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984969943690154 + - -0.0383423455552628 + - -0.03916141945031198 + - 0.048482760209910845 + - - -0.03741664646058226 + - -0.9990090092991193 + - 0.024103815192546736 + - 0.035087489984857015 + - - -0.040046807659116244 + - -0.022602298036117234 + - -0.9989421351208492 + - 0.5762994380312936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994511905181742 + - -0.033035543377000265 + - 0.0024434904522783003 + - -0.04286551740794757 + - - -0.033086363263456126 + - -0.9991398927561301 + - 0.024995344951941587 + - -0.023627566521695134 + - - 0.001615653986057019 + - -0.025062473482365327 + - -0.9996845812980923 + - 0.5795329104320321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989486754789378 + - -0.022666420223356232 + - -0.03984692150133995 + - 0.025731426812517957 + - - -0.02074043126758052 + - -0.9986271230830441 + - 0.04810097248204222 + - -0.030502806579935902 + - - -0.04088249343802905 + - -0.047223960413561694 + - -0.9980473532318739 + - 0.5777809318819365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9953741104376186 + - -0.01832704967054104 + - -0.09431065433392448 + - 0.0645922267772136 + - - -0.02384135167386892 + - -0.9980504613464627 + - -0.05767899579981969 + - -0.032859384739985495 + - - -0.09306970624688989 + - 0.059660672611748455 + - -0.99387053177093 + - 0.5765094426696247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996992036872474 + - -0.0197518027663183 + - -0.014538515555720386 + - -0.03484528819721967 + - - -0.020332008736308665 + - -0.9989561202355454 + - -0.04090573632993068 + - 0.037391671262847016 + - - -0.013715377057526746 + - 0.04118902926056407 + - -0.9990572317443794 + - 0.5802292400933711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981279332564558 + - -0.03919918983420134 + - -0.04694733612824379 + - 0.048488842930436704 + - - -0.03757034946675612 + - -0.9986777354439892 + - 0.035089165983415764 + - 0.03509221082961991 + - - -0.04826072620818999 + - -0.033259648897848125 + - -0.9982808713288311 + - 0.5763971766454449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986562240174391 + - -0.024586747331766537 + - -0.045620588409997165 + - 0.025747870720750757 + - - -0.022201627212481312 + - -0.9983965402829706 + - 0.052071451872533925 + - -0.030522451703733147 + - - -0.04682770526460277 + - -0.05098862820903774 + - -0.9976007847896938 + - 0.5776426304098665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959549061638167 + - -0.02268613530141574 + - -0.08694345376915356 + - 0.06460065997085504 + - - -0.024917267193368443 + - -0.9993852443674549 + - -0.024662991226054372 + - -0.032843183709174203 + - - -0.08633049683534418 + - 0.026729620380544293 + - -0.9959079137703819 + - 0.5765869311076722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997386695578027 + - -0.019361636828414994 + - -0.012153995644203143 + - -0.03485744112601734 + - - -0.019755360968798676 + - -0.9992548978732144 + - -0.03315682115922526 + - 0.037397171583362046 + - - -0.011502969346530077 + - 0.0333882628436543 + - -0.9993762582733774 + - 0.5804839545877615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982547863625856 + - -0.04001369050797422 + - -0.04343139505151328 + - 0.04851842642644126 + - - -0.038125057563095754 + - -0.9983267651705906 + - 0.043475854561292986 + - 0.035118325844793456 + - - -0.04509835351760853 + - -0.04174415547062988 + - -0.9981099959393476 + - 0.5763574728832204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988605253392007 + - -0.02294117048572284 + - -0.041849177003150405 + - 0.025727427465580044 + - - -0.02031249512241587 + - -0.9978575051256365 + - 0.062191655439797044 + - -0.030512838410961668 + - - -0.04318626472615853 + - -0.06127072842055663 + - -0.9971864641970513 + - 0.5776502349327912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961273347907245 + - -0.022608734175316746 + - -0.08496574616701544 + - 0.06458606198490195 + - - -0.02505761005483073 + - -0.9992975338730868 + - -0.02786673596796807 + - -0.032844127014613214 + - - -0.08427602898255163 + - 0.02988785596455966 + - -0.9959941099247401 + - 0.5764577609776685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996299553092801 + - -0.019500818524707926 + - -0.018964981551084316 + - -0.03487074749652802 + - - -0.020100072195713123 + - -0.9992877181754385 + - -0.03193811831420833 + - 0.037388884175417414 + - - -0.018328653690156307 + - 0.03230749728146173 + - -0.9993099049210482 + - 0.5802070124060543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998467487051095 + - -0.03850602839395167 + - -0.0397487494041713 + - 0.04846997977589174 + - - -0.037298406967164556 + - -0.9988328340855455 + - 0.03068873393202502 + - 0.03507559441289859 + - - -0.040884057278885506 + - -0.02915913801817607 + - -0.9987383233512448 + - 0.5761668869911503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9994701127192929 + - -0.020993486738569475 + - -0.0248750335766911 + - 0.025737062376441137 + - - -0.020158779328902816 + - -0.9992405940708837 + - 0.033344546433205745 + - -0.03050983157780256 + - - -0.025556161622055106 + - -0.03282542726949828 + - -0.9991343122562264 + - 0.5777308147567185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.996487002000315 + - -0.02229699708763947 + - -0.08072483363437749 + - 0.06460421997043739 + - - -0.02521249215354284 + - -0.9990594169264189 + - -0.03527905455156522 + - -0.032863040972503386 + - - -0.07986228824565239 + - 0.03719039353809759 + - -0.9961118860573096 + - 0.5766092345602345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995688650088712 + - -0.019414559027205024 + - -0.022026325219069658 + - -0.0348711432524294 + - - -0.020015225302163233 + - -0.999424537760039 + - -0.02738583720168376 + - 0.037404215795084 + - - -0.021481965947759453 + - 0.027814892070843155 + - -0.9993822376438897 + - 0.580336165325122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997960713034376 + - -0.040202307359843883 + - -0.04958013435706541 + - 0.0484578964485724 + - - -0.03813139732945081 + - -0.9983884151282307 + - 0.04203057310391781 + - 0.03512497929045069 + - - -0.051189957781029354 + - -0.04005430090121247 + - -0.9978853848021285 + - 0.5763964145451098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993986084884287 + - -0.03287434084439519 + - 0.011031729938642805 + - -0.042873424433518666 + - - -0.03304325065999097 + - -0.9993337993680224 + - 0.015495193657864254 + - -0.023649786105314603 + - - 0.010514986315427332 + - -0.01585039919750416 + - -0.9998190835886593 + - 0.5796316339339729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986364854494412 + - -0.02340995532912089 + - -0.04665987484634466 + - 0.025721354486400227 + - - -0.02004316787955517 + - -0.9972491202463171 + - 0.07136149934873078 + - -0.030487150886215043 + - - -0.04820208865329333 + - -0.07032898520123478 + - -0.9963585662250437 + - 0.577664678896227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9961134381175566 + - -0.021841027662587928 + - -0.08532870508956973 + - 0.06457298692119912 + - - -0.0245263448756895 + - -0.9992322941512829 + - -0.030549643732836397 + - -0.03284089173487076 + - - -0.08459596212975791 + - 0.03252371190080492 + - -0.9958843965820201 + - 0.576428897370665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997304793130316 + - -0.019956307476610376 + - -0.011862315306679068 + - -0.03487416134891506 + - - -0.02012662594613797 + - -0.9996934977805133 + - -0.014416290208901061 + - 0.03741741754982589 + - - -0.011570983560628441 + - 0.0146511531034931 + - -0.9998257128380814 + - 0.580318111679218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981781946838334 + - -0.0396040082754876 + - -0.04551718561420944 + - 0.04846691826472217 + - - -0.03814816345457463 + - -0.9987460343377241 + - 0.03242031029637879 + - 0.03511940239031713 + - - -0.046744082863677434 + - -0.030624849765926 + - -0.998437333684017 + - 0.576310239620478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988205435967057 + - -0.022153121945444134 + - -0.0432060282512933 + - 0.02572107115303998 + - - -0.020349892891962155 + - -0.9989213272095583 + - 0.04173803906726564 + - -0.030494820126704163 + - - -0.04408405095345641 + - -0.0408095728226259 + - -0.9981939567126061 + - 0.5777315176564368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9948628722953238 + - -0.02132643796436172 + - -0.09895983211409752 + - 0.06460528500110338 + - - -0.024437383619249416 + - -0.9992411217858392 + - -0.030331416287807854 + - -0.03285104747449748 + - - -0.0982378725855959 + - 0.03259391930914241 + - -0.9946290548812288 + - 0.5765171390196848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999692513339069 + - -0.01987975384128813 + - -0.014821408874498312 + - -0.03487046065882983 + - - -0.020350400699453097 + - -0.9992706782857557 + - -0.03231056653322274 + - 0.03740274022267223 + - - -0.014168273190017414 + - 0.03260225307453313 + - -0.9993679768380002 + - 0.580412679860345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977632958252035 + - -0.039812244910158015 + - -0.05369721276976276 + - 0.04845959234415107 + - - -0.037766873544433574 + - -0.9985414602650369 + - 0.03858257889834748 + - 0.035076715473743525 + - - -0.055154952331647786 + - -0.03646830523868696 + - -0.9978116024311966 + - 0.5762343124015421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987578792451757 + - -0.024688009716932118 + - -0.04328049008382141 + - 0.025767097078300556 + - - -0.02231516476323114 + - -0.9982656972540497 + - 0.0544759681646474 + - -0.030516283747670202 + - - -0.04455033184241107 + - -0.053442491166697075 + - -0.9975766477171709 + - 0.5776700206774809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9956189574365446 + - -0.022291563695275643 + - -0.09080736633658983 + - 0.0646018420067708 + - - -0.0255484945134683 + - -0.9990654798387497 + - -0.034863181476504614 + - -0.03286009128716374 + - - -0.08994535019145479 + - 0.03703043589519144 + - -0.9952580473406625 + - 0.5766175872319934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999636748490089 + - -0.020169083537846234 + - -0.017876776482518595 + - -0.03486142405146452 + - - -0.02078354123658761 + - -0.9991753790433626 + - -0.03487988427763418 + - 0.037395370839414625 + - - -0.01715853961820796 + - 0.035238756828206486 + - -0.9992316120576723 + - 0.5802975841676228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981862235226563 + - -0.038548542076397616 + - -0.04624146487041518 + - 0.04847926859737822 + - - -0.03770052697907629 + - -0.9991070427534092 + - 0.019073211214618666 + - 0.03509452196294642 + - - -0.04693541770430491 + - -0.017295289078871085 + - -0.9987481862514699 + - 0.5763353552668858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985133980631042 + - -0.022200069442092636 + - -0.04978102856750614 + - 0.025726691065940256 + - - -0.020207885110205583 + - -0.9989884422894684 + - 0.0401713025857262 + - -0.03049933579050105 + - - -0.05062247789120292 + - -0.03910561454353461 + - -0.9979519605889489 + - 0.5776143612438083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9948034770657417 + - -0.021288919509921123 + - -0.09956316549814184 + - 0.06459006586372466 + - - -0.025034930327822717 + - -0.9990190133241942 + - -0.03652756876984724 + - -0.03284881406367365 + - - -0.09868786288795267 + - 0.03883030933246549 + - -0.9943605547263804 + - 0.5764631218604827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997807962731284 + - -0.01874927366001921 + - -0.009317947235902332 + - -0.034860490541465075 + - - -0.018965588965658482 + - -0.9995393029000248 + - -0.02369574631274598 + - 0.03740840615328559 + - - -0.008869376452436965 + - 0.023867272474123034 + - -0.9996757911773151 + - 0.580281956512145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976602444553313 + - -0.03948204884872288 + - -0.05581401662696868 + - 0.04846684872115763 + - - -0.037572102583507606 + - -0.9986855194341347 + - 0.034865030905291264 + - 0.03509384251305125 + - - -0.057117193040124595 + - -0.032686405297609494 + - -0.9978322630422097 + - 0.5762722453115003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988030379333022 + - -0.02270286216847883 + - -0.04332518279898613 + - 0.025725426116813898 + - - -0.01974314082347591 + - -0.9975198558681583 + - 0.06755994034331993 + - -0.030484099642957535 + - - -0.04475153411483131 + - -0.06662369847229739 + - -0.9967740882447945 + - 0.5776555551023936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967050159567573 + - -0.020992195032006746 + - -0.07834819024315919 + - 0.06462152019096187 + - - -0.02431721130687427 + - -0.9988330021975642 + - -0.041728970215637234 + - -0.03284608977219942 + - - -0.07738077539606915 + - 0.04349668342228985 + - -0.9960523350358476 + - 0.5765865379064269 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997698280930388 + - -0.019015876942010873 + - -0.009934146110359535 + - -0.03485596739029331 + - - -0.019180015483467712 + - -0.9996766113989413 + - -0.016697294031811735 + - 0.03741134787509524 + - - -0.009613419832172686 + - 0.01688398786001507 + - -0.9998112387411305 + - 0.5804223861086767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997674094558094 + - -0.038922779302951585 + - -0.055959077002940345 + - 0.048495076150265895 + - - -0.0373106109861938 + - -0.9988660690481004 + - 0.029571851687597895 + - 0.03511341846528576 + - - -0.05704664193030295 + - -0.027415203003627302 + - -0.9979950336994401 + - 0.5762104395308186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991111576236306 + - -0.02095828517529946 + - -0.03657382936581351 + - 0.025711129154616336 + - - -0.019313033531312706 + - -0.9988105238075271 + - 0.04477213717427012 + - -0.030497324000810982 + - - -0.03746867288532128 + - -0.04402599020855854 + - -0.9983275067523526 + - 0.5776502949543858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9940258298522711 + - -0.023192466242806915 + - -0.10665251565753238 + - 0.06456495014256962 + - - -0.02451028773080638 + - -0.9996383746560811 + - -0.011061903556926645 + - -0.03283250966066884 + - - -0.10635739458005262 + - 0.013609901708900248 + - -0.9942348189404846 + - 0.5763593695833966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996205645669736 + - -0.019582372669853628 + - -0.019371566158265036 + - -0.03483742995422305 + - - -0.019945746101537095 + - -0.9996253038898663 + - -0.018746173890852064 + - 0.03742340993740978 + - - -0.018997213144513785 + - 0.01912544126842608 + - -0.9996365956631591 + - 0.580397989443794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975904922621482 + - -0.040366803007823505 + - -0.05642455992821239 + - 0.048451555848502144 + - - -0.03841614381148651 + - -0.9986402876705919 + - 0.035238838457763724 + - 0.035113361874008764 + - - -0.05777031800864565 + - -0.03298631619512479 + - -0.9977847930796775 + - 0.5762883970706077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987681354340016 + - -0.024343113221497445 + - -0.04323915448263531 + - 0.025707031077019615 + - - -0.02176618507679092 + - -0.9980147678429001 + - 0.05909954614618088 + - -0.03051349393877876 + - - -0.04459198166588618 + - -0.05808559207038382 + - -0.9973152055217757 + - 0.5776475648126589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955563952631332 + - -0.021990279001941452 + - -0.09156359254688917 + - 0.06458796884730038 + - - -0.02476187464258726 + - -0.9992655400566844 + - -0.02924431601881866 + - -0.03283686541352964 + - - -0.09085325208742259 + - 0.03138165203810202 + - -0.9953697195015024 + - 0.5764733394080294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994426837237502 + - -0.02047083836440535 + - -0.026367910947324526 + - -0.034865261024144674 + - - -0.021137690816933 + - -0.9994572950587979 + - -0.025264864548988852 + - 0.0374194828314101 + - - -0.025836407993283288 + - 0.025808140777851422 + - -0.9993329874929553 + - 0.5803785848524006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977168029856013 + - -0.03854495552199621 + - -0.05545689717247241 + - 0.048464915694482066 + - - -0.03782541806185196 + - -0.9991867528469028 + - 0.013966770697214477 + - 0.03507513369178518 + - - -0.055950145564037344 + - -0.011837201488095899 + - -0.998363391692771 + - 0.5762720755208878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994080743633668 + - -0.03182938458302048 + - 0.013053397043432145 + - -0.04288197671506987 + - - -0.032079041982212814 + - -0.9992973402925538 + - 0.019384549252719863 + - -0.023636956280616735 + - - 0.012427226674151106 + - -0.01979181551282935 + - -0.9997268867425219 + - 0.5794764820029124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989325264008354 + - -0.0222243854499671 + - -0.04049548604246462 + - 0.025733354207260865 + - - -0.019325467591910023 + - -0.9973158885201155 + - 0.07062255169339987 + - -0.030499392736725993 + - - -0.04195633445378887 + - -0.06976456978082923 + - -0.9966807767798564 + - 0.5776963503512037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9965111639936469 + - -0.023322210706419128 + - -0.08013472732712267 + - 0.0645927731603529 + - - -0.025327676982819465 + - -0.9993886282831156 + - -0.024101419813939262 + - -0.03285567969988047 + - - -0.07952363683007001 + - 0.02604696040153584 + - -0.996492622671719 + - 0.5765088184323146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996431600842419 + - -0.019780398471807573 + - -0.01795239073458401 + - -0.034856664708548424 + - - -0.020395691756216524 + - -0.9991874265410787 + - -0.034763521110514055 + - 0.037370457737345 + - - -0.017250166798499847 + - 0.03511726752627926 + - -0.9992343114940114 + - 0.5801842820443237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981400947319458 + - -0.03873438177865633 + - -0.04707439810265739 + - 0.04848494080231919 + - - -0.037584156080268785 + - -0.9989787206601505 + - 0.0250788133679307 + - 0.03508947617599367 + - - -0.047997734323988385 + - -0.023262917625156154 + - -0.9985765139253624 + - 0.5763695158000998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986544860639777 + - -0.023094891939157015 + - -0.046431061054119156 + - 0.02571923023392125 + - - -0.020151645918672585 + - -0.997817135389562 + - 0.06288780080219335 + - -0.030483563700506516 + - - -0.04778209529793693 + - -0.061867522087817324 + - -0.9969399586131813 + - 0.5776877709571158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9953539473608457 + - -0.020373311422240747 + - -0.09410338811581262 + - 0.06458450543787815 + - - -0.024137402030432686 + - -0.9989462347969865 + - -0.039035955325138684 + - -0.03284173929765286 + - - -0.09320893356542673 + - 0.04112600353325562 + - -0.9947968368149246 + - 0.5764733849927369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997875311001628 + - -0.019475855665214228 + - -0.00675157039128942 + - -0.03486066263059334 + - - -0.019701193115131615 + - -0.9991898603126743 + - -0.035092535362651923 + - 0.03738835960492979 + - - -0.0060626435225142284 + - 0.03521809328238012 + - -0.9993612611358681 + - 0.580472458330815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981672655221148 + - -0.040302942608311375 + - -0.045141808306881276 + - 0.0484579696298123 + - - -0.038731527748321885 + - -0.9986308585571638 + - 0.03516073229702165 + - 0.03509714351700427 + - - -0.04649708376215682 + - -0.0333478808096258 + - -0.9983616278919788 + - 0.5763385518174129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987519553868244 + - -0.025043372016561354 + - -0.04321297408226862 + - 0.025693150523579206 + - - -0.023086983503358357 + - -0.9987114528069342 + - 0.04519319887967037 + - -0.030529310290508527 + - - -0.04428908221797293 + - -0.04413913853148803 + - -0.9980431922747566 + - 0.5777688590690337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957391116144404 + - -0.02077471538213674 + - -0.089844492330227 + - 0.06460927823846141 + - - -0.023441511041168355 + - -0.9993123150462687 + - -0.02872964595976979 + - -0.03284274714340286 + - - -0.08918585740683212 + - 0.030713322803925747 + - -0.9955413475295489 + - 0.5764851368578399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996814788564249 + - -0.019342673464225787 + - -0.016211163273738508 + - -0.034863837967443696 + - - -0.01978492399715922 + - -0.9994238012746216 + - -0.02757938048999079 + - 0.03739780845117231 + - - -0.01566836347095975 + - 0.02789133250745448 + - -0.999488156986915 + - 0.5802874188864044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981509455373541 + - -0.0383417402652332 + - -0.04716567476798514 + - 0.04848985452842618 + - - -0.0374465647846064 + - -0.9991040548060762 + - 0.01971908861710021 + - 0.03507675721442183 + - - -0.047879481082382574 + - -0.017916434452484423 + - -0.9986924234556861 + - 0.576307103292537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990519176341349 + - -0.022824073136131526 + - -0.03707192410752482 + - 0.0257385380274351 + - - -0.021012090677790734 + - -0.9985995851076473 + - 0.048552658713849124 + - -0.03048770220630848 + - - -0.03812817746635499 + - -0.04772766816335917 + - -0.9981324119448196 + - 0.5777397386400261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957738132176593 + - -0.022664281444560896 + - -0.0889991194145406 + - 0.06459836967555081 + - - -0.02474599005418103 + - -0.9994437502993379 + - -0.022356787869312385 + - -0.0328496958830171 + - - -0.08844291314854062 + - 0.0244646752317866 + - -0.9957807644153421 + - 0.5764799610327414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997658901501036 + - -0.02025221354103159 + - -0.007616609420169329 + - -0.03485229445258545 + - - -0.020468348754049372 + - -0.9993563998954748 + - -0.029459000105880238 + - 0.03742006653199872 + - - -0.007015097408700822 + - 0.029608002881722755 + - -0.9995369700885016 + - 0.5803305398883534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983686128750315 + - -0.03992059509798949 + - -0.040822284514807225 + - 0.04848849855083279 + - - -0.03845942929788413 + - -0.9986124315250292 + - 0.035973377680586525 + - 0.03512576107995058 + - - -0.042201719444431934 + - -0.03434468941032145 + - -0.9985186313661064 + - 0.5763965254955585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992198531747476 + - -0.022821341692354023 + - -0.03223152780736268 + - 0.025730123007786307 + - - -0.02117686860814895 + - -0.9985009445036117 + - 0.05047181452403928 + - -0.030480985318917096 + - - -0.03333504548353227 + - -0.0497498762687572 + - -0.9982052517162263 + - 0.577651390021086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9955289761364866 + - -0.02223736834287313 + - -0.09180172722678964 + - 0.0646017502052381 + - - -0.02466145752236432 + - -0.9993742421783772 + - -0.02535619417946261 + - -0.032849229974251395 + - - -0.09118042654819689 + - 0.027506790426681506 + - -0.9954544220078141 + - 0.5764972535765169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996021308628518 + - -0.02021932348206726 + - -0.019666187540390113 + - -0.03486211940078477 + - - -0.020855407201558616 + - -0.9992477447692769 + - -0.03269551290272703 + - 0.03739171390217105 + - - -0.018990312396152117 + - 0.03309265071647685 + - -0.9992718571558268 + - 0.5803793049344975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979237924060436 + - -0.039308309096203906 + - -0.05101922565011065 + - 0.04849174571674754 + - - -0.037943131241240394 + - -0.9989026220738335 + - 0.027456700559799888 + - 0.03512105150963264 + - - -0.052042514750438626 + - -0.025463865574924034 + - -0.9983201731951694 + - 0.5763812870963985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990128395596315 + - -0.023807063317090697 + - -0.037504268173340675 + - 0.025753284558109296 + - - -0.02151203475644413 + - -0.9979392762342723 + - 0.060451909065428695 + - -0.03051035039375098 + - - -0.038866164663359314 + - -0.05958544021179465 + - -0.99746628843241 + - 0.5777203059710307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9958074780911976 + - -0.020735247352558578 + - -0.08909273873261075 + - 0.06459240433344447 + - - -0.023410960245732942 + - -0.9993025026776056 + - -0.02909355740791558 + - -0.03285084911651186 + - - -0.08842733467668093 + - 0.031057328595730512 + - -0.9955983370930649 + - 0.5765824019595535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997430513516365 + - -0.020374405303604078 + - -0.009935536354090979 + - -0.03482807932202797 + - - -0.02071590927240559 + - -0.9991522905644814 + - -0.03557458872240576 + - 0.037406361393750205 + - - -0.009202302817037355 + - 0.03577127154960149 + - -0.9993176340656602 + - 0.5803510373227992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977663757514239 + - -0.04028038401723972 + - -0.05328930552458076 + - 0.04844537285405597 + - - -0.03821993225512676 + - -0.9985026998709884 + - 0.03913559925132299 + - 0.03510732508246644 + - - -0.05478591240713196 + - -0.037011471380780446 + - -0.9978119335766372 + - 0.5762047662414164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992504107058692 + - -0.022297146941603414 + - -0.03164575709975025 + - 0.02575614162964837 + - - -0.021332273292477635 + - -0.9993068953499997 + - 0.03050677010302767 + - -0.03051835206396141 + - - -0.03230403721405257 + - -0.029808826615760693 + - -0.999033474431895 + - 0.5778432593717678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9957986857206236 + - -0.021719916829401237 + - -0.08895629674172864 + - 0.06461652709906716 + - - -0.02473921706538004 + - -0.9991497648706922 + - -0.032980577584894005 + - -0.03284963493732179 + - - -0.08816432757113615 + - 0.0350427249477705 + - -0.99548935643339 + - 0.5765794202142975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997321846624272 + - -0.020182778899897374 + - -0.011323179145820003 + - -0.034884491629900975 + - - -0.020460254144001256 + - -0.9994793218367585 + - -0.024949212835202243 + - 0.03742898425941152 + - - -0.010813738967320933 + - 0.025174206176386143 + - -0.9996245907304079 + - 0.5803127783534024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998059961325634 + - -0.040496406123997436 + - -0.0472901119655503 + - 0.048464746438150366 + - - -0.03822676147471406 + - -0.9981179555127707 + - 0.04795061616038725 + - 0.03509670975756382 + - - -0.04914293749695206 + - -0.0460498422803568 + - -0.997729614534982 + - 0.5762571250133995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992310624830271 + - -0.02149072857045165 + - -0.03279378530380564 + - 0.025735987581670623 + - - -0.020033332625950157 + - -0.9988244462715062 + - 0.04414058352942098 + - -0.030487122825176023 + - - -0.03370384774679244 + - -0.043449673369669005 + - -0.9984869435957242 + - 0.5777498766024356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9966169030321714 + - -0.02513384685885031 + - -0.07824984557581736 + - 0.06460857166763355 + - - -0.02575584889499833 + - -0.999644105668946 + - -0.006949694168217118 + - -0.032850504648773315 + - - -0.07804732435043125 + - 0.008941573877656992 + - -0.9969095562879964 + - 0.5766653589530295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997847809421423 + - -0.01929059896358806 + - -0.007633124399529651 + - -0.03485792774619635 + - - -0.019466200553623348 + - -0.9995309580457931 + - -0.023641720412532808 + - 0.03742925596183186 + - - -0.00717348119665715 + - 0.023785220194151486 + - -0.9996913546029275 + - 0.5804493995676772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998233193836506 + - -0.03877652295014277 + - -0.04502079509366307 + - 0.04849181342996427 + - - -0.037672069004332905 + - -0.9989741991465075 + - 0.02512697069936456 + - 0.03510532161460914 + - - -0.04594894927962256 + - -0.023386549713264582 + - -0.99866999722261 + - 0.576221701541981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989241283468803 + - -0.02164904174105359 + - -0.0410110326390318 + - 0.025716109356117525 + - - -0.019316134700833872 + - -0.9982184893540345 + - 0.056451168738730004 + - -0.03050460819838617 + - - -0.04216008475613936 + - -0.05559825989582269 + - -0.9975627101841326 + - 0.5777103153179514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9959909058502429 + - -0.023106672414086937 + - -0.08641873149705828 + - 0.06460036474608652 + - - -0.02504554611417188 + - -0.9994568230470716 + - -0.0214191382762701 + - -0.032841740501167616 + - - -0.08587686582226595 + - 0.023497671259151677 + - -0.9960286257743509 + - 0.5764484976136073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997095532125555 + - -0.019883448622664238 + - -0.013618285002985652 + - -0.034866112589398965 + - - -0.020342215204995955 + - -0.999200367975872 + - -0.03442119866355703 + - 0.03739818715058155 + - - -0.012922983251026204 + - 0.03468822722123892 + - -0.9993146268298797 + - 0.5804282058321741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984786292553041 + - -0.03919210466421216 + - -0.038786671066726855 + - 0.048490185734061636 + - - -0.03811389556743015 + - -0.9988765902893157 + - 0.02815827297021331 + - 0.03511489287212216 + - - -0.03984667972521744 + - -0.026637122667049776 + - -0.9988506924515275 + - 0.5764804568688795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998981671476937 + - -0.023638194656673047 + - -0.03842988168754379 + - 0.025721684001122482 + - - -0.021101870492589176 + - -0.997654606233178 + - 0.06511526490337494 + - -0.030473687903815185 + - - -0.039878955789480926 + - -0.06423801378542093 + - -0.9971374762138092 + - 0.5776339120917734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9973201489278831 + - -0.021265696241374678 + - -0.07000207643944957 + - 0.06462338192970088 + - - -0.02435678027511646 + - -0.9987519518928905 + - -0.04360373659185442 + - -0.032867504677338025 + - - -0.06898744666310426 + - 0.04519191026623802 + - -0.9965934092945801 + - 0.5767355559561157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995518846267734 + - -0.01902289888505822 + - -0.023111885623514794 + - -0.034871749265843396 + - - -0.019286955232579773 + - -0.9997506219088761 + - -0.011256435966696206 + - 0.03740809846156395 + - - -0.02289199198239513 + - 0.011697149688053023 + - -0.9996695120849958 + - 0.5803802714850099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980227607085492 + - -0.038832313723767636 + - -0.04942287444640078 + - 0.04851007244958821 + - - -0.03709859271525569 + - -0.9986799168629128 + - 0.035526301147648355 + - 0.03514001723839312 + - - -0.050737200614868236 + - -0.033622538059235076 + - -0.9981459118827378 + - 0.5765040757541631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993932844503683 + - -0.02417702470237335 + - -0.025070589782569853 + - 0.025697949104379187 + - - -0.023386530220265638 + - -0.9992345626839432 + - 0.03135855452800049 + - -0.030516713085030685 + - - -0.02580955636506891 + - -0.030753214699764424 + - -0.9991937282558716 + - 0.5778457868516034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9960736522097364 + - -0.020689396766461705 + - -0.08607687398481027 + - 0.0645998415116427 + - - -0.024254626001276598 + - -0.9988818007260785 + - -0.040581538854090805 + - -0.03285921804467468 + - - -0.08514101532807312 + - 0.042509964004546145 + - -0.9954616569558257 + - 0.5765567618607279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999743390337286 + - -0.019499982044298363 + - -0.01152840740003259 + - -0.03485530603674053 + - - -0.019783964582654065 + - -0.9994902890247396 + - -0.025055077142880255 + - 0.03740456571658221 + - - -0.01103395768984884 + - 0.025276725371682 + - -0.9996195971129138 + - 0.5803682182164112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980119313715742 + - -0.039910684210171944 + - -0.048778295643208104 + - 0.04848151952377937 + - - -0.03822660081679407 + - -0.9986565198975762 + - 0.03498402858526772 + - 0.035102943646997085 + - - -0.05010899949084758 + - -0.03304984949946491 + - -0.9981967719934224 + - 0.5764229280895228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987986435263596 + - -0.023086963244566754 + - -0.043223394337420895 + - 0.025712897218378238 + - - -0.02046458101566177 + - -0.9979789614534116 + - 0.060159732547804975 + - -0.030479431548056816 + - - -0.04452494372548471 + - -0.05920291060846615 + - -0.9972524979972366 + - 0.5776912539236042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9967259679422812 + - -0.020365690217713416 + - -0.07824693918281196 + - 0.06459816827978998 + - - -0.024199588722145636 + - -0.9985364951147867 + - -0.04836577125981676 + - -0.0328617989280728 + - - -0.07714742209044671 + - 0.050100963921206616 + - -0.99576009594629 + - 0.5766160871510901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999628063534263 + - -0.02112951449990691 + - -0.01724175779140809 + - -0.034855558545200525 + - - -0.021574207876218776 + - -0.9994284183753296 + - -0.026026718930786678 + - 0.037390174914659915 + - - -0.01668197078444443 + - 0.026389015911676087 + - -0.9995125470397865 + - 0.5802473419876303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983260137377351 + - -0.039759232069910555 + - -0.04200444928497984 + - 0.04850749418371576 + - - -0.03800469717220674 + - -0.9984040093800877 + - 0.04177411933979497 + - 0.03513004622773411 + - - -0.043598317483273454 + - -0.04010782366294097 + - -0.9982437323588117 + - 0.5766352558310699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987495531209155 + - -0.02170186128192291 + - -0.04503731072868111 + - 0.025719775485883185 + - - -0.019343280364729078 + - -0.9984513701659284 + - 0.05216031938658997 + - -0.03048792420973883 + - - -0.04609954062138891 + - -0.051223926349702666 + - -0.9976226449533996 + - 0.5776434750211543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9962574756937146 + - -0.02253955519133368 + - -0.08344465576754813 + - 0.06460475480567612 + - - -0.024848598965013777 + - -0.999333615531344 + - -0.026737090315303195 + - -0.03284078982440418 + - - -0.08278640742213479 + - 0.02871050889186025 + - -0.9961536615529291 + - 0.5765515862547101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999692040638096 + - -0.020095979689194358 + - -0.014559377911535856 + - -0.03486487363527445 + - - -0.020525897901816432 + - -0.9993389174464952 + - -0.03000692573710113 + - 0.037393526760523196 + - - -0.013946734390660704 + - 0.03029652912792458 + - -0.9994436496984899 + - 0.5802021693179154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980545416716801 + - -0.03916091203440637 + - -0.048513449858427427 + - 0.04848815147338164 + - - -0.03748358478864611 + - -0.9986835988094483 + - 0.03501500164788532 + - 0.03511742572740194 + - - -0.04982080609469346 + - -0.033128423410155206 + - -0.9982085928514304 + - 0.5764143614956817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994831000330788 + - -0.03141473709661546 + - 0.0068298639383997444 + - -0.042890450763550705 + - - -0.031571359398182126 + - -0.9992089485358755 + - 0.024181117252560752 + - -0.023643771606990608 + - - 0.00606481772333987 + - -0.024384246122892687 + - -0.9996842634187066 + - 0.5795454886128315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991618876212809 + - -0.022632527813115495 + - -0.03410705220137706 + - 0.025730597932560998 + - - -0.021397807335568685 + - -0.9991175707987314 + - 0.036141576646181416 + - -0.030501346229692583 + - - -0.034894930381199916 + - -0.03538146981161857 + - -0.9987644844645112 + - 0.577732999736258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971370079389412 + - -0.023020430189956118 + - -0.0720267116592534 + - 0.06461721001270931 + - - -0.025504966953219025 + - -0.9991042367732167 + - -0.03376715449253335 + - -0.032860016044801536 + - - -0.07118485835689412 + - 0.03550751829791498 + - -0.9968309445864084 + - 0.57658965331569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997238347967929 + - -0.019091070104778368 + - -0.013703473335214161 + - -0.034838929678647296 + - - -0.0193684323862557 + - -0.9996042469742668 + - -0.020401305299118152 + - 0.037396047962879916 + - - -0.013308567394484246 + - 0.020661085965244488 + - -0.9996979551647802 + - 0.5803342552619508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998662076258224 + - -0.03832695410546817 + - -0.03471457953958776 + - 0.04850750996341669 + - - -0.03738396246081736 + - -0.998924772982066 + - 0.027417827657513553 + - 0.03508603028770085 + - - -0.03572809530805171 + - -0.026083376156591637 + - -0.9990211012255614 + - 0.5764260321878468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983445314246536 + - -0.023485829777479515 + - -0.052503451068973216 + - 0.025709523875464487 + - - -0.020034616741609442 + - -0.9976632580719458 + - 0.0653195041720864 + - -0.030473978002868576 + - - -0.05391484680962778 + - -0.06415948326579357 + - -0.9964821874978805 + - 0.577582718818231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9972916510231122 + - -0.02227643561209444 + - -0.07009367457920268 + - 0.06461816654989919 + - - -0.024449462389245575 + - -0.9992418400679243 + - -0.030298000702112332 + - -0.03285669968315533 + - - -0.069365600901829 + - 0.03192969580325725 + - -0.9970801913273771 + - 0.5766658532981368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996521984736795 + - -0.02010070735237917 + - -0.017071720788294595 + - -0.03487102072580932 + - - -0.02056469661531734 + - -0.9994115476215798 + - -0.027452718148824273 + - 0.0374131684873613 + - - -0.016509855840056133 + - 0.02779424481026315 + - -0.9994773157083495 + - 0.580401558001686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998139152290749 + - -0.03896419266187591 + - -0.04690441721749761 + - 0.04850461782125947 + - - -0.03777062555423903 + - -0.9989463133000972 + - 0.026069963356032202 + - 0.03509507711464724 + - - -0.04787078973180134 + - -0.02424984194487897 + - -0.998559128272383 + - 0.5764967180771048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9994211747350573 + - -0.023217022247518065 + - -0.024865344742354738 + - 0.02573191662110156 + - - -0.02183029222854596 + - -0.998266408454131 + - 0.05465908975922753 + - -0.03048600917954646 + - - -0.026091259693893337 + - -0.054084633955026974 + - -0.9981954210161141 + - 0.5777451418603013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969237741124419 + - -0.02047169127744498 + - -0.0756564502580296 + - 0.06462002299998837 + - - -0.024035647879325415 + - -0.9986290431676348 + - -0.04650077174752632 + - -0.03286905031750352 + - - -0.07460077908725755 + - 0.04817617666788685 + - -0.9960490850160142 + - 0.5767569560384636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994567974792506 + - -0.02016509208961917 + - -0.026066818630920037 + - -0.03486496474238885 + - - -0.021026395226137307 + - -0.9992274744583289 + - -0.0332015811585008 + - 0.03739904776215729 + - - -0.0253771684061554 + - 0.0337316372067444 + - -0.9991086907714489 + - 0.5803990450309224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9984239821423081 + - -0.03948782787464964 + - -0.03987810593343048 + - 0.04849546635056904 + - - -0.03811559771228789 + - -0.9986740044845589 + - 0.03460395899043355 + - 0.035117914934851925 + - - -0.04119166292019412 + - -0.03302944468983116 + - -0.9986051785812808 + - 0.5765138586554488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998445169780805 + - -0.023247918552539354 + - -0.0506633716244196 + - 0.02572621494894459 + - - -0.01994053189163659 + - -0.9976966403058903 + - 0.06483663401362655 + - -0.030468281035523882 + - - -0.05205399244302182 + - -0.0637255694781367 + - -0.9966089672812645 + - 0.5776749113306048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974365444905561 + - -0.023666719076795958 + - -0.06752944633920081 + - 0.06462997209925034 + - - -0.025932248717721384 + - -0.9991231008702157 + - -0.03287168666082209 + - -0.0328553852038739 + - - -0.06669226485268902 + - 0.03453861195278486 + - -0.9971756244981093 + - 0.5767067367567017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996636240445332 + - -0.01959319286375029 + - -0.01699251469188233 + - -0.034860573253775964 + - - -0.01982139178439383 + - -0.9997141828384497 + - -0.0133665649806338 + - 0.0374305536118186 + - - -0.016725764253974075 + - 0.013698884080677001 + - -0.9997662673770634 + - 0.5803198939181973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983455590688669 + - -0.03922970010152614 + - -0.04203778440184378 + - 0.048510861896886914 + - - -0.03706164200142427 + - -0.9980021283631795 + - 0.051168217427649335 + - 0.035147999587641705 + - - -0.043961112129128906 + - -0.04952557331832973 + - -0.9978049098936436 + - 0.5766623557347592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994068088889095 + - -0.03323499411870936 + - 0.009025824749899537 + - -0.042877637258782325 + - - -0.03349556108345648 + - -0.9989751608977697 + - 0.030441341905040702 + - -0.023636240550913512 + - - 0.008004856912586313 + - -0.030725609435851804 + - -0.9994958024877366 + - 0.5795352715346903 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988553584263029 + - -0.0246001499390244 + - -0.04102201318852319 + - 0.02574975916602973 + - - -0.021670574937325916 + - -0.9972840800336202 + - 0.07039069465050539 + - -0.03050086883347524 + - - -0.04264222232655793 + - -0.06942115192412514 + - -0.9966756466075506 + - 0.5777193646906635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9971421054930123 + - -0.021851349977277522 + - -0.07231970656144072 + - 0.06461075198762721 + - - -0.025728820052006274 + - -0.9982563188686725 + - -0.053125790888216236 + - -0.03287251781380393 + - - -0.07103273380416834 + - 0.05483466369859063 + - -0.9959656170698706 + - 0.576725158401646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996101491557454 + - -0.01977321557137138 + - -0.019712170118900852 + - -0.03486668723863332 + - - -0.020449531304319767 + - -0.9991878467341702 + - -0.034719786983311574 + - 0.03740442623619887 + - - -0.019009638982949075 + - 0.035109356084966334 + - -0.9992026654993658 + - 0.5802135666510732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981821410995466 + - -0.03996792096193443 + - -0.04511073579432613 + - 0.04850124950113942 + - - -0.03898051715717526 + - -0.9989852631137641 + - 0.02256021639264375 + - 0.03510342662192031 + - - -0.04596664521241571 + - -0.020760765291874695 + - -0.9987272190905843 + - 0.5765138508591787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990776917704539 + - -0.021115323527865236 + - -0.03738862017961568 + - 0.02573137197629528 + - - -0.01955363219662476 + - -0.9989407676454738 + - 0.04165330963791497 + - -0.030512108979080965 + - - -0.03822854005244124 + - -0.04088380912031658 + - -0.9984323176246218 + - 0.5777702025666883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.997216149435976 + - -0.021498590998985136 + - -0.07139861265559334 + - 0.0646281187659318 + - - -0.02475174997860411 + - -0.9986805043493387 + - -0.04499556762112078 + - -0.03286332336827651 + - - -0.07033706119167739 + - 0.04663754729409059 + - -0.9964324548133253 + - 0.5767259867995044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995357270919543 + - -0.019889907547078898 + - -0.023080767849598786 + - -0.034882072493893516 + - - -0.02031842512685283 + - -0.9996227096127047 + - -0.018482424811637824 + - 0.037413362815521295 + - - -0.022704445977008433 + - 0.018942808775945133 + - -0.9995627434676396 + - 0.5802199455639477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983439642914885 + - -0.03899366830044663 + - -0.04229447712443821 + - 0.04847682022953305 + - - -0.03764077413447423 + - -0.9987683494790153 + - 0.03232578230332906 + - 0.03510146747645255 + - - -0.04350288594234156 + - -0.030680252792952518 + - -0.9985821052889188 + - 0.576496229745066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984328492321295 + - -0.024844381591606585 + - -0.050145810169370676 + - 0.025746740651558672 + - - -0.02162355089786398 + - -0.9977296725805263 + - 0.06378026731618211 + - -0.03051240126258587 + - - -0.051616544060789325 + - -0.06259598354277054 + - -0.9967033035078865 + - 0.577612727775336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974696214698862 + - -0.02148235949930159 + - -0.06777066087227475 + - 0.06461475735615543 + - - -0.024226569008004035 + - -0.9989085789899697 + - -0.03993399772549674 + - -0.032849935169648924 + - - -0.0668388180537517 + - 0.04147480018737073 + - -0.9969014060330115 + - 0.5766944630820516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996731241974214 + - -0.019616575205816913 + - -0.01639618048697377 + - -0.03485325451653087 + - - -0.019958775545965073 + - -0.999580772972207 + - -0.02097440304254525 + - 0.03740969511350688 + - - -0.015977860810279854 + - 0.02129479470386775 + - -0.9996455570263131 + - 0.5803619674055699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998248910175917 + - -0.03948921155438498 + - -0.044042201391473496 + - 0.048501390943094684 + - - -0.03784602016523933 + - -0.9985782248887154 + - 0.03753941309815739 + - 0.03510487726372575 + - - -0.0454619851111495 + - -0.035806856171895926 + - -0.9983241342173584 + - 0.5765555167834185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986441378600838 + - -0.025968095823357247 + - -0.04511700252675228 + - 0.02570043158809216 + - - -0.022674423713698745 + - -0.9971439435241597 + - 0.07204044976497559 + - -0.030492420727930392 + - - -0.04685889912216986 + - -0.07091977081461312 + - -0.9963807654108252 + - 0.5776430579494416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969860600385478 + - -0.021987908212590338 + - -0.07439978481990317 + - 0.06460022707803038 + - - -0.024929977775773566 + - -0.9989340508656568 + - -0.03884917282554718 + - -0.03284429378354506 + - - -0.07346626638745588 + - 0.04058686873318142 + - -0.996471481673973 + - 0.5765851037431482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998002324249692 + - -0.019145270893453744 + - -0.005740543998091756 + - -0.03485034899247956 + - - -0.0193437406645548 + - -0.9991361020591891 + - -0.036781371087441235 + - 0.0374089734148373 + - - -0.005031395440650961 + - 0.036885066956505334 + - -0.9993068482180706 + - 0.5804046366978591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980257937291283 + - -0.03723924008025213 + - -0.050574242946274245 + - 0.04849117603446056 + - - -0.036309610073912785 + - -0.9991565561220213 + - 0.01917781464774925 + - 0.0351106687739211 + - - -0.051245753654559884 + - -0.0173036226446475 + - -0.9985361572701054 + - 0.5764546119085201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998872915465305 + - -0.02264113339688215 + - -0.04171663730870963 + - 0.02572094977871743 + - - -0.021223282011639106 + - -0.9991922807492006 + - 0.0341226961400376 + - -0.03049056269224364 + - - -0.042455518492844624 + - -0.033198873018756056 + - -0.9985466257415266 + - 0.5776512397129462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9969274957753026 + - -0.02137821877898748 + - -0.075356087537915 + - 0.06462931386179852 + - - -0.024769670473986292 + - -0.9987083968910526 + - -0.04436216184896579 + - -0.03284880791670362 + - - -0.0743103733794569 + - 0.046092404375791145 + - -0.9961693925568403 + - 0.5766828237171756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996151926292142 + - -0.020030241247602068 + - -0.01919000001099082 + - -0.03486340224122626 + - - -0.020526131176138593 + - -0.999451126847165 + - -0.02600236494768442 + - 0.03740250751878612 + - - -0.018658633492271568 + - 0.02638625550349039 + - -0.999477674046152 + - 0.5801907877973536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983188003251892 + - -0.039233984244419824 + - -0.04266459184831987 + - 0.04853090165020205 + - - -0.03777430617670945 + - -0.9986906615122725 + - 0.0344973100552626 + - 0.035108380386999864 + - - -0.0439621963753327 + - -0.03282768783343307 + - -0.9984936996302822 + - 0.5766941980931787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994832364386754 + - -0.03214433729484575 + - -4.071788327777721e-05 + - -0.04288470608116801 + - - -0.03211525006226474 + - -0.9986311072374215 + - 0.04128586163810314 + - -0.023629098576908744 + - - -0.0013677688068655701 + - -0.04126321894420721 + - -0.9991473745003058 + - 0.5795228140494634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984224628623269 + - -0.026153084013761572 + - -0.0496850264012653 + - 0.025749687762485075 + - - -0.0222656001766306 + - -0.9967634230108746 + - 0.077245851645373 + - -0.0305022599496714 + - - -0.05154443423590687 + - -0.07601772651305534 + - -0.9957733058056372 + - 0.5776709260316875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974256378423997 + - -0.022672239298240082 + - -0.06802989445740504 + - 0.06463078149262254 + - - -0.025573059628858787 + - -0.9987870412668258 + - -0.04207689174214149 + - -0.0328596871203274 + - - -0.06699339964430201 + - 0.04370830313183527 + - -0.9967956002317805 + - 0.5766925810579002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997509164730103 + - -0.02020697260149274 + - -0.009475403403467204 + - -0.034841020967316325 + - - -0.020533168795975783 + - -0.999151778872164 + - -0.03569470206888458 + - 0.03740798897867924 + - - -0.008746084299381215 + - 0.03588037116409177 + - -0.9993178198023667 + - 0.5803554036724252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982469327325272 + - -0.03899944827403701 + - -0.04452083023060171 + - 0.048469255053985305 + - - -0.03755887864348825 + - -0.9987576815733912 + - 0.032747887461475465 + - 0.03509226190408947 + - - -0.04574267072597608 + - -0.03101832575214936 + - -0.9984715677185754 + - 0.5763337467533909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994802799292128 + - -0.031829344009595896 + - 0.005105182909655431 + - -0.042864242140774736 + - - -0.03196205323463492 + - -0.9990840374498833 + - 0.02845194660944946 + - -0.023620323933530262 + - - 0.004194899956923867 + - -0.028600331689674522 + - -0.9995821246108758 + - 0.5795011369399914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991596491453519 + - -0.022914568927481324 + - -0.03398408525479079 + - 0.025728231603461958 + - - -0.02116926499082991 + - -0.9984816037313696 + - 0.05085616216132632 + - -0.030483424649063368 + - - -0.03509783097978 + - -0.0500940070357603 + - -0.9981276134441002 + - 0.5775801298820848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9940812138436892 + - -0.022265284001523764 + - -0.10633342565434929 + - 0.06456901109333849 + - - -0.024496704670504577 + - -0.9995052922291748 + - -0.019725168342972492 + - -0.032848141736451626 + - - -0.10584163520724545 + - 0.02221323781451086 + - -0.9941348602289596 + - 0.5763560047908154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997660164328027 + - -0.019826533686728376 + - -0.008649910291674294 + - -0.03486469846220633 + - - -0.02015431762095212 + - -0.9990117607651743 + - -0.03961445864958909 + - 0.037438711370702836 + - - -0.007855944712048752 + - 0.03977952255665281 + - -0.9991775986869632 + - 0.580632049737123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976245858666954 + - -0.03982060904279508 + - -0.056209472242366346 + - 0.048454611097655725 + - - -0.03807732002168686 + - -0.9987702055847948 + - 0.031752072941363854 + - 0.03509852414113959 + - - -0.057404733030217384 + - -0.029536342555714516 + - -0.9979139747965061 + - 0.5762778106515876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982841549734427 + - -0.024154763904880826 + - -0.05334129085107628 + - 0.02570164063280618 + - - -0.021292084262528807 + - -0.9983355429693735 + - 0.05359842154207357 + - -0.030475966313977573 + - - -0.05454716378251963 + - -0.0523707076975661 + - -0.9971368591615383 + - 0.5774686136753812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901117742763137 + - -0.023530676105304738 + - -0.13829310077309495 + - 0.06454213451673432 + - - -0.02287301037249534 + - -0.9997182554295186 + - 0.006343118906269363 + - -0.0327863272379277 + - - -0.138403395319298 + - -0.0031172171863044456 + - -0.99037103305837 + - 0.5761471296969549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998054240939135 + - -0.019705021326133443 + - -0.0009088932426264225 + - -0.03485618715613475 + - - -0.019724742523628568 + - -0.9991956704504125 + - -0.03491341698441027 + - 0.03742231683555354 + - - -0.00022019256668796378 + - 0.03492455135985822 + - -0.9993899275195575 + - 0.5805904508613025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975761476943033 + - -0.039276558342872255 + - -0.057438502035937915 + - 0.048469259743594395 + - - -0.03768838439626033 + - -0.9988836978810823 + - 0.028477074797379126 + - 0.03506930684243815 + - - -0.05849286480412131 + - -0.026243286230096197 + - -0.9979428213554388 + - 0.5762798270353174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994661412117785 + - -0.032183403022050146 + - 0.005626823362921463 + - -0.04289892228366889 + - - -0.03229345565223655 + - -0.9992639561562795 + - 0.020704556236199028 + - -0.023630526359586984 + - - 0.004956338696483188 + - -0.020875212497629577 + - -0.9997698036097631 + - 0.5794786403505825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992091123493789 + - -0.022142470707872904 + - -0.03302818173798309 + - 0.025736483040524068 + - - -0.02103546194984801 + - -0.9992174514755978 + - 0.033496178993552624 + - -0.030498471882907472 + - - -0.03374402374529075 + - -0.032774924219021624 + - -0.9988929598329919 + - 0.5776907270435028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910977934382775 + - -0.021114616575768085 + - -0.1314508912432152 + - 0.06454954723059654 + - - -0.024451226935973843 + - -0.9994171871077785 + - -0.023820655215606657 + - -0.032835771533835996 + - - -0.1308713159676436 + - 0.026822734395165627 + - -0.9910364471483697 + - 0.5762476569367785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997745517112833 + - -0.020124380322764663 + - -0.006771636960674766 + - -0.03483397863008096 + - - -0.020387797832642707 + - -0.9989352115051792 + - -0.0413857573887321 + - 0.037374226997506726 + - - -0.005931563877911421 + - 0.04151448580590185 + - -0.9991202950687342 + - 0.5803281348759143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974254866292658 + - -0.039424273670927386 + - -0.05990096216165635 + - 0.048480977876048464 + - - -0.03748971876979996 + - -0.9987492040838886 + - 0.033083958777053155 + - 0.03509807191485814 + - - -0.06113034932775759 + - -0.030753113457343884 + - -0.9976559158365912 + - 0.5762818724502637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982704231421528 + - -0.022457690502751843 + - -0.054330602949626376 + - 0.02571941585099222 + - - -0.019675026393503346 + - -0.9984935223949692 + - 0.051220885112453096 + - -0.03047419395113307 + - - -0.0553990578981474 + - -0.0500633386079153 + - -0.9972084067593032 + - 0.5775172452019286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905693034878003 + - -0.022065058894918468 + - -0.13522421441316623 + - 0.06455024161682488 + - - -0.024313041897143815 + - -0.9995919284912346 + - -0.014995082156541618 + - -0.032807859981143286 + - - -0.13483816589305087 + - 0.018141380078083445 + - -0.9907015490789645 + - 0.5761389964115138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997912075732733 + - -0.02035637438577763 + - -0.0017774366491987385 + - -0.03486185348277507 + - - -0.02040585044922233 + - -0.9991881689444602 + - -0.03473621034110837 + - 0.037434685477780644 + - - -0.0010688903684809414 + - 0.03476522778990247 + - -0.9993949351533142 + - 0.580643359885921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975393546149519 + - -0.039894191075493086 + - -0.0576514484884574 + - 0.048492151246935365 + - - -0.03860645571606753 + - -0.9989832568207029 + - 0.023280768220689023 + - 0.035103845341212456 + - - -0.05852159918721058 + - -0.020997764412769633 + - -0.9980652866011511 + - 0.5763180121519965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988401286590686 + - -0.023797081781228312 + - -0.04185804915464867 + - 0.025717588086716037 + - - -0.020796137181144373 + - -0.9972792018350949 + - 0.070722798767443 + - -0.030484043118405618 + - - -0.04342715807738836 + - -0.06977028368764701 + - -0.9966173736472127 + - 0.5775210167377647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919027048939928 + - -0.023158439410944875 + - -0.12487077603679027 + - 0.06456067464740836 + - - -0.023561894272091075 + - -0.9997208398169873 + - -0.0017548714848077804 + - -0.03283285856051747 + - - -0.12479527700314401 + - 0.004682853795174991 + - -0.9921714618542711 + - 0.5762292116727443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997980308206615 + - -0.019781668650759924 + - -0.0035472739560255258 + - -0.03486849862126816 + - - -0.01987068596974689 + - -0.9994348048875863 + - -0.027115062574229545 + - 0.03743398181004439 + - - -0.003008887870835157 + - 0.02718007293412256 + - -0.9996260251859577 + - 0.5804968967694282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974028036981605 + - -0.04054244453368753 + - -0.05953114618652653 + - 0.048456381945970364 + - - -0.038088839261233846 + - -0.9984002336530847 + - 0.04178772266106081 + - 0.03509779996487743 + - - -0.06113008669043921 + - -0.039411719484167586 + - -0.9973514069115863 + - 0.5762327390529138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986953635077284 + - -0.021729527963715207 + - -0.046210372457278374 + - 0.025735003232419774 + - - -0.019365723471314874 + - -0.9985108942430294 + - 0.05099963561064172 + - -0.030475842433070624 + - - -0.04724975833376121 + - -0.050038202330417406 + - -0.9976290085221767 + - 0.5774728881610984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9925067849979842 + - -0.021221467607725704 + - -0.12033258513611074 + - 0.06456570941627175 + - - -0.024549330971854133 + - -0.9993541685469359 + - -0.026240734682881565 + - -0.03282863173591991 + - - -0.1196980036667256 + - 0.02899819167529708 + - -0.9923867657308636 + - 0.5763732075250434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997748587258205 + - -0.020379562248900755 + - 0.0059080709464875494 + - -0.03482259861920821 + - - -0.020120515512498726 + - -0.9989560481608819 + - -0.0410119336084719 + - 0.03740119896757127 + - - 0.006737708458878959 + - 0.04088382669635497 + - -0.9991411892217167 + - 0.5805163833154735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974036554815667 + - -0.039889141555278014 + - -0.059956687850406074 + - 0.04848468681104191 + - - -0.03766372180551079 + - -0.9985752782748093 + - 0.037800233837172834 + - 0.03512236956043285 + - - -0.0613790851330087 + - -0.03544389939567666 + - -0.9974850063554161 + - 0.5763365505376259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994304974380107 + - -0.032845215394334396 + - 0.007737739754613537 + - -0.04288872990807045 + - - -0.03301893210825335 + - -0.9991782076205818 + - 0.023508711971364227 + - -0.023631542606045115 + - - 0.006959232230706446 + - -0.023750815603296387 + - -0.9996936870086446 + - 0.5794767217664198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989471531820748 + - -0.021141692697068434 + - -0.04071380575838058 + - 0.02574056758178473 + - - -0.019404554104686868 + - -0.9989037672315465 + - 0.042599613737947795 + - -0.030458364521776065 + - - -0.041569801893041304 + - -0.04176472962353274 + - -0.9982623196986081 + - 0.5775897936778145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895285707763255 + - -0.020136410366343796 + - -0.14292561909930898 + - 0.06456997774238876 + - - -0.022955086245928777 + - -0.9995726413784213 + - -0.01809968572126768 + - -0.032838935679976505 + - - -0.14250007590455707 + - 0.021191026056444077 + - -0.9895679202469486 + - 0.5762423144781024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997892878202097 + - -0.01995235639482438 + - 0.00482529110539109 + - -0.03484853920032352 + - - -0.019810169814266594 + - -0.9994141368076256 + - -0.02790950234236481 + - 0.03740801489157153 + - - 0.005379324482476998 + - 0.027808031634088317 + - -0.9995988076447219 + - 0.5805997102154392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969720808086183 + - -0.03863542517756917 + - -0.06748313870502945 + - 0.04847129118487532 + - - -0.036676249085050475 + - -0.9988757715487934 + - 0.030034076743840777 + - 0.03509188035395518 + - - -0.06856765156533454 + - -0.027468107582286 + - -0.997268258907634 + - 0.5762748596135737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990712081133439 + - -0.023234699734326868 + - -0.03628870137107768 + - 0.02571774737891684 + - - -0.0215559758814129 + - -0.9987094961356746 + - 0.045985674206517405 + - -0.030479012258171984 + - - -0.03731033399399595 + - -0.04516072471388924 + - -0.9982827494856223 + - 0.5776180869596779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913680939699047 + - -0.022902036739760868 + - -0.12909221111921818 + - 0.06457097790819287 + - - -0.023417637250698887 + - -0.9997226999420571 + - -0.00247739503479975 + - -0.03282901432157358 + - - -0.12899967644948893 + - 0.0054790449655404225 + - -0.991629499128678 + - 0.5762469426750805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997966357610162 + - -0.019856376714730603 + - -0.0035229851996072 + - -0.03485707151569057 + - - -0.019968377782411277 + - -0.9991783034836142 + - -0.035270125266950364 + - 0.037414603212059624 + - - -0.0028197534808650972 + - 0.03533330088415419 + - -0.9993716059799468 + - 0.5806155206618365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977375736324114 + - -0.03827477097936142 + - -0.05527002866460083 + - 0.0484855400763535 + - - -0.03689858798844844 + - -0.9989882580343173 + - 0.025709035649337388 + - 0.03510771225358078 + - - -0.056198117108735 + - -0.02361148483339421 + - -0.9981404056631488 + - 0.5762967062871182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998901002173255 + - -0.02411279949597306 + - -0.04019155082519023 + - 0.0257184155194903 + - - -0.02160361554465306 + - -0.9978586415604342 + - 0.06173666057185283 + - -0.03046233387837146 + - - -0.04159413002655149 + - -0.06080052930388308 + - -0.9972829207319769 + - 0.577508851248333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915028138834127 + - -0.021031951777507007 + - -0.12837377873110795 + - 0.06456365630908427 + - - -0.02343231587590289 + - -0.9995771698057205 + - -0.017216508817904357 + - -0.0328192316860968 + - - -0.1279574016380715 + - 0.020078311871611344 + - -0.991576403893527 + - 0.5761904019920633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998122858872 + - -0.019360453600999715 + - -0.0007522136501130431 + - -0.03490625678398241 + - - -0.019373488210841464 + - -0.9994720731400604 + - -0.026081467896852985 + - 0.037429984327511184 + - - -0.0002468674872597493 + - 0.026091145039528703 + - -0.999659537646178 + - 0.5806451122935938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972832912620891 + - -0.04098116055998291 + - -0.06120932485015744 + - 0.04845240788229247 + - - -0.037732681430793225 + - -0.997864512320317 + - 0.053316599701951906 + - 0.03510641264111046 + - - -0.06326358922395624 + - -0.05086216207450099 + - -0.9966999341565193 + - 0.5762793806047417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987268806727091 + - -0.02353503090664544 + - -0.04461748695280513 + - 0.02568253771938879 + - - -0.021485181184302603 + - -0.9987159513182792 + - 0.04587848702716533 + - -0.030512925667773232 + - - -0.045639947537636165 + - -0.044861463447454904 + - -0.9979501211413895 + - 0.577571705601417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903027635085602 + - -0.02340182862516071 + - -0.13694083030384777 + - 0.06455861488005804 + - - -0.024461019035679248 + - -0.9996824366823058 + - -0.006056759584456542 + - -0.03282798778050705 + - - -0.13675560366962944 + - 0.009347738011218415 + - -0.9905607122529285 + - 0.5762569614366293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998203420290309 + - -0.01888311587656105 + - 0.0016466935792699196 + - -0.034855069855097905 + - - -0.018827250893451903 + - -0.9993994025628815 + - -0.02909241792547414 + - 0.037431540039657596 + - - 0.0021950600781425605 + - 0.029056188527537514 + - -0.9995753696542875 + - 0.5806208283115736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970128519135545 + - -0.040340973525355386 + - -0.06586333558382175 + - 0.04843877679063029 + - - -0.038191466773668026 + - -0.9987062102770589 + - 0.033575547943574126 + - 0.03513959935919668 + - - -0.0671325925678158 + - -0.030959835417230647 + - -0.9972636078821195 + - 0.5763147735226349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994306409859116 + - -0.03343248625551028 + - 0.004545626608617302 + - -0.042860917425737124 + - - -0.033510414978540834 + - -0.9992706160320773 + - 0.018310871711606752 + - -0.023642591775364995 + - - 0.003930133134620108 + - -0.018452772085734197 + - -0.9998220087875123 + - 0.5794883841971071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988020174144745 + - -0.02123775344807585 + - -0.044085006944022134 + - 0.02572149494794225 + - - -0.019199634760863882 + - -0.9987499441242483 + - 0.046151090310631936 + - -0.030493391265043045 + - - -0.045010043699436286 + - -0.04524938607638141 + - -0.9979612161932373 + - 0.5776284494902822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918329174453684 + - -0.021250310598796854 + - -0.1257612347715456 + - 0.06452876119592695 + - - -0.02429032874904684 + - -0.9994474451323382 + - -0.022688859550571726 + - -0.032805144646279774 + - - -0.12520959947652727 + - 0.025558339498038665 + - -0.9918010523693909 + - 0.5761861598181272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997817762536171 + - -0.019679088144202658 + - -0.0070095193112695514 + - -0.03488479414711502 + - - -0.019904956639082396 + - -0.9992317207502868 + - -0.033760345786389104 + - 0.03743198529982188 + - - -0.006339761222523129 + - 0.03389250265520405 + - -0.999405376056887 + - 0.5807129404811816 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968219377160833 + - -0.03915050271731977 + - -0.06937768102880171 + - 0.048461587483835805 + - - -0.03685666591687151 + - -0.9987406158141794 + - 0.03404068889734209 + - 0.035089586788983294 + - - -0.07062301795763998 + - -0.03137547545607308 + - -0.9970095129307744 + - 0.5761165241713588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992746132900869 + - -0.03195100858762881 + - 0.020721493290313617 + - -0.042853822679540646 + - - -0.03227988886184176 + - -0.9993549852710593 + - 0.01573601566307279 + - -0.023648876459070933 + - - 0.020205346050349817 + - -0.01639348846690654 + - -0.9996614414524907 + - 0.579491244334235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987625585140406 + - -0.022469662460492066 + - -0.044367397708216 + - 0.02573492547057335 + - - -0.02031751463572175 + - -0.9986225094311943 + - 0.048376463867997085 + - -0.03047558484611535 + - - -0.04539328485045657 + - -0.04741516557237725 + - -0.9978433002051121 + - 0.5775410328875512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9935179864861934 + - -0.023562302462329873 + - -0.11120624277033142 + - 0.06457193024468508 + - - -0.025118548342490398 + - -0.9996048968566946 + - -0.012613830079851533 + - -0.03283160875122341 + - - -0.11086509395470776 + - 0.015325406447826368 + - -0.9937172952402625 + - 0.576284919435379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999754304944559 + - -0.02145966698737614 + - -0.00555089520824267 + - -0.03488653270856448 + - - -0.021619999528542364 + - -0.999296415353219 + - -0.030647183925963915 + - 0.03744100945835001 + - - -0.004889311322446209 + - 0.030759664416195303 + - -0.9995148511551964 + - 0.5806510968324117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972900131002379 + - -0.03951285265659492 + - -0.062059360659498075 + - 0.048460863762293756 + - - -0.03770576950840021 + - -0.9988377080629058 + - 0.030025121105858112 + - 0.03509503274469841 + - - -0.06317360775123448 + - -0.027603757472131753 + - -0.9976207334739559 + - 0.5763239507216348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985406043981103 + - -0.02208713142729272 + - -0.049283059904697335 + - 0.02571186953316187 + - - -0.020568318561189746 + - -0.9993041468193365 + - 0.031115372747946332 + - -0.030485451562398142 + - - -0.049936015458002914 + - -0.030056293434016813 + - -0.9983000618978177 + - 0.5776471343345985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912032539808395 + - -0.02169958489352593 + - -0.1305574100280943 + - 0.0645532749418189 + - - -0.02446024120773568 + - -0.9995090658716452 + - -0.019578657779617578 + - -0.03283255374855207 + - - -0.13006846619321172 + - 0.022599895040478657 + - -0.9912474155559274 + - 0.5762627280285978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997988038045544 + - -0.020024193652217595 + - -0.001176256587872527 + - -0.03485141376125956 + - - -0.02005462520469349 + - -0.9990585893479975 + - -0.038467480524309546 + - 0.037394566044122626 + - - -0.0004048689680595327 + - 0.03848333039859401 + - -0.9992591602595149 + - 0.5804377210987489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970128482102858 + - -0.040836038949987746 + - -0.06555759625313087 + - 0.04845801563374221 + - - -0.03857464851503943 + - -0.9986285452555671 + - 0.03539809447825748 + - 0.03509681643958225 + - - -0.06691320494158534 + - -0.0327634937640289 + - -0.9972207260585896 + - 0.576199296039917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974136830829028 + - -0.023186307963142326 + - -0.06803190370728263 + - 0.02572093969571705 + - - -0.019314603509676675 + - -0.9981858391609689 + - 0.05702610445907594 + - -0.030490318748286706 + - - -0.06923070771169856 + - -0.055564607634282615 + - -0.9960520485839014 + - 0.5774480759608194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927394874446033 + - -0.023962496437307013 + - -0.11787327446337614 + - 0.06455627365420245 + - - -0.0244855568948578 + - -0.9996957090247134 + - -0.002991130409383586 + - -0.032829919176709424 + - - -0.11776573173795099 + - 0.005855606037747612 + - -0.9930241408476218 + - 0.5762786330121498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997717042496198 + - -0.020275254440242606 + - -0.006741916581662605 + - -0.034880175542819344 + - - -0.020490718075450713 + - -0.9992254802469084 + - -0.033594197387165015 + - 0.03740975855768778 + - - -0.006055563934355908 + - 0.033724674686627154 + - -0.9994128158387394 + - 0.5805494929797326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965397541599078 + - -0.03957789708130452 + - -0.07308972870063364 + - 0.04843110158749916 + - - -0.03755090650052509 + - -0.9988766602131033 + - 0.02890237191834185 + - 0.03507947640486451 + - - -0.07415151920156042 + - -0.026057777037556372 + - -0.9969064873176232 + - 0.5761768303910149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99917874192995 + - -0.02450739348630604 + - -0.03226808546830136 + - 0.02570547535228673 + - - -0.023564674642903634 + - -0.9992934920848555 + - 0.029278367198805354 + - -0.03052035211049951 + - - -0.03296282427608914 + - -0.02849393516805552 + - -0.9990503229939829 + - 0.5776956707859983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912385711517884 + - -0.020031026601837823 + - -0.1305559383338705 + - 0.06456285506654422 + - - -0.023934745144511882 + - -0.9993100355150708 + - -0.028400367845086052 + - -0.032821635473723604 + - - -0.12989697084931653 + - 0.03127636315407209 + - -0.9910340892582996 + - 0.5762892911103615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99980917166046 + - -0.01952270799781814 + - 0.0006957988623575437 + - -0.0348401861334102 + - - -0.019487674747490212 + - -0.9992293686523809 + - -0.03407197316711594 + - 0.03740888033822594 + - - 0.0013604398409936727 + - 0.034051911767132306 + - -0.999419139554793 + - 0.5804697367211167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976931007162068 + - -0.04040180255856445 + - -0.05455429527818899 + - 0.0484820929504565 + - - -0.038149972572751024 + - -0.9984013114823154 + - 0.041706124527352346 + - 0.03509989235003936 + - - -0.056152082561374356 + - -0.039528667829961735 + - -0.9976394278714175 + - 0.5763896944439263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989744757981146 + - -0.02080450522016845 + - -0.040214043149452844 + - 0.02571958045126906 + - - -0.01950816709634026 + - -0.999285748570754 + - 0.03236393239284044 + - -0.030509843002621308 + - - -0.040858635812069624 + - -0.03154624012352443 + - -0.9986668146151872 + - 0.5776383387790298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893606643778466 + - -0.022565890974094397 + - -0.14372284559655504 + - 0.06455064615590879 + - - -0.02298592985238306 + - -0.999734991324202 + - -0.0012625968553149562 + - -0.032834780002860844 + - - -0.1436562661725803 + - 0.00455276691068308 + - -0.9896171732052802 + - 0.576249496197208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997916394870712 + - -0.019840815919808328 + - 0.0047978782175834974 + - -0.034859317407195015 + - - -0.019656142773584528 + - -0.9991627170192175 + - -0.03588176375317331 + - 0.03740979837224011 + - - 0.005505784505312813 + - 0.03577997963121782 + - -0.9993445248734641 + - 0.5805029843481069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969139060549965 + - -0.03947991988584989 + - -0.06785278063555257 + - 0.04847171053163878 + - - -0.03700504027212243 + - -0.9986167526443589 + - 0.037352487634602305 + - 0.03511740826550161 + - - -0.06923359667551686 + - -0.03472631946868823 + - -0.9969958835559601 + - 0.5763669015550784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989938830980375 + - -0.020998088539917074 + - -0.03962703383265408 + - 0.0257158690437745 + - - -0.019835859885547827 + - -0.9993680059016646 + - 0.02949792268500019 + - -0.030502280651180314 + - - -0.04022138977342059 + - -0.02868220803562964 + - -0.9987790400017886 + - 0.5776240211128658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907356548213534 + - -0.022098493602141937 + - -0.1339944731928155 + - 0.06454788554324442 + - - -0.023720726540380092 + - -0.9996632484407568 + - -0.01052220743334983 + - -0.032815158451432055 + - - -0.13371682541139152 + - 0.013603172328175022 + - -0.9909262153684854 + - 0.5763092831928298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997802715078263 + - -0.01994268138622722 + - -0.006457411467798716 + - -0.034871733503099064 + - - -0.020072631976829576 + - -0.9995836525722065 + - -0.020727058545059875 + - 0.037430869722361274 + - - -0.006041369816506083 + - 0.020852121463654654 + - -0.9997643176675223 + - 0.5806288626733379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972874545249005 + - -0.03877482075495246 + - -0.06256393787690868 + - 0.048482718748879494 + - - -0.037321445960784475 + - -0.999009410553438 + - 0.02423442380311703 + - 0.035101419745383534 + - - -0.06344164813937785 + - -0.021833710199921322 + - -0.9977466844747046 + - 0.5763765620453557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992830705180338 + - -0.03155671754183994 + - 0.0209169441849154 + - -0.04285932048241314 + - - -0.031979867802957786 + - -0.9992840850887627 + - 0.02021398881024718 + - -0.02363629655016033 + - - 0.02026408229739701 + - -0.020868417915596422 + - -0.9995768485225861 + - 0.5794862664835676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982713164949918 + - -0.021253407956945993 + - -0.05479663596947879 + - 0.025709178130187332 + - - -0.018374251452956767 + - -0.9984507476494396 + - 0.0525213423459267 + - -0.03046851691868925 + - - -0.05582799966772469 + - -0.051423702399673074 + - -0.9971152577734481 + - 0.5774745097010386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912286448594732 + - -0.02202060610417017 + - -0.13031065388853433 + - 0.06455992655957223 + - - -0.02398906995808564 + - -0.9996203162638103 + - -0.013555361861140772 + - -0.03282282377746482 + - - -0.1299626797684569 + - 0.01656249436061429 + - -0.9913805453245271 + - 0.5762405154522915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997850913280513 + - -0.019003111427270614 + - 0.008285705416131923 + - -0.03484297845815672 + - - -0.0186972577750364 + - -0.9991930622572818 + - -0.03554767064956589 + - 0.03741865726499352 + - - 0.008954535714040217 + - 0.035385111176862286 + - -0.9993336330761351 + - 0.5805777746567881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973407027665026 + - -0.03940803198146048 + - -0.061306848072355556 + - 0.048439866206085314 + - - -0.037504822044023056 + - -0.9987874282343634 + - 0.031891402045565516 + - 0.03506594967070941 + - - -0.06248928651108813 + - -0.029507290901299738 + - -0.9976093468161776 + - 0.5762297948309875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992885891971168 + - -0.032563280235091356 + - 0.01902493839062016 + - -0.04288300347036786 + - - -0.03276786181367033 + - -0.999407387439898 + - 0.010542350910406912 + - -0.02365000795188058 + - - 0.018670370446142455 + - -0.011158257520278894 + - -0.9997634272949353 + - 0.5795672372357115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983368470594819 + - -0.022205104261442624 + - -0.05320219119614442 + - 0.025712332594464798 + - - -0.02053304048437003 + - -0.9992842232378406 + - 0.03177161368915161 + - -0.030495278116972193 + - - -0.053869602298512155 + - -0.030626369890731864 + - -0.9980781990483092 + - 0.5775877101772313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9922113809379375 + - -0.023892185792686618 + - -0.12225276682054591 + - 0.06455956812107766 + - - -0.02436548992765516 + - -0.99970028959554 + - -0.0023777895575614835 + - -0.03281844897497753 + - - -0.12215931580447052 + - 0.005338018419081873 + - -0.9924961496759283 + - 0.5762954954321587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997890278090782 + - -0.01955482538146593 + - -0.00628559280246783 + - -0.034882240569277516 + - - -0.019744237059801776 + - -0.9993044387128536 + - -0.03163548437618361 + - 0.037413362942760084 + - - -0.0056625944146133 + - 0.0317529144030872 + - -0.9994797083740152 + - 0.5805549708255857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971281871554406 + - -0.040207785017744566 + - -0.06417719535840939 + - 0.04847208110701694 + - - -0.03780559377875782 + - -0.9985540747828756 + - 0.038216446898586574 + - 0.03511515264882081 + - - -0.06562099861431671 + - -0.03568043943792979 + - -0.9972064935520516 + - 0.576428754579031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982157682709529 + - -0.022555191199681596 + - -0.05528601382969393 + - 0.025727823255768313 + - - -0.02015572817074213 + - -0.9988465643728391 + - 0.04358081530310161 + - -0.03048038577673354 + - - -0.05620521859345851 + - -0.042388727163264875 + - -0.9975190069428953 + - 0.5775252978174623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888156944863916 + - -0.024666869554546143 + - -0.1470886395469548 + - 0.06455172554806894 + - - -0.023843664478210052 + - -0.9996886252220896 + - 0.007357463273359078 + - -0.032819047139510185 + - - -0.14722432544129907 + - -0.003768042986390708 + - -0.9890959507805129 + - 0.5762004878762768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998212888267848 + - -0.018814177655923924 + - 0.0018485475050304158 + - -0.034843691284310675 + - - -0.018749426533468668 + - -0.999363182413886 + - -0.030359325424902786 + - 0.037414147266811554 + - - 0.0024185560595285753 + - 0.030319240668598882 + - -0.9995373400888361 + - 0.5805098483291413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976445603883399 + - -0.03898831122911479 + - -0.05643795456124848 + - 0.048471356978147494 + - - -0.03758221070515561 + - -0.9989613301960476 + - 0.025765057955617583 + - 0.035084444167757106 + - - -0.05738387026045867 + - -0.023583306817423367 + - -0.9980736040360381 + - 0.5762636710325869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984712709124482 + - -0.02475578591762384 + - -0.04941935072500575 + - 0.025695718962038015 + - - -0.022300514843806796 + - -0.9985186692260639 + - 0.04963017473987915 + - -0.030507760264130764 + - - -0.050574778300863585 + - -0.04845222668371974 + - -0.9975442714632806 + - 0.5775087742674929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899030384347416 + - -0.021865894736113924 + - -0.1400494810595729 + - 0.0645513868305004 + - - -0.022942244826941176 + - -0.9997183315539389 + - -0.006075438857349307 + - -0.03282184895968428 + - - -0.13987718863334067 + - 0.009227144867069355 + - -0.9901258666945505 + - 0.576127302268013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998098269130461 + - -0.019382271279029178 + - 0.0021535013746846773 + - -0.03488775502512245 + - - -0.019318969574500838 + - -0.9994672476936773 + - -0.026305858704967565 + - 0.03743994593135367 + - - 0.0026622213815081365 + - 0.026259252611076492 + - -0.9996516214309985 + - 0.5804986876952756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970143937709326 + - -0.03950757415205738 + - -0.06634342618676918 + - 0.048481429148157285 + - - -0.03685981853615778 + - -0.9984924800114435 + - 0.04067088809061145 + - 0.035125816895750187 + - - -0.06785022027275316 + - -0.038104054183475136 + - -0.9969676166574931 + - 0.5763700953026496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991941986148174 + - -0.032153140856428106 + - 0.024023509060078583 + - -0.04285534429943683 + - - -0.032663628850405815 + - -0.9992422115916967 + - 0.021168134628656597 + - -0.023642032950557213 + - - 0.02332468230900307 + - -0.02193577230007386 + - -0.9994872590927723 + - 0.579476954615271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.999146385029799 + - -0.02048402106076709 + - -0.035873474365702936 + - 0.025715032370104418 + - - -0.019371253318459354 + - -0.9993286455296652 + - 0.0310968289173819 + - -0.030465528797847214 + - - -0.0364863786467878 + - -0.030375370039340953 + - -0.9988724047986391 + - 0.5776809363767593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902815294175111 + - -0.022089975203323495 + - -0.13731178205103725 + - 0.06452391861719949 + - - -0.024023483735505467 + - -0.9996339956444172 + - -0.012439733967721807 + - -0.03282131177270202 + - - -0.13698673192585079 + - 0.015617546141898881 + - -0.990449760224506 + - 0.5761267972393704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997890423045486 + - -0.020383577448183494 + - 0.002525996470206363 + - -0.034852450098813964 + - - -0.020292145214836268 + - -0.9992794082598662 + - -0.03207636311041825 + - 0.037405318785202944 + - - 0.0031780072897315916 + - 0.03201833846759242 + - -0.999482229092364 + - 0.5805738716493326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964076391256174 + - -0.0406903067353302 + - -0.07427055695158212 + - 0.04845238272160578 + - - -0.037650186908095636 + - -0.9984128138397627 + - 0.04188456262578223 + - 0.035093269682884745 + - - -0.07585697145219368 + - -0.03893779781076931 + - -0.9963581523647754 + - 0.5762399210739566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992374143590276 + - -0.03291063294364553 + - 0.021011425090500854 + - -0.042886409975986584 + - - -0.033324553128381604 + - -0.9992511349058555 + - 0.019663253752980076 + - -0.02363793079920569 + - - 0.020348560240930253 + - -0.020348455189744662 + - -0.99958585247467 + - 0.5795144268092041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984944689566778 + - -0.022855726151911827 + - -0.04986392729208816 + - 0.025721375798409926 + - - -0.019806459990621025 + - -0.997952744880168 + - 0.06081137335053331 + - -0.03048562559983565 + - - -0.051151731207865966 + - -0.059732192059281056 + - -0.9969029870685668 + - 0.5774967463710908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910999708551259 + - -0.024963772753978236 + - -0.13075801245375474 + - 0.06456059968712338 + - - -0.024266253670900385 + - -0.9996815438100455 + - 0.006925308537768695 + - -0.032826163529010674 + - - -0.13088925358389075 + - -0.0036906659902397427 + - -0.991390126176774 + - 0.5762266371597403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998110288616395 + - -0.01935701173000247 + - 0.0017923904469680809 + - -0.034862235019415766 + - - -0.01929420501925897 + - -0.9993590581838931 + - -0.030153050898330973 + - 0.037416761316201454 + - - 0.0023749145889141823 + - 0.03011277009321931 + - -0.9995436863179161 + - 0.5805928979579811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966660397810304 + - -0.04101538775136923 + - -0.07053044105067212 + - 0.04844467602110742 + - - -0.037896726354052196 + - -0.99826785937627 + - 0.04500132295795682 + - 0.03508203206503415 + - - -0.07225401911896383 + - -0.04217841751328606 + - -0.9964940229711525 + - 0.5761368310782409 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978642788606544 + - -0.02213838160680824 + - -0.06145545568732968 + - 0.02570810215924358 + - - -0.01925165281157428 + - -0.998701157196315 + - 0.04717385376207434 + - -0.03048289583179979 + - - -0.06241998748741153 + - -0.04588998446910073 + - -0.9969944104595064 + - 0.5773956761841094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904267417470103 + - -0.02267331183035218 + - -0.13616457014599878 + - 0.06455076359406439 + - - -0.024232304857196563 + - -0.9996582944337423 + - -0.009802539014429597 + - -0.032813998332367096 + - - -0.13589578593064947 + - 0.013008278151436422 + - -0.9906377340207803 + - 0.5761534265341662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997962967822766 + - -0.019630265767944157 + - -0.0046922922251233425 + - -0.034875357733523515 + - - -0.01979043630741122 + - -0.99912102573463 + - -0.036952869519743956 + - 0.03741803692850437 + - - -0.003962773171451127 + - 0.03703820461173574 + - -0.9993059930911707 + - 0.5806841769836242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960363648027599 + - -0.04068530833734257 + - -0.07909655919190535 + - 0.048451747833602295 + - - -0.038234795704006154 + - -0.9987481274810209 + - 0.032253344797524994 + - 0.03508906831615618 + - - -0.0803097776611051 + - -0.029101263523264476 + - -0.9963450487021924 + - 0.5762771386224733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993389293730301 + - -0.03325422725975356 + - 0.014692195510625358 + - -0.042855303826511516 + - - -0.03360518073885356 + - -0.9991391607057539 + - 0.024323432564321526 + - -0.023631549934064404 + - - 0.013870690937179823 + - -0.024801086943091313 + - -0.999596173471751 + - 0.5794310014876983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985418632151701 + - -0.02249852159944371 + - -0.04907100908495595 + - 0.025717320775624965 + - - -0.019865823739722004 + - -0.9983705429263103 + - 0.05349400026327417 + - -0.03047476062964329 + - - -0.050194585902453286 + - -0.05244116267651056 + - -0.9973617337772778 + - 0.5775555357827732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901617417326226 + - -0.021840393881937648 + - -0.13821259857227522 + - 0.06455575717093016 + - - -0.024623451439617652 + - -0.999526378893134 + - -0.01845815635376765 + - -0.03283358101378601 + - - -0.1377440047632559 + - 0.021679831453707436 + - -0.9902305661107009 + - 0.5762501783046365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997963511547641 + - -0.020115846239710328 + - -0.0016152237244214931 + - -0.034885457858757005 + - - -0.020149472923619974 + - -0.9994951362163612 + - -0.024565655308542433 + - 0.037429365200850356 + - - -0.001120249311496195 + - 0.024593198447907208 + - -0.9996969138851947 + - 0.5806396697747469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973741691802944 + - -0.04009411647872491 + - -0.06030943935826103 + - 0.04847708539389463 + - - -0.03822061014624833 + - -0.9987598734281048 + - 0.03190454810721184 + - 0.03510475861271383 + - - -0.06151383268798836 + - -0.02951570859165225 + - -0.9976697205660637 + - 0.5764239120654017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993080383845538 + - -0.03296438348476296 + - 0.01722770563610922 + - -0.0428805685965562 + - - -0.033207621433087524 + - -0.9993500104387303 + - 0.014028917095311432 + - -0.023638478283221846 + - - 0.01675405320427532 + - -0.014591300750099784 + - -0.9997531673586482 + - 0.579615603714723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9993165435716248 + - -0.021333608014833663 + - -0.03018812536628396 + - 0.02572919482966222 + - - -0.020207157675081053 + - -0.9991057500566835 + - 0.0371398839842849 + - -0.030493668482391007 + - - -0.03095345736352347 + - -0.03650448428263511 + - -0.9988539963901146 + - 0.5777009703157109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916509414222251 + - -0.025228217117173414 + - -0.12645927185265465 + - 0.06457039566477425 + - - -0.02462113567525006 + - -0.9996766124235804 + - 0.006361623328606663 + - -0.03281703389600265 + - - -0.12657886890976622 + - -0.0031949388731088452 + - -0.9919514011841108 + - 0.5762657847672675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998054159225225 + - -0.01937635687824493 + - 0.003699606211278358 + - -0.03483795299885102 + - - -0.019276125513625047 + - -0.9994905390297709 + - -0.02543803009593041 + - 0.03743566169816567 + - - 0.004190617755726776 + - 0.02536176618663176 + - -0.9996695551724682 + - 0.5805545267388401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971440806585965 + - -0.04053733514555438 + - -0.06372132191676047 + - 0.048463858328082615 + - - -0.03774243255674603 + - -0.9982975211522558 + - 0.04446985547492569 + - 0.035116283233304985 + - - -0.06541552714930832 + - -0.041937855459695396 + - -0.9969764415908832 + - 0.576287025014082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983861978476121 + - -0.02249881973477678 + - -0.05214214282066751 + - 0.025749317862000076 + - - -0.02046863244035971 + - -0.999023761969609 + - 0.039147900404903596 + - -0.03046709479247168 + - - -0.05297202123206479 + - -0.03801744508291971 + - -0.9978720553437488 + - 0.5775994699343059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9931081737973122 + - -0.021888969214883282 + - -0.11513916867720377 + - 0.06456355560616912 + - - -0.02362928071853861 + - -0.999625930094517 + - -0.013771600320820329 + - -0.032815947514983373 + - - -0.11479465244379718 + - 0.01639734458324917 + - -0.9932539025148233 + - 0.5762831401207507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997523048475613 + - -0.01983716129552922 + - 0.01009039066261257 + - -0.03485706081990016 + - - -0.019444144006844123 + - -0.9991014067038274 + - -0.037660382184377644 + - 0.0374129645462171 + - - 0.010828398581050162 + - 0.03745485488114243 + - -0.9992396507495094 + - 0.5806755411078659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969454576209235 + - -0.04009714694402153 + - -0.06702218540123189 + - 0.048459177628069415 + - - -0.03766241327536379 + - -0.9985976898018705 + - 0.03720479201181514 + - 0.03508708934323443 + - - -0.06842000551946234 + - -0.03456693115271107 + - -0.9970575861580914 + - 0.576307531412504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989680524022592 + - -0.022331054013824198 + - -0.03954939071931332 + - 0.025728869119920384 + - - -0.020884600243889977 + - -0.9991111412165665 + - 0.03661640301262554 + - -0.030491947795899216 + - - -0.040331919769459906 + - -0.035752643588436474 + - -0.9985464860106154 + - 0.5776616910284113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917525361824651 + - -0.021320688395966198 + - -0.1263817044590334 + - 0.06457050178785972 + - - -0.0231512419242372 + - -0.9996470173744917 + - -0.013033059949523203 + - -0.03279993399989941 + - - -0.12605922010314752 + - 0.015851463673886276 + - -0.9918960651834351 + - 0.5762263682333849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999789274475456 + - -0.019451476311830234 + - 0.006560999400372969 + - -0.03486573298292293 + - - -0.019176026441615538 + - -0.9990270538179474 + - -0.03971430157691889 + - 0.03742546738567838 + - - 0.007327117697420246 + - 0.03958011886190222 + - -0.999189535342082 + - 0.5806400456428187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975104035798404 + - -0.03971703247331081 + - -0.05827136587980256 + - 0.04846955263238837 + - - -0.03736070074567964 + - -0.9984610408293398 + - 0.040984484695833164 + - 0.03509202090259139 + - - -0.059809470736461263 + - -0.03870539080677502 + - -0.9974591319611641 + - 0.576247190180271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994293975599435 + - -0.03207701383768798 + - 0.010580381667270789 + - -0.04289361044732401 + - - -0.032393722779173136 + - -0.9989862109552529 + - 0.031260151083661925 + - -0.023620368047610793 + - - 0.009566923093368424 + - -0.03158505191580446 + - -0.9994552808795408 + - 0.5794169020148828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981192872845466 + - -0.023916497625344632 + - -0.056443684251876396 + - 0.025687484069762758 + - - -0.02123251753369488 + - -0.9986369048148686 + - 0.047681364713691256 + - -0.030504391885755537 + - - -0.05750711738358979 + - -0.046393248249239745 + - -0.9972665631450369 + - 0.5775376574608901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916312925109716 + - -0.025099698174408856 + - -0.12663879683798937 + - 0.06454935308956726 + - - -0.024718073904277053 + - -0.9996839505781638 + - 0.004584296990560573 + - -0.032811288113410206 + - - -0.12671383719027166 + - -0.0014156652106135888 + - -0.9919383042087488 + - 0.5762509851179017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997592920292737 + - -0.021269662516653267 + - -0.005381399218892774 + - -0.0348671026100247 + - - -0.021489014593866162 + - -0.9987712542855643 + - -0.044656509767616724 + - 0.03741565353640021 + - - -0.004424957955736055 + - 0.04476140155612105 + - -0.9989879061719525 + - 0.580396328293477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970347098069119 + - -0.040034242521449145 + - -0.06571945576448927 + - 0.04849247103951895 + - - -0.03766404830919347 + - -0.998608309657568 + - 0.03691697912638802 + - 0.035151086386846886 + - - -0.067105937928097 + - -0.034332248813458484 + - -0.997154997874554 + - 0.5764162798552093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989538143035757 + - -0.02231455926421951 + - -0.03991662978234684 + - 0.025705905350238614 + - - -0.0209066290873712 + - -0.9991563566164264 + - 0.035348096033481914 + - -0.030490273414982352 + - - -0.04067173156555285 + - -0.034476593187738415 + - -0.998577575741428 + - 0.5776289878955477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.992260805491587 + - -0.021192626695117418 + - -0.12234936231525011 + - 0.0645639374636517 + - - -0.024734696623040123 + - -0.9993156168826396 + - -0.027504411235935194 + - -0.03284216713319496 + - - -0.12168273775746959 + - 0.030317823606431038 + - -0.9921059121402392 + - 0.5763266784817943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997546203632496 + - -0.019529091267247042 + - 0.010455317145373759 + - -0.034855145300378296 + - - -0.019159980692756852 + - -0.9992275454978847 + - -0.03431045697928289 + - 0.037417534669947614 + - - 0.011117292934343133 + - 0.03410171421717056 + - -0.9993565324173669 + - 0.5806384237918083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966331345693632 + - -0.03973720304542251 + - -0.07171715117440379 + - 0.04845418949556143 + - - -0.0379217789730924 + - -0.9989292531294289 + - 0.02650067776109653 + - 0.03508490163112993 + - - -0.07269342307225153 + - -0.023691811589838654 + - -0.9970728981903131 + - 0.5763854844000134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986197570493542 + - -0.02497880440128867 + - -0.04620216619782086 + - 0.025693695907692563 + - - -0.022687867439993924 + - -0.998518299584756 + - 0.049461763670467875 + - -0.030488328540493246 + - - -0.047369204149047744 + - -0.04834526579769847 + - -0.9977068175437293 + - 0.5775503093729357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9929234299264522 + - -0.023246650773530147 + - -0.11645881474110652 + - 0.06455895760271592 + - - -0.0234594811235093 + - -0.9997246840637529 + - -0.0004569672245092319 + - -0.032823820711325474 + - - -0.11641612881600878 + - 0.0031857968300089334 + - -0.9931954166477267 + - 0.5762453469635364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997861900379852 + - -0.019813749484784163 + - -0.005915195743502906 + - -0.034867096789413445 + - - -0.019958727294644818 + - -0.999474315573275 + - -0.025548810424591513 + - 0.03742448372785971 + - - -0.005405868487832417 + - 0.025661407613144123 + - -0.9996560752304788 + - 0.580524825615911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972498879224745 + - -0.040626262357451516 + - -0.061985222799272446 + - 0.04843645553435482 + - - -0.038534943089754976 + - -0.9986590934672613 + - 0.034569830723004485 + - 0.03512768075739435 + - - -0.0633065494216931 + - -0.0320861627810394 + - -0.9974781997408803 + - 0.576284676997859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981901599670753 + - -0.02221749879023933 + - -0.0558819048745696 + - 0.025695085078740305 + - - -0.01877742701432099 + - -0.9979397501971489 + - 0.06134870178882996 + - -0.030475526915952636 + - - -0.05712978889884488 + - -0.06018835206216112 + - -0.9965508263487696 + - 0.577470483376655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908562458323936 + - -0.019810411354400412 + - -0.13345953580357062 + - 0.0645702427480066 + - - -0.023855912392319788 + - -0.9993010052314475 + - -0.028781876022057087 + - -0.03284284001017249 + - - -0.13279606748268213 + - 0.03170250061727852 + - -0.9906362379378956 + - 0.5763372088253531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998034129943469 + - -0.019664811135638022 + - 0.0025358564342003683 + - -0.03488460920064996 + - - -0.019568952894474034 + - -0.9992476567249227 + - -0.03348397545639856 + - 0.03742636472126888 + - - 0.003192404653085953 + - 0.03342776888681821 + - -0.9994360373829734 + - 0.580495759652873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965883482638462 + - -0.03996935624740315 + - -0.07220882678666767 + - 0.04845812081513805 + - - -0.03738107748889165 + - -0.9986215093744436 + - 0.036847470204577355 + - 0.03510794109138728 + - - -0.07358205725928214 + - -0.03402251571938666 + - -0.9967086581712911 + - 0.5762505112061119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986961197151049 + - -0.021380735151068486 + - -0.046356495018419944 + - 0.025715554646250492 + - - -0.01937951101350385 + - -0.9988785479889037 + - 0.04319815876235789 + - -0.030486656167815224 + - - -0.047228116825365915 + - -0.042243467329046984 + - -0.9979904781355132 + - 0.5775436437258316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915023118716949 + - -0.019921931235443363 + - -0.1285545884398317 + - 0.06458151011066043 + - - -0.024049372064700154 + - -0.999241293042644 + - -0.030634392139529978 + - -0.032836505935559326 + - - -0.12784675692553904 + - 0.03346572775714196 + - -0.9912291621059718 + - 0.576350188935646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997770503662156 + - -0.019487156311756987 + - 0.0081302090939184 + - -0.03487006189877218 + - - -0.019179127477099017 + - -0.9991538011628465 + - -0.0363846491126697 + - 0.03740995373201911 + - - 0.008832362665044335 + - 0.03622060685184693 + - -0.9993047868438523 + - 0.5806651805315668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966270435903566 + - -0.04057822086514682 + - -0.07132982528903932 + - 0.04842715445830283 + - - -0.03799769092608583 + - -0.9985862846048235 + - 0.03716998363492765 + - 0.035076349623106566 + - - -0.07273727702238493 + - -0.03433424224523526 + - -0.996759975290348 + - 0.5759408473051577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993541991979358 + - -0.03195363650589816 + - 0.016436230087876435 + - -0.04288474999108766 + - - -0.03226396878828402 + - -0.9992992349445626 + - 0.01897565169473605 + - -0.023647530742644734 + - - 0.015818371075471602 + - -0.019493695218204196 + - -0.9996848378280316 + - 0.5794674182223568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991904366295801 + - -0.024152249788227255 + - -0.032173594423938204 + - 0.025677939060624086 + - - -0.022743062907388936 + - -0.9987959237025026 + - 0.04346787186940821 + - -0.030507056830823043 + - - -0.033184701860639654 + - -0.04270095579061219 + - -0.998536631244437 + - 0.5776337749329035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903162208400463 + - -0.023458831623841225 + - -0.13683371645882064 + - 0.0645700863968896 + - - -0.02298470601389099 + - -0.9997230916293091 + - 0.005044140421411859 + - -0.03281882226388909 + - - -0.1369141556981734 + - -0.0018502113339250018 + - -0.990581188337168 + - 0.5762369813248218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997883202321413 + - -0.019813879992743783 + - -0.005543003430127199 + - -0.0348731682653181 + - - -0.019955074623183758 + - -0.9994443888635048 + - -0.026696602144062734 + - 0.0374133003977958 + - - -0.0050109604045953035 + - 0.026801562060603017 + - -0.9996282141611126 + - 0.5805020078184175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975909579078467 + - -0.03948575601525932 + - -0.05703644249432492 + - 0.04847696340398239 + - - -0.0376623398417711 + - -0.9987554056430322 + - 0.03269843813495888 + - 0.03511562305067149 + - - -0.05825657781013199 + - -0.030471540340557192 + - -0.9978364877930284 + - 0.5763119702549384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998181164612459 + - -0.02171403795684631 + - -0.05623933826534247 + - 0.025716138969685647 + - - -0.02013373008971977 + - -0.9993905630577635 + - 0.028515528817827103 + - -0.03050310658876862 + - - -0.056824251210106494 + - -0.027331356107859937 + - -0.9980100207150806 + - 0.5776269078940249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917704966390108 + - -0.022856797405505842 + - -0.1259716190606972 + - 0.06456412129107772 + - - -0.02481815909573945 + - -0.9995936348152702 + - -0.014022275703153196 + - -0.0328116950468346 + - - -0.12559992426553573 + - 0.017033263021521645 + - -0.9919347392723635 + - 0.5762220704148362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996859421236957 + - -0.019957429141246808 + - -0.015156455467263484 + - -0.03486451525308131 + - - -0.020432945998485014 + - -0.9992823286255138 + - -0.031895492073224896 + - 0.037408402258976514 + - - -0.014509026090059374 + - 0.03219516607881173 + - -0.9993762852114688 + - 0.5805083195427272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972477623239052 + - -0.04019898547396416 + - -0.06229720785739852 + - 0.04845909214336797 + - - -0.03805141113104541 + - -0.9986526324579563 + - 0.03528469633892947 + - 0.035108165162241314 + - - -0.06363167961715337 + - -0.032817087799777836 + - -0.9974337311808951 + - 0.5761774847752401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994072944419055 + - -0.031924343219561425 + - 0.012880067014971495 + - -0.04286357722247159 + - - -0.03220452203619923 + - -0.9992354793296403 + - 0.022165865859107847 + - -0.023617106189606104 + - - 0.012162589228058015 + - -0.02256752442922455 + - -0.999671335121902 + - 0.5794099483015086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989278422997251 + - -0.021014515760258708 + - -0.041249921282074754 + - 0.025716703845054846 + - - -0.02003595256817564 + - -0.9995112907351246 + - 0.023994588925253843 + - -0.030514437297854663 + - - -0.04173399673049948 + - -0.023142381475724075 + - -0.9988607028492669 + - 0.577668726401921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906992478666969 + - -0.0195864816405255 + - -0.13465277573561715 + - 0.06456095964201176 + - - -0.023121728069052955 + - -0.9994264724049123 + - -0.024740896252418394 + - -0.032827400921657715 + - - -0.13409096154275954 + - 0.027624192173120992 + - -0.9905839278119345 + - 0.576253844087286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997994841082901 + - -0.01986534121584579 + - -0.002521863433023948 + - -0.034834158376286374 + - - -0.01992168022447285 + - -0.9994956764619674 + - -0.02472891810954021 + - 0.037415558657054135 + - - -0.002029343201790245 + - 0.02477419932535695 + - -0.9996910126703936 + - 0.5804232551598926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973097873938006 + - -0.03917697120692701 + - -0.061954442097268775 + - 0.04847340789498875 + - - -0.03749877153080254 + - -0.9989036850252005 + - 0.028022672548425796 + - 0.03510893168050122 + - - -0.062984363950213 + - -0.02562407013195281 + - -0.9976855100319241 + - 0.576387467663377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992116004066591 + - -0.03250065169226214 + - 0.022800992354308314 + - -0.042869606365900294 + - - -0.03273200005847056 + - -0.9994156500988554 + - 0.009847563640543566 + - -0.023630658737220193 + - - 0.022467616360781383 + - -0.010586121908448369 + - -0.9996915225398304 + - 0.5794763635078516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986951270509729 + - -0.022403119208605465 + - -0.045892738579933624 + - 0.025707579983834196 + - - -0.020088391828877332 + - -0.9985324808052927 + - 0.05029255700953814 + - -0.03048476457242163 + - - -0.04695210025516015 + - -0.04930502029766506 + - -0.9976795654192164 + - 0.5775428475877296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901645895133964 + - -0.021591844808567934 + - -0.138231247956206 + - 0.06454679068241269 + - - -0.023472092783790553 + - -0.9996526335910904 + - -0.011986367871265977 + - -0.032819479753153344 + - - -0.13792442326910964 + - 0.015113053700655864 + - -0.9903274453804275 + - 0.5761833168606345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998090737452758 + - -0.01946988821805786 + - -0.0016551463348751533 + - -0.03485510455972007 + - - -0.01949836483080425 + - -0.9996214979662349 + - -0.019408105849530923 + - 0.037410876208581384 + - - -0.0012766462072066214 + - 0.01943667297965555 + - -0.9998102749611771 + - 0.5805104922671187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978191267947956 + - -0.03875220855975437 + - -0.05343460053385928 + - 0.0484768859663441 + - - -0.03703890511402425 + - -0.9987790041054669 + - 0.032689760874716395 + - 0.03510238315845197 + - - -0.054636157537166934 + - -0.03063930955216078 + - -0.9980361331132961 + - 0.5761792700845165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987174871887251 + - -0.024420919393723886 + - -0.04435086785400963 + - 0.025682566285262488 + - - -0.02243274875848885 + - -0.9987447174449627 + - 0.04478572494579526 + - -0.030503570553136503 + - - -0.045388903562182475 + - -0.04373337480400011 + - -0.9980116428988572 + - 0.5775665726918399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917378066438306 + - -0.020154370058091713 + - -0.12668829559531364 + - 0.0645614952421539 + - - -0.023106401833416713 + - -0.9994936575081068 + - -0.021875163893768756 + - -0.03282315427872255 + - - -0.12618326777983185 + - 0.02462173772559654 + - -0.9917013426247715 + - 0.5762818057386134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997385560687141 + - -0.020639399966275184 + - -0.00984046130395833 + - -0.0349054583445431 + - - -0.020935669956259725 + - -0.9992994710824732 + - -0.031020393578607777 + - 0.03743211969419763 + - - -0.009193325466072945 + - 0.031218300135037565 + - -0.9994703099660106 + - 0.5805574254659341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975507936329311 + - -0.03854417518432974 + - -0.05836746252552848 + - 0.048482361367200286 + - - -0.03651307854394593 + - -0.9987033431421481 + - 0.035474321585357654 + - 0.03511769623379472 + - - -0.05965910842070059 + - -0.03325626190745791 + - -0.9976646790512285 + - 0.5763599238664032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980246370872841 + - -0.025479676106473753 + - -0.05742481930580232 + - 0.025692351288647795 + - - -0.023327715491919213 + - -0.9990115528687741 + - 0.03783827327784217 + - -0.03051267507947236 + - - -0.05833216485544599 + - -0.03642393910918729 + - -0.9976325251329005 + - 0.577671748726185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909694587512091 + - -0.022432998949780496 + - -0.13219792880546435 + - 0.06454528645700658 + - - -0.025274199743735692 + - -0.9994833994904617 + - -0.019853185394373966 + - -0.03282047652079058 + - - -0.1316842688009818 + - 0.02301509724308764 + - -0.9910244995201892 + - 0.5762085705695517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997747278419714 + - -0.02049458249508495 + - -0.005519570351423469 + - -0.034863994637387256 + - - -0.02068928889359308 + - -0.9990675886512483 + - -0.037893358674810806 + - 0.03741931349622607 + - - -0.004737815276010815 + - 0.03799901834169629 + - -0.9992665448775307 + - 0.5806397503787899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970428186845541 + - -0.04003075826741898 + - -0.06559844588170295 + - 0.04847006157155778 + - - -0.037791198983738165 + - -0.9986713648025558 + - 0.03503327565006136 + - 0.03510353156725547 + - - -0.06691369806647031 + - -0.032450631980550725 + - -0.9972309228534448 + - 0.5763021993364722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983911660052189 + - -0.022862113640256046 + - -0.051888374445914216 + - 0.02571079917112602 + - - -0.020848886561875037 + - -0.9990211237926152 + - 0.03901433256214725 + - -0.03048063916276404 + - - -0.0527295322553638 + - -0.03786975014493461 + - -0.9978905142610037 + - 0.5775265519143292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9922949364522602 + - -0.023350215359649623 + - -0.1216779624001938 + - 0.06454860672459281 + - - -0.02501803597246205 + - -0.9996125909886355 + - -0.012196959173029735 + - -0.03282363801702641 + - - -0.12134602163765232 + - 0.015147124467896284 + - -0.9924946889797797 + - 0.576193046295252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998018682931749 + - -0.01981848582500595 + - 0.0018578958746745511 + - -0.034838975736856514 + - - -0.019737954945045856 + - -0.9991449406556604 + - -0.036329061325397136 + - 0.03740955311415481 + - - 0.0025762942503592553 + - 0.03628519232140247 + - -0.9993381547434955 + - 0.5805790504570035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976713509962779 + - -0.039996270741751015 + - -0.05524648158945599 + - 0.048486875265116476 + - - -0.03748641554832479 + - -0.9982496412020317 + - 0.04574300481335068 + - 0.03510909344869541 + - - -0.05697933002940506 + - -0.0435654928443196 + - -0.9974243849949893 + - 0.5764565028695682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983170290325355 + - -0.02293213648480009 + - -0.05326562362250149 + - 0.02569092614905044 + - - -0.020659289881347156 + - -0.9988685098845372 + - 0.04283565924137248 + - -0.030513314041615433 + - - -0.0541876672800182 + - -0.04166313811136906 + - -0.9976612048373252 + - 0.5775070258625246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910529640169565 + - -0.02387079300787476 + - -0.131317202812047 + - 0.06455422449187577 + - - -0.023682071211806783 + - -0.9997150425232199 + - 0.002998875775418276 + - -0.03282909346021765 + - - -0.13135136853616713 + - 0.00013781862238323962 + - -0.9913358658848695 + - 0.5762334465810091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997976378513733 + - -0.020067740308504306 + - 0.0014032625287507998 + - -0.034873691943863465 + - - -0.020019465516238746 + - -0.9993910195321609 + - -0.028579906908749158 + - 0.03744018013457649 + - - 0.001975942119165546 + - 0.028546030851574995 + - -0.9995905260532252 + - 0.5807215585818389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971518081495817 + - -0.03926197903931516 + - -0.06439540749103262 + - 0.048454862115997116 + - - -0.037639551538671566 + - -0.998947392066761 + - 0.026217781046157716 + - 0.03508623245850454 + - - -0.065356986344135 + - -0.023719293516733516 + - -0.9975800015292404 + - 0.5764234371063791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984980312729113 + - -0.021995383838351156 + - -0.05017852761813377 + - 0.025712469836056375 + - - -0.01950800803121647 + - -0.998581961346685 + - 0.049532858747131744 + - -0.030474772528201417 + - - -0.051196866767158775 + - -0.048479578822561084 + - -0.9975112085938757 + - 0.5775043678048244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920261242831165 + - -0.02254664273097032 + - -0.12399926468080641 + - 0.06457998291664105 + - - -0.02355136537727764 + - -0.9997005596495329 + - -0.006642606813415378 + - -0.03280184024892526 + - - -0.12381236581490829 + - 0.00950999148126051 + - -0.9922600758537766 + - 0.5762542610834966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997664146153535 + - -0.02007026069323812 + - 0.008018780634641013 + - -0.03488039302291197 + - - -0.0197883047174821 + - -0.9992321389894996 + - -0.03381649607629739 + - 0.037426544235553576 + - - 0.008691329217623067 + - 0.03364991896239309 + - -0.9993958894003196 + - 0.5806276117271661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966436362389578 + - -0.0394066576261979 + - -0.07175359000858077 + - 0.04847082345277014 + - - -0.03705309450305584 + - -0.9987401030238948 + - 0.03384190892322633 + - 0.03511567299036002 + - - -0.07299678439585881 + - -0.031069630614990462 + - -0.996848106544479 + - 0.5763554726472546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999374842706361 + - -0.032794115941856467 + - 0.013208698846903004 + - -0.0428855056171004 + - - -0.03312420410978352 + - -0.999123355623315 + - 0.025598971661005932 + - -0.023634532435027448 + - - 0.012357623870692211 + - -0.026020495913791877 + - -0.9995850253603601 + - 0.5794541367343471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990451487848103 + - -0.02217268263648981 + - -0.03764522325923811 + - 0.025733919265827774 + - - -0.02128202783142933 + - -0.9994878651562092 + - 0.023897336606120194 + - -0.030479936352225293 + - - -0.03815581188912963 + - -0.023073351516098566 + - -0.9990053826025647 + - 0.5776916187257926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913397662764974 + - -0.0223614203664891 + - -0.1294041524760796 + - 0.06455789509274396 + - - -0.023845090793046145 + - -0.9996663750754995 + - -0.00992724475785342 + - -0.03281331457915297 + - - -0.1291389927323683 + - 0.0129269262628093 + - -0.9915422407207196 + - 0.5761995435320315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998088110968756 + - -0.019508592894176925 + - 0.0013251627603294122 + - -0.03489533725864555 + - - -0.019459167977891205 + - -0.9993460275841332 + - -0.030477170692536085 + - 0.03742943502371503 + - - 0.0019188628560446487 + - 0.030445557230949747 + - -0.9995345846994177 + - 0.5806851327672264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973533481843407 + - -0.03873366046378958 + - -0.061530499856259115 + - 0.048476269455359274 + - - -0.037678731021062964 + - -0.9991238977161646 + - 0.018214012218651196 + - 0.03507114793280329 + - - -0.062182088209770066 + - -0.01584741491646672 + - -0.9979389998122818 + - 0.576234157463778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990585452242158 + - -0.02191361889972757 + - -0.03744084028425608 + - 0.025724941735648904 + - - -0.020627821941596864 + - -0.999195587773899 + - 0.034389974340186494 + - -0.030495410591688806 + - - -0.038164331206238175 + - -0.033585274747877425 + - -0.9987069205446063 + - 0.5776180791601988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9931810047245362 + - -0.019532978910113755 + - -0.114934566555314 + - 0.06457575915594038 + - - -0.023219525013601562 + - -0.9992550846327776 + - -0.030824170608189524 + - -0.03281796099651033 + - - -0.11424686215605043 + - 0.03328270677750075 + - -0.9928947154240769 + - 0.5763137933443857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997358742584749 + - -0.020275524777391855 + - 0.010820573720668702 + - -0.03485989089471967 + - - -0.019925400066512507 + - -0.9993038830176592 + - -0.031539305921627236 + - 0.03743255912837773 + - - 0.011452517314218768 + - 0.03131537131872998 + - -0.9994439390812961 + - 0.5805933292553658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970685804190876 + - -0.03952081671209531 + - -0.0655160361092941 + - 0.04847748611847952 + - - -0.03752855450845138 + - -0.9988031752653383 + - 0.03136597960185137 + - 0.035104824587975425 + - - -0.06667723402760162 + - -0.02881531062276669 + - -0.9973584232040865 + - 0.5762483536270914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984730956656973 + - -0.025334432721268466 + - -0.04908812229501788 + - 0.025690088584618367 + - - -0.02223334956683455 + - -0.9977833964253883 + - 0.06272138379257858 + - -0.030482809309600713 + - - -0.05056832406554569 + - -0.06153422085724758 + - -0.9968231459314606 + - 0.5774981981911879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918388218550427 + - -0.022728206572850386 + - -0.12545588900957477 + - 0.06456715724335194 + - - -0.02499483055211362 + - -0.9995510324585686 + - -0.016522468238158006 + - -0.03283292223329943 + - - -0.12502403731631784 + - 0.019523374119031094 + - -0.99196160608974 + - 0.5762512108163073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997950393934429 + - -0.02024405978789722 + - -0.00023926463975638095 + - -0.034911615545928476 + - - -0.020238910456780945 + - -0.9991002219441654 + - -0.03727107477175065 + - 0.03741578299893523 + - - 0.0005154685113545169 + - 0.0372682781252779 + - -0.9993051634699934 + - 0.5806247957219437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971420317949459 + - -0.04104259343458323 + - -0.06342928307974666 + - 0.04846539704267782 + - - -0.038333879964613696 + - -0.9983243522998448 + - 0.043347448044318344 + - 0.03510402483619547 + - - -0.06510208963394123 + - -0.04079207189221693 + - -0.9970444948927984 + - 0.5762241428146178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985445761940716 + - -0.02454804671653178 + - -0.04802210694883055 + - 0.025687297069237912 + - - -0.0223695931465307 + - -0.998719004004386 + - 0.0453866978634208 + - -0.030507392734927852 + - - -0.04907474560158853 + - -0.04424640598839337 + - -0.9978145744081157 + - 0.5775163449914791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9926611931966355 + - -0.020255983565226003 + - -0.11922017719848102 + - 0.0645679926426314 + - - -0.023263296329378853 + - -0.9994439527615782 + - -0.023887325765033135 + - -0.03284002522677644 + - - -0.11867002387007186 + - 0.026485475606803845 + - -0.9925804476295909 + - 0.5763131945594868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997998618933479 + - -0.01984677726644025 + - -0.0025182514129469123 + - -0.03489318079684381 + - - -0.01993420354166835 + - -0.9989402581618989 + - -0.041484794233515525 + - 0.03743564780999947 + - - -0.0016922432454690686 + - 0.04152669088157756 + - -0.9991359618476472 + - 0.5806819330934823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958149907488092 + - -0.03907827850653325 + - -0.08261593277882266 + - 0.0484459527870051 + - - -0.03690085797647553 + - -0.9989343647720949 + - 0.027721139189640136 + - 0.035111399017398036 + - - -0.08361118872823843 + - -0.024556527163612556 + - -0.9961958372193259 + - 0.5762603024520732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997787871594618 + - -0.024590187591614715 + - -0.06176314413055032 + - 0.02570224784851315 + - - -0.02170788543632477 + - -0.9986631103447743 + - 0.046912255822804554 + - -0.03049626772470534 + - - -0.06283415479311656 + - -0.045467732632165185 + - -0.9969877402860701 + - 0.577470122974312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991650218234045 + - -0.023507451995131042 + - -0.12679607398128545 + - 0.06456614037657785 + - - -0.022920282888908242 + - -0.99971875876604 + - 0.006088021318914941 + - -0.03281494890754498 + - - -0.12690352756587747 + - -0.0031309857846615182 + - -0.9919101227527379 + - 0.5762476219055086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997892474318638 + - -0.019860895591916228 + - 0.005196686051171282 + - -0.03485047700183975 + - - -0.019682190111064493 + - -0.9992800328526347 + - -0.03243497085662027 + - 0.03741539293537356 + - - 0.0058371321776494465 + - 0.03232585294040814 + - -0.9994603379422398 + - 0.580545173825107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997121157699215 + - -0.039219354679086015 + - -0.06489406049195143 + - 0.04846537855677744 + - - -0.03794080053680433 + - -0.9990630918336818 + - 0.020819082360914752 + - 0.035074844616274706 + - - -0.06564977169193678 + - -0.018297014900802183 + - -0.9976749604568195 + - 0.5763073765635459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993213499816961 + - -0.03263237695588547 + - 0.017087054894557113 + - -0.04287778849841849 + - - -0.0329973252469566 + - -0.999223504683346 + - 0.021530541444156507 + - -0.023638894233135192 + - - 0.016371194131986046 + - -0.02207975684967964 + - -0.9996221627895975 + - 0.5794771287756191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985534712523398 + - -0.021023528393555015 + - -0.0494871327092991 + - 0.025718732558969594 + - - -0.019173314120885222 + - -0.9991100380003948 + - 0.03757014762377437 + - -0.030497170686313853 + - - -0.05023294810703686 + - -0.036566968984805416 + - -0.9980678873221704 + - 0.5775979540445363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916610047311879 + - -0.020289946672462044 + - -0.12726653039805744 + - 0.06456527210499527 + - - -0.02341185014068987 + - -0.999459393547341 + - -0.0230825891738976 + - -0.03282054784219946 + - - -0.126729384787116 + - 0.0258696485095894 + - -0.9915999315840381 + - 0.5762681581199736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999820856172945 + - -0.01841000021609332 + - 0.0043962999946097195 + - -0.03487690381879852 + - - -0.01825653020728322 + - -0.9992980252685989 + - -0.03271323583916655 + - 0.03741742747354984 + - - 0.004995464581970013 + - 0.032627114281251104 + - -0.9994551099210449 + - 0.5805737388746944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997781874045789 + - -0.03971883248288095 + - -0.05342046585223727 + - 0.04848906626705324 + - - -0.03746446772252722 + - -0.9983912418367062 + - 0.04255986233562964 + - 0.03513328549043864 + - - -0.055024953284313866 + - -0.04046408988173182 + - -0.9976647292282627 + - 0.576321940627956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990109070406809 + - -0.022357425817777766 + - -0.03843635160311999 + - 0.025700555438533577 + - - -0.0211171664025372 + - -0.9992526323787032 + - 0.03237656509514592 + - -0.03051332572153335 + - - -0.039131482170800216 + - -0.03153287482985386 + - -0.9987364041167627 + - 0.5776693206954593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927757778190408 + - -0.023621422383455555 + - -0.11763623328031635 + - 0.06454483026112882 + - - -0.024985907256884363 + - -0.9996363988547724 + - -0.010137777035082247 + - -0.03282662727541676 + - - -0.11735399189780037 + - 0.013003787496150984 + - -0.9930050060782203 + - 0.576262205087403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997392085882411 + - -0.020360047007053114 + - 0.010343273042328852 + - -0.03485522611689025 + - - -0.01985024807230864 + - -0.9986879317553385 + - -0.047205747719032236 + - 0.03741372992484123 + - - 0.011290813204786733 + - 0.0469881203296716 + - -0.9988316345035633 + - 0.580571528451425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975952754854445 + - -0.038275639885623575 + - -0.05778098061184345 + - 0.04849929833463433 + - - -0.03724244207715588 + - -0.9991283865308461 + - 0.018853852030757255 + - 0.03511930812813804 + - - -0.05845226118166735 + - -0.016656608886987244 + - -0.9981512363079735 + - 0.5762128302938148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990004351972089 + - -0.023236879358496002 + - -0.03818609581334217 + - 0.025695950163729497 + - - -0.02196121824854837 + - -0.9991976387220667 + - 0.03349303905719388 + - -0.030496141701690464 + - - -0.03893373047662748 + - -0.03262094740999702 + - -0.9987091861103753 + - 0.5775674527919955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9923940983271328 + - -0.02216359317368197 + - -0.12108975490564326 + - 0.06457777267342608 + - - -0.024437990117336234 + - -0.9995511289679379 + - -0.017329893766128784 + - -0.03283295662852876 + - - -0.12065130850721105 + - 0.020157274531837154 + - -0.9924902750349474 + - 0.5762697368528837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997827203075732 + - -0.020749752292228824 + - 0.0019899633664944363 + - -0.034889748295651925 + - - -0.02063022749234802 + - -0.9986318433225537 + - -0.048050340433901176 + - 0.03741740863530334 + - - 0.002984273446387408 + - 0.04799884667375848 + - -0.9988429330129875 + - 0.5805256237231453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975601375077309 + - -0.038847171120857005 + - -0.058005769984234075 + - 0.0484843119065047 + - - -0.03709944257466778 + - -0.9988334371460692 + - 0.0309094839752783 + - 0.035118395514499884 + - - -0.059138848620901845 + - -0.028682087352142147 + - -0.9978376293009389 + - 0.5763276533094612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993778545917453 + - -0.0332341707665369 + - 0.011806508588951579 + - -0.04288583513225416 + - - -0.033574886540624446 + - -0.9989876906253478 + - 0.029938620088768894 + - -0.023641803524271615 + - - 0.010799571537080447 + - -0.030316396100066145 + - -0.9994820085334805 + - 0.579444056656796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984645318704319 + - -0.02300797071883382 + - -0.0503905931713498 + - 0.02567848822952893 + - - -0.02095512647600989 + - -0.998943688383524 + - 0.040894866586105506 + - -0.030496301797276266 + - - -0.05127827289538552 + - -0.039776132568692814 + - -0.9978919771231475 + - 0.5775490846988652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910462965475854 + - -0.021236355377179956 + - -0.1318190248393969 + - 0.06454522662312444 + - - -0.024246550238105975 + - -0.9994796527907347 + - -0.02127271630192894 + - -0.03284823494116195 + - - -0.131298678214468 + - 0.0242784033166407 + - -0.9910455167304513 + - 0.5762462922051852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997680296926117 + - -0.02134222540172602 + - 0.002897623069879344 + - -0.034872811288038694 + - - -0.02118552754889136 + - -0.9987056503457465 + - -0.04624064651315202 + - 0.037398446661311535 + - - 0.0038807508330659162 + - 0.046168532382793295 + - -0.9989261265932483 + - 0.5806168022033318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973639973121936 + - -0.040096342173523696 + - -0.060475947365431076 + - 0.04848719564915579 + - - -0.03764580152116028 + - -0.9984443328024998 + - 0.04113037712445279 + - 0.03515605197037307 + - - -0.06203104459278508 + - -0.03874529182847909 + - -0.9973218897967964 + - 0.576423079425763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998713292570366 + - -0.02257872867152259 + - -0.04540881252396121 + - 0.025724114045379897 + - - -0.020779205284850107 + - -0.9989948320511656 + - 0.03971838570226088 + - -0.030485107893980984 + - - -0.046259959695059714 + - -0.03872372072310805 + - -0.9981785860167358 + - 0.5775753762074934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991856382116384 + - -0.022018442791036385 + - -0.12544363448200713 + - 0.06457325895398688 + - - -0.02510490916324194 + - -0.9994184353209045 + - -0.023076712864281642 + - -0.03283262088130477 + - - -0.12486256761296766 + - 0.02603803598148272 + - -0.9918323244839946 + - 0.5763027201313337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999780466197669 + - -0.020831125865028766 + - 0.0022546850704614103 + - -0.03487147614297169 + - - -0.020738123683381873 + - -0.9991556626673492 + - -0.03546677298349461 + - 0.03740706540502664 + - - 0.002991594167728628 + - 0.03541222889010684 + - -0.9993683126902564 + - 0.5806671559566868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973239309511275 + - -0.038222368053044416 + - -0.06232196508943134 + - 0.04849147074248073 + - - -0.03665117207124082 + - -0.9989855907619334 + - 0.02616258847734979 + - 0.03509539791949005 + - - -0.06325874119831176 + - -0.023808402517776554 + - -0.9977131309307081 + - 0.5763796353320787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992864231557992 + - -0.023854224304470886 + - -0.02928515800402929 + - 0.025696817459984946 + - - -0.022744264845842334 + - -0.9990314764117669 + - 0.037667061939405035 + - -0.030500636540466704 + - - -0.030155313182110226 + - -0.03697411420652002 + - -0.9988611374788448 + - 0.5776169747541897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914756599701935 + - -0.022397482496609843 + - -0.1283525163932647 + - 0.06455070175140633 + - - -0.023458845354912935 + - -0.9997019267406344 + - -0.0067631535305533695 + - -0.03282910804713377 + - - -0.12816278032753312 + - 0.00971650394316867 + - -0.9917055466668718 + - 0.5762548496696286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997840369830899 + - -0.020082183554128472 + - 0.005346521999746287 + - -0.034873204681328256 + - - -0.019803514658722817 + - -0.9986569200397915 + - -0.047876683926512224 + - 0.03741131090429134 + - - 0.006300809547766826 + - 0.04776046440661664 + - -0.9988389448948749 + - 0.5807360042606616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974640924011889 + - -0.03849610716294878 + - -0.05986179168360313 + - 0.048500555074844846 + - - -0.03649123412954379 + - -0.9987474922389831 + - 0.03423209865091376 + - 0.03511931012987511 + - - -0.061104616863009234 + - -0.03196085855608132 + - -0.99761953134368 + - 0.5765285351791793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986863321592588 + - -0.024252713015164015 + - -0.04513774329417179 + - 0.02569900787738111 + - - -0.021698471473040274 + - -0.9981813506666225 + - 0.056242044033718464 + - -0.030496065401745827 + - - -0.04641967572075567 + - -0.055188740633947825 + - -0.9973963187285275 + - 0.5775708734973594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918153102475863 + - -0.023438275829714604 + - -0.12551110542344177 + - 0.06455348823116898 + - - -0.024120572369252254 + - -0.9997013751763903 + - -0.0039189869882077615 + - -0.03282061694744132 + - - -0.12538177039372098 + - 0.0069143109970765115 + - -0.9920844742038714 + - 0.5761451612159953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997556620586856 + - -0.020542896153945618 + - 0.008161225349631495 + - -0.03487007507821803 + - - -0.020191914543629043 + - -0.9989558279226672 + - -0.04098219670052132 + - 0.037418222911311055 + - - 0.008994596636983977 + - 0.04080739243011791 + - -0.9991265455158277 + - 0.5805999258964131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964035824728251 + - -0.04051295228346813 + - -0.0744217813049202 + - 0.04847165008455463 + - - -0.03807987485560503 + - -0.998701996642908 + - 0.03382669112477067 + - 0.03510033168991982 + - - -0.0756956007063911 + - -0.030871064101300652 + - -0.9966529754307426 + - 0.5762918161096473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989498740184323 + - -0.023911566110819748 + - -0.039081788657713536 + - 0.025675009269025047 + - - -0.02266429151881626 + - -0.9992292069650333 + - 0.032051861692891745 + - -0.03050466673050782 + - - -0.039818074897066576 + - -0.031132442148955237 + - -0.998721829118265 + - 0.5776252812624693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9932079993815004 + - -0.02118493583814377 + - -0.11440746679361062 + - 0.06456892915473664 + - - -0.023145272194079844 + - -0.9996067217395542 + - -0.015833452818778796 + - -0.032812539378540145 + - - -0.11402704214202584 + - 0.018373903957413933 + - -0.9933077233736308 + - 0.5763035618279949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998169267400963 + - -0.019113984533087654 + - -0.0008766979285387672 + - -0.03488051280618279 + - - -0.019132868778789617 + - -0.999219147799531 + - -0.03456917706675246 + - 0.037442447869615925 + - - -0.00021525864125664622 + - 0.03457962212124002 + - -0.9994019228506964 + - 0.5806143089934697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972450291834918 + - -0.039154370276387525 + - -0.06300227818957067 + - 0.0484732886466289 + - - -0.03724755379480275 + - -0.9988200998506628 + - 0.031161320103888245 + - 0.035098982656937484 + - - -0.06414804365777484 + - -0.028728790830337005 + - -0.9975267841378038 + - 0.5763080201210427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986598080900445 + - -0.023243818780374178 + - -0.04624189219809981 + - 0.025734617605232622 + - - -0.02096246894592602 + - -0.9985678210866791 + - 0.04922277507306259 + - -0.03048256121012031 + - - -0.04731979079884702 + - -0.04818746287892058 + - -0.9977167964006851 + - 0.5775386872532055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886729744531841 + - -0.02045591086162802 + - -0.14868525581480685 + - 0.06454249903735525 + - - -0.023834523366269122 + - -0.9994958160378205 + - -0.02097687342750492 + - -0.03283154523158109 + - - -0.1481811900404238 + - 0.024283110050236964 + - -0.9886620582810344 + - 0.5761259494514277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997921189758462 + - -0.020376200733727482 + - -0.0007275145677615726 + - -0.03486742803091454 + - - -0.02038811728890041 + - -0.9987381577572638 + - -0.04589571780723209 + - 0.03742879877981065 + - - 0.0002085837997109068 + - 0.04590100961074696 + - -0.9989459714166292 + - 0.5806985465054383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997262525884315 + - -0.03924484408394893 + - -0.06266814724932053 + - 0.048456136749837585 + - - -0.037286192555606515 + - -0.9987881541809134 + - 0.03212417956290907 + - 0.03511785822227646 + - - -0.0638529115353577 + - -0.02969958384742672 + - -0.9975172882751192 + - 0.5762577519787936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998936858453189 + - -0.024755151954548277 + - -0.038888755127679996 + - 0.02568648509741911 + - - -0.022247129102837618 + - -0.9977241720663623 + - 0.06365172205977 + - -0.030510587826898496 + - - -0.0403759590642143 + - -0.06271888811354805 + - -0.9972141811082742 + - 0.5775246721805695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887695652550327 + - -0.02143387221069345 + - -0.14790313028272747 + - 0.06456415949360819 + - - -0.023569556993946708 + - -0.9996415027424165 + - -0.012702046212819607 + - -0.03281908385927325 + - - -0.14757785338079318 + - 0.016045407970480846 + - -0.9889202809501776 + - 0.5762496820394122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997922491224334 + - -0.02038062966164796 + - 0.00029753873851883617 + - -0.03486657133283787 + - - -0.020358721615946426 + - -0.999214063926907 + - -0.034011423152225 + - 0.03744127328486574 + - - 0.0009904791116221885 + - 0.03399829974087037 + - -0.9994213998938885 + - 0.5806165960934155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971589909166891 + - -0.039573117841822374 + - -0.06409301973138437 + - 0.048478790513670086 + - - -0.03761527540091738 + - -0.9987966025684315 + - 0.0314712210483122 + - 0.03508761127710132 + - - -0.06526130469522906 + - -0.02897093443497861 + - -0.9974475660742476 + - 0.5762723799572991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976850200232478 + - -0.02344064171960856 + - -0.06383680080474408 + - 0.025707637435018454 + - - -0.0208838838759998 + - -0.9989641653856892 + - 0.04042845123830027 + - -0.0304842994125347 + - - -0.06471834527755929 + - -0.039001699848170895 + - -0.9971411149849796 + - 0.5774702717684976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9924797280482139 + - -0.02092839778324137 + - -0.12060676423638014 + - 0.06458276609408388 + - - -0.024573758175068156 + - -0.999282586593894 + - -0.028817399941175763 + - -0.03284594164888425 + - - -0.11991713731780224 + - 0.031564446715297 + - -0.9922819991721408 + - 0.5763276205759587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999792000193931 + - -0.020394913157327214 + - -6.217333629437202e-05 + - -0.03489560308074957 + - - -0.020388471562926315 + - -0.9993897612578373 + - -0.02836221642134384 + - 0.03743222057678213 + - - 0.0005163095451467918 + - 0.028357584705127527 + - -0.9995977094882448 + - 0.5806116123464714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972236363548739 + - -0.03961861620118574 + - -0.06305064904872444 + - 0.0484615613065137 + - - -0.03785996126342992 + - -0.9988665757931463 + - 0.02884765322183159 + - 0.03509209231598691 + - - -0.06412209001813539 + - -0.026380466515560468 + - -0.9975933182204701 + - 0.576277010580568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989793911349721 + - -0.02279913867640641 + - -0.03899199101372406 + - 0.025729357068429447 + - - -0.02124249831138558 + - -0.9989786152074129 + - 0.03988085535404646 + - -0.030479605668669103 + - - -0.03986141433882056 + - -0.03901186529626063 + - -0.9984433594415937 + - 0.5775649020803502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907798426444405 + - -0.02329278308275121 + - -0.1334644134805887 + - 0.06455332688415036 + - - -0.02374124682509385 + - -0.9997165708381284 + - -0.0017695171216502155 + - -0.03282253549818137 + - - -0.1333853687952604 + - 0.004921813478154284 + - -0.9910520264564515 + - 0.5761383284306436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996252816714348 + - -0.020368753583081208 + - 0.01828688384543448 + - -0.034851363780859554 + - - -0.01978031605102418 + - -0.9992984395283981 + - -0.03180201020425091 + - 0.03742553510118252 + - - 0.018921821799876757 + - 0.0314283730660911 + - -0.999326884470839 + - 0.580495783216649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970428320853695 + - -0.040420053127744444 + - -0.06535908729730024 + - 0.04848132619495364 + - - -0.03833217232029546 + - -0.9987236394663919 + - 0.03288976339550018 + - 0.03511969124891804 + - - -0.06660507152156638 + - -0.030287147045489866 + - -0.997319634405867 + - 0.5764189659689752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992909816042901 + - -0.033142181010556764 + - 0.017864207852514663 + - -0.04285084816055413 + - - -0.03357218197428114 + - -0.9991400243129657 + - 0.024333524474957086 + - -0.023637294084058517 + - - 0.017042378995319518 + - -0.024916011995322892 + - -0.9995442709877488 + - 0.5793833935038986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984855338983595 + - -0.02406924251214505 + - -0.049470295739965205 + - 0.025682791925781573 + - - -0.022913855906020558 + - -0.9994543195407269 + - 0.02379114034470646 + - -0.030522657445011266 + - - -0.050015935492862644 + - -0.022621554240921243 + - -0.9984921990083346 + - 0.5776057426493386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903432119140425 + - -0.02224460655923267 + - -0.13684114912847967 + - 0.06454914625219879 + - - -0.02352506913092584 + - -0.9996932304151072 + - -0.007747011332923397 + - -0.03282478141120317 + - - -0.13662684120685448 + - 0.01089139757938466 + - -0.9905627106451185 + - 0.5762238793147703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997992385359118 + - -0.020011598369053113 + - 0.0010092342278299987 + - -0.034851266740614256 + - - -0.019974278089263033 + - -0.9993861616295884 + - -0.0287806907160195 + - 0.03743067200312265 + - - 0.0015845623445291416 + - 0.028754753937290004 + - -0.9995852406314242 + - 0.5805271916264336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968702692328822 + - -0.04048378816883294 + - -0.06790235058569022 + - 0.048467927750452416 + - - -0.03833315656838447 + - -0.9987304116241885 + - 0.03268231944773021 + - 0.035123307861841285 + - - -0.06913924664808435 + - -0.029977121150651282 + - -0.9971565257172292 + - 0.5762350988187912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986510591703719 + - -0.02317137390359074 + - -0.04646664878506324 + - 0.025697775708982226 + - - -0.021130834165215724 + - -0.9988109146782098 + - 0.04393454867367887 + - -0.030486571106975384 + - - -0.04742941982964347 + - -0.04289340451745117 + - -0.9979532083136591 + - 0.577532122245874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991713894592732 + - -0.024277651927020867 + - -0.12615128571927503 + - 0.06457014845651314 + - - -0.023701104982626148 + - -0.9997006648640934 + - 0.006069455732811636 + - -0.032818342038725884 + - - -0.1262608763406871 + - -0.0030292387163190064 + - -0.9919924469563675 + - 0.576231005968056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998057896110232 + - -0.01970731867139592 + - -6.819869848711071e-05 + - -0.034882413660163286 + - - -0.019703302824781478 + - -0.9995192079193066 + - -0.023940193360907976 + - 0.037434000036170534 + - - 0.00040363111052528586 + - 0.023936887666251724 + - -0.9997133901727937 + - 0.580603792915921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974003445804196 + - -0.03956650026047712 + - -0.06022495070980144 + - 0.048496207469179195 + - - -0.03751726166144098 + - -0.9986903558966364 + - 0.03478545840543644 + - 0.03512792901969949 + - - -0.06152241630728851 + - -0.032435552965643155 + - -0.9975785318437468 + - 0.5764335116167864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998941514863488 + - -0.024269067331531162 + - -0.039075084812412626 + - 0.025686177997311925 + - - -0.02250164845835003 + - -0.9987311545422103 + - 0.04505282192538406 + - -0.0305031204496188 + - - -0.04011889453731828 + - -0.044125880361089005 + - -0.9982201064812621 + - 0.5776131199059189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9924834581449384 + - -0.023353771711517174 + - -0.12012987411760027 + - 0.0645413173286156 + - - -0.02396233660081567 + - -0.9997062946161784 + - -0.0036236624318065555 + - -0.032833968189608265 + - - -0.12000996514162211 + - 0.00647501750088882 + - -0.9927515713485774 + - 0.5762230683634586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998022314828351 + - -0.019803426274291987 + - 0.0018226984781394332 + - -0.034906388461756546 + - - -0.019750894848469692 + - -0.9994834651790556 + - -0.02535162689753202 + - 0.03740470316554813 + - - 0.0023238060651060255 + - 0.02531061321789058 + - -0.9996769342061992 + - 0.5805768678587675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969768705335216 + - -0.04026936849485725 + - -0.06644921054618448 + - 0.048463091832901345 + - - -0.03746279063076516 + - -0.9983743543787823 + - 0.04295564965061104 + - 0.0351190627333706 + - - -0.06807098456274312 + - -0.04033641629812922 + - -0.9968647423702394 + - 0.5763203577160557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991901047363512 + - -0.02247703935509175 + - -0.03337539960493823 + - 0.025718563889257598 + - - -0.02140078787771717 + - -0.9992503267247446 + - 0.032261289786756485 + - -0.030493969672096975 + - - -0.03407551723998637 + - -0.031520901673679665 + - -0.998922064969288 + - 0.5776405161336977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917964409012077 + - -0.020422948405178495 + - -0.12618527249301584 + - 0.06456121014336468 + - - -0.024061856930284713 + - -0.9993354311244463 + - -0.027381072666782885 + - -0.03283292917827606 + - - -0.12554221145401154 + - 0.030192702392408545 + - -0.9916287379183198 + - 0.5762614590875403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997727980779607 + - -0.019882714690410197 + - -0.007683090517805599 + - -0.03485672449119922 + - - -0.020138881081167334 + - -0.9991898846453664 + - -0.034842501218732086 + - 0.03741274514409982 + - - -0.006984102817373767 + - 0.03498931378176047 + - -0.9993632824098138 + - 0.5805530318090873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974871693497249 + - -0.03981593639855978 + - -0.05860066715814006 + - 0.0484878860507254 + - - -0.03757873781760823 + - -0.9985402655694642 + - 0.03879660423929913 + - 0.035117959239444246 + - - -0.06005984887350894 + - -0.03649697583596736 + - -0.9975273356194914 + - 0.5765178173733699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994564171723532 + - -0.032589080114135284 + - 0.00498217124530085 + - -0.04288210388788524 + - - -0.03275128263052458 + - -0.9987797157254796 + - 0.03696529374135426 + - -0.02363481678768442 + - - 0.003771426660897706 + - -0.037108372541026065 + - -0.9993041303968961 + - 0.5793646081200712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985363335841096 + - -0.0223522687527055 + - -0.04925004156354308 + - 0.025706751672248382 + - - -0.02015490162782654 + - -0.9987984541004375 + - 0.044670214091148866 + - -0.03048681789093043 + - - -0.050189346008655364 + - -0.043612202056113436 + - -0.997787054124797 + - 0.5775279193990913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903383912098168 + - -0.021853749510915618 + - -0.1369389810399725 + - 0.06455317593221463 + - - -0.02370632935064414 + - -0.9996479939242865 + - -0.011912102747574661 + - -0.03282701240832336 + - - -0.13663045357705064 + - 0.01504333325643433 + - -0.9905078582625508 + - 0.5761470931719396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998091736719457 + - -0.019268885685480356 + - 0.003213453883452598 + - -0.03488562358986586 + - - -0.01918422473000767 + - -0.9995140022323503 + - -0.02457081323395493 + - 0.037427502403250476 + - - 0.0036853443434431603 + - 0.02450447685442851 + - -0.9996929272787525 + - 0.5806690837008814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972408913840891 + - -0.03887773801208513 + - -0.06323864355385111 + - 0.04848076889886134 + - - -0.037162858417649255 + - -0.9989148567946093 + - 0.02807188681286986 + - 0.035118540085131315 + - - -0.06426139203049619 + - -0.025644304671183636 + - -0.9976035500800076 + - 0.576394541230727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992951529390388 + - -0.03353547358219093 + - 0.016869182676143922 + - -0.04285744430128965 + - - -0.033760624677546994 + - -0.9993421924177457 + - 0.013243967497530174 + - -0.02363186993011801 + - - 0.0164139432777363 + - -0.013804146670910346 + - -0.9997699875475177 + - 0.5795039380388016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998223324049562 + - -0.02324165638630082 + - -0.054863655837575964 + - 0.025725613446785547 + - - -0.020528164800141312 + - -0.9985624163793501 + - 0.04951459425837729 + - -0.030482806246585146 + - - -0.0559355859304352 + - -0.048300372700990746 + - -0.997265403101684 + - 0.5775076758535893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9932221075136004 + - -0.021622309810873985 + - -0.11420298097985324 + - 0.06455836272418645 + - - -0.02417587288357114 + - -0.9994866647947159 + - -0.021022227946890806 + - -0.03281195157258548 + - - -0.11368980744358548 + - 0.02364069829713602 + - -0.9932349898525841 + - 0.5762864436422388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997699687704724 + - -0.019164290314745033 + - 0.009630136106038287 + - -0.034845449909158194 + - - -0.01887679975866877 + - -0.9993980651397254 + - -0.02910625063187487 + - 0.037439886311710774 + - - 0.010182140028489849 + - 0.02891776913433267 + - -0.9995299328448022 + - 0.5806296446011026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976241281160787 + - -0.040326168473931195 + - -0.0558560572977182 + - 0.04847914141017252 + - - -0.03807508787483277 + - -0.9984417722222273 + - 0.0407960189854634 + - 0.03510916957836741 + - - -0.057414167972353505 + - -0.038572368581027604 + - -0.9976050248961722 + - 0.576406607169308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992358253807847 + - -0.03293735650024975 + - 0.02104509021974797 + - -0.04283961378135406 + - - -0.03340112059489459 + - -0.9991981231336389 + - 0.02207885570447695 + - -0.023636383542547743 + - - 0.020300995507294337 + - -0.022764913199686508 + - -0.9995347059049144 + - 0.5794453461628519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987149270785695 + - -0.025617621664261805 + - -0.043729073746358246 + - 0.02568501238174682 + - - -0.023360049844453765 + - -0.9984059825675129 + - 0.0513790039282923 + - -0.030494933909164607 + - - -0.04497557672462166 + - -0.05029146481924725 + - -0.9977213869936946 + - 0.5775458071481845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901157721221234 + - -0.02331759424581643 + - -0.1383005697515339 + - 0.06454671280329403 + - - -0.023149233676677806 + - -0.9997280264961917 + - 0.002825954389716972 + - -0.03279956310980823 + - - -0.1383288501188165 + - 0.0004035301942394119 + - -0.990386271304378 + - 0.5761535554139943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997967723681429 + - -0.02012318386390167 + - 0.0012130265551395219 + - -0.03488473080483243 + - - -0.02005941918510342 + - -0.9990148569110076 + - -0.03958453451836702 + - 0.037424010089097626 + - - 0.0020083984166920235 + - 0.039552157239006486 + - -0.9992154888679123 + - 0.5805728162967856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965085103428304 + - -0.039599547003503 + - -0.07350282097600354 + - 0.04844226225006799 + - - -0.03779723821824767 + - -0.9989535561826571 + - 0.02575191979435061 + - 0.035090058297853534 + - - -0.07444566876176283 + - -0.022883803598593155 + - -0.9969624736846786 + - 0.5763326429887277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983444792728796 + - -0.02474736289455603 + - -0.05192175589411424 + - 0.0256913756035513 + - - -0.02209556762774461 + - -0.9984521701723024 + - 0.05103968817918922 + - -0.030500075609277796 + - - -0.05310448753703023 + - -0.049807950248793156 + - -0.9973460189399889 + - 0.5774764701865861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900966048555684 + - -0.01980141719685616 + - -0.1389842326685745 + - 0.0645330199993789 + - - -0.023278280841967296 + - -0.9994543056293262 + - -0.023435285363001095 + - -0.03282442763858935 + - - -0.13844433789259455 + - 0.026438510472393185 + - -0.990017257662453 + - 0.5761223326072655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997915666757855 + - -0.0201289135647871 + - 0.0034132158853082 + - -0.034918641271926655 + - - -0.02004690577030854 + - -0.9995443928701039 + - -0.022563870478515272 + - 0.037438300035118284 + - - 0.003865846998364065 + - 0.022490742998757796 + - -0.99973957694309 + - 0.5805675179071162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972010228166543 + - -0.04050842676810671 + - -0.0628425608500438 + - 0.048468988133946116 + - - -0.03837981592149322 + - -0.9986599365078286 + - 0.034717732414623156 + - 0.03510717347904198 + - - -0.06416470854956655 + - -0.03220867235627721 + - -0.9974194160942509 + - 0.5764760238895683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983105719967211 + - -0.0219302998093934 + - -0.05380579699111935 + - 0.025736325479195913 + - - -0.02028068667265398 + - -0.9993131309610624 + - 0.031015480600569318 + - -0.030495719876918664 + - - -0.05444901824335369 + - -0.029871863669158245 + - -0.9980696249126443 + - 0.5775944577932892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900518483289862 + - -0.020147497980182942 + - -0.13925306440253524 + - 0.06455700341779844 + - - -0.023842126926162548 + - -0.9994052323067745 + - -0.024914546383177208 + - -0.032836406335861025 + - - -0.13866827540571366 + - 0.027986781933285187 + - -0.98994335667907 + - 0.576267853399991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997984364858815 + - -0.01994553986959995 + - -0.00229387002616298 + - -0.034887826646718176 + - - -0.0199946812781408 + - -0.9995147307361835 + - -0.02388547177599178 + - 0.037414604878977145 + - - -0.0018163482519318434 + - 0.02392652253643084 + - -0.9997120697472561 + - 0.5805659055216749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977111052261036 + - -0.03950346264187667 + - -0.05488193644368508 + - 0.04848702856938854 + - - -0.03727662246524246 + - -0.9984625956807456 + - 0.04102314522379308 + - 0.03510955611667612 + - - -0.05641811700234789 + - -0.03888343433610887 + - -0.9976497755265319 + - 0.576437907139403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9994441882528542 + - -0.022410604312572104 + - -0.024679533665339037 + - 0.025700949404525223 + - - -0.021835235023088245 + - -0.999489069829633 + - 0.0233414181784547 + - -0.030535792130656048 + - - -0.025190019433890452 + - -0.02278956132619318 + - -0.9994228828756524 + - 0.5776988596035468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9922586186189192 + - -0.021465618911975015 + - -0.1223195036827741 + - 0.06454803669661191 + - - -0.022977684343468058 + - -0.9996758528340542 + - -0.010964273013647146 + - -0.03281075920534962 + - - -0.12204449925615767 + - 0.013690013339354674 + - -0.9924302110154051 + - 0.5762064820480146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997563376048005 + - -0.020765662610523504 + - 0.007486833468294378 + - -0.03490581156440423 + - - -0.020532313918061387 + - -0.9993389180466407 + - -0.030002515936845053 + - 0.03744697963550806 + - - 0.008104906181212058 + - 0.0298414834369266 + - -0.9995217838356891 + - 0.58063021029406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99669222572339 + - -0.04021408802473208 + - -0.0706217693554487 + - 0.048440827816537 + - - -0.03782947595957175 + - -0.9986785816037624 + - 0.03478536178510123 + - 0.03513348517980122 + - - -0.0719273100510458 + - -0.03199871513413153 + - -0.9968964561570998 + - 0.5763527488524814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981559427670122 + - -0.02077768839316228 + - -0.05703509081200381 + - 0.02572449185880663 + - - -0.018651861297817502 + - -0.9991204815390504 + - 0.03755491231919384 + - -0.030479696495836494 + - - -0.057765231662513475 + - -0.036421848308563494 + - -0.9976655887504408 + - 0.5774878578422267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895734235502609 + - -0.020245890947604074 + - -0.14259924018995934 + - 0.06454438527288345 + - - -0.024432861357351288 + - -0.9993184131504945 + - -0.027672087457750454 + - -0.03283953685487948 + - - -0.14194180035813425 + - 0.030867669787573264 + - -0.9893936083647278 + - 0.5761709884811308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997531916699823 + - -0.019262695076149455 + - 0.011068167151196672 + - -0.03485197592639313 + - - -0.018948447042791302 + - -0.9994331185858225 + - -0.027828004392783684 + - 0.03742890259485434 + - - 0.011597935176145583 + - 0.027611411630366567 + - -0.9995514483244118 + - 0.5805184061512128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974784803114362 + - -0.039824142936678464 + - -0.05874282045447693 + - 0.04849269573613589 + - - -0.03764574094792317 + - -0.9985783902537072 + - 0.03773588089334878 + - 0.03508891785673664 + - - -0.0601621102029323 + - -0.035429312125331305 + - -0.9975596645505753 + - 0.576427795439742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987789103547531 + - -0.022089999765323692 + - -0.04418959312937885 + - 0.025733360772897736 + - - -0.020143659294271532 + - -0.9988277320786358 + - 0.04401584511156779 + - -0.030491942206605317 + - - -0.045110101095080186 + - -0.04307195771052457 + - -0.9980530473066924 + - 0.5775431384199416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916523799633989 + - -0.02130079421414989 + - -0.12716852393093642 + - 0.06457733865147257 + - - -0.024476462344439537 + - -0.9994250595384299 + - -0.023461738164671505 + - -0.03284958380664885 + - - -0.12659565594453842 + - 0.026378524076468127 + - -0.9916036069738349 + - 0.5763130664648124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997797019590476 + - -0.019346225665906918 + - 0.008140706551741577 + - -0.03486638615074763 + - - -0.019041474366718127 + - -0.999171058259239 + - -0.035980808649257026 + - 0.03739714156878154 + - - 0.008830051224051894 + - 0.03581787109246776 + - -0.9993193234926384 + - 0.580679451383233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972843837452888 + - -0.0401556736809619 + - -0.06173637346822051 + - 0.04845841647147243 + - - -0.03769844372006283 + - -0.9984695438374237 + - 0.04046476702233121 + - 0.03510732256409679 + - - -0.06326677863511586 + - -0.038027515042589784 + - -0.9972718901186477 + - 0.5763856497897732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982985233823647 + - -0.022068769828608316 + - -0.05397247086100747 + - 0.025702568223607704 + - - -0.019298761781870517 + - -0.9984959807255323 + - 0.05131602350771545 + - -0.030487707335759014 + - - -0.05502377673585308 + - -0.05018710863568151 + - -0.9972229630932661 + - 0.5774505893452943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903893732245495 + - -0.021774483851495312 + - -0.136582433925029 + - 0.06454502297173052 + - - -0.023331221130550233 + - -0.9996796856724965 + - -0.009807149142184661 + - -0.032835544871007205 + - - -0.13632513900393173 + - 0.012899531260501564 + - -0.9905801626162414 + - 0.5762453448853709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997722008833378 + - -0.021283868576283782 + - -0.0015947662255856596 + - -0.03493516761027048 + - - -0.021337420419814422 + - -0.998479913569409 + - -0.050819058317273305 + - 0.037431611220820796 + - - -0.0005107158846908354 + - 0.05084150997810567 + - -0.9987066035790652 + - 0.5806769589331824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976110996120979 + - -0.03898322881266813 + - -0.0570298325622641 + - 0.04848439553547905 + - - -0.03739907410354535 + - -0.9988914466556074 + - 0.028586483772339272 + - 0.035129767141886106 + - - -0.058081005388493756 + - -0.02638533057605788 + - -0.9979631311543802 + - 0.576458819612181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982899805049554 + - -0.023122816163063133 + - -0.05368845496105137 + - 0.025713132040873412 + - - -0.02009340895318942 + - -0.9982119332476437 + - 0.056295570328782456 + - -0.030463558557789424 + - - -0.05489416854325733 + - -0.05512051972443829 + - -0.996969587582918 + - 0.5775020607763386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885797045662186 + - -0.01850908080528123 + - -0.14955795414323994 + - 0.06454004394137787 + - - -0.02327154597315406 + - -0.9992742498421794 + - -0.030156404798467124 + - -0.03281904940794954 + - - -0.14889124510120558 + - 0.0332924545519432 + - -0.9882929776144924 + - 0.5761417865514731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998053705956272 + - -0.019332929393725544 + - -0.003931764133018527 + - -0.03488106199993336 + - - -0.019401712893497083 + - -0.9996446200426924 + - -0.018281333553608344 + - 0.0374410322172149 + - - -0.0035769351320337375 + - 0.018354058427421438 + - -0.9998251517511965 + - 0.5807161176194401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967484157313613 + - -0.039517531581415695 + - -0.07022079773637684 + - 0.04845532751852833 + - - -0.03764647818341404 + - -0.9989051200221588 + - 0.02777235809042957 + - 0.03509097550829016 + - - -0.07124140942883615 + - -0.02503848819775529 + - -0.9971447917385743 + - 0.5761876783785568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980135239619184 + - -0.024211785974811124 + - -0.05816180369471932 + - 0.025681624468273042 + - - -0.0208109198274225 + - -0.998077322637208 + - 0.05838290548850358 + - -0.03049328303349805 + - - -0.0594635317236516 + - -0.057056528612008 + - -0.9965985354884372 + - 0.5774397770465827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991309266467544 + - -0.022665413619737732 + - -0.1295847878457425 + - 0.0645475826691368 + - - -0.024169140247518494 + - -0.9996574349144269 + - -0.010043180771237203 + - -0.03280724035184535 + - - -0.12931276377556727 + - 0.013087851074724774 + - -0.9915174820843906 + - 0.5761317559230442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998030392003119 + - -0.019600974481687808 + - -0.0031120098309214417 + - -0.034857533492295055 + - - -0.01968431422036112 + - -0.9993710740879822 + - -0.02949549202687476 + - 0.03740390310137809 + - - -0.002531912220756722 + - 0.029550940350546662 + - -0.9995600689027675 + - 0.5806435530625557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997510464342208 + - -0.038403286164847845 + - -0.05914440919929211 + - 0.048477704752102654 + - - -0.03701199836457559 + - -0.999015854293852 + - 0.02444248036893402 + - 0.03509980534679495 + - - -0.06002487405112281 + - -0.022192577165932693 + - -0.9979501510666156 + - 0.5763121409484047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994110125410063 + - -0.03213671256458098 + - 0.01203576824726857 + - -0.042897543130095764 + - - -0.03259185017521206 + - -0.998677962063675 + - 0.03975046402876906 + - -0.02362079827216322 + - - 0.010742407268251592 + - -0.04011931945942549 + - -0.9991371481894749 + - 0.5794562179937202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987856776707936 + - -0.02321557608452582 + - -0.043453505114742316 + - 0.025725300077939273 + - - -0.021077231083626802 + - -0.9985745264955588 + - 0.04903738741020335 + - -0.030495251810912484 + - - -0.044529994492934086 + - -0.04806196064700822 + - -0.9978512552125317 + - 0.577531345142569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898651642252347 + - -0.020611263374953354 + - -0.14050669904113913 + - 0.06456675995029956 + - - -0.02485039330822179 + - -0.9992853424990842 + - -0.028482665235440404 + - -0.032836520868713345 + - - -0.13981922115995218 + - 0.03168564483446386 + - -0.9896699476621729 + - 0.5761739397600973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997396637744179 + - -0.020356389674638577 + - 0.01030640944404093 + - -0.03485349626646469 + - - -0.019928152600104762 + - -0.9989979395866885 + - -0.040074748102740886 + - 0.03740683548881332 + - - 0.011111858987626051 + - 0.03985892749391865 + - -0.9991435294735556 + - 0.5804397915667231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969627911253425 + - -0.03915663625919425 + - -0.06731976640209006 + - 0.048457022367241115 + - - -0.03755379496216688 + - -0.9989840186521075 + - 0.024912706830573457 + - 0.03509084749463022 + - - -0.06822686857467775 + - -0.022308929031930838 + - -0.9974203758145022 + - 0.5762093006082716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980953463376661 + - -0.024427935350140127 + - -0.05664764420188904 + - 0.02568569605531506 + - - -0.02191723872958982 + - -0.99876773898811 + - 0.0445268256565523 + - -0.030496513369508003 + - - -0.05766553793700884 + - -0.04320045753355178 + - -0.9974008252469653 + - 0.5774784651483171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912366364751148 + - -0.02189631976779767 + - -0.13027080137209332 + - 0.06455885457319405 + - - -0.023706271938959675 + - -0.999642568584579 + - -0.012359115841388591 + - -0.03281568853406537 + - - -0.12995361934266061 + - 0.015339043459457382 + - -0.9914014174720002 + - 0.5761698944065061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997944929243456 + - -0.020135218767218493 + - -0.002354757598306963 + - -0.03487746352364267 + - - -0.020181973856796202 + - -0.9995567893546369 + - -0.02188407608955748 + - 0.037442917457614716 + - - -0.0019130732850904484 + - 0.021927102413365037 + - -0.9997577418206671 + - 0.580571562909077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971716588538838 + - -0.04027470216090635 + - -0.0634557416192093 + - 0.048472261407879504 + - - -0.03805069843949349 + - -0.9986316067875375 + - 0.03587559439519107 + - 0.0351117332578858 + - - -0.0648137880921976 + - -0.03335959068681482 + - -0.9973396164709132 + - 0.5764074617408772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992819035111402 + - -0.03340104501287204 + - 0.017889871637338746 + - -0.042876109792366196 + - - -0.03373490185849497 + - -0.9992559143004013 + - 0.0186969016755781 + - -0.02362919300224933 + - - 0.017252063985218523 + - -0.019286988560079005 + - -0.9996651331123502 + - 0.5793968746081435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998927126691353 + - -0.023825556194563058 + - -0.03971068410613744 + - 0.025675672392093705 + - - -0.022287106477608086 + - -0.9990005953983703 + - 0.03874397086719404 + - -0.030500883524703412 + - - -0.04059409372080473 + - -0.03781736725000749 + - -0.9984597970320414 + - 0.5776088093664811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911237098021629 + - -0.02172705472171954 + - -0.1311553542983183 + - 0.0645740702799788 + - - -0.023692628656514038 + - -0.9996288818348696 + - -0.013444625279734407 + - -0.03282125911870061 + - - -0.13081456805471828 + - 0.016432701989853894 + - -0.9912706568288854 + - 0.5762430014221949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997824409083791 + - -0.020835750450938266 + - 0.000970749416477709 + - -0.03488175734495445 + - - -0.020775026632090833 + - -0.9988652935820834 + - -0.04285467938993904 + - 0.03740725255270466 + - - 0.00186255730630838 + - 0.042825188619838854 + - -0.9990808446266779 + - 0.5806603471775759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971089925699028 + - -0.039849150525003325 + - -0.06469700254779369 + - 0.048475694126145774 + - - -0.037729796643573225 + - -0.9987210381438412 + - 0.03365635770733471 + - 0.03516086988705371 + - - -0.06595543481373013 + - -0.031118052177555804 + - -0.9973372285477005 + - 0.5764506519239506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991649191719402 + - -0.03189337958889688 + - 0.025539707017284755 + - -0.04288745007266208 + - - -0.032527116203539215 + - -0.9991632435750264 + - 0.024795148721371722 + - -0.023603773795160488 + - - 0.024727535413212227 + - -0.02560517578600118 + - -0.9993662611702264 + - 0.5795071880509894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987572030317851 + - -0.024143571527095047 + - -0.04360203373744894 + - 0.025684302120996323 + - - -0.02311841558064012 + - -0.999447851133662 + - 0.023864863824155428 + - -0.030475387739711094 + - - -0.04415414197067367 + - -0.02282719470764447 + - -0.9987639014945484 + - 0.5777325044583747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917655008126554 + - -0.023254371320409514 + - -0.12593818170958068 + - 0.06455619357003034 + - - -0.023564906207995305 + - -0.9997218322905843 + - -0.0009763385503996492 + - -0.03279400967055536 + - - -0.12588044563486114 + - 0.003936020331391548 + - -0.9920376107541082 + - 0.5761728326941858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997737304795212 + - -0.019883177877647894 + - -0.007559568806985569 + - -0.034840826918023995 + - - -0.02016413177684244 + - -0.9990314693309128 + - -0.039109219836287866 + - 0.03738254660427087 + - - -0.006774631558089983 + - 0.03925280275346937 + - -0.9992063459782713 + - 0.5804496838858331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976120602176728 + - -0.039908805901930904 + - -0.05636900318199884 + - 0.04849775305180744 + - - -0.03825719036614734 + - -0.9988150344030023 + - 0.030081795754539984 + - 0.03510183741111625 + - - -0.057502736400440575 + - -0.027853442552250186 + - -0.9979567230318408 + - 0.5763898434305263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984072275283582 + - -0.022333277205087133 + - -0.05180958162751137 + - 0.02571689935075906 + - - -0.020409079852102142 + - -0.9990928337453873 + - 0.037376182499055735 + - -0.030494825476739942 + - - -0.05259731436801261 + - -0.03625926485593629 + - -0.9979573078210209 + - 0.5775075201390241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917343146932596 + - -0.02528912235973018 + - -0.12579153131338097 + - 0.06455517840750297 + - - -0.024215121738237304 + - -0.9996561532793822 + - 0.010059974645687714 + - -0.03282917359482043 + - - -0.12600268623760788 + - -0.006930764816679864 + - -0.9920056892780222 + - 0.5761589371392095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998053408121828 + - -0.01945841749348101 + - -0.0032635061030314642 + - -0.03488130204838897 + - - -0.019568790685573323 + - -0.9990810755523446 + - -0.03813222920672216 + - 0.03742725833448656 + - - -0.0025185143516268066 + - 0.03818866928578643 + - -0.9992673729406164 + - 0.5806744056705099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977941050889941 + - -0.0386542596100985 + - -0.05397010342447381 + - 0.04848380466828471 + - - -0.036971386989185485 + - -0.9988089673792881 + - 0.03183964866039048 + - 0.03511319255406804 + - - -0.0551365613159651 + - -0.02977406416188972 + - -0.9980348013519046 + - 0.576241463166765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998498825755211 + - -0.024241410787656716 + - -0.0491166872711186 + - 0.025693397339986452 + - - -0.022424456630338256 + - -0.9990557616249148 + - 0.03721194578218488 + - -0.030508939392400243 + - - -0.04997237947405408 + - -0.036054669144041096 + - -0.9980996053113215 + - 0.5775520985678977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902514946057925 + - -0.022531814368958857 + - -0.13745651956977853 + - 0.06455562642738195 + - - -0.02417735223586599 + - -0.9996544860847921 + - -0.01031329672870016 + - -0.03281699644595057 + - - -0.137176649142108 + - 0.013536092190663105 + - -0.9904541085473623 + - 0.5761466509549688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997809363514905 + - -0.020544783234060747 + - -0.003998898598670123 + - -0.03489233003243376 + - - -0.020673057062806012 + - -0.999165270818553 + - -0.035233312387084624 + - 0.03743910603882399 + - - -0.0032716998357055637 + - 0.03530826350804272 + - -0.9993711135050041 + - 0.5805812509833728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970969163368201 + - -0.04085382159064614 + - -0.06425499741688548 + - 0.04844896388231976 + - - -0.038696410968637796 + - -0.9986563088083404 + - 0.034469764366001666 + - 0.03511654344364199 + - - -0.06557688014651653 + - -0.03188325796936451 + - -0.9973380222630185 + - 0.5763389888049733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992043077519551 + - -0.03436025414822904 + - 0.020251525987075587 + - -0.04288589253645651 + - - -0.03441290343725676 + - -0.9994051522442697 + - 0.0022569325701950363 + - -0.023642361003992553 + - - 0.02016193063558474 + - -0.0029520505546949 + - -0.9997923694200556 + - 0.5796303246025534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982711910329475 + - -0.022403087075543525 + - -0.054339036089591626 + - 0.025712012787480015 + - - -0.01946885361011802 + - -0.9983543888647947 + - 0.05393957706091586 + - -0.030480901076979837 + - - -0.055458028208439945 + - -0.05278840709747075 + - -0.9970645872677175 + - 0.577574270305254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894932468537967 + - -0.022384592851992756 + - -0.14283572534062305 + - 0.0645552273237682 + - - -0.023452752711637777 + - -0.9997081283487532 + - -0.005798836407403501 + - -0.0328142243026743 + - - -0.1426642310496158 + - 0.009087800409536741 + - -0.9897294221466484 + - 0.5761276084988728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997761902548243 + - -0.02101679912852031 + - -0.002421477635813319 + - -0.034910139040595416 + - - -0.02109975178591961 + - -0.9989014342158329 + - -0.041841668180465884 + - 0.037429988277026344 + - - -0.0015394395479844379 + - 0.0418833961844435 + - -0.9991213195853317 + - 0.5805737159058674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976035433272806 + - -0.03992935695359607 + - -0.05650501565460188 + - 0.04846694053336641 + - - -0.03777488247471652 + - -0.9985367307687315 + - 0.03869697093721017 + - 0.03509200886703312 + - - -0.057967478769356956 + - -0.03646976499740906 + - -0.9976521075235385 + - 0.5763095976955079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990960432123637 + - -0.022687243044504223 + - -0.035949762731323914 + - 0.02572054711689012 + - - -0.02131278881203061 + - -0.9990441300386969 + - 0.038165314989887206 + - -0.030480245518762557 + - - -0.0367812652100587 + - -0.0373646254934145 + - -0.9986245657359348 + - 0.5776295073607833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9924137817532742 + - -0.019664105369174605 + - -0.12135983168328256 + - 0.06456383722167061 + - - -0.023638007024788254 + - -0.9992275849265206 + - -0.0313923262248922 + - -0.03281961856586163 + - - -0.12064878950930562 + - 0.03402288174073431 + - -0.9921120466499721 + - 0.5762996769702818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997688230281117 + - -0.019810213786088843 + - 0.008357986045326303 + - -0.034866410700413346 + - - -0.0195314266605672 + - -0.9992901543244369 + - -0.03221351956626127 + - 0.03742503246126798 + - - 0.008990209874485604 + - 0.032042829150879734 + - -0.9994460631902155 + - 0.5805340985295513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974596700619789 + - -0.03983954032693202 + - -0.05905097481318003 + - 0.04849003732880413 + - - -0.03782637703492469 + - -0.9986772543589866 + - 0.0348268118898109 + - 0.035098202701704495 + - - -0.06036034957039088 + - -0.032504655859358196 + - -0.9976472701046224 + - 0.5763076114108894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978540548632793 + - -0.023383603609939678 + - -0.061159564052769504 + - 0.025726740197543514 + - - -0.0197767457317386 + - -0.9980662495432042 + - 0.058929125659763604 + - -0.03047740521623763 + - - -0.06241927203335328 + - -0.05759312984180723 + - -0.9963869057117574 + - 0.5774247679556127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911788094866687 + - -0.021153883894870194 + - -0.13083226215560292 + - 0.06454333798329553 + - - -0.02421602643804292 + - -0.9994677549809142 + - -0.02185842668089786 + - -0.03283364642197896 + - - -0.13030023671560256 + - 0.02483384685413302 + - -0.9911635225139616 + - 0.5761374926267993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997958356250968 + - -0.020019623982426255 + - -0.002738927220089366 + - -0.0348698064834603 + - - -0.020101431814678872 + - -0.9992163086030336 + - -0.034098402612532996 + - 0.037439453039317505 + - - -0.0020541435476857735 + - 0.0341464972922384 + - -0.9994147273364327 + - 0.5805699667432613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978485700975712 + - -0.03918967358804648 + - -0.052558544864700414 + - 0.04851471336886863 + - - -0.037271840765517955 + - -0.9986204528106979 + - 0.03698649907881242 + - 0.035123199766111626 + - - -0.05393552669792174 + - -0.03494797150364366 + - -0.9979326621809703 + - 0.5763561096564194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987818431941091 + - -0.023887962284183117 + - -0.043176324110412244 + - 0.025730769917479804 + - - -0.021650874427556286 + - -0.9984352829268762 + - 0.05155798137292591 + - -0.030481841165730002 + - - -0.04434038049340703 + - -0.05056037049546048 + - -0.9977362274634823 + - 0.5775808790360785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9923801572088071 + - -0.02193823053104919 + - -0.12124494884072402 + - 0.06455826633641772 + - - -0.023907727670469243 + - -0.9996044194395082 + - -0.014813007616222023 + - -0.032814568714440086 + - - -0.12087201551996195 + - 0.017598826045225675 + - -0.9925120841511057 + - 0.5762081826031802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998081563266901 + - -0.019431769743949986 + - 0.002461070345008912 + - -0.03484671599174352 + - - -0.0193725956411389 + - -0.9995672304583082 + - -0.02213717082267492 + - 0.037451263723625255 + - - 0.002890169674932338 + - 0.022085246625869352 + - -0.999751913626938 + - 0.5805389499941198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972565668770373 + - -0.03974248337701934 + - -0.06244897785914763 + - 0.04849590935891565 + - - -0.03768606054253733 + - -0.9987188564358223 + - 0.033769907318612014 + - 0.035142636875129474 + - - -0.06371107173332732 + - -0.03132380587589535 + - -0.9974766756792061 + - 0.5763679582311735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994468495423003 + - -0.03193685847787335 + - 0.00927534422729655 + - -0.04288212666521867 + - - -0.0321994772809225 + - -0.9990401396848136 + - 0.02969836630833563 + - -0.023613240348775502 + - - 0.008317968670649713 + - -0.029980599879138814 + - -0.9995158703232689 + - 0.579430581308571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998618161006763 + - -0.02434610980210735 + - -0.04657290462247923 + - 0.025677398418894933 + - - -0.022006949543902282 + - -0.998501939589911 + - 0.05009561664416118 + - -0.03048376513894021 + - - -0.04772276898130445 + - -0.04900146500555215 + - -0.9976579542849681 + - 0.5775262990950731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927743322385726 + - -0.023630995323399483 + - -0.1176465099706826 + - 0.06456544816513504 + - - -0.024694695212623664 + - -0.9996662123879262 + - -0.007591827074772958 + - -0.03281305017257104 + - - -0.11742783859295064 + - 0.010442215761183336 + - -0.9930265166919687 + - 0.5762588897806207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997892237698961 + - -0.019650530012844964 + - 0.005946823000796548 + - -0.03485643348083943 + - - -0.01943383248752634 + - -0.9992145991239073 + - -0.03453275332921856 + - 0.03741950112732305 + - - 0.006620739266523733 + - 0.03440990508362627 + - -0.9993858735462 + - 0.5806299481709978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973602563925988 + - -0.03834372773592842 + - -0.06166261032264525 + - 0.048474400735313276 + - - -0.03677334258568743 + - -0.9989747469907796 + - 0.02640409342856522 + - 0.03510401953880486 + - - -0.06261182191539447 + - -0.02406685309760557 + - -0.9977477368245011 + - 0.5762674090612715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987600257321921 + - -0.024496942431090064 + - -0.04333948327978527 + - 0.025683928267594743 + - - -0.023114880881273534 + - -0.9992170826826828 + - 0.032108004562001274 + - -0.030499873233276333 + - - -0.04409209998713446 + - -0.031066404469085554 + - -0.9985443231184523 + - 0.5776087346665627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917711442267675 + - -0.02306341235248807 + - -0.1259288548736452 + - 0.06455156170124376 + - - -0.02417321670894498 + - -0.9996811923130534 + - -0.007291730212670036 + - -0.03282344990460207 + - - -0.12572053560604518 + - 0.010275833115182558 + - -0.9920124768271406 + - 0.5761776262834226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997649236351266 + - -0.02131088209940469 + - -0.003992965438738981 + - -0.034922599511302124 + - - -0.02144910719342113 + - -0.9990264249488928 + - -0.03855046114431242 + - 0.03742856141436868 + - - -0.003167533654883768 + - 0.03862704438575755 + - -0.9992486768430398 + - 0.5805768484097822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970219732121051 + - -0.040615569491533665 + - -0.06555578118761884 + - 0.04847419340867924 + - - -0.03867605228465949 + - -0.9987834977158291 + - 0.03058901224637214 + - 0.035099493767800416 + - - -0.06671842258263341 + - -0.027962478527713153 + - -0.9973799435935496 + - 0.5762298996780473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999429726949597 + - -0.03238501158221406 + - 0.009562003674651272 + - -0.04285305782116925 + - - -0.032576795470771455 + - -0.9992562390357598 + - 0.020633011049373717 + - -0.023612439225287038 + - - 0.008886691527768227 + - -0.020932744037223467 + - -0.9997413900308229 + - 0.5795166812870838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983305416452842 + - -0.02352840487240834 + - -0.05274982258163105 + - 0.025702221588579672 + - - -0.019345754522365238 + - -0.9967306219892885 + - 0.07844621705860959 + - -0.030461498459612026 + - - -0.054423077827277525 + - -0.0772947692473827 + - -0.9955217964699719 + - 0.5774496770696504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921232822061739 + - -0.021883142893815558 + - -0.12333904881073811 + - 0.06456913340991352 + - - -0.02469230071007838 + - -0.9994683008894482 + - -0.021293327659206884 + - -0.032813872224400825 + - - -0.1228075046163379 + - 0.024171131008873616 + - -0.9921361162842827 + - 0.5762441768774237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997782101143735 + - -0.02073240153762133 + - -0.0037010953760219898 + - -0.03491116846396531 + - - -0.020824205502731997 + - -0.999424400357232 + - -0.026780971523968036 + - 0.037422375497835766 + - - -0.0031437311716431926 + - 0.026852104146052262 + - -0.999634473923969 + - 0.5805164476305239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972044890605317 + - -0.03948534104857027 + - -0.0634359112790373 + - 0.048441463048049395 + - - -0.037380743986111735 + - -0.9987215604534952 + - 0.034028292116720475 + - 0.03511807451963152 + - - -0.06469843102091868 + - -0.031561884094809374 + - -0.9974056148307056 + - 0.5762098578843106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994006712860922 + - -0.032227311474938194 + - 0.012637192251662667 + - -0.042873060145246646 + - - -0.032544110104960236 + - -0.9991393040476995 + - 0.02572026447289542 + - -0.023651342408113778 + - - 0.011797420497057424 + - -0.02611611575592317 + - -0.9995893003466171 + - 0.5794648134929444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998465127551158 + - -0.02356366337516922 + - -0.05012128123453779 + - 0.025679652831675583 + - - -0.022082746774866845 + - -0.9993089909878953 + - 0.029898040498191055 + - -0.030518672394670765 + - - -0.05079115433938305 + - -0.028745335258021833 + - -0.9982955295611499 + - 0.5776184406508144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910080749972708 + - -0.020927081802613642 + - -0.13215541054921026 + - 0.0645445776784308 + - - -0.023496350464594078 + - -0.9995634511249915 + - -0.01791169143167001 + - -0.03282333456844435 + - - -0.1317228788215949 + - 0.020855800687700963 + - -0.9910671615852418 + - 0.5762136393434009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997977763112049 + - -0.01981648009538044 + - -0.003422513666778108 + - -0.03484407366464559 + - - -0.0199020039198201 + - -0.9994350273417044 + - -0.027083876429742297 + - 0.037446451170520964 + - - -0.0028838729419580047 + - 0.027146514308755657 + - -0.9996273055682997 + - 0.5804617896245682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977138462127524 + - -0.03971523273984244 + - -0.0546788932201122 + - 0.048497736257174934 + - - -0.037929436814884934 + - -0.998724777783013 + - 0.033319304692276445 + - 0.035106394520309746 + - - -0.055932449421261146 + - -0.031169192012165652 + - -0.9979479157606608 + - 0.5763888558249297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989331877201293 + - -0.02347694661002799 + - -0.03976580753827312 + - 0.025699246208145524 + - - -0.022277247137466098 + - -0.9992911029474397 + - 0.030348242619073314 + - -0.030498036329875317 + - - -0.04045010174619271 + - -0.029429994019023766 + - -0.9987480486693144 + - 0.5776486747563232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917636180945713 + - -0.024347943612951388 + - -0.1257461866848684 + - 0.06457806739670309 + - - -0.024203253194709298 + - -0.9997034699807078 + - 0.0026785524682535382 + - -0.03281252460277402 + - - -0.12577411641016614 + - 0.00038697590743177915 + - -0.9920588298537992 + - 0.5762879181244089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997733122571789 + - -0.020424123287937645 + - 0.006014921963640063 + - -0.034896023356447835 + - - -0.020212557316444734 + - -0.9992392551393607 + - -0.03335211410487834 + - 0.03739923139436847 + - - 0.006691533833060478 + - 0.03322297663446957 + - -0.9994255636106705 + - 0.5805679471535624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971147111099581 + - -0.039370178408107116 + - -0.06490178688001318 + - 0.048468887970279685 + - - -0.037593671791408774 + - -0.9988903038822167 + - 0.028370348100309223 + - 0.03506418317658139 + - - -0.0659467112852845 + - -0.025848594975485605 + - -0.9974882863514983 + - 0.5762509415945709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984473318134225 + - -0.024281574659110516 + - -0.0501331300312607 + - 0.025686932668645794 + - - -0.02167292842830773 + - -0.9984151093150675 + - 0.05193797902040126 + - -0.030499388993357426 + - - -0.05131481041569483 + - -0.0507708048336466 + - -0.9973911547675492 + - 0.5775244940557044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912294225020166 + - -0.020628386494839945 + - -0.13053237773417753 + - 0.06457428122772595 + - - -0.02309733092800518 + - -0.9995812898465858 + - -0.017428662961855097 + - -0.03282521090009828 + - - -0.1301181973066055 + - 0.02029075304800759 + - -0.9912908453478343 + - 0.5762744719555871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997606443376742 + - -0.01991607840787365 + - -0.009055597957609393 + - -0.034882922912422426 + - - -0.020155750873777807 + - -0.9994269422106171 + - -0.027194354014222096 + - 0.037422085476019676 + - - -0.00850880368986354 + - 0.027370367268052167 + - -0.9995891472276899 + - 0.5805379015344162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973267374398045 + - -0.039817797446638256 + - -0.06126925651722709 + - 0.04847970772982885 + - - -0.037867494050813175 + - -0.9987485592556257 + - 0.03267060267461841 + - 0.035107764408053924 + - - -0.06249345311300149 + - -0.030263152369005484 + - -0.9975864423330455 + - 0.5762685300957668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989969803285151 + - -0.02565788577234978 + - -0.03669749572111614 + - 0.02570219749499204 + - - -0.02342285815904903 + - -0.9979181894473969 + - 0.06008874175491729 + - -0.03049604445486521 + - - -0.03816284855942174 + - -0.05916891132783433 + - -0.9975182388919555 + - 0.577512673929153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915014586894189 + - -0.023246474215935196 + - -0.12800179238308573 + - 0.06455764187402789 + - - -0.02444332685217309 + - -0.9996708877816501 + - -0.007787162143257602 + - -0.03282420654867238 + - - -0.12777864136526323 + - 0.010849772272974697 + - -0.9917433646122732 + - 0.5761765995044645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997699683310347 + - -0.021436365185529233 + - 0.0007019052602611972 + - -0.03486782152558867 + - - -0.021396601461486735 + - -0.9991077324794921 + - -0.036413244095880974 + - 0.037419511699994856 + - - 0.0014818465710241132 + - 0.03638984950945163 + - -0.9993365714229715 + - 0.5804941535984145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961168296841423 + - -0.04143774805187873 + - -0.07767995015705378 + - 0.04845936879772943 + - - -0.039154527619749586 + - -0.9987617737588121 + - 0.03068944843141819 + - 0.03511474877898383 + - - -0.07885546643630742 + - -0.02752875432233413 + - -0.9965058871369361 + - 0.5762394417275373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985877510503343 + - -0.022793954757860158 + - -0.047988947464310816 + - 0.025712556967054753 + - - -0.020308457368907195 + - -0.9984582951936295 + - 0.05165848737938666 + - -0.030489162790893386 + - - -0.04909246389753766 + - -0.05061095124108612 + - -0.997511133573426 + - 0.5775128908471565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9930533578204339 + - -0.02106547164300322 + - -0.11576387357901903 + - 0.064572762891484 + - - -0.024185027561547685 + - -0.9993794333274505 + - -0.025609230444340825 + - -0.03283458530813078 + - - -0.11515256385946625 + - 0.028231084757090033 + - -0.9929465710147901 + - 0.5763374805508918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998093642957917 + - -0.0195252344846453 + - -1.6874964894333976e-05 + - -0.03489068702051787 + - - -0.019513923332129722 + - -0.999199995467146 + - -0.03490810585871509 + - 0.03742518985377384 + - - 0.0006647274874603055 + - 0.03490178042414332 + - -0.9993905262011404 + - 0.5805240418181913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969645380211041 + - -0.03899111643505324 + - -0.06738993075760408 + - 0.04846536075939692 + - - -0.03734702615025228 + - -0.9989772788833438 + - 0.02548717152927109 + - 0.035070889646481036 + - - -0.06831478292506626 + - -0.02289299268287646 + - -0.9974011235806399 + - 0.5762905949436966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985185407688362 + - -0.02174297940496083 + - -0.04987952072213249 + - 0.025718865819312185 + - - -0.019667734967741157 + - -0.9989355244307689 + - 0.041725270897427835 + - -0.030476210727714642 + - - -0.050733656896708 + - -0.04068243941580317 + - -0.9978832773331092 + - 0.5775112007503875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897957574764001 + - -0.018254794467519937 + - -0.1413192165300532 + - 0.06454540518036965 + - - -0.02305618520297617 + - -0.9992085946966269 + - -0.032412908050303904 + - -0.032819650111443485 + - - -0.1406156847780699 + - 0.035340440904719855 + - -0.9894333137867625 + - 0.5762123088424164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997674987684065 + - -0.021298954419893976 + - 0.0033619855715765227 + - -0.03490854599611308 + - - -0.021124524320703775 + - -0.9987456351310532 + - -0.045397255191192455 + - 0.03741403301058897 + - - 0.0043246824840911325 + - 0.04531567992747692 + - -0.9989633558214852 + - 0.580670734688856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967863187346994 + - -0.04059551945577477 + - -0.06905822603746853 + - 0.04847267558950935 + - - -0.03837148393985968 + - -0.9987107673380851 + - 0.03323300201947588 + - 0.035088046303664834 + - - -0.07031830489694255 + - -0.030476335132184267 + - -0.9970589395784643 + - 0.5762610507392263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988364895259549 + - -0.02243869398381048 + - -0.04268690904443563 + - 0.02571805552594157 + - - -0.020806305583060423 + - -0.9990493321372397 + - 0.038308349013210834 + - -0.030496973936847464 + - - -0.043505917292379 + - -0.03737561997391576 + - -0.9983537940991222 + - 0.5776245515279125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901228002267279 + - -0.02034543531958451 + - -0.13871879372615528 + - 0.06456755209339167 + - - -0.022525326021407683 + - -0.9996459537759022 + - -0.014162513445600674 + - -0.03283001021339515 + - - -0.1383815383597549 + - 0.017147313524984876 + - -0.9902305385515355 + - 0.5763203779873667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998094694598579 + - -0.019519176934846373 + - 0.00016281948149676398 + - -0.03485344827655097 + - - -0.019506202589464484 + - -0.9993873079056244 + - -0.029060572218865623 + - 0.03742709265728001 + - - 0.0007299581742555598 + - 0.02905185930255234 + - -0.9995776391217087 + - 0.5804751111106559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974972652137651 + - -0.03825537207488061 + - -0.05946202484335708 + - 0.048480910702312606 + - - -0.036863851737148956 + - -0.9990241842291938 + - 0.024325619422657044 + - 0.03509023998510416 + - - -0.060334586483716535 + - -0.022072739580915064 + - -0.9979341320153513 + - 0.5763030269193405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992606187064204 + - -0.032857904561489244 + - 0.01996431842788703 + - -0.04286810376742983 + - - -0.03328675187943856 + - -0.9992136558781266 + - 0.021542099618782316 + - -0.02363077382573415 + - - 0.01924079135011601 + - -0.02219071910725094 + - -0.9995685889090975 + - 0.5794876277031463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989973428475268 + - -0.021821798084598047 + - -0.039091151325281334 + - 0.025732290519034418 + - - -0.020704012947840834 + - -0.9993714880662673 + - 0.028774514558365907 + - -0.030495084661484054 + - - -0.03969449371684504 + - -0.027936319882350385 + - -0.9988212598858686 + - 0.5777578270940898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897069420096422 + - -0.02136622313549176 + - -0.1415049590892396 + - 0.06454333661017538 + - - -0.022456106136454657 + - -0.9997291618369548 + - -0.006109522892005154 + - -0.03280700924118661 + - - -0.1413360967166961 + - 0.009224287598726963 + - -0.9899186937739809 + - 0.5760666384134118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997587581172995 + - -0.02124371691507455 + - -0.005579431815804992 + - -0.03489465893019527 + - - -0.0213988099376677 + - -0.9993389730620943 + - -0.029388906962508732 + - 0.03741375814043004 + - - -0.004951414041121536 + - 0.02950121032824917 + - -0.9995524809074121 + - 0.5805760152395674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967386044283395 + - -0.038469848211217274 + - -0.07093817886619289 + - 0.04848886032481538 + - - -0.0365798813131575 + - -0.9989453061160386 + - 0.027752255256996584 + - 0.03511249265849662 + - - -0.07193098585005897 + - -0.025066834011100953 + - -0.9970945728000423 + - 0.576434076929377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993320703120918 + - -0.032864526627942786 + - 0.0159792407601118 + - -0.04287348428568814 + - - -0.03314175115117368 + - -0.9992990947279651 + - 0.017405275249277118 + - -0.023644581392391346 + - - 0.01539602469412338 + - -0.01792322977006823 + - -0.9997208211587009 + - 0.5795868217358732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982401296250801 + - -0.022110006337122717 + - -0.05502536892993559 + - 0.02572795193067588 + - - -0.01928781174774279 + - -0.9984969185056655 + - 0.05130189131673602 + - -0.03047610952878748 + - - -0.056076946458297486 + - -0.05015028768075965 + - -0.9971661469993105 + - 0.5774638974001917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99294245645126 + - -0.02291507237413457 + - -0.11636226894756738 + - 0.06456491922333099 + - - -0.024016737857217783 + - -0.9996789508908235 + - -0.008074122151683084 + - -0.03281356391643975 + - - -0.11613989185131657 + - 0.010811780792764533 + - -0.9931740184463415 + - 0.5762439446446572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997701180602856 + - -0.02068074243928643 + - -0.005658438466792886 + - -0.03491123779915608 + - - -0.020896970079944427 + - -0.9989291415262651 + - -0.041278164337534645 + - 0.03743715789215307 + - - -0.004798715994981521 + - 0.04138691945238866 + - -0.9991316706135587 + - 0.5807516520609705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997236958459292 + - -0.04060205624444256 + - -0.062208694823017656 + - 0.048473817830157695 + - - -0.03831892027520832 + - -0.9985629738384078 + - 0.03746528563800783 + - 0.035147508227753865 + - - -0.06364046693576697 + - -0.03497799748010755 + - -0.9973597298169197 + - 0.5763476983143272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9989531059513587 + - -0.033040863844989346 + - 0.031638480154876525 + - -0.04287252447223137 + - - -0.03390302289383139 + - -0.9990572907930261 + - 0.027112999685743634 + - -0.02363787973669304 + - - 0.030712817337293967 + - -0.028157255364748626 + - -0.9991315688244118 + - 0.5795382207201122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982909311047262 + - -0.02211866681535539 + - -0.054092341901326786 + - 0.02571213831622564 + - - -0.01933320114595452 + - -0.9984865326321755 + - 0.051486614625800696 + - -0.030467432388427605 + - - -0.05514929018136861 + - -0.0503528423277867 + - -0.9972076749915256 + - 0.5774730069521772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9923851564003688 + - -0.021269273296915674 + - -0.12132320210757924 + - 0.06456255859010183 + - - -0.024705508395182093 + - -0.9993330803212122 + - -0.02688926236722834 + - -0.03282621222806166 + - - -0.12067037420655907 + - 0.02968185622799162 + - -0.992248783420625 + - 0.576281588276391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997835129251708 + - -0.02074498005229814 + - 0.0016040840485052074 + - -0.034855341063032126 + - - -0.020668966189689914 + - -0.9990621290547516 + - -0.03804807649851173 + - 0.037405087150369595 + - - 0.0023918862126723174 + - 0.03800668482276372 + - -0.9992746223081665 + - 0.580463656987469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965142301581943 + - -0.04004417390275971 + - -0.07318369510120991 + - 0.048498939050103974 + - - -0.037719105303771934 + - -0.9987472560600692 + - 0.03288141735944611 + - 0.03513566337629742 + - - -0.07440872386558099 + - -0.030006376804417048 + - -0.9967762834075496 + - 0.5763804682860669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988181897381412 + - -0.02164136861478925 + - -0.0435186742985272 + - 0.02570462796009675 + - - -0.020118550774056443 + - -0.9991801940466598 + - 0.035130951305523 + - -0.030484850919011822 + - - -0.04424327929724683 + - -0.03421390052826673 + - -0.9984347456131861 + - 0.5775750953850144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912464487735506 + - -0.022913976170978425 + - -0.13002087328525616 + - 0.06457265065362076 + - - -0.024330745990888174 + - -0.9996605348266548 + - -0.009318256790473916 + - -0.03282032563589481 + - - -0.12976321741291594 + - 0.012400193793734318 + - -0.9914674692598472 + - 0.5762381884784676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998194199505234 + - -0.01897838415837058 + - -0.0009738709033119632 + - -0.03484663779962455 + - - -0.018997756057543745 + - -0.9994553624298684 + - -0.026982656929186583 + - 0.0374179551798714 + - - -0.0004612532678139388 + - 0.026996285761515956 + - -0.9996354274436783 + - 0.5805196452016597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976188414636958 + - -0.03993025858214211 + - -0.05623363411870601 + - 0.04849402111509237 + - - -0.03828851947020817 + - -0.9988170074021653 + - 0.02997624060757289 + - 0.035092284694011565 + - - -0.05736406918457511 + - -0.02775175983152922 + - -0.9979675362419567 + - 0.5764501414933901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989685048693291 + - -0.02419170505440915 + - -0.0384276942542431 + - 0.025696275664608168 + - - -0.022546625968962217 + - -0.9988343078405465 + - 0.04268108642141948 + - -0.0304933678618247 + - - -0.03941542764645377 + - -0.041770646239403984 + - -0.9983494564410752 + - 0.5775977070066172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893410825283091 + - -0.02419609800841806 + - -0.14359237884679124 + - 0.06456554231324405 + - - -0.023287899967845364 + - -0.9996967716113776 + - 0.008002408692142063 + - -0.03280446463356984 + - - -0.14374246462615362 + - -0.00457314672358875 + - -0.9896045625360883 + - 0.5761936199189055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997747850259033 + - -0.021061634632506335 + - -0.0026051435690827075 + - -0.03491098182727963 + - - -0.02112368961993997 + - -0.9994209342047655 + - -0.026675569536815436 + - 0.037430250524348826 + - - -0.0020418039203517545 + - 0.026724592043281876 + - -0.9996407490778225 + - 0.5805086567327475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969691523051876 + - -0.03878645939134499 + - -0.0674397502943141 + - 0.048480124267881085 + - - -0.03704423731843215 + - -0.9989516251615742 + - 0.026895632889834913 + - 0.03511248283192227 + - - -0.06841223452988193 + - -0.02431586220829186 + - -0.9973607697376587 + - 0.5763899702452526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985427755176403 + - -0.02400134037182183 + - -0.04833488514399902 + - 0.02569324871357527 + - - -0.022489621592939043 + - -0.9992481578214043 + - 0.03158062714921244 + - -0.030484868638137225 + - - -0.049056522320014 + - -0.03044757380953562 + - -0.9983318100045596 + - 0.5776311123117013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9928876465201514 + - -0.021864453077817307 + - -0.11703019729660719 + - 0.06457215512713274 + - - -0.024037804516214442 + - -0.9995632210825849 + - -0.017191597163972772 + - -0.03280710914253384 + - - -0.11660319610420264 + - 0.019882473453169288 + - -0.992979547577728 + - 0.576229515494357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997791406719017 + - -0.019516234928554473 + - -0.007796566652526583 + - -0.03487712465519857 + - - -0.019759863312454055 + - -0.9992763960981305 + - -0.03249972312198101 + - 0.03745496224898744 + - - -0.007156652794914073 + - 0.032646604346329273 + - -0.9994413347192658 + - 0.5805636799525358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997441571236266 + - -0.03951030674184887 + - -0.05957556236322158 + - 0.048481354570890305 + - - -0.03723327391919169 + - -0.9985507897541109 + - 0.038858764708878016 + - 0.03509965162001063 + - - -0.0610245465610973 + - -0.036541154095163925 + - -0.9974671667651052 + - 0.5763282554281829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998739567911516 + - -0.02264404645098217 + - -0.04479422561272894 + - 0.025725246399096218 + - - -0.020574493320667783 + - -0.9987233161929779 + - 0.0461348882853191 + - -0.030497928713611643 + - - -0.045781718103584716 + - -0.04515511989605209 + - -0.9979303830601898 + - 0.5775939019211135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907194718590981 + - -0.018673240025584827 + - -0.13463371860784493 + - 0.06454737320046744 + - - -0.023105459951079876 + - -0.9992387477893507 + - -0.03143346364655372 + - -0.03281650432504824 + - - -0.1339442637804192 + - 0.03425251849597438 + - -0.9903967382705803 + - 0.5762407816108175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997905139131343 + - -0.01946708577658945 + - 0.0063214603279334045 + - -0.034859651494363125 + - - -0.019228242033858426 + - -0.9991715072889181 + - -0.035868840659829586 + - 0.03742021255177844 + - - 0.007014484841960035 + - 0.03573977606756642 + - -0.9993365125967546 + - 0.5804878583662039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964952704267777 + - -0.04091065177385519 + - -0.07296228195788305 + - 0.04842513516756328 + - - -0.0390201132061006 + - -0.9988694715834003 + - 0.027151602237852963 + - 0.03509454539093679 + - - -0.0739905857690447 + - -0.024209446712757564 + - -0.9969650424701043 + - 0.5761433790357755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983896433469123 + - -0.02332184940879759 + - -0.051712777896557115 + - 0.025708730925131106 + - - -0.020387200540450033 + - -0.9981905832876993 + - 0.05656784855273522 + - -0.030479796811319005 + - - -0.052938474777318174 + - -0.05542247536798661 + - -0.9970586076617238 + - 0.5774852989614234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896137633808129 + - -0.01825839603526097 + - -0.14258762324088356 + - 0.06455954224915189 + - - -0.02382709648693416 + - -0.9990145785647958 + - -0.03744517709939908 + - -0.03282300461033763 + - - -0.14176342546745588 + - 0.0404537116866005 + - -0.9890736213298331 + - 0.5762159830472304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997976238932672 + - -0.019501778312216275 + - -0.004938815651367536 + - -0.03486241718596588 + - - -0.01962235504072943 + - -0.9994778205837881 + - -0.025671956367545292 + - 0.03745677564923383 + - - -0.004435587901573169 + - 0.02576367217115526 + - -0.9996582209716605 + - 0.5805379210272402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966054196106923 + - -0.04015693722344906 + - -0.07186833792031024 + - 0.04847595330225951 + - - -0.03718944565445407 + - -0.9984183420092997 + - 0.04216348504707748 + - 0.035116308738156604 + - - -0.07344782321151756 + - -0.03934761406022848 + - -0.9965225449197106 + - 0.5762810564281384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998347178912856 + - -0.023828837544435443 + - -0.05229815348578698 + - 0.025691573262514665 + - - -0.021735727766334475 + - -0.9989538879770296 + - 0.04023291978025144 + - -0.030496458983680703 + - - -0.05320214746802826 + - -0.03902968353519222 + - -0.9978207330517507 + - 0.5775108574200698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989928420101393 + - -0.020721174719688977 + - -0.1400441215967172 + - 0.06454824041837758 + - - -0.023727896482532276 + - -0.9995216823815488 + - -0.019834146759374865 + - -0.03280731231632917 + - - -0.13956614920558003 + - 0.022957337985801192 + - -0.9899465897857982 + - 0.5762032462879565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997873215002004 + - -0.020538258283757035 + - -0.0018686128878074222 + - -0.0349033939503367 + - - -0.020577564662393 + - -0.9994940173669701 + - -0.024254341471166504 + - 0.037416102118871725 + - - -0.0013695254725010785 + - 0.02428763459673663 + - -0.9997040738166848 + - 0.5805309684149399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969957288764206 + - -0.0391700103375112 + - -0.06682235323852527 + - 0.048447417134552855 + - - -0.037401103007083304 + - -0.9989212944326005 + - 0.027520992404914 + - 0.03510610837597231 + - - -0.06782826915105918 + - -0.02493908216548988 + - -0.9973852656244298 + - 0.57630894552481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982711411436361 + - -0.02375038095554345 + - -0.053764748341725135 + - 0.025690085704067226 + - - -0.020968614575525693 + - -0.9984411921229519 + - 0.05172526534375488 + - -0.030484588343669756 + - - -0.05490943418544329 + - -0.05050846737493979 + - -0.9972130408096703 + - 0.5774960514558731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927314855244768 + - -0.021375014389662276 + - -0.11843693008604796 + - 0.06455577102194002 + - - -0.023936672938520833 + - -0.9995083940097678 + - -0.02024860470869988 + - -0.032833991470681057 + - - -0.11794589156473388 + - 0.022936413491577733 + - -0.9927550995080022 + - 0.5762494271398075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997766373552716 + - -0.020783298314418563 + - -0.0038379564561977103 + - -0.03491832375939547 + - - -0.02086591009369972 + - -0.9995197264756404 + - -0.02291135487096403 + - 0.03742958956766203 + - - -0.0033599396642534003 + - 0.022986319784504296 + - -0.9997301335401557 + - 0.5806454504617561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958831099980499 + - -0.03992466667081642 + - -0.0813809081531803 + - 0.04849618246543049 + - - -0.03812429681854521 + - -0.9989952635124917 + - 0.023558469213816075 + - 0.03511241358451066 + - - -0.08223970581600856 + - -0.020358891689653852 + - -0.9964046097426813 + - 0.5762172336673121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990496280522572 + - -0.02483163126757099 + - -0.03582221066932993 + - 0.0256936145158187 + - - -0.02310693214175091 + - -0.9985904793869311 + - 0.047782048561947094 + - -0.030510180211423432 + - - -0.036958224736085246 + - -0.046908896452284424 + - -0.9982152298267075 + - 0.577646201158269 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918977992716277 + - -0.020758647090449136 + - -0.12533089950637025 + - 0.06456561134727534 + - - -0.022870179911973872 + - -0.9996193279950816 + - -0.015432237992458912 + - -0.03282720248392275 + - - -0.12496283715927561 + - 0.0181735431227962 + - -0.9919949655413925 + - 0.5762751867984953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997836058331544 + - -0.020500099552620464 + - -0.0035337551681452833 + - -0.0348786075933606 + - - -0.02059737117810157 + - -0.9993337359886859 + - -0.030130257473935683 + - 0.037431456788490115 + - - -0.002913727476490187 + - 0.030196523528823592 + - -0.9995397341571594 + - 0.5806173685643382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975928200432411 + - -0.03991229142945774 + - -0.05670603487305057 + - 0.048495751401611005 + - - -0.0377801850482594 + - -0.9985561696322481 + - 0.0381868263553347 + - 0.0351185145041057 + - - -0.058148284720126266 + - -0.035952539301463 + - -0.9976603589909164 + - 0.5765333110065916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994252631392563 + - -0.03347752823690474 + - 0.005329024505060091 + - -0.042885247266401146 + - - -0.033528599647330806 + - -0.9993896949019805 + - 0.009801567701953106 + - -0.023649850484433986 + - - 0.004997639914729112 + - -0.009974609108842692 + - -0.9999377634475103 + - 0.5795424841944166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985528985449101 + - -0.023363865141652587 + - -0.048437987295108925 + - 0.02566978807621658 + - - -0.02191158194659777 + - -0.9993006634764062 + - 0.03029961307032637 + - -0.030498653393609472 + - - -0.049112028915083455 + - -0.0291944135282186 + - -0.9983665132778577 + - 0.5775915191262929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908532472160462 + - -0.02411229104489412 + - -0.132772135261821 + - 0.06456647289755907 + - - -0.023680140164546743 + - -0.9997079032785325 + - 0.00483312365124778 + - -0.03283142301330147 + - - -0.13284989064054362 + - -0.001644853491089455 + - -0.9911348046627103 + - 0.5762412893690166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997812051367323 + - -0.020398608238926565 + - -0.004630187605059222 + - -0.03485847467218613 + - - -0.02057946049438255 + - -0.9988580080819581 + - -0.04311804142471703 + - 0.03742743387528744 + - - -0.003745351933182616 + - 0.04320389418163904 + - -0.9990592554330494 + - 0.5806471265120242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972501222847722 + - -0.03962333231246964 + - -0.06262735136873135 + - 0.048505633587542486 + - - -0.03830065212689485 + - -0.9990200388409654 + - 0.02218156984638327 + - 0.03508182034283003 + - - -0.06344488671013229 + - -0.01972190484337134 + - -0.9977904553660989 + - 0.5763963063770299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994064274589906 + - -0.031476772712099345 + - 0.014000197616041515 + - -0.04288063680679538 + - - -0.0318709650731969 + - -0.999074498798226 + - 0.02888576528979063 + - -0.02363798296977101 + - - 0.013078009747681005 + - -0.02931481930192728 + - -0.9994846707330409 + - 0.5794631629171492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991759027962439 + - -0.021559619982214236 + - -0.03439037739736869 + - 0.025706495311834086 + - - -0.01986977064317253 + - -0.9986136323755325 + - 0.048744286314727076 + - -0.030495656633195638 + - - -0.03539360798080153 + - -0.04802078737345816 + - -0.9982190623776596 + - 0.5775768785112954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915016738646931 + - -0.021582280759752104 + - -0.12829121513462655 + - 0.06455974846489779 + - - -0.024729257022163692 + - -0.9994298514767151 + - -0.022987732040443663 + - -0.03282512355565116 + - - -0.12772194240084028 + - 0.0259649212292028 + - -0.9914700844175371 + - 0.5761773240464036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998029601962038 + - -0.01973824489375684 + - -0.0021077171115307606 + - -0.03486851644273392 + - - -0.019779974967151594 + - -0.9995609276555975 + - -0.02206138016038755 + - 0.0374477167107565 + - - -0.001671338746937265 + - 0.022098723782073185 + - -0.9997543963564238 + - 0.5805428271680655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971701219279099 + - -0.03893095686638621 + - -0.06431274004227212 + - 0.04847712270418057 + - - -0.036815888052032654 + - -0.998751927553527 + - 0.0337517050688556 + - 0.035120009483663034 + - - -0.06554645925767076 + - -0.031288461221069826 + - -0.997358859124037 + - 0.5763202451023378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993507968954136 + - -0.03149672212478886 + - 0.01749117605810385 + - -0.04285705937719588 + - - -0.032075894409746765 + - -0.9989109536426135 + - 0.03388279342999084 + - -0.023614689305430963 + - - 0.016404930427055323 + - -0.03442184173164606 + - -0.9992727430834312 + - 0.5794229811345895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985575868214369 + - -0.021663891480023192 + - -0.04912658758035552 + - 0.025718195487331976 + - - -0.019320206061495468 + - -0.9986753113451488 + - 0.04769016824683169 + - -0.0304808917979031 + - - -0.05009466477669968 + - -0.046672243524514 + - -0.9976533597624468 + - 0.5775435793042566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921491202286583 + - -0.0209367393589471 + - -0.12329548318780695 + - 0.06456387113501344 + - - -0.023596582433304498 + - -0.9995184296967539 + - -0.020152170950142035 + - -0.03281666310533085 + - - -0.12281418699387925 + - 0.022903310711576138 + - -0.9921653661721324 + - 0.5762574438603253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999808746264435 + - -0.019544053838841276 + - 0.0007077094621501056 + - -0.03485408565469062 + - - -0.019479493761531682 + - -0.9984168251440172 + - -0.0527673439935658 + - 0.037397903408859734 + - - 0.0017378768462671967 + - 0.052743466219858266 + - -0.9986065824713863 + - 0.5805700761705836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972938142127711 + - -0.03918017371625789 + - -0.06220901960734216 + - 0.04848150067282641 + - - -0.03746829584734324 + - -0.9988927288435707 + - 0.02845071299178011 + - 0.03507969135898293 + - - -0.06325484123163054 + - -0.02604285412562415 + - -0.997657553877959 + - 0.5764383894671287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987705435326059 + - -0.024623187412275732 + - -0.04302441182913431 + - 0.02569765998056139 + - - -0.02397642463942684 + - -0.9995925984951473 + - 0.015484446881611038 + - -0.030506903306960723 + - - -0.043388160056551044 + - -0.014433837860371517 + - -0.9989540189075411 + - 0.577680432422633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902743711870187 + - -0.022179546009158193 + - -0.13734896253333193 + - 0.06452977286030295 + - - -0.023587805742611937 + - -0.9996844861833725 + - -0.008633858033059503 + - -0.03282194246472244 + - - -0.13711413198647246 + - 0.011789648981791507 + - -0.9904850927633803 + - 0.5761159813186105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997981241168314 + - -0.020053127705399392 + - -0.0012582057446870658 + - -0.03489619668842279 + - - -0.020088734436790313 + - -0.9988679852223799 + - -0.04311833538660858 + - 0.0374279664826758 + - - -0.00039212395123888977 + - 0.043134906595643514 + - -0.9990691798227951 + - 0.580722523850984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970671082517751 + - -0.03985406571790763 + - -0.06533632288547878 + - 0.04847318878362104 + - - -0.03782894934732925 + - -0.9987734847054897 + - 0.03194521623860171 + - 0.03509192730034842 + - - -0.06652933363351865 + - -0.029379919928524734 + - -0.997351827627179 + - 0.5764543043762052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999321944928575 + - -0.032557779865919255 + - 0.017194224448126134 + - -0.04288393012347499 + - - -0.03308811047362959 + - -0.9989553917566845 + - 0.03151669756706418 + - -0.023600691722584517 + - - 0.01615014951804098 + - -0.032064251908492235 + - -0.9993553204041562 + - 0.5793970568065945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982035930954595 + - -0.023868803040154762 + - -0.05495331630342951 + - 0.02567442304627216 + - - -0.020872988192810485 + - -0.9982978389574123 + - 0.054458636568168545 + - -0.030496964066226345 + - - -0.05615963937933779 + - -0.05321376677506835 + - -0.9970027030707549 + - 0.5774634925321138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893149406236152 + - -0.022015724764097775 + - -0.14412236509995313 + - 0.06455215014265644 + - - -0.023073703626771098 + - -0.9997176690283924 + - -0.005673308856570632 + - -0.032805786554118074 + - - -0.14395677288629605 + - 0.008938125952883222 + - -0.9895436106835385 + - 0.5761985913129145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999804654753472 + - -0.019563901818988098 + - -0.002811775045721082 + - -0.034838817569709614 + - - -0.019616313856104278 + - -0.999607333226586 + - -0.02000948750799351 + - 0.03742063218601223 + - - -0.002419207306031658 + - 0.02006073541151299 + - -0.999795836323977 + - 0.5805907162298791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974159788956041 + - -0.03867190415293653 + - -0.06054625399568471 + - 0.04851477153101171 + - - -0.03665299617992332 + - -0.9987458109033707 + - 0.03410810862541804 + - 0.03514337480516651 + - - -0.06178934305168168 + - -0.03180077093648643 + - -0.9975824718052573 + - 0.5765468604267673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991017037270717 + - -0.02258232297056639 + - -0.035858392308016365 + - 0.025739975302212528 + - - -0.020818163734922655 + - -0.9985900489091822 + - 0.048831529550727226 + - -0.030493464138452057 + - - -0.03691056310012797 + - -0.048041158487391045 + - -0.99816314168718 + - 0.5775707288322693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911940576928288 + - -0.023459305388879498 + - -0.13032268024061142 + - 0.06455816382121737 + - - -0.02417910693044062 + - -0.9996998649028389 + - -0.0039434631090008295 + - -0.032830227210394206 + - - -0.13019105492495128 + - 0.007059823221371875 + - -0.9914637906215291 + - 0.5762305525079517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997958711753664 + - -0.02015801619797492 + - 0.001367612391145117 + - -0.034881597732928586 + - - -0.020112702106880116 + - -0.999417905942478 + - -0.02755591579882044 + - 0.037437979030148366 + - - 0.0019222889091218935 + - 0.027522784461495947 + - -0.9996193281148757 + - 0.5806447193195697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966485294054772 + - -0.04108517444916499 + - -0.07073695833424862 + - 0.04844874659706543 + - - -0.03825167818612892 + - -0.998428457844143 + - 0.04095636315532303 + - 0.03510948973463658 + - - -0.07230849154728905 + - -0.03811329174248208 + - -0.9966538310981942 + - 0.5763514200150829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988543835485945 + - -0.02174930278354719 + - -0.04262497265907501 + - 0.02570176532910947 + - - -0.01982359768386391 + - -0.9987861633227157 + - 0.045091295500989094 + - -0.030489061526622927 + - - -0.0435539371426466 + - -0.04419465786176877 + - -0.9980730868908626 + - 0.577571215600039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887473516595889 + - -0.022860048322675065 + - -0.14783806267952132 + - 0.06455136968009605 + - - -0.022791163899679067 + - -0.9997379139308732 + - 0.002160161393044668 + - -0.03281946473013367 + - - -0.14784869777663612 + - 0.001233547660609794 + - -0.9890092218609097 + - 0.5761094144530331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999799387481773 + - -0.0199247162619803 + - 0.002047064471675695 + - -0.03485321166895727 + - - -0.01985284803031391 + - -0.9993350895189053 + - -0.03058174751919131 + - 0.037417004182374335 + - - 0.0026550359991684073 + - 0.03053497237794527 + - -0.9995301727540404 + - 0.5806131271173985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968220849626355 + - -0.039261644859605836 + - -0.06931272735697622 + - 0.04847239502947934 + - - -0.03740114795709024 + - -0.9989096813190368 + - 0.027939268039673178 + - 0.03509168474302947 + - - -0.07033409601492135 + - -0.025258103848449218 + - -0.9972036618102369 + - 0.5763689654027913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992110295988227 + - -0.021450783914057112 + - -0.033424275572300315 + - 0.025729639884861745 + - - -0.020442972696067045 + - -0.9993345723669923 + - 0.030207570895866592 + - -0.030493716315965584 + - - -0.03405001021157703 + - -0.029500446463627934 + - -0.9989846447583859 + - 0.5776251020437941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897281196275347 + - -0.02428068257239755 + - -0.14088540617240247 + - 0.06455158235312534 + - - -0.023012499485262974 + - -0.9996787263311534 + - 0.0106239817565978 + - -0.03281150901963791 + - - -0.14109810092976133 + - -0.007272728149891296 + - -0.9899689052385804 + - 0.5761740834749814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998037964983663 + - -0.01977355171852906 + - -0.0011726721145015656 + - -0.03487863106365824 + - - -0.01980018473996196 + - -0.9993354449954746 + - -0.03060426538834713 + - 0.037446297763080526 + - - -0.0005667377849151354 + - 0.030621479848819542 + - -0.9995308918588518 + - 0.5807024645386412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972336958754443 + - -0.0405853729424427 + - -0.062271850090749634 + - 0.04847347878422126 + - - -0.0381322924217459 + - -0.9984682381575272 + - 0.04008872241997067 + - 0.035094704692159584 + - - -0.06380348019712102 + - -0.03760325642448855 + - -0.997253784661161 + - 0.5763430738302449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994338425334021 + - -0.032151694044596106 + - 0.009912767977802578 + - -0.04286578839034004 + - - -0.032465085679309245 + - -0.9989190907074169 + - 0.03326662640097824 + - -0.02360849205982537 + - - 0.008832474780840018 + - -0.033569611113771276 + - -0.9993973527075783 + - 0.5795423690349569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983169208437431 + - -0.024478394601534108 + - -0.05257502976508039 + - 0.02568653617692547 + - - -0.021880821355182913 + - -0.9985380432395488 + - 0.049426772706254125 + - -0.03049915875299348 + - - -0.053708055391068425 + - -0.04819319870131803 + - -0.9973930320515806 + - 0.577476306597593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908153698949548 + - -0.02022707850050959 + - -0.13370029197895628 + - 0.06455922852433903 + - - -0.022739231055521506 + - -0.9995919242446764 + - -0.017289081983416388 + - -0.03282026550728577 + - - -0.13329602451283962 + - 0.02017052999204308 + - -0.9908709903760999 + - 0.5761942371121029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998161565767644 + - -0.019174234140210935 + - 4.234623259251563e-05 + - -0.03487584083701712 + - - -0.01916513423483932 + - -0.9994049865974945 + - -0.02867700113021489 + - 0.0374415181629962 + - - 0.0005921805701264113 + - 0.028670917480927007 + - -0.9995887293347071 + - 0.5806259973328242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973119278858136 + - -0.04001380573779038 + - -0.06138252069653216 + - 0.0484816058283268 + - - -0.03793946968680579 + - -0.9986810134934121 + - 0.03459522983961289 + - 0.03510891140489099 + - - -0.06268584478624954 + - -0.032173415083731345 + - -0.9975145894799156 + - 0.5764041269522031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977359029425559 + - -0.02444133715450052 + - -0.06265531914771964 + - 0.0256793234592796 + - - -0.02128483672147555 + - -0.9984941600976213 + - 0.05056053774126848 + - -0.030481911417514947 + - - -0.06379673741769791 + - -0.049112455538754526 + - -0.9967537022784573 + - 0.5774446769727226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989650688547646 + - -0.01990437888744475 + - -0.14211027534374565 + - 0.06454969077709835 + - - -0.024117410441701896 + - -0.9993173494085418 + - -0.027985454877009885 + - -0.0328413302206521 + - - -0.14145623058302043 + - 0.031123156526800293 + - -0.9894551449949875 + - 0.5762221941625094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997607093051537 + - -0.019865982370326794 + - -0.009157885897844067 + - -0.034877733892056784 + - - -0.020133573130443373 + - -0.9993435689665131 + - -0.03011760943821924 + - 0.037429044764379 + - - -0.00855355847920354 + - 0.030294783539974158 + - -0.999504408558366 + - 0.5804647961803346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99672313434715 + - -0.04028377021943765 + - -0.07014421796627865 + - 0.04845383075625712 + - - -0.03749637117376659 + - -0.9984711831915789 + - 0.04061180228466317 + - 0.03514136289485259 + - - -0.07167297681827081 + - -0.03784856923209905 + - -0.9967098224664447 + - 0.5762777214076424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984391286206601 + - -0.022767467726814275 + - -0.05099949855170628 + - 0.02571494692954719 + - - -0.020661790427143265 + - -0.9989272639630823 + - 0.04144166656368094 + - -0.030483396613479555 + - - -0.05188831135777913 + - -0.04032324050146478 + - -0.9978384836334482 + - 0.5775405480207526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907063767233887 + - -0.024276727914219195 + - -0.1338339105062466 + - 0.06456158248735194 + - - -0.02237399003466776 + - -0.9996263394117961 + - 0.015703060978690547 + - -0.0328091645700666 + - - -0.1341651209873253 + - -0.012562724065697561 + - -0.990879356064352 + - 0.5762163786247088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997934531421768 + - -0.02029715209456365 + - 0.0010376275305003806 + - -0.034889682569305754 + - - -0.020245786152527052 + - -0.9991288311763113 + - -0.03649228487398885 + - 0.037435960627291674 + - - 0.0017774130381107039 + - 0.03646373992212486 + - -0.9993333960564832 + - 0.5805944804803796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971791203147806 + - -0.040603321489169224 + - -0.06312822104485054 + - 0.0484720964945759 + - - -0.03812489028607952 + - -0.9984728154939149 + - 0.039981614028563636 + - 0.03508967795115016 + - - -0.06465519893183176 + - -0.03746207420447788 + - -0.9972042409894692 + - 0.5763611622748921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994455275157578 + - -0.03185455197269892 + - 0.009691493557108096 + - -0.04288096808235946 + - - -0.0322518543958614 + - -0.9985085029809607 + - 0.04405209827861622 + - -0.023625359940298726 + - - 0.008273778869235011 + - -0.04434024124132987 + - -0.9989822258628447 + - 0.5793747326825952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983335477296315 + - -0.02328520676627115 + - -0.05280082029116395 + - 0.025700456337581494 + - - -0.020368579379240883 + - -0.9982720095600616 + - 0.0551191065147885 + - -0.030471863549525656 + - - -0.053993040770448864 + - -0.05395177545520664 + - -0.9970827234856656 + - 0.5774734293772379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891525902301644 + - -0.022616509191103917 + - -0.14514009354056928 + - 0.06455985290588333 + - - -0.022668684974294653 + - -0.9997421942083108 + - 0.00129454281052244 + - -0.03281347163163842 + - - -0.14513195362322068 + - 0.002009634683418715 + - -0.98941026748561 + - 0.5761401394368043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997470330473529 + - -0.02102892789740102 + - 0.007978352242221848 + - -0.03492004319212072 + - - -0.02070356344160128 + - -0.9990294165927274 + - -0.03887913634860696 + - 0.03743339800613167 + - - 0.008788195140906254 + - 0.03870412089015701 + - -0.9992120689084397 + - 0.5807707035823553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972765314067028 + - -0.03988585968609615 + - -0.06203739277658823 + - 0.04848655218671842 + - - -0.03784867142981056 + - -0.9987159427640174 + - 0.033674081130432854 + - 0.03511003777403669 + - - -0.0633008528885186 + - -0.031234337932502788 + - -0.997505598058229 + - 0.5762467981106171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983407293303526 + - -0.024190068730879064 + - -0.052255418235193696 + - 0.025689694845064413 + - - -0.02141693457293062 + - -0.9983652385751929 + - 0.05299212505832363 + - -0.03049480095428792 + - - -0.05345187624058183 + - -0.0517850459060678 + - -0.9972267575365534 + - 0.5774703238689746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911102983755081 + - -0.020644111936696675 + - -0.13143133985604896 + - 0.06456801818890569 + - - -0.023598099704570347 + - -0.999501829215118 + - -0.020957649819735594 + - -0.03282342730080888 + - - -0.13093321253350607 + - 0.023872872428315872 + - -0.9911037179920563 + - 0.5762431148459096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997737779745955 + - -0.021269339095530696 + - 8.993799811405403e-05 + - -0.034901433423630064 + - - -0.021250397488800078 + - -0.9990448686371382 + - -0.038180768148016055 + - 0.03744938307572028 + - - 0.0009019318001793329 + - 0.03817021959910485 + - -0.9992708445935892 + - 0.5807668937181638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997384365644941 + - -0.039692739651191154 + - -0.06040623797275767 + - 0.04846734911007958 + - - -0.03753427848885373 + - -0.9986300755853587 + - 0.036457510538998594 + - 0.03510325032086273 + - - -0.06177058446671721 + - -0.0340948464633994 + - -0.9975078627957158 + - 0.5764675148611039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999443915879939 + - -0.032389832899697844 + - 0.007921977991840719 + - -0.04290632381589281 + - - -0.032537281010382134 + - -0.999285096277775 + - 0.019251537641706954 + - -0.023621126488910998 + - - 0.007292760453009834 + - -0.01949859179141623 + - -0.999783286799258 + - 0.5795425840821387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991052165853141 + - -0.023329488805070055 + - -0.035277487780546256 + - 0.02572675125723103 + - - -0.022064848084867812 + - -0.9991145543129668 + - 0.03582247672890947 + - -0.03050118276899688 + - - -0.03608197155095858 + - -0.03501203096216594 + - -0.9987353248067778 + - 0.5776558818724862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918038947852653 + - -0.022409111748442137 + - -0.12578897407731846 + - 0.0645649146052285 + - - -0.02382159678750352 + - -0.9996688175621001 + - -0.009735847188921952 + - -0.03281374335004477 + - - -0.1255291432906003 + - 0.012652545381790581 + - -0.9920092475779092 + - 0.5761957176521827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999802609874033 + - -0.019300024276205866 + - 0.004717027878862629 + - -0.03486126466106785 + - - -0.019167111830464694 + - -0.9994580652064963 + - -0.026761870595411037 + - 0.03744999617427862 + - - 0.00523097630950126 + - 0.026666176265541516 + - -0.9996307077767392 + - 0.5805495709868882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979865996265986 + - -0.03824830112962223 + - -0.05059460866966843 + - 0.04850778835275251 + - - -0.03705682514217057 + - -0.9990181097387729 + - 0.02428184763051295 + - 0.035108985038653125 + - - -0.05147366973630056 + - -0.02235808298281835 + - -0.9984240469105357 + - 0.5764073940912593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999449432156954 + - -0.03284780154780933 + - 0.004674879101951715 + - -0.04287606298916592 + - - -0.03293977771728599 + - -0.9992327653104672 + - 0.021186122201424122 + - -0.023638078872874363 + - - 0.003975374834895307 + - -0.021328447282294653 + - -0.9997646191636557 + - 0.5796043926432359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983756193249925 + - -0.02272057763019273 + - -0.05224842667093518 + - 0.02572325333534311 + - - -0.01941812384077425 + - -0.9978329215676088 + - 0.06286809287989006 + - -0.030470871169422795 + - - -0.053563599617109936 + - -0.06175140474515956 + - -0.9966532520430851 + - 0.5774152914884362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915379089633106 + - -0.023747201607015298 + - -0.127626977965089 + - 0.06455777261338634 + - - -0.022775844655495318 + - -0.9996994972230114 + - 0.009065106303152671 + - -0.03281771287637028 + - - -0.12780389661076177 + - -0.006081584324374937 + - -0.9917808116429818 + - 0.5761721753045086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997744361983982 + - -0.019563698205504295 + - -0.008266706520668668 + - -0.03489569086072966 + - - -0.019763022341521153 + - -0.9994980486551472 + - -0.02476032476526785 + - 0.037427207653758524 + - - -0.007778153515035141 + - 0.024918114837943678 + - -0.9996592358803171 + - 0.5805817260111105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973945976328542 + - -0.038570947447667474 + - -0.060961451965862244 + - 0.048492066501570896 + - - -0.03659753733953792 + - -0.998779658508724 + - 0.03316344387843012 + - 0.03510622812837921 + - - -0.062166203627678475 + - -0.03084600074865346 + - -0.9975890373116257 + - 0.5763644545991198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984875425706402 + - -0.02505777504273328 + - -0.048936032135348126 + - 0.025690699768079115 + - - -0.022065750270215498 + - -0.9979089144584269 + - 0.06075278684486971 + - -0.03048474548475237 + - - -0.050356032372065776 + - -0.05958109057673804 + - -0.99695253831335 + - 0.5774767868294349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915512953533052 + - -0.02499351035011777 + - -0.12728453607395204 + - 0.0645663440842064 + - - -0.023316162758658686 + - -0.9996207787277726 + - 0.014651119066226423 + - -0.03281239982534537 + - - -0.12760244996626977 + - -0.011559549128731686 + - -0.991758030764836 + - 0.5761996772762581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997963831868436 + - -0.020110951464169198 + - 0.0016558374654117402 + - -0.034877810396525155 + - - -0.020033539649246798 + - -0.9990768273354439 + - -0.03800197850725302 + - 0.03743917881288043 + - - 0.0024185647868284906 + - 0.0379610683799797 + - -0.999276292039305 + - 0.5806842991262519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974469425865269 + - -0.03966940387332626 + - -0.05937958505349086 + - 0.0484735961195824 + - - -0.03760280552571595 + - -0.9986610892500508 + - 0.035525453332736844 + - 0.03509832553664532 + - - -0.06070935464477459 + - -0.033201915821774584 + - -0.9976031310317636 + - 0.5763407716720844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993958361843633 + - -0.022453639586669433 + - -0.026529166716447016 + - 0.02572353363894746 + - - -0.021667527180916434 + - -0.9993282288749452 + - 0.029556881424292653 + - -0.030483826458079958 + - - -0.027175004751082133 + - -0.028964202785117358 + - -0.9992109857651694 + - 0.5776945946088745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903525678026946 + - -0.021270728687182265 + - -0.1369282569367093 + - 0.06455278007033582 + - - -0.022599420830779787 + - -0.9997113301171145 + - -0.00815613962506977 + - -0.03281444220804882 + - - -0.13671524283971598 + - 0.01117195312318299 + - -0.9905473889919106 + - 0.5761756983289797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997742405552326 + - -0.02028337453157676 + - 0.006328715495244724 + - -0.0348654120638349 + - - -0.02007575189292387 + - -0.9993082265150907 + - -0.03130547244807783 + - 0.037442244029287336 + - - 0.006959318080223901 + - 0.031171351219916335 + - -0.9994898272393683 + - 0.5804961161195195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997248417182058 + - -0.039536261066903625 + - -0.06270947686538084 + - 0.04849032103717468 + - - -0.037174599904164204 + - -0.9985710835372413 + - 0.038390627049134395 + - 0.035115302937624826 + - - -0.0641376921150536 + - -0.035953792346706 + - -0.9972931771881552 + - 0.5764222436682417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9990984882820273 + - -0.033680695818479 + - 0.025842241422732035 + - -0.042861219167361415 + - - -0.03419156223333632 + - -0.9992233192864232 + - 0.01958814095997778 + - -0.02362817462008024 + - - 0.025162428034900885 + - -0.020454068627223307 + - -0.9994741033623545 + - 0.579476122821394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985092022762966 + - -0.022482773545948152 + - -0.04973829373064145 + - 0.0257079538651995 + - - -0.020013719770747326 + - -0.9985689243933679 + - 0.049593893341926765 + - -0.030467404444672802 + - - -0.050782122745036476 + - -0.04852451060602285 + - -0.997530224043339 + - 0.5774848673742016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927885373040338 + - -0.02219816263336884 + - -0.11780561011012887 + - 0.06456647918415016 + - - -0.023343733136700146 + - -0.9996925999854838 + - -0.008353182477703747 + - -0.03280982348720646 + - - -0.11758397136072467 + - 0.01104296653829018 + - -0.9930015420778934 + - 0.5762404047853842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997925773073636 + - -0.019996302410445102 + - 0.0038665554450102724 + - -0.034877915839431756 + - - -0.019856932785295794 + - -0.999250346509727 + - -0.033233224648679165 + - 0.03745194913065997 + - - 0.004528198478374835 + - 0.033149553392155355 + - -0.9994401445451548 + - 0.580637573035431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970852702749371 + - -0.03893661223188143 + - -0.06561176745569078 + - 0.04850399774689768 + - - -0.03669117263539113 + - -0.9987104695952168 + - 0.035087829393416876 + - 0.03513404111171167 + - - -0.06689336029379497 + - -0.03257818516746606 + - -0.9972281284639933 + - 0.5765065345272354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994379713581337 + - -0.031676350279711586 + - 0.010970425720784773 + - -0.04287616131260718 + - - -0.031928791449502676 + - -0.9992101631346398 + - 0.023655911840832534 + - -0.023633390123090545 + - - 0.01021242792446561 + - -0.02399288897577972 + - -0.9996599659856766 + - 0.5795296216937329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982371192982795 + - -0.024068585183888824 + - -0.054252712948924094 + - 0.025700052188430803 + - - -0.02114489630038422 + - -0.9983259633828069 + - 0.05383460036293877 + - -0.030480612416615975 + - - -0.05545761458554151 + - -0.0525925283955546 + - -0.9970749615457432 + - 0.5774979964110615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897706732007675 + - -0.021722148692513262 + - -0.14100412308822696 + - 0.06456074151404707 + - - -0.02303649397985223 + - -0.9997050056571378 + - -0.007695557756213019 + - -0.03281844513641581 + - - -0.14079536361974332 + - 0.01086507801367863 + - -0.9899790985990269 + - 0.5762318569169502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997819464857867 + - -0.02008971225144787 + - -0.005697626062289488 + - -0.03488728285682926 + - - -0.020238153743649564 + - -0.9994219340699925 + - -0.027316933079034177 + - 0.037430416977695995 + - - -0.005145543133631099 + - 0.0274262859580012 + - -0.9996105852902971 + - 0.5806197778972639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976414445065737 + - -0.038961862202123096 + - -0.0565112510618884 + - 0.0484955603555553 + - - -0.03775236779856821 + - -0.9990379357518865 + - 0.02231505442996472 + - 0.035093921712115034 + - - -0.057326319683358724 + - -0.02012898960090718 + - -0.9981525518923493 + - 0.5763662852635796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981858157546781 + - -0.021427937404248337 + - -0.056266515129048233 + - 0.025715556076692375 + - - -0.019543300516384546 + - -0.9992363637760793 + - 0.033834135314585866 + - -0.030498221803792438 + - - -0.05694854371354971 + - -0.03267312054516736 + - -0.9978423375277015 + - 0.5774958340690406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916822618824772 + - -0.02276812549820584 + - -0.12668032179052857 + - 0.0645472423963472 + - - -0.024146270347097164 + - -0.9996646761901469 + - -0.009353758922193872 + - -0.0328216684659196 + - - -0.12642487530537183 + - 0.012334814102675987 + - -0.9918994925218354 + - 0.5761909627597464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997930684618686 + - -0.020249571676427106 + - 0.001942962306074132 + - -0.034856094263300975 + - - -0.020169992176210207 + - -0.9991940095335065 + - -0.03470594657932133 + - 0.03743399321013366 + - - 0.002644176849834897 + - 0.03465957528990117 + - -0.999395678482507 + - 0.5807099467078152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972375452548805 + - -0.039650960543274445 + - -0.06280986914502973 + - 0.04853156219885117 + - - -0.03764850322894337 + - -0.9987542170621202 + - 0.03275063518851382 + - 0.03515836192955591 + - - -0.06403021582534535 + - -0.030295465479615473 + - -0.997488003052033 + - 0.5764454496143794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992355338343669 + - -0.03412727357048139 + - 0.01907032043237132 + - -0.04292292560994418 + - - -0.03440894003493123 + - -0.9993005706860422 + - 0.014642208584209516 + - -0.023654698989667114 + - - 0.01855728343320498 + - -0.015287204623361134 + - -0.9997109225202971 + - 0.5795038754081003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989898182125806 + - -0.023188570319195526 + - -0.03849199025962286 + - 0.025717173534895988 + - - -0.02200787114312139 + - -0.9992826543163823 + - 0.030819318456999555 + - -0.030479099526364385 + - - -0.039179034129786065 + - -0.02994105858111755 + - -0.9987835282460857 + - 0.5776190429812803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927906701805785 + - -0.023027869368438238 + - -0.11762823825403457 + - 0.06457056696030225 + - - -0.024767469893523568 + - -0.9996041166890024 + - -0.013348495550959136 + - -0.03282387271585882 + - - -0.11727428378579499 + - 0.016165615693524208 + - -0.9929679829842347 + - 0.5762161853928011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997439865156663 + - -0.01906788185946144 + - -0.012181022418376028 + - -0.034848358888192134 + - - -0.01930849730097111 + - -0.9996144965028162 + - -0.01995094768173887 + - 0.03741386766129919 + - - -0.011795904278254776 + - 0.02018103720859539 + - -0.9997267538579946 + - 0.5804409948284123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973175599386316 + - -0.03895610539669166 + - -0.06196859277388692 + - 0.04846528253901847 + - - -0.037077042360426825 + - -0.9988255647965394 + - 0.03118948602777325 + - 0.035100327670190654 + - - -0.06311083558199095 + - -0.028808209961665415 + - -0.9975906522572006 + - 0.5764149749512306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985464320012908 + - -0.02364717115403806 + - -0.04843381498398601 + - 0.02568224145551597 + - - -0.021991264248712235 + - -0.9991647433876577 + - 0.03444125241364618 + - -0.030518928171969047 + - - -0.04920779851034457 + - -0.03332606888741617 + - -0.998232420680814 + - 0.5775630947260506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9927107590872424 + - -0.02197549019804993 + - -0.11850074524232512 + - 0.06457177280977586 + - - -0.02376761823502254 + - -0.9996232059070195 + - -0.013731224840018031 + - -0.03281212381074791 + - - -0.11815434446462497 + - 0.016447615107617143 + - -0.9928590165987349 + - 0.5762380629786518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997907401391848 + - -0.019911549388354738 + - -0.004691069483213847 + - -0.03486858644898601 + - - -0.020087494390889186 + - -0.9989553858498543 + - -0.04104424016430867 + - 0.03741991512918439 + - - -0.0038689147105132387 + - 0.04112988308425595 + - -0.9991463177215032 + - 0.5805327545827691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974870981500302 + - -0.039681634201926524 + - -0.05869290358549777 + - 0.048482149849418545 + - - -0.03792730789890536 + - -0.9988085521241364 + - 0.03070823210847854 + - 0.03510990181467742 + - - -0.05984152688370906 + - -0.028405001509435902 + - -0.9978036618240462 + - 0.5764165870927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993344606874003 + - -0.033569086118305495 + - 0.014274177377508192 + - -0.04287400909715877 + - - -0.03375934250115593 + - -0.9993414461639496 + - 0.013303412074978545 + - -0.023620154629143107 + - - 0.0138181936776275 + - -0.013776444974260484 + - -0.9998096154205359 + - 0.5795642700138137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9994122489954926 + - -0.022177083335283756 + - -0.026140649045333777 + - 0.025729958218637966 + - - -0.021223957669535724 + - -0.9991194674787701 + - 0.036191619551774634 + - -0.03048102684352093 + - - -0.026920255916561896 + - -0.03561553986223598 + - -0.9990029194860784 + - 0.5776512060769502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914910940515651 + - -0.022410869205517547 + - -0.12823089860826697 + - 0.06455499295592868 + - - -0.023634947507283545 + - -0.99968838933728 + - -0.00803202842149621 + - -0.032817378699379764 + - - -0.12801093575456124 + - 0.01099441520450073 + - -0.9917118145719318 + - 0.5761731075455754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997804948032893 + - -0.020781137086325105 + - -0.0026658117505628967 + - -0.03489229005482018 + - - -0.020864736220376656 + - -0.9991140617120619 + - -0.03654797493269147 + - 0.0374459635453587 + - - -0.0019039415285608023 + - 0.03659557392125317 + - -0.9993283439270749 + - 0.5806141889401998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979440212607571 + - -0.039497745492086546 + - -0.050474335369095305 + - 0.04852171384512414 + - - -0.03772109095199384 + - -0.9986511144079063 + - 0.03568012036468097 + - 0.035128343949174606 + - - -0.05181553557863661 + - -0.03370281580059848 + - -0.9980878069988682 + - 0.5763008669150761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985060576160844 + - -0.024644547865116558 + - -0.04876780869086556 + - 0.02568690694085039 + - - -0.02233602772103474 + - -0.9986296097566125 + - 0.04732868456867633 + - -0.030472723547565736 + - - -0.049867371793889954 + - -0.04616869911401091 + - -0.9976881759610515 + - 0.5775311139355113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898714193651519 + - -0.024340049199220275 + - -0.1398647029418043 + - 0.06454631949149672 + - - -0.023540000561009994 + - -0.9996957154096814 + - 0.007371903764503989 + - -0.032812796256906925 + - - -0.14000157676828956 + - -0.004004821657077301 + - -0.9901431815176468 + - 0.5761033011147678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997921441204203 + - -0.020349844679468775 + - -0.0012459440653968265 + - -0.03484116325137049 + - - -0.020377822214474126 + - -0.9993537961633304 + - -0.029609702054156434 + - 0.03743785293977483 + - - -0.0006425860937540604 + - 0.02962893713014571 + - -0.999560760117988 + - 0.5804417615984863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972657989679422 + - -0.03846019353098984 + - -0.06310102790280533 + - 0.04848220602711766 + - - -0.03713768299096673 + - -0.9990679676018932 + - 0.021999741223156268 + - 0.035118922659413104 + - - -0.06388833000552033 + - -0.01959616353734038 + - -0.9977646374089054 + - 0.5763339300669237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991124074246883 + - -0.032557786429499636 + - 0.026728035334731576 + - -0.04287178814212646 + - - -0.03328578889372824 + - -0.9990740466611422 + - 0.02725996232302899 + - -0.023627700852481646 + - - 0.025815762389782875 + - -0.02812543032456378 + - -0.9992709875610786 + - 0.5794349181346549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987544370513536 + - -0.024334913736913173 + - -0.04355899957127887 + - 0.0256971593276131 + - - -0.02279310781875209 + - -0.999107965627513 + - 0.035549222995947656 + - -0.03049781455705997 + - - -0.044385230721450813 + - -0.0345120992272256 + - -0.9984181820763954 + - 0.5776193446111123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990497523631152 + - -0.02221341846886076 + - -0.13572479405209187 + - 0.06454071870004978 + - - -0.024309578274326435 + - -0.9996091405133386 + - -0.013806180004205887 + - -0.03282272682886593 + - - -0.1353650622748716 + - 0.01697439960974802 + - -0.9906503771125353 + - 0.5761164941512519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997531957404442 + - -0.01986033917667978 + - -0.009955628285359324 + - -0.03485584775839642 + - - -0.02015459282700817 + - -0.9993351038081342 + - -0.030383263234290483 + - 0.03740772296645989 + - - -0.0093455869128974 + - 0.03057641614993352 + - -0.999488740697303 + - 0.5805329171241727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971801057633349 + - -0.039322074107835635 + - -0.06391878563991875 + - 0.04848627312009063 + - - -0.037392406642224825 + - -0.9988162631128399 + - 0.031110777341696885 + - 0.035107603746734564 + - - -0.06506646290775688 + - -0.028632971015247824 + - -0.9974700538740566 + - 0.5764691678127063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986996658313987 + - -0.02559058312541391 + - -0.04409194397567243 + - 0.025693559601510957 + - - -0.023248563576838473 + - -0.9983326135765791 + - 0.05283461896304464 + - -0.0304935878096953 + - - -0.04537049437537854 + - -0.05174084193997714 + - -0.997629391866276 + - 0.5775260820430217 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920563418185939 + - -0.024032772135171073 + - -0.12347728747023914 + - 0.06456181775485646 + - - -0.024549186064619973 + - -0.9996950783631454 + - -0.0026622847462265137 + - -0.0328223936624155 + - - -0.1233756544909643 + - 0.005672403371082388 + - -0.9923438273697897 + - 0.5762675012020292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997940345107483 + - -0.020220715226572615 + - -0.0017352903060631512 + - -0.034872299996505304 + - - -0.020273114850390614 + - -0.999029794762114 + - -0.039095651827693235 + - 0.037410414621682896 + - - -0.0009430646761139372 + - 0.03912277921231052 + - -0.9992339659838042 + - 0.5805938467861742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981075583094461 + - -0.03859421373890274 + - -0.047872630086842734 + - 0.048499561647035914 + - - -0.03679730323130279 + - -0.9986051149125589 + - 0.03786532642640653 + - 0.03511212877007795 + - - -0.04926723577043208 + - -0.03603208481826522 + - -0.998135475946622 + - 0.5763945953058951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992263801704963 + - -0.03284455066527118 + - 0.021630456836676203 + - -0.042879884189848505 + - - -0.033273625059807736 + - -0.9992504345629983 + - 0.01978471382248947 + - -0.023622134083181534 + - - 0.020964423358304233 + - -0.02048913168621126 + - -0.9995702518762744 + - 0.5794466359272772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985697697836307 + - -0.021841563912185103 + - -0.048799190158615474 + - 0.025709619589564803 + - - -0.019853133421371027 + - -0.9989673427963788 + - 0.04086687068634846 + - -0.030479939168609232 + - - -0.0496413936913542 + - -0.03983960481997053 + - -0.9979722130000253 + - 0.5775082475964561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911606712477432 + - -0.02283774221494118 + - -0.13068650007650764 + - 0.06455728103899815 + - - -0.023914600273467115 + - -0.9996917115583267 + - -0.006676356442156819 + - -0.03282025152875604 + - - -0.13049373803169032 + - 0.009742657343165458 + - -0.9914012633451751 + - 0.5761819553581575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997494113333173 + - -0.019299751402839054 + - 0.011341698923629172 + - -0.03485705602882955 + - - -0.01894702093413381 + - -0.9993574423894469 + - -0.030425527744713618 + - 0.03743926778643311 + - - 0.01192161635044235 + - 0.030203012045348303 + - -0.9994726875342722 + - 0.5805366454363711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997046169968347 + - -0.040243048329167995 + - -0.0654173678209864 + - 0.04847540294483968 + - - -0.0378940189258957 + - -0.9986053473022021 + - 0.0367614426960211 + - 0.03512267503809781 + - - -0.0668055258275379 + - -0.034173928668287966 + - -0.9971806076725929 + - 0.576324954937782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994093631881663 + - -0.03236184416323458 + - 0.011560095768558066 + - -0.04287879575532551 + - - -0.03269263723215313 + - -0.9990248273583479 + - 0.029674665835186475 + - -0.02364142448789304 + - - 0.010588495768075324 + - -0.030035068902495767 + - -0.9994927605507664 + - 0.5794955211933778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991288590425822 + - -0.022524311850810944 + - -0.03513087536505914 + - 0.02573229950659952 + - - -0.02144442672337826 + - -0.9992949261831656 + - 0.030818615593290327 + - -0.030498796950354387 + - - -0.035800273613110306 + - -0.030038406752501953 + - -0.9989074203994068 + - 0.5776272769381978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991226043587796 + - -0.023632579236039314 + - -0.13004780548681777 + - 0.06456899832908106 + - - -0.024580910868069905 + - -0.9996816414330839 + - -0.005691625650961186 + - -0.03281981169180871 + - - -0.1298718958596542 + - 0.00883838109084463 + - -0.9914913886088531 + - 0.5761962444816644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997771801968203 + - -0.02085978774564583 + - 0.003234070639538522 + - -0.034917310543186975 + - - -0.02077563440201131 + - -0.9994918495720234 + - -0.024174690365952413 + - 0.03742672392277395 + - - 0.0037367061550094105 + - 0.02410211389696581 + - -0.999702518318729 + - 0.5806213152978232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971477346245349 + - -0.0391620820642439 + - -0.06451919607025056 + - 0.04847019241175893 + - - -0.037418607570950044 + - -0.9989069537237559 + - 0.028013311296197007 + - 0.03512128866974971 + - - -0.06554573319911258 + - -0.02551919141978885 + - -0.9975231965867617 + - 0.576348430919498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987827827237383 + - -0.02144125006167429 + - -0.04442100550886334 + - 0.025726360839226903 + - - -0.020240511283716418 + - -0.9994221688122558 + - 0.027306596081912007 + - -0.030479699295307385 + - - -0.04498082522141478 + - -0.026374254158169026 + - -0.9986396367459089 + - 0.5776455379768267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893942316611346 + - -0.020665716242518374 + - -0.14377754528387596 + - 0.06454291387479706 + - - -0.02323977965931285 + - -0.9995978993449484 + - -0.016246607847614454 + - -0.0328118121967506 + - - -0.14338398445105324 + - 0.019415658560844415 + - -0.9894766622844573 + - 0.5760815153581951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997949969419192 + - -0.020152075012680886 + - -0.0019641696950564143 + - -0.034870317709925505 + - - -0.020194373763386852 + - -0.9994925529609948 + - -0.02463379475063142 + - 0.03743650099604196 + - - -0.0014667509032988467 + - 0.024668409924332092 + - -0.9996946124660228 + - 0.5805542328192214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978668771412333 + - -0.038352969807771455 + - -0.052827504307196425 + - 0.0484576414194383 + - - -0.03687311759941913 + - -0.9989074965174269 + - 0.02870865026059999 + - 0.035115110320356524 + - - -0.05387085207143185 + - -0.026699496403681692 + - -0.9981908976688212 + - 0.5763034730256913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987200256926532 + - -0.024716738931035733 + - -0.04412927709674212 + - 0.025699084798510758 + - - -0.022782199743472478 + - -0.9987798469735258 + - 0.0438153928932412 + - -0.030497170226936113 + - - -0.04515840625303941 + - -0.04275394831071852 + - -0.9980645361140381 + - 0.5775838439216945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894336505461441 + - -0.023882046604595558 + - -0.14300594049516524 + - 0.06455899854277342 + - - -0.024841982351530692 + - -0.9996792310256905 + - -0.004930615451600474 + - -0.03280922338721007 + - - -0.1428423154383079 + - 0.008431067895661223 + - -0.9897095483091808 + - 0.5761703390414635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998201669144066 + - -0.018953601112404142 + - 0.0006283598651522258 + - -0.03486056078901424 + - - -0.018930212056817115 + - -0.9994674927902137 + - -0.026577771297229772 + - 0.037420804070184596 + - - 0.001131769734618089 + - 0.02656109674911387 + - -0.999646551155333 + - 0.5806268051182047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975963237970956 + - -0.039977135632996555 + - -0.056598616353240726 + - 0.04846026396066014 + - - -0.03785132702311972 + - -0.9985550263080937 + - 0.03814625115830357 + - 0.03510654263001581 + - - -0.05804181069805781 + - -0.03591222718552174 + - -0.9976680109883584 + - 0.5763103882359657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991972411070547 + - -0.03308702987258822 + - 0.022585876521864764 + - -0.04286933703940611 + - - -0.033462488348465776 + - -0.9993045373822977 + - 0.016453067819758797 + - -0.023641460638791648 + - - 0.022025785742607676 + - -0.017195639603203042 + - -0.9996095111297503 + - 0.579507829332867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989965555153862 + - -0.022197637051421176 + - -0.038899189936644554 + - 0.025733596960775998 + - - -0.02136806529102332 + - -0.9995380184391123 + - 0.021613779876067316 + - -0.03050329935566662 + - - -0.03936099406915862 + - -0.020760891217524884 + - -0.999009358085169 + - 0.5777407852760605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9924934899008513 + - -0.02359436634158393 + - -0.11999990992233248 + - 0.06457069760041767 + - - -0.02528409772623143 + - -0.9996011759722201 + - -0.012577893191018517 + - -0.032840156187103696 + - - -0.11965528365516984 + - 0.015517566558369344 + - -0.9926942219140329 + - 0.5762347921989643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997817046475855 + - -0.019107532363619225 + - -0.008452529736197012 + - -0.034859128582770196 + - - -0.019370064170781413 + - -0.9992952632830011 + - -0.032152408839427375 + - 0.03743563128896461 + - - -0.00783221973567271 + - 0.03230911616140437 + - -0.9994472358993651 + - 0.5805569449188015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978277196608967 + - -0.038431271883054896 + - -0.05350588021690493 + - 0.04850441321563899 + - - -0.03678716659784374 + - -0.9988302869916136 + - 0.03138092034905031 + - 0.0351145160394552 + - - -0.05464930237466489 + - -0.02934442246324955 + - -0.9980743251984098 + - 0.5763458070835779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992358821753206 + - -0.033451305405693285 + - 0.02021538869188206 + - -0.042885132049589714 + - - -0.033802617314180994 + - -0.9992788904421029 + - 0.017293992584456307 + - -0.023659552368503853 + - - 0.01962230455425329 + - -0.017964110984271763 + - -0.9996460653053787 + - 0.5795718478583298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988378525355586 + - -0.023784812306007985 + - -0.041919292046999894 + - 0.025687322732736703 + - - -0.02277883861374843 + - -0.9994448139106802 + - 0.024314367325796112 + - -0.030506661153517016 + - - -0.04247433170236468 + - -0.023331237657117743 + - -0.9988251020553216 + - 0.5776898832475296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910497752943451 + - -0.024571683456547175 + - -0.13121194785971055 + - 0.06456703498632675 + - - -0.0246468687033872 + - -0.9996956670972008 + - 0.001051213680178977 + - -0.0328223644886296 + - - -0.13119784583653096 + - 0.002192158569686256 + - -0.991353781295386 + - 0.5762641528681673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999803531991718 + - -0.019821442571358934 + - 8.849449801089429e-05 + - -0.03484077160922378 + - - -0.01981177151334923 + - -0.9994366630723939 + - -0.02708966991716662 + - 0.037433359138770786 + - - 0.0006254009823324628 + - 0.027082594430898197 + - -0.9996330036330847 + - 0.580695898190783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977740231160446 + - -0.03864526444716444 + - -0.054346502469172255 + - 0.048493452793619565 + - - -0.03702927623032176 + - -0.998850632981143 + - 0.0304342848614523 + - 0.035131259570656756 + - - -0.05546017937837513 + - -0.028354127194788147 + - -0.9980582207338106 + - 0.5764262705948786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990851817806057 + - -0.02205102231104496 + - -0.03664085099246533 + - 0.02572616155227464 + - - -0.021277764874676818 + - -0.9995453715790423 + - 0.021361340708234523 + - -0.03049546788566932 + - - -0.03709523242078717 + - -0.020562163552338194 + - -0.9991001657299912 + - 0.5777168765487617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9922612785561571 + - -0.021420872169189822 + - -0.12230576974783997 + - 0.06456278834404207 + - - -0.02455998135868287 + - -0.9994050124011248 + - -0.024216285907822457 + - -0.03282832562596598 + - - -0.12171426536672506 + - 0.027032710241843668 + - -0.9921969916217342 + - 0.5762494200067506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999789137706154 + - -0.019883132089208985 + - -0.005132366228962871 + - -0.034901061698841995 + - - -0.02007378430433729 + - -0.998988314649278 + - -0.040241649790953786 + - 0.03740511928201923 + - - -0.004327043850953266 + - 0.04033619035702179 + - -0.999176795386579 + - 0.5806596319381545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968354851610024 + - -0.03949903287235136 + - -0.06898436000991687 + - 0.04851675674262785 + - - -0.037730093105651244 + - -0.9989295846257001 + - 0.026760512584124634 + - 0.035141280372692464 + - - -0.06996753245661733 + - -0.024073042218945063 + - -0.9972587593198955 + - 0.5764179327594571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987669175626475 + - -0.02358639824076786 + - -0.04368439309908685 + - 0.025738315305526036 + - - -0.02118172151559697 + - -0.998277351906837 + - 0.054714379677637974 + - -0.03046500002043234 + - - -0.04489965541118707 + - -0.05372160168778412 + - -0.9975459941556858 + - 0.577525147501621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9926975623275213 + - -0.0227838596746133 + - -0.11845862352452252 + - 0.06456844552251825 + - - -0.023663449447953074 + - -0.9997018324723955 + - -0.006023895048814243 + - -0.03281179232693372 + - - -0.11828605543013598 + - 0.008783045580121367 + - -0.9929407168613424 + - 0.5761970502775474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997944865611632 + - -0.02015231719160625 + - 0.0022065252568161126 + - -0.034851061944474 + - - -0.020062969459414836 + - -0.9991878700758183 + - -0.03494392006944619 + - 0.03740757235755479 + - - 0.0029089342327842053 + - 0.03489246917542735 + - -0.9993868388649467 + - 0.5806348502734775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969453617808359 + - -0.04070759677327812 + - -0.06665461115798582 + - 0.04845122664241181 + - - -0.038696326547279655 + - -0.998764030380045 + - 0.031193042986475565 + - 0.03511173416078762 + - - -0.06784202189958957 + - -0.02851847092594568 + - -0.9972884020586136 + - 0.5763077418444184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988723357501375 + - -0.02324251484772059 + - -0.041398579403382596 + - 0.0256932174311904 + - - -0.02128905443469414 + - -0.998667142364563 + - 0.04701824031877885 + - -0.030499829092561624 + - - -0.04243622313945146 + - -0.0460838829196423 + - -0.9980357922943983 + - 0.577578345738037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9929629242595907 + - -0.023424722979574136 + - -0.11608580188452264 + - 0.06456746590716424 + - - -0.024658505419350354 + - -0.9996535685818256 + - -0.00920331093168384 + - -0.0328321525754704 + - - -0.11583000110647629 + - 0.012001048910474175 + - -0.9931965493640835 + - 0.5762200342256518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997727482968988 + - -0.020567497044691657 + - -0.00560623119240001 + - -0.03486915640557236 + - - -0.02074801464678732 + - -0.9991959034295891 + - -0.03430840214501494 + - 0.037406649780054355 + - - -0.004896085281399583 + - 0.03441692366908999 + - -0.9993955691887338 + - 0.5804819769600593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975209678807282 + - -0.03779962553695012 + - -0.05935576591672932 + - 0.04848649130301884 + - - -0.036313059632208274 + - -0.9990040695859642 + - 0.025927411186416286 + - 0.035102065755487334 + - - -0.06027669813819353 + - -0.02370774683406601 + - -0.9979001264663757 + - 0.5763370700276718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988578481276267 + - -0.023608124198236612 + - -0.04154101233344986 + - 0.02573161590189614 + - - -0.021804040609250428 + - -0.9988216058809705 + - 0.04335877579532374 + - -0.03046769479542793 + - - -0.042515680012877095 + - -0.042403491568497376 + - -0.9981955524123731 + - 0.5775748372306795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911701788610724 + - -0.02155321073365609 + - -0.1308324716711424 + - 0.06457162727651762 + - - -0.023593942994986114 + - -0.9996226391249198 + - -0.014067878407218494 + - -0.032810938111860935 + - - -0.13047989266725737 + - 0.01703051543558064 + - -0.9913046752404329 + - 0.5761868924465222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998129817072754 + - -0.019243771790946582 + - -0.0019180346361244648 + - -0.034876861603515316 + - - -0.019282176944600094 + - -0.9995594554544821 + - -0.022563081877637538 + - 0.03743630151128174 + - - -0.0014829908578737059 + - 0.022595846051825803 + - -0.9997435813644008 + - 0.5803631472160384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968298457133578 + - -0.039360290880066436 + - -0.06914496508727079 + - 0.048479360139305386 + - - -0.037370135762880306 + - -0.9988557395211212 + - 0.029844339141272623 + - 0.03512300629501511 + - - -0.07024052710613178 + - -0.027165771248980987 + - -0.9971601121305956 + - 0.5762188240915924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993263572172704 + - -0.03181439504938821 + - 0.018294153123392796 + - -0.042885567178353956 + - - -0.03241209895120656 + - -0.9989176788672831 + - 0.03336055587032981 + - -0.023625246545061665 + - - 0.01721300707133632 + - -0.03393103467390385 + - -0.9992759365027866 + - 0.5793609787896739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987044239779113 + - -0.02254175301725305 + - -0.04562173712012374 + - 0.025730807776766104 + - - -0.021258296134290214 + - -0.9993698559418561 + - 0.028424916538500256 + - -0.03048248903972652 + - - -0.04623373630170219 + - -0.02741824950034277 + - -0.9985542955803263 + - 0.5776755637364215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898573901184382 + - -0.021790564264206582 + - -0.14038346960009745 + - 0.0645480789646556 + - - -0.02350978311152251 + - -0.9996674134600911 + - -0.010599649242362735 + - -0.03280345490600723 + - - -0.14010580760968894 + - 0.013792526057957362 + - -0.9900404683137847 + - 0.5761863961780096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997763828819907 + - -0.01978021225406185 + - 0.007478464721276263 + - -0.034853642061219534 + - - -0.019535535928062227 + - -0.9993132847205201 + - -0.031485263490848715 + - 0.037440023477984974 + - - 0.008096114340009163 + - 0.031332127030717895 + - -0.9994762382109563 + - 0.5806468054757363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974882257306937 + - -0.039288913999057117 + - -0.05893743093660727 + - 0.04849812459788668 + - - -0.03763126379390331 + - -0.9988714725201496 + - 0.02897704903371711 + - 0.035122368836842964 + - - -0.06000939521363568 + - -0.026686375216643368 + - -0.9978410243440039 + - 0.5764226784914632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994424966836895 + - -0.0325715355894483 + - 0.007334227431618742 + - -0.042871323715650826 + - - -0.032814415362538187 + - -0.9988174622328876 + - 0.035873266969548456 + - -0.02362818522186232 + - - 0.0061571070388798345 + - -0.036093935889550496 + - -0.9993294340831318 + - 0.5793530945082288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.999161987765507 + - -0.02240750332247608 + - -0.03425238676842883 + - 0.02575422114207732 + - - -0.021799615850203093 + - -0.9995999670642194 + - 0.018018950968227858 + - -0.030486697454074063 + - - -0.03464244438928046 + - -0.017257161993359423 + - -0.999250765026813 + - 0.5777324563502472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917221355792254 + - -0.022320166019728426 + - -0.1264476808448159 + - 0.06455647024514492 + - - -0.023353498730922077 + - -0.9997048500632276 + - -0.006695286183831279 + - -0.03282650966237241 + - - -0.12626091992063687 + - 0.009592859266680687 + - -0.991950682822429 + - 0.5761866805324161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997898997636434 + - -0.019663550338131358 + - -0.005788015091869293 + - -0.03487094995462653 + - - -0.019831902898103833 + - -0.9993340609890383 + - -0.030628910764139858 + - 0.03743058339151247 + - - -0.005181887498210784 + - 0.03073726297602368 + - -0.9995140662875631 + - 0.580395628239894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968889929271306 + - -0.039703656433634604 + - -0.06808785094663501 + - 0.04845447772155081 + - - -0.037612690114761066 + - -0.9987887636270499 + - 0.03172209316360302 + - 0.03508478597860154 + - - -0.06926486355333587 + - -0.02906243826916901 + - -0.997174886044965 + - 0.5762146364403202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9994063698327481 + - -0.022613728917271102 + - -0.025990906143969462 + - 0.025738846674930427 + - - -0.02174809124817181 + - -0.9992147701870245 + - 0.03311893064627505 + - -0.030490650608793534 + - - -0.02671943982926374 + - -0.03253401765149458 + - -0.999113411595832 + - 0.5776880834587282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910341906171686 + - -0.022386131124415544 + - -0.1317197561531831 + - 0.06456466163565226 + - - -0.02427252829792033 + - -0.9996242872106171 + - -0.012732980353865947 + - -0.03281491949332399 + - - -0.13138522518837575 + - 0.01581599038776115 + - -0.9912052143982363 + - 0.5761937463960606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997974914470962 + - -0.019792873996700426 + - -0.0036356890742158567 + - -0.034850799766996586 + - - -0.019910834429183857 + - -0.9991558869243456 + - -0.035931494496580355 + - 0.037416262278512843 + - - -0.002921432598445348 + - 0.03599660766481888 + - -0.9993476419485853 + - 0.58057850528514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976390744388475 + - -0.03875104574118707 + - -0.05669773899164025 + - 0.048460823987288994 + - - -0.037433565532308116 + - -0.9990080405607736 + - 0.024117691980415686 + - 0.035093632010333414 + - - -0.057576082919369644 + - -0.021938353376865855 + - -0.9981000467522151 + - 0.5763124924788565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990069013303144 + - -0.023203903576551832 + - -0.03803669219600494 + - 0.02571889143801809 + - - -0.021786616511226244 + - -0.9990680337106795 + - 0.037261338656433135 + - -0.030494816874091023 + - - -0.03886585179043812 + - -0.03639564364435281 + - -0.9985813951242618 + - 0.5775757802518016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918239695488963 + - -0.023226104492918988 + - -0.12548211624910605 + - 0.0645715654122087 + - - -0.02409475763575373 + - -0.9996950460246092 + - -0.005409030257693336 + - -0.0328091400875007 + - - -0.12531821927694492 + - 0.00838826704023918 + - -0.992081136245074 + - 0.5762553317631833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998142931544793 + - -0.019263003291002806 + - -0.0005620571321066346 + - -0.03487249305788739 + - - -0.019270442831523148 + - -0.9996084040376387 + - -0.020290111148100365 + - 0.03744397687939145 + - - -0.00017098855498241507 + - 0.0202971742253961 + - -0.9997939765178516 + - 0.5805555919791273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976818845795198 + - -0.037777720979813315 + - -0.05660124538761634 + - 0.04849332364194547 + - - -0.03642907176020263 + - -0.9990316182777955 + - 0.02467282740061244 + - 0.03510702476891022 + - - -0.05747851696545236 + - -0.022553702109005917 + - -0.9980919549864289 + - 0.5763722133304361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989388295373578 + - -0.02320662410386735 + - -0.039782753049977734 + - 0.025709977194098 + - - -0.021713655367649302 + - -0.9990585125322508 + - 0.03755803119735246 + - -0.030504643534253473 + - - -0.04061689319862691 + - -0.03665434673470731 + - -0.9985022417863382 + - 0.5776208232635228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884805208496479 + - -0.020844593719962903 + - -0.14990584649525368 + - 0.06454662945367039 + - - -0.023247349035490486 + - -0.9996275549276396 + - -0.014293781592411027 + - -0.032801066832979626 + - - -0.14955206673139276 + - 0.01761403820931338 + - -0.9885969476962441 + - 0.576084895816554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999801364651436 + - -0.01984222829417156 + - 0.0018754246048061295 + - -0.03486970358178352 + - - -0.019745609696676547 + - -0.9989163782865979 + - -0.04214475161267789 + - 0.037435363306524014 + - - 0.002709638136882421 + - 0.04209934877298911 + - -0.9991097550790196 + - 0.5805929012773587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978977435912506 + - -0.03943888173233706 + - -0.05142633511337524 + - 0.048519787579594964 + - - -0.037480479109921694 + - -0.9985552124106708 + - 0.03850586258184008 + - 0.035132240884074774 + - - -0.05287066314300555 + - -0.036497429706536286 + - -0.997934181498778 + - 0.5763278636545045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998961462140095 + - -0.023602023277292727 + - -0.03897360204217186 + - 0.025728541274656222 + - - -0.02197969189908062 + - -0.9988949299474462 + - 0.04154289432993622 + - -0.03048191691316148 + - - -0.039911029840696166 + - -0.04064312269628024 + - -0.9983763049444585 + - 0.5775613182923134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917965342609331 + - -0.022375897142037957 + - -0.12585290562831988 + - 0.06456587835084059 + - - -0.02436436160728249 + - -0.9996011118025967 + - -0.014282687649102104 + - -0.03281618648256607 + - - -0.1254831164399077 + - 0.017231845812366486 + - -0.9919460927784468 + - 0.5762009069082075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997967648910282 + - -0.020077714795664166 + - -0.0018205169645328552 + - -0.03490394534782816 + - - -0.020118816909323465 + - -0.9994486828794031 + - -0.026411427390349712 + - 0.03742195443235834 + - - -0.0012892321758721365 + - 0.026442686308515685 + - -0.999649499685358 + - 0.5804390764168592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99787517660138 + - -0.039434085393164606 + - -0.051866027724988155 + - 0.04850913578807914 + - - -0.0379644449453118 + - -0.998857558952732 + - 0.02902202341299378 + - 0.03511955261649104 + - - -0.052951230795506794 + - -0.026991291784473223 + - -0.9982322562034582 + - 0.5763240822070081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993261897643833 + - -0.03107867532869346 + - 0.019526453615886702 + - -0.04286347158544624 + - - -0.031863891689831655 + - -0.9986394472932922 + - 0.04127888947302556 + - -0.023637983299940202 + - - 0.01821699364270602 + - -0.04187326413788689 + - -0.9989568413565524 + - 0.5793852848996424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982479790690562 + - -0.02222948039622038 + - -0.0548345008717992 + - 0.02571298692774855 + - - -0.01916600977031664 + - -0.9982594289524725 + - 0.05577433618580902 + - -0.03048397964859785 + - - -0.05597889204003077 + - -0.05462565980194264 + - -0.9969365079768987 + - 0.5774778757569726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913508924538685 + - -0.02178300674612739 + - -0.1294175747262195 + - 0.06455955073378851 + - - -0.023763466304134492 + - -0.9996226576893116 + - -0.013778240213087803 + - -0.032825685950045244 + - - -0.12906860850001717 + - 0.016734480907857698 + - -0.9914944535642213 + - 0.5762105826612866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998066976635018 + - -0.019654595005340402 + - -0.0005140062053123351 + - -0.03488209500083784 + - - -0.019660439646103787 + - -0.9991737902930324 + - -0.03556970486772402 + - 0.03745406010339344 + - - 0.0001855266152385362 + - 0.03557293474864181 + - -0.9993670656436722 + - 0.5806355166777151 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977786745843995 + - -0.038183963801527394 + - -0.0545866417084134 + - 0.04849234792649145 + - - -0.03674869664243335 + - -0.9989581022396548 + - 0.027059993806918647 + - 0.03511609538987541 + - - -0.055563025832665563 + - -0.024993896818057665 + - -0.9981423021203777 + - 0.5764215055363282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993331941180609 + - -0.03343236850823919 + - 0.014678006326585391 + - -0.042883050556547064 + - - -0.03379965221495357 + - -0.999102457887266 + - 0.025531591289463616 + - -0.023635677119451574 + - - 0.013811250629185205 + - -0.026010678183264014 + - -0.9995662529199877 + - 0.5794741140508889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989749615329191 + - -0.023968797466458393 + - -0.03839951794378277 + - 0.02570019000052443 + - - -0.022614528410643125 + - -0.9991200722399995 + - 0.03532229256294906 + - -0.0305132598109393 + - - -0.0392123620184657 + - -0.034417698864831876 + - -0.998637978783995 + - 0.5776792956827568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915640866851103 + - -0.021835252884667554 + - -0.12776495500639393 + - 0.06456802227692518 + - - -0.024870505302612603 + - -0.9994439446852523 + - -0.022209443891621713 + - -0.03283165426016199 + - - -0.12720896180032273 + - 0.025199665939154663 + - -0.991555775977448 + - 0.5762510322196843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997964848683437 + - -0.020049620679582207 + - -0.0022364157727609484 + - -0.034837845305080405 + - - -0.020108035893747517 + - -0.9993418949409035 + - -0.03019012932103372 + - 0.03743099345431336 + - - -0.0016296433350723916 + - 0.030228955101522247 + - -0.9995416722358661 + - 0.5805743330118232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974437513687139 + - -0.03864524852860393 + - -0.060104139804757664 + - 0.04847816361432647 + - - -0.037141181350799427 + - -0.9989731994212586 + - 0.025943775475488984 + - 0.03510534370204105 + - - -0.06104502849024192 + - -0.02364511797851706 + - -0.997854905731494 + - 0.5762277684421466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990893880000995 + - -0.022979133317945568 + - -0.035949328471375115 + - 0.025718020138979926 + - - -0.021725682904287138 + - -0.9991554171985568 + - 0.03487760004816429 + - -0.030493345777498796 + - - -0.03672042330814152 + - -0.03406481637604154 + - -0.9987448116497712 + - 0.5776763826084954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913439772777262 + - -0.021484430375735327 + - -0.12952041525029695 + - 0.06455761585678202 + - - -0.024237676747111834 + - -0.9995117408013431 + - -0.019718393093025376 + - -0.032826829757702944 + - - -0.12903353727260863 + - 0.02268698419135381 + - -0.9913806771403301 + - 0.576244108085737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997699150544789 + - -0.019648979231517233 + - -0.008604334205481266 + - -0.03485598653270342 + - - -0.01987289168192495 + - -0.9994443098755392 + - -0.0267607853697432 + - 0.03741747199764455 + - - -0.008073730745986545 + - 0.026925621117559907 + - -0.9996048348218783 + - 0.5806343584529653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997893964843575 + - -0.03835279342466212 + - -0.05231346065111007 + - 0.04850699713869773 + - - -0.03678474900822058 + - -0.9988541506318017 + - 0.030614833104619935 + - 0.03511355359925601 + - - -0.053427681675066736 + - -0.028626019669991013 + - -0.9981613265543204 + - 0.5763771426212634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997886114774093 + - -0.02138674760176022 + - -0.06136700227389558 + - 0.02571442094296695 + - - -0.01907394102185728 + - -0.9990945574336084 + - 0.03802959479717484 + - -0.030481860346353418 + - - -0.06212476732318932 + - -0.03677869401652539 + - -0.9973905157717707 + - 0.5775312198280462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.992724856381018 + - -0.02318908095727864 + - -0.11815086139188316 + - 0.06456676015517449 + - - -0.024198042923171098 + - -0.9996818861538614 + - -0.007112047141770275 + - -0.03283719065416289 + - - -0.11794835412999868 + - 0.009919325592759353 + - -0.9929701872351504 + - 0.5762223401430251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998051340079445 + - -0.019121492056212136 + - 0.0049053596096893535 + - -0.03485255246372268 + - - -0.018951852995620994 + - -0.9992898550455359 + - -0.03256705192527277 + - 0.037424588955754554 + - - 0.005524606717996054 + - 0.03246774006017753 + - -0.9994575151430878 + - 0.5805448448821411 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977258501569064 + - -0.0388927436487773 + - -0.055049817621396394 + - 0.04848836820872491 + - - -0.03733515369304208 + - -0.998880591153102 + - 0.02904566949384588 + - 0.03512704457134452 + - - -0.05611786014626216 + - -0.026924321887455128 + - -0.9980610535751331 + - 0.576417366883773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982880046694387 + - -0.025474187965916644 + - -0.05265097796421125 + - 0.02571062395118877 + - - -0.022224900841969906 + - -0.9978655444676561 + - 0.06140365581000442 + - -0.03049225366642928 + - - -0.0541028050629107 + - -0.06012837027349096 + - -0.9967233646165716 + - 0.5774855215480438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895657082460576 + - -0.02217769700837521 + - -0.14236523037203644 + - 0.06455621503306933 + - - -0.02272683321511194 + - -0.9997392202645055 + - -0.0022321552211614195 + - -0.032793838383376024 + - - -0.14227860034274578 + - 0.005444375108639996 + - -0.9898116783834114 + - 0.5761986084607347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997929549476666 + - -0.020243574106036968 + - -0.0020603262912188836 + - -0.03486370010765607 + - - -0.02031557658611598 + - -0.9987893555475994 + - -0.04480067625365833 + - 0.03741457056661494 + - - -0.0011509061588827808 + - 0.04483325721186046 + - -0.998993821033338 + - 0.5805775713281879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975796859593786 + - -0.03846984265674575 + - -0.05792099245655815 + - 0.04849850798616313 + - - -0.036722925374542935 + - -0.9988467497655099 + - 0.030928906136724086 + - 0.03511855115226503 + - - -0.05904402521105071 + - -0.028727020187338668 + - -0.9978419521136775 + - 0.5763532832121359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993513319125965 + - -0.03325593186486803 + - 0.013818769855475156 + - -0.042899103552825134 + - - -0.033476714090246454 + - -0.9993103718330063 + - 0.016065190963623487 + - -0.023644287583366456 + - - 0.013274977146467267 + - -0.016517376994458002 + - -0.9997754504082318 + - 0.5795066682340855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983668805692558 + - -0.022544582404614925 + - -0.05249108101968166 + - 0.0257247478962652 + - - -0.02059725268981357 + - -0.9990900150706565 + - 0.03734829270190535 + - -0.030486304232392878 + - - -0.05328531658951859 + - -0.036206126419664884 + - -0.9979227382145563 + - 0.5775369026389634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916261960984233 + - -0.02057782650146184 + - -0.12749133408921223 + - 0.0645516831002612 + - - -0.022691243536985015 + - -0.9996277741925034 + - -0.015146634269246109 + - -0.03278435632952369 + - - -0.12713219371235843 + - 0.017912736234779975 + - -0.9917240237094522 + - 0.5762340904554115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997950957659912 + - -0.019330709175698648 + - 0.006007509054258479 + - -0.03485741225396234 + - - -0.019112699623661345 + - -0.9992238577219612 + - -0.03444396713994378 + - 0.03742194448199522 + - - 0.006668672684135343 + - 0.034322089709200275 + - -0.9993885745607788 + - 0.5807045711809067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972443189253489 + - -0.03875959370272805 + - -0.06325711238363856 + - 0.04847910055634122 + - - -0.037743832960342824 + - -0.9991398438689606 + - 0.01717484983838486 + - 0.035095927075767266 + - - -0.06386839159223108 + - -0.014739955546363565 + - -0.9978494687406076 + - 0.576379399928471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988185598453531 + - -0.02401552979139979 + - -0.04224616949846707 + - 0.025680082103696114 + - - -0.022426557504475832 + - -0.9990377046969657 + - 0.03769236145847234 + - -0.030501872431289653 + - - -0.04311071823750168 + - -0.036700394039520634 + - -0.9983959870964978 + - 0.5775792188476581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917068636553646 + - -0.023243292125339012 + - -0.12640113112633183 + - 0.06454528911649883 + - - -0.02379444858888943 + - -0.9997128037976473 + - -0.0028520412687258407 + - -0.03279422451335308 + - - -0.1262985383731367 + - 0.005836034117786745 + - -0.9919751105297886 + - 0.5761611605164046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998091574399411 + - -0.019246777103015464 + - -0.003348174186286586 + - -0.034864667257054435 + - - -0.019317081710280022 + - -0.9995621387847238 + - -0.022413858710804795 + - 0.0374291579716464 + - - -0.002915313608043079 + - 0.02247425814696438 + - -0.9997431713531787 + - 0.5806362171756797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968996968153244 + - -0.039177263890045194 + - -0.06823588853091922 + - 0.04848034400802988 + - - -0.03729925792251977 + - -0.9988952873551088 + - 0.02858269158396486 + - 0.03509178970355872 + - - -0.06928029913289649 + - -0.02594892856833343 + - -0.9972596919850978 + - 0.5762678429690564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994729282908356 + - -0.031006855275808015 + - 0.009614600337374624 + - -0.0428749644149118 + - - -0.031291525016723845 + - -0.9990286671575149 + - 0.031025193949552807 + - -0.023632225061275422 + - - 0.008643267661601903 + - -0.031309696954533416 + - -0.9994723591979648 + - 0.5794255401101414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985765596360527 + - -0.02231551698802769 + - -0.048444527523568356 + - 0.02572371133751757 + - - -0.021165348271363345 + - -0.9994848356862808 + - 0.02412656763238647 + - -0.030506120028379678 + - - -0.04895796746165655 + - -0.02306687960529706 + - -0.998534444316919 + - 0.5776498239292496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888629239959336 + - -0.020706131796679145 + - -0.1473817276741966 + - 0.06454309987325124 + - - -0.022812292436230803 + - -0.9996601801438736 + - -0.01261441827917953 + - -0.03280978665875898 + - - -0.14707044862927554 + - 0.015836045615517925 + - -0.9889992430731415 + - 0.5760993667847376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997765806706496 + - -0.02108003541778247 + - -0.0015559078665588763 + - -0.03487997162505343 + - - -0.02112265176715312 + - -0.9991169017518226 + - -0.03632148422302883 + - 0.03742903287801484 + - - -0.000788875673199717 + - 0.03634623420142981 + - -0.9993389459710594 + - 0.58057256390418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974806754337284 + - -0.04013991700970571 + - -0.05849007778013986 + - 0.048490281944299385 + - - -0.038146350312481876 + - -0.9986656288403538 + - 0.03481117249877652 + - 0.03511865310283602 + - - -0.05980934788233597 + - -0.032492288859914106 + - -0.9976808573238914 + - 0.5764106260525604 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993237546663601 + - -0.03266916751374422 + - 0.01687479936139714 + - -0.042876757514005506 + - - -0.033061377185624734 + - -0.9991767450575204 + - 0.023511220190565552 + - -0.02363507149337042 + - - 0.016092815108561403 + - -0.024053224944242394 + - -0.999581144115706 + - 0.5794916730535175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984993484792172 + - -0.024575706730722152 + - -0.048939613047758034 + - 0.02567423731160074 + - - -0.0223485679870202 + - -0.9987122001929538 + - 0.04554648937820436 + - -0.03049778272646519 + - - -0.04999592578909092 + - -0.04438440970019635 + - -0.9977627130636105 + - 0.5775572490710169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907765879145876 + - -0.022096515788051854 + - -0.13369179791728397 + - 0.06455437609171853 + - - -0.023618650796940695 + - -0.9996729080114846 + - -0.009810011335078516 + - -0.03280381697008242 + - - -0.13343130133090847 + - 0.012877149447396012 + - -0.9909744027204992 + - 0.57611473185965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997647300492262 + - -0.01942086670167291 + - 0.009659942347338293 + - -0.03484336740453648 + - - -0.01907688968043049 + - -0.9992222759698338 + - -0.03450964337377944 + - 0.03741605936079222 + - - 0.010322636761929191 + - 0.03431724263720217 + - -0.9993576787257203 + - 0.5806292766934809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978856520605194 + - -0.037943531765435544 + - -0.0527684925776484 + - 0.04849024134542954 + - - -0.036478342287047556 + - -0.99892916289152 + - 0.028458005355891738 + - 0.03510427802202095 + - - -0.05379178334783992 + - -0.026472928096686794 + - -0.9982011962135923 + - 0.5763358033591081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994224172270879 + - -0.03133773750112347 + - 0.013144510347484465 + - -0.04286242525950461 + - - -0.031786358825258376 + - -0.9988663151651025 + - 0.03543602434137079 + - -0.023621647196676164 + - - 0.012019123786548068 + - -0.03583337322665818 + - -0.9992854997580035 + - 0.5793509439515323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987150401718754 + - -0.022552777279252926 + - -0.04538326532414606 + - 0.025713163044179057 + - - -0.02169383722988397 + - -0.9995777603977885 + - 0.019330761609022237 + - -0.030496427503990745 + - - -0.045800065073455146 + - -0.01832138518600493 + - -0.9987825994099684 + - 0.5776680170417983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921025703679178 + - -0.019869246113307253 + - -0.12384548004775743 + - 0.06457271851103669 + - - -0.023564106860905987 + - -0.9993176808949962 + - -0.028441264361757312 + - -0.032827771973095346 + - - -0.12319587142927503 + - 0.031134959603898442 + - -0.9918938408686919 + - 0.576342737442444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997512360774573 + - -0.0205752557433127 + - 0.008609576801063204 + - -0.03488074971353479 + - - -0.020337623978792466 + - -0.999433011374616 + - -0.026833501925093498 + - 0.03743847723461991 + - - 0.009156801433545103 + - 0.026651728382302495 + - -0.9996028403129629 + - 0.580641183472749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969797458159421 + - -0.04018060733047054 + - -0.06645980158963821 + - 0.048482684978758586 + - - -0.03793092856694199 + - -0.9986751637577491 + - 0.03477300607486784 + - 0.035101719943449336 + - - -0.06776895373863379 + - -0.032147100771108245 + - -0.9971829986623234 + - 0.576353360718172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988638655212713 + - -0.022215997892112954 + - -0.04215954925709389 + - 0.025709717617055365 + - - -0.020336832310636002 + - -0.9988028142385514 + - 0.04448990358180312 + - -0.030478949897473857 + - - -0.043097464049207876 + - -0.043581965384854995 + - -0.9981198429475892 + - 0.577563348491112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901384642359551 + - -0.02077161175301165 + - -0.13854371795807488 + - 0.06455602772337998 + - - -0.02376430134271685 + - -0.999517876792092 + - -0.01998179057845106 + - -0.03281968419183917 + - - -0.13806186882031188 + - 0.02307713409872807 + - -0.990154718344377 + - 0.5762284766239619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998088579266906 + - -0.01954862750294144 + - 0.0003142834354086033 + - -0.03487969454445821 + - - -0.019540127550374733 + - -0.9996556835580609 + - -0.01751278805276985 + - 0.037436896560049025 + - - 0.000656526192635924 + - 0.017503299483737158 + - -0.9998465899729524 + - 0.5806250637674167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964655595153298 + - -0.03917545809587308 + - -0.07430795504371873 + - 0.04847439312838281 + - - -0.03686942128865884 + - -0.9988026042411509 + - 0.03215592534719143 + - 0.03509227411286454 + - - -0.07547870211947355 + - -0.0293025808432167 + - -0.9967167723492398 + - 0.5763409536728727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990077222016184 + - -0.022213850601019925 + - -0.038602018379999783 + - 0.02572947336009173 + - - -0.020239122157013695 + - -0.9985029923834947 + - 0.05081488104404508 + - -0.030472419444483825 + - - -0.039673025040293464 + - -0.049983187600257564 + - -0.9979617888684266 + - 0.5775499610746513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99230373930377 + - -0.024066555898360452 + - -0.12146641449778059 + - 0.06457670528886664 + - - -0.024033435345906386 + - -0.9997096446370297 + - 0.0017379312923796024 + - -0.032821672564847346 + - - -0.121472972093506 + - 0.0011946994994501633 + - -0.9925940206065497 + - 0.5762173292637109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997880581643017 + - -0.019046624408937344 + - 0.007814400212405117 + - -0.0348654337641989 + - - -0.018813430667962167 + - -0.9994051872513403 + - -0.028902015874593272 + - 0.037444004548971434 + - - 0.008360237948560171 + - 0.02874887465168564 + - -0.9995517038291242 + - 0.5805766675422916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970874940412495 + - -0.039920941191612706 + - -0.06498344159027697 + - 0.04850915514473211 + - - -0.037687393809299884 + - -0.998667949683606 + - 0.03524183057965048 + - 0.03513706267727873 + - - -0.0663037674224013 + - -0.03269013198379357 + - -0.9972638395612656 + - 0.5764116986449082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993361090415314 + - -0.03158015006565138 + - 0.018166873356836533 + - -0.04285021481037089 + - - -0.03225514400045431 + - -0.9987514300504668 + - 0.038146908887315 + - -0.023625801671510026 + - - 0.016939505637484073 + - -0.03870755861557396 + - -0.9991069902942223 + - 0.5794070172999879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980920578769935 + - -0.02534203569384086 + - -0.05630297709500079 + - 0.025734246522995684 + - - -0.021982176546571038 + - -0.9979854762080378 + - 0.05951279855703962 + - -0.030459923029956294 + - - -0.05769772887335749 + - -0.058161589599214795 + - -0.9966384507825033 + - 0.5774631375645379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914833165546012 + - -0.023238822540882633 + - -0.12814363082417196 + - 0.06455619262900879 + - - -0.024245205676994317 + - -0.999686196568255 + - -0.0062990787085058534 + - -0.032817251965180934 + - - -0.1279570357407851 + - 0.009352300134676736 + - -0.9917356157195434 + - 0.5761640172259478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998081094308089 + - -0.019518425224938896 + - 0.0016659511187448969 + - -0.03488470227261059 + - - -0.019445667830990488 + - -0.9991600025448129 + - -0.0360715305643857 + - 0.037440471979926705 + - - 0.0023686111961147443 + - 0.03603221324577633 + - -0.9993478219767198 + - 0.5806258635187197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997421366133263 + - -0.04126085646449219 + - -0.05872103630447732 + - 0.04847131609532156 + - - -0.03892364014354702 + - -0.9984249695620935 + - 0.040404583810613445 + - 0.03512099516993508 + - - -0.0602956766180696 + - -0.03801475869645635 + - -0.9974564198512234 + - 0.5764713811699376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992890090311568 + - -0.03301250452037026 + - 0.018211287017152054 + - -0.04285472543776247 + - - -0.03356442096776917 + - -0.9989593121454649 + - 0.03088239503275253 + - -0.023637871530479776 + - - 0.017172829546319237 + - -0.03147168923259656 + - -0.9993571066952097 + - 0.5793389643456772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99881544956835 + - -0.02309727705028666 + - -0.04282771878628677 + - 0.025731693818280107 + - - -0.02113157725816683 + - -0.9987272849864934 + - 0.045795924120932176 + - -0.030478868041891462 + - - -0.04383097245278829 + - -0.044836659290923446 + - -0.9980323240444035 + - 0.5775950904370071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894583935356824 + - -0.02184784904907077 + - -0.14315990693527225 + - 0.06457706185687792 + - - -0.0242267070940844 + - -0.999595527296221 + - -0.014894578636756282 + - -0.032820527503718736 + - - -0.1427765881549361 + - 0.018205858983252988 + - -0.9895874860635198 + - 0.5763116304785374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997752040472273 + - -0.021125830287364377 + - -0.001800185266684956 + - -0.03488030818277924 + - - -0.021182873705539628 + - -0.9988902840824038 + - -0.042065261527176885 + - 0.037441175500143836 + - - -0.0009095239964231565 + - 0.04209393852378401 + - -0.9991132433841801 + - 0.5806909632201553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978722841001962 + - -0.0393141343499409 + - -0.05201253180697961 + - 0.048508290108772945 + - - -0.037267929619979344 + - -0.9985147148644029 + - 0.03974249138013572 + - 0.035140818282756975 + - - -0.05349772001214197 + - -0.037719531274588936 + - -0.9978553156214219 + - 0.5764878044757659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993544045734977 + - -0.03340939823598923 + - 0.013213105958057771 + - -0.04288744324079449 + - - -0.03376758478757289 + - -0.9990406489253271 + - 0.02788426101722061 + - -0.023634954973291235 + - - 0.012268833569816541 + - -0.0283124337415824 + - -0.9995238275391266 + - 0.5794915565677203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979804698238096 + - -0.02265960282080212 + - -0.05934243212282141 + - 0.025722508276789197 + - - -0.019180304740591368 + - -0.9980997329166967 + - 0.05855799741860312 + - -0.030470954648437198 + - - -0.06055656661590234 + - -0.0573015318435954 + - -0.9965186584746276 + - 0.5774446192738543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901342718276726 + - -0.02150334422310327 + - -0.13846201623372167 + - 0.06455011884527886 + - - -0.02372083204595572 + - -0.9996151265749316 + - -0.014384743641499257 + - -0.03280610893519615 + - - -0.13809940578920765 + - 0.017527261902728117 + - -0.9902632726759392 + - 0.5760831740502936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997817869436865 + - -0.01923709286738736 + - 0.008143264314805937 + - -0.034881053823419335 + - - -0.01897761533392582 + - -0.9993446377491474 + - -0.030824424054034655 + - 0.037434871308751144 + - - 0.008730899834886492 + - 0.030663158024523844 + - -0.9994916418500138 + - 0.5806713797234948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972049873864002 + - -0.038683840282063016 + - -0.06392005657632988 + - 0.048507962175428625 + - - -0.03687272936728803 + - -0.9988910671803396 + - 0.029275206853744563 + - 0.03512899491488581 + - - -0.06498165095391242 + - -0.02683647533404185 + - -0.9975255328215663 + - 0.5765289096481814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992949635921468 + - -0.031918137295194556 + - 0.019768870756196325 + - -0.04286073397890445 + - - -0.03261660193434524 + - -0.9988165277688993 + - 0.03607909552548968 + - -0.02361659239468934 + - - 0.018593897322147116 + - -0.036698451837728165 + - -0.9991533869306999 + - 0.5794740994372749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989739614319235 + - -0.02453576093438183 + - -0.038066006047138806 + - 0.025706557312745914 + - - -0.02304715992618914 + - -0.9989708989060141 + - 0.03906368592756527 + - -0.030500660734190305 + - - -0.03898528953780653 + - -0.03814629175007266 + - -0.9985113958415158 + - 0.5776375339507018 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9926857253395303 + - -0.023050187538484715 + - -0.11850628490325478 + - 0.06457461661431269 + - - -0.024811980983060263 + - -0.999602154193803 + - -0.013412640709620985 + - -0.032832044559054904 + - - -0.11814997379105492 + - 0.016254912658941297 + - -0.9928627103016933 + - 0.5762816900779442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997973612369176 + - -0.01960288806361477 + - -0.00457856344957088 + - -0.03485759827639494 + - - -0.01971743305907087 + - -0.9994548983876411 + - -0.02647883914584307 + - 0.03742871412587834 + - - -0.004057005947421809 + - 0.026563751024954327 + - -0.999638888716434 + - 0.5805835161658104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977922714229949 + - -0.03845530881163384 + - -0.05414584298671849 + - 0.048482204849489896 + - - -0.0371909020359405 + - -0.9990158559296684 + - 0.0241693278116279 + - 0.035110650183460206 + - - -0.05502199464117575 + - -0.022102235753758706 + - -0.9982404876984265 + - 0.576228867613895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993833849430127 + - -0.03287468645884173 + - 0.012333081126749386 + - -0.04287748714661754 + - - -0.033090883211032845 + - -0.9992946166772325 + - 0.01775563370360989 + - -0.02363807075017812 + - - 0.011740670686120022 + - -0.018152797859719346 + - -0.9997662889804317 + - 0.5794713517053165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984793121130557 + - -0.021793840286299705 + - -0.0506368621442355 + - 0.02572255035683807 + - - -0.01920592272249858 + - -0.9985117332454188 + - 0.05104361961702437 + - -0.030472407017059826 + - - -0.05167393747931798 + - -0.04999347054171497 + - -0.9974118793600659 + - 0.5775467288150387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902974974058583 + - -0.022615277230426063 + - -0.1371109618793666 + - 0.06457864912256664 + - - -0.023738738112873844 + - -0.9996966471079121 + - -0.006563998324736658 + - -0.032826067978686306 + - - -0.13692092223068958 + - 0.009755152330421471 + - -0.9905339459395159 + - 0.5762436269966774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997942897696582 + - -0.02028081666528566 + - -0.0002581072913320386 + - -0.03488677154387997 + - - -0.020279114617460896 + - -0.9993174007810524 + - -0.030878633495228517 + - 0.037427674878767456 + - - 0.0003683127972947078 + - 0.030877515631764097 + - -0.9995231079740442 + - 0.5805108802845005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972438956836431 + - -0.03859460386020911 + - -0.06336457270892568 + - 0.04848730210851839 + - - -0.03726229760278204 + - -0.9990616615124117 + - 0.02207527289575124 + - 0.035086709352832327 + - - -0.06415710170412081 + - -0.019653321575085394 + - -0.9977462669697112 + - 0.5763260141142716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980604971434933 + - -0.023961925893205085 + - -0.05745494016332742 + - 0.02572438195487949 + - - -0.020741113889577462 + - -0.9982145488815511 + - 0.05601357510300821 + - -0.030469242632206805 + - - -0.058694550311784166 + - -0.054713257156646336 + - -0.9967755059465535 + - 0.5774454750509621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911300082428539 + - -0.021771361216797194 + - -0.13110039889828004 + - 0.06454883472482677 + - - -0.024566959141181455 + - -0.9995031871617402 + - -0.019744451678374703 + - -0.03282498656451987 + - - -0.13060540294748887 + - 0.022790056697864786 + - -0.9911724582718353 + - 0.5762154031543595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997902632163869 + - -0.020099230117623733 + - -0.003930715760101516 + - -0.03486466909340325 + - - -0.020247296571003028 + - -0.998904381981479 + - -0.042191025583245556 + - 0.03743480361119279 + - - -0.003078402064992861 + - 0.042261762940973474 + - -0.9991018300623055 + - 0.5806536648962732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972731750403434 + - -0.040315121223327734 + - -0.06181347220227179 + - 0.04848923483819486 + - - -0.03802650785950145 + - -0.9985628735033265 + - 0.03776469728186073 + - 0.035100733268195156 + - - -0.06324712677239902 + - -0.035311169076195914 + - -0.9973730106101268 + - 0.5763577507391429 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992180047939676 + - -0.03218565587913597 + - 0.022966550702974098 + - -0.04285898825187559 + - - -0.03290081783185562 + - -0.9989629764825727 + - 0.031472333931167405 + - -0.02362989484873097 + - - 0.021929776140159105 + - -0.03220334101781521 + - -0.9992407266248378 + - 0.5793840944330847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988378122758814 + - -0.022658969996203194 + - -0.042539344689854576 + - 0.025729912209465494 + - - -0.021039783510706216 + - -0.9990511631646755 + - 0.03813267482268448 + - -0.030486657335178427 + - - -0.04336302892734443 + - -0.0371933388931559 + - -0.9983668179903749 + - 0.5776697265517756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885376222438541 + - -0.020232344936496206 + - -0.1496129059501145 + - 0.0645245332155441 + - - -0.02356208420628473 + - -0.9995118308151477 + - -0.020516535974862683 + - -0.032806758702125585 + - - -0.149124771907028 + - 0.023806559577614805 + - -0.9885317648536918 + - 0.5761059523889562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997233555928277 + - -0.01948700498141382 + - 0.013170760003548797 + - -0.034861840741942145 + - - -0.019170857382783242 + - -0.9995348542622441 + - -0.02371820697615902 + - 0.037446564999928045 + - - 0.013626830498164752 + - 0.023459150705200008 + - -0.9996319211283549 + - 0.5806034644888572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997283214058275 + - -0.03924657519816039 + - -0.06233696570103446 + - 0.048486992933667206 + - - -0.037202353181468244 + - -0.9987419677101336 + - 0.033622415919322024 + - 0.03512442685303181 + - - -0.06357810846005175 + - -0.031211989198154627 + - -0.997488664524533 + - 0.5763822632708421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992358783825871 + - -0.03323636566401953 + - 0.02056704525271494 + - -0.042854708676893005 + - - -0.0334738415320426 + - -0.9993755770386998 + - 0.011311850054429085 + - -0.023638328496173772 + - - 0.020178237932667473 + - -0.011991664438841289 + - -0.9997244813937084 + - 0.5794725804972733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989143199940038 + - -0.022384721450388022 + - -0.040854688305082466 + - 0.025723168299418467 + - - -0.020197281810452508 + - -0.998380076176008 + - 0.053191101720664435 + - -0.030470839299856507 + - - -0.04197917481783161 + - -0.05230819955205346 + - -0.9977482654163008 + - 0.5775683970205121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907636004511207 + - -0.020231864981416478 + - -0.13408265980545628 + - 0.06455031817751007 + - - -0.023387642901803604 + - -0.9994843145696862 + - -0.022002797291753126 + - -0.03282790575472924 + - - -0.1335683577073167 + - 0.024935448031627526 + - -0.9907258537309057 + - 0.5761827131241354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997854016137432 + - -0.019508823798663553 + - 0.006968250428835023 + - -0.034852779390271996 + - - -0.01932949039432607 + - -0.9995021296277956 + - -0.024937194521354827 + - 0.03743184762112161 + - - 0.007451276477350519 + - 0.024797150309923344 + - -0.9996647337059381 + - 0.5805810641306877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997871645384288 + - -0.04061880301617315 + - -0.05101266685429411 + - 0.048486612377590964 + - - -0.03843655789781957 + - -0.9983330659848022 + - 0.043054853133566405 + - 0.03511988836258923 + - - -0.05267646870303131 + - -0.04100246581510352 + - -0.9977695061696668 + - 0.576359947199941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989271214826346 + - -0.02153626478279307 + - -0.040997503163280144 + - 0.025720239263205127 + - - -0.020638727768130968 + - -0.9995406890080539 + - 0.022191303103183815 + - -0.030501789980139044 + - - -0.041456590338940294 + - -0.021321358223852036 + - -0.998912784381579 + - 0.5776833554708782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913588164968089 + - -0.021110220347179732 + - -0.12946835733467815 + - 0.06455559740318044 + - - -0.02374447242537248 + - -0.999540581877826 + - -0.018836804627596862 + - -0.032820417141757784 + - - -0.1290112281287451 + - 0.021748190182887574 + - -0.9914046193358604 + - 0.5761635617661347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998162093456547 + - -0.01891411266614131 + - -0.0031311134981747107 + - -0.034858184021347424 + - - -0.019014394420572515 + - -0.999174567455663 + - -0.03589758424473701 + - 0.037420622647182655 + - - -0.002449558022346049 + - 0.03595052283126913 + - -0.9993505689064544 + - 0.580455091487539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967822557238255 + - -0.03864739780353476 + - -0.07022473436857873 + - 0.048458895669887495 + - - -0.036661786714427054 + - -0.9988967020960416 + - 0.029347775666267964 + - 0.03510209660910919 + - - -0.071281470727167 + - -0.026678777795601252 + - -0.9970993906057234 + - 0.5762918748750583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993791125141485 + - -0.032341400950101996 + - 0.013979386789755825 + - -0.04287479916983721 + - - -0.032777420095236494 + - -0.9989446161986744 + - 0.03217599259671385 + - -0.023620593883491522 + - - 0.012924016493847614 + - -0.032614223159047336 + - -0.9993844516728279 + - 0.5793809908283617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998997525653507 + - -0.024754585530652806 + - -0.037298180027667806 + - 0.025709348248287935 + - - -0.02331396480518361 + - -0.9989836402955203 + - 0.03857648852570407 + - -0.03049592499351733 + - - -0.03821521664511903 + - -0.037668248129116816 + - -0.9985593123593864 + - 0.577628781054513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913458235892973 + - -0.021611616666582966 + - -0.1294851191338776 + - 0.06457009074606879 + - - -0.023621812035078096 + - -0.9996228118628392 + - -0.01400871156135819 + - -0.03281326332306085 + - - -0.12913352797874472 + - 0.016946150845739697 + - -0.9914824052514877 + - 0.5762870613220639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998124740422781 + - -0.019273765101815027 + - 0.001881150780516408 + - -0.03486419155384161 + - - -0.019200939235217186 + - -0.9992670084997585 + - -0.03311751283578817 + - 0.03743157309026851 + - - 0.0025180710761369424 + - 0.033075182580647296 + - -0.9994496943895235 + - 0.5805857141629851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975489720654046 + - -0.038922179436324346 + - -0.05814733251991284 + - 0.04849384060341633 + - - -0.03731702041399514 + - -0.9988986733004623 + - 0.02844082393317035 + - 0.03512015579628808 + - - -0.05919027216254553 + - -0.026201229484562286 + - -0.9979028045129551 + - 0.5763754004352096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991353119984319 + - -0.03391867304940848 + - 0.02404479021250642 + - -0.04285354237194949 + - - -0.03434677229965075 + - -0.9992546302801025 + - 0.017620530536046692 + - -0.02364772808374657 + - - 0.02342920293975144 + - -0.01843115520913274 + - -0.9995555837307223 + - 0.5795918616189756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989124968749071 + - -0.023008740566106713 + - -0.04055146661589842 + - 0.02570114203969378 + - - -0.020786554857342144 + - -0.9983031758801381 + - 0.0543938246935525 + - -0.030484629806482172 + - - -0.04173419131002102 + - -0.05349174595385546 + - -0.997695790504554 + - 0.5775418274185317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910901027647979 + - -0.021746104446334236 + - -0.13140591745835276 + - 0.06454760274733078 + - - -0.022690196629393818 + - -0.999726344366983 + - -0.005691340399948904 + - -0.03279774775977058 + - - -0.1312461930060516 + - 0.008622257247250725 + - -0.9913123087611596 + - 0.5761325116155647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997948331706707 + - -0.019069184922496527 + - -0.006830647965032362 + - -0.03487814780363349 + - - -0.01928258950810549 + - -0.999280073631624 + - -0.032672866183410275 + - 0.0374227998803724 + - - -0.006202685474249804 + - 0.032797875375834416 + - -0.9994427577724198 + - 0.5805269299094519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997313651937219 + - -0.03903096839978545 + - -0.06198437839829126 + - 0.04845726580109971 + - - -0.03782907517816419 + - -0.9990750071080823 + - 0.02044727960268439 + - 0.03509783554901548 + - - -0.06272512041289685 + - -0.01804753938243384 + - -0.9978676493360366 + - 0.5762239912650255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991455606312679 + - -0.024103281887080448 + - -0.03357350850151375 + - 0.0257033685327827 + - - -0.022913372860687786 + - -0.9991109808925315 + - 0.035386794205061335 + - -0.030503212570829445 + - - -0.034396598886755836 + - -0.03458727601642266 + - -0.9988095886217694 + - 0.5776167724707214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890358275798453 + - -0.023538025059057006 + - -0.14578783604872417 + - 0.06456619657289712 + - - -0.024026389097052903 + - -0.9997100607054118 + - -0.001589701651146399 + - -0.032810204878734955 + - - -0.14570814798907947 + - 0.005075027162670627 + - -0.9893146009783194 + - 0.576056674842361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998002780311733 + - -0.019981976916310477 + - -0.0003530542515625928 + - -0.03488119674038335 + - - -0.01998370872450455 + - -0.9993667589681855 + - -0.029440320226492584 + - 0.03741881495300763 + - - 0.00023544511605051656 + - 0.02944149568110124 + - -0.9995664774779398 + - 0.580555089822792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975729509380529 + - -0.03982851959842479 + - -0.057113015883798926 + - 0.04849122258919176 + - - -0.03759764990048682 + - -0.9985073245808187 + - 0.03961741385320972 + - 0.03511168280440234 + - - -0.05860566763296532 + - -0.03737394527012051 + - -0.9975813570512637 + - 0.5764657812279147 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988308710234387 + - -0.024665889527292026 + - -0.041575052427943154 + - 0.025690944973715588 + - - -0.023088031582976426 + - -0.999010441954124 + - 0.0380142034540975 + - -0.03049725569861476 + - - -0.04247156564317213 + - -0.03700987382379816 + - -0.9984119567349765 + - 0.5775475079629608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906607497123834 + - -0.021851576335348122 + - -0.13458747189452222 + - 0.0645469886652816 + - - -0.023575257933721547 + - -0.9996590274152537 + - -0.011226580982093776 + - -0.03281819482283528 + - - -0.13429626276504067 + - 0.014294667496988668 + - -0.9908381181043115 + - 0.5761795842198757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998062042187322 + - -0.019381478244704556 + - -0.00345142097993558 + - -0.03486182622773627 + - - -0.019469325278904895 + - -0.999430629244786 + - -0.027556536439748768 + - 0.0374265754337224 + - - -0.0029153694302592736 + - 0.027618392936973196 + - -0.9996142881095007 + - 0.5805956478012285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973228885330895 + - -0.03866448748370917 + - -0.06206539628196069 + - 0.04851724831911483 + - - -0.03695803337429496 + - -0.9989128588028517 + - 0.028411340824022916 + - 0.03511284506130139 + - - -0.06309643236443106 + - -0.026041465510535076 + - -0.9976676211529293 + - 0.5764754353492679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984204411051059 + - -0.024473783832818057 + - -0.05057328037996425 + - 0.025697959171907564 + - - -0.02304439803468577 + - -0.9993236629540176 + - 0.02865610544690127 + - -0.03051116078078992 + - - -0.05124039912710433 + - -0.02744541063765393 + - -0.9983091559893786 + - 0.577651111263221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918751528191553 + - -0.021153875663484027 + - -0.12544399054714053 + - 0.06457309289503807 + - - -0.024452584399959114 + - -0.9993929624033947 + - -0.024814870838476534 + - -0.032843035644328986 + - - -0.12484291063628764 + - 0.027680683571423143 + - -0.9917903142403031 + - 0.5762104030648829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997302086433995 + - -0.02036621344872209 + - -0.011168136621040589 + - -0.03485456579687658 + - - -0.020695203876977944 + - -0.9993302318263103 + - -0.030179401824140452 + - 0.037438134453558654 + - - -0.010546016419267203 + - 0.030402386546679303 + - -0.9994821041068972 + - 0.5805090850079606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974592728690393 + - -0.03864963635608722 + - -0.0598431665030308 + - 0.048491957544846934 + - - -0.03769933524396895 + - -0.9991457246156226 + - 0.016928706521342606 + - 0.03509814453044245 + - - -0.06044633230999287 + - -0.014629647701333352 + - -0.9980642335633539 + - 0.5763152665742239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998547162287238 + - -0.023397928674704156 + - -0.048539691200477186 + - 0.025726643513254023 + - - -0.021237921697682894 + - -0.9987814662779804 + - 0.04454810098725034 + - -0.030473871338732108 + - - -0.0495228772393862 + - -0.04345249766515869 + - -0.9978273222740454 + - 0.5775441927842375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897654240159522 + - -0.022200299113278345 + - -0.14096649297547012 + - 0.06456334510032902 + - - -0.023704607854165317 + - -0.9996784850677604 + - -0.009001003227890226 + - -0.032810544233630334 + - - -0.14072134517905424 + - 0.012250437212982192 + - -0.9899734490374421 + - 0.5761599106944014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997968967958837 + - -0.020002453015916046 + - 0.0024631343177071146 + - -0.03485911852697292 + - - -0.01992053491781472 + - -0.9993601995469606 + - -0.029704609912406726 + - 0.03742737271889363 + - - 0.0030557234673837773 + - 0.029649509857773343 + - -0.9995556858521119 + - 0.5805297970584329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968246181233551 + - -0.03890203685688869 + - -0.06947886176105925 + - 0.04846724500736857 + - - -0.03715925270285637 + - -0.9989657651215738 + - 0.026202863462506554 + - 0.0351060581832367 + - - -0.07042634905908704 + - -0.023537876783065487 + - -0.9972392379538391 + - 0.5762778822543304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981028217628347 + - -0.02445026199544176 + - -0.05650612247731399 + - 0.02569424345612752 + - - -0.021885022118273773 + - -0.998720986464996 + - 0.04557890961033656 + - -0.030496270867593878 + - - -0.05754826666329422 + - -0.0442558005547162 + - -0.9973613292690422 + - 0.5776142917750957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891805674090097 + - -0.02075611704675835 + - -0.14522736885839016 + - 0.06454566705106145 + - - -0.023777805182242373 + - -0.999534763262833 + - -0.019101649400734753 + - -0.03281137776194083 + - - -0.14476332768040728 + - 0.022348168476511224 + - -0.989213899176837 + - 0.5761197358153207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997647027510931 + - -0.021019654726457677 + - -0.005358474428333093 + - -0.03489013493824713 + - - -0.021167912920391364 + - -0.9993464365241906 + - -0.02930220587253881 + - 0.03744235849112327 + - - -0.00473905007499633 + - 0.02940873886419519 + - -0.9995562352778379 + - 0.58048011730368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968640277227174 + - -0.03756836219579201 + - -0.06964717075637016 + - 0.0484876918763849 + - - -0.03659844109885332 + - -0.999215196021713 + - 0.015150780455944696 + - 0.03508069587870017 + - - -0.07016170138740195 + - -0.012554290151826868 + - -0.9974566283589525 + - 0.5763456493709399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993555336567619 + - -0.03127164072621056 + - 0.01762389956563138 + - -0.042878280047509654 + - - -0.03189348348758388 + - -0.9988361222560654 + - 0.036182959905086055 + - -0.023614003694602387 + - - 0.016471886978602877 + - -0.03672172875501179 + - -0.999189767549992 + - 0.5794080627839733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991340669138395 + - -0.02345654329962354 + - -0.03436432610490177 + - 0.02570022169696627 + - - -0.021946621136690842 + - -0.9988046723059819 + - 0.04367576445150531 + - -0.030502115245090517 + - - -0.03534773193422319 + - -0.04288376331636143 + - -0.9984545661625938 + - 0.5777103081965136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921036320044385 + - -0.021420118109334148 + - -0.12357816111183956 + - 0.06456273175857388 + - - -0.024241000837898395 + - -0.9994777487324688 + - -0.021368286479121056 + - -0.032825759382755525 + - - -0.12305591104038283 + - 0.02419521293270538 + - -0.992104749726138 + - 0.5762216359744898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998123940939952 + - -0.019276113967176323 + - -0.0018994858140982801 + - -0.03486666112728172 + - - -0.0193175718554683 + - -0.9995013297470272 + - -0.024978455747550254 + - 0.03744265403893293 + - - -0.001417051037312997 + - 0.025010463095431423 + - -0.9996861851111621 + - 0.5805946379094358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979689969106792 + - -0.03828185646185318 + - -0.05091542664975604 + - 0.04849063217519021 + - - -0.03683764393817233 + - -0.9989001732275842 + - 0.029007445854234728 + - 0.03511829999186829 + - - -0.05196988737891446 + - -0.02707292728420763 + - -0.9982816172874699 + - 0.576409250450166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986966120751666 + - -0.021326733399760017 + - -0.04637076096075874 + - 0.025728110038390907 + - - -0.01997417259254309 + - -0.999366997275094 + - 0.02943870218956306 + - -0.030484204613943557 + - - -0.046969239495946356 + - -0.02847411455792866 + - -0.9984904182521306 + - 0.5775537659643208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892998498293558 + - -0.01802214968352031 + - -0.1447791740838395 + - 0.06456323194039265 + - - -0.02431125564103516 + - -0.9988306753995783 + - -0.04178809316036568 + - -0.03282026013107046 + - - -0.1438567689640295 + - 0.04486071780085506 + - -0.988581178265914 + - 0.5762008725816765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998116792801924 + - -0.0187117928606831 + - -0.005145365182406958 + - -0.034840662672316454 + - - -0.01885258687292539 + - -0.9994064812019194 + - -0.028831671817578747 + - 0.03740970664316276 + - - -0.004602819040570482 + - 0.02892324566048306 + - -0.9995710379544535 + - 0.580489705270545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976378114652051 + - -0.037881847222851865 + - -0.0573041253829108 + - 0.04849608591152068 + - - -0.036532553478607434 + - -0.9990342060527508 + - 0.02441367798760859 + - 0.035107776524565704 + - - -0.058173616625138064 + - -0.022262542252278073 + - -0.9980582195148824 + - 0.576365175586241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994367058978464 + - -0.03167288822524445 + - 0.011095001375977034 + - -0.04285768394589021 + - - -0.03209597339627362 + - -0.998672248919397 + - 0.04029376788064462 + - -0.023618087360371968 + - - 0.00980404996965319 + - -0.040627175507838884 + - -0.9991262749094568 + - 0.5792402183707259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988787391594459 + - -0.023357916616775644 + - -0.04117854036460533 + - 0.025695201373618498 + - - -0.02221025221818977 + - -0.9993580301734859 + - 0.02811106942425115 + - -0.03049650538588438 + - - -0.041808720999811394 + - -0.027164963815444844 + - -0.9987562743679091 + - 0.5776587883189459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888394261646163 + - -0.022701217561567653 + - -0.1472455227966361 + - 0.06454148409446356 + - - -0.02349513875298669 + - -0.9997172712895892 + - -0.003654577988784725 + - -0.032816042883323085 + - - -0.1471209288898429 + - 0.0070733447901667554 + - -0.9890932211253243 + - 0.5761421498202934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998054605206149 + - -0.019644589296824378 + - -0.0017695266373107133 + - -0.03485712042090219 + - - -0.019669048248154988 + - -0.9996929916818516 + - -0.015068209024348763 + - 0.03745282803480163 + - - -0.0014729746001918395 + - 0.015100082567615561 + - -0.9998849023023993 + - 0.5805960218505923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996972498639188 + - -0.03854003359071629 + - -0.06753149463739576 + - 0.04847176791956458 + - - -0.037149623766115435 + - -0.9990735189922454 + - 0.021725770469382285 + - 0.035133911981365534 + - - -0.0683062399138631 + - -0.01915122605157885 + - -0.9974805703017737 + - 0.5763007806281057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985145667281103 + - -0.024185971058085513 + - -0.04882313832345724 + - 0.025693079866250728 + - - -0.021646518764937384 + - -0.9984182639671396 + - 0.05188832626133523 + - -0.030491195858731716 + - - -0.05000088256354284 + - -0.05075439863520213 + - -0.9974587223349377 + - 0.577514120585616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.992012050371877 + - -0.018818371087707786 + - -0.12473155505560671 + - 0.0645503147825211 + - - -0.023099333953221494 + - -0.9991895569637413 + - -0.03296437509674999 + - -0.0328202710727565 + - - -0.12401013139216518 + - 0.035582273173688686 + - -0.9916427729519791 + - 0.5762277506309665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997927862985296 + - -0.020315619299261435 + - -0.0012884401073248231 + - -0.034873984627197305 + - - -0.020347186476875702 + - -0.9992425434063915 + - -0.03317124431192036 + - 0.037428397458363905 + - - -0.0006135697987462948 + - 0.033190586906732135 + - -0.9994488523545809 + - 0.580500529688092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977199666294835 + - -0.03957601730523158 + - -0.05466815382943322 + - 0.048481083833692734 + - - -0.038135702113815936 + - -0.9989038487748712 + - 0.02714349143046166 + - 0.03510193483179833 + - - -0.05568246055221391 + - -0.024996794934656345 + - -0.9981355738725305 + - 0.5763492792718865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987854994212249 + - -0.021613675273341598 + - -0.04427612434566739 + - 0.025721510759882788 + - - -0.020018972842765798 + - -0.9991458666881906 + - 0.03614938182354394 + - -0.030489305722765925 + - - -0.04501962763301207 + - -0.03521911584753804 + - -0.9983650870331463 + - 0.5776293168733859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913800401703815 + - -0.020248831881647025 + - -0.1294434268674984 + - 0.0645616704205438 + - - -0.0232350962481731 + - -0.9994966261714546 + - -0.02160149472185701 + - -0.03279884326867747 + - - -0.12894086339912084 + - 0.024422921187054566 + - -0.9913514889617007 + - 0.576190702277484 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998061382889313 + - -0.019387402200876994 + - 0.0034372191777243266 + - -0.03487209718433556 + - - -0.019261233728836723 + - -0.9992508395566263 + - -0.033567313276762475 + - 0.03742469505777887 + - - 0.004085427152380603 + - 0.03349460077801528 + - -0.9994305483642691 + - 0.5805096419436911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971426564715168 + - -0.03891340637240962 + - -0.06474773702163182 + - 0.0484998262433564 + - - -0.03681215464163692 + - -0.9987660328853408 + - 0.033335818950760876 + - 0.035125651831111035 + - - -0.06596505071298657 + - -0.030857063356278882 + - -0.997344701557821 + - 0.5763914693120586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998884289227984 + - -0.02208513996990416 + - -0.04174234451986317 + - 0.025741939051565424 + - - -0.02043932229441131 + - -0.9990124068490398 + - 0.039451806876672026 + - -0.03046516448155313 + - - -0.04257241874324724 + - -0.038554604837798385 + - -0.9983492032391027 + - 0.5775833130218776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905165398442222 + - -0.02015177046186865 + - -0.13590765409748554 + - 0.06454275143765847 + - - -0.022878684592770013 + - -0.9995664658344203 + - -0.018532300736607037 + - -0.03279194681187389 + - - -0.135475274815496 + - 0.02146593875281619 + - -0.9905481630830109 + - 0.5761586089627718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997880192151531 + - -0.019919610744993477 + - 0.005208237860216481 + - -0.034858336090232596 + - - -0.01973144054746315 + - -0.9992277549713873 + - -0.03397887503675855 + - 0.03741950085690123 + - - 0.0058810617887061 + - 0.033868906132464134 + - -0.999408980502791 + - 0.5805655634764304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979442410377806 + - -0.03876515384660818 + - -0.051034837383662955 + - 0.04847892936612544 + - - -0.03694626318821598 + - -0.998664484733396 + - 0.036113994082745515 + - 0.03506943207410753 + - - -0.05236664411584153 + - -0.034154205882003755 + - -0.9980436988452036 + - 0.5761405499526826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993573361040967 + - -0.022343879423437265 + - -0.028029731130252908 + - 0.025726282430527464 + - - -0.021322887671246838 + - -0.9991166923284369 + - 0.036210075559750074 + - -0.03048004447832838 + - - -0.028814045815934317 + - -0.035589129843174264 + - -0.998951032133569 + - 0.5776575913623799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9922182678297449 + - -0.02256814759861997 + - -0.12244830623127295 + - 0.06457093905105205 + - - -0.024587472508791564 + - -0.9995850646380224 + - -0.015005157387701019 + - -0.03282294931026558 + - - -0.12205885949233719 + - 0.01789908563494692 + - -0.9923614550922777 + - 0.5762683338540391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997897673593485 + - -0.019860458835269743 + - -0.0050973775995498665 + - -0.03489510546317613 + - - -0.02003647365065869 + - -0.9991076650660787 + - -0.03718081938116088 + - 0.037432263214729505 + - - -0.004354400898665256 + - 0.037275136231281626 + - -0.9992955535834996 + - 0.5806837991897349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975214980940829 + - -0.03888347138242196 + - -0.05864244617501207 + - 0.048483726422952095 + - - -0.03707359844130878 + - -0.9988114697676466 + - 0.03164168388703664 + - 0.03513171106246311 + - - -0.059803086364747106 + - -0.029389173412107734 + - -0.9977774638402115 + - 0.5762665356333834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983705334377606 + - -0.02413431499271574 + - -0.05170892382397594 + - 0.025733350010062356 + - - -0.022433438231439506 + - -0.9991960965666037 + - 0.033225012493269486 + - -0.030489960549904164 + - - -0.05246921775972612 + - -0.03201086449776234 + - -0.9981093556027755 + - 0.5776053580697965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910452584575677 + - -0.023385068594827783 + - -0.13146267248001575 + - 0.06455709408132385 + - - -0.023737321925310233 + - -0.9997176107081444 + - -0.0011128287439502221 + - -0.03280852035173283 + - - -0.13139952525251708 + - 0.0042234354279869135 + - -0.9913204967903159 + - 0.5761630603755239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997734592191864 + - -0.02106781027994392 + - -0.0030294571972875168 + - -0.03493283623432639 + - - -0.02114759663807885 + - -0.9993470383473869 + - -0.02929634964871203 + - 0.03744498553936226 + - - -0.0024102691416154885 + - 0.029353778569628185 + - -0.9995661790428638 + - 0.5805530662134886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977395558659369 + - -0.03829135608761762 + - -0.05522273725028693 + - 0.04849515658458913 + - - -0.036916312114199004 + - -0.9989876023638894 + - 0.025709068888910464 + - 0.03511432054891381 + - - -0.05615126499314154 + - -0.023612335170816307 + - -0.9981430223507306 + - 0.5764874227876475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998693462021946 + - -0.021279154822659414 + - -0.04646037542522958 + - 0.02570806565579502 + - - -0.019541827464977568 + - -0.9991042924198151 + - 0.03753305007096215 + - -0.030481780897154167 + - - -0.047217432098209604 + - -0.03657609107509431 + - -0.9982147582898768 + - 0.5775778337924076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911302454433703 + - -0.02161815351949195 + - -0.13112395664321713 + - 0.06455821397079106 + - - -0.02231712618136575 + - -0.9997434775062072 + - -0.0038632968822479904 + - -0.032792908716098634 + - - -0.13100680305377127 + - 0.006755340272929667 + - -0.9913584533010382 + - 0.5762250850863715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997912069962736 + - -0.020403461592575795 + - 0.0011140771852798227 + - -0.03487288914439856 + - - -0.020358071237897225 + - -0.9992929591790564 + - -0.03160902830897945 + - 0.03743700300010869 + - - 0.0017582230823130509 + - 0.0315797481023115 + - -0.9994996889251081 + - 0.5805699493576284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997569791305593 + - -0.039083577568434835 + - -0.0576800263433355 + - 0.04850304617869669 + - - -0.03766558145608588 + - -0.9989657570822045 + - 0.025469985291553827 + - 0.03512516878541712 + - - -0.05861582933040101 + - -0.023235536181227787 + - -0.9980101674884275 + - 0.5764378635585451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.999238881578064 + - -0.02342354640628535 + - -0.03119286803698257 + - 0.025703684324953128 + - - -0.02258373616515083 + - -0.9993800610617916 + - 0.027008672920968035 + - -0.030506842890800807 + - - -0.03180616926702853 + - -0.02628366462047426 + - -0.9991484056788935 + - 0.5776764992127004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921502275912946 + - -0.021970760747533048 + - -0.12310650495695617 + - 0.0645754922778766 + - - -0.02363375756232993 + - -0.9996478851693475 + - -0.012064459371901556 + - -0.03281053955147733 + - - -0.12279809198040263 + - 0.014879225404096525 + - -0.9923201284148917 + - 0.5762749704968375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997868722784299 + - -0.020057329072722053 + - -0.004890150323176717 + - -0.03487518670239166 + - - -0.020212440796580366 + - -0.9992155185839448 + - -0.03405590489271944 + - 0.037444008762708196 + - - -0.0042032435998238735 + - 0.03414748850919723 + - -0.9994079656335313 + - 0.5806503360050721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972601375178665 + - -0.03878472699043648 + - -0.06299176986022445 + - 0.04848028950106384 + - - -0.037026992106082506 + - -0.9988981285044276 + - 0.028836274480744974 + - 0.03510383375540544 + - - -0.06404076805771677 + - -0.02642487128880798 + - -0.9975973667787763 + - 0.5763805390649539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984384872613684 + - -0.022004904611799783 + - -0.05134560670841975 + - 0.025717378569239724 + - - -0.01931779502021653 + - -0.9984468785892284 + - 0.052255654535971245 + - -0.030480690841669933 + - - -0.05241574144078307 + - -0.051182172760165894 + - -0.9973128773061947 + - 0.5774951168364703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990827329806878 + - -0.021454626795206752 + - -0.1334200191007724 + - 0.06454255151931561 + - - -0.02309848550899867 + - -0.999675017334343 + - -0.010785160396184667 + - -0.03280806607738132 + - - -0.13314526831608642 + - 0.01376803205470006 + - -0.9910008974861617 + - 0.57610623456291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998146629594498 + - -0.019239180587523705 + - 0.0007026105623612244 + - -0.03487729949541645 + - - -0.0192171623278221 + - -0.999535006095417 + - -0.02367429538341154 + - 0.037430639466979325 + - - 0.0011577578968962642 + - 0.023656405478337934 + - -0.9997194776918658 + - 0.5805571232701469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996389978606142 + - -0.04055440204882508 + - -0.07458117059763945 + - 0.048463488228927806 + - - -0.03844537187995887 + - -0.9988251501165331 + - 0.02950038772113591 + - 0.03507172283845201 + - - -0.07568991950229313 + - -0.026526589851466602 + - -0.9967784990240253 + - 0.5764057497230466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999468891992469 + - -0.0320446460293753 + - 0.005922381294586449 + - -0.04287163554296619 + - - -0.032281090637265704 + - -0.9984453120803676 + - 0.045441060419040696 + - -0.023607535532056072 + - - 0.004457031143604681 + - -0.04560810723534044 + - -0.9989494659029532 + - 0.5792829560532835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975991849293816 + - -0.022552133161798063 + - -0.06547722900433352 + - 0.025731504593998544 + - - -0.019945435048317105 + - -0.9989927569506721 + - 0.0401951636497334 + - -0.03048204424954985 + - - -0.06631776420361869 + - -0.03879269067682743 + - -0.997044172191526 + - 0.5775216538423791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9920848700570337 + - -0.02292329714496061 + - -0.12345903390162417 + - 0.06456534426390474 + - - -0.024007513140665137 + - -0.9996851155803206 + - -0.0073013012512765044 + - -0.03282228967685875 + - - -0.12325278867725199 + - 0.010207454881846973 + - -0.992322809345888 + - 0.5761775088572013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997486181416968 + - -0.02019839724769564 + - -0.009732690912184953 + - -0.034897854729697815 + - - -0.020460578436152392 + - -0.9994086037670402 + - -0.027637066531606462 + - 0.037439163940456724 + - - -0.00916871058687655 + - 0.02782925556026728 + - -0.999570641466192 + - 0.5806357926254886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970508814304988 + - -0.03933524769135778 + - -0.06589596442670087 + - 0.04849114825535321 + - - -0.037640551876665165 + - -0.9989328344504003 + - 0.026765296772293987 + - 0.03510806262199891 + - - -0.06687846210167794 + - -0.024206002271098488 + - -0.9974674635099461 + - 0.5763442266827881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993430349367053 + - -0.03353084297324889 + - 0.013754311796608108 + - -0.04285853728110705 + - - -0.033874795611412864 + - -0.9990985059735513 + - 0.025586589919387986 + - -0.023649322747391253 + - - 0.012883972437877641 + - -0.026035704924607845 + - -0.999577983612734 + - 0.5793870352138482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990085943215152 + - -0.02352425044595414 + - -0.0377946836566501 + - 0.025690279796645767 + - - -0.022817981391943267 + - -0.9995588641012553 + - 0.01901096846051233 + - -0.030504854532396264 + - - -0.03822522984819265 + - -0.01812972249003526 + - -0.9991046716763406 + - 0.5776834064692684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910040993172978 + - -0.02234523641876552 + - -0.13195289138817987 + - 0.06455263483684626 + - - -0.023954269486857208 + - -0.9996566553838389 + - -0.010619054578806915 + - -0.0328121775227847 + - - -0.13167030078822764 + - 0.013684361738354234 + - -0.9911991072101262 + - 0.5762005127528603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997680794267879 + - -0.02130950339305083 + - 0.003113265875814378 + - -0.0348910267796488 + - - -0.021208076975216053 + - -0.9993363336041236 + - -0.02961603973662766 + - 0.0374295170791752 + - - 0.0037423028051275656 + - 0.029543144785377083 + - -0.9995565005370659 + - 0.580581023038331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980600493472196 + - -0.03990403245676015 + - -0.047789183825584405 + - 0.04849339937917165 + - - -0.03824937158637033 + - -0.9986532530849976 + - 0.03505232768305068 + - 0.03513073281305964 + - - -0.04912355311124625 + - -0.03315642164712633 + - -0.9982422192200073 + - 0.5763684928319736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994762036389724 + - -0.031078159397115536 + - 0.009025872141511106 + - -0.04286656650730676 + - - -0.03140170977456739 + - -0.9987749618378652 + - 0.03824275394116938 + - -0.023622830236337076 + - - 0.007826300700922873 + - -0.0385061503432694 + - -0.9992277144890849 + - 0.5793383529556497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990859354465318 + - -0.022381223266923628 + - -0.036419423910939774 + - 0.025727478406765432 + - - -0.021149188435451917 + - -0.9992024580736972 + - 0.03386974472892052 + - -0.030505956224083353 + - - -0.03714842421221071 + - -0.03306854433682573 + - -0.9987624672333218 + - 0.5776471854283272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878597927767175 + - -0.016883216820275777 + - -0.1544279340175871 + - 0.0645469112819522 + - - -0.021307263093391295 + - -0.9994073056446984 + - -0.027037713724991995 + - -0.032788663960848924 + - - -0.15387992186965027 + - 0.029999906896608405 + - -0.9876340289963618 + - 0.5760970004421305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997914536244633 + - -0.020411808247899156 + - 0.0006382347009878612 + - -0.034874941546772585 + - - -0.020361027784802595 + - -0.9987390240723336 + - -0.0458888912765292 + - 0.03743677875786025 + - - 0.0015741051518389205 + - 0.04586632620009605 + - -0.9989463460636299 + - 0.5806034136262278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974266215846973 + - -0.03800248935169096 + - -0.06079428720868136 + - 0.04848276209880935 + - - -0.036576633791620565 + - -0.9990329869435511 + - 0.024397558466344782 + - 0.03511940258792967 + - - -0.06166266629501763 + - -0.022111123936146865 + - -0.9978521001549621 + - 0.5763161715118479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994269435435548 + - -0.03235161092194972 + - 0.009957800457078008 + - -0.04287498340343547 + - - -0.03257397180936517 + - -0.9992036626541801 + - 0.023042935989897827 + - -0.023650192137730893 + - - 0.009204394589047244 + - -0.023354096198025507 + - -0.9996848830061517 + - 0.5794642106738431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990064340385432 + - -0.02387583522306572 + - -0.03763096121539952 + - 0.0257016282518634 + - - -0.02300676793361307 + - -0.9994623365900079 + - 0.02336078695785332 + - -0.030501421730884798 + - - -0.038168486724558026 + - -0.022471809683297664 + - -0.9990186106328123 + - 0.5776512101241497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901061929104434 + - -0.019788754713945242 + - -0.13891771646287226 + - 0.06455413621648436 + - - -0.02316963875915442 + - -0.9994723832107023 + - -0.022762316202216568 + - -0.03280107657847983 + - - -0.1383939832512886 + - 0.02575578354449174 + - -0.990042294558092 + - 0.5761391190907916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998118142326173 + - -0.019323999462662316 + - -0.001708556598220715 + - -0.03484275693069887 + - - -0.019361233037772606 + - -0.9994888027323175 + - -0.02544161685067638 + - 0.0374201567822025 + - - -0.0012160493984042918 + - 0.025469908862942255 + - -0.9996748496218034 + - 0.5804839474157052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966151718366597 + - -0.04025034278003776 + - -0.07168060526442732 + - 0.04848228473828801 + - - -0.037634402402606036 + - -0.9985884944022605 + - 0.0374789354601446 + - 0.03513627120683378 + - - -0.07308796768814896 + - -0.034654418960883275 + - -0.9967232415398469 + - 0.5762993738325516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990633327061231 + - -0.020606216043874782 + - -0.03805050725663855 + - 0.025739145368424386 + - - -0.01968491151426347 + - -0.9995077027917142 + - 0.024430643026859055 + - -0.0304946041722043 + - - -0.038535198206444486 + - -0.023658738774147644 + - -0.9989771281559986 + - 0.5777038959247186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894970498079755 + - -0.019588491657783633 + - -0.14321968934432794 + - 0.0645595303291899 + - - -0.02232131884055602 + - -0.99959768275509 + - -0.017499467302571 + - -0.032802625118125844 + - - -0.1428192814242219 + - 0.02051252361920526 + - -0.9895361990489491 + - 0.5762044318445833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997583011341035 + - -0.020023432162771016 + - -0.009077525977611472 + - -0.034889697069631576 + - - -0.02022740739149043 + - -0.9995316221207692 + - -0.02296493785843522 + - 0.03742977532754202 + - - -0.008613437389914791 + - 0.023143002075055433 + - -0.9996950585810072 + - 0.5803945944337251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970868117278722 + - -0.04064288148855683 + - -0.06454491507976348 + - 0.04848544277725429 + - - -0.03842791391877768 + - -0.9986413600375216 + - 0.035195588562502725 + - 0.03512053450476738 + - - -0.06588767191362713 + - -0.03261273074609185 + - -0.9972939508906519 + - 0.5763995927340132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984299026759829 + - -0.024635744073749098 + - -0.05030715213923456 + - 0.02571371422436716 + - - -0.023035343697980985 + - -0.9992176211299698 + - 0.03214838353757725 + - -0.030499946435859016 + - - -0.05105979223560593 + - -0.030939064906619535 + - -0.9982162450489173 + - 0.5776166555735354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917744601829898 + - -0.01998752730570058 + - -0.126427524222153 + - 0.06455802478796221 + - - -0.022754717673100874 + - -0.9995312614456061 + - -0.020481216188815002 + - -0.032825746601631525 + - - -0.1259588938993856 + - 0.02318956974933732 + - -0.9917643877970634 + - 0.576287277144613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997910504328835 + - -0.020162819103885107 + - 0.003363956018623066 + - -0.03487932322008009 + - - -0.02007296932059499 + - -0.9994886194565892 + - -0.024891273157794745 + - 0.03744775662098787 + - - 0.003864113994912259 + - 0.024818547551085795 + - -0.9996845043915049 + - 0.5805347417984282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975654028853178 + - -0.03845329234993997 + - -0.0581774120574614 + - 0.04849117474655798 + - - -0.037458145891274865 + - -0.999134251475017 + - 0.018100686060090573 + - 0.03507884933019057 + - - -0.05882307602158846 + - -0.015877400193609708 + - -0.9981421511440396 + - 0.5762898688181275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981829260350636 + - -0.02308857698792515 + - -0.05565755819968545 + - 0.025725883683049997 + - - -0.02096449390152373 + - -0.9990405886477286 + - 0.03844986644778889 + - -0.030474672836627525 + - - -0.05649191240816418 + - -0.03721316765706033 + - -0.9977092983356403 + - 0.577554280636133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910765342761525 + - -0.02129509900718973 + - -0.13158199711755508 + - 0.06456096402582022 + - - -0.022988238816063763 + - -0.9996711711972378 + - -0.01136179357669179 + - -0.03279760330629747 + - - -0.13129677864786288 + - 0.014285245374781718 + - -0.9912401765875297 + - 0.5761341593408874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997905917479233 + - -0.020098858254116333 + - -0.0038481877836742655 + - -0.034930838724535763 + - - -0.020157491105602627 + - -0.9996710511946827 + - -0.015857646598599315 + - 0.03745084556373001 + - - -0.0035282013356710707 + - 0.015931895687565156 + - -0.9998668543836904 + - 0.5804954551090704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973827857732953 + - -0.03968652525499866 + - -0.06043639926637939 + - 0.048487237381068686 + - - -0.037280756665906495 + - -0.9984867417088356 + - 0.04042736466912664 + - 0.03510723162860785 + - - -0.06194936501303576 + - -0.038068442900352974 + - -0.9973530316942062 + - 0.5764256030921631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987391315058961 + - -0.024722375281191512 + - -0.04369154791609173 + - 0.02569557039280354 + - - -0.022920976393123405 + - -0.9988854692083156 + - 0.04126073491431211 + - -0.030483109382487723 + - - -0.04466291571353227 + - -0.040207257615251325 + - -0.9981926669711748 + - 0.5775802862554142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990640996974271 + - -0.022576060317575877 + - -0.13461328543037424 + - 0.06456006635428924 + - - -0.023656462525344576 + - -0.9996994576270686 + - -0.006431656157764986 + - -0.03280330695083818 + - - -0.13442762697678332 + - 0.009555936410521177 + - -0.9908773371031899 + - 0.5760769731826622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997986757407811 + - -0.01968678875692983 + - -0.0038779292696910954 + - -0.03484901435858058 + - - -0.01980920802544153 + - -0.9992059001763952 + - -0.03457114881060341 + - 0.03742942565304218 + - - -0.003194254903023346 + - 0.034641007507290024 + - -0.9993947154825739 + - 0.5804673034936427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971228170353306 + - -0.03842252493767177 + - -0.06534368619033258 + - 0.04847152284766266 + - - -0.03705110668400355 + - -0.9990695861659797 + - 0.022072097581096555 + - 0.03510656916233035 + - - -0.06613095524047159 + - -0.01958753622977764 + - -0.997618677242678 + - 0.5762530527094378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993597609909556 + - -0.03293064225634308 + - 0.01398716957375131 + - -0.04286143767224144 + - - -0.03333869616689933 + - -0.9989932273136133 + - 0.030017713427619018 + - -0.023636722439755505 + - - 0.012984585091226247 + - -0.030464808913174532 + - -0.9994514975564811 + - 0.5794660170934265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988899440843483 + - -0.023387287820358038 + - -0.040889049580238215 + - 0.025703184495920732 + - - -0.0223228158809163 + - -0.9994048555595793 + - 0.026298794175476432 + - -0.030488597783089842 + - - -0.04147977215841665 + - -0.025356842318102125 + - -0.9988175304075022 + - 0.5776139393294922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913254965744296 + - -0.02260882424653734 + - -0.1294704634565337 + - 0.06455421647320436 + - - -0.02516197194004286 + - -0.9995191903662365 + - -0.018118036806215924 + - -0.032839181479634015 + - - -0.12899858530057198 + - 0.021218604002433444 + - -0.99141774032677 + - 0.5762083752814053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998007495584528 + - -0.019698760856680066 + - -0.0032280029534167524 + - -0.03486643482943175 + - - -0.019788569597985067 + - -0.9993337874728533 + - -0.030665839763939183 + - 0.03741974217274466 + - - -0.0026217733734324117 + - 0.030723607142931993 + - -0.9995244800746528 + - 0.5805959478823166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978260994920497 + - -0.03805430264900303 + - -0.05380469517040487 + - 0.04848292439608336 + - - -0.03637424705707948 + - -0.9988300125065851 + - 0.03186722873304974 + - 0.035111877986706876 + - - -0.05495442951676101 + - -0.02984084727336084 + - -0.9980428520411808 + - 0.576332333113851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982513105513019 + - -0.023435720402914327 + - -0.05426866491636292 + - 0.025722523506314234 + - - -0.020750207926866313 + - -0.9985570138221914 + - 0.0495309904756684 + - -0.03048539195977345 + - - -0.055351150427067626 + - -0.04831829007431206 + - -0.9972971437794735 + - 0.577574920944165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910018553749501 + - -0.02215369381744722 + - -0.1320020321572711 + - 0.06455974809479624 + - - -0.024164797527199845 + - -0.9996147573345282 + - -0.013652819470816426 + - -0.0328159844173743 + - - -0.13164871896025374 + - 0.016719771806937702 + - -0.9911554187042763 + - 0.5762244551112268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998046916344756 + - -0.019287966121227972 + - -0.004307313385113583 + - -0.03486091682478375 + - - -0.019396671753789483 + - -0.9994523369976348 + - -0.026810356111829796 + - 0.037423913711184774 + - - -0.0037878371885499305 + - 0.026888667368870217 + - -0.999631257942928 + - 0.5805560273762201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973141668475963 + - -0.040921063933475936 + - -0.060744704556340734 + - 0.048466419587376734 + - - -0.038648664334974984 + - -0.9985253165623638 + - 0.03812444005035607 + - 0.03508866524939127 + - - -0.062215217995336 + - -0.03567434246882676 + - -0.9974249886278211 + - 0.5763531231773523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985092210133557 + - -0.02236381175211986 + - -0.04979152011354138 + - 0.02570071888602286 + - - -0.020021596956420622 + - -0.9986917529459377 + - 0.04705229275057714 + - -0.03049194643200197 + - - -0.05077864912161507 + - -0.04598524243371031 + - -0.9976506834918212 + - 0.5774812762637329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907504443276496 + - -0.02428447285892371 + - -0.13350588542281236 + - 0.0645552767425318 + - - -0.023839080317357972 + - -0.9997036338320461 + - 0.004933837515033202 + - -0.032824074052601473 + - - -0.1335861344383745 + - -0.0017055441848251563 + - -0.9910357389140142 + - 0.5762351901813673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997971558954488 + - -0.019972972809325733 + - 0.0025937271501787957 + - -0.03484912403380276 + - - -0.019866585000395818 + - -0.9991526443358929 + - -0.03604597227172846 + - 0.03742588131711462 + - - 0.0033114745648558856 + - 0.03598713205786346 + - -0.9993467668744698 + - 0.5805143521082639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997052141933248 + - -0.04098677740202608 + - -0.06486224128504185 + - 0.048497760726062385 + - - -0.038370887307031476 + - -0.998419018719748 + - 0.041074786255883136 + - 0.035114975051137365 + - - -0.06644321841688071 + - -0.03846488186504879 + - -0.997048520178188 + - 0.576418672420641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990278348981168 + - -0.023502682436091535 + - -0.037296233282859095 + - 0.025680798232513166 + - - -0.022148164381059994 + - -0.999094581993369 + - 0.03632457908971848 + - -0.03049817235061225 + - - -0.038116189648635626 + - -0.035463222496043736 + - -0.9986438383812648 + - 0.5775973753426916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886362915587636 + - -0.02272147939220147 + - -0.14860019309262365 + - 0.06455611183846559 + - - -0.02338625686443653 + - -0.9997227831739238 + - -0.0027275983675469715 + - -0.03283303404306082 + - - -0.14849702354864178 + - 0.0061718050207223395 + - -0.98889359529728 + - 0.5762317435257367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997869424940519 + - -0.019949895942707 + - 0.005298232749759654 + - -0.034871761155235194 + - - -0.019738219736123944 + - -0.9991061584077585 + - -0.0373803011402991 + - 0.037448385462109816 + - - 0.006039230087018562 + - 0.03726775930433867 + - -0.9992870667713006 + - 0.5806042493353716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99720664914705 + - -0.03810505620450522 + - -0.06424098060088818 + - 0.048479343441696944 + - - -0.03664595831276708 + - -0.999046273406999 + - 0.02374062616966243 + - 0.03511126847281177 + - - -0.06508435016385375 + - -0.021320137974230415 + - -0.9976519829482171 + - 0.5763462629408818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.999037911722456 + - -0.023620978465807803 + - -0.03694997046753633 + - 0.025745924933307296 + - - -0.021893021841301985 + - -0.998678805397564 + - 0.04649020589706033 + - -0.03047275780972986 + - - -0.03799929651835987 + - -0.04563653170446493 + - -0.9982351228233244 + - 0.5775632119852233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913424477053826 + - -0.022079401808270283 + - -0.12943203387604543 + - 0.06456201885922418 + - - -0.023111467315463943 + - -0.9997119124629165 + - -0.006477048576666672 + - -0.03282101264581531 + - - -0.12925173676213045 + - 0.009412337410399648 + - -0.9915671416744536 + - 0.576117080980082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997957905463708 + - -0.02004839924340068 + - -0.0025374974945157605 + - -0.034882170345521796 + - - -0.020126495651795685 + - -0.9991551215962498 + - -0.035832487504522385 + - 0.0374230939557848 + - - -0.0018169696023082424 + - 0.035876241104116725 + - -0.9993545886949755 + - 0.5805776812896285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968297538408075 + - -0.04026121928593 + - -0.06862562261491832 + - 0.04848794557190033 + - - -0.03793034952500489 + - -0.9986694742048114 + - 0.03493665519759864 + - 0.035120771281965654 + - - -0.06994090678984576 + - -0.03222290354848849 + - -0.9970305682597291 + - 0.5765179296024124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990389295711661 + - -0.02352303168081465 + - -0.03698491830249006 + - 0.025726142537258134 + - - -0.022129790655916085 + - -0.9990463334241511 + - 0.03763902279929844 + - -0.03049524463086269 + - - -0.03783503094783725 + - -0.036784380548055565 + - -0.9986067393027511 + - 0.5776363654385541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893601489217652 + - -0.019561359257743938 + - -0.14416604645162506 + - 0.06455629617924766 + - - -0.02334541388510289 + - -0.9994246765618515 + - -0.024602998389880244 + - -0.03281051956582311 + - - -0.14360183625579404 + - 0.02770684217352602 + - -0.9892476148673477 + - 0.5762016087347923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998052039338264 + - -0.019721746831325507 + - -0.0007790306545652746 + - -0.034862920020018964 + - - -0.019736912640488893 + - -0.9991992493085727 + - -0.034803943176119956 + - 0.03740398360049398 + - - -9.201228917871156e-05 + - 0.03481253916487534 + - -0.9993938556198116 + - 0.5806130966018969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974302071488108 + - -0.03914953229081697 + - -0.06000246652005653 + - 0.04850818725869365 + - - -0.03693146123266802 + - -0.9986086717466659 + - 0.03764024287356004 + - 0.035133937578788146 + - - -0.06139258129693004 + - -0.035327536480356615 + - -0.9974883037549512 + - 0.5763950445645657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993216961513145 + - -0.032322724207413285 + - 0.017646220588880206 + - -0.04286024452353392 + - - -0.03290215476011065 + - -0.9988937118945833 + - 0.033597627142465045 + - -0.023619037932302443 + - - 0.01654073194878776 + - -0.034155436423413996 + - -0.9992796457195181 + - 0.5793578553004431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985669668592769 + - -0.024538296539225173 + - -0.04755927565067391 + - 0.02570022371690141 + - - -0.02241009979703288 + - -0.9987456456244272 + - 0.04477636400303557 + - -0.030483261622794248 + - - -0.0485983551630172 + - -0.04364638987589195 + - -0.9978643156893878 + - 0.5775353764357263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908962945537497 + - -0.021301248210939042 + - -0.13293152471970104 + - 0.06456478582363298 + - - -0.023229609770241456 + - -0.9996459897402774 + - -0.0129722945581983 + - -0.0328172912820091 + - - -0.13260813952986 + - 0.015942146054980327 + - -0.9910403267827158 + - 0.576194912055662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997848285575303 + - -0.019978800566677463 + - -0.005580691185412307 + - -0.034868392301525455 + - - -0.020159325757611247 + - -0.9992041095448125 + - -0.03442018381352576 + - 0.03743332857832967 + - - -0.0048885755786856775 + - 0.03452528054448389 + - -0.99939186850411 + - 0.5805689800224341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978945328063672 + - -0.039165807111987 + - -0.05169662414924882 + - 0.04850177104004912 + - - -0.03781649674256135 + - -0.9989245620447583 + - 0.02682595604648348 + - 0.03509751043262406 + - - -0.052691687857592054 + - -0.024814489657348286 + - -0.9983024727675294 + - 0.5764048119866912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994481282000603 + - -0.030743688401672097 + - 0.012580328328645989 + - -0.04286871863412189 + - - -0.03127418555292303 + - -0.9985240232824188 + - 0.04440383143257362 + - -0.02361181434044911 + - - 0.011196622499529968 + - -0.04477276573266348 + - -0.9989344498480622 + - 0.5792975626992898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990477277897678 + - -0.021851798361907492 + - -0.037764222571800746 + - 0.025720177506781915 + - - -0.020417579333442754 + - -0.9990708216079065 + - 0.03795544579986205 + - -0.030492596526154776 + - - -0.03855852762054769 + - -0.03714824787327433 + - -0.998565595055068 + - 0.5775968188874091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9925551903230183 + - -0.021648956091472958 + - -0.11985623414318607 + - 0.06455650438727498 + - - -0.023270022151408887 + - -0.9996554806935449 + - -0.01214191041109387 + - -0.03282243701694183 + - - -0.11955208167116833 + - 0.014840573422464701 + - -0.9927170075850333 + - 0.576220350417274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999813834869309 + - -0.019237635400475135 + - -0.0014862665052443073 + - -0.034849014820013624 + - - -0.019275366189946484 + - -0.9993016188307162 + - -0.03201148013685959 + - 0.03740850109833249 + - - -0.0008694033412020514 + - 0.032034169046620736 + - -0.9994863961812196 + - 0.5805054221572679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973820164743988 + - -0.03882210204079081 + - -0.06100784872945769 + - 0.04848715494214757 + - - -0.036971934435770126 + - -0.9988301064764489 + - 0.031168805885410975 + - 0.03511920679058842 + - - -0.06214651460491635 + - -0.028831628281797417 + - -0.99765051392413 + - 0.5763545339539591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989458493237273 + - -0.02295195930070509 + - -0.039754215916754 + - 0.02572946546299546 + - - -0.021676155672073972 + - -0.9992453566448443 + - 0.03223137445097321 + - -0.030484156605324435 + - - -0.040463988856477506 + - -0.031335679152965715 + - -0.9986895117191559 + - 0.577638959319226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919746669443765 + - -0.019722543423515662 + - -0.12488907646988494 + - 0.06456783694111766 + - - -0.023542371000454435 + - -0.9992967784952416 + - -0.029183989732552068 + - -0.03280856702802649 + - - -0.12422566928083016 + - 0.0318899634672146 + - -0.9917414044607546 + - 0.576265223788402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999795180898133 + - -0.02022965373026743 + - 0.0005977983129628039 + - -0.03486478135009301 + - - -0.020201849339157828 + - -0.9993263844515984 + - -0.03063760144291496 + - 0.037419427769324325 + - - 0.001217183695040495 + - 0.030619249645450385 + - -0.9995303797359052 + - 0.5804375962742558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973634349171349 + - -0.03945729531722869 + - -0.060904027260461846 + - 0.048480946561029255 + - - -0.03732518843384404 + - -0.9986632246865264 + - 0.03575743233350984 + - 0.03515477945364533 + - - -0.062233503827698086 + - -0.03338990124208969 + - -0.9975029350815817 + - 0.5765061855091425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987557497068321 + - -0.0233400156865843 + - -0.044070353927484214 + - 0.025711422078227457 + - - -0.021930876139730663 + - -0.9992410673934459 + - 0.03219201618648937 + - -0.03048296153265328 + - - -0.044788269661681694 + - -0.031185459787493916 + - -0.9985096283955179 + - 0.5776041546711626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896801875142525 + - -0.01941061374969432 + - -0.1419730767279985 + - 0.0645569644115225 + - - -0.022377525993035864 + - -0.9995626854826657 + - -0.01933091102645909 + - -0.03281516972460367 + - - -0.1415357649931104 + - 0.022308425864279426 + - -0.9896817475144589 + - 0.5761562127743793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997851477218728 + - -0.01904034902193467 + - -0.008192893498391654 + - -0.03487415115525705 + - - -0.019231072641215426 + - -0.9995301619040556 + - -0.023866740228214868 + - 0.03743141911289942 + - - -0.0077346131009490325 + - 0.024019170534714675 + - -0.9996815769068685 + - 0.5806101339040262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974915537067485 + - -0.039314579087802226 + - -0.058863946137223705 + - 0.048488694941825436 + - - -0.037296683743227504 + - -0.9986912640649048 + - 0.034995949225581795 + - 0.03513728354317428 + - - -0.06016275978921429 + - -0.03271273378350965 + - -0.9976524040881943 + - 0.5765185948351375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993872947672353 + - -0.0323447475063533 + - 0.01337356970211791 + - -0.04287105144125632 + - - -0.032891259284312385 + - -0.9985380694810921 + - 0.04289392567329568 + - -0.023621671153553563 + - - 0.011966625276964606 + - -0.043307517889211014 + - -0.9989901194575235 + - 0.5793720372816146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985890152363182 + - -0.022287393101665467 + - -0.04820011159833829 + - 0.02571563680321104 + - - -0.020818191950406257 + - -0.9993096212734288 + - 0.030771475659646698 + - -0.030488947112996802 + - - -0.04885265124101732 + - -0.029724618401049716 + - -0.9983635938512759 + - 0.577589496167776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989384449780156 + - -0.019372812363433814 + - -0.14402466689546245 + - 0.06455386011935235 + - - -0.023431803708225923 + - -0.9993730966548212 + - -0.02653986167130995 + - -0.03282893134324305 + - - -0.14342022558968764 + - 0.029632884160747552 + - -0.9892181412954973 + - 0.5761293838170888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997614290386039 + - -0.021561151220021342 + - -0.0034931024542685886 + - -0.034918600494498436 + - - -0.021643088161206435 + - -0.9994425599858912 + - -0.02541940250469718 + - 0.03745425665004022 + - - -0.002943083677860831 + - 0.02548893969777738 + - -0.9996707719102071 + - 0.58070333708854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973092312725808 + - -0.03907164409910257 + - -0.06202986253319568 + - 0.04850157359538592 + - - -0.037039409527137655 + - -0.9987494109839772 + - 0.03358118820172415 + - 0.03512929759300781 + - - -0.06326436090228901 + - -0.031193279509402285 + - -0.9975091979290583 + - 0.5765513250822194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982744569079295 + - -0.02138043388622566 + - -0.054689905211245934 + - 0.025732840316077303 + - - -0.019820206296233413 + - -0.9993853897803413 + - 0.028913701180775502 + - -0.0304961941234492 + - - -0.05527447971309256 + - -0.027779844139828484 + - -0.9980846718350177 + - 0.5775616517953909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881542009809945 + - -0.019679031868224277 + - -0.1521972758900162 + - 0.06453467179243401 + - - -0.023269685552928347 + - -0.9994904884515369 + - -0.021846858565398145 + - -0.032801746890747795 + - - -0.15168980459437653 + - 0.02512964782160876 + - -0.9881086498874919 + - 0.5760567587466284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998024431331439 + - -0.019767541104687186 + - 0.0020782260875488994 + - -0.034862111401965185 + - - -0.019690836573218972 + - -0.9992923117486568 + - -0.03204912846042383 + - 0.037436966203575714 + - - 0.0027102878155739335 + - 0.03200187492476759 + - -0.9994841341118212 + - 0.5806745664768225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968602359246094 + - -0.03842388058821104 + - -0.0692334849106619 + - 0.04848485435198843 + - - -0.036693582250245216 + - -0.9989858424936072 + - 0.026093438236142175 + - 0.03512791231969512 + - - -0.07016588240716738 + - -0.02347108642312443 + - -0.9972591724562592 + - 0.5765394588298254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990158383328566 + - -0.021755901017203462 + - -0.03865275580122906 + - 0.02573392925605112 + - - -0.02124730848335528 + - -0.9996828242782205 + - 0.013520455810883045 + - -0.030508031887436796 + - - -0.038934645783838075 + - -0.012685882470311154 + - -0.99916122910351 + - 0.5776912416124375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893445076983713 + - -0.017781511095535964 + - -0.14450350497557665 + - 0.06455227182309307 + - - -0.023496911541843763 + - -0.9990036551638767 + - -0.037941957213749405 + - -0.032803557218643316 + - - -0.14368486432140978 + - 0.040933053054647076 + - -0.9887765900002713 + - 0.576115720914637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997796264240807 + - -0.020371029180981697 + - -0.005071465018429328 + - -0.034894401225979074 + - - -0.020480725443134114 + - -0.9995345623959301 + - -0.022609698390276607 + - 0.03746318887757692 + - - -0.004608521742220506 + - 0.022708583092828798 + - -0.9997315048458097 + - 0.5806264063887165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971394509219113 + - -0.04046985580629714 + - -0.06383655838284881 + - 0.04850425742978854 + - - -0.0381898379231847 + - -0.9986021463776409 + - 0.03654161366674673 + - 0.0351321333324906 + - - -0.06522615805449707 + - -0.03399917676924552 + - -0.99729113316246 + - 0.576487445251874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987919154198266 + - -0.021929379788736943 + - -0.04397512926729493 + - 0.02573430463098708 + - - -0.02028905215875751 + - -0.9990941287423161 + - 0.03740690143718821 + - -0.03047978640111985 + - - -0.04475560360997471 + - -0.03646949704497762 + - -0.9983320648615837 + - 0.5775909242672912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902460605720566 + - -0.02124216735896747 + - -0.13770079828169646 + - 0.06455426012796657 + - - -0.024057606273621548 + - -0.9995335252509527 + - -0.018813917183457717 + - -0.032824317194200876 + - - -0.13723691595888565 + - 0.021943158963472365 + - -0.9902951714881766 + - 0.5761165965585793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997395127600772 + - -0.021236535473704254 + - 0.008361589999371036 + - -0.03490854524454441 + - - -0.020890088498680712 + - -0.9989994832434903 + - -0.03954284615145117 + - 0.037408798530377235 + - - 0.009192977143492122 + - 0.03935787138952194 + - -0.999182889730867 + - 0.5805788552638971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970352929407853 + - -0.0402362820035678 + - -0.06558708898107794 + - 0.0485076468692384 + - - -0.03760297555679391 + - -0.9984553323928389 + - 0.04090190026858818 + - 0.03513628241773838 + - - -0.06713151912296957 + - -0.03831436841232986 + - -0.9970082087492598 + - 0.5764293409697754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988079738154688 + - -0.024671234986292017 + - -0.042118423604035296 + - 0.02568682789820516 + - - -0.022792720215515695 + - -0.9987487623991681 + - 0.04451293644894336 + - -0.030490883826389654 + - - -0.04316391256379591 + - -0.0434998824180205 + - -0.998120552279034 + - 0.5775863791144729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902539147403087 + - -0.022560787442703293 + - -0.1374343305417482 + - 0.06455938949183847 + - - -0.023538830008271994 + - -0.9997078206935907 + - -0.005495154766969542 + - -0.03278677726879059 + - - -0.13727020005571133 + - 0.008676641864018333 + - -0.9904956375787973 + - 0.5761521543053033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998079657376107 + - -0.019562823747003303 + - -0.001152204263299906 + - -0.03488738336324737 + - - -0.019586305292868884 + - -0.9994647396487789 + - -0.026203260174508563 + - 0.03745285970094567 + - - -0.0006389777736504716 + - 0.026220795675229492 + - -0.9996559716130157 + - 0.580614414643333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969832580101099 + - -0.04001950568321256 + - -0.06650430371350317 + - 0.04846931776304836 + - - -0.038166897517448624 + - -0.9988534301885733 + - 0.02889832061581046 + - 0.035108568735916904 + - - -0.06758454839265503 + - -0.026272878894268884 + - -0.9973675674760879 + - 0.5764154520185111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987972534630496 + - -0.024115681652305366 + - -0.04269051853882065 + - 0.02569146890846139 + - - -0.02221309759048516 + - -0.998762676121769 + - 0.04449376452400363 + - -0.030500404099991406 + - - -0.04371069400163202 + - -0.04349196114831525 + - -0.998097101761832 + - 0.5775512887866769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909605359008073 + - -0.021528329046495945 + - -0.1324150570579139 + - 0.06457054366972108 + - - -0.024455505402880516 + - -0.9994903102723687 + - -0.02051945240825093 + - -0.03282540773966989 + - - -0.131905816940249 + - 0.023572244698174 + - -0.9909819396624822 + - 0.5761613677309877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997780425502111 + - -0.020661553136908983 + - -0.004118963029568806 + - -0.034858639084626844 + - - -0.02080688847570051 + - -0.9990193374753856 + - -0.03908243521330503 + - 0.03741582769230249 + - - -0.0033074199050059302 + - 0.03915946338004531 + - -0.9992275003228042 + - 0.5806575329167655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978089865496049 + - -0.03880345539214117 + - -0.0535865487830694 + - 0.04851179318544291 + - - -0.037315313107670625 + - -0.9988971100557728 + - 0.028497910974337334 + - 0.03514790627033085 + - - -0.054633266134532635 + - -0.0264358728218847 + - -0.9981564761396972 + - 0.5765793805207543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989442896045581 + - -0.021785920652011757 + - -0.04044354000071041 + - 0.025719819213868376 + - - -0.02101521148864338 + - -0.9995912119497242 + - 0.01938478472850707 + - -0.030495870419068365 + - - -0.04084932254679883 + - -0.018514390463291445 + - -0.9989937688460533 + - 0.5777430818681689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903375925596644 + - -0.020983572333758693 + - -0.13708078806033383 + - 0.0645754019844024 + - - -0.023513897286101836 + - -0.9995812411534325 + - -0.01686531851410446 + - -0.03282193988416377 + - - -0.1366694896366665 + - 0.019925662505358734 + - -0.990416285496243 + - 0.5762323759780201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998040836473728 + - -0.01978516000035925 + - -0.0005846073871898548 + - -0.034883448031507225 + - - -0.019793699124104697 + - -0.9992711318129098 + - -0.03264068933603419 + - 0.03743810497920423 + - - 6.161997557206221e-05 + - 0.03264586603396 + - -0.9994669797616489 + - 0.580692997088456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971544661662871 + - -0.03940953164808561 + - -0.0642639822910581 + - 0.04848957605228429 + - - -0.036940980470037646 + - -0.9985499124339242 + - 0.039159115670744545 + - 0.035139573883568496 + - - -0.06571403629772858 + - -0.036673712567464344 + - -0.9971643316123877 + - 0.5763498185147132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993302152254464 + - -0.03297332927832021 + - 0.01587074332746825 + - -0.04284056025897386 + - - -0.03370248103139978 + - -0.9982733886949552 + - 0.04810804710044866 + - -0.023605361828210762 + - - 0.014257058244639548 + - -0.04861070848891549 + - -0.99871604338291 + - 0.5792171858309846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988829092518279 + - -0.021911399445493134 + - -0.04186674311365158 + - 0.025717654143473996 + - - -0.0202562734611986 + - -0.9990119918512284 + - 0.03955658634041985 + - -0.030476653695246013 + - - -0.04269211859429783 + - -0.03866433384634982 + - -0.9983398480969039 + - 0.5776230607254271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902657900220007 + - -0.020864351199876664 + - -0.1376166558273786 + - 0.06455838296343056 + - - -0.02278918460451793 + - -0.9996630666689246 + - -0.012426029258907468 + - -0.03281306094014349 + - - -0.13731102715064136 + - 0.015441243055215036 + - -0.9904076180218659 + - 0.5761716649564121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997872656631394 + - -0.020370199057968018 + - -0.003237036941719617 + - -0.03487874203021289 + - - -0.020490092556635864 + - -0.9988746844383137 + - -0.04277289907498425 + - 0.037426374711888186 + - - -0.0023621017852315427 + - 0.04283012699720901 + - -0.9990795767588077 + - 0.5807662839484354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976849028834609 + - -0.03909873295598596 + - -0.05564282199579484 + - 0.04849181078994643 + - - -0.03728472113541612 + - -0.9987505536014608 + - 0.033274333210886485 + - 0.03511163738377905 + - - -0.0568742835407486 + - -0.03112267279671439 + - -0.9978961344296883 + - 0.5763931789004124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987036380571997 + - -0.021573489971425205 + - -0.046104531900527455 + - 0.02572544863084236 + - - -0.020477293641834655 + - -0.9994993795682524 + - 0.024117849982614452 + - -0.030505872646350008 + - - -0.04660175722459418 + - -0.023142488481808388 + - -0.9986454332997516 + - 0.5776592484864501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906178962062429 + - -0.02101195677108922 + - -0.13503585223401723 + - 0.06455472612147611 + - - -0.02303577504194717 + - -0.999644267893124 + - -0.01344212545088283 + - -0.032815387356485065 + - - -0.13470537028691268 + - 0.01642666554935438 + - -0.9907495283242863 + - 0.5761688971546185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997593404421985 + - -0.020001956124759544 + - -0.00901015814308671 + - -0.034861486129000294 + - - -0.020302405309390106 + - -0.9991953631501986 + - -0.034589573541694375 + - 0.03742351141520586 + - - -0.008311049105467129 + - 0.03476417711274394 + - -0.9993609850561711 + - 0.5806672221861131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971762339281665 + - -0.03953920236198762 + - -0.06384520315118751 + - 0.04847738201025246 + - - -0.037511636418484186 + - -0.9987626513839256 + - 0.03265031904528967 + - 0.03509224241869305 + - - -0.06505717194934053 + - -0.030163184134463436 + - -0.9974255594784129 + - 0.5764598188920897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988821188307376 + - -0.02280112074701581 + - -0.04140798923995312 + - 0.025714691614509285 + - - -0.021174171695839357 + - -0.9990025695865474 + - 0.03931310738762934 + - -0.030480065176288776 + - - -0.04226307056061099 + - -0.03839238013142928 + - -0.9983685982715168 + - 0.5775710095118997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917731083003315 + - -0.021475686883756256 + - -0.12619388465836925 + - 0.06454467428391839 + - - -0.023680271326238712 + - -0.9995916102660983 + - -0.015995544240349813 + - -0.032803756399363865 + - - -0.12579883307175252 + - 0.018852256058629457 + - -0.9918766284368665 + - 0.5760619074960864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997729640417554 + - -0.021278427104218275 + - 0.0011175469266713426 + - -0.034918307095652835 + - - -0.021213164756088858 + - -0.998901291497773 + - -0.04178769537928532 + - 0.037422066801915815 + - - 0.0020054954983427732 + - 0.04175450136274391 + - -0.9991258877657782 + - 0.5805861517748219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962055257412001 + - -0.041114078229932446 + - -0.07670842883283452 + - 0.04847689375310472 + - - -0.03875770632666346 + - -0.9987374329450931 + - 0.031959039950252344 + - 0.03512375434384467 + - - -0.07792554576642471 + - -0.028864729438342392 + - -0.9965412368344102 + - 0.5764075137090622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992221839963977 + - -0.02176883973032086 + - -0.032880763772529006 + - 0.02572210104764571 + - - -0.021239418880343645 + - -0.9996404619516588 + - 0.016365632120378126 + - -0.03048559336161863 + - - -0.03322520270960816 + - -0.015654534354935457 + - -0.9993252831080757 + - 0.5777585733164714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.992665240935245 + - -0.021796434077543874 + - -0.11891440156883991 + - 0.06456758955119726 + - - -0.024200927315983268 + - -0.9995300681848773 + - -0.018813769196552158 + - -0.03281689059311224 + - - -0.11844844682822366 + - 0.021553613521586676 + - -0.9927262498736213 + - 0.5762403239152868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999800086165325 + - -0.019992286621711226 + - 0.0003101281090314987 + - -0.034896653684061724 + - - -0.01995965884457802 + - -0.998846026030394 + - -0.04368327256624678 + - 0.03743306118381583 + - - 0.0011830987349851741 + - 0.04366834962446253 + - -0.9990453821115727 + - 0.5805843360310369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974259873467455 + - -0.03760084217675631 + - -0.06105388139150947 + - 0.04848159125678137 + - - -0.036705994869780476 + - -0.9992025664993015 + - 0.01571308505126647 + - 0.0350875649379305 + - - -0.061596020212262834 + - -0.013431595914385914 + - -0.9980107827700074 + - 0.5764923422420997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993445779589069 + - -0.03186618647747681 + - 0.01717441886984838 + - -0.04285486425322817 + - - -0.032420789092724514 + - -0.9989279083813462 + - 0.03304430800415599 + - -0.023608615858855802 + - - 0.01610301023844316 + - -0.03357945824832685 + - -0.9993063159237057 + - 0.57937804756153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.999087110497307 + - -0.022291592695195782 + - -0.03644215324666449 + - 0.025738841039541778 + - - -0.021459837782003895 + - -0.9995037784787238 + - 0.023058017458685603 + - -0.03049213552969889 + - - -0.03693806979948957 + - -0.02225492533949431 + - -0.99906971593459 + - 0.5776315335493609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919516451079474 + - -0.02263690098901804 + - -0.12457730323477904 + - 0.06456237845553664 + - - -0.02412863270092411 + - -0.9996539463430866 + - -0.010478389412374566 + - -0.03283630643932512 + - - -0.12429699453977393 + - 0.013399935608310279 + - -0.9921545740831277 + - 0.5762134411383618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997512947022156 + - -0.019821006584876216 + - 0.010221371689061235 + - -0.03488840799888661 + - - -0.01951199939424098 + - -0.9993745172356299 + - -0.029493324324195054 + - 0.03742121364921449 + - - 0.01079956577288126 + - 0.02928654977998108 + - -0.9995127149672001 + - 0.5805839493854464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970299987529864 + - -0.03987092262613946 + - -0.0658899925296727 + - 0.04850110221125371 + - - -0.03798200415753661 + - -0.9988376620912701 + - 0.02967645781124998 + - 0.035136079292812546 + - - -0.06699663384675977 + - -0.027085684724341537 + - -0.9973854905382458 + - 0.5765812361737037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9991853924169678 + - -0.03367987249099331 + - 0.022231009188532415 + - -0.04286328623706452 + - - -0.03431357142406343 + - -0.9989970057649694 + - 0.028767364994931748 + - -0.02364671480692604 + - - 0.02123983042954624 + - -0.029506756202882737 + - -0.9993388919389198 + - 0.5793897090832025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982682503892827 + - -0.021990621308860214 + - -0.05456109272339278 + - 0.025704506372891674 + - - -0.018868780312208875 + - -0.9981908808818262 + - 0.05708707781884113 + - -0.030475035264468566 + - - -0.05571776551738199 + - -0.05595871602185961 + - -0.9968772004148434 + - 0.5774448720655884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899848878565731 + - -0.018404794259637782 + - -0.13996851561643658 + - 0.06456139549215027 + - - -0.02282412504979227 + - -0.9992882493815572 + - -0.030034213218505953 + - -0.03280895893736367 + - - -0.13931611942384736 + - 0.03292807610844638 + - -0.98970033882609 + - 0.5761835643628331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998093495116559 + - -0.019367841377435295 + - 0.002480191415586578 + - -0.03487593883525145 + - - -0.019296355382595234 + - -0.9994710975179381 + - -0.026175864746694075 + - 0.03744151655107838 + - - 0.002985849632522056 + - 0.026123015650325265 + - -0.9996542766153231 + - 0.580506115670381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969917490618451 + - -0.03995055735988155 + - -0.06641841061962936 + - 0.048471420918854584 + - - -0.03775596955306987 + - -0.9987092420165693 + - 0.033975530515314295 + - 0.03510061558090633 + - - -0.06769002190655976 + - -0.031365632104649266 + - -0.9972132460296369 + - 0.5764286524891598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994730996536014 + - -0.03203137921478498 + - 0.005245361228820875 + - -0.04288472199875747 + - - -0.03218804837849676 + - -0.9989316379228239 + - 0.03315889471030797 + - -0.02361881534549758 + - - 0.004177632152993907 + - -0.0333102612181949 + - -0.9994363280805694 + - 0.5794550278091746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989669195094559 + - -0.02515104842489301 + - -0.03784862598453005 + - 0.02571416399671512 + - - -0.023464907760970304 + - -0.9987403122473318 + - 0.04435297956024897 + - -0.030491595135520872 + - - -0.038916472470630126 + - -0.04341904484476132 + - -0.998298700147011 + - 0.5775801128916109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910221063673995 + - -0.02272487358800915 + - -0.13175266529194643 + - 0.06453770336539576 + - - -0.023687749710031656 + - -0.9997028967517235 + - -0.005745323305699453 + - -0.03281504122870115 + - - -0.13158295940127487 + - 0.008814666563241185 + - -0.9912659715982288 + - 0.5761513321619885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997964209940624 + - -0.019520422623422577 + - -0.005105846459338191 + - -0.03486326752787044 + - - -0.019668246436909547 + - -0.99933477892404 + - -0.03071090547244709 + - 0.03742025332377615 + - - -0.004502960088692674 + - 0.030805076423270853 + - -0.999515267825858 + - 0.5805854672721564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978852128233788 + - -0.03859258434844333 + - -0.052304057794287505 + - 0.04851569645165553 + - - -0.036744130371591535 + - -0.9986813379545099 + - 0.03585323004451281 + - 0.03511293048713702 + - - -0.053618755223106086 + - -0.033855540974817674 + - -0.9979873904181487 + - 0.5764557362864284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986755114745948 + - -0.023059719840000634 + - -0.04599426161878585 + - 0.025734418641857652 + - - -0.020860087793693024 + - -0.9986417709798827 + - 0.04774379531836949 + - -0.03047120620364117 + - - -0.047032749422036293 + - -0.046721114873937056 + - -0.9978001091935899 + - 0.5775150277051121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896150205039439 + - -0.017853239774921734 + - -0.14263019674149585 + - 0.06454665789897904 + - - -0.023759305492395678 + - -0.9989246352110204 + - -0.03981291964989609 + - -0.032829249404842165 + - - -0.14176602764942553 + - 0.042788257712475485 + - -0.98897500393409 + - 0.576181973858219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997872941757716 + - -0.020191656494746687 + - -0.004202786300456276 + - -0.03492356560897754 + - - -0.020311946108877602 + - -0.9993168279287375 + - -0.03087559333383091 + - 0.03743697234200384 + - - -0.003576485699566116 + - 0.030954392684144297 + - -0.999514399257758 + - 0.5806840466536819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970036150709314 + - -0.0405729778669668 + - -0.06586064836076833 + - 0.048499094612270616 + - - -0.03840979918725576 + - -0.9986907493611 + - 0.0337857139477442 + - 0.03511392246626124 + - - -0.06714520728904513 + - -0.031154784665773774 + - -0.9972566873832133 + - 0.5764768423118922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993408919683533 + - -0.03237811475823993 + - 0.016414607049769554 + - -0.04286537606112247 + - - -0.03275518002116118 + - -0.9991929905172747 + - 0.023247922120639596 + - -0.023637943545386623 + - - 0.015648636415912485 + - -0.023770262637342606 + - -0.9995949653697116 + - 0.579381818965458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990177417188485 + - -0.022934828319800298 + - -0.03791497568129813 + - 0.02572613484851768 + - - -0.021394513263592953 + - -0.9989486837902376 + - 0.04054382759393989 + - -0.03049472551496283 + - - -0.03880498077806621 + - -0.03969283063343382 + - -0.9984581376618253 + - 0.5776125191324035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905470399451113 + - -0.020190176291816565 + - -0.13567946947598025 + - 0.06455595323425695 + - - -0.0231028712129861 + - -0.9995344749107739 + - -0.01992713744018825 + - -0.032822207078829733 + - - -0.1352139748609376 + - 0.022873352315507724 + - -0.9905523664885955 + - 0.5761175097294491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997787669919849 + - -0.020994278854491177 + - -0.0012873722718533633 + - -0.034907774387802244 + - - -0.021024602519392387 + - -0.9992733733929732 + - -0.03179137173400727 + - 0.037407650959827246 + - - -0.0006189999095569486 + - 0.03181140492351983 + - -0.999493697506845 + - 0.5804796073537093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997347238401905 + - -0.0381009390119862 + - -0.062022612799677884 + - 0.048499788454744425 + - - -0.0364145640181344 + - -0.9989417077672509 + - 0.028097046293456232 + - 0.03512790701127434 + - - -0.06302749859754114 + - -0.02576398512366322 + - -0.9976791826489534 + - 0.5764496466952287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989552668695834 + - -0.022484149780007893 + - -0.039784894145764076 + - 0.025738098289655138 + - - -0.02079120763426228 + - -0.9988815454846901 + - 0.04246626632078167 + - -0.0304787863085782 + - - -0.040695214443819745 + - -0.04159472441053952 + - -0.9983054534673165 + - 0.577588917190234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899019310829142 + - -0.019296149081280124 + - -0.1404344169673167 + - 0.06455851106752811 + - - -0.023252998261527335 + - -0.9993759536466549 + - -0.026589496886722925 + - -0.03281632451490289 + - - -0.13983370448560165 + - 0.02958651556828978 + - -0.989732879713694 + - 0.5761986430890491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997763264526744 + - -0.019495141801475727 + - -0.008199787249410296 + - -0.03485036416174197 + - - -0.01973137559124421 + - -0.9993614177594674 + - -0.02978975513602865 + - 0.03743177559101943 + - - -0.007613795510288559 + - 0.029944885037809826 + - -0.9995225530111864 + - 0.5807246658260483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976961305403311 + - -0.04013500880229483 + - -0.0546956321225962 + - 0.04850963634851939 + - - -0.03780388158376055 + - -0.9983592272448755 + - 0.04300837025760854 + - 0.03511961234385691 + - - -0.056332030338446616 + - -0.040841577386950344 + - -0.9975763970315724 + - 0.5765020657337769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994773818309569 + - -0.03229594676587508 + - 0.001391053856413636 + - -0.042890323421202456 + - - -0.03232484955934738 + - -0.9988647585505717 + - 0.03498997323053284 + - -0.02362229750293041 + - - 0.0002594403616247654 + - -0.03501665244142576 + - -0.9993866952999199 + - 0.579446981814447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988181168610413 + - -0.02476512781847896 + - -0.04182173925481356 + - 0.02570100863289223 + - - -0.022798689355204464 + - -0.9986412922465371 + - 0.04685924864795633 + - -0.030482542135470844 + - - -0.04292539101566927 + - -0.045850385650510174 + - -0.9980256273973385 + - 0.5775496738200565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906095835122545 + - -0.022080539066068498 + - -0.13492628672067408 + - 0.06455437604453418 + - - -0.023815127709672913 + - -0.9996530203998275 + - -0.011255154271475205 + - -0.03282107902813594 + - - -0.13463095017806898 + - 0.014362750434877022 + - -0.9907917130527971 + - 0.576249179090581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998106756062861 + - -0.019014254327961066 + - 0.004131715872785903 + - -0.03484783253570965 + - - -0.01890591844118492 + - -0.999512560618721 + - -0.024843659418505422 + - 0.03740976791456387 + - - 0.00460208557037796 + - 0.02476084202443534 + - -0.9996828104507167 + - 0.5805461933144163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966068199336129 + - -0.039508940398139784 + - -0.07220727172818185 + - 0.04848500881453313 + - - -0.037341746856321516 + - -0.9988178261455977 + - 0.031121441411063676 + - 0.03509635134730747 + - - -0.07335148535326093 + - -0.028319495094371032 + - -0.9969039902588771 + - 0.576523653490141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994245732511111 + - -0.03225412241366954 + - 0.010497331525601106 + - -0.042883268748710325 + - - -0.0325864977736989 + - -0.9989172390339637 + - 0.03320345951263872 + - -0.02362927729649214 + - - 0.009415016977099674 + - -0.03352642462426828 + - -0.999393484222923 + - 0.5793161790361051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984925470627403 + - -0.02154748657308537 + - -0.05048107846058923 + - 0.02571610724837624 + - - -0.01955375945360798 + - -0.9990218519077546 + - 0.039660936726601675 + - -0.03048604061409321 + - - -0.051286293991590945 + - -0.03861405486586161 + - -0.9979372078519895 + - 0.5774852533107804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913625242799539 + - -0.025009162884231703 + - -0.1287434939137039 + - 0.06456409948194801 + - - -0.025286886540864327 + - -0.9996800988475122 + - -0.0005228166960800943 + - -0.03283097186167228 + - - -0.12868923351371472 + - 0.0037738230030319557 + - -0.9916777901302389 + - 0.5762193178256936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997847160028702 + - -0.01986891403184777 + - -0.005978954946738483 + - -0.034908355827126404 + - - -0.020081268170664704 + - -0.9990818241948076 + - -0.03784509522030135 + - 0.03744724396357732 + - - -0.005221524271506791 + - 0.03795701277459635 + - -0.9992657308571687 + - 0.5806614047945717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976807326955395 + - -0.04001476205219704 + - -0.055063367368854046 + - 0.04850769661919106 + - - -0.03761148953510118 + - -0.9983227997757929 + - 0.044010945261075685 + - 0.03515675186966749 + - - -0.05673210257907162 + - -0.04183785684913219 + - -0.9975124371511512 + - 0.5765520880578869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977667102719356 + - -0.02333454757765126 + - -0.06258666601174333 + - 0.025714115786029623 + - - -0.02113067306078625 + - -0.9991410270657831 + - 0.035646916976512774 + - -0.030476704560199276 + - - -0.06336471043978138 + - -0.03424480870553319 + - -0.9974027303690342 + - 0.5774794520798442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904559343465361 + - -0.021702223618098846 + - -0.1361104537049241 + - 0.06455613907228755 + - - -0.02352041217338358 + - -0.999654138515521 + - -0.011764079223876301 + - -0.0328162422359153 + - - -0.13580807166337502 + - 0.014853176051657134 + - -0.9906238190313486 + - 0.576218732689868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998212201089821 + - -0.018898788484791748 + - -0.000603003808851726 + - -0.03490304531385588 + - - -0.018907644583758612 + - -0.9995586313360482 + - -0.02291382765711383 + - 0.037472827315165186 + - - -0.0001696940795974898 + - 0.022921132507202912 + - -0.999737261928606 + - 0.5806779602462524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967812025147655 + - -0.03923158067854936 + - -0.06991507270024404 + - 0.0484964525764752 + - - -0.03774030100764918 + - -0.999033676704597 + - 0.02252515238455751 + - 0.03515106834080431 + - - -0.07073120946986537 + - -0.019814032592028692 + - -0.99729860128217 + - 0.5763976289342214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992523347274023 + - -0.033152132825009804 + - 0.01989240133790839 + - -0.042869637142191615 + - - -0.03351942726594421 + - -0.9992682390374346 + - 0.01842374681728322 + - -0.023624694429844488 + - - 0.0192670583535367 + - -0.019076753921387798 + - -0.9996323613820353 + - 0.5794521418687728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985122094349959 + - -0.022978872068355954 + - -0.04945036954067169 + - 0.025727799276763812 + - - -0.021504644418206532 + - -0.9993143110136494 + - 0.030140638210937692 + - -0.030481568994197968 + - - -0.0501090598364144 + - -0.029032382640463202 + - -0.9983216930832112 + - 0.5776371252533545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910303154772907 + - -0.02154322042021309 + - -0.1318893606736634 + - 0.06457479423421944 + - - -0.024115410813992794 + - -0.9995482650059201 + - -0.0179363565120688 + - -0.03280144537851228 + - - -0.13144337475222523 + - 0.020956039167308958 + - -0.9911021560142854 + - 0.5761995249880473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99977864363532 + - -0.021038710612887087 + - 0.0001907523712720186 + - -0.03487341041688829 + - - -0.0210139074470436 + - -0.9989655960578849 + - -0.04032559468280482 + - 0.03742945585558769 + - - 0.0010389535730913157 + - 0.04031265990308705 + - -0.9991865741827255 + - 0.5806114761502765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974918808989213 + - -0.039404073379118554 + - -0.058798524997360754 + - 0.04850745681594156 + - - -0.03721582701807863 + - -0.9985898644722032 + - 0.037858483761871786 + - 0.03513302072325763 + - - -0.06020738958045488 + - -0.035575294440390814 + - -0.9975517373376618 + - 0.576589921367693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985630602478178 + - -0.023510259510115376 + - -0.048156852121789426 + - 0.02568645120086525 + - - -0.021764062896637505 + - -0.9990977422994928 + - 0.036469533837002216 + - -0.030497317919059384 + - - -0.04897081043585119 + - -0.03536904055560558 + - -0.9981737778039617 + - 0.5775833872777704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916822802755392 + - -0.022311417082831235 + - -0.1267614123275015 + - 0.06455481870399997 + - - -0.02402207384006194 + - -0.9996396177390842 + - -0.011982262510905999 + - -0.03281135533009679 + - - -0.12644838850665324 + - 0.014927669416677149 + - -0.9918608620819035 + - 0.5761712590452062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999790521505256 + - -0.01975085169762943 + - -0.005368143577289663 + - -0.034872495550205905 + - - -0.01993181024720053 + - -0.9991509968328974 + - -0.03605563018584349 + - 0.037434206132947 + - - -0.004651456601725914 + - 0.03615507412586739 + - -0.9993353664143166 + - 0.5806445913547613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970125176670293 + - -0.03949787380607205 + - -0.06637738756573096 + - 0.048490810386803904 + - - -0.03736850597593259 + - -0.9987558224606676 + - 0.03302123350275906 + - 0.03510224039945656 + - - -0.06759907082481488 + - -0.03044215934713986 + - -0.9972480336194736 + - 0.5764298234497159 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994282269721495 + - -0.03291434904133847 + - 0.007737231965662201 + - -0.04288275054497188 + - - -0.033082355439168 + - -0.9991949463782309 + - 0.022693983581571837 + - -0.023645546480038023 + - - 0.006984045382303517 + - -0.02293697363186874 + - -0.9997125178523617 + - 0.5794271416692585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990058292596469 + - -0.020777372119713026 + - -0.03944177877637144 + - 0.025718511825917285 + - - -0.019825962530461316 + - -0.9995065979154554 + - 0.02436168986778125 + - -0.030493740443936188 + - - -0.03992849001635295 + - -0.02355549896037406 + - -0.9989248491021447 + - 0.5776572489308955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991598249289053 + - -0.022637736718989807 + - -0.12735951037565538 + - 0.06456614535640082 + - - -0.023769532148096895 + - -0.9996902715304647 + - -0.0073736252146440265 + - -0.03281217638964975 + - - -0.1271531413231524 + - 0.010338949829994656 + - -0.9918292114916091 + - 0.5761612232963694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997915082763129 + - -0.02033874201298623 + - 0.001809848586104079 + - -0.0348488486270654 + - - -0.020252537878519147 + - -0.9990310357705224 + - -0.03907459886878502 + - 0.037426807689084976 + - - 0.0026028230932165154 + - 0.039029798111270025 + - -0.9992346572108771 + - 0.580464706215666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997324601936053 + - -0.03979090443641782 + - -0.061321466854808625 + - 0.04849535525756245 + - - -0.038254549021060666 + - -0.9989289886083501 + - 0.02602816161571745 + - 0.035124733483516205 + - - -0.06229147495676109 + - -0.023612700862682037 + - -0.997778639030562 + - 0.5764297804795591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989256230552419 + - -0.023956297097203556 + - -0.039669830262899525 + - 0.025703153566573052 + - - -0.022742348708732176 + - -0.999267576531464 + - 0.03077492596489007 + - -0.030502152018331247 + - - -0.0403780284177815 + - -0.02983967698090168 + - -0.998738808947949 + - 0.5775943338390713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911825598158692 + - -0.020845520998859543 + - -0.13085334298804543 + - 0.0645754773586668 + - - -0.023805945949412897 + - -0.999493895412673 + - -0.021100473223467787 + - -0.03283965951259181 + - - -0.13034726715322645 + - 0.024029508673436402 + - -0.991177165121654 + - 0.576291731759951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997834742778563 + - -0.01978831648297157 + - -0.006436388091852043 + - -0.03487323396889833 + - - -0.019938186175341824 + - -0.9995102326536912 + - -0.02411977513579619 + - 0.037453666135243646 + - - -0.00595594601525124 + - 0.024242882488139064 + - -0.9996883561169099 + - 0.5805433787008203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997097970780065 + - -0.038618870577039534 + - -0.06560655075242502 + - 0.04851804458251489 + - - -0.03650745503148372 + - -0.998785622141034 + - 0.03308302784619978 + - 0.03515970238136484 + - - -0.06680450878047711 + - -0.030591891731341275 + - -0.9972969937620877 + - 0.5766386267073751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985548705440757 + - -0.02332853007624697 + - -0.04841435941108852 + - 0.025751166651975375 + - - -0.021543590471843396 + - -0.999080496758341 + - 0.03706797413788657 + - -0.0304977814035305 + - - -0.049234583600208444 + - -0.03597138698447934 + - -0.9981392764019087 + - 0.577573881756559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912040399654458 + - -0.02223222157802173 + - -0.13046179318055012 + - 0.06455253985872919 + - - -0.024012970604575676 + - -0.9996385127766884 + - -0.012092188236813626 + - -0.03281866578107905 + - - -0.130145796700941 + - 0.015118601037017088 + - -0.9913795940525308 + - 0.5761416093807221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997525129370878 + - -0.02105464804725287 + - -0.007184335152575644 + - -0.034902257814099176 + - - -0.021312927080210285 + - -0.9990504733410558 + - -0.03799882703828865 + - 0.03742801973457975 + - - -0.00637746150532188 + - 0.03814254203141747 + - -0.999251957452238 + - 0.5806460153126116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970363651813712 + - -0.03864442546851292 + - -0.06652138668224016 + - 0.048504117556594666 + - - -0.036520279825223365 + - -0.998792601610068 + - 0.03285739080449257 + - 0.035119322343468554 + - - -0.067710823857098 + - -0.030330633841057785 + - -0.9972438503111426 + - 0.5763390297619307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986064113811254 + - -0.02193742167246337 + - -0.04799984040468375 + - 0.02572732672813333 + - - -0.020294413005857277 + - -0.9992002385856373 + - 0.03445315676616654 + - -0.030478214486065292 + - - -0.04871726541235938 + - -0.03343101465362502 + - -0.9982529716008722 + - 0.5775692562051054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914643874795073 + - -0.019576998369270383 + - -0.128899610141905 + - 0.06456774770262462 + - - -0.02165473732937833 + - -0.9996568847401551 + - -0.014737202679065503 + - -0.03278716325806009 + - - -0.1285668725258616 + - 0.017402698826843255 + - -0.9915481356759545 + - 0.5761436747862962 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997857958352785 + - -0.02002338634836916 + - -0.005237026366435221 + - -0.034887707806458786 + - - -0.02019275250035579 + - -0.999197879670371 + - -0.03458106430828968 + - 0.03743757331155276 + - - -0.004540395630137218 + - 0.03467940687754961 + - -0.9993881746079164 + - 0.5806366671636547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969260820282241 + - -0.04037922431511122 + - -0.06714093546834654 + - 0.04847335154744278 + - - -0.038017221492409686 + - -0.9986250334496696 + - 0.03609339880980574 + - 0.03514850405765961 + - - -0.06850604237475558 + - -0.03342993884763409 + - -0.9970904479267625 + - 0.5764481889942945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998969647655403 + - -0.023712669212418255 + - -0.03869563776528767 + - 0.025697961899162326 + - - -0.022523658819093476 + - -0.9992693123059518 + - 0.03087922079638823 + - -0.030501976177676055 + - - -0.0393995920872412 + - -0.029975836976028774 + - -0.9987738088981641 + - 0.5776605956828088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896417486365278 + - -0.019135215773819256 + - -0.14227808289727886 + - 0.06454905110074768 + - - -0.022609442477964682 + - -0.999483394342618 + - -0.02284201270016439 + - -0.03278425123927721 + - - -0.1417674943930067 + - 0.02582223752210958 + - -0.9895631306707423 + - 0.5761046352723529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998065824396175 + - -0.01920354138986268 + - 0.004245198287470085 + - -0.03488925530001322 + - - -0.019079207068101102 + - -0.9994366953860387 + - -0.027609342141530862 + - 0.037436248315322884 + - - 0.0047730040922493375 + - 0.02752300699275829 + - -0.9996097751212786 + - 0.58067404319109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976459659432464 + - -0.03889816944858159 + - -0.056475295932967816 + - 0.04852817842473916 + - - -0.03705319374735879 + - -0.9987564237356432 + - 0.03335666170210705 + - 0.03512906146870708 + - - -0.057702577674550636 + - -0.031185548902296998 + - -0.997846618508764 + - 0.5765771373702514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994372124967512 + - -0.03226800575912391 + - 0.009167010475224875 + - -0.04288754663559841 + - - -0.03258861534867783 + - -0.998772847876263 + - 0.03729316954611556 + - -0.023617446255137793 + - - 0.007952384949161841 + - -0.037570921594612866 + - -0.9992623206266471 + - 0.5793812718259581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983935650573873 + - -0.021296244754613808 + - -0.05250484940795675 + - 0.02571429629160439 + - - -0.020205187441907066 + - -0.9995705510459705 + - 0.021224134425037827 + - -0.030498225250257825 + - - -0.05293429561671747 + - -0.020129168909973866 + - -0.9983951006022392 + - 0.5776113551569942 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9932690596753729 + - -0.02199411836014461 + - -0.11372261801928582 + - 0.06454358415777664 + - - -0.024374114797051934 + - -0.9995111437759306 + - -0.01957998967292879 + - -0.03281818309780562 + - - -0.11323637939929276 + - 0.02222008607750685 + - -0.9933195810791453 + - 0.5762481919878739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997954467391491 + - -0.01987772839595243 + - 0.003733710417536926 + - -0.03486103182615486 + - - -0.019716547970049892 + - -0.9990393927196314 + - -0.03913501667989096 + - 0.037414548361556416 + - - 0.0045080390204609916 + - 0.039053395604061986 + - -0.9992269561395866 + - 0.5804574857585932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969919936732928 + - -0.039508814579953255 + - -0.06667846820255793 + - 0.04848289925773116 + - - -0.0372624118156986 + - -0.9987061856122704 + - 0.03460444314631754 + - 0.035092875149436216 + - - -0.06795937916895609 + - -0.03201575222099756 + - -0.9971742648066555 + - 0.5763674334191274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989671063909482 + - -0.02295403402466159 + - -0.03921520968821286 + - 0.02572025074823975 + - - -0.02142633338089627 + - -0.999011700647323 + - 0.038942704163863875 + - -0.03049055696033344 + - - -0.04007034547825257 + - -0.03806224233723243 + - -0.9984716486318054 + - 0.5775971899756275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893765921952568 + - -0.02264951268970005 + - -0.14359999439770102 + - 0.06453878172700282 + - - -0.022775567444461874 + - -0.9997403095599152 + - 0.0007661387782672491 + - -0.032797685685649836 + - - -0.14358005552194017 + - 0.0025125715838384983 + - -0.9896355160564685 + - 0.5760100290652815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997862606603328 + - -0.020414076444323383 + - -0.0032708527564600885 + - -0.03485631390417935 + - - -0.02050934476113819 + - -0.9992654903963226 + - -0.03237045690852439 + - 0.037432119554376524 + - - -0.00260763730182996 + - 0.0324306211152852 + - -0.99947058738203 + - 0.5804283179756671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997607225439907 + - -0.039014909475367676 + - -0.05707591951707423 + - 0.04850741060795143 + - - -0.036702110388366474 + - -0.9984838552736011 + - 0.04102372302714669 + - 0.035113446497463466 + - - -0.05858992100294069 + - -0.03883075580769386 + - -0.9975266380203959 + - 0.5763990885046497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990519160453153 + - -0.02251739133080398 + - -0.03725904096779232 + - 0.025723056421522346 + - - -0.020988081833685883 + - -0.998941169041839 + - 0.040939482339996405 + - -0.030489130846241785 + - - -0.03814144028647446 + - -0.040118672472800085 + - -0.9984666857997286 + - 0.5776018977229098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9934697671890326 + - -0.022445173342707608 + - -0.11186615160532332 + - 0.06457174366826397 + - - -0.024080735961188638 + - -0.9996216635209095 + - -0.013290898211066512 + - -0.03283460053090507 + - - -0.11152551204516789 + - 0.01589792481128347 + - -0.9936343976281004 + - 0.5762340715859353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997619214372189 + - -0.020451799376950783 + - -0.007604232137773557 + - -0.034869940262693314 + - - -0.020671758450573292 + - -0.999334019707833 + - -0.030069842985066545 + - 0.03745500278036587 + - - -0.006984185473005743 + - 0.030219876850019745 + - -0.9995188743572826 + - 0.5805895190346766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975338883548607 + - -0.04044520625364199 + - -0.05736137092794022 + - 0.048485671903053355 + - - -0.03857236360893127 + - -0.9986977912237683 + - 0.033390036992897665 + - 0.03516678766227434 + - - -0.058637141380295646 + - -0.031095129777298558 + - -0.9977949581727101 + - 0.5764714976301886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984794793070685 + - -0.021429799980062017 + - -0.05078871011848779 + - 0.025723906112710616 + - - -0.019307132627609816 + - -0.9989343040203028 + - 0.04192243887434599 + - -0.030480021443232905 + - - -0.051632974274054125 + - -0.04087811057629652 + - -0.9978291517305591 + - 0.5776050363898446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9921696717282775 + - -0.022217758820034995 + - -0.12290530377333986 + - 0.0645596770525383 + - - -0.02305810621524447 + - -0.9997194395356288 + - -0.005419036107505824 + - -0.03280705859775419 + - - -0.12275042256696592 + - 0.008210566824690292 + - -0.9924036075871794 + - 0.5761648761873838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998094502412769 + - -0.01949980809041626 + - 0.0009059208974571927 + - -0.034872503485225845 + - - -0.01945720047999541 + - -0.9992205397096793 + - -0.034347203259931285 + - 0.037451968076362495 + - - 0.0015749786401026329 + - 0.03432303172411646 + - -0.9994095501522632 + - 0.5805280623373545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971062149147969 + - -0.03851281155120236 + - -0.06554356966711873 + - 0.048487631031585834 + - - -0.03688167595740697 + - -0.9989835001014005 + - 0.025917339827370805 + - 0.03511249021386157 + - - -0.06647509425987828 + - -0.02342498391837582 + - -0.9975130735842832 + - 0.5762872243927796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993478361867548 + - -0.031864785831200455 + - 0.01698639846414688 + - -0.0428585403816158 + - - -0.032455990020565685 + - -0.9988337258040709 + - 0.03574628523557403 + - -0.0236273852415433 + - - 0.015827539942643805 + - -0.03627428318092315 + - -0.9992165257635975 + - 0.5793362241217046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983922091982992 + - -0.023889550378078137 + - -0.051403171058532794 + - 0.02568484398837784 + - - -0.02267364238783658 + - -0.9994521827114593 + - 0.024108928100759475 + - -0.03049485161308624 + - - -0.051950962965165694 + - -0.022904668869738246 + - -0.9983869358074348 + - 0.5776200041398911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916346104406523 + - -0.021684870902817142 + - -0.12724215398264763 + - 0.06454671921763411 + - - -0.023531545837580742 + - -0.9996382075313404 + - -0.013027677998135393 + - -0.03280792546441087 + - - -0.1269136152140876 + - 0.01591290097554243 + - -0.9917861230405643 + - 0.5761968435557853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998005464453501 + - -0.01938901339279296 + - -0.004788892067426893 + - -0.03485848652674126 + - - -0.019513065455779445 + - -0.999434613632097 + - -0.027380528676027083 + - 0.03741592775694262 + - - -0.004255303055933373 + - 0.027468513496626816 + - -0.9996136119332245 + - 0.5805801848564941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996849960935167 + - -0.04010667436426041 + - -0.06842229209106623 + - 0.04848985095424059 + - - -0.038246357749751325 + - -0.9988679195166339 + - 0.028285959050187742 + - 0.0351058376361386 + - - -0.06947928829826946 + - -0.025579953712820486 + - -0.9972553807654364 + - 0.576334024443231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991639653219969 + - -0.023719793363957208 + - -0.03329777477241355 + - 0.02570452365963612 + - - -0.023124535695959805 + - -0.9995678314542557 + - 0.0181495501509957 + - -0.03051723892171599 + - - -0.03371388810074402 + - -0.017364380916358602 + - -0.9992806672924892 + - 0.5777180059654207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915759725598041 + - -0.02246574048326729 + - -0.12756324371313651 + - 0.06457229046222819 + - - -0.024179685192911398 + - -0.9996367619839466 + - -0.011903231251320685 + - -0.03282439618338847 + - - -0.1272494929893643 + - 0.014887397179802838 + - -0.9917590090032764 + - 0.5761881778585431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997905164531664 + - -0.020427296716223693 + - -0.001284040177803169 + - -0.03485824171641332 + - - -0.020456743231141137 + - -0.9993355553168283 + - -0.03016570131757845 + - 0.037415863683503185 + - - -0.000666983272666894 + - 0.030185649379689507 + - -0.9995440869240536 + - 0.5804476131684579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977521755782636 + - -0.03946595838642545 + - -0.05415749493359944 + - 0.048523609599755206 + - - -0.03790111617386597 + - -0.9988422995961685 + - 0.029623739301672475 + - 0.03511361788372365 + - - -0.05526392604237442 + - -0.02750452082984311 + - -0.9980928813553899 + - 0.5763897646401114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989280682853534 + - -0.02669728036077726 + - -0.03781493901926068 + - 0.02571814357813826 + - - -0.02495725090488627 + - -0.9986405617830224 + - 0.04576203654733191 + - -0.0305070369032313 + - - -0.03898525386556949 + - -0.04476922584797334 + - -0.9982363780177567 + - 0.57753793646036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913512653855134 + - -0.021469175225599924 + - -0.1294671507899737 + - 0.06457490711723902 + - - -0.024350763193342128 + - -0.9994888263637324 + - -0.020715364007209 + - -0.03284381159919482 + - - -0.1289562288159943 + - 0.02368882625167153 + - -0.9913673035562428 + - 0.5762773447977955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998101155103393 + - -0.019476281176826406 + - 0.0006382748022884335 + - -0.03485282859742661 + - - -0.019454241668135877 + - -0.9994980883695731 + - -0.025002076447480738 + - 0.037438779165292486 + - - 0.001124901915637401 + - 0.024984911788699646 + - -0.9996871954659567 + - 0.5805539480336754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974184197259798 + - -0.03934152272424326 + - -0.06007279401748464 + - 0.048468962408476146 + - - -0.03766457481585327 + - -0.9988754130112847 + - 0.02879737983701074 + - 0.035146729353380916 + - - -0.0611381697082132 + - -0.026460420844611154 + - -0.9977785176748678 + - 0.5764427090818359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990321803372347 + - -0.023566690982866536 + - -0.03713911316589432 + - 0.02568520560345498 + - - -0.02205301317002156 + - -0.9989299407840587 + - 0.04065265077802585 + - -0.030498170919924 + - - -0.03805742057409938 + - -0.03979427699148895 + - -0.9984828732922619 + - 0.5776062822451262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882899007506621 + - -0.022398572431396334 + - -0.15093500597039058 + - 0.0645409096811726 + - - -0.023777556723426276 + - -0.9996903466516757 + - -0.007337479657039882 + - -0.03280692627767446 + - - -0.15072391937085036 + - 0.010840422708027594 + - -0.9885164568002909 + - 0.5759980308247277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999793256332877 + - -0.01949563387166734 + - 0.0057762315781216675 + - -0.03485605775678133 + - - -0.019263718481314453 + - -0.9990996107138237 + - -0.0378004897026423 + - 0.037429325339866266 + - - 0.006507975228506696 + - 0.037681402991778315 + - -0.999268611599002 + - 0.5806216785350251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975837167249648 + - -0.0394750070093205 + - -0.05717037647959944 + - 0.04852597607201945 + - - -0.03773927546855282 + - -0.998802650333755 + - 0.031128970001828283 + - 0.03510511975090115 + - - -0.0583307398574176 + - -0.028896185005639317 + - -0.9978790183583406 + - 0.5764295389107227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988361154731473 + - -0.02180359851083972 + - -0.04302345312142684 + - 0.025723028512151594 + - - -0.02017671652374983 + - -0.9990781056157968 + - 0.037892466130760145 + - -0.030493645027484823 + - - -0.04380998215970585 + - -0.0369802916582424 + - -0.9983552190939041 + - 0.577665268172867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909669159299175 + - -0.02029697451222075 + - -0.13256170019277164 + - 0.06456322014072438 + - - -0.02366631000758983 + - -0.9994344022607063 + - -0.02389103071049168 + - -0.032788421050150104 + - - -0.13200180795342414 + - 0.026812467313458196 + - -0.990886781773575 + - 0.5762209727769253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998001007191804 + - -0.019976991856564597 + - 0.0008236493669303796 + - -0.03488437959398267 + - - -0.019947626345372345 + - -0.9994392530016273 + - -0.02689371232714627 + - 0.03742701856737311 + - - 0.0013604429801723536 + - 0.026871906443582373 + - -0.9996379593827885 + - 0.5806322141109702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974686071551391 + - -0.039306932173083765 + - -0.05925658463940793 + - 0.04849277618658144 + - - -0.03733061595712139 + - -0.9987210509456648 + - 0.03409820391530207 + - 0.03510740508885293 + - - -0.06052109427504296 + - -0.03179980316178387 + - -0.997660247612695 + - 0.5762899632740336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993725522097824 + - -0.032932095725590145 + - 0.013037597969967722 + - -0.042849293419068964 + - - -0.03324361547212062 + - -0.9991482779970711 + - 0.024445461865739197 + - -0.023645289770984516 + - - 0.012221453270692573 + - -0.024863540508304395 + - -0.9996161465449346 + - 0.579390145073002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987397993755212 + - -0.023819610735452162 + - -0.04417509805031813 + - 0.025695741572455844 + - - -0.021820446229736057 + - -0.998739693341447 + - 0.04519837464521034 + - -0.030507469559055395 + - - -0.0451960315700271 + - -0.04417749527355673 + - -0.9980008354914724 + - 0.5775894063726387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902189499808883 + - -0.02041423718973138 + - -0.1380206144701156 + - 0.06455203101532861 + - - -0.024847570664638028 + - -0.9992266577846209 + - -0.030474326976038087 + - -0.032832121524192334 + - - -0.13729176716326696 + - 0.03360573303080965 + - -0.9899604160655363 + - 0.5762036541124842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998231904487972 + - -0.018703261954381913 + - -0.0019431502911540033 + - -0.03486029072390674 + - - -0.01875431101418789 + - -0.9993485101977109 + - -0.030835547408782804 + - 0.03741295238103485 + - - -0.0013651590278617738 + - 0.03086653783439198 + - -0.9995225826277999 + - 0.5805362860012957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975319436672093 + - -0.038515202509877 + - -0.058707755357725676 + - 0.048492282278318755 + - - -0.03661844572862376 + - -0.9987826770653402 + - 0.03304925758036209 + - 0.03515774530209563 + - - -0.05990918790919502 + - -0.030817903397480653 + - -0.9977279920069624 + - 0.5764367518395046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981471782638147 + - -0.024043261181369957 + - -0.05589393630572878 + - 0.025695610932469887 + - - -0.02207001444814706 + - -0.9991203727141492 + - 0.0356566303763815 + - -0.030487643997682647 + - - -0.05670207215122758 + - -0.03435698501474977 + - -0.9977998158921723 + - 0.5775065879486351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887778063544362 + - -0.021806900176300388 + - -0.14779346658634793 + - 0.06456790556206848 + - - -0.022607598764487563 + - -0.9997374207188919 + - -0.00373979844934115 + - -0.03282171013856587 + - - -0.14767310567267491 + - 0.007039085099544118 + - -0.989011175438351 + - 0.5762106718000525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998128612658671 + - -0.019134498034405947 + - 0.0028484087366758663 + - -0.034862193750261165 + - - -0.019080919797648855 + - -0.9996598624940048 + - -0.017778577506162834 + - 0.03745234482199457 + - - 0.0031876240423783257 + - 0.017720900187018215 + - -0.9998378912351371 + - 0.5805404942578908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977732407724738 + - -0.03918672088267391 + - -0.05397185289443424 + - 0.04849732723633367 + - - -0.03739153078505523 + - -0.9987262169101325 + - 0.03387944925653037 + - 0.03511897484172086 + - - -0.05523072898256285 + - -0.03178591768124618 + - -0.9979675455711055 + - 0.576347148426588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992177563910278 + - -0.03275885600447223 + - 0.022152486681157966 + - -0.042848395837597295 + - - -0.03347904484283945 + - -0.9988957442336608 + - 0.03296127588994843 + - -0.02364383769044156 + - - 0.021048250979399028 + - -0.03367713623751885 + - -0.9992110996308783 + - 0.5794717787180961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988919714671735 + - -0.022733918239234895 + - -0.041206774927374366 + - 0.025720183043228165 + - - -0.020865402187594383 + - -0.9987590642735664 + - 0.0452213060729117 + - -0.030468570616333665 + - - -0.042183697443128866 + - -0.044311403643777884 + - -0.9981267630802938 + - 0.5775919261109062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911931840172611 + - -0.021942136957211044 + - -0.13059331752993725 + - 0.06456553993969989 + - - -0.023794896573312876 + - -0.9996369052437432 + - -0.01264359805503896 + - -0.03279604652481813 + - - -0.1302684722209843 + - 0.01563970269739918 + - -0.9913553978492011 + - 0.5761493145237724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997873290457703 + - -0.020094147617653373 + - -0.004639171374792065 + - -0.03485625114170392 + - - -0.020204984957428326 + - -0.9994775035773694 + - -0.025228524047605175 + - 0.0374419740858134 + - - -0.004129801737956667 + - 0.02531689306116477 + - -0.9996709456932995 + - 0.5804851450843452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971105177352432 + - -0.04049605255411707 + - -0.06427040648144067 + - 0.04845133456635464 + - - -0.038546014116334716 + - -0.9987665919157532 + - 0.03129695941675884 + - 0.03511728997763714 + - - -0.06545853815583377 + - -0.02872915941208712 + - -0.9974416349751878 + - 0.5763607977963274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987137664376721 + - -0.02320585336497332 + - -0.045081050314762824 + - 0.02569468582498935 + - - -0.02229981927778965 + - -0.999541170689796 + - 0.020497954928478116 + - -0.03049739724289196 + - - -0.04553603834389573 + - -0.019466290496017873 + - -0.9987730136253521 + - 0.5776347231686149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9917789782629827 + - -0.02407562823800933 + - -0.12567745382756362 + - 0.06455932346220103 + - - -0.024868775339658096 + - -0.9996794601746054 + - -0.0047456209408763324 + - -0.03283046148092591 + - - -0.1255229153929267 + - 0.007832051452463677 + - -0.9920598049922723 + - 0.5762112220326125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997998497522359 + - -0.019868848309525688 + - -0.0023429260038602606 + - -0.034867961660236924 + - - -0.019950811824237056 + - -0.9988885120897489 + - -0.042704865327995244 + - 0.037442184164774295 + - - -0.001491825378651696 + - 0.042743061214440235 + - -0.9990849839603531 + - 0.580590506646082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974084990412028 + - -0.03796736016841501 + - -0.06111272864319559 + - 0.048508757912901615 + - - -0.036125084881437064 + - -0.9988671647528902 + - 0.030973624599514353 + - 0.035148145756456015 + - - -0.062219484751032554 + - -0.028685653912095613 + - -0.9976501736465301 + - 0.5765484556824995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983293734151282 + - -0.026003434188388838 + - -0.0515973215096262 + - 0.025693667325106355 + - - -0.02300438435145511 + - -0.9980578751538429 + - 0.05789020766940263 + - -0.03046924687532048 + - - -0.05300245727481067 + - -0.05660653013395334 + - -0.9969886861288977 + - 0.5775503926404182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9918390540464943 + - -0.02187341642195433 + - -0.1256059095830569 + - 0.06455391590921458 + - - -0.02531841405335176 + - -0.9993439652412779 + - -0.02589627474488763 + - -0.03281073001570201 + - - -0.12495706773919724 + - 0.028865079072669168 + - -0.9917421733657141 + - 0.5761335861153122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997988237151902 + - -0.019924922869619974 + - -0.002304245291117356 + - -0.03487060310721636 + - - -0.01998092991316493 + - -0.9994199630699735 + - -0.027577161873894522 + - 0.037440949339227564 + - - -0.0017534359204522943 + - 0.02761765496658769 + - -0.9996170219622215 + - 0.5806825040871526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973787481916702 + - -0.03834799726952785 + - -0.06136011539292645 + - 0.04848615176943617 + - - -0.03665225549766722 + - -0.9989208231976328 + - 0.028527200162249744 + - 0.03510080954667413 + - - -0.06238785797373306 + - -0.026203436560489977 + - -0.9977079407771942 + - 0.5763977621931087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994149727253663 + - -0.03231140091512244 + - 0.011210961745429203 + - -0.04288930160397827 + - - -0.032558821507538915 + - -0.9992134239754336 + - 0.022637501835033 + - -0.023643221667266963 + - - 0.010470694074199344 + - -0.022989273981427208 + - -0.9996808780042818 + - 0.5794727056802155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989319153725873 + - -0.022438131677765896 + - -0.04039255744398133 + - 0.025702604514935418 + - - -0.021935997212402223 + - -0.9996770238434278 + - 0.012831992278827435 + - -0.03051452058735185 + - - -0.04066743754346437 + - -0.01193223559764237 + - -0.9991014869758179 + - 0.577727974761522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9937234090390328 + - -0.023326673630212184 + - -0.10940590763387802 + - 0.06457920998599517 + - - -0.02426033790623523 + - -0.99967967150604 + - -0.007210435649267964 + - -0.03281642135450285 + - - -0.10920266632513316 + - 0.009819402982183374 + - -0.9939710041005 + - 0.5762594157920724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997988541516947 + - -0.019906724435292913 + - 0.0024440865810564337 + - -0.03488473731657302 + - - -0.01983551743023213 + - -0.9994562755192324 + - -0.026338291013269084 + - 0.037443240582377135 + - - 0.002967066772646896 + - 0.026284513453400767 + - -0.9996500992183641 + - 0.5805636642297091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971429866823873 + - -0.03897065561515698 + - -0.06470820744738082 + - 0.048510825878724996 + - - -0.0371199548638314 + - -0.9988734877904775 + - 0.029561196528471646 + - 0.035139459084147485 + - - -0.06578733207111803 + - -0.02707477405653902 + - -0.9974662819106983 + - 0.5764886800578948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985385566178977 + - -0.024210152537337912 + - -0.048317900011944644 + - 0.025709086461441093 + - - -0.022412087364916736 + - -0.9990484797615782 + - 0.03741434786317846 + - -0.0305009736075313 + - - -0.04917773162105781 + - -0.036276763915741125 + - -0.998131027026216 + - 0.577622507087806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882106425752285 + - -0.020212006052081788 + - -0.1517603397215643 + - 0.06455354387448087 + - - -0.0237414292163715 + - -0.9994873347770669 + - -0.021480506488404924 + - -0.03280599382664931 + - - -0.15124837334602317 + - 0.024830272483100005 + - -0.9881838832568541 + - 0.5761181550970574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997744904902871 + - -0.020470550428317344 + - 0.005650197345987618 + - -0.03490076576188335 + - - -0.02034243717920857 + - -0.9995538525390271 + - -0.02186963932027343 + - 0.0374387656954874 + - - 0.006095360079342478 + - 0.021749768724071833 + - -0.9997448645259212 + - 0.5804894354781912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973811913608188 + - -0.03871747591802326 + - -0.0610877743759825 + - 0.04850678501517004 + - - -0.03658480980346817 + - -0.9986943775497751 + - 0.0356523763879815 + - 0.03513727550723409 + - - -0.06238838683054495 + - -0.033324125029826825 + - -0.9974954595784774 + - 0.5764464511568572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991574142080379 + - -0.02180269007085871 + - -0.034772177653712086 + - 0.02574064270883596 + - - -0.021255232798608987 + - -0.9996454542334302 + - 0.016036860949567133 + - -0.030495515964866063 + - - -0.03510949603432342 + - -0.015284257787439116 + - -0.9992665884297857 + - 0.5777093590299731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909334105384888 + - -0.019621840863506507 + - -0.13291335237547056 + - 0.06457892675022911 + - - -0.024449194427710787 + - -0.9990957020912079 + - -0.03478526922007236 + - -0.03281868284794161 + - - -0.13211060809183636 + - 0.03771950985901254 + - -0.9905170497298881 + - 0.5762653508147006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997809977565196 + - -0.02014459539965268 + - -0.005670255828657808 + - -0.034847482423101137 + - - -0.020299715768047233 + - -0.9993797262881156 + - -0.028776452596303063 + - 0.03742671311063318 + - - -0.005087048723437824 + - 0.028885255070278934 + - -0.9995697894468449 + - 0.5804997102773055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980635475930983 + - -0.0386586504932152 + - -0.04873052131798313 + - 0.04850513047976651 + - - -0.03752154244361756 + - -0.999006669899653 + - 0.024037623606691746 + - 0.03509671504385076 + - - -0.04961137791405095 + - -0.022162631568670058 + - -0.9985226732245093 + - 0.5765191929716068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985689705383118 + - -0.023728248707551185 + - -0.04792683268617695 + - 0.025701184320543205 + - - -0.02338540437331329 + - -0.9996968576471779 + - 0.007701666875109382 + - -0.03050297134596763 + - - -0.04809505110042844 + - -0.0065698572002086154 + - -0.9988211566822243 + - 0.5776916112245424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9933792532634036 + - -0.02149250871946569 + - -0.11285269715335275 + - 0.06459439951684265 + - - -0.0248588013592805 + - -0.9992844404342083 + - -0.02850696583418931 + - -0.03283654762869351 + - - -0.1121592581146224 + - 0.03112361121456657 + - -0.9932027092412417 + - 0.5763476192152299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998064395716607 + - -0.019670332066788473 + - -0.00040178031494010125 + - -0.034895899159386456 + - - -0.019673851023721847 + - -0.9997256092371959 + - -0.01271400099163191 + - 0.03744069537652351 + - - -0.0001515814487301274 + - 0.012719444630214459 + - -0.9999190931027193 + - 0.5806166427269969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976054172620386 + - -0.03808746240331745 + - -0.057730205760155445 + - 0.048487627366550365 + - - -0.0367585275362184 + - -0.9990381024853628 + - 0.023909839727927016 + - 0.03510434984382678 + - - -0.05858534034042201 + - -0.021730508280340868 + - -0.9980458621261227 + - 0.5762978750298522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9989120344207477 + - -0.02220234883415031 + - -0.04100979389913488 + - 0.025742409242191996 + - - -0.0209878177788374 + - -0.9993351427345925 + - 0.029812480616592207 + - -0.030479834909876373 + - - -0.04164443533396908 + - -0.02891933958234651 + - -0.9987138793487534 + - 0.5776059138011905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900673495712647 + - -0.02024894720519924 + - -0.13912808289490702 + - 0.06455077376235029 + - - -0.023872240441968586 + - -0.9994166348639509 + - -0.0244234742306951 + - -0.032810590698487976 + - - -0.13855237078163585 + - 0.027502183446003737 + - -0.9899731665335636 + - 0.5762192736290603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997914635507319 + - -0.019578971951108252 + - -0.005804590289004606 + - -0.03488478156797414 + - - -0.019740731034428412 + - -0.9993768833650282 + - -0.02926001595743967 + - 0.03743720076207449 + - - -0.0052280923205166386 + - 0.029368501033266672 + - -0.999554980077508 + - 0.5805005764595759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979522204787155 + - -0.03882513152039904 + - -0.05083281227735739 + - 0.048511699513275434 + - - -0.036834852380077485 + - -0.9985395423883907 + - 0.039521841264312595 + - 0.03514656827550642 + - - -0.052293013794762686 + - -0.03756849011082742 + - -0.9979248715504858 + - 0.576300982601104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988525473741708 + - -0.023612968762804814 + - -0.04166552904184287 + - 0.025745502595817746 + - - -0.02288261364763849 + - -0.9995775448077145 + - 0.017919763079767816 + - -0.030492730826220105 + - - -0.042071066028599224 + - -0.01694578479707875 + - -0.9989709033704781 + - 0.5776631643102002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890099550740673 + - -0.020397811051687573 + - -0.14643509848629588 + - 0.06454693060532386 + - - -0.02480311954015496 + - -0.9992911133192037 + - -0.028320948118717992 + - -0.03281212071998791 + - - -0.1457536072468476 + - 0.031641746879178236 + - -0.9888147884356128 + - 0.5761215368835573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998134657348664 + - -0.019103058219638515 + - 0.0028472621748152657 + - -0.03487396801556179 + - - -0.019044986630336207 + - -0.9996344372176679 + - -0.019190633464443545 + - 0.037442212794389335 + - - 0.0032128211100756194 + - 0.019132827683680388 + - -0.9998117886309108 + - 0.5806234037199989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997924737500588 + - -0.03882035207679025 + - -0.05137313061335307 + - 0.04848695745251965 + - - -0.037408582896124316 + - -0.9989031206060124 + - 0.028162982251074976 + - 0.0351236023033027 + - - -0.05241007737149777 + - -0.026182740654954677 + - -0.9982823487779944 + - 0.5763120490870468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998690191096549 + - -0.023762825232142907 + - -0.04531258483605929 + - 0.02570284690556928 + - - -0.022549613822408398 + - -0.9993783568175251 + - 0.027100089320205304 + - -0.030506346841029555 + - - -0.045928391262907146 + - -0.026042812092581125 + - -0.9986052046801634 + - 0.5776955103957866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905834867264649 + - -0.01903043937233927 + - -0.13558096548607138 + - 0.06456203096181423 + - - -0.023297010299691282 + - -0.999279808850102 + - -0.029951843609367902 + - -0.032813541266084705 + - - -0.13491332453073582 + - 0.03282843282582453 + - -0.9903134296081544 + - 0.5761828460033291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99979435602277 + - -0.01926302403596343 + - -0.00633889343690494 + - -0.03485021795065135 + - - -0.019405052020674086 + - -0.9995433317587649 + - -0.02316402151316707 + - 0.03742028894402592 + - - -0.005889789562410022 + - 0.023282264528551117 + - -0.9997115816761016 + - 0.5803641749047099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968439810544312 + - -0.03945861538692638 + - -0.06888465073802326 + - 0.04846107915992666 + - - -0.03784797549159538 + - -0.9989823186962746 + - 0.024532787925582472 + - 0.03508943651030024 + - - -0.06978257795997815 + - -0.021848217409221903 + - -0.9973229402802776 + - 0.5763144809476808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990112635989211 + - -0.021695743364165503 + - -0.0388045090468019 + - 0.02573106824250237 + - - -0.02107134625734593 + - -0.9996429936962296 + - 0.016428131997987365 + - -0.03049859721490657 + - - -0.03914707612823844 + - -0.015594225659407749 + - -0.9991117688010154 + - 0.5777121543365678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899876019697614 + - -0.021152839210421964 + - -0.13956040032723938 + - 0.06456091401641392 + - - -0.023036268143648043 + - -0.9996638785479622 + - -0.011893707431181056 + - -0.03280452705843815 + - - -0.13926190540192684 + - 0.014989573702498017 + - -0.9901421283755387 + - 0.5761030093419297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997992143154784 + - -0.019904917259804224 + - 0.0023076661440865555 + - -0.034875056078684845 + - - -0.019809768944920602 + - -0.9991644732022933 + - -0.03574812645067036 + - 0.03742560961925084 + - - 0.0030173015263766224 + - 0.03569523440551422 + - -0.999358167091376 + - 0.5805339444347408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974905228013872 + - -0.039458149244756706 + - -0.05878529900913877 + - 0.048517467670061466 + - - -0.037006860393907666 + - -0.998422734173611 + - 0.042220092006976746 + - 0.03511610001993986 + - - -0.06035850565745622 + - -0.03993868229511658 + - -0.9973774373081283 + - 0.5764954002419517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993446397251486 + - -0.032291385197313734 + - 0.016357184802144382 + - -0.04285619412088547 + - - -0.0327191169510915 + - -0.9991107099905062 + - 0.02659414537466673 + - -0.023632305560671245 + - - 0.015483876728829657 + - -0.027111909270776533 + - -0.9995124781297836 + - 0.579439603210975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986259465017857 + - -0.021912372056447242 + - -0.04760322388528419 + - 0.025739616904928275 + - - -0.01962391341197557 + - -0.9986535715656407 + - 0.048020266779654895 + - -0.030488369862025966 + - - -0.048591367503003524 + - -0.047020122820445424 + - -0.9977113746240135 + - 0.5775859914224852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899334465604791 + - -0.021994092573814336 + - -0.13981427420955825 + - 0.06455308461300266 + - - -0.023737874364468288 + - -0.9996596999034297 + - -0.010816547954063388 + - -0.03281778254189481 + - - -0.139528795241512 + - 0.01402655627159848 + - -0.990118665119294 + - 0.5761107323207593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998082921073627 + - -0.019566423976890915 + - -0.0007308119560851085 + - -0.03486701923705561 + - - -0.019577165252091522 + - -0.9996061383300522 + - -0.020107282600411166 + - 0.03743931324859016 + - - -0.0003370965008848605 + - 0.02011773510206966 + - -0.9997975610593937 + - 0.5805052647393041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976566008709463 + - -0.03907285797225883 + - -0.056165990675042195 + - 0.04852326187983913 + - - -0.03760280687611464 + - -0.9989280346069163 + - 0.026996492205491992 + - 0.03511072230592778 + - - -0.05716061278246467 + - -0.02482122974881087 + - -0.9980563966530599 + - 0.5764901371377107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986014023168064 + - -0.024532542303785574 + - -0.04683368081862351 + - 0.02568367358051159 + - - -0.02260675866451797 + - -0.9988944913725339 + - 0.04121564712936694 + - -0.030485557051972943 + - - -0.047793030387201584 + - -0.0400992453011428 + - -0.9980520411144342 + - 0.5775590208459389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907611876488647 + - -0.022248342258826603 + - -0.13378071727773438 + - 0.06455006513373376 + - - -0.02520625315608773 + - -0.9994729376747109 + - -0.02045706864913845 + - -0.032816851882604726 + - - -0.13325507063688874 + - 0.023640180257740343 + - -0.9907997921007756 + - 0.5760887756388179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999815906027676 + - -0.018959273770372292 + - -0.002949574911318252 + - -0.03487572021635481 + - - -0.019016216737612023 + - -0.9996058602777986 + - -0.020652060412222825 + - 0.03743558537074694 + - - -0.002556864299404493 + - 0.020704348248182312 + - -0.9997823725234268 + - 0.5803907802332078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964220174602842 + - -0.04116237819418565 + - -0.07381613469815282 + - 0.0484580810997595 + - - -0.03840508328543375 + - -0.9985244521415108 + - 0.03839229158743359 + - 0.03511564349087282 + - - -0.0752875334847404 + - -0.03542000983758272 + - -0.9965325936490433 + - 0.5763171397639693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9991393537597666 + - -0.023803518623818187 + - -0.033969755219040915 + - 0.025701637203321165 + - - -0.023453892906003193 + - -0.9996681490880457 + - 0.01065394792711076 + - -0.0305069418897589 + - - -0.0342120837726928 + - -0.009848055645933121 + - -0.9993660736306411 + - 0.5777527505097947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909812507229266 + - -0.021493275421713774 + - -0.13226564114414002 + - 0.06457642591640428 + - - -0.023782288370250898 + - -0.9995930767721067 + - -0.015750670752301237 + - -0.03279035218103231 + - - -0.1318732856779503 + - 0.018754199021006557 + - -0.9910891567077011 + - 0.5761049991473113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998032931980037 + - -0.01889188021010445 + - 0.006039186414881837 + - -0.03484902894191847 + - - -0.01875108604730091 + - -0.9995692516153579 + - -0.022576713604089603 + - 0.03740793790534991 + - - 0.006463101614035368 + - 0.022459031306835818 + - -0.9997268728159138 + - 0.5803883151841154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973497953013157 + - -0.03809355200374729 + - -0.061986023490472546 + - 0.04850087811541674 + - - -0.03678715482575889 + - -0.9990791086705191 + - 0.022082569097529717 + - 0.03510235688305262 + - - -0.06277014459318425 + - -0.019743756325971286 + - -0.9978326979177881 + - 0.576393954372605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999387859021036 + - -0.03303246406258334 + - 0.011522307030449697 + - -0.04285380512076959 + - - -0.033287383974799356 + - -0.9991884023498812 + - 0.022682298772519233 + - -0.023635478494957694 + - - 0.010763703334079819 + - -0.02305196146634158 + - -0.9996763224979822 + - 0.5794311197673818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992772281748475 + - -0.02303388266509796 + - -0.030240064493385236 + - 0.025740214980516124 + - - -0.02247155324699269 + - -0.9995705984756447 + - 0.018805529976822333 + - -0.030495044441309314 + - - -0.03066024373453628 + - -0.01811239665014243 + - -0.9993657441306095 + - 0.577704259701896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.99081539184829 + - -0.020613058971518248 + - -0.13364116535093548 + - 0.06454824117512467 + - - -0.02371186794349865 + - -0.9994846522800261 + - -0.02163740223099377 + - -0.03282573325410822 + - - -0.13312628063289925 + - 0.024607552834697805 + - -0.9907935515274303 + - 0.5760965363848911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998091290813511 + - -0.01910652400572805 + - -0.00407996887350274 + - -0.03488588531964706 + - - -0.019168442072514544 + - -0.9996927035612037 + - -0.01571843742247189 + - 0.0374474381266007 + - - -0.0037783904116525193 + - 0.015793643876890733 + - -0.9998681335951193 + - 0.5805293943071526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977264141371458 + - -0.03932760383915945 + - -0.054729718702938 + - 0.048519383902656796 + - - -0.03811100087477 + - -0.9990065095832535 + - 0.023098602178671098 + - 0.03512612882001252 + - - -0.055583757927616516 + - -0.020960281165942393 + - -0.9982339968504826 + - 0.5765154799634077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988555546484487 + - -0.0212685108923736 + - -0.0428396007493182 + - 0.025720211639400678 + - - -0.02079170350932427 + - -0.9997171680136918 + - 0.011545087434265352 + - -0.030514342700154542 + - - -0.043073031157794685 + - -0.010641166435380302 + - -0.9990152549204515 + - 0.5778221333786855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9915919600435913 + - -0.021403800377963772 + - -0.1276215581564849 + - 0.06455855141365133 + - - -0.022416393859197206 + - -0.9997275698273015 + - -0.006503184877295106 + - -0.032811540500249294 + - - -0.1274475973224216 + - 0.009309320951563102 + - -0.9918016164940262 + - 0.5761285657850939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998005940757184 + - -0.019184710303033765 + - 0.0055424702461256865 + - -0.03486989125525602 + - - -0.019034228807210216 + - -0.9994798074840856 + - -0.026034833690461553 + - 0.03747673368940056 + - - 0.006039057836723143 + - 0.025924145543564075 + - -0.9996456714547814 + - 0.5806425160653073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977683897751003 + - -0.03902212800889048 + - -0.05418038290065222 + - 0.04849909197225312 + - - -0.037644498138762424 + - -0.9989471742795769 + - 0.026218977072516143 + - 0.035137010845771366 + - - -0.05514646067957793 + - -0.024120873211933666 + - -0.9981868819765212 + - 0.5765020076964906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993700347562752 + - -0.03150950764481573 + - 0.016330479454766844 + - -0.04287699576007136 + - - -0.03197587615354306 + - -0.9990640379893571 + - 0.029130591147690375 + - -0.023628400044035016 + - - 0.015397304161915447 + - -0.029634421276311777 + - -0.9994422064832782 + - 0.5795010536624096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981396497079764 + - -0.021611467316605067 + - -0.057010386433187656 + - 0.025726806672450316 + - - -0.020222130353904567 + - -0.9994870048241752 + - 0.02483531017621013 + - -0.030488364363455662 + - - -0.05751786787414644 + - -0.023636236333692925 + - -0.9980646387920923 + - 0.5775628172293779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9910173284800122 + - -0.021850218884324025 + - -0.13193643388786364 + - 0.06454780960622335 + - - -0.023599465660359215 + - -0.9996529219890271 + - -0.01170900419958035 + - -0.032797754182022146 + - - -0.13163479734813666 + - 0.014717455401916255 + - -0.9911890216470357 + - 0.5760998258751466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998081699121175 + - -0.01954258945310693 + - 0.001307889310939419 + - -0.034858137171958 + - - -0.01950808007164637 + - -0.9995544709052231 + - -0.022589699097130482 + - 0.037438028614014913 + - - 0.001748767823523088 + - 0.022559851303764783 + - -0.9997439646830846 + - 0.5804977245895071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967128099296265 + - -0.039501059818453324 + - -0.070733590290663 + - 0.04851320098476446 + - - -0.03729208573901331 + - -0.9987828189222665 + - 0.03228282774053953 + - 0.03509755193141584 + - - -0.07192270061268893 + - -0.029538904835999604 + - -0.9969727068669771 + - 0.5765037620183527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993875905234482 + - -0.03092086077261225 + - 0.016381217195842165 + - -0.04289159889716225 + - - -0.03159768898603331 + - -0.9985834451179864 + - 0.042809919259870245 + - -0.023639888536501532 + - - 0.01503429274952884 + - -0.043301310665791966 + - -0.9989489308949419 + - 0.5794304149177869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981100025950561 + - -0.023811473148431586 + - -0.056651888461008326 + - 0.02569422968667743 + - - -0.02028531707663582 + - -0.9978685312666628 + - 0.062023384451462375 + - -0.03047333063884538 + - - -0.058008004885510014 + - -0.06075695889538151 + - -0.9964655856149713 + - 0.577477601802594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902299951656615 + - -0.021959038314837514 + - -0.13770387543748222 + - 0.06455070119960543 + - - -0.02440761198744996 + - -0.9995721482942348 + - -0.016117966109879284 + - -0.03282289585842411 + - - -0.13729102356412168 + - 0.019321516263912264 + - -0.990342291259936 + - 0.5760923641201957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998150087119422 + - -0.019177069218809205 + - -0.0014793142046195169 + - -0.0348399700019988 + - - -0.0192119846415788 + - -0.9993926284746157 + - -0.029073592773004243 + - 0.037409882470568485 + - - -0.0009208694102471609 + - 0.029096634973407916 + - -0.999576179104301 + - 0.5804997119764961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970025518406177 + - -0.03914274442962725 + - -0.06673647564723048 + - 0.048487340427415565 + - - -0.03661529694552624 + - -0.9985804264289883 + - 0.038684001634922804 + - 0.03510258533186347 + - - -0.06815593629969027 + - -0.036124472472503444 + - -0.9970204565783471 + - 0.5762586677319635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988499530305903 + - -0.021984440831703592 + - -0.042608164617886246 + - 0.025730239974212955 + - - -0.02108073555655358 + - -0.999545621267232 + - 0.021544224142400318 + - -0.03049555887619309 + - - -0.04306244209496515 + - -0.020621235821857303 + - -0.9988595450382387 + - 0.5777067754237613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897891927905853 + - -0.022349354705400015 + - -0.14077592187307392 + - 0.06453645268169515 + - - -0.024158095579856546 + - -0.9996459432494705 + - -0.011152334411725239 + - -0.0328234222620347 + - - -0.14047683173006187 + - 0.014439338251064327 + - -0.9899786690923978 + - 0.5761037411897845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997845987428471 + - -0.019505169333964397 + - 0.007092565534247936 + - -0.03487617517087254 + - - -0.019406323051335207 + - -0.9997171519337426 + - -0.013748118239044831 + - 0.03745989001247444 + - - 0.0073587187900777 + - 0.013607516259072272 + - -0.9998803352196847 + - 0.5805195648943657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971109465567206 + - -0.03980991902733558 + - -0.06469103959434923 + - 0.04848395191144128 + - - -0.03780060398174738 + - -0.9987730201885822 + - 0.03199325682068269 + - 0.035110138697634366 + - - -0.06588531395823942 + - -0.029455466223029646 + - -0.9973923505392495 + - 0.5762593738323663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992464628323026 + - -0.02194643164330652 + - -0.03201344491393205 + - 0.025720575370529762 + - - -0.020821651380361877 + - -0.9991684684717085 + - 0.035054677943119096 + - -0.03050626491784 + - - -0.032756149818413675 + - -0.034361690150904976 + - -0.9988725188426436 + - 0.5776162375883546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919385320835847 + - -0.02082148549394387 + - -0.12499765721680009 + - 0.06453316441764634 + - - -0.022786712743287457 + - -0.9996378884752755 + - -0.01431284901923574 + - -0.03279361464764727 + - - -0.12465437934632731 + - 0.01704575215465781 + - -0.9920537929181379 + - 0.5760816655085561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997856171825568 + - -0.02040714933401387 + - -0.0035025606280647543 + - -0.034885950108246105 + - - -0.020497660417709236 + - -0.999394527368887 + - -0.028114490614599964 + - 0.03745239591822817 + - - -0.0029267033150437755 + - 0.028180257649237535 + - -0.9995985731715143 + - 0.580595352446476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970329829687268 + - -0.038862841112828686 + - -0.06644479252072008 + - 0.04849030879828515 + - - -0.03731675723110224 + - -0.9990066765330806 + - 0.02435405247762471 + - 0.03508696545026438 + - - -0.0673252590209461 + - -0.021802289397376412 + - -0.9974928419165697 + - 0.5764107343650093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993865147840179 + - -0.03002789430720419 + - 0.018025527213636032 + - -0.04286814030247664 + - - -0.030780875266243703 + - -0.9985981759065072 + - 0.043060664115177484 + - -0.02360626723295153 + - - 0.016707237524441483 + - -0.043589088539123653 + - -0.9989098355580598 + - 0.5793378542538288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985328474024412 + - -0.023679454704603756 + - -0.048697392982229935 + - 0.025726338578211383 + - - -0.021240195600621927 + - -0.9985227489878914 + - 0.05001173706752839 + - -0.03047157837322255 + - - -0.04980970537174898 + - -0.04890402006539842 + - -0.9975607199926341 + - 0.5774977266051052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912438454462011 + - -0.02175737538235969 + - -0.13023922405135419 + - 0.06453912007441485 + - - -0.0235261083695488 + - -0.9996505103060147 + - -0.012057340913679174 + - -0.032795224943211125 + - - -0.1299313706924236 + - 0.015015787072129264 + - -0.9914092823090737 + - 0.576120509465655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997907484178599 + - -0.02035264126165772 + - 0.0020565436367820404 + - -0.034851452821437166 + - - -0.02028361654616355 + - -0.9993638989027008 + - -0.02933210646717866 + - 0.037420339596386486 + - - 0.0026522213074932754 + - 0.02928425453495396 + - -0.9995676055967747 + - 0.5805131343051112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972715302154748 + - -0.04013148024055925 + - -0.06195933598245637 + - 0.04848690934753014 + - - -0.03790314969301649 + - -0.998606131806703 + - 0.03673070597473222 + - 0.03512735490299552 + - - -0.0633470304357994 + - -0.034282033366692936 + - -0.997402574652387 + - 0.5764055695985385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.999030217127235 + - -0.021713325258349788 + - -0.038303482517059485 + - 0.02572887261126811 + - - -0.020246938579447763 + - -0.9990625032758826 + - 0.038264553130648526 + - -0.03047843484864966 + - - -0.039098423815668616 + - -0.03745191656448657 + - -0.9985332579342453 + - 0.5776038047680332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9916800743249969 + - -0.02109302000318436 + - -0.12698706506535914 + - 0.06456579455899376 + - - -0.025536328636636574 + - -0.9991136224317646 + - -0.03346438989493077 + - -0.032817988587831234 + - - -0.12616864153398097 + - 0.03642875208435659 + - -0.9913397096429898 + - 0.5762337601258629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997914980500785 + - -0.020135871133862265 + - 0.0033922146837099256 + - -0.0348796199677891 + - - -0.020002296488326615 + - -0.9991642996239525 + - -0.03564562374499179 + - 0.03742199129821333 + - - 0.004107135494838411 + - 0.03557033947907917 + - -0.9993587355836592 + - 0.5804222880552597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969781094625004 + - -0.04066136859044704 + - -0.06619140697197894 + - 0.04848660869516509 + - - -0.03857022068606947 + - -0.9987249519597386 + - 0.03257005387232685 + - 0.035116527889772924 + - - -0.06743135271375054 + - -0.029918613560293555 + - -0.997275232437778 + - 0.5764177869937779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990536056175988 + - -0.022460793400106458 + - -0.037247897421374465 + - 0.025724579061435653 + - - -0.021140583913531564 + - -0.9991472280997027 + - 0.035466777306019874 + - -0.03047659082524121 + - - -0.03801274541874647 + - -0.0346457694461764 + - -0.9986764750634768 + - 0.5775564737162526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896787805595392 + - -0.019451531973251102 + - -0.14197728414812358 + - 0.06456625483882666 + - - -0.02352140429547255 + - -0.9993574826696082 + - -0.02704376771519129 + - -0.03283436474457744 + - - -0.1413600185701472 + - 0.03010414815532715 + - -0.9895004221392179 + - 0.5761650617881875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997749289828781 + - -0.021056423247259846 + - 0.0025919909940640483 + - -0.03485770775644563 + - - -0.020975695142857038 + - -0.9993879713986565 + - -0.02799469301409292 + - 0.03744567637597882 + - - 0.003179872726223103 + - 0.027934023407157702 + - -0.9996047112462679 + - 0.5804285036404782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976334862420214 + - -0.03874854077980816 + - -0.05679769111527447 + - 0.04851557113237638 + - - -0.037210273528070936 + - -0.9989180323870377 + - 0.02789552143221126 + - 0.035131451069851716 + - - -0.057817148602786764 + - -0.0257160486747937 + - -0.997995922921531 + - 0.576512339899353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993377841955547 + - -0.03129833612556385 + - 0.018558212060704286 + - -0.04286404936155845 + - - -0.03206017096790775 + - -0.9985911499814881 + - 0.04228310083422169 + - -0.023596231468970812 + - - 0.017208675620958444 + - -0.04285007974811319 + - -0.9989332971469879 + - 0.5792965585609382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9993035485173695 + - -0.022938026999902272 + - -0.029432377375015292 + - 0.025731310395025287 + - - -0.022072013486736 + - -0.9993234497069345 + - 0.029418855968110075 + - -0.030486879445422915 + - - -0.030087275403979367 + - -0.02874873533188575 + - -0.9991337578500595 + - 0.5777014084461908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9903021972207074 + - -0.02179518778575093 + - -0.13720979545653003 + - 0.06455456962139043 + - - -0.023916102528108586 + - -0.9996183341703586 + - -0.013827726868234075 + - -0.032803430015141785 + - - -0.1368560492623689 + - 0.016975151836179196 + - -0.990445488656713 + - 0.5761536142176079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997735579955159 + - -0.021010284989260147 + - -0.0033764859924046552 + - -0.03489775117424394 + - - -0.021136022989243098 + - -0.9988533218100943 + - -0.042957072073633265 + - 0.037421974411416 + - - -0.002470073922987418 + - 0.043018710273684466 + - -0.9990712133282617 + - 0.5806879141414104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970280599973746 + - -0.03928440185835326 + - -0.066270531524223 + - 0.048504382804156324 + - - -0.037162563255555114 + - -0.9987657678281683 + - 0.032952767818294426 + - 0.03512912669497153 + - - -0.06748326807549031 + - -0.03039205134966981 + - -0.9972574049585246 + - 0.5763996565648203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993932756195834 + - -0.03212464368112951 + - 0.013456890975253911 + - -0.042883261435345855 + - - -0.03257398075973139 + - -0.9988695253682172 + - 0.034620905073916464 + - -0.023624116656066094 + - - 0.012329494061965946 + - -0.03503824423444975 + - -0.9993099143995035 + - 0.5793370475815512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986468499015835 + - -0.021031315217510966 + - -0.04756209585232551 + - 0.02573236549081511 + - - -0.020182811364302073 + - -0.9996297201585178 + - 0.01825038907080633 + - -0.030494081985150794 + - - -0.047928314252403105 + - -0.017265756746360685 + - -0.9987015421720835 + - 0.5776995392900819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909052945027929 + - -0.023602552128212922 + - -0.13247496691589813 + - 0.06455708311989514 + - - -0.02397531343984419 + - -0.9997118074071418 + - -0.001219211305718645 + - -0.03282090592374036 + - - -0.13240801211329525 + - 0.004384251792695915 + - -0.9911856015219475 + - 0.5761279526582155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999789870164119 + - -0.019711024832987555 + - -0.005629477528813187 + - -0.03483839884485232 + - - -0.019870673938966785 + - -0.9993562037030533 + - -0.02987196741818235 + - 0.037425492270477444 + - - -0.0050370462004364035 + - 0.02997755193899311 + - -0.9995378804954417 + - 0.5806010540529671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976696267680918 + - -0.03791666320799701 + - -0.05672426707845468 + - 0.04852732716603733 + - - -0.03697221505658478 + - -0.9991611549596048 + - 0.017608001976343688 + - 0.03509411847394014 + - - -0.05734432088904862 + - -0.01546974695851885 + - -0.9982345995760785 + - 0.5762811836401512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985513834329014 + - -0.022981424197956984 + - -0.0486517089738107 + - 0.025737433729109343 + - - -0.021328864480077828 + - -0.9991867707209547 + - 0.03421807645414063 + - -0.030474768913373498 + - - -0.049398524109828326 + - -0.033130821874268315 + - -0.9982294998935399 + - 0.5776121664767282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9914047297595106 + - -0.022151041167613204 + - -0.12894182093356168 + - 0.06455649351959977 + - - -0.023321711622939854 + - -0.9996993051104482 + - -0.007576089272365758 + - -0.032802927351098285 + - - -0.12873523052159583 + - 0.010518114701652976 + - -0.9916232196180533 + - 0.576098449920049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997574032421899 + - -0.020798131423165618 + - 0.007250682156742007 + - -0.03486993362065268 + - - -0.02063090209371715 + - -0.9995356934035383 + - -0.02242238816689503 + - 0.037441756279150966 + - - 0.007713659393104103 + - 0.022267360454534976 + - -0.9997222934981268 + - 0.580601352886165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969118174159413 + - -0.03945028660948022 + - -0.06790068617381395 + - 0.048499990572109984 + - - -0.037715929221111166 + - -0.9989333883206226 + - 0.02663821280168999 + - 0.035096104238952486 + - - -0.06887914763869424 + - -0.023995011663048915 + - -0.9973364038456918 + - 0.5762685198130588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993095299381144 + - -0.03147595315343747 + - 0.01974152344545568 + - -0.0428622657015684 + - - -0.03219773556754968 + - -0.9987823969934386 + - 0.037376854875207144 + - -0.02359515423781126 + - - 0.01854101397407955 + - -0.03798667962750574 + - -0.9991062220663472 + - 0.5793851735658025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990489139071114 + - -0.02456156267103167 + - -0.03602772904553002 + - 0.02571063815346601 + - - -0.02370819061314495 + - -0.9994325834201123 + - 0.023925569921146125 + - -0.030486342185348125 + - - -0.03659493569979225 + - -0.023048662376759524 + - -0.9990643471988033 + - 0.5776838442086967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901523993706393 + - -0.022681130904024457 + - -0.13814409984317272 + - 0.06456200368799563 + - - -0.024096434807875804 + - -0.9996728094665017 + - -0.008581132961440701 + - -0.03280924294754472 + - - -0.13790427060144206 + - 0.011825409687052686 + - -0.9903749652710424 + - 0.576190285316342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997984298101422 + - -0.019681377100699317 + - 0.003967763172645818 + - -0.03486403085433019 + - - -0.019539236735281143 + - -0.9992595818165972 + - -0.033143723018410884 + - 0.03741819314919352 + - - 0.0046171394798918295 + - 0.03305951516792961 + - -0.9994427199594201 + - 0.5804765146150875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971224966558567 + - -0.041096508970237214 + - -0.06370089177751065 + - 0.04848835810548219 + - - -0.03839177339768689 + - -0.9983320595293139 + - 0.04311810120284826 + - 0.035121863394911274 + - - -0.06536664591495858 + - -0.040548438520091185 + - -0.9970371235492743 + - 0.5763297875429807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988356022761695 + - -0.022197150135693896 + - -0.04283370345248266 + - 0.02572448754534167 + - - -0.02142441100250173 + - -0.9996008430982234 + - 0.01841600093712521 + - -0.03049709282261152 + - - -0.04322538882182142 + - -0.017476870520026697 + - -0.9989124710193721 + - 0.5777055072875346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892945639482187 + - -0.021375479149870844 + - -0.1443584241865276 + - 0.06452892409685212 + - - -0.023286685246276983 + - -0.9996619628357968 + - -0.01156245430362108 + - -0.03280431167626874 + - - -0.14406247267329836 + - 0.014800302375152227 + - -0.9894579096742113 + - 0.5760414711704154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997988311532521 + - -0.019319070239564327 + - 0.0053917297474591645 + - -0.03487267630444356 + - - -0.01916167970223924 + - -0.9994282355332605 + - -0.02785735180994287 + - 0.037441115771832706 + - - 0.0059268250842798445 + - 0.02774843318014396 + - -0.9995973675437866 + - 0.5804691248848849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974290715930285 + - -0.03991578898649001 + - -0.05951451025300668 + - 0.048507331872554314 + - - -0.03817982201905597 + - -0.9988196597020329 + - 0.03002646471546418 + - 0.035105467432834186 + - - -0.06064279290783402 + - -0.02767701541535519 + - -0.9977757435847177 + - 0.5764248122607782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993565690986556 + - -0.03313903647667054 + - 0.013720497832146296 + - -0.042877392490406604 + - - -0.033493261050120064 + - -0.9990889662479698 + - 0.026446908813535713 + - -0.023621612423284876 + - - 0.012831572919659614 + - -0.02688943627078973 + - -0.9995560559335562 + - 0.5794399376682986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985898842080042 + - -0.022184300917192912 + - -0.0482296584091186 + - 0.025738483329198873 + - - -0.020794905101137368 + - -0.9993595552936794 + - 0.02912131805147337 + - -0.030498902967408505 + - - -0.04884480606246198 + - -0.028077322451327363 + - -0.9984116630351859 + - 0.5776569864526283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890323064970941 + - -0.019997300278781712 + - -0.14633934770456786 + - 0.06454604797974736 + - - -0.022931200414928802 + - -0.9995679084893481 + - -0.018389028407189367 + - -0.03282305558296557 + - - -0.14590838479185675 + - 0.02154308009060648 + - -0.9890635161341464 + - 0.5760260974811442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997807291901303 + - -0.020542154014613886 + - -0.004063674259978595 + - -0.034874167096047674 + - - -0.020664970834858278 + - -0.9992440144653657 + - -0.032929599686833164 + - 0.037465275776130194 + - - -0.0033841572726140763 + - 0.03300635489690597 + - -0.9994494124346536 + - 0.5807264376587968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973317842274673 + - -0.03900683077696318 + - -0.06170720640568643 + - 0.048490682768690715 + - - -0.03692038144754056 + - -0.9987190832579189 + - 0.03459881746865793 + - 0.035122171270742325 + - - -0.06297775482997733 + - -0.03222824675961702 + - -0.9974944323189859 + - 0.576433903477575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981254106420396 + - -0.023092798901084687 + - -0.05667792576986016 + - 0.02572658828717892 + - - -0.0210660745053113 + - -0.9991261477611033 + - 0.0360993263786828 + - -0.030477275737967543 + - - -0.05746203212205769 + - -0.03483767355854941 + - -0.9977396711394368 + - 0.5777018204751398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889306194322749 + - -0.021172337562514847 + - -0.146860348874146 + - 0.06455958860285767 + - - -0.025290553004110865 + - -0.9993359353137992 + - -0.026231208878757264 + - -0.03281821551524833 + - - -0.14620744809360164 + - 0.029655025082330613 + - -0.988809365656153 + - 0.5761278520260865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998042776044798 + - -0.019402212689650377 + - 0.0038678969130280915 + - -0.03484596760316298 + - - -0.019323481899432362 + - -0.9996241321067375 + - -0.01944730205283111 + - 0.037439971730026944 + - - 0.0042437637854329385 + - 0.01936875454429916 + - -0.9998034015826992 + - 0.5805966860003413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974121755679958 + - -0.0386125034327705 + - -0.06064673616421417 + - 0.04850126705171469 + - - -0.03735253705845982 + - -0.9990649033450488 + - 0.02177399548646832 + - 0.03513440260999063 + - - -0.06143077407955969 + - -0.019452338748917643 + - -0.997921773744407 + - 0.5764139786388423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992744158888384 + - -0.033037366784850135 + - 0.018951890300025517 + - -0.0428708233384465 + - - -0.03361493344996452 + - -0.9989535803400543 + - 0.031012587362911043 + - -0.023651195848405457 + - - 0.017907484445766723 + - -0.03162715165346089 + - -0.9993393043802064 + - 0.579429597229519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.999046224383534 + - -0.021893756252599518 + - -0.037779690074922344 + - 0.02573768194895553 + - - -0.021137940774757988 + - -0.9995706454176455 + - 0.02029069439803677 + - -0.030493057355107937 + - - -0.03820770870921534 + - -0.01947275677718634 + - -0.9990800682321155 + - 0.5777149755890104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901980100362232 + - -0.01947965822840094 + - -0.1383056175128414 + - 0.06454985375464711 + - - -0.023510119641416714 + - -0.9993434250676544 + - -0.027567971425114596 + - -0.03282410871936355 + - - -0.1376777948499683 + - 0.030549332060690857 + - -0.9900058399402984 + - 0.5761564931756161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997916830754792 + - -0.020071798482914148 + - -0.003703155244106535 + - -0.03487497012349657 + - - -0.020185637872929006 + - -0.9992244317421475 + - -0.033809392677849465 + - 0.037428178304883 + - - -0.0030216678777857994 + - 0.03387710015989168 + - -0.9994214384372553 + - 0.5806930027572166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997311625691686 + - -0.03885598477968513 + - -0.06212675516238937 + - 0.048481062083906325 + - - -0.037816426981066395 + - -0.9991257563602088 + - 0.017822480972830772 + - 0.035086526956211575 + - - -0.0627649512912443 + - -0.015425155572703911 + - -0.9979091268572335 + - 0.576345351558945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986969462514579 + - -0.024322747042310452 + - -0.04486439038177596 + - 0.025691239790220245 + - - -0.023108837131033184 + - -0.9993579413178475 + - 0.027380408532464512 + - -0.03048994047435208 + - - -0.04550155156106213 + - -0.026307966498174115 + - -0.998617794606258 + - 0.5775820676716938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905532691460974 + - -0.01965407161922133 + - -0.135712705568659 + - 0.06454918870690628 + - - -0.023756114348886533 + - -0.9993065201136181 + - -0.02867273773907292 + - -0.0328234095842025 + - - -0.1350550554959778 + - 0.0316258806548932 + - -0.9903332447503622 + - 0.5761096273463189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998024604842898 + - -0.01985168417540781 + - 0.0009750102358983324 + - -0.03489161903368301 + - - -0.019830546106633564 + - -0.999636082575317 + - -0.018288024895716598 + - 0.03744118045626246 + - - 0.0013377035071060063 + - 0.018265077302697982 + - -0.9998322846860134 + - 0.580540167403115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974418623307107 + - -0.039221676475607294 + - -0.059761119171967976 + - 0.04849666415127614 + - - -0.037285583472177634 + - -0.9987538136107827 + - 0.033175368318320624 + - 0.035134334293288515 + - - -0.06098783924179179 + - -0.030862272961655814 + - -0.9976612669499888 + - 0.5764842217261967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993581605246532 + - -0.03171547757647562 + - 0.016655193630745874 + - -0.04287286664457296 + - - -0.032387197471694315 + - -0.9986033445306294 + - 0.04174242125429178 + - -0.023623313175762516 + - - 0.015308051238189773 + - -0.04225504436558249 + - -0.9989895769190746 + - 0.5793175388082134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9991677911490017 + - -0.020679563058603856 + - -0.03515794081185859 + - 0.025737995663992434 + - - -0.020105799413496953 + - -0.9996601136622908 + - 0.016595601303959068 + - -0.03051348999673096 + - - -0.03548918089177533 + - -0.015874911791911445 + - -0.9992439668145261 + - 0.5777589996004225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891811533847051 + - -0.017585401770599095 + - -0.14564133833864304 + - 0.0645637745269354 + - - -0.024516871025172384 + - -0.9986435153640136 + - -0.045935305120780805 + - -0.03282974969968447 + - - -0.14463598730481828 + - 0.04900900800843431 + - -0.9882704833750672 + - 0.5761782560610195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998022494798072 + - -0.01929345291852661 + - -0.004819191799244131 + - -0.034886456759481696 + - - -0.019469574302386924 + - -0.9990237141523698 + - -0.039655443985512094 + - 0.03741260770716544 + - - -0.004049396448995766 + - 0.03974142971364832 + - -0.999201792008358 + - 0.5806149094129385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973595751282048 + - -0.03993140818233694 + - -0.060657732735921635 + - 0.048485035579042345 + - - -0.03783321096215142 + - -0.9986584542463655 + - 0.03535448925601209 + - 0.035105323146776835 + - - -0.06198811215370452 + - -0.032966261584166975 + - -0.9975323050151229 + - 0.5763471135425535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993805187215569 + - -0.032678182730053164 + - 0.013065801670515242 + - -0.04285649378901539 + - - -0.0331061548490414 + - -0.9988732344873599 + - 0.034003587103009304 + - -0.023620172213219014 + - - 0.011939904142968489 + - -0.03441508097073002 + - -0.9993363001967034 + - 0.5794546720265087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990824529173574 + - -0.021129282289100586 + - -0.03725326432118125 + - 0.025739966561753678 + - - -0.020914277025507185 + - -0.9997623461104451 + - 0.006151773422280192 + - -0.03051444799837734 + - - -0.037374393495234644 + - -0.005367003790405872 + - -0.9992869207495799 + - 0.5777680722745699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902097608216784 + - -0.020816030680861554 + - -0.1380265280305483 + - 0.06453439124888553 + - - -0.022827544904505136 + - -0.9996548102735517 + - -0.013006286579299855 + - -0.032818019526408254 + - - -0.13770814343061596 + - 0.016029758689496992 + - -0.990343129460315 + - 0.5760495660847265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997655246326145 + - -0.01954895529281258 + - -0.009313114572091812 + - -0.034869290174007785 + - - -0.019763979380715696 + - -0.9995264611546637 + - -0.023584710527659775 + - 0.03744945079565533 + - - -0.008847647998871711 + - 0.023763244698367183 + - -0.9996784619697945 + - 0.580527044139602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976433909500549 + - -0.03931161031479422 + - -0.05623399139429553 + - 0.048491636377047884 + - - -0.03799502715868435 + - -0.9989825818244342 + - 0.024293602503528938 + - 0.03510619306538286 + - - -0.05713179854412758 + - -0.022099739949745872 + - -0.9981220161329315 + - 0.5763428109126789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992047605212458 + - -0.032983913974440476 + - 0.022403302671844965 + - -0.042867747996658295 + - - -0.03327690455551839 + - -0.9993637720716592 + - 0.012833498895790324 + - -0.023627649611106503 + - - 0.02196575004142823 + - -0.013568805755557219 + - -0.9996666411036661 + - 0.5794568456654827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9993005687115749 + - -0.02294787486046216 + - -0.029525724582328855 + - 0.02571449570097422 + - - -0.02259244687925091 + - -0.9996688968873227 + - 0.012315759826015654 + - -0.03051712086299581 + - - -0.0297985690383145 + - -0.011640087434054952 + - -0.999488145826551 + - 0.5777452357145558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919733109528862 + - -0.022731828314008856 + - -0.12438735602411856 + - 0.06457166717263645 + - - -0.02420939409054855 + - -0.9996530209551111 + - -0.010379929339300814 + - -0.032834653704736136 + - - -0.12410824144647652 + - 0.01330795539603249 + - -0.9921794407909491 + - 0.5761978910529523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997314407058011 + - -0.020704825972883874 + - -0.010409449828681496 + - -0.034869196296239656 + - - -0.021008892194748344 + - -0.9993289909111539 + - -0.030003239379183363 + - 0.03744309326620092 + - - -0.009781253143267794 + - 0.030213872739649417 + - -0.9994955972794576 + - 0.5804166670906936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980956122511906 + - -0.039489278445181596 + - -0.04738929934911191 + - 0.0485057153341599 + - - -0.03756414671440326 + - -0.9984589526494316 + - 0.04084917080944749 + - 0.03511835622406381 + - - -0.048929374475253716 + - -0.03899123955556615 + - -0.9980408807014778 + - 0.5764760863949445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987609976642657 + - -0.02417986681436841 + - -0.04349486849641108 + - 0.02568761874437966 + - - -0.022742902443835877 + - -0.9991887869618007 + - 0.03323444595951271 + - -0.03049849344735724 + - - -0.044263189368942364 + - -0.03220406885232069 + - -0.9985007100729796 + - 0.5775791517673539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912510537530426 + - -0.022057704742203473 + - -0.13013380073981 + - 0.0645651165198989 + - - -0.02554876755569833 + - -0.9993554407386235 + - -0.0252183175984531 + - -0.032824899998876174 + - - -0.12949366358964326 + - 0.0283224421195865 + - -0.9911756808772675 + - 0.5761988852553498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997495405140311 + - -0.020029940802057722 + - -0.00998287100235952 + - -0.0348163126554637 + - - -0.02023975995708624 + - -0.9995665332383683 + - -0.021379844403301464 + - 0.037428457165192434 + - - -0.009550306741839008 + - 0.02157654053123243 + - -0.9997215835120501 + - 0.5802228514623472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980554890755325 + - -0.03961715409896915 + - -0.048121947459532195 + - 0.04852046921890442 + - - -0.037800278595042654 + - -0.9985588540684561 + - 0.038096638954503166 + - 0.03514181675559956 + - - -0.04956187712684624 + - -0.03620353660336432 + - -0.9981146849300802 + - 0.5766136028160038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992536130441749 + - -0.031496617958557974 + - 0.02236470154808722 + - -0.04286039967384019 + - - -0.03240594518310326 + - -0.9986114668168382 + - 0.041533035751229 + - -0.023593245398141383 + - - 0.0210254972581406 + - -0.04222678532751225 + - -0.9988867939190869 + - 0.5793318328751718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985346795969041 + - -0.023835090093147812 + - -0.04858376398098085 + - 0.025708338026612765 + - - -0.022066405718330087 + - -0.9990855423975356 + - 0.03662175188186712 + - -0.03049830762350847 + - - -0.04941221894412529 + - -0.035496020234309596 + - -0.9981475167361507 + - 0.5775743995753534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9933629863907724 + - -0.02128297282458631 + - -0.11303544725684077 + - 0.06458893951000555 + - - -0.024619745176507415 + - -0.9992988954557783 + - -0.028206128559356333 + - -0.032817752624721 + - - -0.1123558873234952 + - 0.030801828007620224 + - -0.9931905164544921 + - 0.5762813561934155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999623790821917 + - -0.020050232977461717 + - -0.018715367492246105 + - -0.03485104508608985 + - - -0.020584241647643366 + - -0.9993734996798582 + - -0.02879057369044309 + - 0.03741958953618921 + - - -0.018126384598472472 + - 0.029164984059363318 + - -0.9994102450376454 + - 0.5802142947125433 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978242958543058 + - -0.038921669264267614 + - -0.053214455409615044 + - 0.04851891144566936 + - - -0.03731229708560947 + - -0.9988255037827529 + - 0.030909634085922566 + - 0.035134428612193715 + - - -0.05435500978800538 + - -0.02885683029740746 + - -0.9981046118800039 + - 0.5767424930405978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995121623488397 + - -0.03088977209749786 + - 0.004610780466616342 + - -0.042871934086713706 + - - -0.03104020931365492 + - -0.9988251133005 + - 0.037214223705562224 + - -0.023614761905470724 + - - 0.0034558244329216813 + - -0.03733918879686303 + - -0.999296673794865 + - 0.579328661971534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992269947182439 + - -0.025751986950577493 + - -0.029702663086729288 + - 0.025774036131299784 + - - -0.02504640884371102 + - -0.9994008627239608 + - 0.023887088366649607 + - -0.03053390325991168 + - - -0.030300007101981656 + - -0.02312467847775919 + - -0.9992733153721858 + - 0.5778800356775211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9977954472786635 + - -0.025651366954301428 + - -0.0612066398632331 + - 0.06461938512158964 + - - -0.027018348676039614 + - -0.9994012936595918 + - -0.021611641917116037 + - -0.03284177753239985 + - - -0.060615626902571024 + - 0.023217700250228727 + - -0.9978911183943358 + - 0.576600789624241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996606840986406 + - -0.019215796733062052 + - -0.017586069013611278 + - -0.03484020743621037 + - - -0.019560093109607112 + - -0.9996161594686455 + - -0.01961979833482224 + - 0.03741371028726892 + - - -0.01720230871079104 + - 0.019957126172603985 + - -0.999652836583756 + - 0.5801183312864494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9982299558880405 + - -0.03786995712515839 + - -0.04585653186950936 + - 0.04854696353486268 + - - -0.03670253884766697 + - -0.9989869559505251 + - 0.02603815436699223 + - 0.03516209563881291 + - - -0.04679614097226564 + - -0.024309014542808698 + - -0.9986086285437661 + - 0.5768155125969419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994961713109072 + - -0.03146853569234836 + - 0.004139419792305709 + - -0.04287354761036512 + - - -0.031591226729218984 + - -0.9989230357050924 + - 0.03398180588882454 + - -0.023620457611615672 + - - 0.0030656041134848335 + - -0.03409545422929671 + - -0.9994138792674021 + - 0.5794589513084457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9994651714687834 + - -0.02373546092613599 + - -0.022494419652421504 + - 0.025751215868765977 + - - -0.023261484806096664 + - -0.9995066546194635 + - 0.02110333376563365 + - -0.03049356683841492 + - - -0.022984219488403543 + - -0.020568793499665235 + - -0.9995242120071313 + - 0.577753185770652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9975564411001163 + - -0.02315788880865511 + - -0.06591554449138885 + - 0.06463462669851197 + - - -0.025485213669191084 + - -0.9990731752774356 + - -0.034688533051989934 + - -0.03286477212918219 + - - -0.06505113914379958 + - 0.036283641313810955 + - -0.9972220648727672 + - 0.576695248645481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996033961023844 + - -0.019880781587185176 + - -0.019945050114313172 + - -0.03484587273020661 + - - -0.02027051386306327 + - -0.9996037206618938 + - -0.019532227385188203 + - 0.037420098014764314 + - - -0.019548830356499205 + - 0.0199287772425198 + - -0.9996102675889798 + - 0.5802046931420499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978387544343293 + - -0.03813927948488027 + - -0.05350902269076248 + - 0.04854489532754272 + - - -0.03673134721130049 + - -0.9989589136233394 + - 0.02705359540838452 + - 0.03513425522181425 + - - -0.05448511981256195 + - -0.025029667453880945 + - -0.9982008252181317 + - 0.5768321610766691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9994272867790366 + - -0.021922817952488505 + - -0.025777674342643123 + - 0.0257553687746884 + - - -0.021549482298540815 + - -0.9996601092859557 + - 0.014672617866521388 + - -0.03050038735213144 + - - -0.026090577880878568 + - -0.01410871912733875 + - -0.9995600161022992 + - 0.577824108149263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9974463602920901 + - -0.0226728749039935 + - -0.06772517319025323 + - 0.06461634883652317 + - - -0.0248007488074913 + - -0.9992195170514256 + - -0.03074539969008872 + - -0.03284537607596871 + - - -0.06697522824634233 + - 0.03234652202483986 + - -0.9972301746910022 + - 0.5766108844417508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995844038832266 + - -0.021113509425165967 + - -0.019627512149228196 + - -0.03484242261805147 + - - -0.02154077872486814 + - -0.9995298629912825 + - -0.021818520585827582 + - 0.03741690132321705 + - - -0.019157618989345742 + - 0.022232244789524555 + - -0.9995692636962571 + - 0.5801897754751936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979846752996823 + - -0.03877001721504586 + - -0.05023418788168907 + - 0.04855700001045224 + - - -0.03702921684756193 + - -0.9986963994753904 + - 0.03513315776511052 + - 0.03513566451704152 + - - -0.051530815699385404 + - -0.0332022204082341 + - -0.9981193253280488 + - 0.5768508110740784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9992116532275804 + - -0.02318638483638245 + - -0.03222520151100092 + - 0.02574662691419089 + - - -0.02234316870900865 + - -0.9994047720577216 + - 0.02628467995419608 + - -0.03049219146546418 + - - -0.03281546687533515 + - -0.025543945397548014 + - -0.9991349518394805 + - 0.5777328779533788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9985432591287389 + - -0.025352434083881478 + - -0.04762996677070789 + - 0.06464277351352515 + - - -0.027111188995835797 + - -0.9989603552884332 + - -0.03664958380717987 + - -0.03287185813320328 + - - -0.046651292369969406 + - 0.03788749989151929 + - -0.9981924635420676 + - 0.5767002578901932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996530320760034 + - -0.01944822918713617 + - -0.017764623349164677 + - -0.034825082867242306 + - - -0.019757745875554986 + - -0.9996530776912947 + - -0.017417110559448633 + - 0.037430772498595916 + - - -0.01741972844708125 + - 0.01776205629446355 + - -0.9996904833082203 + - 0.5801936050569154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997527841093178 + - -0.03967600230828757 + - -0.058000181765370744 + - 0.04852692881129603 + - - -0.03808617363710277 + - -0.9988746531860107 + - 0.028264299039797918 + - 0.03514721724333213 + - - -0.05905632583955544 + - -0.02598542020748217 + - -0.9979163834284777 + - 0.5767727013884898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993275681099539 + - -0.022299833289626685 + - -0.029105481454534787 + - 0.02574658332786888 + - - -0.022062988363734565 + - -0.999721011881729 + - 0.008433442158096766 + - -0.03049501589765709 + - - -0.029285425725215676 + - -0.00778561734399451 + - -0.9995407685545729 + - 0.5778260938104448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9978572716293661 + - -0.022063747149010916 + - -0.06159591316103826 + - 0.0646381775050665 + - - -0.02488700665081745 + - -0.9986565344696824 + - -0.04545066623236369 + - -0.032864748062297666 + - - -0.06051034916739303 + - 0.046886215700865326 + - -0.9970657854027946 + - 0.5767446894454975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202171849.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202171849.yaml new file mode 100644 index 0000000..7a6e0fa --- /dev/null +++ b/stretch_camera_testrig/data/testrig_collected_data_202202171849.yaml @@ -0,0 +1,53504 @@ +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995292426243555 + - -0.018087585910235675 + - 0.024781694347283393 + - -0.03479346754112972 + - - -0.017752777000353166 + - -0.9997490301920336 + - -0.01366438944350276 + - 0.03742092955497871 + - - 0.02502263070818225 + - 0.013218012937950318 + - -0.9995994958414165 + - 0.5799877145216996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964213516988196 + - -0.040473297849538896 + - -0.07420513486194585 + - 0.04851994475478301 + - - -0.03779773964750833 + - -0.9985959811291883 + - 0.03711330422062422 + - 0.03511620903827746 + - - -0.07560304726819045 + - -0.03417570238950383 + - -0.9965521564925478 + - 0.5763654616386001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993847115112812 + - -0.03272862801372682 + - 0.012610920103322142 + - -0.04282622841674409 + - - -0.03328517074375062 + - -0.9983500402372656 + - 0.046789898127801266 + - -0.023591084174780827 + - - 0.011058743421955617 + - -0.04718086547096978 + - -0.9988251449214413 + - 0.5791040189760865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977924850836325 + - -0.020653130870438845 + - -0.06311580543633787 + - 0.02572049183668353 + - - -0.019535781397599254 + - -0.9996422277162865 + - 0.01826936812275036 + - -0.03045867500434346 + - - -0.0634705440012479 + - -0.016996021642369075 + - -0.9978389776374328 + - 0.5773151169829469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836504255459315 + - -0.017080006292440768 + - -0.17927664016362546 + - 0.06449497267377352 + - - -0.02402035106373212 + - -0.9990407647065097 + - -0.036613838769065446 + - -0.0327775204809208 + - - -0.17847930708651613 + - 0.04032150592031801 + - -0.9831171410886063 + - 0.575513028918391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999530643513297 + - -0.019230010800932736 + - 0.02384741836112002 + - -0.03481643615721915 + - - -0.01875208846279807 + - -0.9996220005500726 + - -0.020105103694190187 + - 0.03742146950647411 + - - 0.02422502541129048 + - 0.019648478334638408 + - -0.9995134243435431 + - 0.5801499969002101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959861225232544 + - -0.04159099588556299 + - -0.07925801412059312 + - 0.0485467416157196 + - - -0.03882484418627298 + - -0.9985926977934919 + - 0.0361283183586963 + - 0.03517440919961129 + - - -0.08064908688264662 + - -0.03290612366661819 + - -0.9961992329901848 + - 0.5765060133207098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993744357035093 + - -0.032901606845139215 + - 0.012970024259821045 + - -0.042834585840190065 + - - -0.03334340257631795 + - -0.9988146448705724 + - 0.03546156647282431 + - -0.02359588652959955 + - - 0.011787907656834228 + - -0.0358718477232611 + - -0.9992868736123746 + - 0.5791415885505713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998318878272833 + - -0.022690568650894163 + - -0.053334373328759455 + - 0.025739094550768032 + - - -0.021703361678967737 + - -0.9995835777848431 + - 0.01901670619967356 + - -0.03047829331685208 + - - -0.053743663588411456 + - -0.01782720160742698 + - -0.9983956177322415 + - 0.5773458524540376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98366644682831 + - -0.015147932483704253 + - -0.1793623748884834 + - 0.06450569265975724 + - - -0.023544590209291512 + - -0.9987194716565571 + - -0.044777999128198326 + - -0.03277619897311764 + - - -0.17845440217614206 + - 0.04826962891423067 + - -0.9827634859254993 + - 0.5755811122797979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995218105234152 + - -0.018396325869985082 + - 0.024854083818953845 + - -0.03479206673671087 + - - -0.018242745082049754 + - -0.9998131549130319 + - -0.006391988323035938 + - 0.037433637260065176 + - - 0.02496702905564888 + - 0.005935525026128336 + - -0.9996706542670938 + - 0.5801236792445442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961820067589939 + - -0.0401910713262153 + - -0.07749894963981684 + - 0.04851977152116972 + - - -0.03829910566472271 + - -0.9989345660127917 + - 0.02574706449516385 + - 0.03511002278971484 + - - -0.0784511817304634 + - -0.0226806219157852 + - -0.9966599226790487 + - 0.5763393618341659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975930462342404 + - -0.021610211150678363 + - -0.06588712225550512 + - 0.025725068438572744 + - - -0.020376349619341046 + - -0.9996052714477625 + - 0.019341811446598592 + - -0.030468727183768644 + - - -0.0662790953565237 + - -0.017952717562210146 + - -0.9976396049931321 + - 0.5773014300999081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862057989021807 + - -0.016453498716897705 + - -0.16470399081893705 + - 0.06452305087485125 + - - -0.023713970043434444 + - -0.9988271664086159 + - -0.042213022503893825 + - -0.03277567507064125 + - - -0.1638162685342654 + - 0.04553651308684272 + - -0.9854393213888927 + - 0.5756335623819404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994347844492475 + - -0.01841341961131973 + - 0.02812574640971736 + - -0.034801329982092205 + - - -0.018016325267512436 + - -0.9997353214044272 + - -0.01430731142603449 + - 0.03742687180617682 + - - 0.028381748655455608 + - 0.013792502115417998 + - -0.9995019976111376 + - 0.5801720783708495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958059991252531 + - -0.04064691950245781 + - -0.08196487077472286 + - 0.048520673498532264 + - - -0.0375448733290265 + - -0.9985320842072004 + - 0.03903920203502585 + - 0.035156178665866164 + - - -0.08343137654901575 + - -0.03579811089687454 + - -0.9958703232165076 + - 0.5764245969630349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999480409727445 + - -0.031282251962076686 + - 0.007767321497136527 + - -0.04284269713670039 + - - -0.03155397417001584 + - -0.9987889297118061 + - 0.03774944501874006 + - -0.02362743358143535 + - - 0.006577027074347708 + - -0.03797492063620482 + - -0.9992570480699835 + - 0.5791460255596295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980171400953055 + - -0.021385591187778843 + - -0.059198349348073075 + - 0.025735455907340967 + - - -0.020361188305121285 + - -0.9996332592973263 + - 0.017854100856865025 + - -0.030476205735079396 + - - -0.05955845940578635 + - -0.016613349937713105 + - -0.9980865626372573 + - 0.5773691782493323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851430528284523 + - -0.013923388909512684 + - -0.17117039669613346 + - 0.0645115495827434 + - - -0.024161632807107702 + - -0.9980313447017093 + - -0.05787616515450966 + - -0.03279194023599663 + - - -0.17002758883172972 + - 0.06115205829873628 + - -0.9835400575481895 + - 0.5756658644263635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994709531077027 + - -0.019002511092126168 + - 0.026395425099321024 + - -0.03478682900015504 + - - -0.018503635861746477 + - -0.9996479138128573 + - -0.019017462225486212 + - 0.03741982738519418 + - - 0.02674751117162369 + - 0.0185189897617426 + - -0.9994706687363707 + - 0.5802492082254236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962809020372875 + - -0.041058883219781836 + - -0.07575310122043212 + - 0.04848671846668957 + - - -0.03769257998511748 + - -0.9982600245794165 + - 0.045345261502916144 + - 0.035115687181129354 + - - -0.07748311848289431 + - -0.04232128820637015 + - -0.9960950129956072 + - 0.5764622888406227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994304061269682 + - -0.03236407168155777 + - 0.009561912626373726 + - -0.04284286669979584 + - - -0.032750293627146786 + - -0.9985184224111364 + - 0.04345547575290415 + - -0.023601826152148887 + - - 0.008141349778696634 + - -0.04374387922631648 + - -0.9990096052861628 + - 0.5791546957822024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967047622736257 + - -0.022855035617803138 + - -0.0778284280194854 + - 0.025735281143162866 + - - -0.020858944280854476 + - -0.999434749005116 + - 0.02636450121979188 + - -0.030447097474396067 + - - -0.07838699703754111 + - -0.02465420507721044 + - -0.9966181058296335 + - 0.5772975094375357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829362214661355 + - -0.015461635669966927 + - -0.18329572376977435 + - 0.06450541751902822 + - - -0.02372767857760952 + - -0.9987937181524719 + - -0.042989601632008795 + - -0.03277997553326866 + - - -0.18240992790743013 + - 0.04660521860876064 + - -0.9821173920663641 + - 0.5755893673118628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996483267838799 + - -0.018866568683070302 + - 0.01863532517334178 + - -0.03481521927785075 + - - -0.018630731828376587 + - -0.9997451477369533 + - -0.012748937522674725 + - 0.037445245628047914 + - - 0.018871104623956456 + - 0.012397264316974885 + - -0.9997450621272042 + - 0.5801873852006152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960265983642275 + - -0.04134954619917802 + - -0.07887477657722977 + - 0.04850203595624323 + - - -0.03720792774651252 + - -0.9978864307917897 + - 0.05327514762469981 + - 0.03514473061922018 + - - -0.08091097245612722 + - -0.050128697078073915 + - -0.9954599581426966 + - 0.5762353996293124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997903410720386 + - -0.022499436728414472 + - -0.060684085389206596 + - 0.02574424473550768 + - - -0.02180331556719297 + - -0.9996889430889939 + - 0.01210919055463416 + - -0.03048991513974192 + - - -0.06093765915177449 + - -0.010760688291885156 + - -0.9980835682870387 + - 0.5773924237371449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844873884720323 + - -0.014525299781889982 + - -0.174853074338897 + - 0.06450719070217273 + - - -0.02347889778385407 + - -0.9985106214886477 + - -0.049247133248653666 + - -0.032778388128777126 + - - -0.17387732255349733 + - 0.052588539061296846 + - -0.9833621521398036 + - 0.5756942934945932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995275260375099 + - -0.018879550455350405 + - 0.02425463394773733 + - -0.03478148059791009 + - - -0.018485321129312997 + - -0.9996950057452978 + - -0.016376458428311907 + - 0.03741836287908301 + - - 0.024556416596910643 + - 0.015920366280708868 + - -0.999571670437596 + - 0.5801965668462203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956527411830121 + - -0.04045932849075155 + - -0.0838967324323871 + - 0.04851305499731964 + - - -0.0375092960579476 + - -0.9986314243665396 + - 0.03644627521288159 + - 0.03512611568570041 + - - -0.08525650522975553 + - -0.0331409264465152 + - -0.9958077160327062 + - 0.5763272196612574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972368561874834 + - -0.020783897597149378 + - -0.07132098051748732 + - 0.025723712692856518 + - - -0.019981773009604974 + - -0.9997290236509985 + - 0.011941859872513538 + - -0.030479832429170767 + - - -0.07154985261128928 + - -0.010483743152773973 + - -0.997381927709145 + - 0.5773588571152976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838703077646306 + - -0.01684561118846826 + - -0.17808830080277052 + - 0.06449765933892838 + - - -0.023745606708059995 + - -0.9990447409954653 + - -0.03668448788479679 + - -0.03278542492153914 + - - -0.17730020773027103 + - 0.040321593135572154 + - -0.9833304660518823 + - 0.5755285657710967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995724658838174 + - -0.018468504899932833 + - 0.02266715186577005 + - -0.034783971693233606 + - - -0.018214167230266858 + - -0.9997693866467909 + - -0.011376187235081795 + - 0.037411349488428655 + - - 0.022872025687564246 + - 0.010958460232209725 + - -0.9996783395624249 + - 0.5801364409584838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965062548002562 + - -0.04011411030549337 + - -0.07325395756111382 + - 0.04852425754170354 + - - -0.03780475708184989 + - -0.9987517790599024 + - 0.032644818373859394 + - 0.03514433527829897 + - - -0.07447203828249281 + - -0.029761417625487167 + - -0.9967788990217301 + - 0.5763617615312681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993466410447795 + - -0.03403084804993887 + - 0.012173430638835882 + - -0.04281955442527228 + - - -0.03436921650272231 + - -0.9989953158358844 + - 0.02875962264965577 + - -0.023607334667315145 + - - 0.011182485837486069 + - -0.029159223565855878 + - -0.9995122268844594 + - 0.5792319177954685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974233102613679 + - -0.02145797816890386 + - -0.06845652138516771 + - 0.025732011009033995 + - - -0.02020295950249533 + - -0.9996158571495838 + - 0.018973101023389866 + - -0.03047406824443734 + - - -0.06883734868946952 + - -0.01754118889944662 + - -0.9974736718918443 + - 0.5773218756976228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861311219515138 + - -0.01563727539312663 + - -0.165229797363939 + - 0.06451128379703096 + - - -0.022218884009262186 + - -0.9990284057341227 + - -0.03806002797844027 + - -0.03279968727094277 + - - -0.16447410590129918 + - 0.04120339979438856 + - -0.9855204454162032 + - 0.5757221070536311 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999371160469648 + - -0.019193228518073334 + - 0.02981448642190632 + - -0.03479283843362236 + - - -0.018753036404081914 + - -0.999712002448662 + - -0.014974504523174247 + - 0.037436974120991645 + - - 0.030093309010080605 + - 0.014405975813543626 + - -0.9994432753356662 + - 0.5801979535405594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968445496755503 + - -0.04134732901988895 + - -0.0677594433645257 + - 0.04852924644554134 + - - -0.03822143129980645 + - -0.998172899125555 + - 0.04679728240699035 + - 0.03513885388893261 + - - -0.06957058265922093 + - -0.0440597529975655 + - -0.9966035682227166 + - 0.5765496858600321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978709044263006 + - -0.021576111982095136 + - -0.061547782179157 + - 0.02574491508472764 + - - -0.02134912205376737 + - -0.9997626470137322 + - 0.00434334244905305 + - -0.03047581351270059 + - - -0.061626886072315944 + - -0.0030201039439882 + - -0.9980946878353767 + - 0.5774147987782934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845178409556002 + - -0.014046327828220358 + - -0.1747206957251075 + - 0.0645011567670918 + - - -0.023445120959569132 + - -0.9983798468300683 + - -0.051846000296647154 + - -0.03278702663937163 + - - -0.17370937551932714 + - 0.05513966011965368 + - -0.9832520891096921 + - 0.5756370006635987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995388363058609 + - -0.01969893223878676 + - 0.023109885005707143 + - -0.03480050332088482 + - - -0.019178358112543658 + - -0.9995620759581669 + - -0.022535458422375986 + - 0.03742318798478789 + - - 0.02354368909989153 + - 0.022081856236541655 + - -0.9994789073956069 + - 0.5801435157149835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950505060605841 + - -0.04143724984379837 + - -0.09031857347167423 + - 0.048504979044825584 + - - -0.03754605643048212 + - -0.9983095924349558 + - 0.0443649782922444 + - 0.03515430893290278 + - - -0.09200426096162413 + - -0.04075428784477649 + - -0.9949242704784974 + - 0.5763611620159784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994572134316149 + - -0.030767490407936603 + - 0.011774551095853531 + - -0.04283539066667603 + - - -0.03127825797109436 + - -0.9984525257949554 + - 0.045980694992224805 + - -0.02360167165213413 + - - 0.01034161968963318 + - -0.04632402473524795 + - -0.9988729326768863 + - 0.5791570272915427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997725509734683 + - -0.02222570580335383 + - -0.06363823713939461 + - 0.025720861334310507 + - - -0.01992689557598425 + - -0.9991337626254301 + - 0.036532769052662534 + - -0.030465704096132026 + - - -0.06439507789707906 + - -0.035181563118970735 + - -0.9973041319272349 + - 0.5772193960351865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832182910411768 + - -0.017562627985865484 + - -0.1815856444223988 + - 0.06448693715123459 + - - -0.023407496378294493 + - -0.999272925731162 + - -0.0300949998169644 + - -0.03278410984096098 + - - -0.1809250708867289 + - 0.03384041960308784 + - -0.9829145154720824 + - 0.5756093340906242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995584828313594 + - -0.019420552229283298 + - 0.02248736425151885 + - -0.03479963558890479 + - - -0.018848734849098627 + - -0.9995004935146444 + - -0.025367078242682754 + - 0.03740802728809327 + - - 0.022968774335153 + - 0.024932019875888386 + - -0.9994252497262859 + - 0.5800935323922767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959653611062625 + - -0.04266834187055827 + - -0.07894562735509404 + - 0.04849744265445209 + - - -0.0392558967566742 + - -0.9982474039677969 + - 0.044284252747261076 + - 0.03514695631408707 + - - -0.08069680319753407 + - -0.04100650038190443 + - -0.995894820189425 + - 0.5763030921841394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994304249965573 + - -0.03307000597985455 + - 0.006723116516406918 + - -0.042839655403555464 + - - -0.0333092432825385 + - -0.9986724130442108 + - 0.039292565917706884 + - -0.023596108175131008 + - - 0.005414785604755092 + - -0.03949412777800089 + - -0.9992051310756511 + - 0.5791562428981681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971761407413624 + - -0.02130317412040992 + - -0.07201332590957094 + - 0.025723778987825265 + - - -0.01981287799521067 + - -0.9995758056177099 + - 0.021346163338015634 + - -0.030467808789240068 + - - -0.07243751929566253 + - -0.019859093536761515 + - -0.9971752214140647 + - 0.5772969997954869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850652012255069 + - -0.015010685025405056 + - -0.17152617488191055 + - 0.0645098717999498 + - - -0.023084516548814195 + - -0.9987124118971327 + - -0.045173259992157024 + - -0.03277746629808629 + - - -0.1706272382424893 + - 0.04845820526680256 + - -0.9841433573987383 + - 0.5756067354775706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994419131446923 + - -0.018828858439546417 + - 0.02759232392425268 + - -0.03482061256320565 + - - -0.018257542371728684 + - -0.9996166607152618 + - -0.02081330745012707 + - 0.03744325744521715 + - - 0.027973637522172492 + - 0.02029792379364217 + - -0.9994025564773413 + - 0.5802331459183909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967348500095652 + - -0.039264811379481776 + - -0.07055432916372509 + - 0.04854051830706316 + - - -0.03669661186259854 + - -0.9986287708796228 + - 0.03733546101576523 + - 0.035131817736595364 + - - -0.07192355284755711 + - -0.03462445030303949 + - -0.9968089837009882 + - 0.5765254136666045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976898172893164 + - -0.02280506139431003 + - -0.06399185613820128 + - 0.02573896991342104 + - - -0.019930825386747057 + - -0.9987791119094395 + - 0.04520008642464677 + - -0.030468277396390773 + - - -0.06494451998909144 + - -0.043820255455602815 + - -0.9969262733698985 + - 0.5772405879570081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865156487621862 + - -0.01703182494591881 + - -0.1627783514056286 + - 0.06451068919578809 + - - -0.023990552630818368 + - -0.9988760090049448 + - -0.040879970875997144 + - -0.03279728028858615 + - - -0.1618991294967044 + - 0.04423387359666819 + - -0.9858154169492604 + - 0.5756742707559566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993489770444138 + - -0.018936012841521292 + - 0.030709110992494095 + - -0.0348095743377541 + - - -0.018191944223754433 + - -0.9995384305282462 + - -0.024330619854202415 + - 0.03743328083500684 + - - 0.03115566153435662 + - 0.02375612162781715 + - -0.999232190954415 + - 0.5802291139985559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963404075427564 + - -0.041249254486285775 + - -0.07486181471123862 + - 0.04853744606448443 + - - -0.03818667893970898 + - -0.9983921873986462 + - 0.04189054419437515 + - 0.03517057262394595 + - - -0.0764694046602285 + - -0.038878517791589524 + - -0.9963136509178413 + - 0.5763746975011017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99796258789456 + - -0.02174530877575017 + - -0.059981786477561555 + - 0.02571117692694787 + - - -0.019704797386395537 + - -0.999213763700305 + - 0.03440313055279359 + - -0.030468618971960224 + - - -0.06068273331643527 + - -0.03315110824872591 + - -0.9976064403857505 + - 0.5772260126915939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851519626367888 + - -0.016653820198197732 + - -0.17087498583961652 + - 0.06450757044698799 + - - -0.02375968823235784 + - -0.9989321105257336 + - -0.03962468644298198 + - -0.032788823361665526 + - - -0.1700326078373916 + - 0.0430962740084289 + - -0.9844956188011231 + - 0.5755636447504806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995126170328439 + - -0.018202323404614976 + - 0.025361463183920224 + - -0.034798597718019214 + - - -0.01783726182812023 + - -0.9997350735358725 + - -0.01454698706602615 + - 0.0374222960312523 + - - 0.02561953322429236 + - 0.014087518053150911 + - -0.9995724992978108 + - 0.5801348940579493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954307175932156 + - -0.04076173238244703 + - -0.08634910332503608 + - 0.048511210789563594 + - - -0.03756612833075543 + - -0.9985593075098264 + - 0.03831573290090204 + - 0.03515115021832903 + - - -0.08778651647088635 + - -0.03489685599990093 + - -0.9955278685035537 + - 0.5764313107131666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994594436077925 + - -0.03220713703259186 + - 0.00659703777203803 + - -0.04284502758882499 + - - -0.03247140347050925 + - -0.998463712555389 + - 0.044897913835351806 + - -0.023601656431757725 + - - 0.0051408695623645405 + - -0.04508785905623736 + - -0.9989697975543953 + - 0.5791826675457554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978352261037862 + - -0.021243788145537738 + - -0.06223795475136903 + - 0.02572059163393785 + - - -0.020347491745532947 + - -0.9996804420627546 + - 0.014999777894361991 + - -0.030473654086895112 + - - -0.06253671822274828 + - -0.013700920496164936 + - -0.9979486177411568 + - 0.5773883641916302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837533920057001 + - -0.017031383357677687 + - -0.17871540419953483 + - 0.0644908484500638 + - - -0.024122653154575308 + - -0.9990023757589528 + - -0.037581256401995417 + - -0.03280661553459655 + - - -0.17789705259521124 + - 0.04128177817018404 + - -0.9831828179281027 + - 0.5756700622103353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995081910955385 + - -0.019066093244601935 + - 0.02489698819762474 + - -0.03481938798353414 + - - -0.018628853903839643 + - -0.9996701840880935 + - -0.01767735408671392 + - 0.03744218921637696 + - - 0.025225814856093747 + - 0.017204857850787583 + - -0.999533716855605 + - 0.5801520384868182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962635335586735 + - -0.0417980382360842 + - -0.07557708449524093 + - 0.04851719968859275 + - - -0.038384231689005704 + - -0.9982003793440432 + - 0.046072263185697834 + - 0.03512406190333552 + - - -0.07736680463112507 + - -0.04299914739878362 + - -0.9960750227087045 + - 0.576406705013368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993437276674653 + - -0.033406382496401245 + - 0.014004555694459625 + - -0.0428705559072694 + - - -0.03387902571729246 + - -0.9988131562480463 + - 0.034992720989701354 + - -0.02361632828149228 + - - 0.012818954253062955 + - -0.03544421693760756 + - -0.9992894384999463 + - 0.5791383809222949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971729579206882 + - -0.022848043713424738 + - -0.0715825320184667 + - 0.025743279975145538 + - - -0.02159331101360616 + - -0.9996001865484139 + - 0.01825365639664104 + - -0.030486240060439342 + - - -0.07197097269854738 + - -0.016656348664890262 + - -0.9972676396725101 + - 0.577309367130718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871075520975572 + - -0.015606454367340782 + - -0.1592956972866771 + - 0.06452358110504278 + - - -0.023657106124114424 + - -0.9985299115636556 + - -0.04876840209100505 + - -0.03280523309308693 + - - -0.15830041668233522 + - 0.051908133223587116 + - -0.9860256202469796 + - 0.5757222197351154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994722845094064 + - -0.020861988242156095 + - 0.02489839240056212 + - -0.034844926595276556 + - - -0.020433644608853146 + - -0.9996409024137116 + - -0.0173358700242693 + - 0.037412483968509755 + - - 0.025251112164562484 + - 0.016817956715469724 + - -0.9995396628780513 + - 0.5800761591989073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961190489010141 + - -0.0409256205059594 + - -0.07792261547677415 + - 0.048522111074340304 + - - -0.037947207274183097 + - -0.9985055510237566 + - 0.039327776886501575 + - 0.03517792737085531 + - - -0.07941567777604869 + - -0.03621820206672963 + - -0.9961834128123317 + - 0.5765121346094126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977547792719329 + - -0.022729329569640955 + - -0.06299823820815101 + - 0.0257366649045452 + - - -0.021828197568946096 + - -0.9996498670974904 + - 0.014955701349704927 + - -0.030449237248265364 + - - -0.06331611351707675 + - -0.013546984508928741 + - -0.9979015727915295 + - 0.5773343418474028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842276357059307 + - -0.012992762447908127 + - -0.17642887869248025 + - 0.0645104496936707 + - - -0.02227581422226444 + - -0.9984635344625715 + - -0.05073813604424666 + - -0.032782999129766496 + - - -0.17549857325188956 + - 0.053867972604150875 + - -0.9830048282252074 + - 0.5756042511742023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996143569318169 + - -0.019377337997322608 + - 0.01989110826292997 + - -0.03482775340504186 + - - -0.019105279619324164 + - -0.9997225458124541 + - -0.013777506484604211 + - 0.03742315697701835 + - - 0.020152560791559967 + - 0.013392168099430049 + - -0.9997072192032722 + - 0.580170429014341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962751268765374 + - -0.041141114181191214 + - -0.07578443303917758 + - 0.04853467032667212 + - - -0.037799484786315694 + - -0.9982710134202285 + - 0.04501313935775102 + - 0.03514403991474044 + - - -0.0775052934774683 + - -0.041980858601050705 + - -0.9961076934719917 + - 0.576447195344705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993627300454565 + - -0.03200211428950552 + - 0.015811340142238065 + - -0.04285983532114058 + - - -0.03260363040445612 + - -0.9986924200549381 + - 0.03937579725239025 + - -0.02360270515742485 + - - 0.014530556787052127 + - -0.03986621133006178 + - -0.9990993684882629 + - 0.5790725883194685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980194469847459 + - -0.02070338496983103 + - -0.059401627006783655 + - 0.025739165806660816 + - - -0.01965566241747797 + - -0.9996417174607776 + - 0.01816842445005871 + - -0.030466874905563428 + - - -0.05975649232671057 + - -0.016964862594737447 + - -0.9980688127889529 + - 0.5773910456119865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983282102976543 + - -0.01419972515709228 + - -0.18153422203951033 + - 0.0645113735322983 + - - -0.02340368073346015 + - -0.9985411841100358 + - -0.04865975096786851 + - -0.03277165583345654 + - - -0.18057844194187042 + - 0.052094831236810385 + - -0.9821800012544829 + - 0.5756572048697511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994993254658608 + - -0.019301714858734116 + - 0.02507074384220224 + - -0.03479531446935296 + - - -0.01858695828885322 + - -0.9994227819452001 + - -0.02843638356904626 + - 0.0374083252413642 + - - 0.025605143523472578 + - 0.027956157325884686 + - -0.9992811565784242 + - 0.5800788615110267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960568465826957 + - -0.041434995042842725 + - -0.07844679446310034 + - 0.04850552719842368 + - - -0.0385216433934673 + - -0.9985237184467677 + - 0.03829447335461959 + - 0.035159193445556645 + - - -0.07991771622114115 + - -0.035121572929479275 + - -0.9961825303371653 + - 0.5764579054687272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994326689212198 + - -0.03201748180813097 + - 0.010450892386454731 + - -0.04283774055170933 + - - -0.03243203928487722 + - -0.998580286809315 + - 0.04225604836765892 + - -0.023630408953078334 + - - 0.009083122856784231 + - -0.04257101895059304 + - -0.999052153405755 + - 0.5791487617053449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983340421839104 + - -0.021877847998834455 + - -0.05339007383094725 + - 0.02573490899003452 + - - -0.021375800930998164 + - -0.9997219336159523 + - 0.009956434187969942 + - -0.030493258415442558 + - - -0.05359305319994785 + - -0.008798591598712487 + - -0.9985240955703504 + - 0.5773779270662083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861339619975297 + - -0.014933120614280256 + - -0.16527798069850072 + - 0.06451310612503648 + - - -0.02275112135899009 + - -0.9987047539824557 + - -0.04551044769886064 + - -0.032807599392681866 + - - -0.16438429204751628 + - 0.04863965749839921 + - -0.9851964211498512 + - 0.5757506903035456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995545229825681 + - -0.019141331960336384 + - 0.022899017356102194 + - -0.03481353245811121 + - - -0.01857390823006099 + - -0.9995213413476552 + - -0.02474061688086284 + - 0.037411164123235065 + - - 0.023361624903934595 + - 0.024304271257714512 + - -0.9994316069048845 + - 0.5802257736379393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963507708085119 + - -0.03918089061146316 + - -0.07582874995789389 + - 0.04850908263129404 + - - -0.036709088992480494 + - -0.9987568808113327 + - 0.033721444473219446 + - 0.03512234446310997 + - - -0.07705572201093429 + - -0.03081478286327575 + - -0.9965504828469373 + - 0.576364387044065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999489581507363 + - -0.03145451599747648 + - 0.005584790202040373 + - -0.042840846860841636 + - - -0.031681509979516964 + - -0.998404850089846 + - 0.04673368423834995 + - -0.023611099693217907 + - - 0.004105896205955167 + - -0.04688676508820509 + - -0.9988917723536966 + - 0.579148231981985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977620321854275 + - -0.02116114622160578 + - -0.06342817213032262 + - 0.025734924889206312 + - - -0.02032937190334421 + - -0.9996990493243373 + - 0.013730528687302072 + - -0.030480139521331148 + - - -0.06369963710431586 + - -0.012410345305636165 + - -0.9978919478391307 + - 0.5774145326115685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859036289555704 + - -0.0165031617976572 + - -0.1664982884684322 + - 0.06451554434742474 + - - -0.02355421565606091 + - -0.998903345943627 + - -0.04046361807173232 + - -0.03280381891419791 + - - -0.16564791980904767 + - 0.04381496449054359 + - -0.9852111527736723 + - 0.57576371399449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996134137350602 + - -0.018338358991895853 + - 0.02089803030009388 + - -0.03480988456532284 + - - -0.018057286728703072 + - -0.9997449983012091 + - -0.013559969310931848 + - 0.03744086774658287 + - - 0.021141368852008922 + - 0.013177365487849316 + - -0.9996896516228742 + - 0.5800480949069009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996014844812141 + - -0.040923072795038734 + - -0.07924475393903732 + - 0.048523462486958935 + - - -0.038396079273326444 + - -0.9987124326832467 + - 0.033154455211142575 + - 0.03516872727015023 + - - -0.0804995031679267 + - -0.02997964170771873 + - -0.9963036941981063 + - 0.5763652876908919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999391422268412 + - -0.031767798043700946 + - 0.014408056904910574 + - -0.04282913500917622 + - - -0.03231452726769635 + - -0.9986988911458061 + - 0.03944991953860737 + - -0.023618878598457748 + - - 0.013136073377757134 + - -0.03989150074379148 + - -0.999117666616211 + - 0.5791791250499492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974189740719706 + - -0.02216687727852264 + - -0.06829362864086681 + - 0.025709898256147314 + - - -0.021185861475915006 + - -0.9996621854420074 + - 0.015055705590659057 + - -0.03046425815734917 + - - -0.06860429603706351 + - -0.013569987068091803 + - -0.9975516558134874 + - 0.5773417164486649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985903990048689 + - -0.019244687281852697 + - -0.1662015776624821 + - 0.06449187197806008 + - - -0.023756687409169405 + - -0.9994000505372469 + - -0.025202356824125385 + - -0.03279214455144184 + - - -0.1656168536394089 + - 0.028795503078974407 + - -0.9857696874995755 + - 0.5756602423264302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993492349740168 + - -0.018167674373310554 + - 0.03116154945942929 + - -0.034790214953838744 + - - -0.017476299902157395 + - -0.9995981738305959 + - -0.02231747782048209 + - 0.03741045141509233 + - - 0.031554484603253406 + - 0.02175836580267947 + - -0.9992651740249031 + - 0.5802988128576481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960214902631 + - -0.04103477044045279 + - -0.07910334094697032 + - 0.048490366791937495 + - - -0.03761379294809073 + - -0.9983115754497333 + - 0.04426286144309366 + - 0.035148541701796814 + - - -0.08078609728246221 + - -0.04111138452997769 + - -0.9958832564853661 + - 0.5764013967341228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994507667037468 + - -0.031699475567494785 + - 0.009659616143439678 + - -0.04285046111329135 + - - -0.032001084028926645 + - -0.9989475963765837 + - 0.03285772838190437 + - -0.023594907982256753 + - - 0.008607877570363956 + - -0.03314880001133118 + - -0.9994133586767499 + - 0.5791444849053117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970519612812206 + - -0.023628984165975173 + - -0.07300039460547815 + - 0.025747365138197576 + - - -0.02182610581174686 + - -0.9994391566495373 + - 0.02539671751931493 + - -0.030483687852237876 + - - -0.07355955145571415 + - -0.023728532675779644 + - -0.9970085000273009 + - 0.5772245472412966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855459399221915 + - -0.01859682281467482 + - -0.1683845553608875 + - 0.0645141762800353 + - - -0.024039966643503177 + - -0.9992503530315535 + - -0.030344883754862977 + - -0.03278476892571735 + - - -0.16769400796290682 + - 0.03395423607617292 + - -0.985254195396204 + - 0.5756580102194386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999482220208988 + - -0.017533419543856926 + - 0.026979078657565582 + - -0.034825425641201196 + - - -0.01720559236742346 + - -0.9997758737654269 + - -0.012335713512545251 + - 0.037422984108861995 + - - 0.027189319178642084 + - 0.011865135299550016 + - -0.9995598828919283 + - 0.5801683657833591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962694520643579 + - -0.04186899935923557 + - -0.07545969636859405 + - 0.04851437084121945 + - - -0.0382495814949164 + - -0.9980764706612049 + - 0.04878860756300339 + - 0.03514750404529034 + - - -0.07735727760752588 + - -0.045720297517944194 + - -0.9959545702470683 + - 0.5764527697710163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995087301793862 + - -0.03105825265713474 + - 0.004205144120779823 + - -0.04283894924004856 + - - -0.03121367161764287 + - -0.9985393501058234 + - 0.04410071421628165 + - -0.023586137862839238 + - - 0.0028293107529754388 + - -0.044210306854010555 + - -0.9990182399578786 + - 0.5790745573681062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976546605273673 + - -0.022568527583944967 + - -0.06462073885925546 + - 0.02572455324022179 + - - -0.02069322918905723 + - -0.999349264107676 + - 0.029543841882455527 + - -0.030468107490457294 + - - -0.06524544883555114 + - -0.028137339784334595 + - -0.997472466545372 + - 0.5773003730485495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856131578035975 + - -0.016211637515495137 + - -0.1682375878734807 + - 0.06451971812586853 + - - -0.02384978627130051 + - -0.9987695810541237 + - -0.043480014440922934 + - -0.03279351388975692 + - - -0.16732570292466797 + - 0.04686690484804572 + - -0.9847870847907833 + - 0.5756510604654375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993199529448566 + - -0.01927691934184867 + - 0.03143297674381513 + - -0.03483491559625029 + - - -0.018662846589411905 + - -0.9996314662505905 + - -0.019713696732852143 + - 0.03740362836486702 + - - 0.031801411972889486 + - 0.019113661668624604 + - -0.9993114320041316 + - 0.5800935007570707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961760395936226 + - -0.03989924049955148 + - -0.07772611367567714 + - 0.0485213132614556 + - - -0.0378780927744339 + - -0.9989091930420062 + - 0.02730703469694636 + - 0.035138282191898934 + - - -0.07873085943476493 + - -0.024258496732646167 + - -0.9966007109715187 + - 0.576522701875094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973706494400444 + - -0.020138032512277106 + - -0.06961499322759805 + - 0.025710739487551877 + - - -0.018391245365288907 + - -0.9995019834771165 + - 0.025642681591909338 + - -0.03047520631270444 + - - -0.07009671696633012 + - -0.024294951571155205 + - -0.9972443058742917 + - 0.5773158457148818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823734769725261 + - -0.017093132343825063 + - -0.18614557896331102 + - 0.06450487832539469 + - - -0.023475002608338395 + - -0.999207846918146 + - -0.03213413931851216 + - -0.03279209601517217 + - - -0.1854488500731355 + - 0.03593749412354074 + - -0.9819965481215667 + - 0.5756707064711196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994466412255364 + - -0.018718122103789057 + - 0.027496240613975396 + - -0.03481666643299675 + - - -0.018330108264944883 + - -0.9997297727147202 + - -0.01429645686065225 + - 0.03742253549259879 + - - 0.027756413204688135 + - 0.013784536723471522 + - -0.9995196686775749 + - 0.5801394516842816 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99629140080406 + - -0.040642762761143564 + - -0.07583937314499176 + - 0.04851019271210545 + - - -0.03691762421918203 + - -0.9980721333787569 + - 0.04989093700050391 + - 0.03515262872623308 + - - -0.07772087046537215 + - -0.046906102032874014 + - -0.9958711181102636 + - 0.5765020354605215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975478379062491 + - -0.02096492903708284 + - -0.06677411803264634 + - 0.025728215263932493 + - - -0.0208721984505798 + - -0.9997799754816181 + - 0.0020861346588568275 + - -0.030468424809436206 + - - -0.06680316175457056 + - -0.0006872964755840849 + - -0.9977659370830153 + - 0.5773583262899904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837753927406242 + - -0.019196953448675495 + - -0.17837447579830476 + - 0.06449703502443754 + - - -0.02387996391933514 + - -0.9994232455702777 + - -0.02414380949608929 + - -0.03279019276903212 + - - -0.17780810994226862 + - 0.02801166171546389 + - -0.9836664184807249 + - 0.5756286534756816 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992367504305198 + - -0.018854877932828855 + - 0.034211257901354986 + - -0.03480458432230472 + - - -0.018063344781137053 + - -0.9995653170942211 + - -0.023300052309969413 + - 0.03741892326184053 + - - 0.034635706494493074 + - 0.02266429880820639 + - -0.9991429814571887 + - 0.5801661328106078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958126694486744 + - -0.04108994065590285 + - -0.08166237899056979 + - 0.04847398121701593 + - - -0.03783977366689227 + - -0.9984441088353047 + - 0.040957454277728976 + - 0.03513835545646938 + - - -0.0832182605822991 + - -0.037695865940024186 + - -0.995818127368993 + - 0.5765049432620477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994404829575666 + - -0.03134008714795811 + - 0.011684175756318606 + - -0.04284974286100904 + - - -0.03183583128948603 + - -0.9984804898643272 + - 0.044979897803350925 + - -0.023617365522865058 + - - 0.010256747615766636 + - -0.0453267062320979 + - -0.9989195607407511 + - 0.5791390846017097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980357433482011 + - -0.022196058207329856 + - -0.05858318871024843 + - 0.025738212444902382 + - - -0.02111491256017418 + - -0.9995963106401954 + - 0.019009898003066832 + - -0.03045706873611635 + - - -0.05898148410289413 + - -0.01773557877735121 + - -0.998101514766135 + - 0.5773257091629186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984822555101592 + - -0.017183644786933988 + - -0.17271148576457865 + - 0.06449476701523775 + - - -0.022463120116577598 + - -0.9993367817605643 + - -0.028660161462670922 + - -0.032785517799320964 + - - -0.17210445432294882 + - 0.03210481229153407 + - -0.9845554010973304 + - 0.575639836760932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994201534264144 + - -0.018398327125695724 + - 0.02865062798785095 + - -0.03478590005153461 + - - -0.018012784073791754 + - -0.9997444779993538 + - -0.013657170999536778 + - 0.03743368660211846 + - - 0.028894576221728762 + - 0.01313317436020413 + - -0.9994961846831589 + - 0.5801030706492207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958189780802079 + - -0.041532691017496626 + - -0.08136091489244464 + - 0.048489026756517076 + - - -0.03840985651149101 + - -0.9984779212085403 + - 0.03957933528799665 + - 0.03512809927661817 + - - -0.08288091347262731 + - -0.0362887921529243 + - -0.995898527836057 + - 0.5763968995125641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994964859604624 + - -0.03148127548485917 + - 0.003962807910278687 + - -0.042870047650802996 + - - -0.03163098415230549 + - -0.9984297142896466 + - 0.046234040111705794 + - -0.023600343951516375 + - - 0.0025010786161096627 + - -0.046336108137613664 + - -0.9989227746369661 + - 0.5791489446734758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983589046313145 + - -0.019562823137843913 + - -0.05382186817864409 + - 0.025723963913909676 + - - -0.01914734395504034 + - -0.9997828454901463 + - 0.008224419924475986 + - -0.030479154410741106 + - - -0.053971073389634215 + - -0.007180377044708465 + - -0.9985166825960731 + - 0.5774332310018737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9809132168321987 + - -0.015294547716687847 + - -0.19384359121221917 + - 0.064501745834345 + - - -0.023427397586151248 + - -0.9989356590453502 + - -0.03973293507875786 + - -0.03279321885227211 + - - -0.19302957826780942 + - 0.04351581204314531 + - -0.9802275021728261 + - 0.5756295560873943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995733593081139 + - -0.020296858870846358 + - 0.02100325882974419 + - -0.03486979920535279 + - - -0.0200027747454084 + - -0.999700234017168 + - -0.014118466931770641 + - 0.037433262898382294 + - - 0.021283523298005282 + - 0.013692319963979615 + - -0.9996797147136811 + - 0.5802074634264746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960403246793325 + - -0.04150149246253241 + - -0.07862122955075415 + - 0.048500455988087006 + - - -0.0382772018023892 + - -0.9983806103090248 + - 0.042083402680372986 + - 0.035168391926349435 + - - -0.08024043516126508 + - -0.03890736539990361 + - -0.9960159082478399 + - 0.5763336712201793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994326233707216 + - -0.03310666594233423 + - 0.006195160409550691 + - -0.04285474323563465 + - - -0.03331428722623421 + - -0.9987556481662905 + - 0.037112174855981395 + - -0.02360415228378123 + - - 0.00495879107498447 + - -0.03729750562860279 + - -0.999291902531467 + - 0.5792475519655946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978818114889025 + - -0.022077791966954568 + - -0.06119200439183445 + - 0.02569892890078495 + - - -0.02241398273855828 + - -0.9997371897575952 + - -0.00481298175578073 + - -0.030479319959770053 + - - -0.06106966249638213 + - 0.006174343483297874 + - -0.9981144091761865 + - 0.5774742613626673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864813323694269 + - -0.013558535584828344 + - -0.16331180912424953 + - 0.06453043928882245 + - - -0.024096002822235424 + - -0.997740454086384 + - -0.06271657617797094 + - -0.0328098215041555 + - - -0.16209245366342995 + - 0.06580389344325571 + - -0.9845790390177305 + - 0.5758437304841677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993878368015926 + - -0.01830929897813767 + - 0.029811427741093383 + - -0.034795174794246334 + - - -0.017781179319826423 + - -0.9996819255115055 + - -0.01788511860748663 + - 0.03740331281599928 + - - 0.03012940947030729 + - 0.017344087653631546 + - -0.9993955179549449 + - 0.5800189805902899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996115645610034 + - -0.04168924793654192 + - -0.07756047432417285 + - 0.04851570894946335 + - - -0.03853344230502281 + - -0.9983847538556886 + - 0.04174993524116673 + - 0.03514815303244437 + - - -0.07917571846867333 + - -0.03859909163441119 + - -0.9961131038842767 + - 0.576635986158179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993849684295408 + - -0.030930378594292606 + - 0.016522607454621124 + - -0.042876920602830444 + - - -0.03145877895710165 + - -0.9989686849945377 + - 0.032740061496767475 + - -0.023586894065122627 + - - 0.01549290494432837 + - -0.03323970638103807 + - -0.9993273196586233 + - 0.5791677173212794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980286890949519 + - -0.021156642309718785 + - -0.059085803959921676 + - 0.02572873538314115 + - - -0.02057182493347424 + - -0.9997333586978696 + - 0.010488637927967111 + - -0.030470405497449598 + - - -0.059291953605174516 + - -0.009252458746523522 + - -0.9981978041675039 + - 0.5773820561919776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98717301033682 + - -0.015107049692724448 + - -0.15893780139451424 + - 0.06454157754105586 + - - -0.025340284127560214 + - -0.997719656879568 + - -0.0625568243795369 + - -0.032811176102125035 + - - -0.15763031961800694 + - 0.06578193768580594 + - -0.9853047340855652 + - 0.5758318458679509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991510722706005 + - -0.01958290573118791 + - 0.03624423517792321 + - -0.034836326798372605 + - - -0.01884407095823327 + - -0.9996098754174721 + - -0.020615478592245495 + - 0.037419324251009155 + - - 0.036633806384680646 + - 0.019914988601294016 + - -0.9991303005408155 + - 0.5801238035291784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963468229666789 + - -0.04042159911271399 + - -0.07522700771250004 + - 0.04850278225070259 + - - -0.03724929402519429 + - -0.9983758637945397 + - 0.04310597043486512 + - 0.03514457408282863 + - - -0.07684724106192833 + - -0.040146343764754976 + - -0.9962342960486213 + - 0.5765283425413642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977302022660811 + - -0.02103933880069227 + - -0.06396709864387015 + - 0.025733349256137683 + - - -0.02041225565682798 + - -0.9997371275148667 + - 0.010441057768472354 + - -0.030482852374353706 + - - -0.06416995640551132 + - -0.009111645908065546 + - -0.9978973868107692 + - 0.5773220156393051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839383811422102 + - -0.01626437845311037 + - -0.17776594755121355 + - 0.06452746823185866 + - - -0.0243931836612368 + - -0.9987495674050328 + - -0.043637990319554176 + - -0.0327911650231449 + - - -0.17683391842662982 + - 0.04727337095865211 + - -0.9831047724897333 + - 0.5757237380411984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996538681816589 + - -0.01922866341950432 + - 0.017955565503377378 + - -0.03481272377070642 + - - -0.018930782347820883 + - -0.9996827321320477 + - -0.016615070168484437 + - 0.03743972870920725 + - - 0.01826935437135348 + - 0.016269406261558678 + - -0.9997007237722447 + - 0.5801735568101535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957244388865796 + - -0.04027751193032477 + - -0.08312980113478455 + - 0.04850121756523208 + - - -0.037071621595744654 + - -0.9985215161343463 + - 0.03975520958350749 + - 0.03513845115473771 + - - -0.08460813599334405 + - -0.036503477224358136 + - -0.9957454290501476 + - 0.576490869468431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994416900099111 + - -0.03223097747756175 + - 0.00880183849963107 + - -0.04283160666239909 + - - -0.03253591642454036 + - -0.9987842452390193 + - 0.037033033966164 + - -0.023619933003892667 + - - 0.007597526738880546 + - -0.037298733935143685 + - -0.9992752784064503 + - 0.5792048627504246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973637409421625 + - -0.022939703297459778 + - -0.0688428519635804 + - 0.02570234700096675 + - - -0.022957647265354084 + - -0.9997362976701551 + - 0.0005306155019470904 + - -0.030488351422095418 + - - -0.06883687010530413 + - 0.0010512532500970145 + - -0.9976273754166483 + - 0.5774062500578228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833934508918731 + - -0.014328372260066845 + - -0.18091992287017453 + - 0.06450577023254882 + - - -0.023228867103443688 + - -0.9986165992119946 + - -0.04717316516156728 + - -0.032794606458046806 + - - -0.17999372343518957 + - 0.05059234652244251 + - -0.9823658554720278 + - 0.5756390151662778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994787841014884 + - -0.01967993409929981 + - 0.025590238858938703 + - -0.0348153846365203 + - - -0.019287894504472613 + - -0.9996941646804399 + - -0.015477539515783274 + - 0.0374087975246597 + - - 0.02588700941774957 + - 0.014975890548662342 + - -0.9995526926809215 + - 0.5801101989520372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964743434118315 + - -0.04065324337294694 + - -0.07339071279950371 + - 0.048535694048287684 + - - -0.03765283296483153 + - -0.9984156750743194 + - 0.04181392035691321 + - 0.0351356969427715 + - - -0.07497430954454859 + - -0.03890313058292007 + - -0.9964263140539631 + - 0.5764689154611338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994867393235832 + - -0.031111604314305014 + - 0.007637145625265187 + - -0.042830622924385955 + - - -0.03143185440911704 + - -0.998438394806299 + - 0.046182359240573276 + - -0.023611822745066995 + - - 0.006188412131997918 + - -0.04639870530102551 + - -0.9989038310576617 + - 0.5792393593014529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974897005579078 + - -0.021308496580827806 + - -0.06752958799193336 + - 0.025734538077078144 + - - -0.020331252512406056 + - -0.9996788736479394 + - 0.0151257976075287 + - -0.030472140125149275 + - - -0.06783021046828767 + - -0.013714866220710581 + - -0.9976026087537941 + - 0.5773149527348462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830093261240229 + - -0.01699298297737218 + - -0.18276734741940354 + - 0.06449835106508733 + - - -0.024720514266515885 + - -0.998890398289608 + - -0.04008576279962716 + - -0.03278425247622352 + - - -0.18188337177321406 + - 0.043922781496163556 + - -0.9823386525725473 + - 0.5755770087011021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995271659140113 + - -0.01818564347870367 + - 0.0247936881316586 + - -0.034805382781205235 + - - -0.017914160434617514 + - -0.9997775983542947 + - -0.011128193242510045 + - 0.03743256404810851 + - - 0.024990547329485403 + - 0.010678773346473113 + - -0.9996306499622691 + - 0.5801560749003037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963808076872677 + - -0.039283795197603624 + - -0.07537950323092409 + - 0.0485052375067368 + - - -0.03694792801752686 + - -0.9988003167243507 + - 0.032136862425391814 + - 0.035123113084811294 + - - -0.07655152962338384 + - -0.02923543648057338 + - -0.9966369211333236 + - 0.5764519577325742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99722022584563 + - -0.02227408509153563 + - -0.07110334941284822 + - 0.025720111775352068 + - - -0.02059631695499305 + - -0.9994939096691811 + - 0.02424286002320359 + - -0.03048299450547503 + - - -0.07160735222224056 + - -0.022711003226414436 + - -0.9971743064480603 + - 0.5772917078109714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842713937990875 + - -0.014554394204073187 + - -0.17606246890849325 + - 0.06449564746858925 + - - -0.024178676305270513 + - -0.9983206517764123 + - -0.05264283283452972 + - -0.03277990916144953 + - - -0.17500061417299845 + - 0.05607179189282014 + - -0.9829703653686623 + - 0.5755682353751796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995633439964299 + - -0.01945271078178383 + - 0.022242153266152757 + - -0.03485073546593569 + - - -0.01912734378919228 + - -0.9997082669228307 + - -0.014748754717602263 + - 0.03744649669034278 + - - 0.02252256775425054 + - 0.014316881273176029 + - -0.9996438169930151 + - 0.5802310540814802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957868041079695 + - -0.03966328888735546 + - -0.08267686665007652 + - 0.048508094391844565 + - - -0.037311541816796676 + - -0.9988592781304667 + - 0.029799183544807338 + - 0.03512945224122962 + - - -0.08376448896572929 + - -0.026588832379814444 + - -0.9961307867850431 + - 0.576397216386322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994065711051714 + - -0.03261884011320867 + - 0.011068735314974524 + - -0.04284044167271285 + - - -0.032999935835126996 + - -0.998799630155107 + - 0.03619810819502618 + - -0.023605699304236224 + - - 0.00987470843526714 + - -0.03654189474685529 + - -0.9992833332251809 + - 0.5791914698647725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977716639879344 + - -0.02217278855939745 + - -0.06292911877858068 + - 0.025712989705201434 + - - -0.022010096186891204 + - -0.9997523762977282 + - 0.0032774613482424884 + - -0.030488885390945745 + - - -0.06298620649469422 + - -0.001885082105819184 + - -0.9980126172833997 + - 0.5773923164667499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844481473730188 + - -0.01527272287285527 + - -0.17501025418494795 + - 0.06451818492187238 + - - -0.024193138833980478 + - -0.9985081257383623 + - -0.0489511477681803 + - -0.032795485968521366 + - - -0.1740015435770352 + - 0.05242391410903463 + - -0.983348969624872 + - 0.5757090101710067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995898418122136 + - -0.019029258942895866 + - 0.021401762775947547 + - -0.03482645665262623 + - - -0.01873782431277634 + - -0.9997300660129124 + - -0.013736413281588169 + - 0.03744856738051231 + - - 0.021657379478072697 + - 0.013329756708330486 + - -0.9996765854516353 + - 0.5801564817114206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966399816209247 + - -0.04106487778254665 + - -0.07086905422924307 + - 0.048515773301320606 + - - -0.03777597577624259 + - -0.9981736867918227 + - 0.04714092331056883 + - 0.03514910247255002 + - - -0.07267546139375809 + - -0.04430538126598963 + - -0.9963710706870607 + - 0.576481104540316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976062379915749 + - -0.022165233083491304 + - -0.06550188060393343 + - 0.02573080991162966 + - - -0.020849483705841436 + - -0.9995682483301255 + - 0.02070304227512195 + - -0.030462173211549967 + - - -0.06593248781516818 + - -0.01928780372671126 + - -0.9976376534984551 + - 0.5773002107471392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830073831648313 + - -0.015216683995015988 + - -0.18293424275303538 + - 0.06452579383575685 + - - -0.024309110741886027 + - -0.9985723497348854 + - -0.04756395147471518 + - -0.032784292963941274 + - - -0.1819493110137254 + - 0.05120268423770538 + - -0.9819738964700055 + - 0.5756919925798634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993218191362426 + - -0.018367012127137653 + - 0.03191480320716745 + - -0.034805729512796646 + - - -0.01756522642632 + - -0.9995274942283658 + - -0.025224018358634408 + - 0.03741304344910573 + - - 0.03236301312953966 + - 0.024646321167391176 + - -0.999172254535769 + - 0.5801359936920375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964686155694397 + - -0.04005127411474857 + - -0.07379833078674311 + - 0.04851676453179773 + - - -0.0369767738322833 + - -0.9984091250436272 + - 0.04256685596299803 + - 0.03513046547571416 + - - -0.07538578368684942 + - -0.03968771184389096 + - -0.9963643255087546 + - 0.5764568204489346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973337149572611 + - -0.021000383936831707 + - -0.06988880371028229 + - 0.025737247690002088 + - - -0.020371334387961217 + - -0.9997454134243345 + - 0.009701395376951584 + - -0.030467527943478775 + - - -0.07007474398670734 + - -0.008251800501207577 + - -0.9975076130254272 + - 0.5773389428024248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831035651667157 + - -0.013875202058581136 + - -0.18252358457012244 + - 0.06450762178789217 + - - -0.02421819047033389 + - -0.9982167397667691 + - -0.054560239183358304 + - -0.03280244035508531 + - - -0.18144106317709816 + - 0.0580587565939556 + - -0.9816864679600755 + - 0.57568747122687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994993928028232 + - -0.019154975403606334 + - 0.025180363461933322 + - -0.03480173693980088 + - - -0.018350539568499392 + - -0.9993258160476769 + - -0.03179891630528775 + - 0.03741239450919494 + - - 0.025772494724662733 + - 0.031320924282865495 + - -0.9991770504859163 + - 0.5801470892360542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961154601796285 + - -0.041310094694675815 + - -0.0777654554892068 + - 0.048515427523002294 + - - -0.03823618568032509 + - -0.9984431621910496 + - 0.04061090960023209 + - 0.03516597694349343 + - - -0.07932202780909342 + - -0.03747970050914812 + - -0.9961442104203583 + - 0.5764580397971921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994169493279481 + - -0.033195291636335916 + - 0.007989618839225604 + - -0.042851713435323985 + - - -0.033388035960037865 + - -0.9991211993377037 + - 0.02533906250673093 + - -0.023620907222624027 + - - 0.007141459987195919 + - -0.02559104623041828 + - -0.9996469866418266 + - 0.5792226831943385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997379722632775 + - -0.02084342566744065 + - -0.0692765507759638 + - 0.025719504651604757 + - - -0.019954300367364432 + - -0.9997097210169166 + - 0.013501836953831805 + - -0.030485618266659003 + - - -0.06953786578417413 + - -0.012084093293447163 + - -0.9975061202375941 + - 0.5773318436817139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857396230818085 + - -0.014772227175259415 + - -0.16762809069728346 + - 0.06453182916945997 + - - -0.023361197544485707 + - -0.9985066977451382 + - -0.04938247672390804 + - -0.03279449119005021 + - - -0.16664828212682448 + - 0.0525942569334555 + - -0.9846127127971671 + - 0.5757697598813065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999601188854852 + - -0.019107563455712507 + - 0.02079337054814148 + - -0.034823036434953866 + - - -0.018650868411246694 + - -0.9995853018152683 + - -0.02194013451157138 + - 0.037409283723763044 + - - 0.021203970087527422 + - 0.02154357012348244 + - -0.9995430287080503 + - 0.5801342735751791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966917835998215 + - -0.04056787512002793 + - -0.07042539323889188 + - 0.0485200872048565 + - - -0.03750302150284957 + - -0.9983136757273681 + - 0.04430945986884517 + - 0.03514918920998801 + - - -0.07210417382345866 + - -0.0415217095500392 + - -0.9965324559457556 + - 0.5765112779731588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974258541376203 + - -0.021014625731256918 + - -0.06855691798216856 + - 0.025728471888022283 + - - -0.01996255128981956 + - -0.9996727708808262 + - 0.015995240087367982 + - -0.030461276719596406 + - - -0.06887061814620163 + - -0.014585495014788322 + - -0.9975189728979262 + - 0.5773001437801641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867660360983194 + - -0.017508472428887426 + - -0.16120249190386998 + - 0.06450862232821845 + - - -0.023932059438708676 + - -0.9989913941127564 + - -0.03799277588796309 + - -0.03277810274122969 + - - -0.16037470665236614 + - 0.04134788848124852 + - -0.9861897918678276 + - 0.5757563180702326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995179967535568 + - -0.018740713449658435 + - 0.024749945962659683 + - -0.034822322525303484 + - - -0.018543106145883392 + - -0.9997945200133178 + - -0.008189686550922047 + - 0.03741674211312218 + - - 0.02489834091298624 + - 0.0077267982203266744 + - -0.9996601268476419 + - 0.5801171191586337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958425819603919 + - -0.040586778386357235 + - -0.08154915925180917 + - 0.04851241599865751 + - - -0.03777987210511672 + - -0.9986491282309453 + - 0.03567351885213782 + - 0.03513256747413696 + - - -0.08288686999869901 + - -0.0324442923145125 + - -0.9960306896265944 + - 0.5765038879214996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979810145531005 + - -0.021995736391880037 + - -0.0595825660083813 + - 0.025731152723921073 + - - -0.020140607345209317 + - -0.9992989437088964 + - 0.03155910388540375 + - -0.03046187954985593 + - - -0.06023496100546834 + - -0.030295357447347106 + - -0.9977243811743837 + - 0.5772764005623297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855549188915522 + - -0.015393013992753262 + - -0.1686551421359123 + - 0.06452037306884986 + - - -0.023847232984002233 + - -0.9985521713120928 + - -0.048216912457266226 + - -0.03278750903956788 + - - -0.16766875477462276 + - 0.05154237371448721 + - -0.9844950849974843 + - 0.5757648365775024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993805822126339 + - -0.018750229914068113 + - 0.029780543556263483 + - -0.034781609280627276 + - - -0.018179447067190206 + - -0.9996480065540922 + - -0.019322802507940145 + - 0.037432735243784813 + - - 0.03013236798972412 + - 0.01876943980515172 + - -0.999369675609948 + - 0.5801790170363361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961770408729962 + - -0.04013263754403659 + - -0.07759300639413308 + - 0.04847460406025956 + - - -0.037464338084910204 + - -0.998665630467409 + - 0.03554408382547853 + - 0.03513728888672922 + - - -0.07891594648346137 + - -0.03250122962123252 + - -0.9963513152817774 + - 0.5763749867558008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981135055348164 + - -0.020030788485440088 + - -0.05803617476756786 + - 0.025730800808182557 + - - -0.020165760973340854 + - -0.999795134741062 + - -0.0017408711809967887 + - -0.030485081145864658 + - - -0.05798941414918935 + - 0.0029079306653190494 + - -0.9983129628457603 + - 0.5774293637199741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830656802001954 + - -0.01455314895835067 + - -0.1826747773172952 + - 0.06450726785353085 + - - -0.022975953378508163 + - -0.9987639086820865 + - -0.044076754422592304 + - -0.032792041918255785 + - - -0.18180751903833886 + - 0.0475274717345342 + - -0.9821848937199387 + - 0.5757341773246898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995758019852575 + - -0.01900575544744272 + - 0.02206801634495624 + - -0.03482955270686683 + - - -0.018546565567086573 + - -0.999611004276063 + - -0.02082942716125949 + - 0.03744448238085497 + - - 0.0224553109796995 + - 0.02041130544753219 + - -0.9995394627620924 + - 0.5803371583361017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962277818078406 + - -0.04117795343630478 + - -0.07638444151152161 + - 0.04853758566639923 + - - -0.0381004129085527 + - -0.9984192763006123 + - 0.04131957462946654 + - 0.035175432431529804 + - - -0.07796515433465993 + - -0.03825342941697881 + - -0.9962219179718009 + - 0.5764639795864205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993783299466192 + - -0.0329618903279038 + - 0.012508693741453709 + - -0.04283460111420827 + - - -0.03344953081264999 + - -0.9985984708287408 + - 0.04101491127522908 + - -0.0236183132756567 + - - 0.011139233435017902 + - -0.04140782346987795 + - -0.9990802318302412 + - 0.5792174293499224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980485881354206 + - -0.021756270015277527 + - -0.05852931262124809 + - 0.02572795809397079 + - - -0.020617870222355023 + - -0.9995876819855503 + - 0.01998423003890898 + - -0.030469987094009613 + - - -0.05893996223605493 + - -0.018738482803478028 + - -0.9980856426749338 + - 0.577442818033572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867691859949337 + - -0.017663840493314167 + - -0.1611662567348472 + - 0.06453025945582548 + - - -0.024814201696018688 + - -0.9987898893429691 + - -0.04246189280343129 + - -0.0328053092291567 + - - -0.16022118762849447 + - 0.045899299398656855 + - -0.9860134001876589 + - 0.5757786779985072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993947774354923 + - -0.019502323204392203 + - 0.028805177039799675 + - -0.03482116805059296 + - - -0.019083410144545104 + - -0.9997091323050495 + - -0.014747007938564958 + - 0.03742739677977994 + - - 0.029084399459467097 + - 0.014188381708864835 + - -0.9994762566127151 + - 0.5801949703163182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962904364941676 + - -0.04057285188998598 + - -0.07588945802793913 + - 0.04852282883522647 + - - -0.037739441729707154 + - -0.9985493355596011 + - 0.038405194849256405 + - 0.0351480976492131 + - - -0.07733757617220179 + - -0.03539870256086475 + - -0.9963763501653462 + - 0.5763355537294015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994587327861294 + - -0.032191272060399866 + - 0.006779635733403461 + - -0.04286698642332619 + - - -0.03237263053965173 + - -0.9990666577911138 + - 0.02859765868105315 + - -0.023624334618799266 + - - 0.005852713002320361 + - -0.028801654348806528 + - -0.999568011921793 + - 0.579349427027105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977437608527516 + - -0.02425263215651033 + - -0.06260349441435493 + - 0.025702761190016642 + - - -0.023519645225377903 + - -0.9996462347215274 + - 0.012419005416932404 + - -0.030470640998940965 + - - -0.06288254104184664 + - -0.010918573192246277 + - -0.9979612070574518 + - 0.5773895259454802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858183664397326 + - -0.01809564871777471 + - -0.16683733361445177 + - 0.0645107735477316 + - - -0.02354624407560497 + - -0.9992497245130771 + - -0.030749999194652277 + - -0.03277768787675599 + - - -0.16615571846923902 + - 0.034242306552304216 + - -0.9855048156462498 + - 0.5755937575220885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995507782799133 + - -0.018956918292915393 + - 0.023213721994875213 + - -0.03481257620698721 + - - -0.01842762993557916 + - -0.9995700581214422 + - -0.02280616938582116 + - 0.03744110515959227 + - - 0.023636076133253806 + - 0.0223681504808321 + - -0.9994703606156066 + - 0.5801829916236626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955028457417592 + - -0.041608772040275924 + - -0.08510460745082771 + - 0.04848153230715803 + - - -0.038184747114595796 + - -0.9984096771044871 + - 0.04147338606756247 + - 0.03512872641271712 + - - -0.08669492031170853 + - -0.038037175939008266 + - -0.9955084952117347 + - 0.5765416949378316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994130408355407 + - -0.03309299527234287 + - 0.008855928622249515 + - -0.042849141899961515 + - - -0.033345675069035005 + - -0.9989907079649708 + - 0.030093709539320064 + - -0.023614408931203895 + - - 0.007851099416516311 + - -0.030371352678985483 + - -0.9995078494811338 + - 0.5791420240222752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972526125270419 + - -0.023156071500104746 + - -0.07036350730791976 + - 0.025718742068830788 + - - -0.021445780169195874 + - -0.9994582521786741 + - 0.024965589616226334 + - -0.030460518858606282 + - - -0.07090349300933041 + - -0.02338799915840045 + - -0.9972089531158673 + - 0.5772824874620002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834284800953024 + - -0.01783259364963864 + - -0.18041735820361188 + - 0.06452347644088323 + - - -0.023305375147998738 + - -0.999328898753499 + - -0.028259717007280503 + - -0.03278538518165648 + - - -0.17979233583958626 + - 0.031996104760539275 + - -0.9831840953013324 + - 0.5756625820272459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995888308973108 + - -0.018790559007124036 + - 0.02165834798749484 + - -0.03482027449618803 + - - -0.01856518478601065 + - -0.9997718797542499 + - -0.010560415073055418 + - 0.03743043381124073 + - - 0.02185184338239936 + - 0.010153981724118239 + - -0.999709654647757 + - 0.5802711693090921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996414158871391 + - -0.04106613994088512 + - -0.07397564566108222 + - 0.04853462283681111 + - - -0.037589977507033356 + - -0.998150045438644 + - 0.047785775936508686 + - 0.03518369623338179 + - - -0.07580117143975468 + - -0.044833680879324704 + - -0.9961145132298658 + - 0.5765675127644684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994811304644312 + - -0.03002616791049511 + - 0.011657576341306687 + - -0.042834183954935545 + - - -0.030618894217715034 + - -0.9980429705712256 + - 0.05452258440543568 + - -0.023604541611317666 + - - 0.009997657847066813 + - -0.05485123639421662 + - -0.9984444845376224 + - 0.5791033387746499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969493782579161 + - -0.022320718177820317 + - -0.07479119420881661 + - 0.02569756463497992 + - - -0.021272435597009524 + - -0.9996644074292617 + - 0.014783639703211792 + - -0.030480853299280353 + - - -0.07509607629514131 + - -0.013147549548475555 + - -0.9970896254930872 + - 0.5773213062119044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858090157991564 + - -0.018403515770593515 + - -0.16685890739298334 + - 0.06452843332865055 + - - -0.024503798116379025 + - -0.9991016766193597 + - -0.03457460996535701 + - -0.032801626092560085 + - - -0.16607271975544455 + - 0.038172639202265546 + - -0.9853743965464923 + - 0.5758056767216678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995587995718084 + - -0.018402527990030025 + - 0.02331422660397518 + - -0.034837187195272346 + - - -0.018197932482121648 + - -0.9997942775075928 + - -0.008957561969968527 + - 0.03744939083105786 + - - 0.023474272128044444 + - 0.008529339168179799 + - -0.9996880558061157 + - 0.5802077463052883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964291729425382 + - -0.04077230541326536 + - -0.0739359345672776 + - 0.04850375352106529 + - - -0.038073875474375865 + - -0.9985692884829045 + - 0.03754671896595113 + - 0.03516142099157929 + - - -0.07536101986711075 + - -0.03459761856015248 + - -0.9965559299279473 + - 0.5765504871443179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999378597039933 + - -0.03228583715388408 + - 0.014143708769910661 + - -0.04284468495313648 + - - -0.03263077991585323 + - -0.9991578232097476 + - 0.024877228962290266 + - -0.02362261427553992 + - - 0.013328615103540158 + - -0.02532329042663971 + - -0.9995904556273983 + - 0.579286765219334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985561720642588 + - -0.021003027727294933 + - -0.04944131934587496 + - 0.025736289666201607 + - - -0.02086065274366533 + - -0.9997766320919422 + - 0.003393978491522173 + - -0.030457039603512093 + - - -0.049501559566164345 + - -0.002357699976499848 + - -0.9987712635290112 + - 0.5775141723539171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847802858334593 + - -0.01718625317743208 + - -0.1729520781473622 + - 0.0645255393391985 + - - -0.02373123675838032 + - -0.9990755087856084 + - -0.03584628497759732 + - -0.0327735569632048 + - - -0.17217612214150885 + - 0.039405081480674876 + - -0.9842777161542434 + - 0.5756802277693192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993575742822381 + - -0.018484990885131298 + - 0.030704133869848153 + - -0.03479969680135796 + - - -0.017966260199566823 + - -0.9996926051271611 + - -0.017085337237317713 + - 0.03743774643690575 + - - 0.031010517879622793 + - 0.016522722718971802 + - -0.9993824830438 + - 0.5801912011709333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971775933689085 + - -0.039165054707758565 + - -0.06405424086451948 + - 0.048525865206441 + - - -0.03655231604557459 + - -0.9984711118277649 + - 0.04146525095946195 + - 0.035125725640015024 + - - -0.0655802979155785 + - -0.03900688830405481 + - -0.9970845937984093 + - 0.5763979155173318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994789748405831 + - -0.031836765478490396 + - 0.005310293352017627 + - -0.04282791919408054 + - - -0.032043592062065744 + - -0.9984754412650666 + - 0.04494442566426305 + - -0.023609815207593286 + - - 0.003871312358464162 + - -0.04509116936161838 + - -0.9989753747646761 + - 0.5791722023710819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978083464329348 + - -0.02033405641523308 + - -0.06296848369203888 + - 0.02573943410095218 + - - -0.020151735727915114 + - -0.9997907041269471 + - 0.0035292334146926883 + - -0.03048074992081932 + - - -0.06302706827962663 + - -0.0022525743151408715 + - -0.9980092757950849 + - 0.5774352745626459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852660517873774 + - -0.01500064908175906 + - -0.17036956219477428 + - 0.06452155155405742 + - - -0.022962600784837684 + - -0.9987293677913204 + - -0.04485943464140987 + - -0.032799964151785266 + - - -0.16948016450460895 + - 0.04811060629712198 + - -0.9843585949242355 + - 0.5757414910676583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996319309694418 + - -0.01842000160782451 + - 0.019917482950231536 + - -0.034819946633040715 + - - -0.0181005746518969 + - -0.9997065268628901 + - -0.01610060076547614 + - 0.03743882477571121 + - - 0.020208210796013804 + - 0.01573415674594244 + - -0.9996719784648955 + - 0.5802166127656071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960475866405342 + - -0.04190214414840821 + - -0.07831612518079392 + - 0.04854183112873474 + - - -0.03910318514202172 + - -0.998552212357791 + - 0.03693805770626613 + - 0.03515242919403775 + - - -0.0797505238811416 + - -0.03372965329096483 + - -0.9962440285540267 + - 0.5764763524247792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995064646783773 + - -0.0312286692733796 + - 0.00340547816692657 + - -0.042851399617594585 + - - -0.031333229181359584 + - -0.9988268752036736 + - 0.036920212891230965 + - -0.023613659334952665 + - - 0.0022485139981625823 + - -0.037008696089963745 + - -0.9993124139119464 + - 0.5791806192843073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977604261115471 + - -0.02079863866403923 + - -0.06357317606842282 + - 0.025722640760263645 + - - -0.020279996497348917 + - -0.9997556753433636 + - 0.008792687916865511 + - -0.030480590594336547 + - - -0.06374051951287714 + - -0.007483732254604622 + - -0.9979384449572883 + - 0.5774285699856381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842616963865313 + - -0.015289242039510143 + - -0.17605440097925693 + - 0.06450471915726011 + - - -0.024455884191209153 + - -0.998448973165122 + - -0.050015574713679754 + - -0.03279921038864633 + - - -0.17501663565139705 + - 0.05353398045513514 + - -0.983108992015583 + - 0.5756733245487524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993227297514138 + - -0.019328328539158127 + - 0.03131289699253416 + - -0.03480580557331464 + - - -0.018434639987888433 + - -0.9994214437871191 + - -0.02858219283030023 + - 0.037421226235312875 + - - 0.031847226734829426 + - 0.027985592978421715 + - -0.99910087615563 + - 0.5801942161995355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959860068158044 + - -0.04115828040279702 + - -0.0794850311781608 + - 0.04847841159799023 + - - -0.037844635917936326 + - -0.9983685538061448 + - 0.042755283922171164 + - 0.03510329628484428 + - - -0.08111508959094665 + - -0.03957558243805591 + - -0.9959187293727038 + - 0.5763645990040565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977168504169892 + - -0.02099287061104159 + - -0.06419023116885626 + - 0.025733499025845496 + - - -0.02004955877371998 + - -0.9996818408557467 + - 0.015304648190813777 + - -0.030485740701391754 + - - -0.06449109695905543 + - -0.013982719577160138 + - -0.9978203154707987 + - 0.5774606186635065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853109770040094 + - -0.017241720977436696 + - -0.1698970325024567 + - 0.0645222306655067 + - - -0.0252728704902797 + - -0.9986572291582544 + - -0.045221904727002826 + - -0.03280857101153608 + - - -0.16888919625774218 + - 0.04885142482766282 + - -0.9844236779353287 + - 0.5757853755237187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994974185562225 + - -0.019665226561710172 + - 0.024863410138673967 + - -0.03479592925037269 + - - -0.019160340209259934 + - -0.9996086075632887 + - -0.020384137176946326 + - 0.03744219038015921 + - - 0.025254537463844467 + - 0.019897501090834425 + - -0.9994830152573018 + - 0.5801911395243272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968425023737206 + - -0.040699433523850664 + - -0.06818050727397378 + - 0.04853999358425202 + - - -0.03767962136697246 + - -0.9982758137273245 + - 0.045007175657776184 + - 0.03516519043777168 + - - -0.06989471793304787 + - -0.04229604990877977 + - -0.9966572994601374 + - 0.5766255075534839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999399398382902 + - -0.03216602754523645 + - 0.0128914383934646 + - -0.04281954840836099 + - - -0.03268154589525639 + - -0.9985828446194462 + - 0.04200260693851411 + - -0.023610387932139907 + - - 0.011522112210426236 + - -0.0423986922403764 + - -0.9990343296536494 + - 0.5791425766257767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974599986431533 + - -0.022555209370115556 + - -0.06756340456986219 + - 0.025708347830893066 + - - -0.022096192862104763 + - -0.999727464638883 + - 0.007533572042015916 + - -0.030476278513386176 + - - -0.06771491244771195 + - -0.006021542741011207 + - -0.9976865397785105 + - 0.5773517286201568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847372811038217 + - -0.014234008556444307 + - -0.17346434851192843 + - 0.0645103748511133 + - - -0.024081966107783112 + - -0.9982068770727703 + - -0.054800451394216444 + - -0.032809409963908014 + - - -0.17237327551751253 + - 0.05814141007097578 + - -0.983314309019411 + - 0.5756705739140289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994090187692176 + - -0.018372793851127764 + - 0.029052601412844558 + - -0.03479046427505198 + - - -0.018146518660687568 + - -0.9998030675257523 + - -0.008033058358676704 + - 0.03743318140540129 + - - 0.029194469737383034 + - 0.007501107398281244 + - -0.9995456049248345 + - 0.5801092416694984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961343940701672 + - -0.040014802130207396 + - -0.07819900613780892 + - 0.04852122300974157 + - - -0.03741951536112454 + - -0.9987081681095299 + - 0.034376951892894456 + - 0.03512930275183189 + - - -0.07947357309571082 + - -0.0313178952324093 + - -0.996344890395697 + - 0.5764336574053107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994236321341334 + - -0.03323497183986077 + - 0.006916659498627614 + - -0.042832733638409164 + - - -0.033448558242222946 + - -0.9988796452121262 + - 0.03347608597812199 + - -0.02361047127284473 + - - 0.005796333611250588 + - -0.03368814372597069 + - -0.999415584974022 + - 0.5791879295887372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978647720778874 + - -0.020949494823888998 + - -0.061862875075200115 + - 0.025713410968204276 + - - -0.01996910994631576 + - -0.9996656917947143 + - 0.016423741855823324 + - -0.03049511725181973 + - - -0.06218626290345739 + - -0.015153326869655332 + - -0.9979495204622741 + - 0.5774081753996052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9817115010364705 + - -0.01708178835506336 + - -0.1896068069435076 + - 0.06451836036551334 + - - -0.02381148945297766 + - -0.9991626551392505 + - -0.03327163273892666 + - -0.032788860548168 + - - -0.18887970166947657 + - 0.037177965001813966 + - -0.9812962127795937 + - 0.575706912909508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996743455357148 + - -0.019238209088116767 + - 0.016765863795890932 + - -0.03483479925276202 + - - -0.018810321710194613 + - -0.9995025156566637 + - -0.02531586445612016 + - 0.037441696972943306 + - - 0.01724455493480322 + - 0.024992248940092773 + - -0.9995389001024512 + - 0.5802871971654293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969200908701426 + - -0.03932982596040137 + - -0.06784907670256969 + - 0.04851986374285417 + - - -0.037472920369257756 + - -0.9988932123193646 + - 0.028427638334889316 + - 0.03515353273203479 + - - -0.06889203624850927 + - -0.025797580743638346 + - -0.9972905154313405 + - 0.5765425004049858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973342602894079 + - -0.02051629553620008 + - -0.07002467329770933 + - 0.02574199844546247 + - - -0.019339864354587538 + - -0.9996609006198379 + - 0.017437127592574386 + - -0.03046649496891047 + - - -0.07035867323738974 + - -0.016036377066060193 + - -0.9973928472326581 + - 0.5773433091408441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984261118905446 + - -0.014433478590570694 + - -0.1761298512654089 + - 0.0644929320191786 + - - -0.024769088974391527 + - -0.9980882190227512 + - -0.056625076418242375 + - -0.03280033639425021 + - - -0.17497583273806186 + - 0.06009643703056488 + - -0.9827369313370967 + - 0.5755789660048352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996164369540684 + - -0.019287260052136598 + - 0.019874118117142722 + - -0.03482155714022171 + - - -0.018791410770364895 + - -0.999514779297839 + - -0.0248412730441116 + - 0.03743181187476221 + - - 0.020343594876822996 + - 0.024458282132520007 + - -0.9994938371909126 + - 0.5802566014859165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969133121610511 + - -0.0398003886004503 + - -0.06767405044281082 + - 0.04851017873397942 + - - -0.03712035902754319 + - -0.9984934569184637 + - 0.040409100914055016 + - 0.03514914371732665 + - - -0.06918039448969086 + - -0.037772285584395535 + - -0.9968888240220077 + - 0.5763349787543414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977882465667051 + - -0.021121355723839698 + - -0.06302779819831172 + - 0.02573071364149183 + - - -0.020933410765907413 + - -0.9997742426960325 + - 0.0036408728735527283 + - -0.03050724251034385 + - - -0.06309046938362303 + - -0.00231343337111848 + - -0.9980051305975298 + - 0.5774743596494915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831231446459484 + - -0.016524276921374294 + - -0.1821972303128873 + - 0.06453289681631837 + - - -0.02476490621738972 + - -0.9987660612640269 + - -0.043047117060101434 + - -0.03280120395971638 + - - -0.18126108760984924 + - 0.04683271441383599 + - -0.9823192530838061 + - 0.5757449789850041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995506436988537 + - -0.02056840630049827 + - 0.02180484678838139 + - -0.034833516581296395 + - - -0.01993478937054715 + - -0.9993838498697399 + - -0.028888142762880858 + - 0.037438448282598166 + - - 0.022385594786806164 + - 0.028440486665918512 + - -0.9993447972868253 + - 0.5802332977526389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959999705249041 + - -0.040410763389703945 + - -0.07969334298830368 + - 0.0485067833007754 + - - -0.036938995995418895 + - -0.9983232012710705 + - 0.044567885060129916 + - 0.035142374455756784 + - - -0.08136073555002114 + - -0.04144582012874022 + - -0.9958226120673384 + - 0.5766540920593177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994244990400393 + - -0.03232744365182498 + - 0.010276531783855507 + - -0.04283717051896248 + - - -0.0327968365241748 + - -0.9982419429088323 + - 0.04936993955440759 + - -0.023586509394719443 + - - 0.008662461115241174 + - -0.049678564839751416 + - -0.9987276915971085 + - 0.5791078609416869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978323250359237 + - -0.021786103664666868 + - -0.06209683406193234 + - 0.02571391906329477 + - - -0.020888827268631897 + - -0.9996683346424473 + - 0.015062456922354773 + - -0.030478520733557366 + - - -0.062404390941215276 + - -0.013732676370938104 + - -0.9979564647773708 + - 0.5773721302784917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840843454218517 + - -0.014851061839788512 + - -0.17708034068714792 + - 0.06450685924681827 + - - -0.02218548241564373 + - -0.9989728245836105 + - -0.039510759464080704 + - -0.03277492614557661 + - - -0.1763116713823301 + - 0.04281053264880102 + - -0.9834029961458809 + - 0.575628831339134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996116741496363 + - -0.01866128128321534 + - 0.020694382924600935 + - -0.03483482495854071 + - - -0.018088157241662645 + - -0.9994569159781506 + - -0.02754435824347807 + - 0.037433564773201713 + - - 0.021197157152839742 + - 0.027159338804781087 + - -0.9994063492115332 + - 0.5802707598519569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995901029979909 + - -0.04117985416537151 + - -0.08053172105372464 + - 0.0485174751260735 + - - -0.037838330504483056 + - -0.9983759124114844 + - 0.04258871048964272 + - 0.03516277090394769 + - - -0.08215472737213414 + - -0.03936695476482567 + - -0.9958417764097646 + - 0.5765998058926572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997255484782192 + - -0.022444924585692194 + - -0.07055298315576687 + - 0.02568473620528248 + - - -0.021903635678759276 + - -0.9997244901854807 + - 0.00843649615856719 + - -0.030476273424863004 + - - -0.07072290163651034 + - -0.006867975227381467 + - -0.9974723565595134 + - 0.5773545584680039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985448288753631 + - -0.014117327508004346 + - -0.1693882264402457 + - 0.06450170699866309 + - - -0.02407893294487657 + - -0.998089473377641 + - -0.05689998348839388 + - -0.03279714538709859 + - - -0.1682613300220117 + - 0.06015067910485386 + - -0.9839054937454352 + - 0.5756524952878712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992437786780065 + - -0.019021613132308116 + - 0.03391237247884779 + - -0.03481748700443118 + - - -0.018176686393232062 + - -0.999520898042802 + - -0.02505159570711099 + - 0.03743383957879757 + - - 0.034372646756707606 + - 0.024416236596888817 + - -0.9991107889245232 + - 0.5801186203791047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964408703432859 + - -0.0397949244944515 + - -0.07430986404237165 + - 0.048492971391087526 + - - -0.03691556805379226 + - -0.9985283813949002 + - 0.03972797986490766 + - 0.035162970321920436 + - - -0.07578148022294555 + - -0.0368433919904449 + - -0.9964435416629773 + - 0.5764819852359836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974734141015072 + - -0.022309825018121975 + - -0.06744671873667123 + - 0.025711969864784273 + - - -0.020439195493405046 + - -0.9993905177244685 + - 0.028298981783832628 + - -0.03046869625826193 + - - -0.06803695648884676 + - -0.02684892530586837 + - -0.9973214666102677 + - 0.5772901306006463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866331512255614 + - -0.01658291756595978 + - -0.16211117095289634 + - 0.06450647576108728 + - - -0.024121261742865538 + - -0.9987117115270122 + - -0.04464394685417362 + - -0.03279874890691712 + - - -0.16116199810951332 + - 0.04795752395387704 + - -0.9857620840048387 + - 0.5756787755691346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996141354798831 + - -0.019594754348149716 + - 0.01968821350050358 + - -0.034822057775814166 + - - -0.01894572635983731 + - -0.9992879836211209 + - -0.032627982517056724 + - 0.03743999702343227 + - - 0.02031353247231779 + - 0.0322423850307458 + - -0.9992736306968307 + - 0.5803179722578218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964050735313941 + - -0.04077709526739199 + - -0.07425737635044204 + - 0.04856426337571015 + - - -0.03832372190914251 + - -0.9986809890329865 + - 0.034169789041306235 + - 0.03517649358996501 + - - -0.07555277479965815 + - -0.031201132121298086 + - -0.9966535343711084 + - 0.5766263115556194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994703910202568 + - -0.032075873083154974 + - 0.005484144397111546 + - -0.04285413958481139 + - - -0.032231041179805506 + - -0.9989983402699607 + - 0.03103991176420009 + - -0.023593776910784823 + - - 0.004483018880254428 + - -0.03120023243209863 + - -0.9995031005644265 + - 0.5792028047599246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976207045982947 + - -0.02013447681991985 + - -0.06593582182691234 + - 0.025724255029740514 + - - -0.019666955231227506 + - -0.9997766882328336 + - 0.007732046179362803 + - -0.030479437368321496 + - - -0.06607677828658955 + - -0.006416892501438392 + - -0.9977939080100106 + - 0.5773637170751861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859963849216962 + - -0.016671302705041066 + - -0.1659313008068798 + - 0.06451151404103046 + - - -0.02405937597345656 + - -0.9988018446716976 + - -0.04261480386183793 + - -0.03278415038208897 + - - -0.16502204503978912 + - 0.04601024610379677 + - -0.9852161092391633 + - 0.5757283664490083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995892373726613 + - -0.019273091173869692 + - 0.021210952014114753 + - -0.03480140884194911 + - - -0.018824070009110554 + - -0.9995986793362294 + - -0.02116919123534269 + - 0.03742327762977124 + - - 0.021610435373529083 + - 0.020761219277058648 + - -0.9995508795739698 + - 0.5801994827246518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995090537134219 + - -0.0407046133209058 + - -0.09021062775708304 + - 0.04852289695549651 + - - -0.038287591712299396 + - -0.9988641194756765 + - 0.02836425823027138 + - 0.03514657576092712 + - - -0.09126271542532428 + - -0.024771057274101026 + - -0.9955187147887876 + - 0.576536043409398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978489013526834 + - -0.020718558656348238 + - -0.06219575063013581 + - 0.02572886592296108 + - - -0.01935996062690932 + - -0.9995623432942734 + - 0.02236769528998269 + - -0.03046797794234637 + - - -0.06263195664967768 + - -0.021115472887540322 + - -0.9978132965695378 + - 0.5773971074726054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842396842103325 + - -0.017480730297972702 + - -0.17597348690582498 + - 0.0645049786460003 + - - -0.02409204778861857 + - -0.9990791047744041 + - -0.03550374116239671 + - -0.03279591411501331 + - - -0.17519080243807306 + - 0.039183752646027706 + - -0.9837544491740198 + - 0.5756320958193215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995431460328433 + - -0.01859529718266393 + - 0.023826752641822338 + - -0.03480009724592262 + - - -0.018176748050594396 + - -0.9996787402153372 + - -0.017664149902620302 + - 0.0374286208074096 + - - 0.024147568181317754 + - 0.017222987086026598 + - -0.9995600350488028 + - 0.5802066412272662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960328777751402 + - -0.04076362166546674 + - -0.07910014879687262 + - 0.04851588449755274 + - - -0.0379068439779178 + - -0.9985853348637349 + - 0.037288070139339685 + - 0.03513807884260358 + - - -0.08050824535789174 + - -0.03414170680849464 + - -0.9961690450348256 + - 0.576539211900083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977964902092431 + - -0.024994413748832968 + - -0.061460909588681306 + - 0.025736826227515122 + - - -0.022990134967142813 + - -0.9991874450516752 + - 0.03310443090129085 + - -0.030503213516985463 + - - -0.06223839506533299 + - -0.031618490357035275 + - -0.9975603506792127 + - 0.5773111182453042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850576610504448 + - -0.0136134950270492 + - -0.1716859841657887 + - 0.06452916475870656 + - - -0.022788128497307103 + - -0.9984087688884696 + - -0.051581308690272776 + - -0.03278687327254516 + - - -0.17071059019702664 + - 0.05472296556071771 + - -0.9838004327275038 + - 0.5758499359741874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995728975004304 + - -0.018168989106886343 + - 0.02288908948446422 + - -0.03480628365531961 + - - -0.017914541796495174 + - -0.9997759694624279 + - -0.011272979982426727 + - 0.03744961188939069 + - - 0.023088780279945334 + - 0.010858117714245484 + - -0.9996744517616163 + - 0.5802202507531049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959801219864147 + - -0.041093264418508364 + - -0.07959233774275751 + - 0.04851597555572409 + - - -0.038555292231910836 + - -0.9987059065362469 + - 0.03316627338917274 + - 0.03516019039040992 + - - -0.08085224826087758 + - -0.029964243174890083 + - -0.9962755934389428 + - 0.5763700527061821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974927706756358 + - -0.02266274761832606 + - -0.06704157158235106 + - 0.025729355275448243 + - - -0.020855018734409293 + - -0.9994030627250512 + - 0.027542447410761596 + - -0.030456503381038762 + - - -0.06762573950376354 + - -0.026075238947614404 + - -0.997369962085481 + - 0.5773359331390993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875126006359412 + - -0.017675698733407814 + - -0.1565453073698667 + - 0.06452909094602169 + - - -0.023806834435195445 + - -0.9990176097570389 + - -0.037377132440961615 + - -0.03279986412111676 + - - -0.15573085185477994 + - 0.0406372374752492 + - -0.9869632803255479 + - 0.5757344014345805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990840578434925 + - -0.017995574737986134 + - 0.038822733711454185 + - -0.034811274299884044 + - - -0.01749377550875288 + - -0.999759482998721 + - -0.013226638748379026 + - 0.03744207418299801 + - - 0.03905141715008924 + - 0.01253536772417622 + - -0.9991585716864916 + - 0.5801765618696716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956698754780497 + - -0.04090920743391631 + - -0.0834741625453874 + - 0.048496045787805905 + - - -0.03844771217946545 + - -0.9987831679496816 + - 0.03088619187537823 + - 0.03512709259532571 + - - -0.08463611813930229 + - -0.027543060242582018 + - -0.9960311778949408 + - 0.5765240040975321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972544774540332 + - -0.019914499020352312 + - -0.07132264666045164 + - 0.025725119162565063 + - - -0.01956044585585725 + - -0.9997926598218102 + - 0.0056591805369703785 + - -0.03049744638529521 + - - -0.0714205583554436 + - -0.004248540360916227 + - -0.9974372430128113 + - 0.5774501841094485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831213383920073 + - -0.014449970557419166 + - -0.18238320193811142 + - 0.06451619735882903 + - - -0.023871966793210853 + - -0.9984852646149924 + - -0.04957121693233225 + - -0.032786928819437074 + - - -0.18139063702333713 + - 0.05308836687654108 + - -0.9819771189302985 + - 0.5758045394835863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997165898200661 + - -0.019980347219361844 + - 0.012943174399331722 + - -0.03481495263646945 + - - -0.01964246039657864 + - -0.9994760195992838 + - -0.025726639802773597 + - 0.03740070343966302 + - - 0.013450419625670288 + - 0.025465112820613114 + - -0.9995852210996957 + - 0.5802341605241039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962143367588041 + - -0.04119597266087416 + - -0.07654989923403321 + - 0.04851244548221862 + - - -0.03815765798970573 + - -0.9984409618966514 + - 0.04073866398926502 + - 0.03514956010678803 + - - -0.07810882391226215 + - -0.037663476252386745 + - -0.9962331424840418 + - 0.576512124937085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977899298721421 + - -0.02165943860475297 + - -0.0628181865789886 + - 0.025711098710354312 + - - -0.021080798266795476 + - -0.9997291571425325 + - 0.009859629988788228 + - -0.03047877744350351 + - - -0.06301472677224237 + - -0.008513581996320697 + - -0.9979762838521822 + - 0.5774210679894627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818076645720271 + - -0.011978358287584352 + - -0.1894999438531748 + - 0.06448871909737172 + - - -0.0236822224613975 + - -0.997940272477307 + - -0.05961849467412325 + - -0.03280881006367924 + - - -0.1883954939134984 + - 0.063021674848054 + - -0.9800690824490059 + - 0.5756231489639367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992961538018936 + - -0.01915179545047098 + - 0.03225532092175526 + - -0.03481629160327341 + - - -0.01829898498507388 + - -0.9994805121472968 + - -0.02653022778443025 + - 0.03743098656526332 + - - 0.032746666170133165 + - 0.025921314951233346 + - -0.9991274900061259 + - 0.5802564563825763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954311363743426 + - -0.041942095499078166 + - -0.08577711443987436 + - 0.048523240408661156 + - - -0.03780433253122059 + - -0.9980679373205399 + - 0.04930745313430035 + - 0.03513739040394109 + - - -0.08767944558648848 + - -0.045839427547347655 + - -0.9950934939510844 + - 0.5764315227748202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979236577394066 + - -0.020412374035855448 + - -0.06108770997691653 + - 0.02571842453996768 + - - -0.019927814648140432 + - -0.9997650244183108 + - 0.008531011265022285 + - -0.0304707249617608 + - - -0.06124749404957636 + - -0.007295953404107771 + - -0.998095944053763 + - 0.5774154017536028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829970108745327 + - -0.017366800094907507 + - -0.1827984432816571 + - 0.06449799472616875 + - - -0.02423873156210691 + - -0.9990783184781069 + - -0.03542594302511485 + - -0.03279224802278672 + - - -0.1820147260635628 + - 0.039254398497774505 + - -0.9825119498991268 + - 0.5756335014959156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994410435710668 + - -0.018604108205853388 + - 0.027775665310517207 + - -0.03482005071373249 + - - -0.017877512659733055 + - -0.999497309428787 + - -0.026182493878861242 + - 0.037449770974234166 + - - 0.028248804694677873 + - 0.025671299197360865 + - -0.9992712291619535 + - 0.580233655326998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965866726319939 + - -0.041062007353741055 + - -0.07161644702421618 + - 0.048499782702787035 + - - -0.03793651597250567 + - -0.9982901653103645 + - 0.04446983922247297 + - 0.035120181790511844 + - - -0.07332001560391863 + - -0.04160117061677579 + - -0.9964404236657377 + - 0.5764365903058971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994297900759492 + - -0.031104998773797892 + - 0.013136733232660604 + - -0.04284709026933224 + - - -0.03170742018363142 + - -0.9983219838407249 + - 0.04845468074002391 + - -0.023599507195029706 + - - 0.011607506797012904 + - -0.048843583320647484 + - -0.9987389900040731 + - 0.5791020508469602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973975922820663 + - -0.021468243269260157 + - -0.06882701098310877 + - 0.025723268520088917 + - - -0.0201745398521796 + - -0.999607521471922 + - 0.019436845384833017 + - -0.030469750011453696 + - - -0.0692172727842547 + - -0.017997709512406115 + - -0.9974392470725307 + - 0.5773831942790092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865503605150712 + - -0.017072886065904746 + - -0.16256353443796598 + - 0.0645128274152783 + - - -0.024337030771191513 + - -0.9987872500870237 + - -0.042798808357764236 + - -0.03277081607832381 + - - -0.1616356863468745 + - 0.04617949355485818 + - -0.9857694250047487 + - 0.5755956659851875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993963767723071 + - -0.01902395014596248 + - 0.02906839203032788 + - -0.03479850676357853 + - - -0.018286955956339692 + - -0.9995097706267756 + - -0.0254127067322752 + - 0.037405404294802706 + - - 0.029537591916670988 + - 0.024865794627432825 + - -0.9992543334513541 + - 0.5801345967586264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965932424120103 + - -0.04055600377347493 + - -0.07181308889500547 + - 0.04851321726943622 + - - -0.03812704299409722 + - -0.9986640477897196 + - 0.03487761810644442 + - 0.035119552854113584 + - - -0.07313164685170391 + - -0.032020777788470484 + - -0.9968081219665995 + - 0.5766031873484903 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994118850463838 + - -0.03246408624868373 + - 0.01104387305576234 + - -0.04284321365382925 + - - -0.032810380884057064 + - -0.9989241759867848 + - 0.03277147441550561 + - -0.02361429207576227 + - - 0.009968095820008545 + - -0.033114554702744534 + - -0.9994018527762305 + - 0.5791991888118596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976479279838126 + - -0.018480547720665347 + - -0.06600818998843754 + - 0.02572837603575003 + - - -0.018996888064805005 + - -0.9997935944927684 + - -0.007203239207699536 + - -0.030487689511572977 + - - -0.06586144572858026 + - 0.008440246866903933 + - -0.9977930808536243 + - 0.5774464226000209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853963587180528 + - -0.01544322395965974 + - -0.16957453540828143 + - 0.06451994704441424 + - - -0.0234476208100732 + - -0.9986981172478574 + - -0.04530209359325433 + - -0.03279875115344268 + - - -0.1686541588682287 + - 0.04861663747439495 + - -0.9844755950541048 + - 0.5757826795318698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993439392857921 + - -0.018667855026754516 + - 0.031035499052779653 + - -0.03481194886632547 + - - -0.017966774492984224 + - -0.9995804764194854 + - -0.022717089939356786 + - 0.03742382007015567 + - - 0.03144655827071163 + - 0.02214457833634793 + - -0.9992600920797509 + - 0.5801172674276669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965407789232597 + - -0.04040128946051839 + - -0.0726237685124537 + - 0.04850899291721651 + - - -0.037482940640693484 + - -0.9984513669279678 + - 0.04110835730844977 + - 0.03510171546535934 + - - -0.07417213158558478 + - -0.038244002008162435 + - -0.9965118620500464 + - 0.5765597863527204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994480699630192 + - -0.03238593860369451 + - 0.00739637938140526 + - -0.04283811549109978 + - - -0.03270388769178207 + - -0.9983155334787592 + - 0.04792234703001209 + - -0.02361629440233521 + - - 0.00583191023929997 + - -0.048137787607858896 + - -0.9988236792483359 + - 0.579186453344724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977119121588285 + - -0.019867967258021674 + - -0.06462355772787784 + - 0.025730079685670072 + - - -0.02008962302826888 + - -0.999794312917881 + - -0.002781888503143931 + - -0.03047601538035115 + - - -0.06455499502715673 + - 0.004073786211383031 + - -0.9979058356793729 + - 0.5774256379265794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853410811888476 + - -0.01870943111102121 + - -0.1695668331634903 + - 0.06451884189409023 + - - -0.023887053630420832 + - -0.999307031489013 + - -0.028545848830856493 + - -0.03277805628784702 + - - -0.1689152520953937 + - 0.032177849588166454 + - -0.9851051840313454 + - 0.5755763452162668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994496444662258 + - -0.01906984060867584 + - 0.027143127223937368 + - -0.03481478942680076 + - - -0.018733672422581924 + - -0.9997452896968235 + - -0.01258591461028735 + - 0.03743069121715495 + - - 0.027376224975305587 + - 0.01207049742859626 + - -0.9995523224913878 + - 0.5801517344996152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961176825158344 + - -0.040792779578698236 + - -0.07800968986944554 + - 0.04851913344807632 + - - -0.03783608943050467 + - -0.9985221637036753 + - 0.039011779363895244 + - 0.03515032403480912 + - - -0.07948580323485563 + - -0.035908741648436104 + - -0.9961890229054601 + - 0.5764826616937748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994358194003403 + - -0.032041433366445125 + - 0.010069232711281694 + - -0.042838614210420574 + - - -0.03236103158492668 + - -0.998919142963435 + - 0.033366292211688436 + - -0.023625623728803412 + - - 0.008989245481666745 + - -0.033673318354745796 + - -0.9993924659995441 + - 0.5791700534969627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981774344531208 + - -0.019476257319026177 + - -0.05711816479394949 + - 0.0257399337884544 + - - -0.01959497864896828 + - -0.9998068458683472 + - -0.0015191334814063557 + - -0.030487897484588244 + - - -0.05707754514984127 + - 0.002635593980667726 + - -0.9983662692038617 + - 0.5774602666859536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984959074171965 + - -0.015720946889192476 + - -0.1720711307431105 + - 0.06449673747987625 + - - -0.0245356724373818 + - -0.9984865111783564 + - -0.04922080630099692 + - -0.032790664644220334 + - - -0.17103690532850194 + - 0.05270236070407041 + - -0.9838540736267081 + - 0.5756104105517511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995749327097597 + - -0.019752604533230127 + - 0.021442679693386504 + - -0.034871139217049235 + - - -0.019185420462646596 + - -0.9994688624537899 + - -0.026342221375571573 + - 0.037428691242421534 + - - 0.021951618162468444 + - 0.025919637333149073 + - -0.9994229829559496 + - 0.5801417556014115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995958057902078 + - -0.04082388035797885 + - -0.08000598535383696 + - 0.04851658292037482 + - - -0.03734970834250491 + - -0.9983131710190698 + - 0.04445010524823442 + - 0.03516364784113005 + - - -0.08168565471764774 + - -0.04128224027795399 + - -0.9958028070109978 + - 0.5765558142295538 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983825756979157 + - -0.019520289480042724 + - -0.05339654334702756 + - 0.025746201807284916 + - - -0.02047564427567311 + - -0.999638867995501 + - -0.017403493447261376 + - -0.03048211000784657 + - - -0.05303753891624078 + - 0.018468673241142906 + - -0.9984217183006484 + - 0.5775443899785317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854431021005945 + - -0.015940271484281825 + - -0.1692566107050617 + - 0.06452665021717423 + - - -0.02366162787182231 + - -0.9987644300851749 + - -0.04370057852124751 + - -0.03278960155143692 + - - -0.16835088324334035 + - 0.047069320598917816 + - -0.9846026910229039 + - 0.5757160054192334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993964907784726 + - -0.01868088425348425 + - 0.02928615343779897 + - -0.03480684310171922 + - - -0.01823252585554591 + - -0.9997135812755295 + - -0.015502593788846615 + - 0.03742905417146097 + - - 0.029567367495284897 + - 0.014959277280773297 + - -0.9994508446154995 + - 0.5801136979190626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971732657469169 + - -0.03969311827107338 + - -0.06379603782012885 + - 0.048535024378141625 + - - -0.03764930783378994 + - -0.9987484169957946 + - 0.03292611680763883 + - 0.035120990036896095 + - - -0.06502313203211035 + - -0.030431166758971524 + - -0.9974196390639307 + - 0.5766085494286322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994847185445472 + - -0.03188457946485303 + - 0.0036974299556133397 + - -0.04285081395973807 + - - -0.0319978729519548 + - -0.99882938860244 + - 0.036276557039309466 + - -0.023608761063521836 + - - 0.0025364389363344833 + - -0.0363761742961679 + - -0.9993349490641747 + - 0.5792321353267321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979013940048072 + - -0.020737666353249924 + - -0.06134131590929521 + - 0.02573116427285267 + - - -0.020524594774152187 + - -0.9997809346696469 + - 0.004101668007600048 + - -0.030478930359414402 + - - -0.06141293717629464 + - -0.002834054570577469 + - -0.9981084206047317 + - 0.5774464488150898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832853689677402 + - -0.015755932228750377 + - -0.18138807505891386 + - 0.06452017180348876 + - - -0.02474986429466648 + - -0.9985680059491084 + - -0.04742764712926102 + - -0.0327957348332655 + - - -0.18038106162058903 + - 0.05112424174914609 + - -0.9822672673535472 + - 0.5757319461566772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994977087575705 + - -0.019460888860548895 + - 0.025012076945430447 + - -0.03483224374205284 + - - -0.018741842200785414 + - -0.9994132768573459 + - -0.028667845963421045 + - 0.037441150483293294 + - - 0.025555303545206198 + - 0.02818467395622914 + - -0.9992760132289241 + - 0.5802252780551123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965022850158756 + - -0.03956305431624763 + - -0.07360679786071564 + - 0.048503056721271684 + - - -0.03727272205499604 + - -0.9987851206089541 + - 0.03223394237087302 + - 0.035121626751704306 + - - -0.07479264769179939 + - -0.029377671509624288 + - -0.9967662776538558 + - 0.5764940779558337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999451800987748 + - -0.032465367588795827 + - 0.006488251665222009 + - -0.04285599109056792 + - - -0.03268312046082174 + - -0.99878516153415 + - 0.036878377623573586 + - -0.023615163554516656 + - - 0.005283099401895238 + - -0.03707021724414146 + - -0.9992986980148545 + - 0.5793114459568831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972564723106835 + - -0.02120542190805417 + - -0.07092149544498043 + - 0.025711166680770427 + - - -0.01993668625114598 + - -0.9996291508591435 + - 0.0185496440383989 + - -0.030479314199042182 + - - -0.07128854729740487 + - -0.017084812973203932 + - -0.9973094064481175 + - 0.5772830847018693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836071763257128 + - -0.01552501433442719 + - -0.1796549376178511 + - 0.0644962118242676 + - - -0.02396840697374266 + - -0.9987028830722608 + - -0.04492289850727715 + - -0.03279722470078351 + - - -0.17872447551384554 + - 0.04849252801277646 + - -0.9827034326688957 + - 0.575677618670299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993528079696555 + - -0.019247776047415566 + - 0.03038895063001144 + - -0.03481264251497233 + - - -0.018743017059837233 + - -0.9996830388852732 + - -0.01680836329332218 + - 0.03741714604672766 + - - 0.030702842126737833 + - 0.01622790443446675 + - -0.9993968133844569 + - 0.5801140037074087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958698362127726 + - -0.0410158814626859 + - -0.08099979499594151 + - 0.048519418934311526 + - - -0.03751840814655718 + - -0.9983162122799337 + - 0.044239228623418496 + - 0.035156347474506106 + - - -0.08267791949301823 + - -0.04101752999493798 + - -0.9957318533929809 + - 0.5764801622548088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980775755215099 + - -0.021093164843417375 + - -0.05827719655228135 + - 0.025715931400787793 + - - -0.02127681212070836 + - -0.9997704155057267 + - -0.0025324978749912282 + - -0.030479015646036164 + - - -0.05821039861644042 + - 0.003767582301049104 + - -0.9982972276914927 + - 0.5774481741271347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831129884448282 + - -0.015089092445556297 + - -0.18237645473100025 + - 0.06451447580656469 + - - -0.023294107965374733 + - -0.9988064318888642 + - -0.04293129571225208 + - -0.03277893882852266 + - - -0.18151098172060168 + - 0.04645461125232698 + - -0.9822910630807032 + - 0.5756196409722663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995761308480867 + - -0.018551709822383102 + - 0.02243641462967909 + - -0.03481518860178587 + - - -0.018375251195159533 + - -0.9997987889522532 + - -0.008045604583997102 + - 0.03745787247176925 + - - 0.022581159896771723 + - 0.007629919545666348 + - -0.999715897415582 + - 0.5801175493424329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965996740911685 + - -0.03938841984534633 + - -0.07237155507147511 + - 0.04850422331615116 + - - -0.03691811014460779 + - -0.9986995503216073 + - 0.03516050811309705 + - 0.035138567652036885 + - - -0.07366235636149196 + - -0.03236912988492714 + - -0.996757792387783 + - 0.5765155637773527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994625544117015 + - -0.03177838088006547 + - 0.008045920548826661 + - -0.04286203821410525 + - - -0.03201017031334156 + - -0.9990209395607115 + - 0.030537048248711503 + - -0.023618393096087622 + - - 0.007067625156119157 + - -0.030778187533946132 + - -0.9995012515483799 + - 0.5793222819485979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974216218357657 + - -0.020323550263472826 + - -0.06882631472917189 + - 0.02572196744623369 + - - -0.01973335425696864 + - -0.9997625407725115 + - 0.009244284605178716 + - -0.03047243588907633 + - - -0.06899784796846861 + - -0.007862275292856389 + - -0.9975858266850726 + - 0.5773789181985267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843108033889484 + - -0.015811787059836435 + - -0.1757334052528932 + - 0.06452187521677596 + - - -0.023652354045530954 + - -0.9988117057257766 + - -0.04261153192821968 + - -0.03278172306823471 + - - -0.17485081778449893 + - 0.04609949994456793 + - -0.9835151384828568 + - 0.5757867421437027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994280399101587 + - -0.01922609226401544 + - 0.027819964370818896 + - -0.03482060122234785 + - - -0.0186263251814381 + - -0.9995918739820687 + - -0.021659766371141816 + - 0.03743491735962938 + - - 0.028225042986209817 + - 0.021129194146315346 + - -0.9993782587704992 + - 0.580217820777445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971431236028037 + - -0.03936453568323374 + - -0.06446723494991136 + - 0.04855176023412328 + - - -0.03731929223740557 + - -0.998770572475849 + - 0.03262842293408695 + - 0.035145895768422794 + - - -0.06567237987573449 + - -0.030129335981895596 + - -0.9973862650120809 + - 0.5766113744900362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993928535032419 + - -0.033036929135041825 + - 0.011067324878844834 + - -0.04284684059732457 + - - -0.033257123503358306 + - -0.999239822322554 + - 0.0203406298101267 + - -0.02361352623961305 + - - 0.010386919799923622 + - -0.02069634745834316 + - -0.9997318505974255 + - 0.5792643287078563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975318993904774 + - -0.021922985813077004 + - -0.06670451552531008 + - 0.025726516252160193 + - - -0.021316043481801914 + - -0.9997247825029089 + - 0.009797221024008986 + - -0.030468588529427087 + - - -0.06690094161301947 + - -0.00835116414345796 + - -0.9977246724767009 + - 0.5773724282413177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982732951487667 + - -0.015513541181064867 + - -0.1843780792295066 + - 0.06448739595876986 + - - -0.02245227950999545 + - -0.9991136925438184 + - -0.03560511924233671 + - -0.03277101676905321 + - - -0.18366230207950635 + - 0.039130032091468855 + - -0.9822102623081151 + - 0.575625003363259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995812555248133 + - -0.019329773791063643 + - 0.021533078010919384 + - -0.03484388616853409 + - - -0.019029073046929284 + - -0.9997197415612237 + - -0.014083064713847543 + - 0.03741817135075942 + - - 0.021799265639297582 + - 0.01366741299390991 + - -0.9996689421201606 + - 0.5800366024128918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969058674560561 + - -0.03904822591818487 + - -0.06821970011903285 + - 0.048515340109249114 + - - -0.036852896858192374 + - -0.9987707761184055 + - 0.03314816382543133 + - 0.03514772903254986 + - - -0.06943021982427976 + - -0.030531505440783546 + - -0.9971194871983357 + - 0.5765427818280309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982611838084169 + - -0.020137993564447145 + - -0.05539918877218749 + - 0.02572988995759704 + - - -0.020146985150314167 + - -0.9997969503775229 + - 0.0003962387648578297 + - -0.03048421326583383 + - - -0.05539591944151843 + - 0.0007205768550549504 + - -0.9984642071092111 + - 0.577462438043063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844047369812314 + - -0.01601931664688929 + - -0.17518760031200586 + - 0.06452871000896382 + - - -0.023988100698331717 + - -0.9987669452719748 + - -0.04346446890248655 + - -0.03277794872660754 + - - -0.1742753133229119 + - 0.046989046875364676 + - -0.9835751850468505 + - 0.5757544703112025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992602294919374 + - -0.01929940063402965 + - 0.0332644989574165 + - -0.034773329219366295 + - - -0.01848380303142423 + - -0.9995251488921002 + - -0.024654122529905072 + - 0.037424488445383174 + - - 0.033724513061217945 + - 0.024021029690487382 + - -0.9991424559848269 + - 0.5802138863493342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964515540477372 + - -0.04029793962616489 + - -0.07389436039195033 + - 0.04850567110815673 + - - -0.037443221725864895 + - -0.9985130424046156 + - 0.0396195569721211 + - 0.035135736812973314 + - - -0.07538106912638734 + - -0.03671212619510617 + - -0.9964787575295313 + - 0.5764896516355511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993178152262799 + - -0.033171720103560745 + - 0.016233950743601983 + - -0.042846042281993166 + - - -0.03372807024591047 + - -0.9988078238170857 + - 0.03528949361020787 + - -0.023625971133437704 + - - 0.015043983809536643 + - -0.03581295948604355 + - -0.9992452704336358 + - 0.5791957715476612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977079069939518 + - -0.01929642124062231 + - -0.06485815638030681 + - 0.025742717689485432 + - - -0.02004352454388494 + - -0.9997398193299328 + - -0.010888102222741395 + - -0.030491619903413966 + - - -0.06463118013471947 + - 0.012163131729067318 + - -0.9978350909749244 + - 0.5774862724286788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845208403866149 + - -0.014377005685392852 + - -0.17467689186596969 + - 0.06451883439977943 + - - -0.02401481222947721 + - -0.9982957516314219 + - -0.05318722655147705 + - -0.03279352768382739 + - - -0.17361452599945787 + - 0.05655876574128342 + - -0.9831882334425118 + - 0.5757182512379678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994527786226073 + - -0.018162700238862704 + - 0.02764524594903745 + - -0.03479169972037129 + - - -0.01788197854773816 + - -0.9997863466381708 + - -0.010368023877175813 + - 0.03742636121755897 + - - 0.027827650759052358 + - 0.00986799857786127 + - -0.9995640271925054 + - 0.5802268656981506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965500398130765 + - -0.04036470984851409 + - -0.07251695213810926 + - 0.04853355086607547 + - - -0.0374456552237606 + - -0.9984501363018472 + - 0.041172177786537145 + - 0.03514764898734969 + - - -0.07406646375667471 + - -0.03831469062472306 + - -0.9965170060911722 + - 0.5765389244620385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994071877486286 + - -0.03287279835992831 + - 0.010229966000186115 + - -0.04292670465048366 + - - -0.03311915897768051 + - -0.9991405705412548 + - 0.02492471879695222 + - -0.02361672571075429 + - - 0.009401828810853469 + - -0.02524875098858383 + - -0.9996369872051194 + - 0.5793401389800138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997935549961104 + - -0.020929207338755907 + - -0.06071743080862549 + - 0.02574063723988124 + - - -0.020134854302903713 + - -0.9997038795486471 + - 0.013665315861149848 + - -0.03047045069185583 + - - -0.06098545536461704 + - -0.012414567876310461 + - -0.9980614473760695 + - 0.577413295284896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845151124108785 + - -0.01620251083846081 + - -0.17454933995041286 + - 0.0644973387337915 + - - -0.02431921503832437 + - -0.9987149940618386 + - -0.04446275313091851 + - -0.03277617647553874 + - - -0.17360463477256297 + - 0.04801915532983505 + - -0.9836440369904622 + - 0.5756432026273431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995465203068195 + - -0.018955171879643063 + - 0.023397760609555753 + - -0.03481516118641451 + - - -0.018432201778805547 + - -0.9995798711724053 + - -0.022368171238251126 + - 0.037438364819258885 + - - 0.023811923066276847 + - 0.021926755482093475 + - -0.9994759675519542 + - 0.5802495299238789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972161589854571 + - -0.04081462028018521 + - -0.06240271652481025 + - 0.048565958223629524 + - - -0.03820318527558334 + - -0.9983664802875358 + - 0.04248396960122301 + - 0.03518562844461383 + - - -0.06403474754452448 + - -0.03998171844308951 + - -0.9971464352326831 + - 0.5767127358338973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994837768018555 + - -0.031182471972110003 + - 0.0077352021051300575 + - -0.042861400678984855 + - - -0.03147986884751078 + - -0.9986264549122906 + - 0.04188342639582948 + - -0.023620812030925885 + - - 0.006418548686592229 + - -0.04210530834728467 + - -0.9990925608980072 + - 0.5791867931628821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978148104606359 + - -0.02379138560719517 + - -0.061640684586521596 + - 0.025704790290534688 + - - -0.02304292784334502 + - -0.9996522120312034 + - 0.01282491549789552 + - -0.030471367036409985 + - - -0.061924369208024146 + - -0.01137650877956468 + - -0.9980160056563104 + - 0.5773929514974911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831743612672275 + - -0.016177366476062945 + - -0.1819518292314715 + - 0.06452774286908348 + - - -0.023484375897300874 + - -0.9989988357304042 + - -0.03807637453869013 + - -0.0327900293756932 + - - -0.18115369009626517 + - 0.04170874036932176 + - -0.9825699575812962 + - 0.5757780833555254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993480677874965 + - -0.01800597299676089 + - 0.03129256055098489 + - -0.034820135990074254 + - - -0.017405236914637787 + - -0.9996609709361801 + - -0.019364940353105074 + - 0.03742701191373744 + - - 0.03163063605655864 + - 0.01880766129464014 + - -0.9993226579735316 + - 0.5802335258968307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961830373534493 + - -0.04190804896988917 + - -0.07657069622769266 + - 0.048543115543586035 + - - -0.03954889220307746 + - -0.9987028050296763 + - 0.03207167521921183 + - 0.03512990827290763 + - - -0.07781543044130498 + - -0.028920972621864185 + - -0.9965482106390241 + - 0.5765096504433636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993711443984452 + - -0.032684799913390405 + - 0.013748439851978968 + - -0.04285968008371817 + - - -0.03316262060789128 + - -0.9987979611038976 + - 0.036095338883500354 + - -0.023609789911221427 + - - 0.012552144763302932 + - -0.03652857442221504 + - -0.9992537750304086 + - 0.5792198373113802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978969155332238 + - -0.019752120612061455 + - -0.0617381543342898 + - 0.025726408685885875 + - - -0.019915158618278687 + - -0.999799619791198 + - -0.002026505017445789 + - -0.030473129387104683 + - - -0.06168575545850768 + - 0.0032517682425889055 + - -0.998090323355963 + - 0.5774712711211174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856439064964502 + - -0.01504882401081868 + - -0.16816546162131016 + - 0.06451434276442762 + - - -0.02390949171220237 + - -0.9984231044686434 + - -0.05079016311512002 + - -0.0328069805575354 + - - -0.16713595003015078 + - 0.05408176549529221 + - -0.9844494587577521 + - 0.5757353070423517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995532671019898 + - -0.01886712009015361 + - 0.023179689498396206 + - -0.03481851908296167 + - - -0.018363031144181054 + - -0.999594335082804 + - -0.021770722486065184 + - 0.03741081043697017 + - - 0.023581037147169203 + - 0.021335347427945708 + - -0.9994942409224743 + - 0.5802116638006118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961961514850997 + - -0.041264528000136094 + - -0.07674937455903061 + - 0.048525524912386916 + - - -0.03763073043826952 + - -0.9981283497577116 + - 0.04820503642389766 + - 0.03515268158710244 + - - -0.07859488464880324 + - -0.04513353674234924 + - -0.9958844350466414 + - 0.5765980015557278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975844825589337 + - -0.021370305131688968 + - -0.06609470641589225 + - 0.02572112893493338 + - - -0.020340567317673374 + - -0.999661631373485 + - 0.016213700407319225 + - -0.03046127815484349 + - - -0.06641883376588058 + - -0.014830132106006805 + - -0.9976816153978678 + - 0.5773799861530252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845068682749689 + - -0.018367221559459183 + - -0.17438139663277938 + - 0.0645103496901897 + - - -0.02396651233312496 + - -0.9992607889905906 + - -0.03005797518944076 + - -0.03278365785985361 + - - -0.173700410494619 + - 0.0337715969135101 + - -0.9842193082011309 + - 0.5756292308617045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995207415258385 + - -0.018989162587447605 + - 0.024447882604952845 + - -0.034802227949336226 + - - -0.01846553194535876 + - -0.9995989781686219 + - -0.02146874412306275 + - 0.037422726490832975 + - - 0.024845751942998446 + - 0.021007011888274026 + - -0.9994705568759454 + - 0.5803649742092442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956960409093116 + - -0.04073708506954497 + - -0.08324592493064809 + - 0.04848581184780816 + - - -0.037652837776471534 + - -0.9985570130997153 + - 0.038290408678335594 + - 0.0351336506689034 + - - -0.08468564178714807 + - -0.03499116301885227 + - -0.9957931314212242 + - 0.5764910254469653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994919604273782 + - -0.03130700357735759 + - 0.005974325739660581 + - -0.042862447923633994 + - - -0.0315090716972513 + - -0.9988028731532053 + - 0.03741656025986732 + - -0.023627288380610432 + - - 0.0047957733280180525 + - -0.037585796624657615 + - -0.9992818963887402 + - 0.5792054168802877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984178119008165 + - -0.02336906059169774 + - -0.05114450005863378 + - 0.02570932431381854 + - - -0.02250235865316887 + - -0.9995943675598956 + - 0.017456924058288737 + - -0.03049909153652969 + - - -0.051531706106339885 + - -0.016278432037338964 + - -0.9985386802303534 + - 0.5774182370706301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.981508831387844 + - -0.013859998954259087 + - -0.19091441626199113 + - 0.06448466091128502 + - - -0.02298130926324867 + - -0.9986932996008163 + - -0.04564595006111082 + - -0.03277561300977486 + - - -0.19003229549793849 + - 0.049189366344998174 + - -0.9805448143284233 + - 0.5755568416007969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995627060500855 + - -0.018394350769951405 + - 0.023152635564499233 + - -0.03481229664746547 + - - -0.017869650271937994 + - -0.999583306378802 + - -0.022669124552596162 + - 0.03744081420946463 + - - 0.02355997183761375 + - 0.022245481981168214 + - -0.9994748952617253 + - 0.5801512462565283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957379530562671 + - -0.04093488473391751 + - -0.08264541157944615 + - 0.04852646734298846 + - - -0.038537492935781785 + - -0.9987946686241252 + - 0.03039854546273407 + - 0.035186265386410204 + - - -0.08379015742639308 + - -0.027084038470033014 + - -0.9961152866905595 + - 0.5764298455775141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981854794883819 + - -0.02110242124882769 + - -0.05639535757476986 + - 0.02572319488076176 + - - -0.020757252962142918 + - -0.9997620992541231 + - 0.006699354032707377 + - -0.030465827606085637 + - - -0.05652331366803202 + - -0.005516585214330437 + - -0.9983860387142638 + - 0.5774338708742087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98321374442677 + - -0.016039661850111304 + - -0.18175109908340123 + - 0.06450462670429707 + - - -0.023435404070425943 + - -0.998979225034976 + - -0.038617221347145056 + - -0.03276167483317183 + - - -0.18094616493959223 + - 0.04222839324734741 + - -0.9825860004078021 + - 0.5756356202909104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995225600211516 + - -0.01916279117664284 + - 0.024237150061089015 + - -0.03483721598170665 + - - -0.01844608030110621 + - -0.9993958471928617 + - -0.02945645489853259 + - 0.03743062035386598 + - - 0.024786975012867328 + - 0.028995310793032074 + - -0.9992721740455545 + - 0.5802335969047183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958630821016394 + - -0.040119186060367275 + - -0.0815301945102375 + - 0.04847798185218858 + - - -0.03787022780997298 + - -0.9988633241396442 + - 0.02894659797491437 + - 0.035110184439164624 + - - -0.08259883505621783 + - -0.02573928123616119 + - -0.9962504312916517 + - 0.576484462071968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974340260111735 + - -0.024030217934587778 + - -0.06743821158036518 + - 0.02570294226379408 + - - -0.02268271639508364 + - -0.9995288781639393 + - 0.02067646230081153 + - -0.030477090556768043 + - - -0.0679032998615096 + - -0.019093725208897624 + - -0.9975091836798119 + - 0.5773218693186911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881009082721459 + - -0.016202419799746338 + - -0.15295122315428888 + - 0.06452846466839196 + - - -0.024117609620785175 + - -0.998456125929188 + - -0.05003704128601598 + - -0.032794719588060156 + - - -0.15190436457830858 + - 0.05313046383301999 + - -0.986966168536161 + - 0.5759197668443004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995024724732413 + - -0.019151948802826984 + - 0.025060135213749384 + - -0.03481216404226097 + - - -0.018401005850182926 + - -0.9993846812116297 + - -0.029860709020904076 + - 0.037423125831160094 + - - 0.025616606012097726 + - 0.029384720801523066 + - -0.9992398749448691 + - 0.5802266938103919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995798424418606 + - -0.04157215978907599 + - -0.08159199382227016 + - 0.048513095783432304 + - - -0.03829932675352194 + - -0.998413466240366 + - 0.04127604632379977 + - 0.035129821076081286 + - - -0.0831784797627896 + - -0.03797770346359874 + - -0.9958107423320869 + - 0.5766184287990521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994840045205443 + - -0.032096636018925546 + - 0.0012372000020787106 + - -0.0428625177311951 + - - -0.032120450536177146 + - -0.9987859556652287 + - 0.0373482452499202 + - -0.02361823811196656 + - - 3.6944952692954816e-05 + - -0.03736871314567576 + - -0.9993015450367853 + - 0.5792629246921843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978369949707655 + - -0.022979809768822808 + - -0.06158944561125069 + - 0.025738806677840485 + - - -0.020481338657660365 + - -0.9989534937085369 + - 0.04089538084305501 + - -0.030463429307182793 + - - -0.06246475994112775 + - -0.03954548963531744 + - -0.997263409543838 + - 0.5771902379241837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847339657748547 + - -0.014615715842513184 + - -0.1734514269175619 + - 0.06452858092304647 + - - -0.023346863316995446 + - -0.9985549131049528 + - -0.048404643240273604 + - -0.0328042091598303 + - - -0.172493306022538 + - 0.05171524305629378 + - -0.9836521707458608 + - 0.5758065719623466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994094189176332 + - -0.019192520804477923 + - 0.02850369316226301 + - -0.03486516115788587 + - - -0.018821885256468395 + - -0.9997355157058677 + - -0.013214963931676605 + - 0.03743008748496915 + - - 0.028749782853285947 + - 0.0126706661818887 + - -0.9995063302472859 + - 0.5802213429293328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965435760816624 + - -0.0399564103524222 + - -0.07283121749717363 + - 0.04849301990616543 + - - -0.037757993160613595 + - -0.9987960799575183 + - 0.03131652301867604 + - 0.0350951696745039 + - - -0.07399483037925568 + - -0.028458319227337676 + - -0.9968524911660208 + - 0.5764528607542222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979172870944594 + - -0.02167771748574784 + - -0.060754956033582073 + - 0.025732445283892798 + - - -0.020693662187697043 + - -0.9996450413501073 + - 0.01677985844409163 + - -0.030494801027250617 + - - -0.061097139567215956 + - -0.015487668279969643 + - -0.9980116590841781 + - 0.5773503233425059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824783385716525 + - -0.013806654359601727 + - -0.1858647102945578 + - 0.06450984703658875 + - - -0.02380574804901247 + - -0.9983802391619875 + - -0.0516738271340597 + - -0.03278716379873003 + - - -0.18485021124497625 + - 0.05519306429478468 + - -0.981215636369723 + - 0.5755762858926053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993092530121347 + - -0.01903843797639136 + - 0.03191480414710984 + - -0.03485478494123194 + - - -0.018236905067415616 + - -0.9995155538246956 + - -0.025220486832613187 + - 0.037424640809251175 + - - 0.03237950181660229 + - 0.024621038603825057 + - -0.999172343652574 + - 0.5802672954321675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966877726031736 + - -0.04083273268089727 + - -0.07032902590776308 + - 0.04855573026710859 + - - -0.03764396166486695 + - -0.9982279908150637 + - 0.04608481857939968 + - 0.03516596867093307 + - - -0.07208617130558714 + - -0.04328471202552395 + - -0.9964587385393185 + - 0.5766429999021214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993385797570389 + - -0.031988080014100626 + - 0.017296408476790884 + - -0.042831006399582684 + - - -0.03276596525469076 + - -0.9983697486094257 + - 0.046735816912510456 + - -0.023602959517758447 + - - 0.015773221931897917 + - -0.04727163841631467 + - -0.9987575269660417 + - 0.5791300252401406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988747506122034 + - -0.02264446456078235 + - -0.04167086289199975 + - 0.025736102615966146 + - - -0.021207646736857374 + - -0.9991760228996174 + - 0.03460507162813194 + - -0.03045328963216619 + - - -0.04242014037333012 + - -0.033682391353034184 + - -0.998531936496499 + - 0.5773863529881188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9822398534632671 + - -0.016699439810751136 + - -0.18688498863864508 + - 0.06449689469965772 + - - -0.02419005071688879 + - -0.9989897348769166 + - -0.037872827421019224 + - -0.03278220646370156 + - - -0.18606373025061532 + - 0.04172095780965553 + - -0.9816514910927764 + - 0.5756563051017013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995062653738651 + - -0.019638471668353225 + - 0.024526636722553053 + - -0.03479030345575614 + - - -0.01911771658812428 + - -0.9995905568806427 + - -0.021289234544811738 + - 0.03742168947956429 + - - 0.024934682489355226 + - 0.02080983002283141 + - -0.9994724671463326 + - 0.5802574648617438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959398986820986 + - -0.04024136815921951 + - -0.08052546492734713 + - 0.048472536754932925 + - - -0.03786134073678464 + - -0.9988061129461221 + - 0.030868553886958052 + - 0.03510844615713571 + - - -0.08167151945877063 + - -0.02769442236503761 + - -0.9962744510822121 + - 0.5763956590560027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973794244923967 + - -0.0218716506337512 + - -0.06896313868851055 + - 0.025724636957779302 + - - -0.02082435324536291 + - -0.9996572028351026 + - 0.01586893606421985 + - -0.03046654081694987 + - - -0.06928657814561166 + - -0.014391237558079733 + - -0.9974929886322101 + - 0.5773912498323783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851743767953093 + - -0.016013887561350654 + - -0.17080691646167748 + - 0.06451337788142707 + - - -0.022683460872976017 + - -0.9990515692601805 + - -0.03716749334559776 + - -0.032767519679826905 + - - -0.1700497218721578 + - 0.040490954100185224 + - -0.9846032575241962 + - 0.575718507463734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993256713193859 + - -0.019129057435371875 + - 0.03134137526805589 + - -0.034800519392906175 + - - -0.018379544790897512 + - -0.9995422578606182 + - -0.024030544816465525 + - 0.03741009955160455 + - - 0.03178671067188697 + - 0.02343830012033744 + - -0.999219821216598 + - 0.5801278443683188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963946897317795 + - -0.03936908297253245 + - -0.0751511648626475 + - 0.048533491232559824 + - - -0.03707951696150869 + - -0.9988118553840878 + - 0.03162257051693012 + - 0.0351342270782256 + - - -0.07630682601322217 + - -0.02872199244653623 + - -0.9966706153256902 + - 0.5766875991043341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994849781815623 + - -0.031539504522020215 + - 0.005919294206872315 + - -0.042868898865930746 + - - -0.03172560315558666 + - -0.9988995466273771 + - 0.0345424644753984 + - -0.02359948232740842 + - - 0.004823328085075266 + - -0.03471246753149936 + - -0.9993857013706259 + - 0.5792124942529369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973309767555023 + - -0.02155051419772548 + - -0.069760290579451 + - 0.02570445155425824 + - - -0.02017491866960605 + - -0.9995890590568555 + - 0.020363832412034828 + - -0.030462213085154965 + - - -0.07017047427936189 + - -0.01890207268117154 + - -0.9973559124945144 + - 0.5773298222732532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848128648613762 + - -0.014682302272787943 + - -0.17299725779184838 + - 0.06450259873332069 + - - -0.02247011764537776 + - -0.9988161070155236 + - -0.04314485113380287 + - -0.032787421715170684 + - - -0.1721589818061539 + - 0.04637687318400857 + - -0.9839768648790193 + - 0.5756800928958571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995054422460593 + - -0.01838555244254238 + - 0.025511612687008196 + - -0.03481804075290813 + - - -0.017825443124688607 + - -0.9995987934444547 + - -0.02201149067644837 + - 0.03742984863594792 + - - 0.025906070676926005 + - 0.02154584892208719 + - -0.9994321647297075 + - 0.5801814060993955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961514348418123 + - -0.03948736022908438 + - -0.07825003031780207 + - 0.04852191335980695 + - - -0.0365865093256457 + - -0.9986014429366493 + - 0.0381652394228937 + - 0.03513999217902403 + - - -0.07964763774251475 + - -0.03515546254824254 + - -0.996202964889714 + - 0.5765558881689371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975408479494197 + - -0.02264679291358636 + - -0.0663278180183985 + - 0.02571555759357483 + - - -0.01992734311825371 + - -0.9989447964234666 + - 0.0413786743954669 + - -0.030461352872661822 + - - -0.06719492293767469 + - -0.03995518075553928 + - -0.9969395296918424 + - 0.577201688436399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852443370245083 + - -0.015026252891526906 + - -0.1704928388090742 + - 0.06451994140951983 + - - -0.024071695063224437 + - -0.9984027773261593 + - -0.05111210936944753 + - -0.03278473021609698 + - - -0.16945250029999623 + - 0.05446196793590101 + - -0.9840323898076874 + - 0.575757255222419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995949120435668 + - -0.019590534712372445 + - 0.020645163266424436 + - -0.034854594560923394 + - - -0.019411648446138838 + - -0.9997725846225404 + - -0.008829889114215492 + - 0.037430362285297204 + - - 0.02081345048802592 + - 0.008425555581037712 + - -0.9997478733620461 + - 0.5801292241950964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962516318445243 + - -0.041452111968850215 + - -0.07592370157233115 + - 0.04853911688792855 + - - -0.039009964280513905 + - -0.9986814025258876 + - 0.03337182847492031 + - 0.03516098090812079 + - - -0.07720692154176025 + - -0.030284957689393883 + - -0.9965550223664504 + - 0.5764938028252541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977767398297854 + - -0.021600487837035293 + - -0.06304757235490469 + - 0.025732403252998092 + - - -0.020601043802178375 + - -0.9996522796710581 + - 0.016459548679044714 + - -0.030464263242228933 + - - -0.06338118371335122 + - -0.015124109020342481 + - -0.9978747851696803 + - 0.5773103849087633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818435890744646 + - -0.014911793854663851 + - -0.18910527490636 + - 0.06449894670722288 + - - -0.023027908612235977 + - -0.9989021754553074 + - -0.04079410858936485 + - -0.03276995892687647 + - - -0.18828935715626757 + - 0.044408132979110844 + - -0.9811090845094592 + - 0.5756678717386313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994430048269758 + - -0.01803509656876276 + - 0.028078735622908385 + - -0.0347999985302645 + - - -0.017674712957216086 + - -0.9997588763699036 + - -0.013030488919027885 + - 0.037435548930013565 + - - 0.028306971302239317 + - 0.012526947407261377 + - -0.9995207806565859 + - 0.5801290770533353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957009846895927 + - -0.04066774962134558 + - -0.08322068990888752 + - 0.04850056273703483 + - - -0.03753389500218309 + - -0.9985386324655787 + - 0.03888195210811291 + - 0.035113360226715275 + - - -0.0846803153875844 + - -0.03559120136365219 + - -0.9957723186408386 + - 0.5765401044171993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977294079425084 + - -0.020861282311556508 + - -0.0640377656309876 + - 0.025732070269991303 + - - -0.020805016275079923 + - -0.9997823577984695 + - 0.001545423154642977 + - -0.030482127367461663 + - - -0.0640560678194144 + - -0.00020960737293013025 + - -0.9979462792356429 + - 0.5774465304663079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9790731663556816 + - -0.013531583008027913 + - -0.2030581965436427 + - 0.06448193449321186 + - - -0.024111017995786847 + - -0.998472248780678 + - -0.04971747405151412 + - -0.03279094698582641 + - - -0.20207521800920225 + - 0.05357298457387815 + - -0.9779036463733943 + - 0.5755208082988641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994774246484247 + - -0.017657669219335134 + - 0.027075530205204562 + - -0.03479246131043915 + - - -0.01711517357695938 + - -0.999650686644692 + - -0.02013890573556604 + - 0.03743219854630688 + - - 0.02742167849681984 + - 0.019664979240670653 + - -0.9994305079093198 + - 0.5802646736066301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959971776955112 + - -0.041122332312788196 + - -0.07936356725685251 + - 0.048500098506802244 + - - -0.03780935357174679 + - -0.9983677370934497 + - 0.04280554068565217 + - 0.03512179533839433 + - - -0.08099428871879161 + - -0.0396335125375105 + - -0.9959262572494391 + - 0.5765061418554347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995050664948172 + - -0.030877514753359096 + - 0.006016737807742322 + - -0.042842074023974365 + - - -0.031165005424873594 + - -0.9979624569052687 + - 0.055674743326466825 + - -0.023597472449574733 + - - 0.0042853807367168855 + - -0.05583469969702043 + - -0.9984308297632268 + - 0.578991529113557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981758872224852 + - -0.020518311588741425 + - -0.056779371757283245 + - 0.025733175586021076 + - - -0.020334781924290692 + - -0.9997859739603604 + - 0.0038082694528869215 + - -0.03048192647102926 + - - -0.05684535875246101 + - -0.0026467265974351064 + - -0.998379486982091 + - 0.5774407598213976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832194631398549 + - -0.01695947123056392 + - -0.18163662526746982 + - 0.06451335224641405 + - - -0.025729916955654533 + - -0.9986082430197846 + - -0.04603855282688583 + - -0.03279670435502367 + - - -0.1806030417142267 + - 0.04993949647842388 + - -0.9822874263753205 + - 0.5756733508647615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994976407085835 + - -0.018656523552210286 + - 0.025620311218273528 + - -0.03481257198078727 + - - -0.018158385142376332 + - -0.9996441666915838 + - -0.01954003706524626 + - 0.03741223262298486 + - - 0.025975743819888892 + - 0.019064997467502957 + - -0.9994807584964148 + - 0.5801493014320362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957934851793765 + - -0.04164871781465467 + - -0.0816132291893055 + - 0.04851300274581259 + - - -0.03870167554452176 + - -0.9985519456064508 + - 0.03736565583017379 + - 0.035144899693075674 + - - -0.08305128044983656 + - -0.034049907928916656 + - -0.9959633972118029 + - 0.5764985619935087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997623122344204 + - -0.0219716679428427 + - -0.06530965910193368 + - 0.02574188292992812 + - - -0.020665411696824065 + - -0.9995739988387886 + - 0.0206097453849884 + - -0.030478415771054878 + - - -0.06573466759330343 + - -0.019211107548570486 + - -0.9976521872993389 + - 0.5773793874772388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829967775710847 + - -0.014012158567153057 + - -0.1830873963361553 + - 0.06452568054306654 + - - -0.02467189822619538 + - -0.998121702999204 + - -0.05607462384969601 + - -0.03279751237450342 + - - -0.18195777730775817 + - 0.059638288156666594 + - -0.9814961242220789 + - 0.5757443698107045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995197166409245 + - -0.019779427195096205 + - 0.023856032903225893 + - -0.03480910699095431 + - - -0.019154077184888936 + - -0.9994741674666316 + - -0.026163139988905848 + - 0.03742913532017757 + - - 0.02436098054761394 + - 0.025693633972594374 + - -0.9993729933313394 + - 0.5803245555733458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960353482116909 + - -0.040754790336845106 + - -0.07907358710350397 + - 0.04848800119300796 + - - -0.03789632195194434 + - -0.9985845409115712 + - 0.03732001386576547 + - 0.0351174262823178 + - - -0.08048263101645108 + - -0.03417545489128335 + - -0.9961699575813575 + - 0.5764635367168028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994993787594155 + - -0.03126880558797713 + - 0.004822204541883226 + - -0.042843418445144846 + - - -0.03148387641860765 + - -0.9980434791586625 + - 0.05401832313697521 + - -0.023596840229978253 + - - 0.0031236813538372335 + - -0.05414310210889398 + - -0.9985283006048582 + - 0.5792300346860149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972558798940208 + - -0.022085662764385172 + - -0.07066069287135719 + - 0.025724099870527015 + - - -0.019772620708232533 + - -0.9992508540629796 + - 0.0332682149315939 + - -0.030466686745388296 + - - -0.07134250827613782 + - -0.03177977587498381 + - -0.9969454811363587 + - 0.5772164028603795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855343647939153 + - -0.015462514520483698 + - -0.16876885510945927 + - 0.06452371014664643 + - - -0.023718185505873134 + - -0.9986127360849631 + - -0.04701117957691558 + - -0.0327988494853996 + - - -0.1678078171199507 + - 0.05033402401564816 + - -0.9845339113203921 + - 0.575787332065685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999398767526617 + - -0.017765392623659778 + - 0.029774053993469933 + - -0.03479940076726422 + - - -0.017535249714453405 + - -0.999814455697671 + - -0.007973029250087374 + - 0.03742581304497728 + - - 0.029910173582421914 + - 0.007446140134203875 + - -0.999524855375479 + - 0.5801664999136784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961685096464604 + - -0.04064418963238904 + - -0.0774361042271384 + - 0.04852026234394575 + - - -0.03751486490143849 + - -0.9984361637425018 + - 0.04144709691382144 + - 0.03514901752189476 + - - -0.07899959050638591 + - -0.0383832877732391 + - -0.9961354264955848 + - 0.5765234076607313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993850868222208 + - -0.032317687730707374 + - 0.01360203282905524 + - -0.04285640482197704 + - - -0.0326651170519126 + - -0.9991242951422583 + - 0.02614637612499811 + - -0.023631462613399254 + - - 0.012745131043934365 + - -0.026574610368272727 + - -0.9995655814995067 + - 0.579283953544329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997774829733686 + - -0.022308339949491888 + - -0.06283094077452368 + - 0.02569320686765261 + - - -0.021340543144937874 + - -0.9996437071733729 + - 0.01603246478107155 + - -0.030490505830828428 + - - -0.06316621223559986 + - -0.014655943414709228 + - -0.9978954018104469 + - 0.5773816559576537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859329594900185 + - -0.014171939597747853 + - -0.16653935126357236 + - 0.06451582809182584 + - - -0.023439272995722092 + - -0.9982758736734745 + - -0.05381338609391833 + - -0.032801744222014574 + - - -0.1654895763263831 + - 0.056959952330553225 + - -0.984565266479483 + - 0.5757253345935966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993384024324498 + - -0.018384306386969987 + - 0.03138112015893015 + - -0.034798962489840116 + - - -0.01800622405566621 + - -0.999762356330673 + - -0.012288480760372093 + - 0.03741424206503522 + - - 0.031599577829717056 + - 0.011715295250692662 + - -0.9994319479275081 + - 0.5801916314909431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960315772045061 + - -0.039671823117323875 + - -0.07966959057288955 + - 0.048502763935242846 + - - -0.037552006397245576 + - -0.998904212081061 + - 0.027932452492666588 + - 0.03513865029966863 + - - -0.08069042091255513 + - -0.024829851736601554 + - -0.9964298943908156 + - 0.5765944524200719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977671129062555 + - -0.022194308802657835 + - -0.06299365888315807 + - 0.025712667545315735 + - - -0.019151868273943936 + - -0.9986396906336379 + - 0.048497156955530966 + - -0.03046994198284146 + - - -0.06398432889647991 + - -0.04718242202265766 + - -0.9968349034357409 + - 0.5771507784281272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838453846038699 + - -0.018469279850898045 + - -0.17806500188260638 + - 0.06448426455130471 + - - -0.0232171140708936 + - -0.9994273313682435 + - -0.024616558012246294 + - -0.03278187097510456 + - - -0.17750837954272053 + - 0.02835304244592429 + - -0.9837107705907143 + - 0.5755678851438744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994207216345018 + - -0.01938282397574774 + - 0.027973689465226017 + - -0.034840077933372154 + - - -0.018964376963423818 + - -0.9997054141462886 + - -0.01514718894668792 + - 0.0374535400238761 + - - 0.02825904410911449 + - 0.014607910915756686 + - -0.999493889608494 + - 0.5803366065648958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965010170404467 + - -0.040694615269692626 + - -0.07300459797442155 + - 0.048547696094944595 + - - -0.03775859489468208 + - -0.998438997747461 + - 0.04115648537745847 + - 0.03517644598406586 + - - -0.07456548497082616 + - -0.03825592849608233 + - -0.9964820482005525 + - 0.5765487634219815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994035523328523 + - -0.032650887547628016 + - 0.011245404698269113 + - -0.04284512849083932 + - - -0.03299943391015765 + - -0.9989318251749922 + - 0.032345726366365825 + - -0.02359740418790066 + - - 0.010177275965838842 + - -0.03269752582246591 + - -0.999413475423963 + - 0.5792552460969294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974601474410871 + - -0.023186488232826 + - -0.06734716794516135 + - 0.025683500582534713 + - - -0.02190917097092218 + - -0.9995669700800064 + - 0.019643333536917135 + - -0.030483461641074218 + - - -0.06777346452832148 + - -0.018117921749049866 + - -0.9975362140881522 + - 0.5773820736341727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838950940527188 + - -0.017165925365049396 + - -0.17792069836124522 + - 0.06450655984428154 + - - -0.02319379665983654 + - -0.9992233508204096 + - -0.03185503055616557 + - -0.03277356874222749 + - - -0.17723569531980235 + - 0.035468664784477584 + - -0.9835290957175146 + - 0.5756000781158954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996589172619169 + - -0.019370690635527384 + - 0.01751643465533454 + - -0.03481578177557481 + - - -0.01895484165862868 + - -0.999541706191863 + - -0.023602787139565193 + - 0.037418263575892105 + - - 0.017965609269608086 + - 0.023262715390985657 + - -0.9995679481437015 + - 0.5801821601751638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954090948926189 + - -0.04112198932519756 + - -0.08642751760287798 + - 0.04851397834085133 + - - -0.037388642221559173 + - -0.9983148103851083 + - 0.04438050020644287 + - 0.035153146933065434 + - - -0.08810688530350899 + - -0.04094534600762547 + - -0.9952691371696556 + - 0.5764590363091482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993557021120314 + - -0.03223032128393287 + - 0.0157919931010431 + - -0.042834811694223235 + - - -0.03285257840220686 + - -0.9986241923276113 + - 0.0408709015113791 + - -0.023609409031216576 + - - 0.01445298406889665 + - -0.04136337616733508 + - -0.999039630026529 + - 0.5791300219356341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979964024345275 + - -0.021810779016622338 + - -0.05939251338703215 + - 0.02573791370711613 + - - -0.020299230388490574 + - -0.999457492674508 + - 0.025935720202476392 + - -0.030470159002890927 + - - -0.05992597077541345 + - -0.02467813314402506 + - -0.9978977241036029 + - 0.5773100938938582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9814969306681914 + - -0.013281121091281396 + - -0.19101671893182046 + - 0.0644964524660317 + - - -0.02332551094323952 + - -0.9984550843079784 + - -0.05043178718610217 + - -0.032784408583572885 + - - -0.19005182353283587 + - 0.0539542068990566 + - -0.9802903895936843 + - 0.575592516932282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992299246846411 + - -0.019634239572065136 + - 0.0339713739956636 + - -0.03480090615449139 + - - -0.018648687924995896 + - -0.999402854467441 + - -0.029088845302065028 + - 0.03740874203352351 + - - 0.03452222549898267 + - 0.028432923148317163 + - -0.9989993918055404 + - 0.5801640468496526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954554656306629 + - -0.039843272943868434 + - -0.08649236698784671 + - 0.048519935381515354 + - - -0.03649045453021158 + - -0.9985329148407647 + - 0.04000580842558078 + - 0.03515080861621797 + - - -0.08795943766429226 + - -0.03666785486943723 + - -0.9954489468300496 + - 0.5766283587419895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995002029690567 + - -0.030448911321558268 + - 0.00849753282701994 + - -0.042840742293790944 + - - -0.030885324071219716 + - -0.9978906559197255 + - 0.05709934837733792 + - -0.02360400931586072 + - - 0.006740995611194 + - -0.05733325934771846 + - -0.9983323376264729 + - 0.5790977993602651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977524030390601 + - -0.021328971422802896 + - -0.06352335954455006 + - 0.025725596377841057 + - - -0.01982032877327768 + - -0.9995085590756901 + - 0.024285693355502208 + - -0.030466080564632025 + - - -0.06401013042558266 + - -0.022972055033965953 + - -0.997684813901874 + - 0.5773398936836742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9822335364989345 + - -0.01630343017294069 + - -0.18695314370556132 + - 0.06448801438005552 + - - -0.024585187668240575 + - -0.9988123142326624 + - -0.04206577569129419 + - -0.0327731167720387 + - - -0.18604528568096962 + - 0.045914693745999574 + - -0.9814677745978708 + - 0.5756053265752239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997285598148252 + - -0.01960930997770749 + - 0.012581003647302701 + - -0.0348118402832791 + - - -0.019251796811460636 + - -0.999424335983038 + - -0.02793501323418097 + - 0.0374397813061148 + - - 0.013121547549946096 + - 0.027685223623113712 + - -0.9995305665075145 + - 0.5801586817048806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962496973986185 + - -0.0409570902378078 + - -0.07621717124384245 + - 0.048536222304537864 + - - -0.03865650200595454 + - -0.9987584713541836 + - 0.031419591832469486 + - 0.035183113909719115 + - - -0.07740940050035763 + - -0.028355469622410055 + - -0.9965960827018481 + - 0.5764996098226421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977923465856917 + - -0.021322488093396548 + - -0.06289502839275841 + - 0.02572822760669914 + - - -0.020213239158520996 + - -0.9996296514197776 + - 0.0182204545798064 + - -0.03045620371300607 + - - -0.0632602407341243 + - -0.01690891788025825 + - -0.9978538121580633 + - 0.577421577416469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856082043224634 + - -0.02001191188162726 + - -0.16785705512456411 + - 0.0645090177225224 + - - -0.02274541660353568 + - -0.9996378978694891 + - -0.014377731622223892 + - -0.03275805655490838 + - - -0.1675085478290006 + - 0.017988788895061256 + - -0.9857064927646102 + - 0.5757783842961879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994122623728091 + - -0.019525313972731138 + - 0.028176087967098133 + - -0.03484799808863972 + - - -0.018782845384864248 + - -0.9994755291823787 + - -0.0263793723362031 + - 0.037442916302740784 + - - 0.02867637595847261 + - 0.0258346410826631 + - -0.9992548407598624 + - 0.5802865182427122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963941647970358 + - -0.04139255413336033 + - -0.07406297874602615 + - 0.04855355507084566 + - - -0.038683633810086764 + - -0.9985421713756091 + - 0.03764450105568917 + - 0.03518840821614244 + - - -0.07551320966337345 + - -0.03464373603988903 + - -0.9965428072689777 + - 0.5766025107849622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993465987351309 + - -0.031005484435247605 + - 0.01857513207116067 + - -0.0428535233820931 + - - -0.031724374155368565 + - -0.9987060896002002 + - 0.039745574343909774 + - -0.023615130338745835 + - - 0.017318766727906068 + - -0.040308888975171396 + - -0.9990371633671151 + - 0.5792536147604642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979076527860864 + - -0.021874176601308255 + - -0.060842722728182176 + - 0.02572867409503839 + - - -0.019324727885112976 + - -0.9989231344835633 + - 0.04217969044101015 + - -0.0304693347972066 + - - -0.061699849295845245 + - -0.04091566682272066 + - -0.997255752956744 + - 0.5772585643889507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984172909529969 + - -0.014096911815518805 + - -0.1766492604699519 + - 0.06454015222008888 + - - -0.024203014290794623 + - -0.9981826797797885 + - -0.05518651906833818 + - -0.032809279676242205 + - - -0.17555027270430265 + - 0.05858852161393004 + - -0.9827255399594228 + - 0.5758329283630509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993437456702702 + - -0.018478662146800943 + - 0.031154727329550994 + - -0.03479473128151518 + - - -0.017891152922555515 + - -0.9996587815023364 + - -0.01903226766217696 + - 0.03744987895374918 + - - 0.031495787604313354 + - 0.018462383663205562 + - -0.9993333556689958 + - 0.5801339489519908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962018542283798 + - -0.040646118586895964 + - -0.07700492630837232 + - 0.04851159781827482 + - - -0.03747807409507021 + - -0.9984081560991935 + - 0.04214911383093575 + - 0.03514256467496789 + - - -0.07859554436520107 + - -0.039103029018590654 + - -0.996139394626831 + - 0.5765156898331483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994965872354353 + - -0.031243959926225955 + - 0.005512447083288814 + - -0.04286261216224839 + - - -0.03144298125707928 + - -0.998674761257558 + - 0.04074383581385629 + - -0.02361041115264301 + - - 0.004232143001439524 + - -0.04089665261715076 + - -0.9991544188814497 + - 0.5791569976789313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978887833631906 + - -0.021477233527453548 + - -0.06129196095687009 + - 0.02572840732783992 + - - -0.019404540339535165 + - -0.9992261353883205 + - 0.03421394702650849 + - -0.030462966284089402 + - - -0.06197935020748939 + - -0.03295237164345841 + - -0.997533308391719 + - 0.5773446702620483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871443763036234 + - -0.01674482947762891 + - -0.15895153669560852 + - 0.06452147578378621 + - - -0.02306423602752323 + - -0.9990117014124968 + - -0.03799554523065926 + - -0.03279258221403606 + - - -0.15815821619061388 + - 0.04117318455832028 + - -0.9865549896101735 + - 0.575743524786849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994843863296282 + - -0.01943354171986958 + - 0.025559713212564925 + - -0.03483272926300928 + - - -0.01885006992451161 + - -0.9995606311713519 + - -0.022873991260166003 + - 0.03743141700450186 + - - 0.025993005734764502 + - 0.022380394736268988 + - -0.9994115676658549 + - 0.5801937179139665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9944872836910211 + - -0.04179920139006531 + - -0.09616584289656714 + - 0.048509127087531786 + - - -0.039507339892638396 + - -0.9988909040595827 + - 0.025615071376772162 + - 0.035180405676746865 + - - -0.09712987527770235 + - -0.021674606113661028 + - -0.995035677138441 + - 0.5764964312593621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994495823442183 + - -0.031851640272988806 + - 0.009273907692429403 + - -0.042847122671041474 + - - -0.03215137371527319 + - -0.9988978064544 + - 0.0341973892104215 + - -0.023626961096710895 + - - 0.008174443111822582 + - -0.03447673523563869 + - -0.9993720694552672 + - 0.5791852269651516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978824112461913 + - -0.020202904140833304 + - -0.06182666083303933 + - 0.0257243958096746 + - - -0.019011446460342224 + - -0.9996232119598648 + - 0.019798964986294892 + - -0.030456199858344336 + - - -0.06220336187838179 + - -0.018581624668453794 + - -0.9978905075185892 + - 0.5774075071594393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838160882806779 + - -0.01667656549740554 + - -0.17840346578280433 + - 0.06451416524680652 + - - -0.024133854339639795 + - -0.9989196810332162 + - -0.03971181082764071 + - -0.032782117689133555 + - - -0.17754847652069153 + - 0.04337468164388087 + - -0.983155722903281 + - 0.575666936859987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999143899521832 + - -0.018751779567542013 + - 0.03687599234403654 + - -0.034855737587717615 + - - -0.01841379692863118 + - -0.9997854719582929 + - -0.00948378320112424 + - 0.03744169269738497 + - - 0.037045919221666786 + - 0.008796637095226068 + - -0.9992748465986913 + - 0.580189872639066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963035789670515 + - -0.04120396497284799 + - -0.07537514051702059 + - 0.04853890467797693 + - - -0.03898312222556534 + - -0.9987680873727869 + - 0.03070217951956422 + - 0.03519396895765688 + - - -0.07654733645915392 + - -0.027650333021886568 + - -0.9966824792102987 + - 0.5767272325090868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988512601222115 + - -0.02064202056732617 + - -0.04324427290599561 + - 0.02572505885672805 + - - -0.020115985210294306 + - -0.9997187023682166 + - 0.012564365253734616 + - -0.0304703447270518 + - - -0.04349146228042193 + - -0.011680030912121614 + - -0.9989855202086781 + - 0.5776078223055621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835040109004249 + - -0.015311280372208799 + - -0.18023713611833844 + - 0.06450583011966003 + - - -0.0236688599136199 + - -0.9987373672155611 + - -0.0443109060809902 + - -0.03277934905471583 + - - -0.17933110609474948 + - 0.04784596138330288 + - -0.9826246070428628 + - 0.575714529016869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999411741718279 + - -0.01878065195001743 + - 0.028695951421209256 + - -0.03480095390878944 + - - -0.018322417752261257 + - -0.999701705238667 + - -0.016148979862938916 + - 0.03745185431627958 + - - 0.028990679939382532 + - 0.015613700882055203 + - -0.9994577293819976 + - 0.580258539781167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961217517164878 + - -0.04033289773254841 + - -0.07819663111523331 + - 0.04852264163183572 + - - -0.03748123993541772 + - -0.9985897299832436 + - 0.037599306175739436 + - 0.03517203200749751 + - - -0.07960284172176099 + - -0.034522580038130704 + - -0.9962286780942073 + - 0.5764493988993551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979908481918327 + - -0.024632525071868486 + - -0.0583738437481216 + - 0.025736261770995337 + - - -0.023150745569949997 + - -0.9993957564011714 + - 0.025926146394836383 + - -0.030460302117384187 + - - -0.0589771981777855 + - -0.02452265882637561 + - -0.9979580799308075 + - 0.5773593100956268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864201880832074 + - -0.01499915402998718 + - -0.16355499967984619 + - 0.06450977916451038 + - - -0.024043719752236355 + - -0.9982804206160896 + - -0.05346121355749206 + - -0.032798280584712215 + - - -0.16247188089748235 + - 0.05666769090891716 + - -0.985084595719924 + - 0.5757900175067656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994865419288234 + - -0.01818469740948935 + - 0.026381229753133742 + - -0.034826264716738206 + - - -0.017595565981379045 + - -0.9995943630361043 + - -0.022394317230933544 + - 0.0374535911133044 + - - 0.026777762433729486 + - 0.021918626019211646 + - -0.9994010832856208 + - 0.5801891734307316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955582258531559 + - -0.04151606187604 + - -0.08449991445215545 + - 0.048497995112112016 + - - -0.03797860039719675 + - -0.9983508196127344 + - 0.04304958641441055 + - 0.03519149738854431 + - - -0.08614780814383392 + - -0.039649181389866964 + - -0.9954930926767533 + - 0.5764216850848314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985608041180378 + - -0.023086439808948762 + - -0.04840802388122778 + - 0.025687459724296202 + - - -0.022423792136398633 + - -0.9996478816433517 + - 0.014187539327974005 + - -0.03047239804362918 + - - -0.048718518300142497 + - -0.013081629214551534 + - -0.9987268780561237 + - 0.577466637226368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855504724040635 + - -0.019048250126665014 + - -0.1683075473983244 + - 0.06451961953267817 + - - -0.02357085051270892 + - -0.9994116800104089 + - -0.024914029478982348 + - -0.03277673020123873 + - - -0.16773396003861216 + - 0.028521185562386395 + - -0.9854196368166616 + - 0.5757551954994962 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995561082016219 + - -0.01846895731132813 + - 0.023377000933824874 + - -0.03483445294325402 + - - -0.017957267559528978 + - -0.9995986097819904 + - -0.021912459097664854 + - 0.037448781699759674 + - - 0.023772317905984643 + - 0.021482945276281053 + - -0.999486548165423 + - 0.5801320398325511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958462295605854 + - -0.04164137427438372 + - -0.08097087759501145 + - 0.04852622877385127 + - - -0.03811415097977107 + - -0.9982762347979613 + - 0.04463037679313945 + - 0.03518562446997549 + - - -0.0826897730378845 + - -0.04135885619969535 + - -0.9957167501095866 + - 0.5766893149499944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994508956512482 + - -0.03313142955168228 + - -0.0004642820044960461 + - -0.04285603094498417 + - - -0.03309002191864186 + - -0.9987330582106457 + - 0.03791212057688591 + - -0.023620182007531392 + - - -0.0017197765382704834 + - -0.03787593976490153 + - -0.9992809692752012 + - 0.5793130499218777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983005905533701 + - -0.020627008049014423 + - -0.05450190308364097 + - 0.025737080976815093 + - - -0.0209101315046827 + - -0.999770640505648 + - -0.004629555419520574 + - -0.030484369475349094 + - - -0.054393908677806704 + - 0.005761329870041348 + - -0.9985029342855625 + - 0.5775600080777142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836596867376544 + - -0.016729581631442666 + - -0.17925886808081962 + - 0.06451108018367065 + - - -0.02364518324450982 + - -0.9990534482149396 + - -0.03651181889708233 + - -0.03280033105628385 + - - -0.17847836282449855 + - 0.04015381312250036 + - -0.9831241759285603 + - 0.5757514544143193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995351819904885 + - -0.019389738611521202 + - 0.023525688083830966 + - -0.03485256295632801 + - - -0.019031667099261202 + - -0.9997010407629183 + - -0.015350073125574123 + - 0.03742493296956638 + - - 0.023816288767642226 + - 0.014895205071245511 + - -0.9996053807654406 + - 0.5801916369303661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960389262914888 + - -0.04086703872155458 + - -0.07897051638573106 + - 0.04853622566709183 + - - -0.03796365026672407 + - -0.9985592243782461 + - 0.037924090859800606 + - 0.03516027367196933 + - - -0.08040658288053236 + - -0.03477586167512616 + - -0.9961553196536318 + - 0.576475995067824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994433224815285 + - -0.032269552047893904 + - 0.00846883449548301 + - -0.04286616540508692 + - - -0.03248981768445955 + - -0.9990989751421276 + - 0.02730658559361106 + - -0.02361817079636474 + - - 0.007580032580022069 + - -0.027566535520062985 + - -0.9995912310667333 + - 0.5793701618034521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976951298353156 + - -0.0240727424377719 + - -0.06344234370211693 + - 0.025686997260356722 + - - -0.023176403216815324 + - -0.999621439009455 + - 0.014826766559097695 + - -0.03048369287198057 + - - -0.06377524783820468 + - -0.013322227448556845 + - -0.9978753609639756 + - 0.5773880211706068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9808894008596062 + - -0.015580050135421823 + - -0.1939413450480857 + - 0.06449447079692809 + - - -0.023330977852016252 + - -0.9990149877344132 + - -0.03774546005122305 + - -0.032773926330200084 + - - -0.19316223428442636 + - 0.04154896292072151 + - -0.9802867105732181 + - 0.5757389670454864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995146296176406 + - -0.018098272802007462 + - 0.025356610615277546 + - -0.034831650233246386 + - - -0.01802586163225255 + - -0.9998327726603541 + - -0.0030814001240278685 + - 0.037457335375178834 + - - 0.025408138316798702 + - 0.0026228297492575676 + - -0.9996737204065043 + - 0.5801667701354738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961147038899543 + - -0.041094467034641806 + - -0.07788928985019346 + - 0.04853977237172203 + - - -0.037981319398883266 + - -0.9984354268471012 + - 0.041038004256632635 + - 0.035180347021506214 + - - -0.07945386127148714 + - -0.0379202214627779 + - -0.9961170316450099 + - 0.5765766266524726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994502800862474 + - -0.032895430139934755 + - 0.004126537462616724 + - -0.04285645963920766 + - - -0.033002088446269985 + - -0.9990288716586745 + - 0.02919204944124733 + - -0.02362176159877671 + - - 0.003162245042099162 + - -0.029312186344664353 + - -0.9995653034884662 + - 0.5793144709665106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9993353953138231 + - -0.022103191007868672 + - -0.02898649030556164 + - 0.025731339078929376 + - - -0.021476144020704774 + - -0.9995323510944221 + - 0.021768195921097386 + - -0.03049087259322971 + - - -0.029454081397434415 + - -0.021131210635621605 + - -0.9993427485233015 + - 0.5776617440378197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837219140271893 + - -0.018014812516659272 + - -0.17879223247298195 + - 0.06449310960400297 + - - -0.023121946343903476 + - -0.9993807907919019 + - -0.026521888948998266 + - -0.0327916908218119 + - - -0.17820373581929436 + - 0.03022418776647214 + - -0.9835293218882214 + - 0.5756053615367187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996270428324968 + - -0.019543172132561546 + - 0.019074581540748706 + - -0.034824409529901484 + - - -0.019149332893961316 + - -0.9996040616248475 + - -0.02061608674855454 + - 0.037452381669404095 + - - 0.01946993291395358 + - 0.02024313231949899 + - -0.9996054908343697 + - 0.5803151948182187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954748378835411 + - -0.041863244630010815 + - -0.08530718545225462 + - 0.048496393070356913 + - - -0.03880026534600545 + - -0.9985523271137318 + - 0.03725304584634618 + - 0.03514130909140147 + - - -0.08674322192435015 + - -0.03377452834309121 + - -0.995658020951664 + - 0.5764560075194392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994883484995848 + - -0.030432623821380695 + - 0.009843608125016631 + - -0.04286034883451874 + - - -0.03081274857628095 + - -0.9986799837670159 + - 0.041095797209532804 + - -0.02358072418601262 + - - 0.008579961465383019 + - -0.04137807910546936 + - -0.9991067204412117 + - 0.5792211249155551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984053034703719 + - -0.021854649735404214 + - -0.05205020929042881 + - 0.02572901062134414 + - - -0.022098441638584473 + - -0.9997473398558969 + - -0.00411282484468022 + - -0.030460279151882742 + - - -0.05194717393064536 + - 0.005256494649454089 + - -0.9986359999442334 + - 0.5774608685866394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839958917984295 + - -0.018820724779973323 + - -0.17719442779774408 + - 0.06451214012956037 + - - -0.02341885178071885 + - -0.9994401627846389 + - -0.02389389868328672 + - -0.03277547752226475 + - - -0.1766455272716696 + - 0.027661188184366695 + - -0.9838857740424661 + - 0.5758009643054616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994752869409586 + - -0.017811352035352338 + - 0.02705377114121388 + - -0.03484234419709263 + - - -0.017276422426125596 + - -0.999653104703708 + - -0.019879524249625583 + - 0.03749503035833264 + - - 0.02739846751996344 + - 0.019401700825188935 + - -0.9994362901069019 + - 0.5803059851882022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952151637815883 + - -0.040205013057657814 + - -0.08905242671718747 + - 0.04851186108137306 + - - -0.03804305982398284 + - -0.9989418556710531 + - 0.025843656624054495 + - 0.03516643800844003 + - - -0.08999724094890543 + - -0.022332172162750713 + - -0.9956916042169274 + - 0.5765419002931688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971207750046573 + - -0.02376337547485198 + - -0.07201015234085113 + - 0.025681912165899875 + - - -0.021105881696029186 + - -0.9990758416660479 + - 0.03744334863645645 + - -0.030449695360162503 + - - -0.07283338391112008 + - -0.035815703054934 + - -0.9967008245219506 + - 0.5772117999640105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843270258477543 + - -0.018175660675977205 + - -0.17541365837558445 + - 0.06452776263422146 + - - -0.023926338914573745 + - -0.9992414851258709 + - -0.03072433416023301 + - -0.032777076728266755 + - - -0.17472216943438937 + - 0.03443979910563421 + - -0.9840152761749712 + - 0.5758547243169005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994994046329616 + - -0.018778986786351332 + - 0.025461535570998745 + - -0.034806843330871425 + - - -0.01840503877432417 + - -0.9997204390074985 + - -0.01484245189885718 + - 0.037482802458456685 + - - 0.025733143726929603 + - 0.014366401286763055 + - -0.9995656115673431 + - 0.5802557536738788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961858275730521 + - -0.04064251383386818 + - -0.07721387836300683 + - 0.04852478388047308 + - - -0.037941748839120264 + - -0.9986266148747464 + - 0.03612904314860135 + - 0.03517345513514035 + - - -0.07857620910697141 + - -0.03306161116866836 + - -0.9963597288275499 + - 0.5765178961088497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981539436356044 + - -0.02180792614999369 + - -0.056684381991225004 + - 0.025721491289492686 + - - -0.020828031970066482 + - -0.9996242391654434 + - 0.017820593625413248 + - -0.030440222206271125 + - - -0.057051712410273715 + - -0.016607071684817048 + - -0.9982330926597808 + - 0.5774132794397562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823673060116709 + - -0.01593215036769469 + - -0.1862810850946313 + - 0.06450934422438266 + - - -0.023913229605119043 + - -0.9988861898299926 + - -0.04067600295964049 + - -0.03277123557224963 + - - -0.18542554713206308 + - 0.04441335780574341 + - -0.9816541244853982 + - 0.5757214230260784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997296508770465 + - -0.018579125568404978 + - 0.01398003041385656 + - -0.0348582086129109 + - - -0.018347036224912475 + - -0.9996946864106409 + - -0.016550535462420735 + - 0.037460631671473815 + - - 0.014283256597172203 + - 0.01628956891524565 + - -0.999765291718779 + - 0.5802414572046158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950439527176536 + - -0.04163827737144621 + - -0.0902983168036183 + - 0.04849007449053499 + - - -0.03784469718773294 + - -0.9983439846406842 + - 0.0433251338893445 + - 0.03517965542168658 + - - -0.09195276534611074 + - -0.039693100021280014 + - -0.9949719326473 + - 0.5763424378846607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994738260846142 + - -0.03242316078051087 + - 0.0008997870767776888 + - -0.04284960607841899 + - - -0.03243562064790091 + - -0.999055519118557 + - 0.028913668600442217 + - -0.02360734048053555 + - - -3.853528070024394e-05 + - -0.028927640134512798 + - -0.9995815075076571 + - 0.5792409467033053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986390293548809 + - -0.023567770530824074 + - -0.04652579114155762 + - 0.025690297123660163 + - - -0.023057617662566844 + - -0.9996683214409487 + - 0.01147141556924388 + - -0.0304714186452843 + - - -0.046780715223992735 + - -0.0103830294058057 + - -0.9988512188426709 + - 0.5774918105803218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837464875031289 + - -0.016536243669689848 + - -0.17879989085721784 + - 0.06450848345350828 + - - -0.023247407293738306 + - -0.9990990867377884 + - -0.03550454807256251 + - -0.03277156785957536 + - - -0.1780516958059524 + - 0.039084108343603055 + - -0.9832446420375809 + - 0.5756545728679587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994874235132147 + - -0.018357252275148523 + - 0.026227876921749358 + - -0.03482707903742741 + - - -0.017956887618658667 + - -0.9997198521625144 + - -0.015419707494379339 + - 0.037464313334790916 + - - 0.026503592699231197 + - 0.014940832676524749 + - -0.9995370583890155 + - 0.5802841924808482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964772192960609 + - -0.04041413530409552 + - -0.07348366547480074 + - 0.04853033014015917 + - - -0.03747186524185359 + - -0.9984567543171402 + - 0.04098742580083761 + - 0.03517927985279654 + - - -0.07502673349737764 + - -0.0380894660779731 + - -0.9964538031612952 + - 0.576589571889786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977677806690114 + - -0.01932394904915455 + - -0.06392214680360092 + - 0.025717462415214422 + - - -0.019723905203304866 + - -0.9997896033253207 + - -0.005631753379632288 + - -0.030474439695259065 + - - -0.06379987008110966 + - 0.006879976434816874 + - -0.9979389973850556 + - 0.5774836748937596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9802837627161382 + - -0.01598791860327405 + - -0.19694702590754024 + - 0.06449335584811053 + - - -0.023444456154161308 + - -0.9990915358384748 + - -0.03558736421193571 + - -0.03277751700374111 + - - -0.19619913871045877 + - 0.039503031208407764 + - -0.9797680381062761 + - 0.5757119367859871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999289624381734 + - -0.017756640448675795 + - 0.03324076297243146 + - -0.03479836216261632 + - - -0.0173946628240298 + - -0.9997865590536335 + - -0.011147288501464101 + - 0.03744829458132788 + - - 0.033431606426422816 + - 0.010561157875583944 + - -0.999385205832104 + - 0.5801931464027521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960891145960505 + - -0.03986404475178136 + - -0.07885007114317776 + - 0.04853972797943521 + - - -0.03742201777882832 + - -0.9987803113692388 + - 0.032209970607368806 + - 0.03518351629428208 + - - -0.0800379183176154 + - -0.02913327233927693 + - -0.9963659890191899 + - 0.5766501424761571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994481293131884 + - -0.03150568829274171 + - 0.010527507661784207 + - -0.04286158011636395 + - - -0.03187165729042493 + - -0.9988208473252981 + - 0.036621201645168716 + - -0.023620164525452056 + - - 0.00936131795902854 + - -0.036936520593783634 + - -0.999273765878248 + - 0.5792960221407976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983482875010767 + - -0.021112794500951486 + - -0.05343170175118865 + - 0.02571203495803752 + - - -0.019933130188887975 + - -0.9995477596307126 + - 0.022515473303835062 + - -0.030484745402523605 + - - -0.05388290233961257 + - -0.02141322314793967 + - -0.9983176381842985 + - 0.5775234956410356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848274474794775 + - -0.018055357434289494 + - -0.17259461972778004 + - 0.06451805400289638 + - - -0.022583599710137583 + - -0.9994493849910318 + - -0.02430859652842291 + - -0.032777588301410546 + - - -0.17206068614064404 + - 0.02783758087495082 + - -0.9846929416705709 + - 0.5757744553692858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996411512480445 + - -0.020315379620525983 + - 0.017460071086859267 + - -0.03481262793907116 + - - -0.01997340528277645 + - -0.9996095059115047 + - -0.01954223049624319 + - 0.037454858954238016 + - - 0.017850260863478132 + - 0.01918648071513526 + - -0.9996565645984996 + - 0.580185690487054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959244036112483 + - -0.041338930962906736 + - -0.08016030862230578 + - 0.04851904936394269 + - - -0.03792175517751681 + - -0.9983250050452526 + - 0.043693532538051985 + - 0.035184676911494454 + - - -0.08183228443490842 + - -0.04047563573609883 + - -0.9958238800791653 + - 0.5764786249337169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993934505503134 + - -0.03149099555630131 + - 0.014867689666225628 + - -0.04286615809670962 + - - -0.03196192125892423 + - -0.998958028692152 + - 0.03257748457031096 + - -0.0235923766169436 + - - 0.01382630053834029 + - -0.03303292464138669 + - -0.9993586239699245 + - 0.5792995203849217 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986393278166635 + - -0.020905285997175373 + - -0.04777511857922184 + - 0.02572457649395212 + - - -0.020394234785829593 + - -0.9997297327699874 + - 0.011159596908087559 + - -0.03045494867651234 + - - -0.04799550109523665 + - -0.010170075369771976 + - -0.9987957756426443 + - 0.5775136799082754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855868719647746 + - -0.018102919431195 + - -0.16819869832658887 + - 0.06450994821457706 + - - -0.02353323508832661 + - -0.9992623229275668 + - -0.030347929479321613 + - -0.032769739038354444 + - - -0.1675252358809524 + - 0.0338687803954023 + - -0.9852858473851943 + - 0.5756334152376161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999645742449237 + - -0.018681611839942727 + - 0.018957504639995477 + - -0.034834703957123986 + - - -0.018255182419222915 + - -0.9995818896812625 + - -0.022423071513041477 + - 0.03747237038539977 + - - 0.019368477429953884 + - 0.022069055265230304 + - -0.9995688164812603 + - 0.5802575242322953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954793057928517 + - -0.041445946337490235 + - -0.08545867580516342 + - 0.048543490969873995 + - - -0.03778836627795989 + - -0.9983173812529982 + - 0.04398233352381176 + - 0.03520511261050524 + - - -0.08713777087018515 + - -0.04055415910047886 + - -0.99537046825161 + - 0.5766270428825949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993750283906963 + - -0.03201842071755974 + - 0.014979097564551826 + - -0.04287494559065305 + - - -0.032418286076973515 + - -0.9991025536303504 + - 0.02726063200193176 + - -0.023594275794225003 + - - 0.014092812243357466 + - -0.027729191550901415 + - -0.9995161252221033 + - 0.5792704622131581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997553873335219 + - -0.02452025788036759 + - -0.06546011569942342 + - 0.02571669211310682 + - - -0.02155212846429125 + - -0.9987240651798196 + - 0.04566998346128187 + - -0.03041742997893307 + - - -0.06649643263033225 + - -0.04414746407411578 + - -0.9968095233610401 + - 0.5772829934362961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865092689170599 + - -0.01727559648339006 + - -0.1627913268785252 + - 0.06452439389142163 + - - -0.02356939714096057 + - -0.9990442984212836 + - -0.03680996210724863 + - -0.03278380623859274 + - - -0.16199983289849235 + - 0.04015026224159042 + - -0.9859736358457016 + - 0.5758782068710065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993859244017613 + - -0.019844658413667983 + - 0.028878428629027137 + - -0.03486110746152272 + - - -0.019387580912788353 + - -0.9996836503024739 + - -0.016022516165415328 + - 0.037437737062080464 + - - 0.02918725430709546 + - 0.015452794257536316 + - -0.9994545088875465 + - 0.5801522011722655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954146779948928 + - -0.04168713898860021 + - -0.08609181886375145 + - 0.04851508203784698 + - - -0.037764541439238165 + - -0.9981948345405832 + - 0.04670023240181328 + - 0.035207702564621114 + - - -0.08788320796493448 + - -0.043234878737478104 + - -0.9951920854881982 + - 0.5765997334648213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975421771842059 + - -0.022731528815483387 + - -0.06627882268345724 + - 0.025734875334646846 + - - -0.022050558667415416 + - -0.9996964730940138 + - 0.010987927277015737 + - -0.030439887487551477 + - - -0.06650847766299563 + - -0.009499435830667204 + - -0.9977406392033202 + - 0.5773541450222732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9804042649364684 + - -0.018375436489098635 + - -0.1961372494663323 + - 0.06452245624014603 + - - -0.02332445751798572 + - -0.999464437231666 + - -0.02295230687056328 + - -0.03277823266508477 + - - -0.19561044700085636 + - 0.027077334488902878 + - -0.980307794002017 + - 0.5756626460566967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992449014132594 + - -0.019263630236057313 + - 0.033742251699227815 + - -0.034803763151211684 + - - -0.01829584416052438 + - -0.9994189102991159 + - -0.028759412771855983 + - 0.037420310240138026 + - - 0.03427665511772393 + - 0.028120353601202203 + - -0.999016694869152 + - 0.5802836987738103 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960451829681628 + - -0.04012871473678316 + - -0.07926966468639197 + - 0.04851030329169537 + - - -0.03705685454032388 + - -0.9985182572281996 + - 0.03985071534535063 + - 0.03514640206032511 + - - -0.08075136542187021 + - -0.03675562862382807 + - -0.9960563441628042 + - 0.5765348577588336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998370314948421 + - -0.022643838106500756 + - -0.052382924943125735 + - 0.025698008021582498 + - - -0.02281269580690452 + - -0.9997363030480412 + - -0.002627789538286196 + - -0.03048661481241407 + - - -0.05230960848460061 + - 0.0038185028011603938 + - -0.9986236147300673 + - 0.577475489561508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836857940159299 + - -0.016332382091908605 + - -0.17915220329779197 + - 0.06449936892989912 + - - -0.02215814521643302 + - -0.9992871230146961 + - -0.03056570590675275 + - -0.03277034021636682 + - - -0.1785252790274166 + - 0.03403673122105789 + - -0.9833464423467284 + - 0.575597171580503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996894174097011 + - -0.018863332080517048 + - 0.0162862955233078 + - -0.03484121962516949 + - - -0.018509706170011513 + - -0.9995953886999557 + - -0.021597445850950584 + - 0.03746142629015908 + - - 0.01668710569728067 + - 0.021289283515539954 + - -0.9996340865090801 + - 0.5803229470419564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965756042007391 + - -0.040519751986714994 + - -0.07207783855573792 + - 0.04852306666919936 + - - -0.03770057550075073 + - -0.998486065750273 + - 0.04005300375070417 + - 0.03518422472307359 + - - -0.07359165522560358 + - -0.03719847041851096 + - -0.996594472230144 + - 0.5766183145701629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995095243198953 + - -0.03058121492436677 + - 0.006745375272474783 + - -0.04285334550392008 + - - -0.030879811946364386 + - -0.9982809714783981 + - 0.04981504991769844 + - -0.02358202209943993 + - - 0.005210375031991296 + - -0.049998912767132274 + - -0.9987356811059324 + - 0.5791426795966708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988125864093822 + - -0.0225646022241583 + - -0.04317703042899109 + - 0.02573147224028989 + - - -0.021591700944580912 + - -0.9995053017362528 + - 0.02286810554989302 + - -0.030460997017436684 + - - -0.04367168053235753 + - -0.02190868612187355 + - -0.998805683700234 + - 0.5776016722834325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831335572502476 + - -0.019656025786242974 + - -0.1818297260042056 + - 0.06450551767631496 + - - -0.024332769722068777 + - -0.999427074262798 + - -0.023525295920705146 + - -0.03277581894631314 + - - -0.18126313725114301 + - 0.027552928715374785 + - -0.9830485802812997 + - 0.5757056371274294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994974662369134 + - -0.019523322764604542 + - 0.02497308259344688 + - -0.034838762733313766 + - - -0.01901419539278844 + - -0.9996097544333526 + - -0.02046458441449629 + - 0.0374531216831844 + - - 0.025362873645446964 + - 0.01997945719788843 + - -0.9994786370556019 + - 0.5801040321941316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960315792563048 + - -0.041064534353636745 + - -0.07896073164877818 + - 0.04855951333485231 + - - -0.03894743873987758 + - -0.9988441533989442 + - 0.028168319728913104 + - 0.03518945225878249 + - - -0.0800261840886772 + - -0.02498121772583915 + - -0.996479677976997 + - 0.5766545029070786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994565738453239 + - -0.032886307055797606 + - 0.002246732204400193 + - -0.04283875335878945 + - - -0.03295080536872405 + - -0.9986155879395184 + - 0.04100185300401198 + - -0.02360111158283183 + - - 0.0008952222734931333 + - -0.04105360316028226 + - -0.9991565444136566 + - 0.5792490187899737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985900832908703 + - -0.021492981248531443 + - -0.04853758657147157 + - 0.025723603795797873 + - - -0.020422012397396928 + - -0.9995392749636903 + - 0.02245393539451552 + - -0.030454142126588743 + - - -0.04899782610252609 + - -0.021431042021114753 + - -0.9985689377680022 + - 0.5774943903737215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818907500011842 + - -0.017118972830087904 + - -0.18867298649079198 + - 0.06450553665491576 + - - -0.02544882762402776 + - -0.9988011780282445 + - -0.04181583362739215 + - -0.03278247345562132 + - - -0.18773095704937529 + - 0.045860086552839505 + - -0.9811492955848727 + - 0.5756305455958927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996439281607329 + - -0.01846367121759964 + - 0.019264208692487263 + - -0.03480727084313488 + - - -0.01822914701272301 + - -0.9997584269154249 + - -0.012279495542703406 + - 0.03746545342392483 + - - 0.01948627954658998 + - 0.011923953067801118 + - -0.9997390180705507 + - 0.5801342526859014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951891939117227 + - -0.04169242521075944 + - -0.08865782538152409 + - 0.04849399613409229 + - - -0.038622820194987376 + - -0.9986029346059077 + - 0.0360618462735391 + - 0.03516076143508111 + - - -0.09003747043048946 + - -0.032464144475342654 + - -0.995409128570742 + - 0.5764461433544087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984678457953052 + - -0.022959058906628232 + - -0.05034721965515778 + - 0.025697992178766914 + - - -0.022882064913189937 + - -0.9997359547738831 + - 0.002105193022229766 + - -0.030467501152468896 + - - -0.050382258962766775 + - -0.0009499191935411101 + - -0.9987295558034389 + - 0.5775822465802327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828887342107244 + - -0.017291861584654466 + - -0.18338682527536412 + - 0.06451013157441375 + - - -0.02402015170603201 + - -0.9991149202405847 + - -0.034531267927341194 + - -0.032803430294902354 + - - -0.1826274034028272 + - 0.038345373587797604 + - -0.9824341524248604 + - 0.5757627096232238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995517440012104 + - -0.018946784302900824 + - 0.02318038888194266 + - -0.034812491377574944 + - - -0.018479574561095363 + - -0.999625035897201 + - -0.020206259712293076 + - 0.03745446814530192 + - - 0.023554540712560225 + - 0.019768838410464895 + - -0.9995270764915382 + - 0.5801597600987415 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957655609780202 + - -0.03987355405662877 + - -0.08283143882018473 + - 0.04852218494354021 + - - -0.03672510735330579 + - -0.9985565510948298 + - 0.039192866130037946 + - 0.03518329819281053 + - - -0.08427463473677632 + - -0.03598491284541362 + - -0.9957925848225077 + - 0.5765753238523156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99892597278774 + - -0.02403354685132729 + - -0.03961425899613014 + - 0.025718154330195163 + - - -0.023346940117672584 + - -0.9995706378872392 + - 0.017704808974954803 + - -0.0304727874862477 + - - -0.04002275949018549 + - -0.016760921795739212 + - -0.9990581816007255 + - 0.5775575670851909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9808710258835454 + - -0.016963001785763574 + - -0.19391824863219456 + - 0.06449718750540935 + - - -0.022482750432556774 + - -0.9994012681501427 + - -0.026298881209541554 + - -0.03277830879451477 + - - -0.19335603563154893 + - 0.03015562617990864 + - -0.980665122095483 + - 0.5756910392215874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994655859828113 + - -0.01846774539024589 + - 0.026971926446523176 + - -0.0348414699021191 + - - -0.017989797542569953 + - -0.9996787020356359 + - -0.017856648081986445 + - 0.03744427537824561 + - - 0.027293032451762272 + - 0.017361885742845386 + - -0.9994766907252214 + - 0.5802399491117934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995739963325305 + - -0.04143295846481835 + - -0.0823725402653873 + - 0.048504299771673545 + - - -0.03827212969823645 + - -0.9984828446250325 + - 0.03958854730682183 + - 0.03516824257968935 + - - -0.08388783895942 + - -0.036267326098786766 + - -0.9958149986480231 + - 0.5765801235237337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994912148431708 + - -0.03189069163850082 + - 0.0005433582065341152 + - -0.04286313968063865 + - - -0.03189203439073908 + - -0.9989986956051584 + - 0.031376811845900576 + - -0.02362103135674131 + - - -0.00045781409160293576 + - -0.03137817658837404 + - -0.9995074789316224 + - 0.5793419648343463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978111632819413 + - -0.023575463928161077 + - -0.061782521237896265 + - 0.02569990752895448 + - - -0.023662360045165923 + - -0.999719779216376 + - -0.0006751004757105063 + - -0.030474724610492165 + - - -0.06174929268446776 + - 0.0021355430530301043 + - -0.9980894069715577 + - 0.5774758081292167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863973919788144 + - -0.019053311608962693 + - -0.1632701945063 + - 0.06449510955627165 + - - -0.023757185074600066 + - -0.9993556168659533 + - -0.026906266849947683 + - -0.03277340314581149 + - - -0.16265233246014174 + - 0.030419111676726545 + - -0.9862144271861337 + - 0.5756480632626428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995347821250238 + - -0.019634005470197467 + - 0.023339347708913043 + - -0.0348174119270029 + - - -0.01911097703345896 + - -0.9995658410592129 + - -0.022425430752055785 + - 0.037439855590994706 + - - 0.02376951575249047 + - 0.021968960302774936 + - -0.9994760501903522 + - 0.5801310826969669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960026253433635 + - -0.04015555521373837 + - -0.07978910761879557 + - 0.04851995609811896 + - - -0.037173886015519214 + - -0.9985665011985972 + - 0.038510321765697964 + - 0.03517031276869977 + - - -0.08122113338062031 + - -0.035390310389551746 + - -0.9960675948061453 + - 0.5764039068436287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994656311319624 + - -0.03252779357850775 + - 0.003224101565090558 + - -0.04285881671319458 + - - -0.032602181251401845 + - -0.9991142372518773 + - 0.026605238173164535 + - -0.023596874141453953 + - - 0.0023558360806243055 + - -0.026696133905756078 + - -0.9996408187298315 + - 0.5792869216771417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984386860570488 + - -0.024150848159280317 + - -0.0503679135746286 + - 0.025707130815901237 + - - -0.02259891176021338 + - -0.9992589838238755 + - 0.031157221226074817 + - -0.030455880551001364 + - - -0.05108306345480818 + - -0.029970314987731846 + - -0.9982446097262979 + - 0.5774192233318463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837327423516198 + - -0.019042042551787677 + - -0.17862612418349555 + - 0.06449189054710695 + - - -0.023274913923836505 + - -0.9994950609348721 + - -0.021631032075134476 + - -0.032759710494171194 + - - -0.178124029842129 + - 0.02543666216808728 + - -0.9836792191616879 + - 0.5756191628481374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995370347235009 + - -0.018701043873874102 + - 0.023999732793896496 + - -0.03482416199062132 + - - -0.018402399904423435 + - -0.9997512048803889 + - -0.012604761718019872 + - 0.03746972223909594 + - - 0.024229483979413827 + - 0.012157273470553294 + - -0.9996324988753884 + - 0.5801878186137108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960727210513541 + - -0.04153565078001236 + - -0.07819158581095538 + - 0.04854735002649653 + - - -0.03837796389132584 + - -0.9984026973506379 + - 0.041463065619020356 + - 0.03518792892186102 + - - -0.07978888559760207 + - -0.038299394737410106 + - -0.9960757451608996 + - 0.5765464404029237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995100227478475 + - -0.03114103677436128 + - 0.0031544025131927276 + - -0.04286322984214293 + - - -0.03123661301130342 + - -0.9988253156342195 + - 0.03704406640453589 + - -0.023595730744193587 + - - 0.001997106451701568 + - -0.037124448505256924 + - -0.9993086544651761 + - 0.5791917751696964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971648392388098 + - -0.023169012605837855 + - -0.07159245938441437 + - 0.02572188428422304 + - - -0.021468988578016664 + - -0.9994711136618056 + - 0.0244248947810839 + - -0.030416080245427368 + - - -0.07212049580580741 + - -0.022818628585008258 + - -0.9971348676454073 + - 0.5772759148419603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845669489493225 + - -0.016862880535429337 + - -0.17419404782216327 + - 0.06449647407788078 + - - -0.023928283414305952 + - -0.9989705145105005 + - -0.03854021784409535 + - -0.032768462511710825 + - - -0.17336481848825877 + - 0.04211358923997709 + - -0.9839568513465716 + - 0.5756714015906099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996653242585157 + - -0.01973268994772415 + - 0.016729029336568526 + - -0.034826326183002645 + - - -0.019477015065805427 + - -0.9996930638294453 + - -0.015310911645697537 + - 0.03745868759208146 + - - 0.017026020064688414 + - 0.014979955898565066 + - -0.9997428247114521 + - 0.5801604852253965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961022535771092 + - -0.04171785921753707 + - -0.07771692634754628 + - 0.048523921998524504 + - - -0.038928991244064556 + - -0.9985544483749772 + - 0.03706139866849412 + - 0.03518077433360676 + - - -0.07915070473043002 + - -0.03389150118910743 + - -0.9962863705219627 + - 0.5764750574373976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994637204894375 + - -0.030844215806767553 + - 0.010995716287580126 + - -0.04285144384620437 + - - -0.03136864774039481 + - -0.9981941165155204 + - 0.05123000773705538 + - -0.02358851526220765 + - - 0.009395709890712253 + - -0.05154745488445847 + - -0.9986263468037403 + - 0.5792045651215927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982883159613717 + - -0.020821324220115137 + - -0.05465263646640802 + - 0.025732482999331254 + - - -0.02077549597270001 + - -0.9997831766056986 + - 0.0014066070192639444 + - -0.03045760566065885 + - - -0.05467007391706024 + - -0.0002687637236751505 + - -0.9985044370376949 + - 0.5774831732566035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9815514336361666 + - -0.018486962584438 + - -0.19030243125401158 + - 0.06449393497362356 + - - -0.02408873401497249 + - -0.9993406816156445 + - -0.027164958338557116 + - -0.032762699089084045 + - - -0.1896747637940855 + - 0.031247948450757942 + - -0.9813496062552209 + - 0.575582778319426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992216511668844 + - -0.017949576486812127 + - 0.03512697742859629 + - -0.03479131889752243 + - - -0.017428815016092176 + - -0.9997344459469958 + - -0.01507560924764991 + - 0.03743592747873642 + - - 0.035388250118646325 + - 0.014451653573106045 + - -0.9992691436557735 + - 0.5801620063593259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959614022695397 + - -0.04088076224672541 + - -0.07993527673949052 + - 0.04851524333381474 + - - -0.03772128601269679 + - -0.9984613868836977 + - 0.04064435365252481 + - 0.035192960575127906 + - - -0.08147385943258456 + - -0.037464946021713304 + - -0.9959710779178026 + - 0.5765861692200419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985344692625466 + - -0.023815108393721675 + - -0.04859788376832516 + - 0.025739549504432406 + - - -0.02348936397748834 + - -0.9996977031446498 + - 0.007263064590445831 + - -0.030489611862452665 + - - -0.048756163451377385 + - -0.00611088696567056 + - -0.9987920171817531 + - 0.5775102295801404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820322094051173 + - -0.01796432154941724 + - -0.1878563888777086 + - 0.06449542647343884 + - - -0.023100041759361464 + - -0.9994158821809349 + - -0.025184966055550567 + - -0.032787459259852984 + - - -0.18729422778510685 + - 0.029071938287163125 + - -0.9818735634706781 + - 0.575638587027749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995256373378306 + - -0.017710445413176627 + - 0.02519603992040145 + - -0.03481959423064059 + - - -0.017346944421144147 + - -0.9997433215225497 + - -0.014573077585404907 + - 0.03745215323077764 + - - 0.025447668334315197 + - 0.01412909035739336 + - -0.9995763027313224 + - 0.5801387989657352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960811688871289 + - -0.04080001019270945 + - -0.07847078537089962 + - 0.04849928365433617 + - - -0.03808108464611492 + - -0.9986317533823682 + - 0.0358392540189232 + - 0.035139086561657484 + - - -0.07982565991350411 + - -0.0327105534152554 + - -0.9962719928386233 + - 0.5764805359797407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986481159333728 + - -0.02300049940236424 + - -0.046614563925523995 + - 0.025700743061595713 + - - -0.02271203088433226 + - -0.9997195393580318 + - 0.006708671915860895 + - -0.030468313985947064 + - - -0.046755793179391776 + - -0.005640891153653432 + - -0.9988904224944594 + - 0.5775097043979276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839928659067028 + - -0.014897402531954932 + - -0.1775840849921936 + - 0.0645002235779591 + - - -0.022652376204868003 + - -0.9988724345495342 + - -0.04172204871958171 + - -0.03274773424467955 + - - -0.17676229715917044 + - 0.04507689979232071 + - -0.9832208111142308 + - 0.5755905519474063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996084491223887 + - -0.018913027908635287 + - 0.020621489239632772 + - -0.034822811343333995 + - - -0.018647328981322698 + - -0.9997415840407583 + - -0.013001625342163389 + - 0.03745289451489277 + - - 0.020862060420663874 + - 0.012611998850414053 + - -0.9997028117995878 + - 0.5800311877598576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960782096360584 + - -0.04132623627376857 + - -0.07823261777333702 + - 0.04851693294264938 + - - -0.03864120872175265 + - -0.998621292812369 + - 0.03552985407054737 + - 0.03519336827970995 + - - -0.0795930730449977 + - -0.03236751051899264 + - -0.9963018051705298 + - 0.5765065480940077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988799844924018 + - -0.021591612621274247 + - -0.04210200523576278 + - 0.025727513594336764 + - - -0.02161050808289378 + - -0.9997664656810635 + - 6.324164624374126e-06 + - -0.030479162804236147 + - - -0.04209230952155689 + - 0.0009035286429915654 + - -0.9991133174545987 + - 0.5776473011871438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840002748421071 + - -0.018085907542648952 + - -0.17724660521154254 + - 0.06448114162426882 + - - -0.024150494920428943 + - -0.9991922697660856 + - -0.03211793322733432 + - -0.03276995266723756 + - - -0.17652255579884404 + - 0.03588464836188204 + - -0.9836422516881771 + - 0.5755724491950425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993574417126727 + - -0.018180625295637853 + - 0.03088961892548481 + - -0.034813572542815044 + - - -0.01763364807654269 + - -0.9996844767816243 + - -0.01788858120037573 + - 0.03743604715568406 + - - 0.031205098125381667 + - 0.017332390074926388 + - -0.9993627119846306 + - 0.5802812414239098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950381654111252 + - -0.040931989787193646 + - -0.09068418598258023 + - 0.04851864776545592 + - - -0.03805598220817885 + - -0.9987232547672008 + - 0.03322051482711523 + - 0.03515243000064962 + - - -0.09192818715406555 + - -0.029604604359269565 + - -0.9953254622520702 + - 0.5765229007851687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995282442896667 + - -0.030538535562980116 + - 0.0032690538210474133 + - -0.042853478113435234 + - - -0.030663576325969926 + - -0.9982870640143026 + - 0.04982652816127491 + - -0.023584494570532515 + - - 0.0017418249388852338 + - -0.04990326309344414 + - -0.9987525371074207 + - 0.5791551192120685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989354222409328 + - -0.022563084783563718 + - -0.04023592172896113 + - 0.02572077638815886 + - - -0.02228851113182182 + - -0.9997252215933392 + - 0.007259723250706841 + - -0.030482697414679454 + - - -0.04038866751770879 + - -0.006355195921442093 + - -0.9991638339236191 + - 0.5775650787566402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.981114663193868 + - -0.015562496524928398 + - -0.192799964647026 + - 0.0644909591915376 + - - -0.024055688707688493 + - -0.9988368084975644 + - -0.041789398550342007 + - -0.03276684524081981 + - - -0.1919253539967601 + - 0.045638127616195324 + - -0.9803478055266441 + - 0.5756399004778111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996028736336655 + - -0.019051680305873914 + - 0.02076363409523481 + - -0.03481495131477102 + - - -0.018535874827212476 + - -0.99952163270037 + - -0.024757364730051547 + - 0.037479973488648705 + - - 0.02122537084971502 + - 0.024362660805208974 + - -0.9994778358677008 + - 0.5802369288461936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955608483933721 + - -0.042350686193145005 + - -0.08405365265851855 + - 0.04848263855202856 + - - -0.038703272162474774 + - -0.9982567309827327 + - 0.044559575531925924 + - 0.03513444228662548 + - - -0.08579425313030314 + - -0.04110861742551995 + - -0.9954644281455645 + - 0.5764448390507403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983818218380789 + - -0.022238801088704314 + - -0.052337114454424766 + - 0.025717049795904653 + - - -0.021271354064359215 + - -0.9995937523798902 + - 0.0189699683541919 + - -0.030457244834595696 + - - -0.052737721979122146 + - -0.017825990273401846 + - -0.998449281010921 + - 0.5774572078322678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842556320766954 + - -0.014572300002538143 + - -0.1761490811725702 + - 0.06449596711855315 + - - -0.023150544422673728 + - -0.9986386840789945 + - -0.046742175322805224 + - -0.03278143394244328 + - - -0.17522814562232433 + - 0.050084196445686124 + - -0.9832531058929593 + - 0.5756040227108985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994397535727846 + - -0.01831493009765515 + - 0.02801325246895845 + - -0.03484283152233267 + - - -0.017995951682900555 + - -0.9997708042114057 + - -0.011596756852938636 + - 0.037461813561798174 + - - 0.028219225740588806 + - 0.01108613467343222 + - -0.9995402807874252 + - 0.5801932707821287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955326854572961 + - -0.04206573269616191 + - -0.08452896733617091 + - 0.0485102844263892 + - - -0.039641513831175736 + - -0.9987587976223566 + - 0.030156501009192014 + - 0.03519472825243175 + - - -0.08569260509143772 + - -0.02667092620588476 + - -0.9959645772455783 + - 0.5766356882612897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973868274116431 + - -0.02022125768977902 + - -0.06935861333086908 + - 0.025720498036508728 + - - -0.019827242808014418 + - -0.9997831624316218 + - 0.006364633599584042 + - -0.030469282759043276 + - - -0.06947227467392657 + - -0.0049728116461883465 + - -0.9975714882633533 + - 0.5774429269581124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818682097301463 + - -0.018546347462910714 + - -0.18865537818228872 + - 0.06448712345288388 + - - -0.02321723460374426 + - -0.9994754372777975 + - -0.02257897906705121 + - -0.03276661398026023 + - - -0.18813765901241597 + - 0.026549637928616317 + - -0.9817837531692951 + - 0.5755276779395917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995068649296855 + - -0.019136964286757666 + - 0.024895854199420118 + - -0.03480108725564979 + - - -0.018394854486244554 + - -0.9993894753356533 + - -0.029703634739837437 + - 0.037437275687321185 + - - 0.025449092063594556 + - 0.029231031220522317 + - -0.9992486630098254 + - 0.5801773907167097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995156150425733 + - -0.04012012047419569 + - -0.08974749134639852 + - 0.048464593093950084 + - - -0.03743609441571316 + - -0.9988057939662599 + - 0.031393068889927093 + - 0.03514964224737761 + - - -0.09089980805663818 + - -0.02788121002693251 + - -0.9954696695644227 + - 0.576395475410278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994598325747657 + - -0.032586526624038915 + - 0.004261613802556549 + - -0.04287979298905897 + - - -0.032728696258142655 + - -0.9986958656175473 + - 0.03918418609157768 + - -0.023592266546819535 + - - 0.00297917956215741 + - -0.039302497134380075 + - -0.9992229171752105 + - 0.5792703779077243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977695713320147 + - -0.021365877235874655 + - -0.06324066582404961 + - 0.02571613202865649 + - - -0.021061271376611696 + - -0.9997631714187175 + - 0.005479408981809834 + - -0.030469959854535163 + - - -0.06334276100651359 + - -0.004135258725975268 + - -0.9979832635186535 + - 0.5774296583438193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835416783136773 + - -0.01657443918303472 + - -0.17991957921716795 + - 0.06449714695245454 + - - -0.02389518140979705 + - -0.9989690719153503 + - -0.03859810438321277 + - -0.03276821256464184 + - - -0.17909435313629457 + - 0.042262055349360166 + - -0.9829237668061245 + - 0.5755695202692218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995249777453858 + - -0.019283624341050545 + - 0.024040813117678774 + - -0.03483709889668516 + - - -0.01895451103542119 + - -0.9997245065878174 + - -0.013843317490904849 + - 0.03744671329500011 + - - 0.024301139366169833 + - 0.013381059749479438 + - -0.9996151268690804 + - 0.5802444725097794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953984315557156 + - -0.04137466518268828 + - -0.0864297375759165 + - 0.04849004549472247 + - - -0.037761346794455954 + - -0.9983598317360015 + - 0.04303169836680734 + - 0.035173059478931595 + - - -0.08806840037544784 + - -0.039569981767540674 + - -0.995328173718712 + - 0.5765048257251553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998449559340408 + - -0.021884222626266468 + - -0.05118162026537661 + - 0.025736115145477398 + - - -0.020834899854666907 + - -0.9995634813461316 + - 0.02094644855931268 + - -0.030460994986931826 + - - -0.05161767527689719 + - -0.019847608401163556 + - -0.9984696730696246 + - 0.5774546507719697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820682947806556 + - -0.01723491875308124 + - -0.18773604332197372 + - 0.06450215671390544 + - - -0.022949361177934603 + - -0.9993357808705946 + - -0.028307664921080694 + - -0.032770742118110374 + - - -0.18712346514571607 + - 0.032108482482580254 + - -0.9818115166082165 + - 0.5757008610405674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995903726491433 + - -0.019028998540999036 + - 0.021377186944816277 + - -0.034821164348372784 + - - -0.01839530238965146 + - -0.9993967070565549 + - -0.029459035532537987 + - 0.037446317346724996 + - - 0.021924866182949674 + - 0.029053728487763997 + - -0.9993373710133223 + - 0.5803330428026795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956749229035375 + - -0.041343428839092804 + - -0.08319957207138445 + - 0.04850341216090171 + - - -0.03858414610420665 + - -0.9986594613296351 + - 0.03450426011687479 + - 0.035175007868309544 + - - -0.08451456425045248 + - -0.031144842087103143 + - -0.9959353830650493 + - 0.5765705886777801 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976829042640506 + - -0.023399782052098556 + - -0.06388483966610177 + - 0.025684926843384498 + - - -0.022826965818257973 + - -0.9996925498379278 + - 0.00968170594856405 + - -0.030458613518827567 + - - -0.06409174807088137 + - -0.00820097545763092 + - -0.9979103125184958 + - 0.5773726283521635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850390119725103 + - -0.017778666323687204 + - -0.17141197133214345 + - 0.06450517807632856 + - - -0.02442832130997821 + - -0.9990254178106874 + - -0.036762367798566176 + - -0.03278442551967739 + - - -0.1705913304074889 + - 0.04039967316614804 + - -0.9845133134690818 + - 0.5756443607662393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995251544089614 + - -0.019296180902751224 + - 0.024023386653636486 + - -0.034839121899515865 + - - -0.018749126993772437 + - -0.9995643928691953 + - -0.022792427361035157 + - 0.037434466074705505 + - - 0.02445272869667544 + - 0.022331186950204175 + - -0.9994515406705227 + - 0.5801711526397777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957946165653357 + - -0.04067081367764053 + - -0.0820912086297594 + - 0.04851141285224753 + - - -0.03761371248345893 + - -0.9985523564187349 + - 0.03844996910017746 + - 0.03517521586337383 + - - -0.08353616134769253 + - -0.0352005171182408 + - -0.9958828411725456 + - 0.5764399948010325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994791747770989 + - -0.03168997908824648 + - 0.006092980574051238 + - -0.042858923976932695 + - - -0.03189191478489047 + - -0.998823310725295 + - 0.03653627954670688 + - -0.023596918570313718 + - - 0.004927977094361295 + - -0.036711567348021626 + - -0.9993137524644651 + - 0.5791761778485385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984486842245381 + - -0.022307981091809776 + - -0.05101547755236664 + - 0.025692685690603363 + - - -0.021807725506158695 + - -0.9997086935359576 + - 0.010341720208781562 + - -0.030499403273826352 + - - -0.05123131931286372 + - -0.009213145404048653 + - -0.9986443159970557 + - 0.5774400423222541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855422708159036 + - -0.01923859644588317 + - -0.16833392065125935 + - 0.06450890448111962 + - - -0.022985097808627373 + - -0.9995289537145154 + - -0.020336075459460572 + - -0.03278468110756354 + - - -0.167863390034158 + - 0.02391123361847926 + - -0.9855202358110572 + - 0.5757545404650737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995436633863096 + - -0.018956378359530464 + - 0.02351851831570073 + - -0.034836552474068284 + - - -0.018294249446612273 + - -0.9994389263599375 + - -0.02805624553786492 + - 0.03744645857209014 + - - 0.024037167500784114 + - 0.027613188805101156 + - -0.9993296384990057 + - 0.5802238613134916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962009560665834 + - -0.04020302412566339 + - -0.0772487668715594 + - 0.048529416743122576 + - - -0.03746005748578416 + - -0.9986263454386197 + - 0.03663558774019037 + - 0.03518392832406023 + - - -0.07861551516836199 + - -0.0336026642851243 + - -0.9963385276740808 + - 0.576559532529452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974231060397547 + - -0.024925587535866496 + - -0.06727453176351517 + - 0.025706003189693512 + - - -0.0228803250857764 + - -0.9992573766177056 + - 0.031002999839854193 + - -0.030483039732796206 + - - -0.06799734010957742 + - -0.029383845240074768 + - -0.9972527018649434 + - 0.57733939237655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9798352622643465 + - -0.014751975836811784 + - -0.19926173248335852 + - 0.06449995957056939 + - - -0.02409520542014253 + - -0.9987167199181782 + - -0.044545868850392946 + - -0.03278297318688754 + - - -0.19834888429008254 + - 0.04844886546437797 + - -0.978933311076957 + - 0.5756376973266939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994475450997166 + - -0.01907774270403417 + - 0.02721478141504178 + - -0.03482627217666031 + - - -0.018524864362559405 + - -0.9996197548236818 + - -0.020424866378807756 + - 0.037458870933320926 + - - 0.02759409347122331 + - 0.019909432426918797 + - -0.9994209225876455 + - 0.5801222781580332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949089067144116 + - -0.04153216350915095 + - -0.09182236511103144 + - 0.048523524009829164 + - - -0.038401720523887274 + - -0.998627997340644 + - 0.03560099420268365 + - 0.03517695450652278 + - - -0.09317497089422495 + - -0.031893609417301926 + - -0.9951387955844132 + - 0.5766292796421479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975547831149713 + - -0.02136981487603733 + - -0.0665416087617846 + - 0.025707501664561604 + - - -0.020296647362824532 + - -0.9996534752495069 + - 0.01676232464229833 + - -0.030459671028616728 + - - -0.06687675822190893 + - -0.015370765555057673 + - -0.997642841289397 + - 0.5774043525467853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842254891361569 + - -0.015335659495124231 + - -0.17625267113590742 + - 0.06449607083445853 + - - -0.022632489696333916 + - -0.9989646329430794 + - -0.0394643198223813 + - -0.032761986641355635 + - - -0.17546497355551638 + - 0.04283082624404372 + - -0.9835535386436336 + - 0.5756979060332876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992878058666452 + - -0.020842348419970298 + - 0.03145596221015252 + - -0.03484430629944846 + - - -0.020228809658619958 + - -0.9996013023642911 + - -0.019698516985002825 + - 0.037472775956746494 + - - 0.03185398414674851 + - 0.0190481711445924 + - -0.9993110080800798 + - 0.5802597757103709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959638336775757 + - -0.041929367023370696 + - -0.07935975168361964 + - 0.04852468255455401 + - - -0.03871737264800878 + - -0.9983843403045349 + - 0.041589350679152884 + - 0.03520313182781572 + - - -0.08097534848027219 + - -0.03834888806338205 + - -0.995978089981301 + - 0.5765615022440733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994600909004946 + - -0.03214156361949476 + - 0.006815173165013775 + - -0.0428641231720058 + - - -0.03235443479202696 + - -0.9989032850639153 + - 0.03384401923245697 + - -0.023602285680705597 + - - 0.005719899165512281 + - -0.03404624761427334 + - -0.9994038902150242 + - 0.5792208055637313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988090701210565 + - -0.021484774430456356 + - -0.04380463344878923 + - 0.025721194512378833 + - - -0.02131579333846112 + - -0.999763454510291 + - 0.004321108654127766 + - -0.030480431434827128 + - - -0.043887109705042 + - -0.003382232002859972 + - -0.999030771352122 + - 0.577584893316686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864074946209545 + - -0.020206138699580923 + - -0.1630704342131492 + - 0.06451482883764466 + - - -0.02329547101710552 + - -0.9995831428362824 + - -0.017054664688327212 + - -0.03277408046455909 + - - -0.16265784821428975 + - 0.020621651640772537 + - -0.9864670151089207 + - 0.5757791700784777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995285839164988 + - -0.01923201217570148 + - 0.023931979474175677 + - -0.03485070058286773 + - - -0.018826008572648392 + - -0.9996769415311929 + - -0.017076122863877146 + - 0.03746759972831938 + - - 0.02425265624836309 + - 0.016617529254173997 + - -0.9995677397687388 + - 0.5802357576678014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995596701448114 + - -0.04134531194009154 + - -0.08412950282874355 + - 0.04850862173903529 + - - -0.037611260191429574 + - -0.9982562263421726 + - 0.04549615012171439 + - 0.03518015452411959 + - - -0.0858638525367202 + - -0.04213160036909956 + - -0.9954156554313836 + - 0.5765717908737766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980524178627379 + - -0.022673504718925423 + - -0.05811439909440254 + - 0.02569631681415358 + - - -0.022237899732305673 + - -0.9997196378071845 + - 0.008131518810667888 + - -0.0304665063819927 + - - -0.05828247604416398 + - -0.006823339829818902 + - -0.9982768128228406 + - 0.5774221168323059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839152591652854 + - -0.01535114300672246 + - -0.17797501282510483 + - 0.06451540583726018 + - - -0.024739628389713546 + - -0.9984098486989791 + - -0.050652984196599894 + - -0.03278507607488483 + - - -0.1769144244227925 + - 0.054241279753240286 + - -0.9827304666091732 + - 0.5757430275971468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994118165826515 + - -0.02063711905950183 + - 0.027388504739914096 + - -0.034864904366772684 + - - -0.020125683638570688 + - -0.9996203198728073 + - -0.018819483400624944 + - 0.037438545151801186 + - - 0.027766485788527848 + - 0.01825720171083663 + - -0.9994476959064167 + - 0.5803148422963033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951819905370287 + - -0.04064732601074183 + - -0.0892221979046348 + - 0.048512900469466165 + - - -0.038259369292733526 + - -0.9988666315269229 + - 0.028313832015130245 + - 0.03517467741967897 + - - -0.0902719578389634 + - -0.02476383068580559 + - -0.995609223700587 + - 0.5765644196863349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995080668103253 + - -0.0312850613877205 + - 0.0022066524540137944 + - -0.042877405790715695 + - - -0.0313395298818569 + - -0.9990007594891351 + - 0.031864029985472365 + - -0.023599742974761508 + - - 0.001207579343332675 + - -0.03191751046208716 + - -0.9994897769752483 + - 0.5792627472412909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983678851150294 + - -0.02232907731673426 + - -0.05256403977175738 + - 0.025717205964649253 + - - -0.021404721064144684 + - -0.9996073416755579 + - 0.018083151951197685 + - -0.03046108507160994 + - - -0.05294718016202326 + - -0.016928519560411876 + - -0.9984538153256677 + - 0.5774292440981614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9807944207171854 + - -0.017121823931539302 + - -0.1942913982534949 + - 0.06449403409786436 + - - -0.023312824317412568 + - -0.9992892517187955 + - -0.02962268761666996 + - -0.03275702558519519 + - - -0.19364611153438183 + - 0.03358324797494612 + - -0.9804964808417552 + - 0.575535886804634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993564002068581 + - -0.019390555702309627 + - 0.030179325955786748 + - -0.03482267001796866 + - - -0.01846633550204643 + - -0.99936088487077 + - -0.030607454050237435 + - 0.03745079918571011 + - - 0.03075353343464545 + - 0.030030453540816928 + - -0.999075768919163 + - 0.58013743714206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961112747187397 + - -0.04144471812091921 + - -0.07774743544378065 + - 0.04851872029104796 + - - -0.03798021203826392 + - -0.998241030538518 + - 0.045523053971869856 + - 0.03518985489853181 + - - -0.07949737021899406 + - -0.042393163237423245 + - -0.9959332245883702 + - 0.5765637125892996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990039635044825 + - -0.02147959975219827 + - -0.03911147781431912 + - 0.025739270601927895 + - - -0.02097646647184715 + - -0.9996924384820439 + - 0.013229372478729651 + - -0.03044448843073047 + - - -0.039383610254648885 + - -0.012395774937891584 + - -0.9991472744330535 + - 0.5775861015297157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826641972591905 + - -0.014393294140720372 + - -0.18483481411446653 + - 0.06451310333318763 + - - -0.02216083173184598 + - -0.9989528090102892 + - -0.04002727704210903 + - -0.03276120504744752 + - - -0.1840651323904218 + - 0.04342946527683302 + - -0.9819541275354288 + - 0.5757135271798857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995916603824977 + - -0.019941609956222923 + - 0.020465695348934096 + - -0.03484634109007435 + - - -0.019393887519383982 + - -0.9994574459876397 + - -0.026621246904478875 + - 0.03746017502709632 + - - 0.02098546212612422 + - 0.02621346700109726 + - -0.9994360732568817 + - 0.5801975146197655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954512734820921 + - -0.04181831720530919 + - -0.08560368256679915 + - 0.048528469556675585 + - - -0.0391750904448205 + - -0.9987092541314007 + - 0.03232859416897646 + - 0.03517195255474633 + - - -0.08684511737294909 + - -0.02882800822842929 + - -0.9958046352222213 + - 0.5764731616791643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979884441173041 + - -0.023198076966307792 + - -0.05899927654969844 + - 0.02570287431225686 + - - -0.02218687212217776 + - -0.9995964881218553 + - 0.01773706965336238 + - -0.03046535178256781 + - - -0.05938693554778414 + - -0.01639238114245021 + - -0.9981004366929835 + - 0.5774375253721228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837521489979829 + - -0.015912827804337944 + - -0.1788253093192344 + - 0.06448356787372087 + - - -0.02346747512746729 + - -0.9989156195610388 + - -0.04021023014269089 + - -0.032759427879436157 + - - -0.177991536183584 + - 0.04375347881318641 + - -0.9830588213015294 + - 0.5755933988493924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991938823615172 + - -0.018994121069792046 + - 0.035366775596664124 + - -0.034829082235928954 + - - -0.018381230483851454 + - -0.9996765756607723 + - -0.017574824068866103 + - 0.03747878007031402 + - - 0.0356891554567805 + - 0.01691057183947802 + - -0.999219854057576 + - 0.580272622069152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951856974906229 + - -0.04153673744817072 + - -0.08877007914981408 + - 0.04849536683745298 + - - -0.03779473484249688 + - -0.998341427935336 + - 0.04342754064207221 + - 0.035174777950887914 + - - -0.09042668593002773 + - -0.03986342572076832 + - -0.9951049802716877 + - 0.5764847495847577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994538512565043 + - -0.03228149515863688 + - 0.007064296062884204 + - -0.04286900398736782 + - - -0.0326111177098845 + - -0.9980621793622727 + - 0.052994349966218164 + - -0.02357689006683508 + - - 0.005339869872312953 + - -0.05319578175901594 + - -0.9985698245955529 + - 0.5791132241459278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977778989101423 + - -0.020621664386554203 + - -0.06335622624801791 + - 0.025708488584712995 + - - -0.020325966256387315 + - -0.9997793141959798 + - 0.005308295542030446 + - -0.030455969426602687 + - - -0.06345171031742104 + - -0.004008723455871962 + - -0.9979768587467595 + - 0.5773933473859272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850482127678193 + - -0.018084510209365176 + - -0.171327081961412 + - 0.0645040175287803 + - - -0.024050733341488217 + - -0.9991721229846307 + - -0.03281205382360915 + - -0.03277057206037148 + - - -0.1705918542857825 + - 0.0364419969386169 + - -0.984667659726095 + - 0.5757159942570749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992085789485715 + - -0.01691396766218279 + - 0.03600185347310557 + - -0.03481073803325512 + - - -0.016730306972004227 + - -0.999845474803927 + - -0.005396604741165182 + - 0.03749324886551833 + - - 0.036087568277716295 + - 0.004790011694400612 + - -0.9993371519180947 + - 0.5802207398408514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963389082235276 + - -0.04080848999404294 + - -0.07512288003235207 + - 0.04851975157385618 + - - -0.03841426804496941 + - -0.9987153606902652 + - 0.03304500464340339 + - 0.035154499014906415 + - - -0.07637489096894545 + - -0.03003823339877708 + - -0.996626600369347 + - 0.5765147795691831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9988150516782714 + - -0.022296872189347307 + - -0.04325901098619574 + - 0.025721926088602222 + - - -0.022258389612892334 + - -0.9997513111587609 + - 0.0013711047296492578 + - -0.030459532975797107 + - - -0.04327882429979561 + - -0.00040660412060181155 + - -0.9990629499887967 + - 0.5775493218566101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862471438511449 + - -0.01600632762045402 + - -0.16450036085542732 + - 0.06452058058528258 + - - -0.02492029017071846 + - -0.9983221133967576 + - -0.052267935111685336 + - -0.032785031537936674 + - - -0.1633877302102771 + - 0.055648498444601784 + - -0.9849912153098602 + - 0.5756929008564563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995784161785107 + - -0.018707214126998304 + - 0.02220427998532116 + - -0.03482989565453864 + - - -0.018423583087812914 + - -0.9997469160120489 + - -0.01291028700700378 + - 0.03746194384532487 + - - 0.02244017594107392 + - 0.01249576184165622 + - -0.9996700928004848 + - 0.5800312044571644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949884925133999 + - -0.04202063488250346 + - -0.09073128462654567 + - 0.048512732262649745 + - - -0.039265418487981874 + - -0.9987181488634199 + - 0.031941916689304115 + - 0.03518432402805531 + - - -0.09195720024487239 + - -0.028219237673865798 + - -0.9953630231971797 + - 0.5764507482539402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985486867278746 + - -0.0237837986074469 + - -0.048320297576043114 + - 0.025704901396447967 + - - -0.024114510410615665 + - -0.9996895236561919 + - -0.00627269317858711 + - -0.030459375394392554 + - - -0.04815610679543415 + - 0.007428809854666594 + - -0.9988121956416282 + - 0.5775328668650783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846027666047908 + - -0.016367243239939693 + - -0.17403880412975858 + - 0.06452144199878684 + - - -0.02396077128989964 + - -0.9988461655974272 + - -0.04161993405220778 + - -0.03278238034949913 + - - -0.17315678858590833 + - 0.0451492061950335 + - -0.9838588698317322 + - 0.5757690441401124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994268140903028 + - -0.01803205091330526 + - 0.028651150363770077 + - -0.034837683609930864 + - - -0.017346201942727228 + - -0.9995612469695276 + - -0.024008807444058092 + - 0.037435731848577444 + - - 0.02907150762292044 + - 0.023498057293821126 + - -0.999301100143469 + - 0.5802320036831004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964288708637962 + - -0.04088951247552803 + - -0.07387525349272023 + - 0.04851421831239515 + - - -0.03862423173034863 + - -0.9987465050628194 + - 0.031836886594711074 + - 0.03514326612512449 + - - -0.07508444600808056 + - -0.028869818051345617 + - -0.9967591783241037 + - 0.5766366941130452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994542913110726 + - -0.033031952857099534 + - 9.833782732032682e-05 + - -0.04291347457088852 + - - -0.033002769739766985 + - -0.9984370160006779 + - 0.04510368354320644 + - -0.023594840222648784 + - - -0.0013916786216110347 + - -0.04508231549186604 + - -0.9989823061798971 + - 0.5792674103945312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982849993164836 + - -0.024042997654157544 + - -0.05337597215499212 + - 0.02569379211664885 + - - -0.022452388830857428 + - -0.9992916016059201 + - 0.03020240380603119 + - -0.030462966685791806 + - - -0.054064317025893406 + - -0.028952188581811103 + - -0.9981176385581244 + - 0.5774765289779508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9815323493628437 + - -0.018506288315810145 + - -0.1903989612551194 + - 0.06449475463392525 + - - -0.022351178588333964 + - -0.9995869356692825 + - -0.018066069163129615 + - -0.03276310226104654 + - - -0.18998597835095293 + - 0.02198807249548469 + - -0.9815405507150305 + - 0.5755940613281938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995442574795066 + - -0.020260051576134384 + - 0.02237873208817561 + - -0.03483413440676825 + - - -0.019670578268365817 + - -0.9994617509026499 + - -0.0262540822196747 + - 0.037447672400240065 + - - 0.022898595815683993 + - 0.025801914516983417 + - -0.9994047806154062 + - 0.580179582395915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995983367446854 + - -0.041997827153304065 + - -0.07907790009620935 + - 0.048504491167935225 + - - -0.0390850776626141 + - -0.9985119724260969 + - 0.0380289051361376 + - 0.03520732408189884 + - - -0.08055736138511674 + - -0.034785391131150506 + - -0.9961428050688922 + - 0.5766770914107316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972674677617622 + - -0.022532254522791843 + - -0.07035549196873436 + - 0.025741129784293496 + - - -0.02145829019542834 + - -0.9996419693999535 + - 0.015983578950631332 + - -0.030461207312152582 + - - -0.070690448618829 + - -0.014430194742359083 + - -0.99739391914818 + - 0.5773345911130132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847432688904392 + - -0.016802381660927842 + - -0.17320038783297478 + - 0.06451718116936628 + - - -0.024058918946980017 + - -0.9989146772057833 + - -0.039882779265867245 + - -0.032766802926651704 + - - -0.17234228382516872 + - 0.04344131251916498 + - -0.9840787517127574 + - 0.5757476122552627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999367627374108 + - -0.019083168546713804 + - 0.030002967101000994 + - -0.034798083013027455 + - - -0.018309599416016273 + - -0.9994981472925567 + - -0.02584979937972941 + - 0.037421547026218166 + - - 0.030481206109192128 + - 0.025284110365305628 + - -0.9992154971962577 + - 0.5800767275393454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957027866083735 + - -0.04045884279217068 + - -0.08330091704320063 + - 0.048516806388935824 + - - -0.03745170073442162 + - -0.9986001251806357 + - 0.03735184200703566 + - 0.035163686299138935 + - - -0.08469551849076253 + - -0.03407157215535628 + - -0.995824179822143 + - 0.5765665491864416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993796229644814 + - -0.03118235409602416 + - 0.01637162167902972 + - -0.04282380742979619 + - - -0.03195757379018091 + - -0.9982654934292194 + - 0.04944409070820575 + - -0.02356244708302028 + - - 0.01480144184923391 + - -0.04993661403766079 + - -0.9986427048237205 + - 0.5791811083645032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978832918230511 + - -0.023052402683848262 + - -0.060807258044521584 + - 0.02569513464833324 + - - -0.02245479877509033 + - -0.99969279199567 + - 0.010493028346159124 + - -0.030467501422807238 + - - -0.061030467082937606 + - -0.00910540292380313 + - -0.9980943711519641 + - 0.5774528031346372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827152124473847 + - -0.020543199548091362 + - -0.18398040161065787 + - 0.06449809308416309 + - - -0.023979774966096573 + - -0.9995767088765078 + - -0.016473416894628442 + - -0.03276598582672353 + - - -0.18356410764925435 + - 0.02060048601213477 + - -0.9827918591232818 + - 0.5756515962322073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994442189373781 + - -0.018591801334760648 + - 0.027669444442980144 + - -0.03481579285603806 + - - -0.01792523101548664 + - -0.9995477107933352 + - -0.024146634151480627 + - 0.03745782706073869 + - - 0.028105859276951636 + - 0.02363723272578258 + - -0.9993254434384087 + - 0.5802460196248993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964051457255825 + - -0.0404890878597494 + - -0.07441383833579794 + - 0.0485134393249067 + - - -0.03750748137526317 + - -0.9984533274912707 + - 0.04103829507293987 + - 0.03517111823375998 + - - -0.07596034763259753 + - -0.038099692727040314 + - -0.9963826769879333 + - 0.5766191933257483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980774734876522 + - -0.023188986368222978 + - -0.057477193979171885 + - 0.02569323258748607 + - - -0.0226141953091288 + - -0.9996877437508176 + - 0.010630765020420731 + - -0.030453404592320796 + - - -0.05770576303130876 + - -0.009310526602356758 + - -0.9982902178261391 + - 0.5774059464611316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852457068163761 + - -0.01810762257632192 + - -0.17018522616412093 + - 0.06451990329727222 + - - -0.0240911224435803 + - -0.9991596773540435 + - -0.033159568289884006 + - -0.03279871525022484 + - - -0.16944177471718105 + - 0.0367702754191009 + - -0.9848540154897552 + - 0.5757724019745099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992291701793597 + - -0.020048983233353912 + - 0.03375061086820166 + - -0.03485017534711752 + - - -0.01927331279520643 + - -0.999546136360014 + - -0.02315298472480288 + - 0.03744950163588445 + - - 0.03419948649565093 + - 0.02248465163344803 + - -0.9991620667160842 + - 0.580234600571007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956441069839933 + - -0.04128906281990087 + - -0.0835944108149635 + - 0.04849869677639653 + - - -0.037875127096495154 + - -0.998398536585075 + - 0.042021862074471145 + - 0.035184626821671824 + - - -0.08519558072735314 + - -0.03867267040476799 + - -0.9956134478743717 + - 0.5764046535042737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995278038062055 + - -0.030684566185570555 + - 0.001620745614508796 + - -0.042853074991637895 + - - -0.03072547125174878 + - -0.9986574218630994 + - 0.04170490587574917 + - -0.023568273277920878 + - - 0.0003388726922738634 + - -0.041735011150717066 + - -0.999128657385798 + - 0.5792660909845095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981921794778291 + - -0.02128800136521262 + - -0.05620670624735226 + - 0.02572250930720942 + - - -0.019983912058351438 + - -0.9995202443698434 + - 0.02366272075845818 + - -0.030460111066441878 + - - -0.056683472795388226 + - -0.02249671293152396 + - -0.9981387087069268 + - 0.5774126262422983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841188005018296 + - -0.019280327900109837 + - -0.17646091764156802 + - 0.0645084562312723 + - - -0.02408242805512528 + - -0.9993945245573985 + - -0.025112167243409037 + - -0.032785863156617266 + - - -0.1758699040706218 + - 0.02896296325922949 + - -0.9839872578450569 + - 0.5757198873219573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993742660567724 + - -0.018967147631051406 + - 0.02985504403328659 + - -0.03482929039369556 + - - -0.018523748811384574 + - -0.9997150094311551 + - -0.01505890593763446 + - 0.03746999459721957 + - - 0.030132160119385878 + - 0.014496455732615984 + - -0.999440796494586 + - 0.5802285696875201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958349519466521 + - -0.04164380855137865 + - -0.08110820976168336 + - 0.04856166578043048 + - - -0.038215163585982904 + - -0.9983276526972978 + - 0.04337625078312102 + - 0.03521798021666486 + - - -0.08277892094915028 + - -0.0400960231100263 + - -0.9957609950069618 + - 0.5766450983501876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979885648841605 + - -0.02212013510611518 + - -0.059409797031640704 + - 0.025740271340324524 + - - -0.021350032419819993 + - -0.9996800151506288 + - 0.013566260505813119 + - -0.030452409865360266 + - - -0.059690874311959685 + - -0.012270571760360649 + - -0.9981414892651983 + - 0.5774503186983804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818645685501466 + - -0.018769007785769006 + - -0.18865230815596196 + - 0.06450003529235425 + - - -0.023474537880181192 + - -0.9994657907316704 + - -0.022739376166228585 + - -0.03277193903464882 + - - -0.18812473281614572 + - 0.02675551352254426 + - -0.9817806411816233 + - 0.5756157908915444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994222936162681 + - -0.018480867251614568 + - 0.028522562444953544 + - -0.034831206460158415 + - - -0.01808037377015726 + - -0.999735184424053 + - -0.01423590913624935 + - 0.037455144817059506 + - - 0.028778101173105277 + - 0.0137119863707757 + - -0.9994917720134756 + - 0.5800715918163085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995722216419234 + - -0.039106226560682265 + - -0.08371362358274012 + - 0.048511719142188166 + - - -0.036714144015072565 + - -0.9988776119571713 + - 0.029926375657258236 + - 0.03514234150604936 + - - -0.0847899720392018 + - -0.026724883066599484 + - -0.9960403813433811 + - 0.5765079307237618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980318917506124 + - -0.019559419358852373 + - -0.05957996444307846 + - 0.02572742801560849 + - - -0.01966295945448366 + - -0.9998060016500468 + - -0.0011519939403250917 + - -0.030473741752269422 + - - -0.059545873695708545 + - 0.002321245116691723 + - -0.9982228712802185 + - 0.5774838938124409 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823618061909886 + - -0.016614630426259262 + - -0.1862504652154655 + - 0.06450727325841443 + - - -0.025119954077733493 + - -0.9987419494311318 + - -0.04339938194992386 + - -0.03276772055646086 + - - -0.18529508801992317 + - 0.04731249837306879 + - -0.9815433041152019 + - 0.5756470185880775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995829748593178 + - -0.02021944068338794 + - 0.020616755075603514 + - -0.03485603562171362 + - - -0.019627198392756416 + - -0.9994000858459073 + - -0.028534917109473257 + - 0.03745155874053722 + - - 0.021181346856322582 + - 0.02811836818956759 + - -0.9993801618581931 + - 0.580337799535096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965133980318309 + - -0.041762646102800366 + - -0.07222831116360057 + - 0.04852185848749727 + - - -0.03922862350568716 + - -0.9985759954875894 + - 0.03615378726800485 + - 0.0352114792319731 + - - -0.07363533554552937 + - -0.03319431617707096 + - -0.996732649576924 + - 0.5766315582432731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994367598876496 + - -0.03270592529343694 + - 0.007515679342341353 + - -0.042856704917412385 + - - -0.0329156357788003 + - -0.999016236512942 + - 0.02971733677155003 + - -0.023606840748860717 + - - 0.0065363526950537034 + - -0.029947982139310825 + - -0.9995300868204159 + - 0.5792959362226376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986973867637177 + - -0.024045873818176588 + - -0.04500361789502811 + - 0.02568728100859216 + - - -0.022434189153515794 + - -0.9991006278682897 + - 0.03598114159132115 + - -0.030457333700427684 + - - -0.045828340885806014 + - -0.034924652403578144 + - -0.9983386358476489 + - 0.5774090762703923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820533824329412 + - -0.01504739005499842 + - -0.18800194175739823 + - 0.0645032851879776 + - - -0.023833151462113306 + - -0.9987224024196985 + - -0.044559441159075154 + - -0.03278421824716322 + - - -0.18709124763976373 + - 0.04824042866266685 + - -0.9811573401341082 + - 0.5756701770595195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994436058102638 + - -0.018127500117438352 + - 0.02799772391588466 + - -0.03482908625256509 + - - -0.017468567620558744 + - -0.9995687768866978 + - -0.02360316543427077 + - 0.03744173474441735 + - - 0.028413517034393928 + - 0.0231009526367174 + - -0.9993292840885896 + - 0.5801460060012045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961481028150657 + - -0.040975791552199624 + - -0.0775238141774239 + - 0.04852742120211953 + - - -0.03825248042117015 + - -0.998608778879299 + - 0.03629400070017489 + - 0.035179876999849605 + - - -0.07890313681706868 + - -0.033188721757051544 + - -0.9963296661991757 + - 0.57658480738331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978361952317558 + - -0.02283974347309756 + - -0.06165446945272074 + - 0.02569676156423089 + - - -0.021656496232956898 + - -0.9995695403316088 + - 0.01979217552893206 + - -0.030471336310624077 + - - -0.06207997790210061 + - -0.018414129339700824 + - -0.9979012958125345 + - 0.5774028707647074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985249602422995 + - -0.018269262662617407 + - -0.17014539361115458 + - 0.06450836508412988 + - - -0.022794676815458707 + - -0.99943544593041 + - -0.02468181773616479 + - -0.03278936415598784 + - - -0.16959841872555656 + - 0.02819616037063847 + - -0.9851098176884362 + - 0.5757937697096854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994091036092431 + - -0.019135838597697106 + - 0.02855281604557046 + - -0.03480866275313114 + - - -0.018797534444892013 + - -0.9997504511842459 + - -0.012070130723818814 + - 0.03746613984829877 + - - 0.028776662797523937 + - 0.011526275984022867 + - -0.9995194088361555 + - 0.580129302307782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965264253369058 + - -0.04031284550060105 + - -0.07286945926033035 + - 0.04853312469430346 + - - -0.03747884778951163 + - -0.9985025525305066 + - 0.039849574131132624 + - 0.03517700155771272 + - - -0.07436679079817075 + - -0.03698009028797369 + - -0.996545058363481 + - 0.5765132426821249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978948857007083 + - -0.021787490381847033 + - -0.061082750062774034 + - 0.02572360770776878 + - - -0.02014708198660449 + - -0.9994230326243344 + - 0.027344047750913203 + - -0.03044073327734228 + - - -0.06164326548614565 + - -0.026055846231510263 + - -0.9977580872623208 + - 0.5773880872205562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982401581758097 + - -0.016639855543843483 + - -0.1860382954304545 + - 0.06449071588064137 + - - -0.024334077506091876 + - -0.9989369431082327 + - -0.039151454194021065 + - -0.03276573756893161 + - - -0.18518905159624463 + - 0.042989520828441874 + - -0.9817621485206199 + - 0.5755120643125614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995734962216699 + - -0.01828529637839086 + - 0.022770015097525013 + - -0.03479780458872467 + - - -0.01815371544690441 + - -0.99981737181457 + - -0.005972071104705581 + - 0.037458362064206344 + - - 0.022875057741127892 + - 0.005556163619012782 + - -0.9997228919951667 + - 0.5800356335730126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957738595724562 + - -0.04032430365064444 + - -0.082512854315342 + - 0.04853291044789894 + - - -0.03799936469829094 + - -0.9988405640305277 + - 0.029556317932101818 + - 0.03515589634645556 + - - -0.08360902388319402 + - -0.026295972738573994 + - -0.9961516214628332 + - 0.5765422557968224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993127030182754 + - -0.03285226411368926 + - 0.017171206390714035 + - -0.04285055190796144 + - - -0.033547397123349504 + - -0.9985585459642438 + - 0.04189752293421288 + - -0.02360345000103911 + - - 0.015770026396819226 + - -0.04244477617303474 + - -0.9989743476401504 + - 0.5792105183264881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984548146289893 + - -0.021870294431259523 + - -0.051084962226477314 + - 0.025724274207848702 + - - -0.021128061873857355 + - -0.9996638775591778 + - 0.015024543414146262 + - -0.030441353695535515 + - - -0.05139638261244706 + - -0.013922001466711931 + - -0.9985812884935886 + - 0.5774348185902825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820709232670741 + - -0.018462269466654174 + - -0.18760556036401832 + - 0.06450648822556228 + - - -0.023234265542925975 + - -0.9994592128734382 + - -0.023269093387764266 + - -0.032767761461508824 + - - -0.18707450541973236 + - 0.02721077743373645 + - -0.981968789225714 + - 0.5755644898259773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994420860470368 + - -0.01913472474994853 + - 0.02737478669672716 + - -0.034834571549123346 + - - -0.018480324831222746 + - -0.9995420513529154 + - -0.023961743912738934 + - 0.03745208840398919 + - - 0.027820751824494158 + - 0.02344248037113173 + - -0.9993380088248272 + - 0.5801168869600271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996334552564692 + - -0.041576426456605864 + - -0.07475867928751388 + - 0.04855439292627785 + - - -0.03849872341538385 + - -0.998369316174626 + - 0.042149220827851275 + - 0.03519534748259556 + - - -0.07638918549834582 + - -0.039116611357678216 + - -0.9963104852679164 + - 0.5765145972801289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977959979738021 + - -0.024592082896429102 + - -0.06163096532003544 + - 0.02573580694249895 + - - -0.023410435966079755 + - -0.9995294022222118 + - 0.019822350546460824 + - -0.03046922318686381 + - - -0.06208943481255351 + - -0.01833585427854005 + - -0.997902148776389 + - 0.5773553167788243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832506785336351 + - -0.015807656447249026 + - -0.18157153180163413 + - 0.06451086522911129 + - - -0.02383350516653005 + - -0.9988288581438222 + - -0.042105536103767084 + - -0.03278252362162153 + - - -0.1806932959315953 + - 0.04572778298534048 + - -0.9824759043704954 + - 0.5757032335711179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994032212182793 + - -0.018869156044534617 + - 0.0289336546031422 + - -0.03481440772207532 + - - -0.018382269099759818 + - -0.9996864565895432 + - -0.01700237319281946 + - 0.03746418227454131 + - - 0.029245403079303664 + - 0.016460360312304623 + - -0.9994367228279731 + - 0.5801082502736205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954182550927656 + - -0.04040591081161867 + - -0.08665944726085759 + - 0.048512092631722924 + - - -0.037680006920280916 + - -0.9987492930061771 + - 0.032864369736083136 + - 0.03519906179102692 + - - -0.08787897647652379 + - -0.029448465004918538 + - -0.995695773518344 + - 0.5766192224989046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994732038099454 + - -0.03153129873216256 + - 0.007687136407430507 + - -0.04288908227950565 + - - -0.03184011109124988 + - -0.9985215996387229 + - 0.04405476569706244 + - -0.023553877201950974 + - - 0.006286667764419071 + - -0.04427631709152565 + - -0.9989995423188294 + - 0.5792771005342021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998205085698132 + - -0.023186523187502046 + - -0.055217678589924796 + - 0.02569316329668082 + - - -0.022893585782084728 + - -0.9997203091804866 + - 0.0059318750923801926 + - -0.030468354499318125 + - - -0.05533977427152316 + - -0.004657097223453958 + - -0.998456719557252 + - 0.5774728968491345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9819785105097844 + - -0.014410603985380348 + - -0.18844240337504128 + - 0.06449500864590062 + - - -0.024463275742090493 + - -0.9983923667194327 + - -0.051129543478662276 + - -0.03277930399943156 + - - -0.18740264949288118 + - 0.054818031423487915 + - -0.9807523797543913 + - 0.5756324081577732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995794597271056 + - -0.01848652893960234 + - 0.022341708516422254 + - -0.03483133310641524 + - - -0.018108515625027754 + - -0.9996914058538264 + - -0.01700513816050186 + - 0.0374379514513834 + - - 0.02264917997468463 + - 0.016593411637299788 + - -0.9996057589553539 + - 0.5801339772586325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956741664378632 + - -0.04061384277100641 + - -0.08356715900183599 + - 0.04852925139213773 + - - -0.037445479452902455 + - -0.9985319159860838 + - 0.039138840372495105 + - 0.03516100502256046 + - - -0.08503405410074501 + - -0.03584031992788798 + - -0.9957332379260316 + - 0.5765217008473564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994279004972074 + - -0.03316555822094882 + - 0.006627024644359834 + - -0.04285513922480981 + - - -0.033351116100924734 + - -0.9989877071807386 + - 0.0301871488649314 + - -0.02360262252837855 + - - 0.005619142511694948 + - -0.03039089748039278 + - -0.9995222951929434 + - 0.579248850184517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983646193542978 + - -0.022806059177188465 + - -0.05242108818361835 + - 0.025712952731601277 + - - -0.022564868520286222 + - -0.9997319179366428 + - 0.005188349196399589 + - -0.03048717880799285 + - - -0.05252536082893966 + - -0.003996989307986976 + - -0.9986115914339576 + - 0.5774864974659248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848961663077713 + - -0.017552844666542743 + - -0.17225399628562205 + - 0.06450693328897052 + - - -0.023200385446479566 + - -0.9992554201371704 + - -0.03082770574696334 + - -0.032759562405086706 + - - -0.17158462549829356 + - 0.03435844831477113 + - -0.9845700652173064 + - 0.5757713218282295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995260848609743 + - -0.018556881434895308 + - 0.02456110408559787 + - -0.03483226803625568 + - - -0.01769913987329903 + - -0.9992413469444115 + - -0.034691079609357835 + - 0.03743384696936533 + - - 0.02518622898009408 + - 0.03423992856488816 + - -0.9990962321826825 + - 0.5801058488280753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956421162307615 + - -0.04018328981011128 + - -0.08415509258248975 + - 0.04852425991882698 + - - -0.03724401920928318 + - -0.9986499183806784 + - 0.036210820915893185 + - 0.03517026688364819 + - - -0.0854965462499472 + - -0.03291874448245176 + - -0.9957945053277959 + - 0.5766943898315657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987656186132993 + - -0.02268235401830929 + - -0.04418992975986414 + - 0.025741531325901405 + - - -0.022325173214931267 + - -0.9997141179216921 + - 0.00855973533330408 + - -0.03046895607939766 + - - -0.04437145159803715 + - -0.007562621519088952 + - -0.9989864769048888 + - 0.5775753598627802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9822266042714297 + - -0.017364547701753823 + - -0.18689400831629083 + - 0.06449792053990228 + - - -0.024576878145973778 + - -0.9990371285004572 + - -0.03634271506311916 + - -0.032792003931885146 + - - -0.18608297859292294 + - 0.04029005287505376 + - -0.98170761264101 + - 0.575666429351895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995304495739201 + - -0.01961819961132234 + - 0.023537345189453888 + - -0.034840042378981875 + - - -0.018983864819327453 + - -0.9994584602103661 + - -0.02687748482366564 + - 0.03745086597062299 + - - 0.0240518866428124 + - 0.02641803470993229 + - -0.9993615933139451 + - 0.5801578551523299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995170881351723 + - -0.042076619806421335 + - -0.08868187512282676 + - 0.048487827640363516 + - - -0.03850825462367476 + - -0.9983931356661679 + - 0.04157235837087324 + - 0.035181024458673896 + - - -0.09028859969826201 + - -0.03795661629207686 + - -0.9951920739456199 + - 0.5764860388135631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980826490433017 + - -0.02198195595024424 + - -0.05786034299334059 + - 0.025720476749783144 + - - -0.02091946736248387 + - -0.9996024064880349 + - 0.018905153493148568 + - -0.030438575682358915 + - - -0.058252910347685365 + - -0.01765849812218064 + - -0.9981456686677017 + - 0.5774158548363009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983504515631489 + - -0.017804735815906476 + - -0.18000516413424375 + - 0.06451010287446753 + - - -0.02192980173109888 + - -0.9995399375274536 + - -0.020952257244699384 + - -0.03274819296509506 + - - -0.17954930110837233 + - 0.024554117172872304 + - -0.9834424964385844 + - 0.5757068146776878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995250641578761 + - -0.018449297394396207 + - 0.024683386028802552 + - -0.03480811153843484 + - - -0.018063096087221363 + - -0.9997123364599854 + - -0.01577874803208432 + - 0.03746754306232673 + - - 0.024967392333553134 + - 0.015325395765503801 + - -0.9995707886711638 + - 0.5802036877616349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963217911517325 + - -0.040684029430652933 + - -0.07541682985573749 + - 0.04855224742903293 + - - -0.03853316202663654 + - -0.9988140863078171 + - 0.02975930807848392 + - 0.03518657488468279 + - - -0.07653812057029143 + - -0.026743798203824908 + - -0.9967079237957333 + - 0.5765878297809011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994468421029479 + - -0.03200357486056139 + - 0.009043285165778781 + - -0.04287525534462706 + - - -0.032260799153423905 + - -0.9990322969310508 + - 0.029894991665037375 + - -0.023607364107737432 + - - 0.008077787347262586 + - -0.03017019862073588 + - -0.9995121352273615 + - 0.5793179662560425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987993650211519 + - -0.020229418042545227 + - -0.04461613025581474 + - 0.025720509611725638 + - - -0.02014432078295342 + - -0.9997943063002527 + - 0.0023561472343145468 + - -0.030472141485633437 + - - -0.04465461648628676 + - -0.0014545567215625466 + - -0.9990014261707569 + - 0.5776052262984517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827854327067995 + - -0.012894462604218067 + - -0.18430009792036783 + - 0.06451155372312356 + - - -0.024453305712692587 + - -0.9978635907680401 + - -0.06058291887351756 + - -0.03278388771455022 + - - -0.18312517330785066 + - 0.06404675677707683 + - -0.9810011130713908 + - 0.5756929254048492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994633912235408 + - -0.018654813819112763 + - 0.026924478180897583 + - -0.03481798063555017 + - - -0.018009030957899415 + - -0.9995489815158402 + - -0.02403140350883221 + - 0.03745355667800147 + - - 0.027360636101830878 + - 0.023533624285713668 + - -0.9993485698794402 + - 0.5802085630507885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964386108398042 + - -0.041015107011371364 + - -0.07367398336242534 + - 0.04854861680033325 + - - -0.03780089659589505 + - -0.998293748150941 + - 0.04450488309491046 + - 0.035184159755354216 + - - -0.07537364953475201 + - -0.041561441259789736 + - -0.9962888434365914 + - 0.5766130938626219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974867730911546 + - -0.02191309055380561 + - -0.06737918054248011 + - 0.025685880557163396 + - - -0.020860983631054555 + - -0.9996498462593797 + - 0.016278950689228303 + - -0.03047393114030728 + - - -0.06771230959094728 + - -0.01483244200993782 + - -0.9975946279896862 + - 0.5774068791064846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9808725053275369 + - -0.016806867530169224 + - -0.1939243602446695 + - 0.06448482854063341 + - - -0.02333516568904148 + - -0.9992335522618291 + - -0.031428936928752066 + - -0.03276506282239797 + - - -0.19324750537780813 + - 0.03535303718253692 + - -0.9805129088529249 + - 0.5755519231634836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995563844951082 + - -0.018572770981831573 + - 0.023282748830920456 + - -0.034834210862211605 + - - -0.018287245832235493 + - -0.9997556686713721 + - -0.012416907800628608 + - 0.03746927658787448 + - - 0.023507676510848077 + - 0.0119856221162842 + - -0.9996518063843767 + - 0.5800931969613113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960213758234442 + - -0.04043297491713682 + - -0.07941406325156553 + - 0.048540131795491284 + - - -0.03810804104261008 + - -0.9988056919428121 + - 0.030577229281522487 + - 0.03519199229708945 + - - -0.08055554674054549 + - -0.027429259596099837 + - -0.9963726409367839 + - 0.5766268558301999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994638343304861 + - -0.032162497787973504 + - 0.0061333189580427445 + - -0.04285005090078324 + - - -0.03235012025941718 + - -0.9989169639297272 + - 0.033442022854758655 + - -0.0235868458688885 + - - 0.00505109736628916 + - -0.03362250599606688 + - -0.9994218396182573 + - 0.5791775685781966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986298794651847 + - -0.02417302901645611 + - -0.046411512661410595 + - 0.02570481993644731 + - - -0.02351663044857275 + - -0.9996162837737362 + - 0.014637394123633114 + - -0.030468800187348745 + - - -0.046747533963792845 + - -0.01352589673755049 + - -0.9988151571666047 + - 0.5775137585045955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9809558039663354 + - -0.0167852003947069 + - -0.1935044384826095 + - 0.06448618634481978 + - - -0.02389019600607306 + - -0.9991210997881146 + - -0.03444250996922876 + - -0.032771480209059206 + - - -0.19275624295869614 + - 0.03840943902087797 + - -0.98049464342981 + - 0.5755459575310058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99951301887804 + - -0.01924468513428569 + - 0.024563533691006997 + - -0.03483046900338727 + - - -0.01882862690308342 + - -0.9996771944209255 + - -0.017058422073898464 + - 0.03744175020327677 + - - 0.02488388840698968 + - 0.01658761733308876 + - -0.9995527214954493 + - 0.5801280851933786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995987077436814 + - -0.040552487592345865 + - -0.07978243747183003 + - 0.048505125057934674 + - - -0.037708311975935785 + - -0.9986095173488962 + - 0.0368390427146258 + - 0.035137642103242384 + - - -0.08116541619926143 + - -0.033682749446521755 + - -0.9961313405384471 + - 0.5766564492924345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984746731502446 + - -0.023127094470205865 + - -0.05013446498047251 + - 0.025740691727050468 + - - -0.022912063515949616 + - -0.9997256730427847 + - 0.0048596300880059395 + - -0.03048138695268721 + - - -0.050233100869378364 + - -0.0037035335177820878 + - -0.9987306540887435 + - 0.5775583903314094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837770700147161 + - -0.01828550985472595 + - -0.17846096671993264 + - 0.06451852217582643 + - - -0.023755900395920505 + - -0.999309628845429 + - -0.02856436404317165 + - -0.03276533462063765 + - - -0.17781544845608685 + - 0.03234046731518352 + - -0.9835322874538471 + - 0.5757091032787552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993445731390564 + - -0.01791611132251741 + - 0.03145531898735197 + - -0.03482144678169654 + - - -0.017401969382414225 + - -0.9997116997559822 + - -0.016543543532743638 + - 0.03748172445907224 + - - 0.03174264637881378 + - 0.015985315952005117 + - -0.999368237475449 + - 0.5802997319743325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954852540363203 + - -0.04005832907005092 + - -0.08604905152503678 + - 0.04852495662536586 + - - -0.03762705511899234 + - -0.998850586552858 + - 0.02969360985269678 + - 0.03516620289971768 + - - -0.0871396219828571 + - -0.026321778342797666 + - -0.9958483068547928 + - 0.5764879036521335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976748288746712 + - -0.02425990031059401 + - -0.06368981917713054 + - 0.02570615657498868 + - - -0.022947242719515336 + - -0.9995105668402791 + - 0.021261486923465786 + - -0.030460267744810032 + - - -0.06417444882090687 + - -0.019750544588570132 + - -0.9977432315515794 + - 0.5774036178592392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9804947766795619 + - -0.016725834684570787 + - -0.19583217140756165 + - 0.06450222609172333 + - - -0.02428435933078164 + - -0.9990473034570814 + - -0.036259555251387215 + - -0.03278076449554898 + - - -0.19503913144799861 + - 0.040307963347697595 + - -0.9799668388750569 + - 0.5756861859948084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995345679094266 + - -0.019338816080253007 + - 0.023593595459998742 + - -0.03483450046191574 + - - -0.018843501636355606 + - -0.9996010757699162 + - -0.02103834037435058 + - 0.037446455059171685 + - - 0.023991039998228277 + - 0.020583962500949952 + - -0.9995002403639346 + - 0.5801540037409973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950337330913592 + - -0.041330669035434406 + - -0.09055189565855043 + - 0.04851179659833522 + - - -0.03846611647867447 + - -0.9987097161578017 + - 0.033155101192017075 + - 0.03518243617234022 + - - -0.09180538052490533 + - -0.029507264344347948 + - -0.9953396874723678 + - 0.576332119820387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995415242464869 + - -0.030173869596045382 + - 0.002505773455522356 + - -0.042851118206654576 + - - -0.030257721814674014 + - -0.9984628241796065 + - 0.04643768945447191 + - -0.023580497058151382 + - - 0.0011007168552142558 + - -0.04649221789595566 + - -0.9989180457362454 + - 0.5791710745955536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986767158894206 + - -0.024056750342660062 + - -0.04545426166238377 + - 0.02570222023174746 + - - -0.02303268321268987 + - -0.9994719297023692 + - 0.022920672787833503 + - -0.030476847524027656 + - - -0.04598165551984182 + - -0.021843408616193175 + - -0.9987034358885931 + - 0.5774772120381327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840777796856283 + - -0.016276930461341117 + - -0.17699148302605056 + - 0.06450231999651714 + - - -0.023783426765085245 + - -0.9989015784813216 + - -0.040373074181116055 + - -0.03277614822708695 + - - -0.17613992205151535 + - 0.04393970917382976 + - -0.983383968659956 + - 0.5756887422926764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995349113255283 + - -0.019588602264882654 + - 0.023371942640194158 + - -0.034801026338352636 + - - -0.018996417732511102 + - -0.9994995002969659 + - -0.02529594867656822 + - 0.03745883683031377 + - - 0.02385575726738159 + - 0.024840200631715315 + - -0.9994067576706575 + - 0.5802253927361563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954576034307985 + - -0.041457492409998596 + - -0.0857055196290538 + - 0.04852518148605586 + - - -0.03872597238121694 + - -0.9986951105393386 + - 0.03329227009302876 + - 0.0351774114078299 + - - -0.08697389743446272 + - -0.029822013813504668 + - -0.9957641230016104 + - 0.5765349293759647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994664106081405 + - -0.03192863051661521 + - 0.006888876498639347 + - -0.042861988261986506 + - - -0.03220596480655073 + - -0.9984753544209903 + - 0.0448301510677613 + - -0.02359517164027589 + - - 0.005447008074094756 + - -0.045028093088787934 + - -0.9989708709145776 + - 0.5792055978727605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986111453008146 + - -0.022085981013892173 + - -0.0478329376439423 + - 0.025748800593635077 + - - -0.021653221652261734 + - -0.9997199598700248 + - 0.009546718260962844 + - -0.030463642978022426 + - - -0.048030391140123994 + - -0.008497722055361211 + - -0.9988097267481915 + - 0.5775168291341074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9819143440566905 + - -0.016058916499852884 + - -0.1886433993983624 + - 0.06450312337841013 + - - -0.023486284253460363 + - -0.9990316864371668 + - -0.03720327870599624 + - -0.032765651785495224 + - - -0.18786328908992567 + - 0.040960965508165526 + - -0.981340707357518 + - 0.575683454852342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992288348861808 + - -0.01868449069722168 + - 0.034534408050393414 + - -0.03480299909227498 + - - -0.01811579759782224 + - -0.9996962900816484 + - -0.01670764718277028 + - 0.03744916134080958 + - - 0.03483609348650303 + - 0.016069144481727398 + - -0.9992638436300122 + - 0.5801670362418979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955126518401843 + - -0.04245228752456204 + - -0.08457164601718378 + - 0.04852171779047301 + - - -0.03887317479950177 + - -0.9982956616517169 + - 0.04352755688489961 + - 0.03520948779527626 + - - -0.08627535167781875 + - -0.040044665203903304 + - -0.9954662166450331 + - 0.5765420337373625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980694163805413 + - -0.02246899175139169 + - -0.057901506849836415 + - 0.025689681646130027 + - - -0.02197164207055197 + - -0.9997161525048588 + - 0.009212022883447038 + - -0.030474026120200746 + - - -0.058092056518334004 + - -0.007922047119115958 + - -0.9982797975211724 + - 0.5774089256272216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823977936464816 + - -0.016593868340659373 + - -0.1860624050473872 + - 0.06451957246258763 + - - -0.024378024982012622 + - -0.998917136361789 + - -0.03962658931498921 + - -0.03278256115061343 + - - -0.18520336642864105 + - 0.043464907871239196 + - -0.9817385165344398 + - 0.5757163827483444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994638836899424 + - -0.017873682254314266 + - 0.02743130842830984 + - -0.03482312851204422 + - - -0.017482670119569353 + - -0.9997430544728705 + - -0.014428488442873992 + - 0.03744484166347315 + - - 0.027682150294143844 + - 0.013941180578689987 + - -0.999519555606175 + - 0.5801722116075121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995637646445178 + - -0.040993846211717914 + - -0.08381635612383048 + - 0.04851565839012883 + - - -0.03825761700409095 + - -0.9986894636582976 + - 0.03399573383633423 + - 0.03516434800375095 + - - -0.08510012762784228 + - -0.030640818374720515 + - -0.9959011539942371 + - 0.5764603630397602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999405815867283 + - -0.03174724283356922 + - 0.013421169215711681 + - -0.04286426611572675 + - - -0.032512214607070405 + - -0.9975926447212985 + - 0.06125251912623394 + - -0.02357567577646956 + - - 0.011444261094285493 + - -0.06165247578509921 + - -0.9980320641730778 + - 0.5791336087517535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975298563264561 + - -0.02139299615956252 + - -0.06690684159812692 + - 0.025728506154149178 + - - -0.020826796650762924 + - -0.9997412396540212 + - 0.009148676205275002 + - -0.03043955847690899 + - - -0.06708524635557116 + - -0.007732622476116243 + - -0.9977172827364745 + - 0.5773763086620723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844620359217172 + - -0.017787161654563986 + - -0.17469435225313407 + - 0.06451222414431981 + - - -0.02297618013009591 + - -0.999351475677801 + - -0.02772585809730044 + - -0.03276698215332493 + - - -0.17408789439675887 + - 0.031308863615223455 + - -0.9842322693773188 + - 0.5756700674026229 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995302934195046 + - -0.01968852041113918 + - 0.023485201739379714 + - -0.034811000134590285 + - - -0.019035625012567767 + - -0.999434818558267 + - -0.02770719101216021 + - 0.037440518344456095 + - - 0.024017441934979518 + - 0.027247121268559417 + - -0.9993401607388126 + - 0.580234108796309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996087243511633 + - -0.04232929039745938 + - -0.07757856977183888 + - 0.048486380007823744 + - - -0.03901368548118444 + - -0.998279680364865 + - 0.04376770631181499 + - 0.035169474179373564 + - - -0.07929776578549827 + - -0.040569828013803856 + - -0.9960250766905208 + - 0.57653642722051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994959338847611 + - -0.031677719099981044 + - -0.002097679778226195 + - -0.042866616567430314 + - - -0.03157988708080452 + - -0.9988315596758972 + - 0.03658177315792007 + - -0.02361600341476362 + - - -0.0032540558988620807 + - -0.03649708903510774 + - -0.9993284613239881 + - 0.5793504344012346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980846620930615 + - -0.02212599701271535 + - -0.057770646099665875 + - 0.02573721472811296 + - - -0.021072995118952283 + - -0.9996016652197298 + - 0.018773379201917833 + - -0.030454840957762044 + - - -0.05816301377418593 + - -0.017520021293814084 + - -0.9981533512855464 + - 0.5774522020902504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846413234583621 + - -0.016621660524001103 + - -0.17379638816612403 + - 0.06449741413765753 + - - -0.02295507919249292 + - -0.9991412054918637 + - -0.03449515658075858 + - -0.032777849220196956 + - - -0.17307376600002544 + - 0.03795486648230417 + - -0.9841772704309311 + - 0.5756825076569207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999552828997047 + - -0.01853325872640932 + - 0.02346615360428915 + - -0.034801047960110736 + - - -0.0179648960983749 + - -0.9995456112906601 + - -0.02420399673103212 + - 0.03745100548042658 + - - 0.023904069782669103 + - 0.02377160639420887 + - -0.9994315915445463 + - 0.5800899267281019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961078984293179 + - -0.04079430521610237 + - -0.07813372734397803 + - 0.04852377524889113 + - - -0.03753806425691387 + - -0.9983824681545513 + - 0.0427005973432588 + - 0.035181972526025854 + - - -0.0797492847527263 + - -0.039601413403599614 + - -0.9960280014326238 + - 0.5767389481817969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994148432549378 + - -0.033193586194278986 + - 0.008255720275736886 + - -0.042880919342824064 + - - -0.03336694156846474 + - -0.9992047158836485 + - 0.0218307802481636 + - -0.023618167647804722 + - - 0.0075245127466767705 + - -0.022093473955897513 + - -0.9997275929554434 + - 0.57930647623055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977788397271055 + - -0.022513388960557414 + - -0.06269397347705703 + - 0.025754380754558173 + - - -0.0220677329370891 + - -0.9997261131344845 + - 0.007791911192632353 + - -0.03050304511382487 + - - -0.06285222474860051 + - -0.006391090245584714 + - -0.9980023806633053 + - 0.5775122949706684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982913494982702 + - -0.016642721553982772 + - -0.18331415984633195 + - 0.06448447708372224 + - - -0.022057128449037105 + - -0.9993774094693726 + - -0.02753682129202448 + - -0.032745835189883235 + - - -0.18274174253703676 + - 0.03110969722711573 + - -0.9826686329953577 + - 0.5755646486335995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995311150072362 + - -0.01837155373439423 + - 0.02449563523926839 + - -0.03481684914523789 + - - -0.01808101293186251 + - -0.9997641486168771 + - -0.012030133487563441 + - 0.03747871362112151 + - - 0.024710870153615443 + - 0.011581586840974779 + - -0.9996275505119375 + - 0.5801175484951934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962026620551896 + - -0.04046502256538199 + - -0.0770898051815998 + - 0.048536891181221 + - - -0.036910163880414855 + - -0.9982130350289331 + - 0.04699336656004833 + - 0.035200796444590454 + - - -0.07885363603838952 + - -0.04396951952329337 + - -0.9959160534083262 + - 0.5765612744838824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994578434531388 + - -0.030903474288406604 + - 0.011357571787437366 + - -0.0428625281425534 + - - -0.031454979894584345 + - -0.9981463357951841 + - 0.05210063894501581 + - -0.023570413980385098 + - - 0.009726427907114515 + - -0.05242964443474126 + - -0.998577252386922 + - 0.5790599596580491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980573552191214 + - -0.022146160288125064 + - -0.0582328367633343 + - 0.025720949664045888 + - - -0.021252602131671378 + - -0.9996473866618403 + - 0.015919461133686995 + - -0.030445521419401277 + - - -0.05856485802633985 + - -0.014650935964871529 + - -0.9981760904167705 + - 0.5773906511501132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861761065932386 + - -0.016582805709656638 + - -0.16486872759682836 + - 0.06450636832622486 + - - -0.023530174993928073 + - -0.9989115223633669 + - -0.040275319420905516 + - -0.03278041899312721 + - - -0.16402139387700782 + - 0.04359794770968727 + - -0.9854928722756684 + - 0.5757873603759558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994454864254205 + - -0.01842234656411254 + - 0.027736921439234105 + - -0.034830870120954115 + - - -0.017745377596614875 + - -0.9995433437159501 + - -0.02445824210959403 + - 0.037470418916197484 + - - 0.02817483341225059 + - 0.023952477538027057 + - -0.9993159948594749 + - 0.5802865921944211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960140988236494 + - -0.04073589977545679 + - -0.07935049725110391 + - 0.04852279668991544 + - - -0.037912987004905044 + - -0.9986045591907491 + - 0.03676329391955698 + - 0.03521188477925653 + - - -0.0807373541855281 + - -0.033608344691962645 + - -0.9961686397423817 + - 0.576547684077391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975949256422152 + - -0.023166412007442863 + - -0.06532749564773276 + - 0.025713177627005493 + - - -0.021153027141522368 + - -0.9992847645817414 + - 0.031344995095912216 + - -0.030439920128657087 + - - -0.06600692217982258 + - -0.029887733763437972 + - -0.997371450160286 + - 0.5773458803733366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985137896414085 + - -0.0162129969993476 + - -0.17099843208968554 + - 0.06450140628972922 + - - -0.023979267986623674 + - -0.9987677908591639 + - -0.043449909656192484 + - -0.03277724965974973 + - - -0.1700832730037182 + - 0.04690456982645454 + - -0.9843127762930531 + - 0.575695419980628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994794301983934 + - -0.01972029457667818 + - 0.02553387146721238 + - -0.03483336300431175 + - - -0.019388358926050304 + - -0.9997251149270339 + - -0.01318279645161087 + - 0.03744113156623782 + - - 0.02578682121646115 + - 0.012680874021099485 + - -0.9995870323716751 + - 0.5802013633692192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964691861665051 + - -0.04200696677987791 + - -0.07269508760994164 + - 0.04853311673709156 + - - -0.038812042175052554 + - -0.9982409260709953 + - 0.04481828755232987 + - 0.03515861194616966 + - - -0.07444989189290202 + - -0.04183859771641036 + - -0.9963466993663698 + - 0.576581748733055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983422148935662 + - -0.02386693025658182 + - -0.05237548664724659 + - 0.02568803907242703 + - - -0.023077966451424174 + - -0.9996116811550734 + - 0.015617117621214848 + - -0.03047453951731128 + - - -0.05272788091584363 + - -0.014382508072494802 + - -0.998505340013597 + - 0.5774567152656638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821718010301983 + - -0.017032642313196025 + - -0.18721229221642285 + - 0.06448728379880214 + - - -0.022544121156485047 + - -0.9993716721183271 + - -0.02735001953748136 + - -0.03277083927898935 + - - -0.18662881841339055 + - 0.0310829545450495 + - -0.981938661054942 + - 0.575555594545198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996386006242527 + - -0.018769428378593658 + - 0.01924517342937038 + - -0.03482887660610258 + - - -0.01842701918056815 + - -0.9996714360408027 + - -0.01781754551668474 + - 0.037427656900782105 + - - 0.019573275303450727 + - 0.017456475086941294 + - -0.9996560200246059 + - 0.5802027051653458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952108164401231 + - -0.04106127461953488 + - -0.08870965317936286 + - 0.04856418106262856 + - - -0.03754414587516042 + - -0.9984551852632398 + - 0.04095949378902871 + - 0.03518465818759875 + - - -0.09025446222258696 + - -0.03743280309525252 + - -0.9952150105888391 + - 0.5767423353217049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995426396131403 + - -0.030162430253965228 + - 0.00217701547323506 + - -0.04283219888672412 + - - -0.030230939404859263 + - -0.9984679703493542 + - 0.04634439005037826 + - -0.023578648443469862 + - - 0.0007758207884230543 + - -0.04638900718507085 + - -0.998923149253479 + - 0.5792209784063287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974994513808593 + - -0.023232912564516487 + - -0.06674635771826312 + - 0.025713428836720207 + - - -0.02138807839685256 + - -0.9993728253479793 + - 0.028222438918142394 + - -0.030456230240917315 + - - -0.0673601855503301 + - -0.026724291005894272 + - -0.9973707523648657 + - 0.5773129079296919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823957483049326 + - -0.01678898405679702 + - -0.18605570060262094 + - 0.06448694988365272 + - - -0.02346588617550143 + - -0.999155040183028 + - -0.033742523065860966 + - -0.032762048494945836 + - - -0.18533198833010428 + - 0.037514473089627215 + - -0.98195963176213 + - 0.5755645226791237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993516107621414 + - -0.01847392213642023 + - 0.030904243527561926 + - -0.03480624723310252 + - - -0.018024613332153733 + - -0.9997286690787983 + - -0.014754712337464919 + - 0.03746583723351338 + - - 0.031168435657564154 + - 0.014188108500870588 + - -0.9994134410722262 + - 0.580253529917929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953500623821557 + - -0.041964721822561314 + - -0.08670187678587936 + - 0.0485457635923993 + - - -0.03896255351399757 + - -0.9985907473620165 + - 0.03603385500662972 + - 0.035206224152411016 + - - -0.08809184263884844 + - -0.0324881733146846 + - -0.9955824154007382 + - 0.5766015613339808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994879701118567 + - -0.031196214826346488 + - 0.00711293063291806 + - -0.04285657088327358 + - - -0.03146362027219852 + - -0.9986540577568302 + - 0.04123243292827303 + - -0.02359511271941044 + - - 0.005817061203663151 + - -0.0414351192387095 + - -0.9991242628885693 + - 0.5792862170376756 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984975683871892 + - -0.024115026829388334 + - -0.049204384010864084 + - 0.02569685175003152 + - - -0.023293044426450055 + - -0.9995805176539573 + - 0.017211124541807777 + - -0.030467354235659053 + - - -0.04959879037051327 + - -0.01603914610146297 + - -0.998640428675966 + - 0.577514718215248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9822395093584202 + - -0.016278226688468112 + - -0.1869239567075572 + - 0.06448541862189032 + - - -0.023196658791818616 + - -0.9991221099005674 + - -0.03488444536946287 + - -0.03277622257322285 + - - -0.18619200110699122 + - 0.03860089174770371 + - -0.9817548114881112 + - 0.5755877464903063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990490814104707 + - -0.018335392377441202 + - 0.0395568744880072 + - -0.03481607431492359 + - - -0.017374849231794262 + - -0.9995490452863933 + - -0.024491236825270657 + - 0.03745312780633214 + - - 0.03998809256600148 + - 0.023780652922582808 + - -0.9989171301962481 + - 0.5802474331226226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954793529352978 + - -0.041295353633743564 + - -0.08553099816899677 + - 0.048493980644702186 + - - -0.03827090183305118 + - -0.9985930738734617 + - 0.036704371467670485 + - 0.0351637740861727 + - - -0.08692638237270563 + - -0.03326509552392487 + - -0.9956591974503017 + - 0.5765643055908467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994726807003556 + - -0.03244580325429066 + - -0.0012768652352764904 + - -0.04286969935511566 + - - -0.032375465332292276 + - -0.9987767657928397 + - 0.037373805759000275 + - -0.02358458666787518 + - - -0.0024879264785633657 + - -0.03731275872376369 + - -0.9993005395066383 + - 0.5792944630562266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981172210985126 + - -0.021273967864115895 + - -0.05752765628721006 + - 0.02572522623056557 + - - -0.02045536532754013 + - -0.9996814933296908 + - 0.01478140465035847 + - -0.030459251670008288 + - - -0.057823792472473504 + - -0.013576825307756387 + - -0.9982344808904691 + - 0.5774479888848696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847859761216088 + - -0.01921836390620364 + - -0.17270563315357984 + - 0.06451794374306348 + - - -0.02301614102362422 + - -0.9995347379724765 + - -0.02001411598532907 + - -0.03277092828523967 + - - -0.17224064121626698 + - 0.023684637955060487 + - -0.9847701251755903 + - 0.5757470807148799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99942119629301 + - -0.01919091861429778 + - 0.02808880636460316 + - -0.03483391306571537 + - - -0.018625558934436008 + - -0.9996213865918203 + - -0.02025270408186501 + - 0.0374621405978746 + - - 0.02846683956164827 + - 0.019717812023323976 + - -0.999400243613331 + - 0.5802187325323669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949953958907882 + - -0.04176984998523796 + - -0.09077137097314512 + - 0.04849225135687704 + - - -0.03823788579569519 + - -0.9984553723927401 + - 0.04030798221134759 + - 0.035174926933110494 + - - -0.0923148213777668 + - -0.03663535140114884 + - -0.9950556892866376 + - 0.5765833324829759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994390229860339 + - -0.03255735947159493 + - 0.00785224025098906 + - -0.04285536034864294 + - - -0.03280256009337545 + - -0.9989024787018472 + - 0.03343396618149984 + - -0.02360905709435942 + - - 0.006755100594543149 + - -0.03367278407768699 + - -0.9994100821126504 + - 0.579328500890528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987223451047499 + - -0.02299663504429263 + - -0.044998135129229545 + - 0.02574761041299218 + - - -0.022755979812002055 + - -0.9997239149417686 + - 0.005853142429388886 + - -0.030474571764641807 + - - -0.045120314396783025 + - -0.0048216874787328935 + - -0.9989699237507565 + - 0.5775862282376297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855928908461431 + - -0.017579306830333163 + - -0.16821896886174148 + - 0.06453127928409676 + - - -0.024103387776857565 + - -0.9990311813795899 + - -0.03682017556966077 + - -0.032768387434558094 + - - -0.16740872202851614 + - 0.040344350319062174 + - -0.9850617509507275 + - 0.5757639534373054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994630311194217 + - -0.019415369704997573 + - 0.02639493975738997 + - -0.03482825242935671 + - - -0.018827393712396025 + - -0.9995730232142384 + - -0.02234503319187761 + - 0.037464670746764135 + - - 0.026817506811342734 + - 0.021836086681590726 + - -0.9994018244164145 + - 0.5802535350703769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955617928362805 + - -0.04061278719134135 + - -0.0848959254685502 + - 0.048517568587876085 + - - -0.037466087753629855 + - -0.9985622784031271 + - 0.038336254626585665 + - 0.0351646638538307 + - - -0.08633081091388008 + - -0.03498539219314146 + - -0.9956520543945285 + - 0.5765640444439091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975671834034505 + - -0.021419659751048637 + - -0.06633937573308749 + - 0.025713896915830894 + - - -0.0199442926112058 + - -0.9995405680700093 + - 0.022822751247861053 + - -0.030436538871033467 + - - -0.06679775287197207 + - -0.021444135758580916 + - -0.9975360691487916 + - 0.5772639648669203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839120050856583 + - -0.017552325338835648 + - -0.17778943197929123 + - 0.06450470126774771 + - - -0.023317617559371687 + - -0.9992660956822635 + - -0.030390109102818565 + - -0.03278746368369089 + - - -0.17712553446545823 + - 0.03404681916311717 + - -0.983599186226382 + - 0.5756654456497994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995985553014828 + - -0.01928682212145199 + - 0.020754438841944303 + - -0.03481864027016097 + - - -0.01884541156198518 + - -0.9995963987468681 + - -0.021257706258043428 + - 0.03744516887001739 + - - 0.02115605592372859 + - 0.020858046522849005 + - -0.9995585841725358 + - 0.5801495627178588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953296809366962 + - -0.0429452895836661 + - -0.0864553546579374 + - 0.04852824802946789 + - - -0.0389155378150122 + - -0.9981000361211905 + - 0.04776922452213815 + - 0.03518751287766951 + - - -0.08834255578724805 + - -0.044181670378711915 + - -0.9951098295361792 + - 0.5764968344376639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999466991653451 + - -0.03130895262979351 + - 0.009245651974095182 + - -0.04286120572296271 + - - -0.03164393724202731 + - -0.9987523214687267 + - 0.038632390511750415 + - -0.023590636965224794 + - - 0.008024576688111398 + - -0.0389043679559904 + - -0.9992107166773794 + - 0.5791361908368046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976272731872817 + - -0.02244192401403918 + - -0.06508597267811923 + - 0.02572211912232853 + - - -0.021216107627971915 + - -0.9995854230804047 + - 0.019464294035142184 + - -0.030457388873338077 + - - -0.06549580574378107 + - -0.01803723958138415 + - -0.9976898102207201 + - 0.5773996775084396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856505280884826 + - -0.01869785434543513 + - -0.16776002718696797 + - 0.06450690003241587 + - - -0.023655939059552964 + - -0.9993389652559153 + - -0.027604873998042224 + - -0.03278221931583068 + - - -0.16713298006708927 + - 0.031177279613750202 + - -0.9854412941468307 + - 0.5756877526658702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994754864795627 + - -0.019469118380139525 + - 0.02587866603867827 + - -0.034844503651584466 + - - -0.019103527865902234 + - -0.9997152411587744 + - -0.014300063563874804 + - 0.03745116103738706 + - - 0.026149706490093225 + - 0.013798189169390173 + - -0.9995628058436989 + - 0.5801510164793973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949035190620936 + - -0.041430081586417936 + - -0.09192679749455683 + - 0.04852575986896256 + - - -0.03778420535908297 + - -0.9984422735511571 + - 0.041053382459668955 + - 0.03517542378076706 + - - -0.0934844456754446 + - -0.0373707736839895 + - -0.9949191342471084 + - 0.5765888815749075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999553996848993 + - -0.029591995716339217 + - 0.004015118021598638 + - -0.0428466783464021 + - - -0.0297684489324922 + - -0.9980362266714514 + - 0.055113788651888075 + - -0.023589652809469973 + - - 0.00237630624221895 + - -0.05520873156426929 + - -0.9984720071828291 + - 0.5791412536772673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983725445121053 + - -0.024096850988572213 + - -0.051687562690254 + - 0.025694505095487947 + - - -0.02235709358494506 + - -0.9991725101092196 + - 0.03397727782613775 + - -0.030482826916924503 + - - -0.05246353715542253 + - -0.03276639764263215 + - -0.9980851368769428 + - 0.5774591748845559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843608526495803 + - -0.019156997378373744 + - -0.1751191629218122 + - 0.06450378508817965 + - - -0.024452018940755348 + - -0.9993051882596564 + - -0.028128979488323935 + - -0.03277649414748705 + - - -0.17445862128514075 + - 0.03197108332194248 + - -0.9841453344351688 + - 0.5757196356939476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994654276579481 + - -0.018375268912363033 + - 0.02704086553557895 + - -0.03485272092871812 + - - -0.01789868866220247 + - -0.9996820199348996 + - -0.017762206030033208 + - 0.03747010881672903 + - - 0.02735865239167422 + - 0.01726871481257792 + - -0.9994765107935424 + - 0.5801475126992802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964727023233619 + - -0.03931099091599164 + - -0.07414040408292522 + - 0.04853195940435159 + - - -0.03730341194420667 + - -0.9989039831862946 + - 0.028271678971626378 + - 0.03518058333724033 + - - -0.07517053266870888 + - -0.025406266308859803 + - -0.9968469855752912 + - 0.5766348739512523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987070743401627 + - -0.023893887184973327 + - -0.04486938620155745 + - 0.025750302293911224 + - - -0.02329879460960226 + - -0.9996341319067593 + - 0.013739304813561842 + - -0.03045240131974305 + - - -0.04518125532399819 + - -0.012676138300451055 + - -0.9988983780571156 + - 0.5776034479534193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863249854658519 + - -0.016264560154173234 + - -0.16400758253440106 + - 0.06451250314714153 + - - -0.02356640486493463 + - -0.9988110568609224 + - -0.042674316094215764 + - -0.032793409526372844 + - - -0.1631185078632375 + - 0.045955813292317405 + - -0.9855355983510248 + - 0.5757783803355861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99946356237626 + - -0.01954534893822914 + - 0.02627863803622301 + - -0.034835616509193514 + - - -0.018731451602210198 + - -0.999347900522206 + - -0.03086918273509984 + - 0.03742770592413035 + - - 0.02686485069807794 + - 0.030360386307519114 + - -0.999177925466845 + - 0.5802147897807686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954895348412667 + - -0.04096205689107776 + - -0.08557275218649066 + - 0.048517700894148 + - - -0.037818958071162624 + - -0.9985605160656511 + - 0.03803448652357294 + - 0.035182498779027856 + - - -0.08700754238530173 + - -0.034626660970303175 + - -0.9956056859611225 + - 0.5765822142749921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977062243356908 + - -0.02168685298412117 + - -0.06412464681747083 + - 0.025719246757304224 + - - -0.020990819018573543 + - -0.9997134309007334 + - 0.011508327142313375 + - -0.03044841017654248 + - - -0.06435585007402007 + - -0.01013590076560195 + - -0.9978755373677223 + - 0.5773797328436252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9822465964734938 + - -0.01654199977720368 + - -0.18686354903942176 + - 0.06448751798039654 + - - -0.02309052177311763 + - -0.9991911498332122 + - -0.03292224019152693 + - -0.032769706525823866 + - - -0.18616780473670136 + - 0.03665253522410699 + - -0.981834069556136 + - 0.5755952843694248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996469701969263 + - -0.01950176029380105 + - 0.018044841965194024 + - -0.034829227383497065 + - - -0.018960053216595604 + - -0.9993784480923573 + - -0.029719250840775244 + - 0.03746323647310341 + - - 0.018613203865255574 + - 0.029366627895558287 + - -0.9993953921286188 + - 0.5802069566121293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954354559639612 + - -0.0401146396265682 + - -0.08659716333374486 + - 0.048506720425626836 + - - -0.03764546770707041 + - -0.9988419038424134 + - 0.02996113965754413 + - 0.035154372040709356 + - - -0.0876987558117938 + - -0.026564390000402966 + - -0.9957927803579266 + - 0.5763319154474242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995329811820066 + - -0.029975223947257285 + - 0.005941841357881356 + - -0.04284466131475417 + - - -0.03029546806287794 + - -0.9974730102238379 + - 0.0642633526190959 + - -0.023582185520438486 + - - 0.004000517999159452 + - -0.06441335128920782 + - -0.9979152849973946 + - 0.5790289073202428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998635644289908 + - -0.020779797468454306 + - -0.04790667981451158 + - 0.0257335471786273 + - - -0.020168869906737268 + - -0.9997094353757942 + - 0.013200814645191298 + - -0.03045716408251291 + - - -0.04816707008283999 + - -0.012216580445509665 + - -0.9987645811310361 + - 0.5774712659326777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835637839953163 + - -0.018725163656821378 + - -0.17958744682978284 + - 0.0645110523053213 + - - -0.024118845855388142 + - -0.9993197808616102 + - -0.027897255300596648 + - -0.032784918072258695 + - - -0.17894290734035495 + - 0.03177017193418848 + - -0.9833463744214714 + - 0.5757432881015645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995714300901336 + - -0.018862943106430646 + - 0.022386279836738417 + - -0.03485285757004083 + - - -0.018398468356319513 + - -0.9996148552755186 + - -0.020775886855812994 + - 0.037460525563360283 + - - 0.02276955225090537 + - 0.02035510967466386 + - -0.9995334996889428 + - 0.5803084980821029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958915419200857 + - -0.04096799675031324 + - -0.08075679522059169 + - 0.04851437700769163 + - - -0.03751395986139077 + - -0.9983342405571555 + - 0.04383431243542816 + - 0.03518556422878565 + - - -0.08241807779578593 + - -0.0406247138258855 + - -0.9957694979657761 + - 0.5765408253611448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994777633444939 + - -0.031009682624626705 + - 0.009088463203854553 + - -0.04286490595409413 + - - -0.03144873600378032 + - -0.9981000030141259 + - 0.052984535356712756 + - -0.023591896166286503 + - - 0.007428161525736026 + - -0.05324268557015262 + - -0.998553973929114 + - 0.5792444132150609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997098799702498 + - -0.022623941895058692 + - -0.07267833848518254 + - 0.025728262454210962 + - - -0.020782565038744028 + - -0.9994460671006788 + - 0.025993151932677677 + - -0.03043720918148302 + - - -0.07322614712142195 + - -0.024407298296081417 + - -0.997016657417336 + - 0.5773075812475728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842799005097922 + - -0.016988742409957826 + - -0.17579664411973767 + - 0.06449691985313036 + - - -0.02330580545917535 + - -0.9991523775492 + - -0.03393178258917431 + - -0.03276375216648688 + - - -0.17507117662348837 + - 0.037495453979222874 + - -0.9838415390938514 + - 0.5756144647656505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995265331914854 + - -0.01913799424938465 + - 0.024092459864461745 + - -0.03481617619971114 + - - -0.01863480824000313 + - -0.9996070592478488 + - -0.020939699704774967 + - 0.037458810207049026 + - - 0.024483736807695253 + - 0.020480827082380276 + - -0.9994904113366737 + - 0.5801094098305681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995366385787611 + - -0.041779910361736894 + - -0.08660367852622611 + - 0.04851964941626637 + - - -0.037949677284916494 + - -0.9982472494131233 + - 0.045412014193440674 + - 0.03518469669086213 + - - -0.08834919376021141 + - -0.0419150107873038 + - -0.995207290885985 + - 0.5765655036712585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994665413036218 + - -0.031692911337129856 + - 0.007886202226198716 + - -0.0428313461480027 + - - -0.03199604742287407 + - -0.9986112140426909 + - 0.04185565836891942 + - -0.02360269363213211 + - - 0.006548722309647113 + - -0.04208565740438571 + - -0.9990925441003708 + - 0.5791861007273473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986092166818329 + - -0.023227196192867432 + - -0.04733000861096744 + - 0.025693698800864508 + - - -0.022595422233852473 + - -0.9996488899802393 + - 0.013839929745094067 + - -0.03048305398272824 + - - -0.04763485333419357 + - -0.012751239872783302 + - -0.9987834232853168 + - 0.5774936435656913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840884532831038 + - -0.018985612925737815 + - -0.1766620010548466 + - 0.06450385309183632 + - - -0.022768451404327008 + - -0.9995523193597748 + - -0.0194102674670992 + - -0.03277717089553282 + - - -0.17621439707219547 + - 0.02312374027551744 + - -0.9840801689395808 + - 0.5756668447395339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996236048380551 + - -0.018389843819518317 + - 0.02035834705631623 + - -0.03484521554154596 + - - -0.01831157763214796 + - -0.9998242304938424 + - -0.00402420700489925 + - 0.037470542022196913 + - - 0.020428773218025456 + - 0.003649898860267996 + - -0.9997846485434335 + - 0.5802027708294584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953852651002535 + - -0.04132759790697941 + - -0.08660371627440115 + - 0.04850839399087019 + - - -0.03861620584355995 + - -0.9987171738535635 + - 0.032753553947609086 + - 0.03518092641864002 + - - -0.08784624447035712 + - -0.02925809804464679 + - -0.9957042738842011 + - 0.5764645450300746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994342211120776 + - -0.033516694812697895 + - 0.0028051450813095734 + - -0.042883720678721884 + - - -0.033610821325395 + - -0.9983570121943333 + - 0.04640677636117698 + - -0.023556441909802762 + - - 0.0012451345016091637 + - -0.046474803616975 + - -0.9989186865149918 + - 0.579212872808106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983910606151298 + - -0.02397826475864709 + - -0.05138416977008089 + - 0.025705429170650492 + - - -0.023129971305883117 + - -0.9995872281421088 + - 0.017040474247096076 + - -0.030463548836854364 + - - -0.05177156083396844 + - -0.01582454278458446 + - -0.99853356945797 + - 0.5775123836487625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9798006832298572 + - -0.017254659902988634 + - -0.19923076532989864 + - 0.0644966523110702 + - - -0.02323959018435595 + - -0.9993449718841818 + - -0.027740739317238063 + - -0.032773434115360364 + - - -0.19862160655469518 + - 0.03181043667471365 + - -0.9795598774593598 + - 0.5756487256676773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999502050167581 + - -0.019583778228239597 + - 0.024741207349469257 + - -0.034808036735686824 + - - -0.019088015151057403 + - -0.9996153892483662 + - -0.02011768514095395 + - 0.03748008122367177 + - - 0.025125671899380243 + - 0.019635407002267232 + - -0.9994914463883422 + - 0.5801816373472208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948780193283451 + - -0.04130108908300676 + - -0.09226021188934426 + - 0.04852410767726098 + - - -0.037877082780844916 + - -0.9985381240430902 + - 0.038560879561021895 + - 0.035179559533271634 + - - -0.09371794522567266 + - -0.034868823798117336 + - -0.994987995841967 + - 0.5765012218797063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994724338306544 + - -0.0324442587480975 + - 0.0014913372907579099 + - -0.04286602203980927 + - - -0.03247671760160777 + - -0.9988461591774521 + - 0.035378144528463384 + - -0.02362177740139275 + - - 0.00034179884980258977 + - -0.035407913956316636 + - -0.9993728847646447 + - 0.5792437222170165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978842809517801 + - -0.02092984321125113 + - -0.0615540696664431 + - 0.025744955317952168 + - - -0.02011406378165887 + - -0.9997018530032257 + - 0.013843032186064535 + - -0.030453900252920493 + - - -0.06182544999865544 + - -0.012575641735891848 + - -0.9980077489515772 + - 0.5774065710252461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831592942816417 + - -0.014633982709702101 + - -0.18216379612227113 + - 0.064507072789424 + - - -0.023799151013198412 + - -0.9985527412611562 + - -0.04822886408449663 + - -0.032793799767175516 + - - -0.18119437761331114 + - 0.051751999670370336 + - -0.9820846847657498 + - 0.5756225886407348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996423191088251 + - -0.018546698798333986 + - 0.01926794774785095 + - -0.03486224107880414 + - - -0.018028426630683356 + - -0.9994800440241149 + - -0.02673232931819007 + - 0.03745868928956242 + - - 0.019753725723318745 + - 0.026375396892520386 + - -0.999456916909784 + - 0.5802158866495974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965096655184272 + - -0.04030853680723827 + - -0.07310067297099213 + - 0.04852471600346989 + - - -0.03719027175694563 + - -0.9983597360657813 + - 0.0435283940584461 + - 0.03517070312438464 + - - -0.07473533444761557 + - -0.04065783151032961 + - -0.996374212091963 + - 0.5766464245355271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978629689741021 + - -0.02034493020398114 + - -0.062093308537919764 + - 0.025724559429495315 + - - -0.020403208587919434 + - -0.9997917864796982 + - -0.00030457683994336755 + - -0.030473055406596932 + - - -0.0620741832770115 + - 0.0015708286757998543 + - -0.9980703022672118 + - 0.5774609969797099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9790038152786312 + - -0.013809583702357171 + - -0.20337360956587047 + - 0.06450627093166911 + - - -0.02325853760124679 + - -0.9987543784721128 + - -0.04414444372099299 + - -0.03278265900756339 + - - -0.20251066662903194 + - 0.04794775157139404 + - -0.9781055377722354 + - 0.5756271285101828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994753177824064 + - -0.01885521113159727 + - 0.02633572017129179 + - -0.034808704456046606 + - - -0.01852451270520996 + - -0.9997471707695804 + - -0.012745076196526312 + - 0.037461338479271356 + - - 0.026569372834002115 + - 0.01225053269877017 + - -0.9995719048051549 + - 0.5802078000634794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959930969893303 + - -0.04152559947668456 + - -0.07920464214744405 + - 0.048520768823114034 + - - -0.03849186920616268 + - -0.9984797755688605 + - 0.039452677792182006 + - 0.035196714437329614 + - - -0.08072252941167268 + - -0.036245860012697195 + - -0.9960773618938047 + - 0.5765718416953688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994178173925494 + - -0.03201133067188684 + - 0.011802583908956938 + - -0.042878080659589896 + - - -0.03265684825365528 + - -0.9977055904765239 + - 0.059305016600858504 + - -0.02357313321324901 + - - 0.009877071451122784 + - -0.05965592544337475 + - -0.9981701328025415 + - 0.5792666364512757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997653374575102 + - -0.02019931624512112 + - -0.06541965929398463 + - 0.025728782420064118 + - - -0.019270329411181834 + - -0.999704756287689 + - 0.014800495267275164 + - -0.03047525033883437 + - - -0.06569930443540467 + - -0.013505105664217525 + - -0.9977480711671168 + - 0.5774414758383767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863531979290286 + - -0.01819665611864506 + - -0.16363450321151146 + - 0.06451398858205576 + - - -0.02440483024232167 + - -0.9990534221716452 + - -0.03600921976338775 + - -0.03277403786639524 + - - -0.1628243630296825 + - 0.039511281341210264 + - -0.9858636241644957 + - 0.5757683581711357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996014027036948 + - -0.01875898201399763 + - 0.02109825363873195 + - -0.0348373307931204 + - - -0.018221896279274348 + - -0.9995121229496602 + - -0.025366879442518052 + - 0.03746347501629073 + - - 0.021563817120192803 + - 0.024972318083477767 + - -0.999455544344392 + - 0.5802200983698883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99580431944448 + - -0.04083799680976595 + - -0.08189026433149237 + - 0.04853524174465171 + - - -0.03735770661821554 + - -0.9983507528398292 + - 0.043591008939617364 + - 0.03517023997138235 + - - -0.08353537652960859 + - -0.0403488825212299 + - -0.9956876059022451 + - 0.5765791003572422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994515440080796 + - -0.03170481481097534 + - 0.009561166124877774 + - -0.04285412244901512 + - - -0.03211860845767413 + - -0.9983887607852581 + - 0.04677902658691993 + - -0.023592346288570782 + - - 0.008062640424102718 + - -0.04706046170065585 + - -0.9988595030202762 + - 0.5791782029813893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989251972640765 + - -0.024836357897687955 + - -0.03913573299816642 + - 0.025714448252577515 + - - -0.02434335055044507 + - -0.9996188154949632 + - 0.013024015986816462 + - -0.03046970283719063 + - - -0.03944428418546804 + - -0.012057322871378135 + - -0.9991490226238884 + - 0.5776256203222372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984624259405352 + - -0.020119521116891352 + - -0.17352311851879876 + - 0.06450738368217082 + - - -0.02422916434859232 + - -0.9994731043520301 + - -0.021597714506045106 + - -0.03277138462465803 + - - -0.1729971542697481 + - 0.02546995380723513 + - -0.9845929443519418 + - 0.57570731170938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993439492269093 + - -0.018028793646427805 + - 0.03141072656305593 + - -0.03481216063609851 + - - -0.01751240684094579 + - -0.9997082019086764 + - -0.016638108160429495 + - 0.0374855119286273 + - - 0.03170152599168908 + - 0.01607711529396614 + - -0.9993680701391368 + - 0.5803540335558108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951453415137396 + - -0.041432953117046714 + - -0.08926958978007721 + - 0.048487417260963804 + - - -0.038440836804363526 + - -0.9986484050510295 + - 0.03498092558544992 + - 0.03512265359538548 + - - -0.09059829650320667 + - -0.03137950740587084 + - -0.9953930254857533 + - 0.576413585585579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976129269176813 + - -0.022752980812747323 + - -0.06519777535216914 + - 0.025695156132358492 + - - -0.022028711879203976 + - -0.9996876245761411 + - 0.011806317048780912 + - -0.030469149784949086 + - - -0.06544603807473895 + - -0.010341911498754445 + - -0.9978025160155053 + - 0.5773714181111791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983473846363948 + - -0.017420195824670043 + - -0.18021023915286252 + - 0.06449815517143169 + - - -0.023033492462268396 + - -0.9993110017910375 + - -0.02910291951650034 + - -0.03277263249602133 + - - -0.17957909606380243 + - 0.03277283138246404 + - -0.9831974825944605 + - 0.5756813577511064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993618017791939 + - -0.01933806351715644 + - 0.03003378837325925 + - -0.03482595742063003 + - - -0.018596189118022334 + - -0.9995197710767965 + - -0.024787274494687105 + - 0.037431812423441596 + - - 0.030498703168004487 + - 0.024212941291686173 + - -0.9992414936235761 + - 0.5802829622628377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960064494911289 + - -0.040129531681115604 + - -0.07975445604559998 + - 0.04851631521197902 + - - -0.03693392394243501 + - -0.998470204431973 + - 0.041147735342165634 + - 0.035170570344011914 + - - -0.08128368738123061 + - -0.03803776476909257 + - -0.9959649043099269 + - 0.5764673765999355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995179208783826 + - -0.03028987558769049 + - 0.006815370851057115 + - -0.04286468810444619 + - - -0.030610422227850046 + - -0.9981113146744096 + - 0.053261670739420765 + - -0.023575374245938623 + - - 0.005189209379852677 + - -0.053444615779365066 + - -0.9985573319295233 + - 0.5791775972236521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977667542461339 + - -0.021814484406320986 + - -0.06313186510171719 + - 0.025689014045565572 + - - -0.020828994591071556 + - -0.9996513682158289 + - 0.01622636769414936 + - -0.030478986843236903 + - - -0.063463825171984 + - -0.014875156950667805 + - -0.9978732748201208 + - 0.577445405399929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824506713856098 + - -0.01660162191232495 + - -0.18578230390391 + - 0.06449958889389275 + - - -0.022773657446110124 + - -0.9992556423053237 + - -0.031137145782831607 + - -0.03277386058011479 + - - -0.18512708829474903 + - 0.0348216523280313 + - -0.9820974563192052 + - 0.5757237815900162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993246938789896 + - -0.0197449455044496 + - 0.030988600011780217 + - -0.03483223276597046 + - - -0.019146996671797784 + - -0.9996269821420932 + - -0.019475345746411816 + - 0.03745829101915514 + - - 0.03136158035102749 + - 0.01886885530493124 + - -0.999329984328184 + - 0.5803029217225002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957100098065035 + - -0.04111265935287692 + - -0.08289345940463026 + - 0.04851625996970446 + - - -0.03805825661730755 + - -0.9985490288359667 + - 0.03809732423671865 + - 0.03516727344677998 + - - -0.08433946569894755 + - -0.03477910653942688 + - -0.9958299394344067 + - 0.5765897287943864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995326752535745 + - -0.030100015268214434 + - 0.005331058176933948 + - -0.04283157330142376 + - - -0.030351196452861207 + - -0.9979757875314352 + - 0.05588499239413648 + - -0.023576167798617962 + - - 0.0036381278581739955 + - -0.05602067994826665 + - -0.9984229802262279 + - 0.5791889219540896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984961966932776 + - -0.02383477986886039 + - -0.04936849661132375 + - 0.02569680901275061 + - - -0.02302895925468783 + - -0.9995931661781815 + - 0.016827631013445265 + - -0.03048501470049489 + - - -0.0497494947180898 + - -0.01566542046935557 + - -0.9986388648439501 + - 0.5774640024971431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9789665056951466 + - -0.01439482117457909 + - -0.20351257909619785 + - 0.0644668889577286 + - - -0.02384286419266067 + - -0.9987447950859311 + - -0.044049428099045856 + - -0.03275157852781249 + - - -0.2026230454665131 + - 0.04797523748888129 + - -0.9780809158928324 + - 0.5754030886921488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993588304580326 + - -0.018296738606103796 + - 0.030775921463591576 + - -0.03481340387823913 + - - -0.017905882041520823 + - -0.9997560919133932 + - -0.012928111632211577 + - 0.03746929318110368 + - - 0.031004957246678923 + - 0.012368752501351669 + - -0.9994426980010874 + - 0.5803007657396188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961232255399605 + - -0.04067458705785217 + - -0.07800062504581821 + - 0.04853271221590773 + - - -0.03753276752636727 + - -0.9984402818775373 + - 0.04133152412040499 + - 0.03519077614182706 + - - -0.07956010873343995 + - -0.03824371179654446 + - -0.9960961839131531 + - 0.5766939508287442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999434437014742 + - -0.03304493881240569 + - 0.006232024382980198 + - -0.04288536177609859 + - - -0.03323587860908744 + - -0.9988847377749978 + - 0.03353590632823822 + - -0.023608069105693547 + - - 0.005116882068965365 + - -0.033724066466823494 + - -0.9994180831157868 + - 0.5793192260420634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976166061315807 + - -0.0221031469844549 + - -0.06536480753348922 + - 0.025723647924357607 + - - -0.021078314749629266 + - -0.9996445033321973 + - 0.01632702070313297 + - -0.03045795795772147 + - - -0.06570244910063908 + - -0.014910326995359744 + - -0.997727853841452 + - 0.5773541991771647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833982277562531 + - -0.017414809479781926 + - -0.1806229499721544 + - 0.06448923323706429 + - - -0.02425295301155319 + - -0.9990675252053228 + - -0.03571938339797796 + - -0.03275648517256151 + - - -0.17983247736735397 + - 0.03950701824860044 + - -0.9829035942517586 + - 0.5756228295487121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995147992911866 + - -0.0199643477061667 + - 0.023907965588193292 + - -0.03483964872171709 + - - -0.019423843421551932 + - -0.999555189240568 + - -0.022630465505322227 + - 0.03744014214775739 + - - 0.024349133549964198 + - 0.022155100607305352 + - -0.9994579887181084 + - 0.5802355731365784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.994546227760641 + - -0.042710483594737135 + - -0.09515048837595429 + - 0.04848562113715187 + - - -0.038784934418776 + - -0.9983334973294751 + - 0.042731217769104636 + - 0.035146486563585655 + - - -0.09681699080848448 + - -0.038807765988305605 + - -0.9945453371213336 + - 0.5765844027813203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984765225740959 + - -0.021679303430972293 + - -0.05074092698294638 + - 0.025701891210521844 + - - -0.021316313984180078 + - -0.9997432517395617 + - 0.00768409782182771 + - -0.030468819494849284 + - - -0.050894485226483155 + - -0.006590781740840876 + - -0.9986822883027295 + - 0.5775162964138139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832865583911718 + - -0.01715540769789283 + - -0.18125461669696447 + - 0.06450015932200574 + - - -0.02298921251038323 + - -0.999281464904065 + - -0.03013386811113796 + - -0.032772205418101615 + - - -0.18060742010060626 + - 0.0337971283677489 + - -0.9829744218028759 + - 0.5756340293168463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993069505694927 + - -0.01774512630143607 + - 0.03272199621122612 + - -0.03483926247482559 + - - -0.01740022814236008 + - -0.9997903271270443 + - -0.010795084242047798 + - 0.03747580261815532 + - - 0.032906695429581426 + - 0.010218232515712793 + - -0.9994061922562623 + - 0.5803634265256261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958298936124883 + - -0.04193022379506697 + - -0.08102270867007486 + - 0.048528278231163444 + - - -0.03848549508189386 + - -0.9983066452415843 + - 0.04362004968813381 + - 0.03520365740468234 + - - -0.08271450692618404 + - -0.040319950384261866 + - -0.9957573057452147 + - 0.5767259625418405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993894382770321 + - -0.03408146697777604 + - 0.007694431035556049 + - -0.04286675750625851 + - - -0.03427984226439646 + - -0.9990388221055556 + - 0.027318937392815937 + - -0.023603359895484878 + - - 0.006755965855913157 + - -0.02756602137754487 + - -0.9995971545531565 + - 0.579402119902166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986851018211097 + - -0.023476711620850868 + - -0.04557314353905333 + - 0.02570093457779403 + - - -0.023090140026555815 + - -0.9996929611991769 + - 0.008990481765468874 + - -0.03047369004286237 + - - -0.04577021776345178 + - -0.007926369931601042 + - -0.9989205473037351 + - 0.577472800401357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850979469120954 + - -0.019520957909801608 + - -0.17088290491403269 + - 0.06451887903650358 + - - -0.024519939858696438 + - -0.9993294548523164 + - -0.02719215353548964 + - -0.032794300814135036 + - - -0.17023750332667736 + - 0.03097697317130074 + - -0.9849160469777328 + - 0.5758078713348269 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993992576999475 + - -0.019389845268850524 + - 0.028725556726440442 + - -0.03484057242219478 + - - -0.018783713904037335 + - -0.999598309087301 + - -0.021222454188439054 + - 0.03744998789624458 + - - 0.029125518034280304 + - 0.02067013232321348 + - -0.9993620214061448 + - 0.5803818690534582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949971744358448 + - -0.041640302410911906 + - -0.09081138739063926 + - 0.04851680623614535 + - - -0.03814773473108979 + - -0.9984766991251268 + - 0.03986265970901845 + - 0.035179021658926043 + - - -0.09233294752996549 + - -0.03619898505923061 + - -0.9950699775800242 + - 0.5765615018021045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994436649385108 + - -0.03335192388250104 + - -9.89323698305859e-05 + - -0.042864099464822426 + - - -0.03332618183277949 + - -0.9987803292614237 + - 0.036431023659649786 + - -0.02361626596417425 + - - -0.00131385643297224 + - -0.036407458765715855 + - -0.999336165025311 + - 0.5793021818363231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985582685206822 + - -0.021392151566925192 + - -0.04923169934417085 + - 0.02573508880365851 + - - -0.021332152462550845 + - -0.9997709228489926 + - 0.001743874132114563 + - -0.030462669033147836 + - - -0.04925772670649366 + - -0.0006911418174820086 + - -0.9987858622761423 + - 0.5774614374690236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833770931392799 + - -0.015263293105145686 + - -0.18093237568916873 + - 0.06449408716567559 + - - -0.023697753108962903 + - -0.9987261836356213 + - -0.044546903576045425 + - -0.03277951913983926 + - - -0.18002196862196215 + - 0.048094095315467385 + - -0.9824861570573193 + - 0.5756657754635865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992866054659839 + - -0.01974053007663015 + - 0.03219614275910492 + - -0.034852681933198196 + - - -0.01898753739306736 + - -0.9995428466384875 + - -0.023528092943886525 + - 0.03745009290881374 + - - 0.03264588121061939 + - 0.02289998266643349 + - -0.9992046022881698 + - 0.580357724903471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952221109583443 + - -0.04163283058194265 + - -0.0883156683570487 + - 0.048503734908131736 + - - -0.03789078900753453 + - -0.9983288155037474 + - 0.04363329283093972 + - 0.03518176511065204 + - - -0.08998465406947705 + - -0.04007846744349509 + - -0.9951364119955498 + - 0.5764566580145023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978692666567798 + - -0.02153013929723115 + - -0.06159041941489261 + - 0.02572658891981118 + - - -0.020699372350419225 + - -0.9996863837012305 + - 0.014095042626944426 + - -0.03043972812473862 + - - -0.06187457188667455 + - -0.012790126824957733 + - -0.9980019789607848 + - 0.5772972619720207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833322180795255 + - -0.016973414493908386 + - -0.18102389921559647 + - 0.06451089432895388 + - - -0.02372375357520968 + - -0.9990990220284403 + - -0.03518988062095034 + - -0.032764782869591204 + - - -0.18026350824030685 + - 0.038897909741167205 + - -0.9828489305150943 + - 0.5756062565423284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995215411198297 + - -0.01893055562429645 + - 0.02446063983619462 + - -0.03482354757546614 + - - -0.0185343101807734 + - -0.9996949281631211 + - -0.016325745038300997 + - 0.037466462701487874 + - - 0.024762233008424193 + - 0.015864572754667815 + - -0.9995674800371153 + - 0.5802349246221605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959856535871426 + - -0.04060121613698108 + - -0.07977542915453649 + - 0.04854588067197202 + - - -0.036975819794260005 + - -0.9982379496678404 + - 0.046408884855041084 + - 0.03517377196669981 + - - -0.08151911799777235 + - -0.043272821622170644 + - -0.995731939986722 + - 0.5765427029753042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994504729484699 + - -0.03244832882163546 + - 0.0067718594021812 + - -0.04289084276551898 + - - -0.032726815495791796 + - -0.9983986861121531 + - 0.046141295138205037 + - -0.02358618969038352 + - - 0.005263807612773334 + - -0.04633756064155258 + - -0.9989119694964147 + - 0.579153833284631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977948521666612 + - -0.02226584505871209 + - -0.06252731509934022 + - 0.025693222555829544 + - - -0.021289374627665947 + - -0.9996414508726583 + - 0.01623983451793638 + - -0.030472374085445005 + - - -0.06286648962423182 + - -0.014872855846423404 + - -0.9979111196100073 + - 0.5774007386831359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9811107967497869 + - -0.017927808642628017 + - -0.19261411728705571 + - 0.06449316704742779 + - - -0.023869722504776814 + - -0.9993066844591014 + - -0.02857248226709251 + - -0.03278991110478616 + - - -0.19196833293161478 + - 0.03263041637233084 + - -0.9808585092044751 + - 0.5755447763792358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993859429072754 + - -0.019446508509486975 + - 0.029147391412032975 + - -0.034830979696593045 + - - -0.019046873903893508 + - -0.9997215980491266 + - -0.013926341536487362 + - 0.03747219544661514 + - - 0.029410095440596303 + - 0.013362623278838756 + - -0.9994781071065459 + - 0.5803615870860652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960694949240798 + - -0.038959227762173844 + - -0.07954709205158647 + - 0.048518564346775164 + - - -0.03657111771505351 + - -0.9988419749702996 + - 0.03126119617838903 + - 0.03517435343007576 + - - -0.08067288658998267 + - -0.028229197820821773 + - -0.9963408040222147 + - 0.5765863245366254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978257319237428 + - -0.02284372387375416 + - -0.06182210761876926 + - 0.02570419567238598 + - - -0.022926929153815497 + - -0.9997369406342027 + - -0.0006367502976932063 + - -0.030458243408918343 + - - -0.061791298986369744 + - 0.0020527569133634645 + - -0.9980869809583895 + - 0.5774614467765302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823276401959216 + - -0.01510109247602959 + - -0.18655927828211202 + - 0.06453506103927839 + - - -0.02463073059529933 + - -0.998501446056373 + - -0.04886910408094935 + - -0.0327917368152498 + - - -0.18554173227997497 + - 0.052600563013748027 + - -0.981227520177244 + - 0.5759069432395891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996868924565117 + - -0.01912893584050423 + - 0.016130742830156964 + - -0.03484659914614529 + - - -0.01874383345086724 + - -0.9995434736503932 + - -0.023696265327509194 + - 0.037449489518886644 + - - 0.016576663060125753 + - 0.02338649389103542 + - -0.9995890586362355 + - 0.5802429916092623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960392240081554 + - -0.040360983442556855 + - -0.07922660697506369 + - 0.04850766098274114 + - - -0.03751210956864784 + - -0.9986063570185748 + - 0.03712391894454778 + - 0.035149163782017295 + - - -0.08061455124815443 + - -0.03400492225606824 + - -0.9961651265675878 + - 0.5765892482954373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974025887035005 + - -0.02276429168281493 + - -0.06833639639120236 + - 0.02568909709863786 + - - -0.021682065831751474 + - -0.9996281389391748 + - 0.016536984678894584 + - -0.030475167719633406 + - - -0.06868743748913193 + - -0.015012357082820872 + - -0.9975252703896753 + - 0.5773980336374791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985189909482086 + - -0.01743654341153031 + - -0.17057786846052783 + - 0.06451915832210844 + - - -0.02213868208372985 + - -0.9994244614094786 + - -0.025702620332750597 + - -0.032761013227890386 + - - -0.1700315294593178 + - 0.029098331399442897 + - -0.9850089167614137 + - 0.5757185484353036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993865640676423 + - -0.0186932521007023 + - 0.02961516312587015 + - -0.03480616034240204 + - - -0.01832989234138195 + - -0.9997539304844683 + - -0.012493739536671834 + - 0.03746732086486846 + - - 0.029841424359866895 + - 0.011943232676140858 + - -0.9994832907985094 + - 0.5803063441828856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967418535463072 + - -0.040814164135068984 + - -0.06956925610517681 + - 0.048518094488312305 + - - -0.03786312946182678 + - -0.9983477312619793 + - 0.0432225740952169 + - 0.03517794161379306 + - - -0.07121840223164921 + - -0.04044763886823579 + - -0.996640320122338 + - 0.5764957424677807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994427426547436 + - -0.03252742955036258 + - 0.007494696899152064 + - -0.0428764032916115 + - - -0.032775810361555434 + - -0.9988205411258834 + - 0.035822798329296586 + - -0.02358132170456059 + - - 0.0063206336634325025 + - -0.03604848057608389 + - -0.9993300539052395 + - 0.5793091834983911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978879733357808 + - -0.02436487974265758 + - -0.06021582272902953 + - 0.025694862088180438 + - - -0.022980448784141017 + - -0.9994578461400554 + - 0.02357780233102048 + - -0.030455640968744487 + - - -0.06075764680669872 + - -0.022144218753594295 + - -0.9979068803903024 + - 0.5773762544658929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818186656619619 + - -0.014591061952334498 + - -0.18925963296188628 + - 0.06451826715734639 + - - -0.02293586002333859 + - -0.998855296064059 + - -0.041976706037655805 + - -0.03277178893845576 + - - -0.1884305019967696 + - 0.0455543459604579 + - -0.9810294325255288 + - 0.5756946157990597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996549640598873 + - -0.018182335719031783 + - 0.018956674239584744 + - -0.03485267228057155 + - - -0.017765167131590532 + - -0.9996012771532264 + - -0.02194733583890428 + - 0.03745796465994265 + - - 0.019348169608827872 + - 0.021602994733124794 + - -0.9995793910197174 + - 0.5803021597350513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953209564205765 + - -0.04079597261293997 + - -0.08758928204177283 + - 0.04852362766706164 + - - -0.037636022005529825 + - -0.9985902380937368 + - 0.037430819273617 + - 0.035172449845933096 + - - -0.08899282868651973 + - -0.0339591666926495 + - -0.9954531889747069 + - 0.5766147503330595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99951175547221 + - -0.030631818756513135 + - 0.006159736400945615 + - -0.042862218329100456 + - - -0.03081988221654073 + - -0.998973688246735 + - 0.033191942559514714 + - -0.023578675965129053 + - - 0.00513668502242066 + - -0.03336557912555539 + - -0.9994300138561966 + - 0.5794051396094798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986382316247249 + - -0.021571902110455555 + - -0.04750089869443727 + - 0.0257351953818197 + - - -0.02088366189827485 + - -0.9996703105447066 + - 0.014937967772394182 + - -0.030474263952659945 + - - -0.04780747852753596 + - -0.013925633012092023 + - -0.9987594914402828 + - 0.5774898273098221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842431510117119 + - -0.017076938610195595 + - -0.17599374379289798 + - 0.0645246078769238 + - - -0.023804176603894202 + - -0.999061593876638 + - -0.03618415146003376 + - -0.03278319683136316 + - - -0.17521067565290424 + - 0.03980338940813531 + - -0.9837260336744562 + - 0.5758796792429255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999385009101998 + - -0.01893366548758585 + - 0.029514740273354257 + - -0.03483218825459964 + - - -0.018294350560229787 + - -0.9995953384090059 + - -0.021782473885305288 + - 0.037453804205268004 + - - 0.029915218865633916 + - 0.021229124856874986 + - -0.9993269754880192 + - 0.5803776493644058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964185089901416 + - -0.04122839006836515 + - -0.07382665368438168 + - 0.04856484709419259 + - - -0.03833837187359136 + - -0.9984580933167811 + - 0.040144802058309656 + - 0.03518048631107152 + - - -0.07536792543214332 + - -0.03717063010751061 + - -0.9964627539820373 + - 0.5765254507558563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995240840098629 + - -0.030644618592759323 + - -0.003537348660913202 + - -0.0428644824936399 + - - -0.03046198617581176 + - -0.9985887979829137 + - 0.043502642922759176 + - -0.023591316432173028 + - - -0.004865478647492738 + - -0.04337418465337125 + - -0.9990470495543174 + - 0.5793364565708442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9994483104890824 + - -0.021116550896984516 + - -0.025635247974883153 + - 0.025755759299185055 + - - -0.021598646338536562 + - -0.9995922506314999 + - -0.01867701672631787 + - -0.03049046532652809 + - - -0.02523040104440493 + - 0.019220399466904917 + - -0.9994968749863458 + - 0.577750142809285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848072039608474 + - -0.015904431333745757 + - -0.17292142750615977 + - 0.06450824713304594 + - - -0.024213000451201026 + - -0.998645857288801 + - -0.046045437657441166 + - -0.03277626719419878 + - - -0.1719549407140372 + - 0.04953282531680711 + - -0.9838587284667275 + - 0.5757852466295872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995189671340631 + - -0.019800068525133104 + - 0.02387030845330475 + - -0.034869762164235055 + - - -0.01927849631850476 + - -0.9995745835967075 + - -0.02188587231909612 + - 0.037432692183513666 + - - 0.024293495404187463 + - 0.021415160841572325 + - -0.9994754709182101 + - 0.5802819105802459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955912440379884 + - -0.04105904234801108 + - -0.08433403723500375 + - 0.048501378938089715 + - - -0.037935308825794684 + - -0.9985453799187588 + - 0.038314965577336005 + - 0.03517422792686439 + - - -0.08578453904511203 + - -0.03494680649737672 + - -0.9957006244732659 + - 0.5765647787638964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994021907710038 + - -0.031472536648739925 + - 0.014308756724883527 + - -0.04286990981448509 + - - -0.032087064865376706 + - -0.9984730914148697 + - 0.04496560895572103 + - -0.023583927897462227 + - - 0.01287172678560592 + - -0.04539785410487409 + - -0.9988860563108436 + - 0.5791757162882214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986011552181032 + - -0.02419159497146981 + - -0.047015949738426016 + - 0.025708826625221712 + - - -0.023599969915148532 + - -0.9996356729807614 + - 0.013098195459829577 + - -0.0304787066118213 + - - -0.0473156867970225 + - -0.01197029811809934 + - -0.9988082587493404 + - 0.5775096609172403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818897875288931 + - -0.015190519103683152 + - -0.18884303872747263 + - 0.06452378476087207 + - - -0.024496524240441873 + - -0.9985924460565543 + - -0.04704303326663046 + - -0.03278189127326209 + - - -0.18786262386808752 + - 0.05081707201471267 + - -0.9808798396058761 + - 0.5757265831384589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995691079374468 + - -0.018601724860816328 + - 0.022706261016277953 + - -0.03482096475436432 + - - -0.018180018628450804 + - -0.9996609705328762 + - -0.018639498811320588 + - 0.03746036503830829 + - - 0.023045289753136928 + - 0.018218666950974422 + - -0.9995684042599202 + - 0.5802949601465909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955834294382805 + - -0.040261907456688464 + - -0.0848092791848954 + - 0.04850553865626729 + - - -0.03699326966657747 + - -0.9985239607548021 + - 0.03976679265315816 + - 0.03517683669337741 + - - -0.08628518428611227 + - -0.03645378727227733 + - -0.9956033288243968 + - 0.5765581758354312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994394095399114 + - -0.032262698303655905 + - 0.008943430923345102 + - -0.042871082642762404 + - - -0.03254589607519585 + - -0.9989062809699634 + - 0.033570917285948035 + - -0.023586990961445283 + - - 0.007850560946576891 + - -0.03384316972336798 + - -0.9993963220644252 + - 0.5793424055512375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979157384842402 + - -0.021793510025620473 + - -0.06073896448093915 + - 0.025716058306686124 + - - -0.020539397737117444 + - -0.9995643350625525 + - 0.02119606594520286 + - -0.030463761005934144 + - - -0.061174439319458436 + - -0.01990434605105311 + - -0.9979286071569596 + - 0.5773859951672772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820147448122667 + - -0.014835322746052964 + - -0.18822049349185918 + - 0.06451374356623547 + - - -0.02428171194780959 + - -0.9985530297280081 + - -0.04798171824663606 + - -0.03275970717723911 + - - -0.18723631975709779 + - 0.05168907060526829 + - -0.9809540257034381 + - 0.5756489857383554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996087647083525 + - -0.019325803458809705 + - 0.020219565744920967 + - -0.034797528401944784 + - - -0.01906967316472345 + - -0.9997364173009243 + - -0.012784501855878589 + - 0.037436702653572865 + - - 0.020461306987393277 + - 0.012393919597278156 + - -0.999713821887736 + - 0.5802721372902779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956500204645784 + - -0.0414076988897482 + - -0.08346519766669533 + - 0.048550567832526016 + - - -0.03802003279183065 + - -0.9984032993562627 + - 0.04177713418890623 + - 0.03518778475518461 + - - -0.08506182372482204 + - -0.03842205495787154 + - -0.995634587505588 + - 0.5764409653722588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995232393501741 + - -0.030762518513592206 + - 0.0026384566768194203 + - -0.04285500991932976 + - - -0.030855750524327097 + - -0.9982841948668716 + - 0.04976533872669854 + - -0.023579415829572473 + - - 0.001103022445394545 + - -0.04982302413245758 + - -0.9987574528421713 + - 0.5792414032673996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985122218621226 + - -0.02409005001793149 + - -0.04891842477125392 + - 0.025687928784244637 + - - -0.023494876456263004 + - -0.9996432166827199 + - 0.012705515358675992 + - -0.030477943706997412 + - - -0.049207047993882015 + - -0.011537280024259283 + - -0.9987219621082584 + - 0.5775267206551422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850547478832858 + - -0.014596359870928778 + - -0.17162193901455175 + - 0.06453307330163087 + - - -0.024835202253213735 + - -0.9980270701443438 + - -0.05766437364732971 + - -0.03278633696270963 + - - -0.1704416510176962 + - 0.06106483061153306 + - -0.9834738075112862 + - 0.5758052869288486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991795976851806 + - -0.019373052717459923 + - 0.03556425731105756 + - -0.03485601634994223 + - - -0.018706288326221173 + - -0.9996447372167261 + - -0.01898615632398994 + - 0.03744305261798668 + - - 0.03591944246138676 + - 0.018305304786023654 + - -0.9991870242702084 + - 0.5802468458742686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956170827841102 + - -0.040212739688497506 + - -0.08443672207756178 + - 0.04853307419121794 + - - -0.03745846535622274 + - -0.9987211522713889 + - 0.033954725427639124 + - 0.03517713123514946 + - - -0.08569415290213755 + - -0.03064303464826616 + - -0.9958501476557257 + - 0.5766065004618639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994688790596706 + - -0.03135254614306672 + - 0.00888693656736233 + - -0.04284836413194579 + - - -0.031666239703497676 + - -0.9987879279223054 + - 0.037681882910858104 + - -0.02359302349305882 + - - 0.007694741986972475 + - -0.03794328513734498 + - -0.9992502679803191 + - 0.5793140592612762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974511438928694 + - -0.02261895466603967 + - -0.06767273037658479 + - 0.0257165873606062 + - - -0.020601529918963343 + - -0.9993266252026939 + - 0.030362363643065358 + - -0.03045396001197248 + - - -0.06831392619228056 + - -0.028890812567515658 + - -0.9972454705023159 + - 0.5772888887614338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832028918326682 + - -0.017941989518596164 + - -0.18163193139972145 + - 0.06452368693130923 + - - -0.025138071448207233 + - -0.9989843439236681 + - -0.03739462473757457 + - -0.03279603672279686 + - - -0.18077652185984594 + - 0.04133237964978283 + - -0.9826553228557527 + - 0.5756950119983397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995341083001885 + - -0.019181255796826245 + - 0.023741225128537456 + - -0.03481498250344463 + - - -0.018648218327671003 + - -0.9995735053408134 + - -0.022473348079042922 + - 0.037465426133662355 + - - 0.024162166660932828 + - 0.022020146383142564 + - -0.9994655085872216 + - 0.5803264116019214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957405713894035 + - -0.040499391574571754 + - -0.08282821844754219 + - 0.048523879069006716 + - - -0.037242923080091354 + - -0.9984855887957744 + - 0.04049066123943234 + - 0.03515995149296861 + - - -0.08434262961014828 + - -0.03723342918998431 + - -0.9957409264367917 + - 0.5766642562154093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995490073605023 + - -0.02999778232255626 + - -0.0013838137024174391 + - -0.04285723529244505 + - - -0.0299039876750073 + - -0.9985196245332889 + - 0.045434688763466846 + - -0.023561490032231985 + - - -0.0027447050419814527 + - -0.04537281650535506 + - -0.9989663528450816 + - 0.5791649114530435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992721413286451 + - -0.02538521194120368 + - -0.02847417389784241 + - 0.025713719340287374 + - - -0.025132937877000504 + - -0.999641940022485 + - 0.009182983270903743 + - -0.030466316571118583 + - - -0.028697090412361202 + - -0.008460659713227726 + - -0.9995523469229023 + - 0.577648175362799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9810245902845971 + - -0.016221989958483812 + - -0.19320352040976183 + - 0.06449990832576558 + - - -0.023533252389163185 + - -0.9990887312313516 + - -0.03560748739403363 + - -0.03278231775481803 + - - -0.19244983577266658 + - 0.03947852794007356 + - -0.980512369398142 + - 0.5756817237949787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999537942874362 + - -0.01807440990990343 + - 0.02443801262168019 + - -0.03485450960042431 + - - -0.017751413522226596 + - -0.9997530354856556 + - -0.013369942228019068 + - 0.03745827646070984 + - - 0.024673631116062474 + - 0.012929955283234405 + - -0.9996119387962121 + - 0.5802919577436678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961257418267409 + - -0.040731051317022815 + - -0.07793900133267907 + - 0.04850732875479449 + - - -0.037819200366175906 + - -0.998543461210158 + - 0.03847939913902818 + - 0.03515339900520077 + - - -0.07939278653497643 + - -0.03538272930467146 + - -0.9962152618350935 + - 0.5765400605516793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994777897480065 + - -0.03207408145557466 + - 0.003924423425268738 + - -0.042870466262912466 + - - -0.03218215731552015 + - -0.9989834623322541 + - 0.03156502395342481 + - -0.023576186906282784 + - - 0.0029080149516034575 + - -0.03167483678635662 + - -0.9994939960618064 + - 0.5792546165991584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979763487755742 + - -0.021734087798757507 + - -0.05975647841137753 + - 0.025708758262884452 + - - -0.01967394948029211 + - -0.9991988702849695 + - 0.03485044236574851 + - -0.030453373486568965 + - - -0.06046604829505929 + - -0.03360427128799767 + - -0.9976044356130254 + - 0.5773641488191599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818159390242328 + - -0.015019331706547095 + - -0.18924027465910287 + - 0.06451076508803416 + - - -0.024449362851443675 + - -0.9985674291275639 + - -0.047595358405279516 + - -0.03278422557667285 + - - -0.18825432407815346 + - 0.05135668564712168 + - -0.9807766311985727 + - 0.5758308222984376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993858425149249 + - -0.018091159441150736 + - 0.030010793571790487 + - -0.034819465389792637 + - - -0.017691155472013963 + - -0.9997518001281683 + - -0.013541091483063516 + - 0.03746175335157373 + - - 0.030248318941699704 + - 0.013001849505456043 + - -0.9994578485912448 + - 0.5803138162539125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958285981402982 + - -0.04031061856643282 + - -0.08185632020021409 + - 0.04854446782333568 + - - -0.03796966325169062 + - -0.9988297570301162 + - 0.029956988228345523 + - 0.03518256259229451 + - - -0.08296811314283116 + - -0.026723968678914047 + - -0.9961938173365501 + - 0.5765754715395041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9994386339301908 + - -0.0222407459171162 + - -0.02505526349500374 + - 0.025743530226292017 + - - -0.021821614906986454 + - -0.9996193805032993 + - 0.016879314116735503 + - -0.030473594266787023 + - - -0.025421135509748075 + - -0.01632309233112767 + - -0.9995435570930087 + - 0.5776986091500453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983065115900898 + - -0.012891478267975015 + - -0.1828025921228155 + - 0.06451610673926285 + - - -0.023664560361260426 + - -0.9981008357211674 + - -0.05687451376156672 + - -0.0328021419333725 + - - -0.181722223411619 + - 0.060237293438307034 + - -0.9815031849146308 + - 0.5758518993104238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996220839855557 + - -0.0192944344309143 + - 0.01958096035350894 + - -0.034833897707403236 + - - -0.018938150771671877 + - -0.9996546185361334 + - -0.01822059507060086 + - 0.03746919514139191 + - - 0.01992575352964008 + - 0.017842882036502094 + - -0.9996422339551823 + - 0.5802944692807634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960333062413603 + - -0.041607515613451676 + - -0.07865410035326054 + - 0.048507371867827574 + - - -0.03844365816432871 + - -0.9984060773954982 + - 0.041320573164937535 + - 0.035172283634906196 + - - -0.08024797819788762 + - -0.03813291575805722 + - -0.9960452513470162 + - 0.576537939445956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994426650123631 + - -0.03243084314429366 + - 0.007912001386227576 + - -0.0428722852491334 + - - -0.03263373134505357 + - -0.9991019287391362 + - 0.02702546148056216 + - -0.023611365556328555 + - - 0.007028437342988428 + - -0.027268597372961847 + - -0.9996034337004988 + - 0.5793551253203624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981006063891503 + - -0.0213545513057385 + - -0.057785488352534116 + - 0.02572650990584677 + - - -0.020716140644506106 + - -0.9997178153517451 + - 0.01162459397707437 + - -0.030466200242537288 + - - -0.058017420163320906 + - -0.010405421993623027 + - -0.9982613416088635 + - 0.5774310818542725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9814394295329656 + - -0.01594718443501532 + - -0.1911081721606967 + - 0.06451575674211688 + - - -0.023908442625308002 + - -0.9989364572197462 + - -0.03942512915002071 + - -0.03276588186542924 + - - -0.19027620063801787 + - 0.04326247503159132 + - -0.9807768990575293 + - 0.5757914329943892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996470772768801 + - -0.01891758082164784 + - 0.018650630757371608 + - -0.03483722926522262 + - - -0.01851412186324312 + - -0.9995958380590947 + - -0.021572849291852134 + - 0.037444027256247 + - - 0.019051199002277443 + - 0.02121993569246627 + - -0.9995933003705972 + - 0.5802772219862755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948369044873502 + - -0.041935197412048555 + - -0.0924173830404184 + - 0.04852007515432594 + - - -0.038381713572736745 + - -0.998466291694693 + - 0.039898726955499335 + - 0.03519933145434449 + - - -0.09394880272386281 + - -0.03614558849239572 + - -0.9949206596001975 + - 0.5765983350950293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994574773106177 + - -0.03132953935817358 + - 0.010159282036674877 + - -0.042880638539033476 + - - -0.03168785276118598 + - -0.9988027111334659 + - 0.037269615235800066 + - -0.023581885835897133 + - - 0.0089794785640064 + - -0.037571321457247606 + - -0.9992536038307169 + - 0.5793750877782334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977359230288789 + - -0.019791702293601922 + - -0.06427531733124668 + - 0.025712842184617803 + - - -0.020061833273970313 + - -0.9997924031848262 + - -0.003559969044386267 + - -0.03045669327204161 + - - -0.0641915161325735 + - 0.004841389700385973 + - -0.9979258540604958 + - 0.5774572267103297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843314095761321 + - -0.01591709941592451 + - -0.1756084339319966 + - 0.06450313602623767 + - - -0.02469145044023131 + - -0.9985471918417284 + - -0.04789402823062595 + - -0.03276245595855692 + - - -0.17459097455774292 + - 0.051479623261849634 + - -0.9832943811452374 + - 0.5756061303200471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993127771587518 + - -0.018589570150754565 + - 0.03206869640121117 + - -0.034813527637000005 + - - -0.01834024591822214 + - -0.9997993848405918 + - -0.008051425465884235 + - 0.03744028745449156 + - - 0.032211935473082265 + - 0.007457744564124454 + - -0.9994532371547423 + - 0.5801537923079791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955297873486819 + - -0.040489627599433815 + - -0.08532896670151001 + - 0.04853056658079952 + - - -0.03708753814291361 + - -0.9984670600483562 + - 0.041085818878157605 + - 0.03519356376266294 + - - -0.08686171202541522 + - -0.03773751522358105 + - -0.99550536057259 + - 0.5766210390215903 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.999310124689942 + - -0.023485669480406795 + - -0.028769741417500067 + - 0.025729807003027644 + - - -0.022549174028872552 + - -0.9992188178866627 + - 0.03245441005156815 + - -0.030458761103392233 + - - -0.02950948055775211 + - -0.0317832866493822 + - -0.9990590639431556 + - 0.5775346541466047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9817230344390475 + - -0.01690619723985273 + - -0.18956282374631306 + - 0.0645014483640172 + - - -0.023797084127444395 + - -0.9991338997284333 + - -0.034134281894973806 + - -0.032769891722657055 + - - -0.18882156243083015 + - 0.03802145326445845 + - -0.9812750820503086 + - 0.5756144191091257 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993612805444145 + - -0.019123661752713208 + - 0.030188019308922103 + - -0.03482082275570712 + - - -0.018398396228276364 + - -0.9995396931158784 + - -0.024122622204955403 + - 0.03746455814291292 + - - 0.030635436423452265 + - 0.023551803476240953 + - -0.9992531123735173 + - 0.580294458310801 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959718048683172 + - -0.04056607734171305 + - -0.079965975742518 + - 0.04852112901064163 + - - -0.03739393012468811 + - -0.9984683574652762 + - 0.0407753985930613 + - 0.03517592851536739 + - - -0.08149759442570538 + - -0.03762090522168808 + - -0.9959632571501439 + - 0.5765735640613173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994968705692023 + - -0.03162496334685807 + - 0.002422274897900374 + - -0.04284721776200041 + - - -0.03171464781386924 + - -0.9975261019190891 + - 0.0627364097167665 + - -0.023571246165080696 + - - 0.0004322457788728084 + - -0.06278166677795069 + - -0.9980271917538969 + - 0.5790838526923765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986504479217763 + - -0.022832386007613125 + - -0.04664724016311082 + - 0.025682776615142754 + - - -0.021526658966541486 + - -0.9993675226634812 + - 0.028304727506104847 + - -0.03047290964570278 + - - -0.04726400130515619 + - -0.027262369571553785 + - -0.9985103291333397 + - 0.5774515748327735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830970625975386 + - -0.017190473546600103 + - -0.18227630984671278 + - 0.06450090696306011 + - - -0.02203215604206414 + - -0.9994552865115887 + - -0.024570599589289165 + - -0.03277032442806086 + - - -0.18175464123985757 + - 0.02817122438380488 + - -0.9829402995627399 + - 0.5756526872553395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994547815622101 + - -0.01949677966604762 + - 0.02664611031817974 + - -0.0348534560209387 + - - -0.018776170497466896 + - -0.9994582307726654 + - -0.02703146984948186 + - 0.03743431421655581 + - - 0.027158700887285947 + - 0.0265164198832909 + - -0.9992793825766084 + - 0.5802296067586667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99498324461276 + - -0.04220650034930487 + - -0.09070255932513037 + - 0.048518642568494974 + - - -0.03849879356391278 + - -0.9983652104619014 + - 0.04224629490839104 + - 0.03518501465164041 + - - -0.09233734799087472 + - -0.0385424164736417 + - -0.9949815557578867 + - 0.5763871907585365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994213461029554 + - -0.03175110972392156 + - 0.012199999387543852 + - -0.042853951649215995 + - - -0.032103628046861024 + - -0.9990379251202145 + - 0.029876098100770566 + - -0.023603644453400713 + - - 0.01123966280567948 + - -0.03025047442268571 + - -0.9994791537482002 + - 0.5793136546020471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974460605740652 + - -0.022283345750174866 + - -0.0678587411278494 + - 0.02569856497846399 + - - -0.02261491442431791 + - -0.999735753310617 + - -0.004121795486841473 + - -0.030463290298561367 + - - -0.06774896228621582 + - 0.005645888294390245 + - -0.9976864247119481 + - 0.5774548571588459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844948792408142 + - -0.016560719951602895 + - -0.17462982363645488 + - 0.06452828629516574 + - - -0.024302119711968447 + - -0.998809965852698 + - -0.0422854477431431 + - -0.03278179420929661 + - - -0.17372173072508776 + - 0.04587368164882249 + - -0.9837257573154539 + - 0.5758612164869136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995620426262689 + - -0.01918311014709711 + - 0.022532892088798218 + - -0.03482512756571457 + - - -0.018670052744366866 + - -0.9995665407383744 + - -0.0227631229589266 + - 0.03743751509419726 + - - 0.022959792493044112 + - 0.0223324633975966 + - -0.9994869228795704 + - 0.5802792921430858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960120014049165 + - -0.041314051336572344 + - -0.07907744444234208 + - 0.04855747797835648 + - - -0.03836607357040003 + - -0.9985239874677183 + - 0.0384433459828661 + - 0.03521377729640389 + - - -0.08054897551281012 + - -0.03525614292186201 + - -0.99612693314161 + - 0.5765594240408173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982728859857842 + - -0.022069881723182104 + - -0.05444414960616406 + - 0.02571565368448919 + - - -0.021371503856856475 + - -0.9996821132635781 + - 0.01337651837223339 + - -0.03045598224608495 + - - -0.05472206071147166 + - -0.012189862246599886 + - -0.998427214838367 + - 0.5774300539270079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850321599183576 + - -0.01563275423336582 + - -0.1716603067737397 + - 0.064512891613002 + - - -0.023673682947202096 + - -0.9987111559128885 + - -0.044895253544874655 + - -0.032774658763947584 + - - -0.17073722693745083 + - 0.04828710024657114 + - -0.9841326919107445 + - 0.575726946216335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994632115458414 + - -0.018963823402673826 + - 0.026714456169360922 + - -0.03482560716553523 + - - -0.018335308055007143 + - -0.9995538274120318 + - -0.023578858846138136 + - 0.037435971109077634 + - - 0.027149682226510412 + - 0.02307638420356008 + - -0.9993649860021558 + - 0.5802874890683388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959090514397156 + - -0.04093651302267668 + - -0.08055658360425942 + - 0.04851821824117206 + - - -0.037788746343507824 + - -0.9984760265942315 + - 0.04021983299792057 + - 0.03518258154113213 + - - -0.08208027723047627 + - -0.037011163425901904 + - -0.995938252037559 + - 0.5767482276696952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993253857695449 + - -0.0214877681930696 + - -0.02978337077349239 + - 0.02573138700236059 + - - -0.021490645397533106 + - -0.9997690244220279 + - 0.0002235321554512972 + - -0.030474480737586095 + - - -0.029781294749354058 + - 0.0004166825025581109 + - -0.9995563520176062 + - 0.5776667569986553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824776789970815 + - -0.019144437369920057 + - -0.1853944464925978 + - 0.06448786413983996 + - - -0.023583039289583493 + - -0.999484915395247 + - -0.02176566459407906 + - -0.03277160622924368 + - - -0.1848822612647667 + - 0.025756444147925273 + - -0.9824231038887885 + - 0.5755490585289812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99950741639841 + - -0.018331747236223876 + - 0.025472958364561 + - -0.03480885604111287 + - - -0.018008483901563135 + - -0.9997550960317788 + - -0.012862444015666366 + - 0.03748104038834348 + - - 0.025702511008510457 + - 0.012397378826034497 + - -0.9995927600408585 + - 0.5802350667243126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958035984997435 + - -0.04117660209197778 + - -0.08172931331609563 + - 0.04856906287044288 + - - -0.038676593374140464 + - -0.9987411697819469 + - 0.03194052140400324 + - 0.03518943353824306 + - - -0.08294163212725554 + - -0.02864547473419015 + - -0.9961426215343462 + - 0.5767845113578499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993839142397082 + - -0.03343496705253491 + - 0.010672157097580905 + - -0.04285637228228256 + - - -0.03369581426667002 + - -0.9991124306489728 + - 0.025277322318800876 + - -0.02362045193284202 + - - 0.009817538379126326 + - -0.025621356343846765 + - -0.9996235101473339 + - 0.579397592674857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9982552585079846 + - -0.022831774445809357 + - -0.054453181145021956 + - 0.02570013051715741 + - - -0.022333200210951688 + - -0.9997030670583212 + - 0.009747096107236012 + - -0.030472565864024442 + - - -0.05465955570158282 + - -0.00851397614759606 + - -0.998468750227399 + - 0.5774635797183685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835285146821879 + - -0.014306624484420976 + - -0.18018596311286555 + - 0.06451314725467833 + - - -0.022545859629184106 + - -0.9987875704632988 + - -0.04376155049358541 + - -0.032785987104839806 + - - -0.17934142025932076 + - 0.047103180188637635 + - -0.9826586108081926 + - 0.5757144476129833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994651683453963 + - -0.02029129838622043 + - 0.025644501830018384 + - -0.03485633608794116 + - - -0.019705306109469835 + - -0.9995435324453313 + - -0.022900385539123953 + - 0.037452481714927904 + - - 0.026097474503111198 + - 0.02238280492944963 + - -0.9994087911700843 + - 0.5803705199927811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959396935475104 + - -0.04040562457963639 + - -0.08044571038172461 + - 0.04848998880448242 + - - -0.03724194636532615 + - -0.998487401473872 + - 0.04044683583269575 + - 0.03515450738936249 + - - -0.08195830798285798 + - -0.03728665445282473 + - -0.9959380207383906 + - 0.5764808011381239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982861063248729 + - -0.02261109520352786 + - -0.05397766475516933 + - 0.02573963649202719 + - - -0.02183586822672881 + - -0.9996503989827639 + - 0.01490887897818326 + - -0.030448106676816224 + - - -0.05429590019061647 + - -0.013704677570018895 + - -0.9984308373819353 + - 0.5774469931103843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836101749302033 + - -0.016978195350312583 + - -0.17950700447732246 + - 0.06450967627346453 + - - -0.024110390901145248 + - -0.9990010167714778 + - -0.037625224785349604 + - -0.03278448254723095 + - - -0.17868887157394223 + - 0.04133653798034782 + - -0.9830369157887362 + - 0.5757393190495752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994221312242278 + - -0.01899150661604911 + - 0.028190890295885354 + - -0.03483931631164158 + - - -0.018455814654387146 + - -0.9996464128289857 + - -0.019142419480922632 + - 0.03747395988189135 + - - 0.028544465744956393 + - 0.018611071828168856 + - -0.9994192521063127 + - 0.5802358626238839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954778208064531 + - -0.040859821143204904 + - -0.0857577011036359 + - 0.04853108833574881 + - - -0.03852304757663543 + - -0.9988446286962166 + - 0.028729471455730453 + - 0.035181712933287174 + - - -0.08683250018192226 + - -0.0252959036379935 + - -0.9959017191326129 + - 0.5765599833521742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994798397451119 + - -0.03201913192360732 + - 0.003850342055470032 + - -0.042855809527430164 + - - -0.032158812092437455 + - -0.9984933244827499 + - 0.04446225104726292 + - -0.02359480360878144 + - - 0.0024208981574591563 + - -0.04456294597807874 + - -0.9990036451874771 + - 0.5792076577129442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998804270825953 + - -0.02130070272174218 + - -0.0440035071715455 + - 0.025725815013979726 + - - -0.020723064104198153 + - -0.9996935391694162 + - 0.013541874207841783 + - -0.030458173802142992 + - - -0.04427847325698556 + - -0.01261379429385471 + - -0.9989395922674922 + - 0.5774509005094044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824665476757276 + - -0.019869949505887826 + - -0.18537709622488638 + - 0.06452859952494984 + - - -0.02228133079966822 + - -0.999691952221089 + - -0.010933570422511201 + - -0.03278072006273929 + - - -0.18510274172991895 + - 0.014872315590442645 + - -0.9826066299557751 + - 0.5757651211283705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995789394090006 + - -0.01872116229555595 + - 0.02216894161391307 + - -0.03483149412141229 + - - -0.01836669037886535 + - -0.999701897339548 + - -0.01608667586031066 + - 0.037464311394432924 + - - 0.022463494263015436 + - 0.01567273230841582 + - -0.9996248080592459 + - 0.5802415198657858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966891512963835 + - -0.04056804384218528 + - -0.07046253974214507 + - 0.048510227685148614 + - - -0.03748808078006227 + - -0.9983059063254822 + - 0.04449675488263465 + - 0.03517696643740968 + - - -0.07214831590219113 + - -0.04170792747759446 + - -0.9965214846143567 + - 0.5766277250477738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994487629704679 + - -0.03274920831126883 + - 0.005446058371568212 + - -0.042861661348839175 + - - -0.03292771958566415 + - -0.9987808978266773 + - 0.03677612567175795 + - -0.02359980024626319 + - - 0.004235030069465587 + - -0.03693517959239111 + - -0.9993086895593319 + - 0.5792779827495553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981232036632819 + - -0.02310987992668739 + - -0.056709820654986816 + - 0.025694813291705417 + - - -0.021547306249214537 + - -0.999375314895554 + - 0.028012382455173474 + - -0.030464196022879968 + - - -0.05732175766974735 + - -0.026737865045407826 + - -0.9979976466257143 + - 0.5773916571691339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833824980719083 + - -0.01832671330144534 + - -0.180618365803204 + - 0.06451165631308681 + - - -0.02243775183512123 + - -0.9995330089658196 + - -0.020743945630500405 + - -0.03276606566692314 + - - -0.1801538503014546 + - 0.024451903142746773 + - -0.9833344775071501 + - 0.5756678858533593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993468787626901 + - -0.018612496192135494 + - 0.030974035784296677 + - -0.034834237001556995 + - - -0.017954181620847616 + - -0.9996098130792987 + - -0.02139787274227981 + - 0.03743043745639343 + - - 0.0313602179455878 + - 0.020827783873156678 + - -0.9992911188184043 + - 0.5802560650650948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995207157317911 + - -0.04198940765275433 + - -0.08831536484765046 + - 0.048500744298329096 + - - -0.03787502322818699 + - -0.9981405606035565 + - 0.04775880959030925 + - 0.03515903154587795 + - - -0.09015651190383916 + - -0.04418496263424849 + - -0.9949469797121574 + - 0.5765701616224591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998438769518983 + - -0.020512744360449 + - -0.05195431493362133 + - 0.0257215787454397 + - - -0.02063429377635397 + - -0.9997854624022169 + - -0.0018041866691122501 + - -0.030468832043821 + - - -0.051906159959778965 + - 0.002873410515180544 + - -0.9986478328571297 + - 0.5775764634620759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.981336518144437 + - -0.014381290710451591 + - -0.19175978888613374 + - 0.06449843756955954 + - - -0.023088315114247644 + - -0.9987975060305329 + - -0.043248949725653026 + - -0.03278030287911609 + - - -0.19090722317748562 + - 0.046869184169220805 + - -0.9804885066710229 + - 0.5757091786623827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994953164575193 + - -0.018818256266762843 + - 0.025592686661658478 + - -0.034815654430914285 + - - -0.018489997385531438 + - -0.9997444881039489 + - -0.013003018974630227 + - 0.037488532192648596 + - - 0.02583084156907071 + - 0.012523247855488378 + - -0.9995878830232897 + - 0.5802212370708113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950483736021833 + - -0.041311443618053986 + - -0.09039966160247619 + - 0.04853221675428589 + - - -0.03864276917634189 + - -0.9987697743341936 + - 0.031075299947174072 + - 0.03518708695416239 + - - -0.09157221512027446 + - -0.027428133414711665 + - -0.9954206281343329 + - 0.5765069572459159 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998528792521082 + - -0.024161212409844646 + - -0.04854365376932812 + - 0.025704309299020366 + - - -0.022924218002801422 + - -0.9994021917369376 + - 0.025879323413987576 + - -0.030467502568748146 + - - -0.04913990980201399 + - -0.02472842425817099 + - -0.9984857406585024 + - 0.5774711539322002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857231292906643 + - -0.018817592659815585 + - -0.1673194865755615 + - 0.06454142698760867 + - - -0.023346721401589936 + - -0.9994112102891702 + - -0.02514285878995818 + - -0.03277825452203819 + - - -0.16674784250843183 + - 0.028690258883887564 + - -0.9855820747476883 + - 0.5757783925532535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994263593160195 + - -0.018440724961884335 + - 0.028405843891822373 + - -0.034830440783265415 + - - -0.017886686801452646 + - -0.9996471742343591 + - -0.019636534330865218 + - 0.03745669106702777 + - - 0.028757933507002655 + - 0.019117183582856672 + - -0.9994035794173772 + - 0.580242463411608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953237821478739 + - -0.04172397690543359 + - -0.08711876056307648 + - 0.04852040042976992 + - - -0.03790870215829185 + - -0.998267509088105 + - 0.04499900665242036 + - 0.03517237890940298 + - - -0.08884536561647842 + - -0.041486022347599155 + - -0.9951810945542773 + - 0.5765480736846781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993427245786551 + - -0.03194925048551706 + - 0.01712787859379935 + - -0.04285997608669752 + - - -0.03257058438563137 + - -0.9987725899220811 + - 0.037315823093120815 + - -0.023610947474174755 + - - 0.01591464308392459 + - -0.037849161334860645 + - -0.9991567270062085 + - 0.5793287913344336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989151430302889 + - -0.021871363394952974 + - -0.04111180472836756 + - 0.025735752703472795 + - - -0.020927486058493257 + - -0.9995106036408331 + - 0.023250667448654883 + - -0.03047581905224751 + - - -0.04160020855775948 + - -0.022365077079730362 + - -0.9988839902487013 + - 0.5774858151347586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859968795267098 + - -0.01740313192436575 + - -0.16585320184673566 + - 0.06451053730460858 + - - -0.02437670172966813 + - -0.9988981110212807 + - -0.04010411713154366 + - -0.03277749100975344 + - - -0.1649725127903849 + - 0.04358548838020403 + - -0.98533465138819 + - 0.5757395349791751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992344770876669 + - -0.01931121441822285 + - 0.03402259245016862 + - -0.03484088587927559 + - - -0.018616634202216643 + - -0.9996141441310895 + - -0.020615134829797172 + - 0.03745449559827182 + - - 0.03440756792215496 + - 0.01996596731348824 + - -0.9992084264150896 + - 0.5801402073115174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99598661987241 + - -0.04022761312802652 + - -0.07995243696819536 + - 0.04851915197620581 + - - -0.03798493238425952 + - -0.9988464176712126 + - 0.029376501104604994 + - 0.035156645056370804 + - - -0.08104195177125646 + - -0.026221614126659975 + - -0.9963657104726648 + - 0.5764999085308125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997899394797077 + - -0.025332248598326182 + - -0.059624450056836184 + - 0.025712573142175055 + - - -0.02368758566800941 + - -0.999323548601772 + - 0.028130828199375082 + - -0.030434899764445154 + - - -0.06029673414745003 + - -0.026659377166667685 + - -0.9978244241650117 + - 0.57735190617256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9814767972586966 + - -0.014265701217877598 + - -0.19104917223472473 + - 0.06451367402967599 + - - -0.02289636699235463 + - -0.9988107789474969 + - -0.0430439802625886 + - -0.03276541547613597 + - - -0.19020791997538555 + - 0.046620999850463835 + - -0.9806362371193411 + - 0.5757276707620699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995018046540087 + - -0.02069320628910717 + - 0.02383135973577732 + - -0.0348727863342648 + - - -0.020248169638309648 + - -0.999618838063256 + - -0.01876673161112775 + - 0.037436917659626784 + - - 0.024210619977146564 + - 0.018274840698138024 + - -0.9995398321616702 + - 0.5801879095711759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965664151730551 + - -0.04093742798265796 + - -0.07196879281529324 + - 0.04850702355038316 + - - -0.03811927139729251 + - -0.9984680701586912 + - 0.04010528670536449 + - 0.03516354407599519 + - - -0.07350034896016118 + - -0.03722418385599101 + - -0.9966002502703835 + - 0.5764332358566331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986838915463112 + - -0.02135841823536271 + - -0.046629419215759874 + - 0.025737483182861752 + - - -0.021453660433692286 + - -0.9997686530793606 + - -0.0015429756571878244 + - -0.030470613998929995 + - - -0.046585676123799866 + - 0.002541316659956761 + - -0.998911065355532 + - 0.5776059185961848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824883426889094 + - -0.018111462834756165 + - -0.1854417196705895 + - 0.06449012984808296 + - - -0.02351300151188632 + - -0.9993596708402552 + - -0.026970114162885344 + - -0.03276944703793139 + - - -0.18483450770974094 + - 0.03085811420100527 + - -0.9822850816069925 + - 0.5756698987878557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993633939183525 + - -0.018138427271429856 + - 0.030721398928288294 + - -0.0348289051245039 + - - -0.017818995404685234 + - -0.9997846160829981 + - -0.010639776620756025 + - 0.037463775978721 + - - 0.030907770847471188 + - 0.010085578807923207 + - -0.9994713556682597 + - 0.5802467876703536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954783641575179 + - -0.041808477147994606 + - -0.08529289380034974 + - 0.048542184141024014 + - - -0.038975937091272055 + - -0.9986406068697383 + - 0.03460945880388212 + - 0.03519537273494088 + - - -0.08662391599396399 + - -0.031128596971370603 + - -0.9957546422831602 + - 0.5766243277381776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999507528355687 + - -0.0313146564112674 + - -0.0020231297906367495 + - -0.042878633023141856 + - - -0.03121101593739909 + - -0.9987393855799146 + - 0.03931300262776279 + - -0.023595502603748104 + - - -0.003251652573832612 + - -0.03923049815257682 + - -0.9992248969927842 + - 0.5791759266842914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983580950045912 + - -0.02225240096939286 + - -0.05278204988347025 + - 0.025724555539658737 + - - -0.021179259340994887 + - -0.9995592075011684 + - 0.020804558957165684 + - -0.030470775708020367 + - - -0.053221735339714915 + - -0.01965251512485529 + - -0.9983893156162559 + - 0.5774115473626426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828334350785278 + - -0.01974882844263128 + - -0.1834350638969685 + - 0.06449650553540931 + - - -0.023752533902349094 + - -0.9995246438308883 + - -0.01965460526070222 + - -0.03278104116895942 + - - -0.18295971148031243 + - 0.023674250777580782 + - -0.9828353238590692 + - 0.5756145160114362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994063080772608 + - -0.018698117014959475 + - 0.028938068274749502 + - -0.034820661510653404 + - - -0.01822418029263528 + - -0.9996968492501009 + - -0.016555629015006814 + - 0.03744387555254832 + - - 0.029238854766230237 + - 0.016018427498225112 + - -0.9994440951611269 + - 0.5802642222024832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9946102277054438 + - -0.038538220520044617 + - -0.09625643096891565 + - 0.04850535586405655 + - - -0.03695972927836795 + - -0.9991523006981923 + - 0.018128938776997214 + - 0.03513903042368639 + - - -0.09687349149997104 + - -0.014473616295134216 + - -0.9951914595071379 + - 0.5764524382167322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9987797799109913 + - -0.021445413117898594 + - -0.044486464201535666 + - 0.02574935270601128 + - - -0.020783554119471557 + - -0.9996671148259482 + - 0.015287361241507 + - -0.03046579080915695 + - - -0.04479949909446364 + - -0.014344120459895629 + - -0.9988930128342665 + - 0.5775085933837655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98067513737387 + - -0.016297774379303485 + - -0.19496322085722345 + - 0.06449858575335327 + - - -0.023004614322254736 + - -0.9992171260720936 + - -0.032185752812559525 + - -0.03276224606090873 + - - -0.19428603309714643 + - 0.03604882126378323 + - -0.980282316390981 + - 0.5756972153270083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992434541971379 + - -0.018906835544242502 + - 0.033986038514004065 + - -0.03482798861401579 + - - -0.018469401350240222 + - -0.9997430881640071 + - -0.013139211622404487 + - 0.03748362249158108 + - - 0.0342257280117771 + - 0.012501569421378776 + - -0.9993359346606459 + - 0.5803576219893906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952281070252221 + - -0.0420241657016416 + - -0.08806238972497839 + - 0.04853319052625436 + - - -0.038850134865477164 + - -0.9985429142986838 + - 0.03745284134515232 + - 0.0351726103096256 + - - -0.08950799968677238 + - -0.033852884677260296 + - -0.9954106188860457 + - 0.5764679857555401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993558002248352 + - -0.0321072703399095 + - 0.016034579766842687 + - -0.04286771196396254 + - - -0.03267663909953769 + - -0.9987953113854319 + - 0.036608239668638604 + - -0.02359292837403489 + - - 0.01483987244344901 + - -0.03710861282502875 + - -0.9992010453557703 + - 0.5792644504094544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983243665675475 + - -0.02328769887290137 + - -0.052973032749787166 + - 0.025712974477788905 + - - -0.022508445497602097 + - -0.9996301860196121 + - 0.015259786357551172 + - -0.030461560697293985 + - - -0.05330880789125218 + - -0.014041875928867102 + - -0.9984793421606741 + - 0.577430824741574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844425459204613 + - -0.019180716862949573 + - -0.17465673156870776 + - 0.06451594115524709 + - - -0.023779929100050327 + - -0.9994223772159383 + - -0.024278115496044403 + - -0.03278218095149131 + - - -0.1740901742018683 + - 0.028053734522627348 + - -0.9843300255634271 + - 0.5757261659286591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994856803335059 + - -0.017714739457945272 + - 0.026731307753380007 + - -0.03482275123037003 + - - -0.017478442195445254 + - -0.9998063032963086 + - -0.0090476487215815 + - 0.03747686646069833 + - - 0.026886406726992662 + - 0.00857577372053235 + - -0.9996017093014616 + - 0.580243725716163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957024147548261 + - -0.04163433942913337 + - -0.08272413814424366 + - 0.048553067034568714 + - - -0.0381527527346261 + - -0.9983363202857914 + - 0.04323145911249975 + - 0.03520386084891373 + - - -0.08438642491644423 + - -0.03988951464388816 + - -0.9956343495035193 + - 0.5766144984711499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994545782856913 + - -0.03202096681044855 + - 0.008074876364072026 + - -0.04285269954451049 + - - -0.032258248004237086 + - -0.9989924194453061 + - 0.031201784027703308 + - -0.023594631631977708 + - - 0.007067628984888155 + - -0.031445247261525214 + - -0.9994804875760178 + - 0.5792929526773701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984431143770508 + - -0.021965412874776057 + - -0.05127248765464846 + - 0.025720791470512355 + - - -0.020846727862051734 + - -0.9995350178767887 + - 0.02225223529210019 + - -0.030462524364219926 + - - -0.05173742640005407 + - -0.021148727509948572 + - -0.9984367631624 + - 0.5774833550754507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824421866459718 + - -0.016385734909517072 + - -0.18584632788881375 + - 0.06449184105095143 + - - -0.023649957706320404 + - -0.9990376771510517 + - -0.03693777379756627 + - -0.03276237695175431 + - - -0.18506223115149859 + - 0.04068448505396069 + - -0.9818842820195889 + - 0.575600471715012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994301435009663 + - -0.01840900900101859 + - 0.02829304948637287 + - -0.034851555918028874 + - - -0.017841436368014104 + - -0.9996370845938624 + - -0.02018371256755976 + - 0.037453812471734044 + - - 0.02865434364915782 + - 0.01966742210571031 + - -0.9993958780672213 + - 0.5802778084703666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952931185469952 + - -0.04039569814853536 + - -0.08808970282666037 + - 0.04852190412891101 + - - -0.037321130790422694 + - -0.9986446975410741 + - 0.03627535347340756 + - 0.03517052115870135 + - - -0.08943568286495654 + - -0.03281700236445913 + - -0.9954518084700484 + - 0.576434943484323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994881715908577 + - -0.031969682212981756 + - -0.0011551056943784198 + - -0.042865787798034745 + - - -0.03186950629981018 + - -0.9981952846577116 + - 0.05089703582053906 + - -0.023591454189413788 + - - -0.0027801831181751926 + - -0.05083417262346103 + - -0.9987032379418415 + - 0.5791562857616422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978174564438914 + - -0.024130811100957487 + - -0.061465661726306575 + - 0.02570716250655214 + - - -0.022293243711948643 + - -0.9992889213724785 + - 0.03040827037217983 + - -0.03046455904219711 + - - -0.062155731036184464 + - -0.028971634020845877 + - -0.9976458838292869 + - 0.5773743566574627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9816055387186186 + - -0.014660469988210353 + - -0.19035660476236513 + - 0.06449620951129069 + - - -0.023289321817497603 + - -0.9987961613534972 + - -0.043172161803645207 + - -0.032778143381861254 + - - -0.1894945219424866 + - 0.04681130937331145 + - -0.9807652764390392 + - 0.5757050546926364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994291956798723 + - -0.01802182034637737 + - 0.02857440837683651 + - -0.03482658635797155 + - - -0.017848157164266788 + - -0.9998207277567672 + - -0.00632104688865715 + - 0.03747534943901695 + - - 0.02868320254997614 + - 0.005807438276199655 + - -0.9995716820479389 + - 0.5802386820255306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953542333344252 + - -0.03980485162978226 + - -0.08766712023312785 + - 0.048532534473638686 + - - -0.03737544527280021 + - -0.9988751219761028 + - 0.02918161729386753 + - 0.0351772899405863 + - - -0.08873007536285872 + - -0.025769448654498855 + - -0.9957223052850351 + - 0.5765082832335892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976100505863708 + - -0.025166228682541737 + - -0.06434942037778368 + - 0.025704908086903462 + - - -0.02242840763304 + - -0.9988267186842987 + - 0.0429203049080858 + - -0.030442055693858633 + - - -0.06535406261361953 + - -0.041374472519355145 + - -0.9970040117891403 + - 0.5772672168260726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984702540639924 + - -0.018004301610460672 + - -0.17331114095983044 + - 0.06451809905215124 + - - -0.023709919876408404 + - -0.9992410007576027 + - -0.030907314739399814 + - -0.03276709771722062 + - - -0.1726231333186052 + - 0.03454370461409127 + - -0.9843820327062064 + - 0.5757289543132101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994340963733828 + - -0.018652874602498423 + - 0.02799209308685777 + - -0.034800563840781236 + - - -0.018009999746026257 + - -0.9995721850065757 + - -0.02304532209209006 + - 0.03742100996451393 + - - 0.028409979152895826 + - 0.022528143071356536 + - -0.9993424617488684 + - 0.5801953248727162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951353984333758 + - -0.04193799022243281 + - -0.08914451054859965 + - 0.048558369553058374 + - - -0.03893198047060715 + - -0.9986217942900766 + - 0.03519677350987205 + - 0.035208074452474945 + - - -0.09049773301847139 + - -0.03155498288657589 + - -0.9953966261614243 + - 0.5766068440308562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994740026625437 + - -0.03229942863369793 + - 0.002909452122029846 + - -0.042842740735254445 + - - -0.03238625928754932 + - -0.9987635697335875 + - 0.037715540329955714 + - -0.023588291341742666 + - - 0.0016876643840987298 + - -0.037789928326970194 + - -0.9992842804257298 + - 0.5792776661093618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978779558404705 + - -0.02460201629875565 + - -0.06028537170557881 + - 0.02572935079682403 + - - -0.02158066934806846 + - -0.9985026805669407 + - 0.05026600850599043 + - -0.03042631002084683 + - - -0.061431750407532584 + - -0.04885834314291393 + - -0.9969147417644083 + - 0.5772907115793372 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9816963413000004 + - -0.017267458053563563 + - -0.1896684696267712 + - 0.06450309322216892 + - - -0.02408124125944107 + - -0.999142547098468 + - -0.033678841978175805 + - -0.03277528038681054 + - - -0.18892428985600979 + - 0.0376298481255873 + - -0.9812704047470545 + - 0.575696579132221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999261503396637 + - -0.017993762769934987 + - 0.03395102842142007 + - -0.03481885450961183 + - - -0.017494194224355178 + - -0.9997351224622814 + - -0.014954533886695034 + - 0.0374632351290867 + - - 0.034211123891700924 + - 0.014349544128893906 + - -0.9993116078508045 + - 0.5802751220765717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9946362120151653 + - -0.041883781396609726 + - -0.0945756554513063 + - 0.04848855816630911 + - - -0.03821017509418803 + - -0.9984556978059305 + - 0.0403261954335306 + - 0.03514166999518535 + - - -0.09611861561318227 + - -0.03649614191654812 + - -0.9947005797514203 + - 0.5765885175141341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994348073675428 + - -0.032475001242504783 + - 0.00868562700684788 + - -0.04286917248725024 + - - -0.03280789856831279 + - -0.9986032502921955 + - 0.0414148559987232 + - -0.02359514405842475 + - - 0.007328547859847269 + - -0.0416764057970813 + - -0.9991042836391524 + - 0.5792208620555768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998056353037056 + - -0.02343407823849597 + - -0.05774391863636978 + - 0.025686021344992326 + - - -0.022360240987668603 + - -0.9995661118104523 + - 0.019173099465331606 + - -0.030466382307470324 + - - -0.05816816814500031 + - -0.01784466579250403 + - -0.9981472998097067 + - 0.577415818743534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828173368159421 + - -0.016384270691672555 + - -0.1838522181751447 + - 0.06451131496558603 + - - -0.0235176967923803 + - -0.9990500583051305 + - -0.0366864953095321 + - -0.03278082038298599 + - - -0.18307648781752578 + - 0.0403799043388745 + - -0.9822690379595511 + - 0.5756563354595153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994469616832357 + - -0.019023367354253164 + - 0.027274205334967213 + - -0.03483072344536022 + - - -0.01862773386120779 + - -0.9997186069341966 + - -0.01468722168230583 + - 0.03745675366313401 + - - 0.027545930976186513 + - 0.014171042447692999 + - -0.9995200864627988 + - 0.5802843150402759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958493170443129 + - -0.03997619756027107 + - -0.08176821736468134 + - 0.048540795719892914 + - - -0.03767565919351493 + - -0.9988548605492098 + - 0.02948749330736378 + - 0.035173819140069625 + - - -0.08285337921116864 + - -0.026284428581193984 + - -0.9962150602994563 + - 0.5765745708126326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975525166043746 + - -0.024613643130731406 + - -0.06544574232226223 + - 0.025690346780722805 + - - -0.022859278260686376 + - -0.9993625532497428 + - 0.02742153459519852 + - -0.030466356908414316 + - - -0.06607896801312395 + - -0.025858378409872436 + - -0.9974792801117889 + - 0.5773357939750947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845450121757837 + - -0.01744873047329357 + - -0.17426032481507772 + - 0.06452535274579123 + - - -0.0241239669618749 + - -0.9990511152017459 + - -0.03626159720931472 + - -0.032796732409640775 + - - -0.17346225300568538 + - 0.039905024984562644 + - -0.9840317249779976 + - 0.5757863475724007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994693353923494 + - -0.01867033408437078 + - 0.02669206315655058 + - -0.03484468599604424 + - - -0.018197524259106566 + - -0.9996750963184546 + - -0.01784802262236417 + - 0.03744902504800485 + - - 0.027016619352067915 + - 0.017352821841625 + - -0.9994843579831147 + - 0.5801760997796941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948243691207528 + - -0.04097134116963068 + - -0.09298292212152687 + - 0.04850139885938341 + - - -0.03787694211474392 + - -0.9986761264998213 + - 0.03480418962351373 + - 0.03516545281226955 + - - -0.09428579882215848 + - -0.031102147226114284 + - -0.9950592166189874 + - 0.5764379137963941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982269334010131 + - -0.021882577782726433 + - -0.05535469467346311 + - 0.02572389927936266 + - - -0.02047865156312432 + - -0.9994572480335572 + - 0.02580376296869583 + - -0.030454775210268188 + - - -0.05588930365432677 + - -0.02462442167384687 + - -0.9981332694556688 + - 0.5774328913977381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833229469085218 + - -0.01803587583657571 + - -0.18097151506783588 + - 0.06449747728874639 + - - -0.022878135098942022 + - -0.9994329600209787 + - -0.02470524960609046 + - -0.032781155041165265 + - - -0.18042331616932133 + - 0.02843352961755364 + - -0.9831779906893526 + - 0.5756719730871649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994089701632496 + - -0.018904416928153974 + - 0.028711206485264085 + - -0.03483033357995482 + - - -0.018273215913624224 + - -0.9995889760307588 + - -0.022090010818305496 + - 0.037447553511678285 + - - 0.029117004265669492 + - 0.02155230888757186 + - -0.9993436336136872 + - 0.5803530601973136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961367076176842 + - -0.039403256958287065 + - -0.07847957108496177 + - 0.04852239400341456 + - - -0.03710337107503504 + - -0.9988442972466373 + - 0.03055175465893622 + - 0.035152704028391504 + - - -0.07959271066792876 + - -0.027521867650121046 + - -0.9964474633464531 + - 0.5767089471950814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981435261812827 + - -0.022061237911441448 + - -0.056769735988552616 + - 0.02572501251132561 + - - -0.020370885430869866 + - -0.9993367562107125 + - 0.03018401419648751 + - -0.03046748096627249 + - - -0.05739798053204974 + - -0.028971528576624404 + - -0.9979309206366825 + - 0.5773801863518004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837443259650953 + - -0.019471330591902692 + - -0.17851601725464616 + - 0.06451889351345322 + - - -0.02382399966966099 + - -0.9994680656832619 + - -0.022271118496799854 + - -0.03278982027496786 + - - -0.1779874101480784 + - 0.026162051990227028 + - -0.9836849235728075 + - 0.5757025246743545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999381145291668 + - -0.017828031046574683 + - 0.030323056318853188 + - -0.0348194035084908 + - - -0.01723050862865324 + - -0.9996544106573941 + - -0.0198536854416484 + - 0.03746756853226229 + - - 0.03066652911419679 + - 0.019318917211385955 + - -0.9993429558614338 + - 0.5803401246028344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951874625256203 + - -0.04232534282879148 + - -0.08837691885465565 + - 0.04852137914542866 + - - -0.03932005746748009 + - -0.9985967638748678 + - 0.03547444515980954 + - 0.035175044169299195 + - - -0.08975437322254098 + - -0.03182873753493124 + - -0.9954552144392845 + - 0.5764999984178885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972998223204557 + - -0.023710069172610915 + - -0.06950465466008436 + - 0.0256898182091789 + - - -0.02174365692877762 + - -0.999345405248035 + - 0.028913221767994886 + - -0.030459755947438667 + - - -0.0701446917660289 + - -0.027323865566051195 + - -0.9971625387004758 + - 0.5773638008610881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851557692519523 + - -0.015153259136279138 + - -0.17099265787495918 + - 0.06452746050067386 + - - -0.023720096749081127 + - -0.9985574993489115 + - -0.04816925891336181 + - -0.03280009384779941 + - - -0.17001607959192652 + - 0.05151018570726598 + - -0.9840941181861592 + - 0.5757661422615596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99939611072316 + - -0.01864064946489214 + - 0.029324734592971215 + - -0.034825696911884196 + - - -0.018098122009630332 + - -0.99966210050597 + - -0.018658584933380438 + - 0.03744135435156931 + - - 0.029662633921243752 + - 0.018116594589454544 + - -0.9993957760313655 + - 0.5802001990165213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995379491538048 + - -0.04209587764248475 + - -0.08629950701461757 + - 0.048551811492850705 + - - -0.03859019670483167 + - -0.9983764248442663 + - 0.041896432228339 + - 0.035205810404977646 + - - -0.08792306036381738 + - -0.03837253445747826 + - -0.9953879063237459 + - 0.5766138057449782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994432813211802 + - -0.03128257443346657 + - 0.011598618830145345 + - -0.04284833124648037 + - - -0.03178423791814592 + - -0.9984385183315511 + - 0.04593786381471555 + - -0.023577918653736523 + - - 0.01014345315536446 + - -0.04628094260828403 + - -0.9988769617472281 + - 0.5792223202844129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998640480955138 + - -0.023319982895602144 + - -0.04661939720158941 + - 0.025711670399902194 + - - -0.022990218600445367 + - -0.9997068222216022 + - 0.007597331919168165 + - -0.030473513105829547 + - - -0.04678289908069481 + - -0.0065152130690483865 + - -0.998883833262042 + - 0.5775355359107027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851582780567885 + - -0.018779751289486012 + - -0.17061795954027933 + - 0.06452601114033456 + - - -0.02406263859473697 + - -0.9992912471706713 + - -0.028948104462018193 + - -0.032783149411694607 + - - -0.16995339537662205 + - 0.03262398304299908 + - -0.9849119347080572 + - 0.5757916918149267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996011210621759 + - -0.018917851870980412 + - 0.020969350295822253 + - -0.03482729105149113 + - - -0.018544568513768685 + - -0.999668591415466 + - -0.01785514816672773 + - 0.03748905500314685 + - - 0.021300181921274683 + - 0.0174591585709422 + - -0.9996206680697008 + - 0.5803409872946882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957432332581284 + - -0.04013186653957566 + - -0.08297497640070883 + - 0.048528545197523545 + - - -0.03766667847068287 + - -0.9988073651325052 + - 0.03106555471980566 + - 0.03517379133338165 + - - -0.0841227362467169 + - -0.027807924142458605 + - -0.9960673092724474 + - 0.5765826103083905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999371189417125 + - -0.03218359096842214 + - 0.014880935299167999 + - -0.04288427921253059 + - - -0.032618772910572254 + - -0.999017822062623 + - 0.029990112621702467 + - -0.023596457622807786 + - - 0.013901130055115831 + - -0.030456652370724806 + - -0.9994394183288751 + - 0.5793926106791266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980409274683558 + - -0.02207186804351187 + - -0.0585417777247503 + - 0.02572536396886302 + - - -0.020978756683095956 + - -0.9995951265664687 + - 0.01922172501616473 + - -0.030448398889662217 + - - -0.05894233509232331 + - -0.01795593455199132 + - -0.9980998875604731 + - 0.5773974142871107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824720449525546 + - -0.01569610235086613 + - -0.1857479831861888 + - 0.06451216267940105 + - - -0.022792304158622795 + - -0.9990871595412558 + - -0.03612974551427637 + - -0.03277306729154082 + - - -0.18501132872850345 + - 0.039730089488656854 + - -0.9819329550592226 + - 0.5757096796408098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994053427659808 + - -0.018633197808025758 + - 0.029013183042531764 + - -0.034842274692557934 + - - -0.018155508691439528 + - -0.999696666979206 + - -0.01664186091822203 + - 0.03747045252450004 + - - 0.029314473472459513 + - 0.016105215618344455 + - -0.9994404853091148 + - 0.5802953090379593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964058556947405 + - -0.04021495591009267 + - -0.07455285412632606 + - 0.048533747040481766 + - - -0.03780383126210437 + - -0.9987243162896164 + - 0.033475519320009674 + - 0.03516946186534859 + - - -0.07580396479827617 + - -0.030536819955380146 + - -0.996655036383138 + - 0.5766413728572646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979732887087007 + - -0.02307429195059512 + - -0.059303390079479684 + - 0.0257407394776923 + - - -0.022783598200842692 + - -0.9997248845961889 + - 0.005573398618390728 + - -0.030446489544042367 + - - -0.05941567703024839 + - -0.004210958336961218 + - -0.9982244462809563 + - 0.577424106785809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821199196019536 + - -0.01809673431083329 + - -0.18738455573588605 + - 0.06451867059286306 + - - -0.023115624334229517 + - -0.9994292701494183 + - -0.024633348944853316 + - -0.03276575477766799 + - - -0.1868318266053486 + - 0.028524413681673442 + - -0.9819777117589913 + - 0.5756496027679043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99931460944963 + - -0.020351346236899485 + - 0.030921417284452142 + - -0.03483730258195277 + - - -0.019806441492211946 + - -0.9996448788511744 + - -0.017827536622784107 + - 0.03744232996749304 + - - 0.03127325080558405 + - 0.017202874555345707 + - -0.9993628194460129 + - 0.580187884359173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995566646638419 + - -0.040868157625117696 + - -0.0847162664041677 + - 0.04853769213365223 + - - -0.03796644404176373 + - -0.9986451957696288 + - 0.03558541966962211 + - 0.0351790738063341 + - - -0.08605580298827616 + - -0.03221128154184554 + - -0.9957694673535008 + - 0.5766624383582081 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972106900669406 + - -0.02337305969101178 + - -0.07088398759167337 + - 0.025684733234592833 + - - -0.02254605897431906 + - -0.9996683461183482 + - 0.012444797858298516 + - -0.030479243401835557 + - - -0.0711513516452262 + - -0.01081193089544068 + - -0.997406931652959 + - 0.5774039889133697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826678582652896 + - -0.01834178084437467 + - -0.18446533389167066 + - 0.06450382169068594 + - - -0.022855637470810812 + - -0.9994883961719805 + - -0.022373326828287767 + - -0.03277702322902355 + - - -0.18396059406327073 + - 0.02620162195398298 + - -0.9825843347208775 + - 0.575689391200509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994383213670706 + - -0.01938076573507292 + - 0.027339124025734473 + - -0.03479062694738694 + - - -0.018667429241261052 + - -0.9994847540563455 + - -0.026110409695151868 + - 0.03744548246647529 + - - 0.027831077386525665 + - 0.02558539287266061 + - -0.9992851538990543 + - 0.5801957985558616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961166633847042 + - -0.04027699340977952 + - -0.07829020838644203 + - 0.04852405352875088 + - - -0.03784709011223784 + - -0.998762111858816 + - 0.03227757248235968 + - 0.03515901163714551 + - - -0.07949333744006533 + - -0.029189171231578513 + - -0.9964079493788944 + - 0.576499353701828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997462271951762 + - -0.021326704974497554 + - -0.06792781232867619 + - 0.025718192553779454 + - - -0.01970298938045619 + - -0.9995060276133967 + - 0.024484545614750042 + - -0.030443866185000484 + - - -0.06841643254586387 + - -0.023084029531645598 + - -0.9973897529743719 + - 0.5773286033877623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830589301240763 + - -0.01792080558364824 + - -0.18241158030821286 + - 0.064489330618347 + - - -0.023089199696701056 + - -0.9993887423897017 + - -0.026249389366163778 + - -0.03274203199739125 + - - -0.18182966963802238 + - 0.030016434031438416 + - -0.9828718049305128 + - 0.5755288437250102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995114432042329 + - -0.018847353310484413 + - 0.024932953635323322 + - -0.03480110340172304 + - - -0.018444119681543802 + - -0.9996969342432206 + - -0.016305033390936943 + - 0.037457836076686644 + - - 0.02523270403591931 + - 0.015837201075204307 + - -0.9995561483524275 + - 0.5802830016242484 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957660055901921 + - -0.04102016995024649 + - -0.08226425571416929 + - 0.048541827120472815 + - - -0.03814513000522328 + - -0.9986155090392017 + - 0.03622173606084108 + - 0.035212039157666776 + - - -0.08363618336484488 + - -0.03293039270384602 + - -0.9959520962719709 + - 0.576507411553762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994647127262545 + - -0.03135770568321779 + - 0.009326430684367611 + - -0.04285912544379655 + - - -0.031736346460390655 + - -0.9985412923510198 + - 0.04368170994020801 + - -0.023595012672704203 + - - 0.007943067944545912 + - -0.04395431451221948 + - -0.9990019649166806 + - 0.579324406012198 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974983195164221 + - -0.0247291784787296 + - -0.06622363848114216 + - 0.0257275741383218 + - - -0.023258836772413086 + - -0.9994675675050826 + - 0.02288248276448323 + - -0.03048648215170864 + - - -0.06675424386440251 + - -0.021284953306027338 + - -0.9975423909232387 + - 0.5773379890567578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854317343483018 + - -0.01548667708488424 + - -0.1693648717183307 + - 0.06453565017956621 + - - -0.023912966587680596 + - -0.9985693900564263 + - -0.04782617767826468 + - -0.03277391549402071 + - - -0.16838190807885084 + - 0.05117944973526965 + - -0.984392298302115 + - 0.5758179522323339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994458116789995 + - -0.018996446374545433 + - 0.02733504238966489 + - -0.03482764852608121 + - - -0.018623107708817577 + - -0.9997306663958605 + - -0.013848268012785206 + - 0.03746607722090839 + - - 0.027590748024863988 + - 0.013331530025738612 + - -0.9995304002033158 + - 0.5802455616642086 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951912314271996 + - -0.040226813208246594 + - -0.08930966571162904 + - 0.04851848211103527 + - - -0.03744609758248817 + - -0.9987668694744559 + - 0.03259647551559009 + - 0.0351426577409055 + - - -0.0905107875684267 + - -0.029095428151249603 + - -0.9954703679138014 + - 0.5765785233546712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975953089366801 + - -0.02420800865976802 + - -0.064942835665363 + - 0.025692538292111825 + - - -0.02321355889667928 + - -0.9996021031482365 + - 0.016023921647715732 + - -0.030470833511612724 + - - -0.06530490234951854 + - -0.014477834725894862 + - -0.997760322938715 + - 0.5774154399704055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830247832884147 + - -0.016702977986341797 + - -0.18271093554342374 + - 0.06450301519138664 + - - -0.023020706515433757 + - -0.9992062098237268 + - -0.03251149521680906 + - -0.03276516329852215 + - - -0.18202286260878228 + - 0.036165740364191554 + - -0.9826289822265645 + - 0.5757115396847287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996019519811752 + - -0.0185811057993253 + - 0.02122922755774573 + - -0.034834522727557285 + - - -0.018121811561854086 + - -0.9996018720024233 + - -0.021626313485380067 + - 0.037442073840289636 + - - 0.021622616426809283 + - 0.021232993112737537 + - -0.9995407057555654 + - 0.5801780135757578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952618623851096 + - -0.040935490432839616 + - -0.08819359900098216 + - 0.04852846154884703 + - - -0.03735425983316516 + - -0.9984240447358419 + - 0.041881811871479525 + - 0.03519337638120389 + - - -0.08976906234354644 + - -0.03838896347056684 + - -0.9952224891598943 + - 0.5764722193551195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978301766518833 + - -0.023146441878604075 + - -0.06163749501100703 + - 0.025705123976925256 + - - -0.022207357465171718 + - -0.9996273011048487 + - 0.015877410376113475 + - -0.030465858275824605 + - - -0.06198202834116995 + - -0.014474153315404581 + - -0.9979723077563414 + - 0.5774443840027907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847695566852394 + - -0.01921506857692551 + - -0.1727995988581605 + - 0.06453001077498763 + - - -0.0239878427823247 + - -0.9993850778986755 + - -0.025574390943080172 + - -0.032770870321337735 + - - -0.17220192688993816 + - 0.02932997124177039 + - -0.9846249281641969 + - 0.5757124939342526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995260033719203 + - -0.019487330978139733 + - 0.02383301312684324 + - -0.03485122787347931 + - - -0.019083434253179224 + - -0.9996723600056119 + - -0.01705858077082477 + - 0.03745846672439711 + - - 0.024157630688054505 + - 0.016595679321998305 + - -0.999570403877276 + - 0.5803067080301585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960221080734466 + - -0.04123044265439577 + - -0.07899373916615204 + - 0.04852071335561919 + - - -0.03815355233702713 + - -0.998468065974705 + - 0.040072779698920286 + - 0.03517019898203224 + - - -0.08052494441471669 + - -0.03689948275050814 + - -0.9960693557678361 + - 0.5764581364254046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994652685622838 + - -0.03207301362578865 + - 0.006363861617116912 + - -0.042854421262661375 + - - -0.03237354385775001 + - -0.9979782312909012 + - 0.05469372475499484 + - -0.0235776078608421 + - - 0.004596802781518306 + - -0.05487049905408894 + - -0.9984828980697383 + - 0.579170342086401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978321760480527 + - -0.022774221073080934 + - -0.0617436903474528 + - 0.025744167524174365 + - - -0.021734982180100483 + - -0.9996114459005464 + - 0.01745129720822177 + - -0.030436627121985655 + - - -0.062117139284084986 + - -0.01607146785870571 + - -0.9979394615546717 + - 0.5773755796492441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9814098224594893 + - -0.015455360184275927 + - -0.19130052854503068 + - 0.06452124298772254 + - - -0.022933539165154546 + - -0.9990543332650836 + - -0.03693903038278946 + - -0.032762965402986365 + - - -0.1905487159793897 + - 0.040639525413501305 + - -0.9808361819451669 + - 0.5757507531655455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995027709758294 + - -0.01907596863417648 + - 0.02510613933496237 + - -0.03486920137138022 + - - -0.018402059865873635 + - -0.9994712851183845 + - -0.026805119221870333 + - 0.03747010150049665 + - - 0.025604198958987807 + - 0.026329786259553924 + - -0.9993253561034042 + - 0.5803385490935038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966788169250759 + - -0.03988939524049894 + - -0.07099416905759402 + - 0.04851473526887662 + - - -0.03773962317509697 + - -0.9987951124676578 + - 0.03136947805305616 + - 0.03520187699813538 + - - -0.07215993857697402 + - -0.028586001085614425 + - -0.9969833417898724 + - 0.5766593552644323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998648646218007 + - -0.022811419845398903 + - -0.04669604406776829 + - 0.025709719830292313 + - - -0.022424682978527948 + - -0.9997098993099133 + - 0.008789244283506078 + - -0.030481899075092276 + - - -0.046882992654634754 + - -0.007730222920431626 + - -0.9988704764149081 + - 0.5775544394840575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823584007894756 + - -0.01628850000027385 + - -0.1862972280150326 + - 0.06453380939627025 + - - -0.025016874490357447 + - -0.998691764432289 + - -0.04459726051962148 + - -0.032786779781821075 + - - -0.18532708487719132 + - 0.04847106789480055 + - -0.9814807319494662 + - 0.575785747810455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999290835750872 + - -0.018744574879953867 + - 0.03265679863204078 + - -0.03483292053148315 + - - -0.018066914541824748 + - -0.9996178146653458 + - -0.020923938506341118 + - 0.03745746156899068 + - - 0.03303652801464252 + - 0.020319092407106804 + - -0.9992475780808726 + - 0.5802222625331355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951364586608619 + - -0.0403442669005117 + - -0.08986528123908133 + - 0.0485223528617511 + - - -0.03732204410167379 + - -0.9986880184057602 + - 0.035061473398146005 + - 0.03515762981614627 + - - -0.09116190908483446 + - -0.03153699448324871 + - -0.9953365884518524 + - 0.5765352159249761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994394374519002 + - -0.03199251001393393 + - 0.009863577892296192 + - -0.042876250643357504 + - - -0.032298797722397486 + - -0.9989452184742312 + - 0.03263798635268388 + - -0.02359030901597635 + - - 0.008809002867334539 + - -0.03293827242705157 + - -0.9994185668067231 + - 0.579357887379947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980419382395821 + - -0.023000750399160646 + - -0.05816575449569582 + - 0.025736520835409275 + - - -0.022422624871161024 + - -0.9996926760647169 + - 0.01057257378560109 + - -0.0304681581409081 + - - -0.05839105589784481 + - -0.009247643139757272 + - -0.9982509532615004 + - 0.5774838844966348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826232243054729 + - -0.015492599971500102 + - -0.18496372185279863 + - 0.06451718987872193 + - - -0.02337942954246679 + - -0.9989045498285367 + - -0.04053520206088448 + - -0.03276665153985899 + - - -0.18413310764168733 + - 0.04415517724991009 + - -0.9819090176753869 + - 0.5757455551285466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994433139826596 + - -0.019394604063611855 + - 0.02714611332354181 + - -0.0348066728805068 + - - -0.01888629817811501 + - -0.9996437855820863 + - -0.018857616186652767 + - 0.037443765886361766 + - - 0.027502179486109335 + - 0.01833442882479597 + - -0.9994535901397233 + - 0.5802231303143618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958235403495997 + - -0.04009330403211794 + - -0.08202440769293888 + - 0.048523303412162 + - - -0.03725012395143413 + - -0.9986607449856941 + - 0.03590466112110437 + - 0.035170706315561115 + - - -0.08335409258813924 + - -0.03269928739906583 + - -0.9959833592246415 + - 0.5765576915912111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993953168544677 + - -0.03254700708245977 + - 0.012234908227387865 + - -0.04286855540185109 + - - -0.033000184421347896 + - -0.9986992497448515 + - 0.03886896431894429 + - -0.023598373072234093 + - - 0.010953925210412819 + - -0.039249215139218384 + - -0.999169410377159 + - 0.5793734329012071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978201224806144 + - -0.022751883484426014 + - -0.061946387874378936 + - 0.025696057924290208 + - - -0.022203278042471145 + - -0.999708051936218 + - 0.009530232843969168 + - -0.030462177532978946 + - - -0.06214513349362617 + - -0.00813404522993649 + - -0.998033977222848 + - 0.5774280580047161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983774504429282 + - -0.014440775854974136 + - -0.17882725862582283 + - 0.06451605276977497 + - - -0.025312832696714305 + - -0.9979567686996104 + - -0.05866471092148825 + - -0.03276622087484474 + - - -0.17761470923262151 + - 0.0622394713934817 + - -0.9821299625125345 + - 0.5757467406022017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994383223666506 + - -0.019023442041987478 + - 0.027588918750288186 + - -0.034863655422115974 + - - -0.01849698171547364 + - -0.9996442861349597 + - -0.01921361145504188 + - 0.03745063187621587 + - - 0.027944614013299483 + - 0.01869250787355795 + - -0.9994346845577483 + - 0.5802324123517875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952187020823313 + - -0.0419056361114101 + - -0.08822501168975812 + - 0.04849330901039303 + - - -0.03777348724532935 + - -0.9981329932136378 + - 0.047996786556103795 + - 0.03519097001844551 + - - -0.09007163086614352 + - -0.044434733266706196 + - -0.9949435440227907 + - 0.5766453663318487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986847508289801 + - -0.02225519697892601 + - -0.04618955151424462 + - 0.0257204915611651 + - - -0.020814285255136112 + - -0.9992887170646815 + - 0.03144559550304126 + - -0.030473631872981025 + - - -0.04685652559650234 + - -0.03044283420859937 + - -0.9984376294262813 + - 0.5774619561080206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844938543054316 + - -0.017924421558412767 + - -0.174500905288861 + - 0.06451062270032341 + - - -0.02237348775226129 + - -0.9994719883656332 + - -0.023562077969637416 + - -0.03275610430717516 + - - -0.17398643016234097 + - 0.027100914823012277 + - -0.9843750619225992 + - 0.5756153820127065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995303447285296 + - -0.01866071445810797 + - 0.02430777041976052 + - -0.03482965138100038 + - - -0.01821459812479414 + - -0.9996639164447186 + - -0.018446749674629653 + - 0.03746883415784591 + - - 0.02464383050621535 + - 0.01799532979189777 + - -0.9995343164312376 + - 0.580359090375594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.994932718448188 + - -0.04151870876267943 + - -0.09157009655984111 + - 0.048493470153229405 + - - -0.037869615393197185 + - -0.9984315638644705 + - 0.041234748806308855 + - 0.03516584813081606 + - - -0.0931384882380541 + - -0.03755807638614993 + - -0.9949445275526181 + - 0.5763847333585224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983917666532768 + - -0.022846690740803293 + - -0.05188361013984081 + - 0.02571017768151049 + - - -0.02197435504934066 + - -0.9996084605961375 + - 0.01732204447474854 + - -0.03046791852736877 + - - -0.05225904705516946 + - -0.01615407771473639 + - -0.998502898230181 + - 0.5774557008740058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834548002407074 + - -0.01648526732663134 + - -0.180402028382942 + - 0.06451917805763845 + - - -0.02386366690309361 + - -0.9989617698835058 + - -0.03880602676327939 + - -0.03277847261718949 + - - -0.17957500183892106 + - 0.04246902721258944 + - -0.982827146777178 + - 0.5757027621156741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994257114718049 + - -0.019346316168772075 + - 0.027820267787611503 + - -0.034838227722679214 + - - -0.018883694396592328 + - -0.9996805884721904 + - -0.016796640075649513 + - 0.03747388666786976 + - - 0.028136334782849975 + - 0.01626164452300923 + - -0.9994718133006025 + - 0.5803612629389564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953300654154927 + - -0.04190645106927264 + - -0.08695924469985736 + - 0.04854197950622992 + - - -0.038371585038084105 + - -0.9983833879353712 + - 0.04193127897351522 + - 0.03520338461270477 + - - -0.08857585642632021 + - -0.03839869859081604 + - -0.9953290197743031 + - 0.5766321302465677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999420909953061 + - -0.032962750817582105 + - 0.008444039740167074 + - -0.04285902838440028 + - - -0.03317112677507223 + - -0.9991151671047356 + - 0.02585651194085873 + - -0.023599040302888872 + - - 0.0075842664159176945 + - -0.026121637004860046 + - -0.9996300010419447 + - 0.5793274825830763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986286502388809 + - -0.022703723008956414 + - -0.0471737202646075 + - 0.025731687107168735 + - - -0.0211995599132287 + - -0.999258365170667 + - 0.03214495755063984 + - -0.030460581898104893 + - - -0.04786854480299441 + - -0.031100813461702154 + - -0.9983693413864757 + - 0.5774891104841688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820755776773075 + - -0.015258176767408774 + - -0.1878689643648395 + - 0.0645280380630518 + - - -0.02491472313298336 + - -0.998480773804885 + - -0.049146728407945574 + - -0.03277887871364162 + - - -0.1868336594433391 + - 0.052946504924613176 + - -0.9809637359837915 + - 0.5758609454064976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99969357979682 + - -0.01943350008059264 + - 0.015332501023531028 + - -0.034804294185572474 + - - -0.019001341075514957 + - -0.9994316362442826 + - -0.027845170342592408 + - 0.03744335347903161 + - - 0.015864915705761637 + - 0.027545299938349657 + - -0.9994946527625626 + - 0.5803099890627497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9940261546427984 + - -0.04331630276424007 + - -0.10017834996089753 + - 0.04848905564627419 + - - -0.03874092173304699 + - -0.9981350363586887 + - 0.047176161104022216 + - 0.035181911416475475 + - - -0.10203501785821031 + - -0.04301333639785944 + - -0.9938504455010315 + - 0.5764891130630971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994455466213777 + - -0.031266806171425215 + - 0.011444918983285299 + - -0.042858822898323184 + - - -0.031781614651561166 + - -0.9983431162524681 + - 0.04796823116867603 + - -0.02359689986104698 + - - 0.00992614269669296 + - -0.048305373025683135 + - -0.998783291123763 + - 0.5792423217984936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975361784493898 + - -0.023378402404037157 + - -0.06614395653135688 + - 0.025728842178442055 + - - -0.021947331907927185 + - -0.999510831236087 + - 0.02228032459077691 + - -0.030454230612286984 + - - -0.06663247936787584 + - -0.020773746479198364 + - -0.9975613084670577 + - 0.5773423619310316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818352833141294 + - -0.01712251648211252 + - -0.18896109617797766 + - 0.06450129406407995 + - - -0.024024448701122997 + - -0.9991229308824907 + - -0.03429569724308218 + - -0.032772757338111046 + - - -0.18820813559479901 + - 0.03821241178075299 + - -0.9813855049275123 + - 0.5756663877794126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994964949135833 + - -0.019444724679138405 + - 0.025073079938730713 + - -0.03481570957342103 + - - -0.019071108824777933 + - -0.9997047748330923 + - -0.015055098276354099 + - 0.037464504938661984 + - - 0.025358419975521972 + - 0.01456934652171156 + - -0.9995722508544723 + - 0.580220258837026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955832974041872 + - -0.04060686502823462 + - -0.08464620748967079 + - 0.048515690026018375 + - - -0.03800459697214104 + - -0.9987608427437635 + - 0.032131442711977085 + - 0.03516361157284033 + - - -0.08584607468481474 + - -0.02877258268467872 + - -0.9958928606767212 + - 0.5766193646292701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979173570374447 + - -0.023855424436088554 + - -0.05993218875007984 + - 0.025712652538979308 + - - -0.024077483610568398 + - -0.9997056370143794 + - -0.0029856497881078333 + - -0.030463406765923316 + - - -0.05984332298915175 + - 0.004422448037963515 + - -0.9981979856957076 + - 0.5775124248504652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841087580392384 + - -0.015768671673221785 + - -0.1768652067087527 + - 0.06449969213335419 + - - -0.02500468760210921 + - -0.9984304481909199 + - -0.050113927437385075 + - -0.03277270276552963 + - - -0.17579737753558386 + - 0.053740014132308375 + - -0.9829584390668155 + - 0.575667120915752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994528410595725 + - -0.019471752721613316 + - 0.026737040672019128 + - -0.03484303354461975 + - - -0.01869330023878635 + - -0.999402780374415 + - -0.029062744296979227 + - 0.037463518610610515 + - - 0.02728697535696199 + - 0.028547038827825083 + - -0.9992199395278455 + - 0.5803717993800942 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950897410745287 + - -0.04170669165319416 + - -0.08976056528104591 + - 0.04853183103578174 + - - -0.03801433403176114 + - -0.998374709214573 + - 0.04245998597313349 + - 0.03520316478171448 + - - -0.09138554380398033 + - -0.03883930833656014 + - -0.9950578829955515 + - 0.5766406591432066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994651605957606 + - -0.03249098666141364 + - 0.0037052045906051136 + - -0.04285412170478802 + - - -0.03261595812758602 + - -0.9986225789856015 + - 0.041099197261827126 + - -0.02357246768163593 + - - 0.0023647474939105335 + - -0.04119806458943021 + - -0.9991482009408694 + - 0.5792260005456202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973768555853813 + - -0.02311460847341825 + - -0.06859389781706568 + - 0.02569408620174726 + - - -0.022469150330843228 + - -0.9996958423948747 + - 0.010166611127271477 + - -0.030445570890451155 + - - -0.06880803169708777 + - -0.008598696036247227 + - -0.9975928614422069 + - 0.5774165202815358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826242730495066 + - -0.01584751463162853 + - -0.18492807870609823 + - 0.0645291458150198 + - - -0.023412533154154893 + - -0.9989728307164949 + - -0.03879609234935138 + - -0.032773198309638395 + - - -0.18412330462283732 + - 0.04245161681578361 + - -0.9819859820407276 + - 0.5758145239276757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991966384825374 + - -0.01894677133388287 + - 0.03531426767213275 + - -0.0347993642554747 + - - -0.018090656781357104 + - -0.9995384156805484 + - -0.024406632623949386 + - 0.037437472846858 + - - 0.03576039404727839 + - 0.02374816697858693 + - -0.9990781845194812 + - 0.5802678910019572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968345691371331 + - -0.04098122164225269 + - -0.06812768340326 + - 0.04857774268442717 + - - -0.038389203818806124 + - -0.9985042280175657 + - 0.03893039508151233 + - 0.03520871296504051 + - - -0.06962119507265319 + - -0.03619179608354686 + - -0.9969167683878639 + - 0.5768275980575543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983140896748719 + - -0.023834773818139563 + - -0.0529233588660997 + - 0.025745470041174456 + - - -0.02297686831604096 + - -0.9995954993251234 + - 0.016760108929989425 + - -0.03045606679016241 + - - -0.053301424737235294 + - -0.015515839841785133 + - -0.9984579194112216 + - 0.577406709956397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857487156576104 + - -0.0170743361050517 + - -0.16735571883250225 + - 0.06451872864898872 + - - -0.023776089111780842 + - -0.9989901450849759 + - -0.03812332107317585 + - -0.03276480964894738 + - - -0.16653578343983758 + - 0.04155907926881352 + - -0.9851592134088829 + - 0.5757580325995466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995559073768887 + - -0.017677463744729668 + - 0.023989483185730017 + - -0.03480488187741187 + - - -0.01744595888906549 + - -0.9997995289436891 + - -0.009825499601438881 + - 0.03748408770735364 + - - 0.02415836390167372 + - 0.009402616632119326 + - -0.9996639256540486 + - 0.5801687052802595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947903120485596 + - -0.04152091673413988 + - -0.09310342919509422 + - 0.048525288506100925 + - - -0.037927358750852444 + - -0.9984779599698695 + - 0.04004096543031587 + - 0.03520139777489112 + - - -0.0946242596405036 + - -0.03630119733513259 + - -0.9948509800766758 + - 0.5764430683519652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994570061156507 + - -0.03193468184066212 + - 0.008115973267328089 + - -0.04285091307945463 + - - -0.03225101835473105 + - -0.9985797156928525 + - 0.042407820291356736 + - -0.023583825571131024 + - - 0.006750166029298825 + - -0.042646541507101045 + - -0.9990674190243917 + - 0.5792245204158206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974901698030874 + - -0.023115784671804546 + - -0.06692549323848793 + - 0.025689414676320712 + - - -0.021925453869920546 + - -0.9995890522377461 + - 0.018466215612340204 + - -0.030467129603123224 + - - -0.06732485142060185 + - -0.016952496732051504 + - -0.9975870775204251 + - 0.5773453365107948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826667823887638 + - -0.017243079409590693 + - -0.18457700561605342 + - 0.06452706448799808 + - - -0.024747360562499692 + - -0.9989547933133023 + - -0.038430314356864254 + - -0.03279191573637523 + - - -0.18372142753338191 + - 0.04233198706477552 + - -0.9820664132003722 + - 0.5757568847181558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999525432444766 + - -0.01862693577535567 + - 0.02453461146470962 + - -0.034821897986648996 + - - -0.018292220744483566 + - -0.9997374831398362 + - -0.01379708177336737 + - 0.03745987954611169 + - - 0.02478516807162241 + - 0.013341741597208214 + - -0.9996037681875829 + - 0.5802487155597438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956653115486757 + - -0.03980069795779425 + - -0.08406242811596065 + - 0.048503527507647776 + - - -0.03686745279308918 + - -0.9986656258467882 + - 0.03616294618243529 + - 0.03517252390886573 + - - -0.0853895678828975 + - -0.032907023477014796 + - -0.9958040718447865 + - 0.5766257515083669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994799317903521 + - -0.031089020987932422 + - 0.008563803031649723 + - -0.042882246448698896 + - - -0.03134714108396719 + - -0.9990004659243569 + - 0.03186574695155193 + - -0.0236022023573226 + - - 0.007564568342929549 + - -0.032117625331434176 + - -0.9994554694676774 + - 0.5792734124706723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988682518337766 + - -0.022129954212842518 + - -0.04210083853170376 + - 0.025737598894044346 + - - -0.021871921649517036 + - -0.9997391289376739 + - 0.00657975032185586 + - -0.030461070706768026 + - - -0.042235465214585786 + - -0.0056514774597505 + - -0.9990917006364476 + - 0.5775819961415207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837018272366759 + - -0.017175018425491347 + - -0.17898528943270534 + - 0.0645013802781134 + - - -0.02335127025634948 + - -0.9992002967255804 + - -0.03245743675842349 + - -0.032787575994697636 + - - -0.17828469723630289 + - 0.03610797371213407 + - -0.9833162161612935 + - 0.5756695396872561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993619734798358 + - -0.019765572103602608 + - 0.02974841377124668 + - -0.03483113098590279 + - - -0.018961532736412996 + - -0.9994536440917947 + - -0.0270716380723111 + - 0.037453277839749693 + - - 0.03026724696390392 + - 0.02649029012769683 + - -0.9991907517036858 + - 0.5801560844734824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961506595385867 + - -0.041929892154405325 + - -0.07697887791309134 + - 0.04851603643483437 + - - -0.03866651240765943 + - -0.9983089962921777 + - 0.04340563028379122 + - 0.035190223310047876 + - - -0.07866869974180966 + - -0.04026204249693243 + - -0.9960874477749976 + - 0.5765411740782286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997565698681491 + - -0.020626077415199822 + - -0.06661262451345634 + - 0.02572878019088329 + - - -0.02002654617199769 + - -0.9997528230525348 + - 0.009655581127421344 + - -0.030457221143449273 + - - -0.06679531617208939 + - -0.008298055733095215 + - -0.9977321925288977 + - 0.5774325943467136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828468780825118 + - -0.019050571224861805 + - -0.1834368828220391 + - 0.06450738446851462 + - - -0.023328194997086243 + - -0.9995032769029467 + - -0.021189496889972993 + - -0.0327661384758744 + - - -0.18294209346576842 + - 0.02510528223857924 + - -0.982803090777641 + - 0.5757553488309964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999408630669728 + - -0.019755642782096086 + - 0.02814433373035168 + - -0.03480711207511933 + - - -0.019371093450901405 + - -0.999716134406843 + - -0.013871241658771906 + - 0.037460314268291814 + - - 0.028410379817518126 + - 0.01331785211307812 + - -0.9995076213484914 + - 0.5802766151005536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956929892377481 + - -0.04130592597335673 + - -0.08300175698309777 + - 0.04854109380185289 + - - -0.03873887190340921 + - -0.9987270523529924 + - 0.032304406850372606 + - 0.03520616566704285 + - - -0.08423046352982332 + - -0.028949876990873764 + - -0.9960256691650895 + - 0.5765690645381865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994425088221977 + - -0.031287925880206915 + - 0.011650633171894041 + - -0.042888251805474925 + - - -0.03169715047403987 + - -0.9988207568055418 + - 0.03677480695029995 + - -0.023608451157380434 + - - 0.010486286807895047 + - -0.03712359719262714 + - -0.9992556611400625 + - 0.5793120462092489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985546391200327 + - -0.022834317069295344 + - -0.04865415353122576 + - 0.025685470332676017 + - - -0.022787431061284936 + - -0.9997391800234152 + - 0.0015181935768461751 + - -0.03047110529149837 + - - -0.04867613046954726 + - -0.0004072960698040042 + - -0.998814531548487 + - 0.5775600079535903 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820287078646625 + - -0.013301229001688758 + - -0.1882623016875819 + - 0.064528272231783 + - - -0.024042906944482398 + - -0.9982029624694227 + - -0.05488883623221986 + - -0.032788920377207036 + - - -0.18719389828549549 + - 0.058428785921950534 + - -0.9805837656316603 + - 0.575862765004374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993840789203028 + - -0.019714611414198432 + - 0.029030964458750117 + - -0.03480700448366879 + - - -0.019012556697107177 + - -0.9995247867874462 + - -0.0242636206150304 + - 0.0374312031021019 + - - 0.02949551641279299 + - 0.02369672328188014 + - -0.9992839835688578 + - 0.5802845578343145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958782428947933 + - -0.04158640727070545 + - -0.08060456599408078 + - 0.0485174587037083 + - - -0.03869126640754175 + - -0.9985602644704509 + - 0.03715352102403749 + - 0.03514557845437412 + - - -0.08203359819342157 + - -0.03388169049823196 + - -0.9960534723680361 + - 0.5765263202999528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994438111148083 + - -0.032695523096389165 + - 0.006562864752597108 + - -0.04287465896087762 + - - -0.03295868410658577 + - -0.9984395790591883 + - 0.045079176013691886 + - -0.023601525864874184 + - - 0.005078736680483583 + - -0.04527040686325457 + - -0.9989618594802135 + - 0.5793016845304654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9994679824292991 + - -0.021998844182790696 + - -0.02407909785119789 + - 0.02574336323251468 + - - -0.02143651318893367 + - -0.9994970877855939 + - 0.023367657358381994 + - -0.030473946572340923 + - - -0.024581049631920517 + - -0.022839053455416387 + - -0.9994369162864932 + - 0.577620744654062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861623377857779 + - -0.01958417045191221 + - -0.16462169905756574 + - 0.06452101865850707 + - - -0.024083009925307226 + - -0.9993878253446142 + - -0.025376823794555966 + - -0.03278025808249828 + - - -0.1640239377829555 + - 0.02899025389114136 + - -0.9860302799678619 + - 0.5757932219781761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994483060910255 + - -0.0205535478637841 + - 0.026088984686854836 + - -0.03483541205934216 + - - -0.02005705830142637 + - -0.9996153884245018 + - -0.019151752849943703 + - 0.03743538124659557 + - - 0.02647258703022796 + - 0.01861791865766094 + - -0.999476150411196 + - 0.5801568562657555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9946984286794092 + - -0.04311588915128319 + - -0.09335982050865738 + - 0.04853315694076972 + - - -0.0396274395866893 + - -0.9984569089037247 + - 0.038903304412640595 + - 0.035172670245715215 + - - -0.09489310836155465 + - -0.03499744512265935 + - -0.9948720906832038 + - 0.5765940591129233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994660469410978 + - -0.030646554000180067 + - 0.011331802144829171 + - -0.042867737950463246 + - - -0.031057602360450496 + - -0.9987920413594636 + - 0.0380773351564354 + - -0.0235854354660499 + - - 0.010151174688460825 + - -0.03840894225189518 + - -0.9992105417816282 + - 0.579240275984272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980596131887364 + - -0.022296533478426084 + - -0.05813667617258026 + - 0.025683598319688503 + - - -0.022251243402563778 + - -0.9997513929492292 + - 0.0014263460714234334 + - -0.03049072950588772 + - - -0.058154025557908696 + - -0.0001299650761860321 + - -0.9983076141252699 + - 0.5774509854681855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827936438696719 + - -0.017478073746558697 + - -0.18387814037422237 + - 0.06450092415479262 + - - -0.022793541844316288 + - -0.9993800142831073 + - -0.02683358905714779 + - -0.03276546506164526 + - - -0.18329513910511588 + - 0.030563114854450533 + - -0.9825827130531201 + - 0.575612470175701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995861372604976 + - -0.018956342459336643 + - 0.02163819024784691 + - -0.034868154464026545 + - - -0.018730230078219428 + - -0.999768329639941 + - -0.01060497667030127 + - 0.037472060276344706 + - - 0.02183420889005669 + - 0.010195299383785683 + - -0.9997096194358734 + - 0.5803126890519158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963687726001835 + - -0.04138708032395843 + - -0.07440684491000801 + - 0.04853871745371333 + - - -0.038467473614191554 + - -0.9984487761824997 + - 0.04025288577742478 + - 0.03520832729088905 + - - -0.07595737265693994 + - -0.03724447505237713 + - -0.996415238049443 + - 0.5766745454547477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981228302867303 + - -0.022793589592091584 + - -0.056844242750820874 + - 0.02570479927642019 + - - -0.02227341044027491 + - -0.9997041981054071 + - 0.00976787990218155 + - -0.030481662107596112 + - - -0.05705007316179366 + - -0.008483428783910665 + - -0.9983352746388868 + - 0.5774635520274247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842572718383706 + - -0.015257693103740776 + - -0.17608187196426553 + - 0.06454298248093152 + - - -0.02226687513784653 + - -0.9990334457505099 + - -0.03789934753341811 + - -0.03277351643830583 + - - -0.17533342266916338 + - 0.04122350146476297 + - -0.9836456749369162 + - 0.5757906940780445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999386583459964 + - -0.018688008173702135 + - 0.02961781812895758 + - -0.0348268843654703 + - - -0.017991442501749666 + - -0.9995592699806747 + - -0.023613000495631597 + - 0.037455707531308134 + - - 0.03004604461366923 + - 0.023065648618673277 + - -0.9992823480162517 + - 0.580262909164913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954243145146195 + - -0.04187482127596858 + - -0.08588907623327627 + - 0.048495887627793076 + - - -0.03873767403398234 + - -0.9985314247090222 + - 0.03787329506404265 + - 0.03518706837993331 + - - -0.08734887912009395 + - -0.03437285573933006 + - -0.9955845921391047 + - 0.5765915914222952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999445765331954 + - -0.031125633691148236 + - 0.011804960285799094 + - -0.042855865620223664 + - - -0.03158255902304451 + - -0.9986710236298001 + - 0.04072749105657688 + - -0.023579377561307773 + - - 0.010521602804741589 + - -0.04107774932408174 + - -0.9991005526897118 + - 0.5792456555636306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986680859572045 + - -0.022288059168330543 + - -0.04653274663162042 + - 0.025731349989408434 + - - -0.021017985335457443 + - -0.9993978570443325 + - 0.02760738357094978 + - -0.030462093884287608 + - - -0.047120042264540474 + - -0.026592588322764836 + - -0.9985351951049511 + - 0.5774661169313543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982747521166228 + - -0.013042928457156724 + - -0.18449171162655437 + - 0.06451134258666083 + - - -0.023833995893315828 + - -0.9981240340995654 + - -0.05639462024490958 + - -0.03278192303671729 + - - -0.18341006046940722 + - 0.05981884795005377 + - -0.9812147854310682 + - 0.5757588719820402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996983289302328 + - -0.019279361432187572 + - 0.015217008801571378 + - -0.03481541904648311 + - - -0.01909904671342228 + - -0.9997466898522306 + - -0.01190724754702537 + - 0.03745514787682261 + - - 0.015442718307944877 + - 0.011613025112980105 + - -0.9998133126234049 + - 0.5802034609982893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957832464382381 + - -0.040201305586127854 + - -0.08245957277414055 + - 0.048536180288523446 + - - -0.03729733572649318 + - -0.998638841347549 + - 0.03646057185137479 + - 0.03516475221650221 + - - -0.08381309480402376 + - -0.033231304235536316 + - -0.9959272290474722 + - 0.5765903659712011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999460642410201 + - -0.030779845257982757 + - 0.011446632643829486 + - -0.04282445026495703 + - - -0.03129919772044468 + - -0.9983393441290837 + - 0.048362321966257095 + - -0.023612304066446953 + - - 0.009939038939689152 + - -0.04869450779919681 + - -0.9987642666891671 + - 0.5791837248588834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998012630886535 + - -0.022945276651500476 + - -0.058688183396002756 + - 0.02570040559734735 + - - -0.022110117222688328 + - -0.9996453878250217 + - 0.014840529524313884 + - -0.03047023721022056 + - - -0.05900789190723329 + - -0.013513433299837547 + - -0.9981660462133122 + - 0.5773756472404741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840798946120164 + - -0.017887259081875093 + - -0.1768242262331174 + - 0.06451079562538262 + - - -0.023323017979175936 + - -0.9993156405387659 + - -0.028710405899935103 + - -0.03278067125714034 + - - -0.17618966443224143 + - 0.03237740781986522 + - -0.983823615090693 + - 0.5755771892460035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995654430734076 + - -0.02041170068371614 + - 0.021267051715287342 + - -0.03484751690817831 + - - -0.02000645124534336 + - -0.9996174518425102 + - -0.01909690761499565 + - 0.037451497708306955 + - - 0.021648716406060278 + - 0.018663130688240968 + - -0.9995914268494327 + - 0.5801892282104304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966237993746024 + - -0.039520160131963585 + - -0.07196637731104803 + - 0.04854010754226694 + - - -0.0369928797230839 + - -0.9986625942182108 + - 0.036118551454156156 + - 0.035176811898560985 + - - -0.07329753999914064 + - -0.0333343644381745 + - -0.9967528734734489 + - 0.5765647939911664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994447334791879 + - -0.032556647430521266 + - 0.007091503987160503 + - -0.042854024747623266 + - - -0.03283264819095179 + - -0.998531521605763 + - 0.043090806124379745 + - -0.023595988648966244 + - - 0.005678198084284335 + - -0.04329971209793924 + - -0.9990459914332028 + - 0.5792354298202437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977684002784633 + - -0.022378311838516452 + - -0.06290811207638031 + - 0.02573121189272796 + - - -0.019975246428218605 + - -0.9990561323768131 + - 0.03857244988869726 + - -0.030437626829220216 + - - -0.06371192145814039 + - -0.03722976657920697 + - -0.9972736512836234 + - 0.5773564449304831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821669326058158 + - -0.015669993304672704 + - -0.1873567927925605 + - 0.06449822688937068 + - - -0.023544708554007122 + - -0.9989270693384527 + - -0.0398792783535196 + - -0.03277638383778739 + - - -0.18653086392012935 + - 0.04357936957692419 + - -0.9814820810144669 + - 0.5757055849578813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994522182744524 + - -0.018914012071674403 + - 0.027157384513774228 + - -0.034852536674302166 + - - -0.018387956281795424 + - -0.9996409188166611 + - -0.01949144661539299 + - 0.03747706328277297 + - - 0.02751629426458457 + - 0.0189814007579654 + - -0.9994411238163109 + - 0.5802926889534875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963070344933904 + - -0.04050418836595993 + - -0.07570801637740156 + - 0.048515817094596285 + - - -0.037134873547166915 + - -0.9982786860187128 + - 0.045394561429637686 + - 0.03517887926332572 + - - -0.07741636897725175 + - -0.042415513265408725 + - -0.9960961951783628 + - 0.576658726923239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994422361705451 + - -0.03178390338009249 + - 0.010246952929789888 + - -0.0428506289833407 + - - -0.03212020267798649 + - -0.9988876677946323 + - 0.0345212935407425 + - -0.02360086505821508 + - - 0.009138333455584423 + - -0.03483117301679611 + - -0.9993514298023141 + - 0.5792753265004535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984039789433189 + - -0.022015483957257696 + - -0.05200781956856574 + - 0.025716585094805774 + - - -0.020727131383186635 + - -0.9994679561544789 + - 0.025183142079834606 + - -0.03047493026900036 + - - -0.05253456818869725 + - -0.024064976345651076 + - -0.9983291020794249 + - 0.5774443930030423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852139744201913 + - -0.014389968153586289 + - -0.17072303132181485 + - 0.0645185053857856 + - - -0.023526599906003153 + - -0.9983898788819087 + - -0.0516153934696891 + - -0.03277009529275274 + - - -0.16970540269547538 + - 0.05486873939418277 + - -0.9839662076175483 + - 0.5758070781527184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997162069685095 + - -0.019185955557351052 + - 0.01412107056308062 + - -0.0348492593200396 + - - -0.01898696555656225 + - -0.9997203965054572 + - -0.014093400935424192 + - 0.037473998196624135 + - - 0.014387517626403466 + - 0.013821285046045722 + - -0.9998009659008272 + - 0.5803393345439882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959722433182291 + - -0.03982750445458759 + - -0.08033094315750446 + - 0.0485504164745949 + - - -0.0377099928217004 + - -0.9989045258592719 + - 0.027707483813062393 + - 0.03514196316108704 + - - -0.08134646262156524 + - -0.024566605520169357 + - -0.9963830763878797 + - 0.5767189643093689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981064314175273 + - -0.02413678370010726 + - -0.05657709108449409 + - 0.025732823178580683 + - - -0.02199804649969587 + - -0.9990308172183369 + - 0.03812495505912062 + - -0.030428058563412432 + - - -0.05744247133581669 + - -0.03680817736151825 + - -0.9976700459401183 + - 0.5773839328441777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834643520851314 + - -0.016912455604198094 + - -0.1803103907799236 + - 0.06449108366960686 + - - -0.023468683120492842 + - -0.9991363505285762 + - -0.0342895605837715 + - -0.03277107325765885 + - - -0.1795747451351738 + - 0.037954207907348964 + - -0.9830118966786532 + - 0.5755875878333496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999471080158074 + - -0.01939924179157082 + - 0.02610037060206484 + - -0.03485233504857295 + - - -0.018908375288273833 + - -0.9996421127536158 + - -0.018924052246971825 + - 0.03747468017895941 + - - 0.026458141877515773 + - 0.018420527337741886 + - -0.9994801903494585 + - 0.5802554582729494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995957064550372 + - -0.04165405486157059 + - -0.07958935409836733 + - 0.04854633678459494 + - - -0.038018764822832646 + - -0.9981871561059958 + - 0.04665806368004064 + - 0.03520503425115209 + - - -0.08138856856802541 + - -0.04344353920451063 + - -0.995735185582911 + - 0.5766231133096034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995029925325654 + - -0.03139783149200684 + - 0.0028185272831822332 + - -0.042854090734579464 + - - -0.03148791736996959 + - -0.9986394878187727 + - 0.041565423476280956 + - -0.02358882400798751 + - - 0.001509628480278166 + - -0.041633514704624015 + - -0.9991318088596682 + - 0.5792981808396681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981241346706525 + - -0.02145157891025022 + - -0.05734144705375408 + - 0.025732354190159512 + - - -0.02002420664662881 + - -0.9994780098250876 + - 0.0253522982045992 + - -0.0304545287986447 + - - -0.057855362207268925 + - -0.02415652372215682 + - -0.9980326745280068 + - 0.5773904248735008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826336150237225 + - -0.016575208233920155 + - -0.18481461278105937 + - 0.06451029482030649 + - - -0.02514276427210091 + - -0.998710213515173 + - -0.04411066566302618 + - -0.03278130950914174 + - - -0.18384509792259435 + - 0.047991373104755986 + - -0.9817829740209146 + - 0.5756448241509877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995238951447758 + - -0.01968621633377607 + - 0.02375786019562703 + - -0.034853552709201624 + - - -0.019227808883083758 + - -0.9996274468598586 + - -0.019371599056253786 + - 0.03744280728351729 + - - 0.024130362619960693 + - 0.01890556454857711 + - -0.9995300421842902 + - 0.5801939097853521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951820896531278 + - -0.03947915208332484 + - -0.0897441083548973 + - 0.04851414913450731 + - - -0.03625105823417096 + - -0.9986456103920488 + - 0.037320311113327787 + - 0.03516265406504446 + - - -0.09109593410540662 + - -0.03388718630211926 + - -0.9952653864140907 + - 0.576442541728776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999458224178462 + - -0.03149852272404465 + - 0.009544694245399627 + - -0.042882722006285935 + - - -0.031890641960948714 + - -0.9985147275484072 + - 0.04417381378428138 + - -0.02358906565349811 + - - 0.008139107896686155 + - -0.044454267906834696 + - -0.9989782645220631 + - 0.579265318544226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985369136279572 + - -0.02333576965906645 + - -0.0487798521602176 + - 0.025734395223293682 + - - -0.021558650526977228 + - -0.9990957585910262 + - 0.0366454601946643 + - -0.030436298633286712 + - - -0.049590893416123855 + - -0.0355402169357765 + - -0.9981370829051236 + - 0.5774722705097926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820132015113341 + - -0.021612557698988746 + - -0.18757123821942417 + - 0.06449852961615661 + - - -0.02386107007006128 + - -0.999667858414462 + - -0.009737668517405644 + - -0.0327682091421629 + - - -0.1872984820882746 + - 0.01403816949431548 + - -0.9822027328432136 + - 0.5755710027051215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995588696392105 + - -0.01939613006674724 + - 0.022491248609576204 + - -0.03482705362764553 + - - -0.01895197413319179 + - -0.9996244049437985 + - -0.019795749978523493 + - 0.037452340442720604 + - - 0.022866761949142892 + - 0.019360763910321495 + - -0.9995510352247006 + - 0.5802657210736383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951787793181723 + - -0.04060162247091134 + - -0.08927880738183103 + - 0.04853630021430516 + - - -0.03756969312850378 + - -0.9986673916152539 + - 0.035383033824357105 + - 0.035189361694288844 + - - -0.09059644227574587 + - -0.03185826701368312 + - -0.995377986229283 + - 0.5766994458928522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993593399302285 + - -0.031115410769227355 + - 0.017684482092510192 + - -0.04284835693258085 + - - -0.03201070253488433 + - -0.9980905514478442 + - 0.05282580840612972 + - -0.02359677810102706 + - - 0.0160070177560098 + - -0.05335805771577735 + - -0.9984471408438997 + - 0.5792217922969582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979789086510168 + - -0.0227962079337619 + - -0.0593163619211964 + - 0.025739262913049035 + - - -0.022477882306572237 + - -0.9997291650550654 + - 0.006028378332061744 + - -0.030460459290317755 + - - -0.059437721143542795 + - -0.004682888226647719 + - -0.9982210315672175 + - 0.5774700470469858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821838650516137 + - -0.01801749680692774 + - -0.1870567428377972 + - 0.06450178597693444 + - - -0.022691418428448545 + - -0.9994807723167127 + - -0.022875430026414133 + - -0.03278127877969675 + - - -0.18654745981111218 + - 0.02671246109965632 + - -0.9820827305578801 + - 0.5756676537529146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993020397656875 + - -0.019250194282184836 + - 0.03201348684904983 + - -0.034812051764358636 + - - -0.01875171275660116 + - -0.99969933695115 + - -0.01579901794809379 + - 0.037453372743700225 + - - 0.03230799574145802 + - 0.01518768315209422 + - -0.9993625606813779 + - 0.5802926704660097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954267478399237 + - -0.04014584885649049 + - -0.08668275782659843 + - 0.048529114629715056 + - - -0.03675804714850632 + - -0.9985099785530713 + - 0.04033198110399943 + - 0.03516879367357044 + - - -0.08817276027584187 + - -0.03696124388514275 + - -0.9954192236418795 + - 0.5766518426261673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994682212089131 + - -0.03232876146447708 + - 0.004257461175879206 + - -0.04283998294449068 + - - -0.03250004446781303 + - -0.9982454692401683 + - 0.049494749732337244 + - -0.023597365560681646 + - - 0.002649887371446615 + - -0.04960679715169549 + - -0.9987653096565127 + - 0.5792509916968395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974970669964627 + - -0.02135540245579338 + - -0.06740584632957011 + - 0.025729483087627292 + - - -0.02022674266658511 + - -0.999644298540165 + - 0.017382614223473102 + - -0.030450301460670653 + - - -0.06775308269410532 + - -0.01597570599671382 + - -0.9975742060635655 + - 0.5773240997434118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850082444312122 + - -0.014943992812760269 + - -0.17185876608818487 + - 0.064507982475735 + - - -0.023379205985204352 + - -0.9986135539798014 + - -0.04716336009373879 + - -0.0327837589003374 + - - -0.1709156842716392 + - 0.05047422002014946 + - -0.9839919623570688 + - 0.5757382710648096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995799882623397 + - -0.01933567118829145 + - 0.021586544076321604 + - -0.034821466293954946 + - - -0.01873828533824972 + - -0.9994450179877044 + - -0.02754147204018569 + - 0.03746404871121327 + - - 0.022107096780062164 + - 0.02712540947628755 + - -0.9993875566729362 + - 0.5802405141214121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960219771918478 + - -0.03979804747719518 + - -0.0797266352472319 + - 0.04851937759547888 + - - -0.037103287939417744 + - -0.9986982735854819 + - 0.03500149084627864 + - 0.03516565189850479 + - - -0.08101584397466276 + - -0.03190413381335383 + - -0.9962020674896696 + - 0.5765664369371786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984894191400252 + - -0.023842896272863876 + - -0.049501476369262484 + - 0.025750799215321318 + - - -0.02210387299340168 + - -0.9991292511258264 + - 0.03538584948020645 + - -0.030436251744854696 + - - -0.050302074153127777 + - -0.03423822194661564 + - -0.998147005953445 + - 0.577443547315815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834308473974277 + - -0.01779160259738991 + - -0.18040850108626744 + - 0.0645055137497896 + - - -0.023414650150891638 + - -0.9993026148330387 + - -0.029086734883155066 + - -0.03278192553389875 + - - -0.17976518724571938 + - 0.032828994271347216 + - -0.9831616014621622 + - 0.5756588238158835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994642097057375 + - -0.018723430473876593 + - 0.02684635298463243 + - -0.0348342203630453 + - - -0.018326946908453486 + - -0.999720429568924 + - -0.0149394015790859 + - 0.03746570341417035 + - - 0.02711856438494303 + - 0.014439385506882776 + - -0.9995279323820239 + - 0.5802942018122443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963200766918529 + - -0.039702339322024924 + - -0.07596070716560707 + - 0.048522128009791006 + - - -0.03737882375798604 + - -0.9987960228814207 + - 0.031769926199579517 + - 0.03516646965393951 + - - -0.07713059260247995 + - -0.02881369342198436 + - -0.9966045568610324 + - 0.5765390836841595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978919797476782 + - -0.024261585020649543 + - -0.060191130970810136 + - 0.025722526654623268 + - - -0.023645416741050338 + - -0.9996606767748931 + - 0.010928201000368485 + - -0.030455699231260264 + - - -0.060435842199819484 + - -0.009481919755418317 + - -0.9981270471114135 + - 0.5774753062777819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829686166353169 + - -0.018241215384224577 + - -0.18286595301301375 + - 0.06450778898343676 + - - -0.0228359987455334 + - -0.9994734182664093 + - -0.02305218731820489 + - -0.03278781154243392 + - - -0.18234915922851255 + - 0.026835503352200005 + - -0.9828675596887351 + - 0.5756913610754248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994986476418105 + - -0.01909447251725136 + - 0.025255781149662416 + - -0.034825766597828184 + - - -0.018837717801680413 + - -0.999768823297426 + - -0.010365343723423024 + - 0.037443660893288364 + - - 0.025447863372314066 + - 0.009884385755745502 + - -0.9996272831250735 + - 0.5801910654312342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961142413065821 + - -0.04221228115161918 + - -0.07729515887938282 + - 0.04852093089305051 + - - -0.03819592793683185 + - -0.9978784380738067 + - 0.05272280262301099 + - 0.03517228148676228 + - - -0.0793567221806491 + - -0.049565574215954394 + - -0.9956132605070036 + - 0.5765423447561121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994040239464879 + - -0.03126691818508533 + - 0.014627944037869179 + - -0.042865206509087136 + - - -0.03197740083600757 + - -0.9981783305133652 + - 0.051161179905520736 + - -0.02358100469631096 + - - 0.013001644332204838 + - -0.05159845269733326 + - -0.9985832749069558 + - 0.5792649712532805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975875540432315 + - -0.023301856480434043 + - -0.0653918611343013 + - 0.025688669483089798 + - - -0.02193924596350641 + - -0.9995285497877552 + - 0.021479004766033323 + - -0.03046596461125293 + - - -0.06586153281389114 + - -0.019992539702393203 + - -0.9976284663398757 + - 0.5773054430052638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842106540600052 + - -0.015725077093448468 + - -0.17630119223981972 + - 0.06450254144026306 + - - -0.02454211929534926 + - -0.9985485355586904 + - -0.04794274203765051 + - -0.03279031185679595 + - - -0.1752913940137097 + - 0.05151256239016807 + - -0.9831680340108351 + - 0.5756256818921304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992536478987278 + - -0.019461796414913166 + - 0.03336743384484183 + - -0.0348245723626339 + - - -0.018558834294478573 + - -0.9994587884110827 + - -0.027160632125944485 + - 0.037448386626882976 + - - 0.03387796969588804 + - 0.02652110005552701 + - -0.9990740284989543 + - 0.58025718011006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962595925712062 + - -0.04030112830372261 + - -0.07643718510843514 + - 0.048522197552299494 + - - -0.03737935462499879 + - -0.9985289281849867 + - 0.039278027261557824 + - 0.03517312858071587 + - - -0.07790768933598835 + - -0.03627393878789545 + - -0.9963004533307905 + - 0.5764574104144444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994296975815081 + - -0.032462493578738996 + - 0.009298715114763477 + - -0.04285847649111329 + - - -0.03288892150948883 + - -0.998201519551887 + - 0.05012030732394238 + - -0.023579176027486215 + - - 0.007654961402769097 + - -0.05039754830300854 + - -0.9986998992144577 + - 0.5792117241617727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976568590995456 + - -0.022113953230006773 + - -0.06474383804015979 + - 0.025740435622686925 + - - -0.020505976778311664 + - -0.999467129540249 + - 0.025396099797847207 + - -0.030448383960329558 + - - -0.06527094612457146 + - -0.024008957518308564 + - -0.9975787054417747 + - 0.5773531315143068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983609828776871 + - -0.01723050779390222 + - -0.17948485823238347 + - 0.06450638261346979 + - - -0.02255998492216811 + - -0.9993618322358847 + - -0.027694319822778847 + - -0.0327616604705648 + - - -0.17889312958815962 + - 0.03128958087445546 + - -0.9833708406877104 + - 0.5757630166530752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993542400266653 + - -0.01819511486236964 + - 0.03098452413498592 + - -0.03481459919944265 + - - -0.017449294353690213 + - -0.9995554861879841 + - -0.024173377051245535 + - 0.037443523380505224 + - - 0.03141058845810795 + - 0.023617108769885122 + - -0.9992275051789095 + - 0.5801675754697948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957032564035441 + - -0.04049177786690333 + - -0.08327929582168345 + - 0.04852436557954182 + - - -0.03728457681755048 + - -0.9985152606026275 + - 0.0397131549389309 + - 0.03517082897684724 + - - -0.08476370401837263 + - -0.03643748439237692 + - -0.9957346153530274 + - 0.5766681984054658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995146926297291 + - -0.030903868791062633 + - 0.003915368570493414 + - -0.042861707101835 + - - -0.031071277690072306 + - -0.9980347288329655 + - 0.054417421346615244 + - -0.023587568970709273 + - - 0.0022259649602897422 + - -0.054512667675077384 + - -0.9985105979121812 + - 0.5791403357376779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977096256056777 + - -0.022955247075787357 + - -0.06362829249216098 + - 0.025726229645124894 + - - -0.020810272783532074 + - -0.9991993089556834 + - 0.034171238332252274 + - -0.030467411723746295 + - - -0.06436175510699982 + - -0.03276885127944157 + - -0.9973884733970872 + - 0.577405940825078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983714546559104 + - -0.018422121136646232 + - -0.17879126472186258 + - 0.06450821871783147 + - - -0.024016788630884054 + - -0.9992856752111297 + - -0.029177614393502846 + - -0.032783101407416894 + - - -0.1781260361426028 + - 0.03299643572665445 + - -0.9834542950627958 + - 0.5757572311137468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994314586671857 + - -0.017881853020132708 + - 0.028583190146444205 + - -0.03483623975572623 + - - -0.017383492921999612 + - -0.999694158723548 + - -0.017589860370343685 + - 0.037445408152795095 + - - 0.028888987524871894 + - 0.017082984124085834 + - -0.9994366403395484 + - 0.5803056651163498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995323067828219 + - -0.040889672902387264 + - -0.0875215704781305 + - 0.04854724818415914 + - - -0.037674025617720736 + - -0.9985641239663091 + - 0.038083567600120084 + - 0.03517638888569893 + - - -0.08895312497477484 + - -0.034608163449298644 + - -0.9954343858737694 + - 0.5765999109015931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979286453347945 + - -0.02213763982299981 + - -0.06040152086933776 + - 0.02575834124304672 + - - -0.022138184686692926 + - -0.9997547023306553 + - 0.0006602624637505315 + - -0.030444483988693424 + - - -0.06040132116965478 + - 0.0006782851983465545 + - -0.9981739429228507 + - 0.5774573370225957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841215928185387 + - -0.016940190625052427 + - -0.17668537146546434 + - 0.0645217312555509 + - - -0.02294931547948246 + - -0.9992236481885147 + - -0.03202233314202571 + - -0.0327796543872218 + - - -0.1760057370295793 + - 0.03556867782786671 + - -0.9837463340161693 + - 0.5757362651572986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994654436081714 + - -0.019337209592127716 + - 0.026360943805400425 + - -0.03479742360776206 + - - -0.018890965055842188 + - -0.9996757613561887 + - -0.017073476394213527 + - 0.03746632533718206 + - - 0.026682549960232525 + - 0.016566365990009428 + - -0.999506676838882 + - 0.5801438448153302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959796003817255 + - -0.04072737724066946 + - -0.07978669291651588 + - 0.04852482847904811 + - - -0.03782195360872894 + - -0.9985770690768617 + - 0.037594373769018044 + - 0.03518200085156344 + - - -0.08120428220652753 + - -0.034425540764985454 + - -0.9961027791821293 + - 0.5765665327926047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995367176977497 + - -0.029979401587708912 + - 0.005252185683324735 + - -0.04288035389303912 + - - -0.030219989344904857 + - -0.9980772154006944 + - 0.05411676581235607 + - -0.023579969073180086 + - - 0.0036196986066635265 + - -0.05425041546788771 + - -0.9985208010870671 + - 0.5791547311542518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997206799319301 + - -0.02587558368989257 + - -0.07006463844238832 + - 0.025693431180594358 + - - -0.023407552482972823 + - -0.9990840885645662 + - 0.03581997297413058 + - -0.030448555026241254 + - - -0.07092732814728119 + - -0.0340798788996959 + - -0.9968991302915609 + - 0.5772920809633908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835602398455227 + - -0.017834273450602182 + - -0.1796975049507004 + - 0.0644939542735509 + - - -0.023027034086929177 + - -0.9993741482359212 + - -0.02685270077452022 + - -0.03277139998572205 + - - -0.1791061425417265 + - 0.030549149386123062 + - -0.9833553473570003 + - 0.5756303554365708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992498669244055 + - -0.01974833744842203 + - 0.03331225929865865 + - -0.03478133166589038 + - - -0.018854917692506846 + - -0.9994596546115739 + - -0.026923797698726555 + - 0.0374429961174476 + - - 0.033825959415316076 + - 0.02627550136032447 + - -0.9990822801440814 + - 0.5802262341968792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957544751841388 + - -0.04007019223940886 + - -0.08286980659237034 + - 0.048512396739890815 + - - -0.03727088406184828 + - -0.9986901329688301 + - 0.03505566305104263 + - 0.03515853110404702 + - - -0.08416594532237082 + - -0.031818202409890944 + - -0.9959436207152463 + - 0.5765899562680017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993990036724555 + - -0.0323639687502849 + - 0.012417929989894941 + - -0.04286293193543456 + - - -0.03279138836769542 + - -0.9988166617475323 + - 0.035916584810293244 + - -0.02359369348959544 + - - 0.011240832149904144 + - -0.036302200239745806 + - -0.9992776360703423 + - 0.5792487765147052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987189332131284 + - -0.02438257827498212 + - -0.04433939916479548 + - 0.02570898591967054 + - - -0.022641567603060544 + - -0.998968831955371 + - 0.03935266443581246 + - -0.030479885522126302 + - - -0.045253197214194 + - -0.03829833754076003 + - -0.998241145957983 + - 0.5774895451410933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831380834959303 + - -0.018544795604715923 + - -0.18192195946594342 + - 0.06451431239690493 + - - -0.02332200076702919 + - -0.9994361401024205 + - -0.02415545771451927 + - -0.0327725994354765 + - - -0.18137142294245734 + - 0.027990934481623646 + - -0.9830162330941815 + - 0.5757034221406327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995171669590366 + - -0.020103613542040637 + - 0.023691299599934164 + - -0.03483752001368335 + - - -0.019575639429154548 + - -0.9995594172979471 + - -0.022310661844256056 + - 0.03744853775630627 + - - 0.024129386546725348 + - 0.0218361171809755 + - -0.9994703380747915 + - 0.5802561906887775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950115386245286 + - -0.04052290741833474 + - -0.09115882830759295 + - 0.04850809055343202 + - - -0.03745310517909818 + - -0.9986804133330411 + - 0.03513825461501144 + - 0.03517378830574096 + - - -0.09246244057178865 + - -0.03154878760445534 + - -0.9952162433783913 + - 0.576661571011046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994572457380008 + - -0.03221201924571673 + - 0.006899257780607522 + - -0.04286004926384294 + - - -0.032417279748003874 + - -0.9989602449851777 + - 0.0320554038017554 + - -0.023613655003184162 + - - 0.005859514958540216 + - -0.03226166076424943 + - -0.9994622810937805 + - 0.5792679082648142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971259441947243 + - -0.024533805591591382 + - -0.07167945170670223 + - 0.02568376093035303 + - - -0.02253091451052375 + - -0.9993364462095392 + - 0.028618615770302204 + - -0.030460779529941147 + - - -0.07233401209043314 + - -0.026921360672943692 + - -0.9970170665712892 + - 0.5773084099736991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9819846089019826 + - -0.016772009116065204 + - -0.1882151098871473 + - 0.06452933920022279 + - - -0.024130758395325407 + - -0.999028520943238 + - -0.03687439275748963 + - -0.032780043654073804 + - - -0.18741380519824768 + - 0.040751859493497924 + - -0.9814353527201557 + - 0.5758516607942833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995365830049765 + - -0.0198654159407794 + - 0.023064788840041626 + - -0.034863775121871665 + - - -0.019454725611411174 + - -0.9996505648143704 + - -0.01789586314471797 + - 0.0374516404821857 + - - 0.02341223795626089 + - 0.017438850759427943 + - -0.9995737859698349 + - 0.5804573679031294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955305238451868 + - -0.04050108351877835 + - -0.08531493612687578 + - 0.04852577751661413 + - - -0.03793291805912562 + - -0.9987833094670028 + - 0.031511814572643786 + - 0.035186702064500745 + - - -0.08648739688560188 + - -0.028134728787496142 + - -0.9958555955639382 + - 0.5765106496563573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994766256715929 + - -0.032347432120517 + - 0.00034405135557937844 + - -0.042873525860423006 + - - -0.032329094004744506 + - -0.9984215264993661 + - 0.04592695399771478 + - -0.023596122737158227 + - - -0.0011421107473114467 + - -0.04591403987762742 + - -0.9989447414773035 + - 0.5791907827594792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980697061088247 + - -0.022947896199654344 + - -0.057708368611962095 + - 0.025733430710132506 + - - -0.02078051557998903 + - -0.9990661556706785 + - 0.037881219167851865 + - -0.030454425020446464 + - - -0.058523772264559605 + - -0.03660888762886526 + - -0.9976145334880122 + - 0.5773671600622899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841005641250875 + - -0.019906031711571258 + - -0.17649314318177442 + - 0.06451624713565511 + - - -0.023248474529109615 + - -0.9995870274721754 + - -0.01689032093863215 + - -0.03277302510880364 + - - -0.17608403709806789 + - 0.02072497070778566 + - -0.9841569424987093 + - 0.5757421288242384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996062454781842 + - -0.019888424120606665 + - 0.019794054334747777 + - -0.03483414302028543 + - - -0.01967377709968647 + - -0.9997461552941561 + - -0.010980321907182471 + - 0.037463855653644317 + - - 0.020007411017918544 + - 0.010586574542899614 + - -0.9997437811478539 + - 0.5801330481052145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951541166430449 + - -0.040235302523884485 + - -0.0897184739014912 + - 0.048543255507562035 + - - -0.037122329920137746 + - -0.9986584420330358 + - 0.03610053707980159 + - 0.035195914348993246 + - - -0.09105062739872531 + - -0.03259503929988702 + - -0.9953126878842333 + - 0.5766728558302275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980972442957733 + - -0.023230793987413813 + - -0.05711585716679408 + - 0.025693538707968172 + - - -0.022246538585736938 + - -0.9995938909791403 + - 0.017808555195097418 + - -0.030475174718297828 + - - -0.057506368778915275 + - -0.016504039744797385 + - -0.998208712755988 + - 0.5775084047005845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9812756615228932 + - -0.017771236452188092 + - -0.19178701535236573 + - 0.06449573087591001 + - - -0.023930272573429518 + - -0.9992680283371373 + - -0.029845428423335367 + - -0.03277661069849016 + - - -0.19111624252629475 + - 0.033876108072969195 + - -0.9809826660774694 + - 0.5756532162796588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993837442883059 + - -0.019591992965224923 + - 0.029125340580611222 + - -0.03481964117552834 + - - -0.0187498701611776 + - -0.9994061223254315 + - -0.028910984545391514 + - 0.037460470133998336 + - - 0.029674467496907223 + - 0.02834707163174818 + - -0.999157579918543 + - 0.5803735052890984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955814481128459 + - -0.04127727816875734 + - -0.0843431472053765 + - 0.04854605752930588 + - - -0.03831521051445544 + - -0.9986009904534712 + - 0.036441823617633796 + - 0.03519508226351685 + - - -0.08572936962769379 + - -0.03304917808849105 + - -0.9957701677650886 + - 0.5766743541221122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979526446621753 + - -0.02206522218307222 + - -0.06003036716347631 + - 0.02573638768248563 + - - -0.02000726344535135 + - -0.9991985386354895 + - 0.034669724517663224 + - -0.030444331135751436 + - - -0.06074725031800555 + - -0.03339769990155023 + - -0.9975942888870644 + - 0.5773643288002335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983741380224756 + - -0.019488952029793435 + - -0.17853032678587805 + - 0.06451812333779541 + - - -0.02305759890820696 + - -0.999573236535992 + - -0.017935772454802427 + - -0.032763674497715306 + - - -0.17810458715619948 + - 0.021760642218064397 + - -0.9837709237846876 + - 0.5757396137955857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994755414255493 + - -0.018363562526665416 + - 0.026672488887132504 + - -0.03482274442544942 + - - -0.01799709582130803 + - -0.9997412024012955 + - -0.013915199000029523 + - 0.03745163575265424 + - - 0.026921118737965075 + - 0.013427873716304274 + - -0.9995473703498775 + - 0.5802147949404562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954460063148026 + - -0.0409424415686906 + - -0.08608696179041422 + - 0.04850908829488619 + - - -0.03763656146161291 + - -0.9985033414969879 + - 0.039680804688113934 + - 0.03517278394588685 + - - -0.08758274803439384 + - -0.03626008132567227 + - -0.9954970963036508 + - 0.5764277333602967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994341806803214 + - -0.032532368372815604 + - 0.008541867237907466 + - -0.04286428888059135 + - - -0.03280322285230325 + - -0.9988915693564459 + - 0.033757684149226475 + - -0.0236072442733579 + - - 0.007434181754352003 + - -0.034018784173927105 + - -0.9993935437378867 + - 0.5793158473580171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976074403631144 + - -0.022398366093977058 + - -0.065404190450423 + - 0.02571628130108548 + - - -0.019900063624891787 + - -0.9990564628883438 + - 0.03860273861732624 + - -0.030441493047661194 + - - -0.06620711744125615 + - -0.037208831711739235 + - -0.9971118896306314 + - 0.5772738393387172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847186588472048 + - -0.018962818219386023 + - -0.17311722745972138 + - 0.06452100471577352 + - - -0.023794680130855755 + - -0.9993818739751746 + - -0.02587823733057561 + - -0.03277393992415764 + - - -0.17251949488574517 + - 0.02960205221003875 + - -0.98456119281095 + - 0.5758139874747613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994539029015338 + - -0.018370828036300014 + - 0.02746650054433871 + - -0.034806419757609806 + - - -0.017841666592763965 + - -0.9996528254615664 + - -0.019388230447863763 + - 0.037447393048195374 + - - 0.027813142722175707 + - 0.01888759444628973 + - -0.999434684142965 + - 0.5802510677342414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959629278964941 + - -0.04061540298807354 + - -0.0800514540527486 + - 0.04852695436293034 + - - -0.0376250241679432 + - -0.9985493407732637 + - 0.0385171597816136 + - 0.035171756634963164 + - - -0.08149971663879957 + - -0.03534972533693931 + - -0.9960462806046708 + - 0.5765909549930196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979744317269246 + - -0.021307755948696595 + - -0.059941748020498065 + - 0.025706121560505175 + - - -0.020276864087299094 + - -0.9996367507637187 + - 0.01775430385398569 + - -0.03045269821835197 + - - -0.060298278599868 + - -0.016502910621621746 + - -0.9980439727481485 + - 0.5774760791576834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837772004706707 + - -0.016083698565365064 + - -0.17867214241327142 + - 0.06453319524805468 + - - -0.023376278089168045 + - -0.9989740991558117 + - -0.03878529152310482 + - -0.032756098213712906 + - - -0.1778650315739093 + - 0.04233277520187896 + - -0.9831439196205809 + - 0.5757670331190538 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995198031219135 + - -0.018963670540716602 + - 0.024505965942085366 + - -0.034842985365072715 + - - -0.018457002432536073 + - -0.999614548696758 + - -0.02073868595118325 + - 0.03745401873433646 + - - 0.024889801693401416 + - 0.02027642062592916 + - -0.9994845494244837 + - 0.5802743641401966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950977459639756 + - -0.041127806114679775 + - -0.08993875439213198 + - 0.04851002383007172 + - - -0.038270159529927135 + - -0.9987133940964245 + - 0.03327087828649129 + - 0.035178550299442314 + - - -0.09119139689120273 + - -0.02966580551061944 + - -0.9953914150305084 + - 0.5765542402156537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999487605132427 + - -0.03154829790543611 + - 0.0054066705018476595 + - -0.04284012116927677 + - - -0.031799228497918795 + - -0.9979647566763917 + - 0.055273442979128506 + - -0.023582053031933795 + - - 0.0036518835664411434 + - -0.05541704910133412 + - -0.9984566161908675 + - 0.5792098268461648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983713790497615 + - -0.025338601916804888 + - -0.051113058479992056 + - 0.025717056828702456 + - - -0.023796603830597365 + - -0.9992497844737472 + - 0.030554702998067704 + - -0.030448526060027955 + - - -0.05184892612588032 + - -0.02928862376541821 + - -0.9982253580116675 + - 0.5774408338964485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9800643038769931 + - -0.01473222688763311 + - -0.19813359573034586 + - 0.06449492468678054 + - - -0.02297810574495873 + - -0.9989599479143229 + - -0.039383107030635876 + - -0.03275551414084035 + - - -0.19734732560254856 + - 0.04315071209081405 + - -0.9793835046209309 + - 0.5756640952822102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999432263816993 + - -0.01854021224244802 + - 0.028132020397501633 + - -0.034833708681012966 + - - -0.017781609368048845 + - -0.9994777967601727 + - -0.026980514296684622 + - 0.037460118596152545 + - - 0.028617554226778096 + - 0.0264649638850399 + - -0.9992400318625358 + - 0.5802142198088176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961786603937332 + - -0.04185233279027157 + - -0.07665806426045166 + - 0.04856192450015093 + - - -0.03888230452111472 + - -0.9984494454197043 + - 0.03983555367021856 + - 0.03520478326595376 + - - -0.07820641259688671 + - -0.03670268629266692 + - -0.9962613461575371 + - 0.5766228270098314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994657509991055 + - -0.032377968297536905 + - 0.004458671182947734 + - -0.04285652922239344 + - - -0.03254909439513361 + - -0.9984096799382286 + - 0.04602898499534106 + - -0.023607761036750444 + - - 0.0029612554517696944 + - -0.04614951976530574 + - -0.9989301541106774 + - 0.5791871465976182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980583349658716 + - -0.022184984027007786 + - -0.05820125848187067 + - 0.025713498251004992 + - - -0.020834681564754685 + - -0.9995018524286445 + - 0.023705759549181256 + - -0.030438275475095065 + - - -0.05869817756325476 + - -0.0224471262176194 + - -0.9980233717079592 + - 0.5774438435164868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873413240649764 + - -0.017414627649380458 + - -0.15765100867883003 + - 0.06450666387538452 + - - -0.02461067478942033 + - -0.998736752282282 + - -0.04380883845812511 + - -0.03278152961404454 + - - -0.15668894179242038 + - 0.04713417427381268 + - -0.9865226531284005 + - 0.5757346464068537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994315566856077 + - -0.018141414066784503 + - 0.028415710384230526 + - -0.034806579780927216 + - - -0.017790207907261248 + - -0.9997627987470586 + - -0.01256402579050606 + - 0.03745791714352187 + - - 0.0286368993363355 + - 0.012051362458475611 + - -0.9995172297961126 + - 0.5801617783858719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961463737446332 + - -0.0402039463440273 + - -0.07794898827941328 + - 0.04852727159131344 + - - -0.03687288004451175 + - -0.9983634537677224 + - 0.04371275441113026 + - 0.035179525858736474 + - - -0.07957884638922948 + - -0.04067009809861927 + - -0.9959985694407438 + - 0.5764896348524894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994244924312018 + - -0.03156582295935532 + - 0.012421060724967311 + - -0.04286668328782133 + - - -0.03209334631838796 + - -0.9984780516940193 + - 0.04485083508032476 + - -0.023587681093538284 + - - 0.010986402992913693 + - -0.04522365648875721 + - -0.9989164729060499 + - 0.5792845632408915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973576064901641 + - -0.02475884912512573 + - -0.06829937163847158 + - 0.02571612181291308 + - - -0.022444142092329804 + - -0.9991542901032172 + - 0.03445235919463443 + - -0.030448138770865427 + - - -0.06909461094723746 + - -0.032828401702429295 + - -0.9970698224195308 + - 0.5772977482191215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9803468082684617 + - -0.016590967784539615 + - -0.1965829985166885 + - 0.06451410078668382 + - - -0.02379442548735956 + - -0.9991269757057062 + - -0.0343381964129709 + - -0.03278126538354652 + - - -0.19584167287267149 + - 0.03834092076543862 + - -0.9798857142347224 + - 0.5757385330424034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994357088228024 + - -0.019577164728846724 + - 0.027294661585044212 + - -0.03484582640080973 + - - -0.019025820993288773 + - -0.9996125812618328 + - -0.02031515489941403 + - 0.037463522005408895 + - - 0.027681800255652096 + - 0.019784387891351445 + - -0.9994209803332982 + - 0.58018566829234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954535855717421 + - -0.04073386566794207 + - -0.08609826455921295 + - 0.048498031438091574 + - - -0.03792838262043152 + - -0.9987027700093014 + - 0.033973739381277894 + - 0.035165220520468984 + - - -0.08737045704447426 + - -0.03055371276121601 + - -0.9957072229688531 + - 0.5763953835670039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994181398272722 + - -0.03234999815476113 + - 0.010810152801038723 + - -0.04285248812859758 + - - -0.03283710228668226 + - -0.9982872484396387 + - 0.04841791317507423 + - -0.02357903285950199 + - - 0.009225318293089963 + - -0.048744714813013436 + - -0.9987686650472116 + - 0.5791611639671083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979341529415551 + - -0.023597698048808586 + - -0.05975428888053289 + - 0.025687997277434663 + - - -0.02240804608777903 + - -0.9995386759213726 + - 0.0205015806190022 + - -0.030462392877819655 + - - -0.06021051289724156 + - -0.01912025062980952 + - -0.9980025601933616 + - 0.5773950762213522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9817524728440461 + - -0.01580972146399677 + - -0.18950497294749666 + - 0.06449504049086179 + - - -0.022730079959161868 + - -0.9991496185462622 + - -0.034400337555158325 + - -0.032753445012981636 + - - -0.1887999616780965 + - 0.038080079649202 + - -0.9812769649819869 + - 0.5756324829441712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996763259658613 + - -0.0187271627528694 + - 0.017220240376502695 + - -0.03481979688961888 + - - -0.01851839283379111 + - -0.9997540342389702 + - -0.012204103808033549 + - 0.03747825387031718 + - - 0.017444553025239333 + - 0.011881262480536567 + - -0.9997772367740816 + - 0.5802482885719211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996099411793468 + - -0.04065881504919287 + - -0.07831233991845005 + - 0.0485354515817969 + - - -0.03799431617205337 + - -0.9986571177852904 + - 0.03521921400876107 + - 0.03518189125133798 + - - -0.07963914717854143 + - -0.032106414554920255 + - -0.9963065714834478 + - 0.5765536545407366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975548465195875 + - -0.02447017461025637 + - -0.0654640263031969 + - 0.025685775044744293 + - - -0.022848800369558248 + - -0.9994161498035774 + - 0.025402595014402403 + - -0.030460909615167814 + - - -0.06604741105413721 + - -0.023844707302402172 + - -0.9975315380611828 + - 0.5773800249155955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830463987596021 + - -0.016757768878314212 + - -0.1825895809404208 + - 0.06450122754679706 + - - -0.022637068727533058 + - -0.9992886266512025 + - -0.030162953518816538 + - -0.03276280344517154 + - - -0.18195422777501605 + - 0.03378487572530563 + - -0.9827264325167117 + - 0.5755929365981332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993489053946452 + - -0.019349891229194807 + - 0.03045237258315093 + - -0.03482111415782856 + - - -0.018868093888226984 + - -0.9996934703978643 + - -0.016029980564536285 + - 0.03744708342694972 + - - 0.03075321640982881 + - 0.015444965305648609 + - -0.9994076709367191 + - 0.5803053337512575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964167106389665 + - -0.0417980623829536 + - -0.0735299989150875 + - 0.048550100561615885 + - - -0.038914189022702265 + - -0.9984325596664232 + - 0.04022573418423253 + - 0.035184294292265675 + - - -0.07509610277589278 + - -0.0372202334622696 + - -0.996481424598014 + - 0.576510136945119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994854603660669 + - -0.0315130129300976 + - 0.0059786731721000255 + - -0.042902348015365147 + - - -0.03179594520276216 + - -0.9979616731062908 + - 0.05533097576906157 + - -0.02358518574092472 + - - 0.004222840926939281 + - -0.05549260335360952 + - -0.9984501683046308 + - 0.5791553592261911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983840619342713 + - -0.024441298385585664 + - -0.05130192792529088 + - 0.025700808089947708 + - - -0.02305892519797766 + - -0.9993594617435988 + - 0.027366990924447946 + - -0.03046049883477613 + - - -0.051937951868927634 + - -0.02613980024352736 + - -0.9983081488192359 + - 0.5774704793739036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9825609443863341 + - -0.016764863011020616 + - -0.18518350340906975 + - 0.06451409638445418 + - - -0.02334444430176719 + - -0.9991691631354338 + - -0.033406890898111684 + - -0.03277715096235739 + - - -0.18446958417819703 + - 0.03714731225079899 + - -0.9821359629428426 + - 0.5757225853230434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999495119618351 + - -0.018886136366525797 + - 0.025550336832283693 + - -0.03480419879056075 + - - -0.01849984978237831 + - -0.999712227071452 + - -0.015271496385984625 + - 0.03747819054365886 + - - 0.025831403700294686 + - 0.014791108713774502 + - -0.9995568826664594 + - 0.58028967743679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953719744129983 + - -0.03981902945556162 + - -0.08745900437568788 + - 0.04853693663606526 + - - -0.03758999542411977 + - -0.9989287457701775 + - 0.026988018045680084 + - 0.03519488266480969 + - - -0.08843995023282256 + - -0.023575533233342032 + - -0.9958024751101892 + - 0.5765045202034453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995282719352082 + - -0.030704656683578378 + - 0.0006765058462451061 + - -0.04290253746432737 + - - -0.030709864070531737 + - -0.9989464397028994 + - 0.034101537409196005 + - -0.023575423570536443 + - - -0.00037128289198682236 + - -0.03410622615952865 + - -0.9994181444651529 + - 0.5794358873613459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981624540032208 + - -0.02416379841014755 + - -0.05556821271790158 + - 0.02570010410197473 + - - -0.022649724306615725 + - -0.999359161260705 + - 0.027717445645928956 + - -0.030461085963249382 + - - -0.05620236122355099 + - -0.026407908866369484 + - -0.9980700962067762 + - 0.5774183868207841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9810420209456231 + - -0.01835222395169134 + - -0.1929242053630251 + - 0.06450881776850631 + - - -0.023392307551705776 + - -0.9994411365268485 + - -0.023879165926145023 + - -0.032781464058971345 + - - -0.19237815127070465 + - 0.0279394075447015 + - -0.9809230532614256 + - 0.5756723659254608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996231966060923 + - -0.020543091571890344 + - 0.018205663835368036 + - -0.03486003282782266 + - - -0.020050566848382436 + - -0.9994387691600601 + - -0.026835079073534822 + - 0.037440012732395264 + - - 0.01874672174210859 + - 0.026459933644913912 + - -0.9994740778706724 + - 0.5801244499082101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949353815701432 + - -0.042181618154037905 + - -0.09123758868898639 + - 0.04853671701678583 + - - -0.038613675346616395 + - -0.9984321392764135 + - 0.04052465096890228 + - 0.03519741675609124 + - - -0.09280393621016204 + - -0.036796390445697026 + - -0.9950042487718678 + - 0.5764087260462327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993509875694631 + - -0.03286059616616507 + - 0.01475753582218912 + - -0.04288862375523849 + - - -0.033724844122872445 + - -0.9974602336789191 + - 0.06273529403839424 + - -0.023594763589206768 + - - 0.012658535966964484 + - -0.06319227364797096 + - -0.9979210880717837 + - 0.5791731973333278 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979288056369706 + - -0.021601393058784862 + - -0.06059272809413144 + - 0.025720813523323807 + - - -0.021138618376490323 + - -0.9997423648172619 + - 0.00826818013362533 + - -0.03045482811074537 + - - -0.060755721484503575 + - -0.006970208569967764 + - -0.9981283276710409 + - 0.5774940742014489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832716295442075 + - -0.016682375692459016 + - -0.18137971461752378 + - 0.06450382691254554 + - - -0.023722998569454253 + - -0.9990440829763488 + - -0.03671702069642097 + - -0.0327752961320934 + - - -0.18059380352701027 + - 0.04040567548257778 + - -0.9827274594293403 + - 0.575653766668037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995655963815944 + - -0.01923383537089839 + - 0.022331101791732522 + - -0.034832659721761264 + - - -0.0187966779420797 + - -0.9996307282206366 + - -0.019623763538688072 + - 0.03746108327994511 + - - 0.0227002957832993 + - 0.019195488376329135 + - -0.9995580172242858 + - 0.5802633833743909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949456915762601 + - -0.041421942239530954 + - -0.09147291137239671 + - 0.0485492432719831 + - - -0.03819450760101782 + - -0.998594072830435 + - 0.03675673131603701 + - 0.03521077210708383 + - - -0.09286684232250592 + - -0.03307718865061699 + - -0.9951289610839481 + - 0.5765587264573929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.99943813314296 + - -0.031662978084557335 + - 0.010994263892217202 + - -0.04284865614174035 + - - -0.0322648516279181 + - -0.9976923053817638 + - 0.05974146911024743 + - -0.02359131565179138 + - - 0.009077299661424636 + - -0.06006263065200407 + - -0.9981533364318423 + - 0.579200824783566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971226864205546 + - -0.022431186865105483 + - -0.07240987557839836 + - 0.025694025031071994 + - - -0.021737070498248346 + - -0.9997100444228617 + - 0.010359867093453882 + - -0.030478686406272736 + - - -0.07262126404580542 + - -0.0087560799369676 + - -0.997321153426782 + - 0.5774009439479526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830369412282142 + - -0.017225175471186068 + - -0.18259700301665271 + - 0.06451770247724734 + - - -0.024326195587647984 + - -0.9990294418671593 + - -0.03672070929086584 + - -0.032792312946736984 + - - -0.18178726134938095 + - 0.040539704150124665 + - -0.9825018697175659 + - 0.5757340481981775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990543309931199 + - -0.01875719432653097 + - 0.039225137155737 + - -0.03480853277181499 + - - -0.018083494659201293 + - -0.9996840166361731 + - -0.01746007168022217 + - 0.03747250854408758 + - - 0.03954024462241304 + - 0.016734232673314073 + - -0.9990778420683923 + - 0.5802119863043298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952085062467501 + - -0.04142110558505713 + - -0.08856817208356549 + - 0.04849766286887661 + - - -0.03841995250011315 + - -0.99863705053259 + - 0.03532631531109918 + - 0.03516957099737063 + - - -0.08991071317702673 + - -0.03175426452748827 + - -0.9954434842522792 + - 0.5765828359365006 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994557465943743 + - -0.03100933622528847 + - 0.011253073640067009 + - -0.042851198112438385 + - - -0.03156672665428239 + - -0.9980796191072574 + - 0.05329742668314859 + - -0.023594102179928033 + - - 0.009578745628503586 + - -0.053623642076781705 + - -0.9985152741158272 + - 0.5791518254959493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984793211956469 + - -0.024035918346729926 + - -0.0496116898916934 + - 0.025713363164558797 + - - -0.022830504351675114 + - -0.9994336258650438 + - 0.024722369653829124 + - -0.030449260881482663 + - - -0.05017781597208437 + - -0.023552114968336903 + - -0.9984625604722446 + - 0.5774140110686051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834401093821475 + - -0.019382281362122025 + - -0.18019400219660264 + - 0.06451936584488441 + - - -0.02301471429921335 + - -0.9995714547760839 + - -0.018089492047826956 + - -0.0327748998606424 + - - -0.17976616529301415 + - 0.02193704551716906 + - -0.9834647384882805 + - 0.5757791687146716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996079349585111 + - -0.01878999072004551 + - 0.020758434833135768 + - -0.034826040368762995 + - - -0.01850754300764492 + - -0.9997346391583294 + - -0.013715761691762949 + - 0.037464446393729034 + - - 0.02101064539230326 + - 0.013326196595640563 + - -0.9996904347169144 + - 0.580172177150375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961263926401145 + - -0.039655885308452696 + - -0.07848325073667178 + - 0.04856941373307141 + - - -0.03713734256616652 + - -0.9987553804880767 + - 0.033294259764123174 + - 0.03518126545925298 + - - -0.07970588229808162 + - -0.030250631506144807 + - -0.9963593084929574 + - 0.5764236574876045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993932929485815 + - -0.03161460569042694 + - 0.014613785150663638 + - -0.04286469630400283 + - - -0.03226659832507364 + - -0.9983843914205092 + - 0.04677043511052469 + - -0.02358085213015727 + - - 0.013111546130006452 + - -0.04721359629321061 + - -0.9987987603532267 + - 0.5792433418804253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989664606793597 + - -0.021327158026962105 + - -0.0401392920745522 + - 0.025747940013008626 + - - -0.021314920876696418 + - -0.9997725426735774 + - 0.0007328465262526307 + - -0.030493667299024373 + - - -0.0401457916321673 + - 0.0001234767340639334 + - -0.9991938251248973 + - 0.5776560524077613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832006045205358 + - -0.01629651063839126 + - -0.1817993262129035 + - 0.06451329618781444 + - - -0.023529084234519087 + - -0.9990121487630231 + - -0.037697596992021375 + - -0.03277054427815939 + - - -0.18100539623320022 + - 0.041341871811769175 + - -0.9826127905587032 + - 0.5757012603813978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991648554117802 + - -0.019209995296321062 + - 0.036063385735003665 + - -0.034835520879652346 + - - -0.018450749074392616 + - -0.9996035172089967 + - -0.02126918526875262 + - 0.03743117903575939 + - - 0.03645766817214375 + - 0.020586025942809998 + - -0.9991231425441668 + - 0.5801617547970258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9946525343969095 + - -0.04085463272445593 + - -0.09485375481632055 + - 0.04851380495426886 + - - -0.037432641333115954 + - -0.9985922620159159 + - 0.03758046839466066 + - 0.03517107833421791 + - - -0.09625556181660952 + - -0.03382888154943353 + - -0.9947816210568442 + - 0.5766240418270465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998768801247167 + - -0.02218940835140572 + - -0.04436791422088175 + - 0.025737163316472737 + - - -0.021406310755269494 + - -0.9996079423634411 + - 0.018048031022136868 + - -0.030462606092279142 + - - -0.0447509945715823 + - -0.01707605694947599 + - -0.998852219682127 + - 0.5774852896089954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824152204207798 + - -0.015155446014036924 + - -0.1860931141705849 + - 0.0645119426517047 + - - -0.024153726208223317 + - -0.9986409901029935 + - -0.04618192716172524 + - -0.032775222728435666 + - - -0.1851403040827386 + - 0.04986467028095465 + - -0.9814461689068446 + - 0.575675586082412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999511508167437 + - -0.018779460335421005 + - 0.024981531385524124 + - -0.03483897157356643 + - - -0.01825204226029978 + - -0.9996091560680381 + - -0.021175411643574088 + - 0.037472781723888376 + - - 0.02536943030861766 + - 0.020709103661359453 + - -0.9994636186632113 + - 0.5802446710603099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948601062427054 + - -0.04127904436904166 + - -0.09246301694586614 + - 0.048542516973971286 + - - -0.03844143358937892 + - -0.9987398680809477 + - 0.0322634791869205 + - 0.03519157129009354 + - - -0.09367830693573731 + - -0.028543237406260913 + - -0.9951932769105828 + - 0.5766224532289674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985807782509256 + - -0.024528735106996276 + - -0.0472733589014634 + - 0.025705937715738057 + - - -0.022371045468380153 + - -0.9987072600336572 + - 0.04564367514471127 + - -0.030469992749938394 + - - -0.04833182835800264 + - -0.044521342186810524 + - -0.9978386064176195 + - 0.5774840428157669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843473730882132 + - -0.016666683985730377 + - -0.1754493395235613 + - 0.06452058835144839 + - - -0.02527651928383873 + - -0.9985772361802068 + - -0.04695317833324984 + - -0.03278932399944699 + - - -0.1744171627656746 + - 0.05065298636428095 + - -0.9833681550188377 + - 0.575751781793504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992711835850383 + - -0.01902374738779639 + - 0.033093786303201485 + - -0.034819529481563825 + - - -0.018352623409913043 + - -0.9996220826794727 + - -0.020466387896431 + - 0.03747631185718573 + - - 0.03347062698143804 + - 0.019844113859746312 + - -0.9992426773685114 + - 0.5802445255301701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963463316708701 + - -0.039560972648918565 + - -0.07568960832949413 + - 0.04852356876854426 + - - -0.03730236344340098 + - -0.9988222824754411 + - 0.031025500996550038 + - 0.03517867513103901 + - - -0.07682786634768098 + - -0.028088742827368094 + - -0.9966486349154557 + - 0.57663392040438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980467248278757 + - -0.022218434712045265 + - -0.05838729501609959 + - 0.02571764142545734 + - - -0.021410211894544492 + - -0.9996666070122574 + - 0.014431827716292287 + - -0.03043977968802272 + - - -0.058688481723257864 + - -0.013153554027281706 + - -0.9981896844435286 + - 0.5774164168962734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837955420358467 + - -0.015136886503391952 + - -0.17865387243879682 + - 0.06451357072263247 + - - -0.022577990594322545 + - -0.9989568678353974 + - -0.03969144171248075 + - -0.032755080558067896 + - - -0.17786670798976728 + - 0.04308190886527667 + - -0.9831110737436575 + - 0.5756927515782251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994960151031346 + - -0.017760838069107446 + - 0.026310994356683375 + - -0.03482442478297295 + - - -0.017327698081347407 + - -0.9997120563441171 + - -0.01659985781321769 + - 0.037482111884474645 + - - 0.026598245659369156 + - 0.016135582769157074 + - -0.9995159710062386 + - 0.5802602117752623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958701506320661 + - -0.04160663719791508 + - -0.08069405691342495 + - 0.04855769589102188 + - - -0.03826983406435378 + - -0.9983646621322713 + - 0.04246670703272303 + - 0.03519305288972026 + - - -0.0823289917389544 + - -0.039203177761469414 + - -0.9958338455649368 + - 0.5764439940858134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994832917089037 + - -0.031309276813114996 + - 0.007271779711617587 + - -0.042855209525345134 + - - -0.03155076066304773 + - -0.9988577771919873 + - 0.03588440391960315 + - -0.02359695013691173 + - - 0.00613995898338365 + - -0.03609529233185249 + - -0.99932949059615 + - 0.5793257385829995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974966486942332 + - -0.02578480824142205 + - -0.0658451175693886 + - 0.025689079759811 + - - -0.024241534862599556 + - -0.9994148640351624 + - 0.02413042753628156 + - -0.030446589087079125 + - - -0.06642878766979632 + - -0.022473833885909598 + - -0.9975380408581872 + - 0.5773377347128291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858289762008385 + - -0.018690869186559943 + - -0.16670897123987463 + - 0.06452214082630574 + - - -0.023396935132935007 + - -0.9993799941683381 + - -0.026309897044246265 + - -0.03277214500203388 + - - -0.16611385586154961 + - 0.029837537853256435 + - -0.985655065540509 + - 0.5757487552248055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994922774835813 + - -0.01990232555082184 + - 0.024881412507186704 + - -0.034819268501278394 + - - -0.01919739077460893 + - -0.9994163404296891 + - -0.028256657084215615 + - 0.03745696243355302 + - - 0.025429263420922023 + - 0.027764652344250535 + - -0.9992909869712988 + - 0.5802294367925374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959385373016548 + - -0.040676554031768945 + - -0.08032339553044875 + - 0.048535417910803486 + - - -0.037693641527831424 + - -0.9985547102259491 + - 0.03831031289277792 + - 0.03518741500610449 + - - -0.08176563646062858 + - -0.035127035708579016 + - -0.9960323649643704 + - 0.5766449563704025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980581174884193 + - -0.021090125108141056 + - -0.05861058554899037 + - 0.02574596486462155 + - - -0.02042196382596435 + - -0.9997197228112731 + - 0.011975776202074922 + - -0.030450303723671877 + - - -0.058846728957211915 + - -0.010755577393805437 + - -0.9982090863371071 + - 0.5774415310722506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853623868496658 + - -0.018308105769014104 + - -0.16948681318934528 + - 0.06452466763887171 + - - -0.023503867634511028 + - -0.9993116935175602 + - -0.02870030322638758 + - -0.032776970114305616 + - - -0.1688447061300674 + - 0.032263794913459896 + - -0.9851144668258784 + - 0.5758317256197268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995298469924768 + - -0.0190796461698217 + - 0.024001084834445224 + - -0.034863665886336305 + - - -0.01855076436201954 + - -0.999584334410784 + - -0.022068700508546653 + - 0.037466019117924174 + - - 0.02441217140650651 + - 0.021613086373433794 + - -0.9994683188498948 + - 0.5803055066465594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960092709477671 + - -0.04035117363830108 + - -0.07960725451935223 + - 0.048503936116698246 + - - -0.03778879906844741 + - -0.998726195653682 + - 0.03343639902992173 + - 0.03518133730153586 + - - -0.0808550483956429 + - -0.03029470087548842 + - -0.9962653724022548 + - 0.5764622107511906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983654351594092 + - -0.02278271900192013 + - -0.05241569987935907 + - 0.02569445320104225 + - - -0.02200718206827417 + - -0.9996403364994407 + - 0.015325846818332493 + - -0.03045800989287372 + - - -0.05274601232678473 + - -0.014147273877489895 + - -0.998507742997248 + - 0.5774791988576768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9812861703734492 + - -0.016254715059789898 + - -0.1918677567287816 + - 0.06452079358729629 + - - -0.024237928588016787 + - -0.9989320968800631 + - -0.039334318864865186 + - -0.03276555315608112 + - - -0.1910234924075363 + - 0.043248700109086866 + - -0.9806322324333944 + - 0.5757143548448553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999520374087479 + - -0.01945189078112661 + - 0.02409659164830918 + - -0.03482963202879551 + - - -0.018908115312301268 + - -0.999565938056122 + - -0.022592446820158617 + - 0.03745710396285649 + - - 0.024525598042921617 + - 0.022125989763716748 + - -0.9994543189248887 + - 0.5802215702343533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958987570089295 + - -0.041406953708605844 + - -0.08044333392297211 + - 0.04850812528475234 + - - -0.03785593231518745 + - -0.9982614161374399 + - 0.045178240778296325 + - 0.03516977749842686 + - - -0.08217416976530624 + - -0.04194769643075938 + - -0.9957348023382211 + - 0.5765788728508603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993317921227269 + - -0.03333840815082945 + - 0.014983984608488377 + - -0.042880278434183045 + - - -0.033864077004723 + - -0.9987664051899724 + - 0.03631655479968971 + - -0.023589893135878986 + - - 0.013754764316297786 + - -0.03679970660031658 + - -0.9992279960313034 + - 0.5793281830444981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984982093084062 + - -0.023981267165445196 + - -0.04925672373438669 + - 0.025717715826583644 + - - -0.022736098343071626 + - -0.9994114805933731 + - 0.025685838321859937 + - -0.030462657959190516 + - - -0.04984371414772708 + - -0.024527357854079862 + - -0.9984558141834111 + - 0.5775309297035354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9814814626429773 + - -0.017583634163078884 + - -0.19074840575433646 + - 0.06449893200013913 + - - -0.024864674436097932 + - -0.9990479989826894 + - -0.03584471640104281 + - -0.03276310700545336 + - - -0.18993653269813268 + - 0.0399238216896045 + - -0.980984302630938 + - 0.5756379335978803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992743056775453 + - -0.01849665556440436 + - 0.03329768378718729 + - -0.03482217480447842 + - - -0.017980514810970235 + - -0.9997145289563929 + - -0.015734092939570638 + - 0.037446410317201737 + - - 0.03357920636036841 + - 0.015123965301148894 + - -0.999321621187983 + - 0.5802166432330053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996281016188638 + - -0.03989375573181112 + - -0.07637162454567534 + - 0.048532310308815885 + - - -0.03706465258924318 + - -0.9985859148035323 + - 0.03811013361865245 + - 0.035161082963709595 + - - -0.0777839849234643 + - -0.03513771491721426 + - -0.9963508381488035 + - 0.5765623790854789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994511768147246 + - -0.03211193853432388 + - 0.00813440638460183 + - -0.04289881526829122 + - - -0.03236913664425628 + - -0.9989058568088943 + - 0.03375393644888236 + - -0.02359833122386989 + - - 0.0070416018467044416 + - -0.033998715217747985 + - -0.9993970698410997 + - 0.5792319195520174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9990179664250566 + - -0.024499073295119373 + - -0.036917450719476434 + - 0.02571292938000877 + - - -0.02390480525431744 + - -0.9995788309111284 + - 0.016453603863437815 + - -0.0304739411365067 + - - -0.037305000277412674 + - -0.015554941402080153 + - -0.999182856514402 + - 0.5775919219154173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823991579995676 + - -0.018093805246595023 + - -0.18591532635433528 + - 0.06451444418594587 + - - -0.021757998300421685 + - -0.9996067963642848 + - -0.01768734497571703 + - -0.03274731836133613 + - - -0.1855221923967576 + - 0.021421178166232263 + - -0.9824065600627221 + - 0.5757493459189096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994278967237671 + - -0.01773628636504866 + - 0.028797628310058932 + - -0.0348544620522426 + - - -0.017443555733991766 + - -0.999793918841265 + - -0.010384710462119173 + - 0.03747503495669822 + - - 0.028975879860022227 + - 0.009876436300807772 + - -0.9995313173644609 + - 0.5802937654175486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954635140831044 + - -0.04106159255261355 + - -0.08582737177824062 + - 0.048502502885772666 + - - -0.038418855143618987 + - -0.9987421344196548 + - 0.03222018783816283 + - 0.03511723369981692 + - - -0.08704242470640858 + - -0.028776632046089514 + - -0.9957888941684948 + - 0.5763638395207287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994896262839758 + - -0.030099894167756363 + - 0.01069968793042315 + - -0.042840260185213114 + - - -0.030518370986316597 + - -0.9986774564490009 + - 0.04137592310626969 + - -0.023568077092930614 + - - 0.00944012622056112 + - -0.04168134296833847 + - -0.9990863574613037 + - 0.5792193625787284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997890924789007 + - -0.022043305465099472 + - -0.06105567056312387 + - 0.02571888714925799 + - - -0.020615812629638186 + - -0.999501469893959 + - 0.023912338853317016 + - -0.030429028294363274 + - - -0.061552339462932246 + - -0.022603193667898345 + - -0.9978478867756609 + - 0.5773974029138105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845780390570421 + - -0.01567529375614187 + - -0.17424227435455644 + - 0.06451132317709242 + - - -0.023727686423482615 + - -0.9987396884863814 + - -0.044227045335566886 + - -0.03276281906825458 + - - -0.17332940288242712 + - 0.04767934361737869 + - -0.9837091024732041 + - 0.5755777425211368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999703327241798 + - -0.019307948373703098 + - 0.014847916731879015 + - -0.034846642394280786 + - - -0.018971193793000735 + - -0.9995669149347023 + - -0.022496141313344743 + - 0.03748068657076386 + - - 0.015275840655977244 + - 0.022207784615309596 + - -0.999636665491384 + - 0.5802172100581093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956088009031264 + - -0.04065921465544765 + - -0.08432048284871836 + - 0.04850777683914728 + - - -0.03736123715198023 + - -0.9984877165596953 + - 0.0403288710216359 + - 0.03517591777029799 + - - -0.08583270660250829 + - -0.03700146136314731 + - -0.9956222367616544 + - 0.5764281966190465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9984643495922909 + - -0.023738871571086808 + - -0.05005405647672395 + - 0.025737004658813047 + - - -0.02323295746253747 + - -0.9996731888012523 + - 0.010665143200174879 + - -0.030430420716510788 + - - -0.050290876715240795 + - -0.009485861503720078 + - -0.9986895644547135 + - 0.5774984962099933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838522646760077 + - -0.016148226463538015 + - -0.17825250650123578 + - 0.06451311871005583 + - - -0.02423558128208128 + - -0.9987687091649144 + - -0.043286281810410686 + - -0.03278184789626177 + - - -0.17733402914221072 + - 0.046907359498621855 + - -0.9830322180544526 + - 0.575753290794392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999552613175133 + - -0.019314868980024893 + - 0.0228365787947214 + - -0.034831739466451454 + - - -0.018849990405845007 + - -0.9996141901013974 + - -0.02039972572429772 + - 0.037450210715592055 + - - 0.023221786246165433 + - 0.019960129864594944 + - -0.9995310609777595 + - 0.5802382743434737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995655797222945 + - -0.040260528668951384 + - -0.08395607951565205 + - 0.04852308957839129 + - - -0.03742005801394474 + - -0.9986817001543453 + - 0.03513688994575028 + - 0.035164228185452256 + - - -0.08526002999398345 + - -0.03184260680477182 + - -0.995849775657605 + - 0.5765448470861237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985373797880006 + - -0.021130192534617908 + - -0.049765611917910554 + - 0.025731924150885436 + - - -0.020051792579687384 + - -0.9995553193275097 + - 0.022070097834423787 + - -0.03046918411062519 + - - -0.050209827528635245 + - -0.021039927935471197 + - -0.9985170477523229 + - 0.5774877331561445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842058239564164 + - -0.017875434896232133 + - -0.1761231527015743 + - 0.06452021743890272 + - - -0.0226035892415912 + - -0.9994349701631438 + - -0.024876056126177343 + - -0.03274845207042757 + - - -0.17557896754357827 + - 0.028464174716050863 + - -0.9840537672881826 + - 0.5757156933875565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999406914006052 + - -0.019273208717237634 + - 0.028537057708208604 + - -0.0348131382462774 + - - -0.01892876482018389 + - -0.9997452789744895 + - -0.012291421016438441 + - 0.03744868944763053 + - - 0.028766683842285364 + - 0.011743959892769176 + - -0.9995171620871529 + - 0.5801443266974959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955748454155622 + - -0.04072154648414476 + - -0.08469051202891129 + - 0.04854068474432007 + - - -0.03791366744659849 + - -0.9986851700706718 + - 0.034503404203968024 + - 0.03516480701430549 + - - -0.08598419038711866 + - -0.031139793397729834 + - -0.9958097369832346 + - 0.5766044722716851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993863907723024 + - -0.032864194281445984 + - 0.01211555501585665 + - -0.04284611462152818 + - - -0.03328214615759923 + - -0.9987944837298286 + - 0.03608154677962293 + - -0.023583180779490398 + - - 0.010915158553822264 + - -0.036462638482387524 + - -0.9992754051354653 + - 0.5792926269217749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977065526490311 + - -0.023270150651540568 + - -0.06356205542492137 + - 0.025704788209351744 + - - -0.02256664930477474 + - -0.9996761292750349 + - 0.01176362600727631 + - -0.030461148922271433 + - - -0.06381521088534832 + - -0.01030226413650728 + - -0.9979085540335447 + - 0.5774256280376805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849587742389114 + - -0.016890713197770756 + - -0.1719619634031075 + - 0.06452226594822415 + - - -0.024093996654860148 + - -0.9989136206968345 + - -0.039888064775530155 + - -0.03277047150559905 + - - -0.17110140962299702 + - 0.04343135035906613 + - -0.9842957001993924 + - 0.5756922970613674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996020773602375 + - -0.018714008776551206 + - 0.021106226868127485 + - -0.034843301622314984 + - - -0.018330917528847895 + - -0.9996663066185348 + - -0.01820035368360112 + - 0.03747076634896836 + - - 0.021439785438485133 + - 0.017806214846753928 + - -0.9996115617144408 + - 0.5800812772687383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958971765399729 + - -0.041121117936627004 + - -0.08060935069427255 + - 0.048532126284465356 + - - -0.0381932777597282 + - -0.9985652303045339 + - 0.0375333766242899 + - 0.03520970709212516 + - - -0.0820371092474525 + - -0.03430064848504403 + - -0.9960388437304172 + - 0.5765222328334092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981346104528802 + - -0.02154320209573829 + - -0.05712433684113371 + - 0.02573065383685111 + - - -0.020353905519174632 + - -0.9995654888445116 + - 0.021320226104570877 + - -0.03045249515953799 + - - -0.05755882161922394 + - -0.020117752222743236 + - -0.9981393981299965 + - 0.577335292251554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829835816498728 + - -0.013542013610730675 + - -0.18319359179336678 + - 0.06451927663716586 + - - -0.023308879521815186 + - -0.998412953358731 + - -0.05126666266622963 + - -0.03278672154576029 + - - -0.1822086011752064 + - 0.054664325047166396 + - -0.9817391900219281 + - 0.5758343399189337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999565615088951 + - -0.01928702255075883 + - 0.022284341878846776 + - -0.03485996513432759 + - - -0.018952113995496338 + - -0.9997057012336082 + - -0.015143589274713718 + - 0.03746175439924287 + - - 0.022569858372362816 + - 0.014714675740431142 + - -0.9996369740115185 + - 0.5803554120182606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951327830885506 + - -0.04112296084875699 + - -0.08955247686952787 + - 0.0485134190725597 + - - -0.03773458164634947 + - -0.9985183464925619 + - 0.03920730883056159 + - 0.035170333236319844 + - - -0.09103211175409869 + - -0.03563725310390303 + - -0.9952100988338078 + - 0.5763740705900474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999488706737982 + - -0.031814019876491836 + - 0.0031926857869911274 + - -0.04286739627438705 + - - -0.03194211134429424 + - -0.9979530753131984 + - 0.05540181401181659 + - -0.0235829960583158 + - - 0.0014235961874708959 + - -0.05547546856250419 + - -0.9984590355951851 + - 0.5791657439713769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971275538403469 + - -0.0213709831354216 + - -0.07266307488808552 + - 0.025718305314565915 + - - -0.019406232000949694 + - -0.9994295908147051 + - 0.027638581068449034 + - -0.030445647620471222 + - - -0.07321229085263836 + - -0.02614907424322014 + - -0.9969735133815402 + - 0.5772411264288594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831777185023001 + - -0.01600755382311253 + - -0.1819487072259985 + - 0.06451961812066201 + - - -0.023434011435337722 + - -0.998974511024522 + - -0.03873981713128886 + - -0.03279074299637137 + - - -0.18114199112480914 + - 0.04235191310811586 + - -0.9825446017903828 + - 0.5757446601525451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994989826444879 + - -0.01910418196138638 + - 0.025235172363583535 + - -0.03483076399525077 + - - -0.018768769721639152 + - -0.9997332166518735 + - -0.013462124870711856 + - 0.03750123717406524 + - - 0.025485622922926807 + - 0.012981746973531588 + - -0.9995908949514026 + - 0.5803600533566364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995789614459252 + - -0.04069903464171244 + - -0.08213788598647499 + - 0.048540852711357274 + - - -0.037945121758029235 + - -0.9986731427593439 + - 0.03481553770867606 + - 0.03518063517676839 + - - -0.08344585951299686 + - -0.031552218787410165 + - -0.9960126736240505 + - 0.57663575683751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994118815299734 + - -0.031771752215066264 + - 0.012901426971567629 + - -0.042887293589323555 + - - -0.03229783388780263 + - -0.9985592020391648 + - 0.04285288728968803 + - -0.023596723614456822 + - - 0.011521327305226998 + - -0.043244372860422306 + - -0.9989980897043973 + - 0.5792864610044991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997766099997713 + - -0.023057548178330535 + - -0.0626989566688128 + - 0.025711400552992543 + - - -0.021874007070961952 + - -0.9995705857212417 + - 0.019497999270561547 + - -0.03047664310645034 + - - -0.06312160889911793 + - -0.018082965268430902 + - -0.9978420059594049 + - 0.5774486825224499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835162807875273 + - -0.01563094629737652 + - -0.18014271826448683 + - 0.06451012295762933 + - - -0.024010632769530256 + - -0.9987238915040858 + - -0.04443059816098125 + - -0.03278575097099912 + - - -0.17921834431741776 + - 0.04802355731080698 + - -0.982636516217131 + - 0.5757121735593774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993545970124053 + - -0.018949402457365875 + - 0.030517365166111025 + - -0.034802176588481726 + - - -0.01848053258427874 + - -0.9997079251315479 + - -0.015573514201257386 + - 0.037467577550162244 + - - 0.030803560598969756 + - 0.014999485847325897 + - -0.9994129056995119 + - 0.5802183263880154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957525881537507 + - -0.040821437692686084 + - -0.08252510775399793 + - 0.04851461321985776 + - - -0.03767677882167526 + - -0.9985164604895919 + - 0.039310793288368374 + - 0.03518549241338821 + - - -0.08400740159491535 + - -0.0360345439271876 + - -0.9958133701257637 + - 0.5765718627741316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994254767317807 + - -0.03177007333175313 + - 0.011805884123943285 + - -0.042868859666885 + - - -0.03229364660421114 + - -0.9983643093080774 + - 0.04717866349112217 + - -0.023591509457447958 + - - 0.010287703750364776 + - -0.04753281330093192 + - -0.9988166973029857 + - 0.5791988606787779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981375818178727 + - -0.02248450811635517 + - -0.05670815336029864 + - 0.02572515489989638 + - - -0.020844697491910917 + - -0.999351994835714 + - 0.029344318093124627 + - -0.030443124716004886 + - - -0.05733119874239779 + - -0.02810760239944555 + - -0.9979594662801266 + - 0.5774102176705064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846333546048914 + - -0.01872305381376202 + - -0.17362777501138768 + - 0.06450585701956789 + - - -0.023000503077848088 + - -0.9994786977903025 + - -0.022656335130983942 + - -0.03276341758256753 + - - -0.1731130666867293 + - 0.026301709436622706 + - -0.9845507027182642 + - 0.5756471320497275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995057278386045 + - -0.019080640009642616 + - 0.02498457913681649 + - -0.0348309077572442 + - - -0.01858799202251702 + - -0.999631074763565 + - -0.019804063209636322 + - 0.037450259871342935 + - - 0.02535323589588248 + - 0.019329861454828196 + - -0.9994916557359274 + - 0.5802662888816328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957360673759187 + - -0.042022228482906224 + - -0.08212074305600507 + - 0.04854551393522463 + - - -0.038313137954809784 + - -0.9981957089592177 + - 0.046232348798868436 + - 0.03520962792538771 + - - -0.08391535965957421 + - -0.04288891382088082 + - -0.9955494731476026 + - 0.5766240026319938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998404498874722 + - -0.024139305933447 + - -0.05104655263351739 + - 0.025705326041481093 + - - -0.022392268317951262 + - -0.9991529898930297 + - 0.03452374700689449 + - -0.030463233404829516 + - - -0.05183669497847917 + - -0.03332561622642004 + - -0.9980993739888014 + - 0.5774163694320507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827817682109306 + - -0.01785370099144658 + - -0.18390552311745462 + - 0.06450159030742063 + - - -0.0225405103803873 + - -0.9994714383895775 + - -0.02342582411058887 + - -0.03276508152722096 + - - -0.18339008005884144 + - 0.027167797194042324 + - -0.9826647390293572 + - 0.5756508453559983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995511118450193 + - -0.019170130398890567 + - 0.023023486049582764 + - -0.0348518835746822 + - - -0.018652849538075125 + - -0.9995733599991286 + - -0.022475969037234898 + - 0.037423871339371695 + - - 0.02344453056675972 + - 0.02203642621983753 + - -0.9994822409157464 + - 0.5802250944269671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948771997199172 + - -0.04124223673358646 + - -0.09229537034254198 + - 0.04853759026405566 + - - -0.03850609987266135 + - -0.9987701296358267 + - 0.03123313016382264 + - 0.035178647227514105 + - - -0.09346998314995458 + - -0.027519194327677354 + - -0.9952417074226253 + - 0.5763897121106533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982014678868972 + - -0.022885944439497846 + - -0.055408149721462324 + - 0.025741328748178652 + - - -0.02213612933811694 + - -0.9996554076993402 + - 0.01410877866411242 + - -0.03046729799970627 + - - -0.05571194922429053 + - -0.012856881603988315 + - -0.9983641015726937 + - 0.577512177358786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827976421494451 + - -0.017638245781575218 + - -0.18384147211997665 + - 0.06449907242338535 + - - -0.023154449662977104 + - -0.9993424669907759 + - -0.02790170477935103 + - -0.03276727175438649 + - - -0.18322845315697034 + - 0.0316784777812657 + - -0.9825598241324368 + - 0.5757444870783646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994943773184178 + - -0.019646322903092178 + - 0.02500023410401509 + - -0.034818660655368934 + - - -0.018869601692872155 + - -0.9993432935442731 + - -0.03093411999779608 + - 0.03746083855407297 + - - 0.02559155799908399 + - 0.030446734545319088 + - -0.999208721196281 + - 0.5802586698973029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958741048697328 + - -0.03983285838109417 + - -0.08153594693814584 + - 0.04852863104100069 + - - -0.0370865856202771 + - -0.998701603409676 + - 0.03492409646608182 + - 0.03515445416596033 + - - -0.08282120753127362 + - -0.031756113429291515 + - -0.9960583300404288 + - 0.5765045594483175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994895261886465 + - -0.03135754368166848 + - 0.006114858415960681 + - -0.042853190539132224 + - - -0.03162935363418041 + - -0.9981940082018995 + - 0.051071577012183414 + - -0.023570061891963718 + - - 0.004502335824763669 + - -0.051238915328875534 + - -0.9986762751402692 + - 0.5792456065581175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977544426507763 + - -0.02258742213182215 + - -0.06305458375152247 + - 0.025716979983041514 + - - -0.021468240252313118 + - -0.9996007320109462 + - 0.018370934207333652 + - -0.030466580550758203 + - - -0.06344436012056433 + - -0.016976010268024987 + - -0.997840983445896 + - 0.5774191125367163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836179118952191 + - -0.017585088574732274 + - -0.17940615390422895 + - 0.06451879988193518 + - - -0.02431537059184534 + - -0.999077932136309 + - -0.035384294131965824 + - -0.0327654077738174 + - - -0.17861849330870053 + - 0.03916695262660945 + - -0.9831385373740946 + - 0.5756107810420804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995103771577205 + - -0.018250340885177897 + - 0.0254151728620144 + - -0.03481252317879533 + - - -0.017920464478548958 + - -0.9997529714824234 + - -0.013147355815437821 + - 0.037475934859720304 + - - 0.02564883831490881 + - 0.012685466867225097 + - -0.9995905241765031 + - 0.5802891973545623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962402085887525 + - -0.03913085170314458 + - -0.0772930995369285 + - 0.04854021695756607 + - - -0.03680871991300032 + - -0.998833807454264 + - 0.031243290876359502 + - 0.03517527227061301 + - - -0.07842553748241274 + - -0.028280762567601 + - -0.9965187572440319 + - 0.5765783149208887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994491623669481 + - -0.03177760733548692 + - 0.009568464664574788 + - -0.04285889209738255 + - - -0.03218357404633134 + - -0.998433029241646 + - 0.04577885626525609 + - -0.023585081369426886 + - - 0.008098728641578052 + - -0.04606158693946916 + - -0.9989057717337547 + - 0.5793102406969682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978355924696614 + - -0.022653065726708162 + - -0.06173304636822409 + - 0.02569273160494962 + - - -0.021559100776033003 + - -0.9995995312020738 + - 0.018329822539320893 + - -0.03047070872817241 + - - -0.062123550884094825 + - -0.016959240365522956 + - -0.9979243701763052 + - 0.5773631528451515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982248334994571 + - -0.016268231983379195 + - -0.18687844452618887 + - 0.06449616987958183 + - - -0.023208000281800093 + - -0.9991175431204526 + - -0.03500748136999546 + - -0.03277096497215063 + - - -0.1861440225290967 + - 0.03872311528125766 + - -0.9817590963263858 + - 0.5756603947919389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999483899443557 + - -0.019494065562456458 + - 0.025532648921498684 + - -0.03486760181819512 + - - -0.019058956067759116 + - -0.9996708297593864 + - -0.017175224068042564 + - 0.03744021779245886 + - - 0.02585905927734199 + - 0.01667973429125565 + - -0.9995264356270245 + - 0.5801436824475574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955689038335273 + - -0.04171901914121056 + - -0.08427384624902526 + - 0.048517275088975936 + - - -0.03801293146807085 + - -0.9982583886025355 + - 0.04511326441162485 + - 0.03519953792970913 + - - -0.08600915509940085 + - -0.041709867256618495 + - -0.9954208718991795 + - 0.5764625937261305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986328279686033 + - -0.02485215566989473 + - -0.04598744678702462 + - 0.025720634797755763 + - - -0.02318414440706959 + - -0.999066303556585 + - 0.03645567919946343 + - -0.030454790577317134 + - - -0.04685051068603464 + - -0.03533965840725354 + - -0.9982765840147293 + - 0.5774982837643228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838256987036377 + - -0.017426788117045667 + - -0.1782787189381357 + - 0.06452441711487841 + - - -0.02365896549869607 + - -0.999178870562957 + - -0.03289130541747425 + - -0.032778534312957776 + - - -0.1775591392236139 + - 0.036577201594130436 + - -0.983430150240327 + - 0.5757231876531833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993735848906807 + - -0.01940874500641485 + - 0.029592878197724267 + - -0.03482318267045174 + - - -0.01865739709556145 + - -0.9995017804814964 + - -0.02545765794287352 + - 0.03745413493892358 + - - 0.03007223563967124 + - 0.0248895848015547 + - -0.9992377941271224 + - 0.5803855407403098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957148748475265 + - -0.04060107445553209 + - -0.08308694699187705 + - 0.04855205477967938 + - - -0.03833215320057241 + - -0.9988521352059203 + - 0.028723823310680914 + - 0.0351651887484601 + - - -0.08415779249946195 + - -0.025415836551876646 + - -0.9961282554038849 + - 0.5765448208538789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999390496431526 + - -0.032524865496788534 + - 0.01267946240042545 + - -0.04285656499206849 + - - -0.032951514610700026 + - -0.9988427613362748 + - 0.03503335283679804 + - -0.023592457672687688 + - - 0.01152533414738203 + - -0.03542980737377184 + - -0.9993057066895243 + - 0.5792747912729973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974938338058665 + - -0.0212259337337658 + - -0.06749452760338484 + - 0.025721503367683383 + - - -0.02069952633192408 + - -0.9997497006650858 + - 0.008489147760834691 + - -0.030444701362162926 + - - -0.06765782385584299 + - -0.007070767794312443 + - -0.9976835285369258 + - 0.5773782466469528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836675431717433 + - -0.017297398335157668 + - -0.17916183890913073 + - 0.06450579142979714 + - - -0.023163569985497085 + - -0.9992601402135309 + - -0.03070213683055347 + - -0.0327734367084894 + - - -0.17849821717875336 + - 0.03435072330053523 + - -0.9833404366101992 + - 0.575631877066045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993462858554251 + - -0.018947590815889852 + - 0.030789442171639703 + - -0.0348181640701483 + - - -0.01827526632750186 + - -0.9995915209665958 + - -0.021972843519831423 + - 0.03745197860477266 + - - 0.031193197778137713 + - 0.021395794305464042 + - -0.9992843461189677 + - 0.580210688863302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953019631689979 + - -0.03994255057295238 + - -0.08819634213313948 + - 0.04852043819061242 + - - -0.03786496051789926 + - -0.9989674392082409 + - 0.02510577954790434 + - 0.03517431165246136 + - - -0.08910806291754178 + - -0.02164828065822281 + - -0.9957866764862978 + - 0.5765832420394782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994707062093708 + - -0.0319710995922452 + - 0.006013004257801874 + - -0.04287749942246822 + - - -0.032222782940874495 + - -0.9983330545869905 + - 0.04788323692644701 + - -0.02358847645017355 + - - 0.0044721011713614155 + - -0.04805164835748832 + - -0.9988348409027598 + - 0.5792300880748444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983694270980557 + - -0.02153227718412314 + - -0.05286632269381211 + - 0.025737273406447027 + - - -0.020356380142103853 + - -0.9995354758486897 + - 0.02268149702828286 + - -0.030464862183116382 + - - -0.05333014929109371 + - -0.02156834623238264 + - -0.9983439796069239 + - 0.5773938065607354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826948451101166 + - -0.016381217121929227 + - -0.18450608965453724 + - 0.06450849372751098 + - - -0.024075325569689533 + - -0.9989279793472505 + - -0.0395382191801004 + - -0.03277696374422335 + - - -0.18366061116286575 + - 0.04329604835114192 + - -0.9820357590762464 + - 0.5756205307646943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999311436930346 + - -0.017548599935466192 + - 0.032690956861373494 + - -0.03482107678276266 + - - -0.01719055627135971 + - -0.9997894839654098 + - -0.011201452015722422 + - 0.03748378705162413 + - - 0.03288064469088832 + - 0.01063176337604786 + - -0.999402736043997 + - 0.5802839662516919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9951988642455326 + - -0.04190568673747616 + - -0.08844848231294021 + - 0.048532588810770855 + - - -0.03793033724039738 + - -0.998213769011487 + - 0.046157999011136916 + - 0.035173094164184904 + - - -0.09022477553993531 + - -0.04258150742919874 + - -0.9950107060247272 + - 0.5765832784627184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994471460757683 + - -0.03265373632789843 + - 0.006255853645189952 + - -0.042864646586621355 + - - -0.032837128214578265 + - -0.9989520381311965 + - 0.03188335810651059 + - -0.02359931988661235 + - - 0.005208186980255018 + - -0.032071155535102466 + - -0.9994720185032806 + - 0.5793230489246394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9983587307987007 + - -0.02428293301130321 + - -0.05186698181286334 + - 0.025711399449933725 + - - -0.023265372301872134 + - -0.999526575899603 + - 0.020133219366777224 + - -0.030470739630421812 + - - -0.05233132035084359 + - -0.018893470691856835 + - -0.9984510351917883 + - 0.5774928851420376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982685673444847 + - -0.018352933215299898 + - -0.18436929529789406 + - 0.06451042914450333 + - - -0.02317163591495347 + - -0.9994430100124221 + - -0.024015516366184972 + - -0.03276870719663379 + - - -0.1838258482783968 + - 0.027871842057969567 + - -0.9825635948502385 + - 0.5757095512591179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994977569910098 + - -0.0189527592905168 + - 0.025397375557646137 + - -0.03482493156822143 + - - -0.018507020934015555 + - -0.9996725384398082 + - -0.017672183381178437 + - 0.037450425458050586 + - - 0.025723995531182604 + - 0.01719327788950723 + - -0.9995212190090442 + - 0.5802010233402461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962473551951524 + - -0.0415431341216849 + - -0.07593006831296603 + - 0.04855672181329339 + - - -0.03834800735732647 + - -0.9983360456239376 + - 0.04306472268205046 + - 0.03518969915652073 + - - -0.07759276769381554 + - -0.039991349255897535 + - -0.9961827414617795 + - 0.576532813387033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994811821226317 + - -0.03143607444226408 + - 0.0070099790589647675 + - -0.04286249667060332 + - - -0.03169323580506146 + - -0.9986879552293755 + - 0.04022321324774986 + - -0.02360686933946682 + - - 0.005736321726634936 + - -0.04042451364493605 + - -0.9991661289843743 + - 0.579319729751219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984299068622324 + - -0.023590955462614468 + - -0.05080539246413526 + - 0.025732929589054727 + - - -0.022587922145085666 + - -0.9995402170162613 + - 0.02022721780800789 + - -0.030458484150833277 + - - -0.05125921240363941 + - -0.019047870942601 + - -0.998503716445919 + - 0.5775021969618814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859675781628542 + - -0.017318584386122646 + - -0.16603614500022806 + - 0.06451710967042534 + - - -0.024301682222957005 + - -0.9988993548868346 + - -0.04011866208885988 + - -0.03279002495071978 + - - -0.1651585996937805 + - 0.04359065773220744 + - -0.9853032485005128 + - 0.5757564056318144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992543905829889 + - -0.018777936762113305 + - 0.03373502618314553 + - -0.03483028090897956 + - - -0.01807788519685921 + - -0.9996173214463232 + - -0.020938021188442145 + - 0.037479812089603694 + - - 0.034115289349917866 + - 0.020312551672218522 + - -0.9992114627430647 + - 0.5803285121781255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958669490627989 + - -0.040504064713262705 + - -0.08129231517220098 + - 0.04852196665789826 + - - -0.03727774437244706 + - -0.9984708286885932 + - 0.0408212448660929 + - 0.03519700097780134 + - - -0.08282143163973393 + - -0.03762213443730768 + - -0.99585399806474 + - 0.5764959897417133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.998143905677686 + - -0.024424927862600688 + - -0.05578679465071944 + - 0.025690546416487214 + - - -0.022666892766920608 + - -0.9992329918533576 + - 0.031931801766899436 + - -0.030466867515224493 + - - -0.05652393767942665 + - -0.030608020038780555 + - -0.997931958391211 + - 0.5774228051704545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827947792865245 + - -0.01671041608355177 + - -0.18394342554564472 + - 0.06451992039636302 + - - -0.024455226395750082 + - -0.9989037077302877 + - -0.039916470092134476 + - -0.03278649966980862 + - - -0.18307474896632844 + - 0.043728076529824994 + - -0.9821260059757695 + - 0.5756365819506438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992464362038823 + - -0.018914463358319148 + - 0.033893993711384594 + - -0.03481743457409754 + - - -0.01799448527965795 + - -0.9994668031806032 + - -0.027245326928950684 + - 0.03745458131245333 + - - 0.03439125227962409 + - 0.02661489086605531 + - -0.9990539972147787 + - 0.5801612520659408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969253822410694 + - -0.04087363825810695 + - -0.06685153654960402 + - 0.04858263179346363 + - - -0.038345295018646426 + - -0.9985157866983431 + - 0.03867637604691373 + - 0.035224388368882704 + - - -0.06833315881349694 + - -0.03599401908282442 + - -0.9970130440454803 + - 0.5766388865959651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999455871866973 + - -0.03254710782319685 + - 0.005352192352108548 + - -0.04284921281976173 + - - -0.03269121871786333 + - -0.9990300320249437 + - 0.029500497131079686 + - -0.023605013182756984 + - - 0.004386845035967502 + - -0.02965941477145524 + - -0.999550436299262 + - 0.5793124633555295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974355381737965 + - -0.023971258607051314 + - -0.06743682932005822 + - 0.02568630053156169 + - - -0.02234574350638252 + - -0.9994437422133561 + - 0.024756290063546082 + - -0.030454845968125276 + - - -0.06799275648990678 + - -0.023185877411849982 + - -0.9974163624853704 + - 0.5772905216165902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847943555323813 + - -0.017357445624562786 + - -0.17285484197138412 + - 0.06453355661236995 + - - -0.022242484621325175 + - -0.9994049268688274 + - -0.026364066988678467 + - -0.032765916358930315 + - - -0.17229436784013558 + - 0.029807905523598247 + - -0.9845944035890433 + - 0.575941664255559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994230914456717 + - -0.01854280253402653 + - 0.028454327603387345 + - -0.03481869388380353 + - - -0.018193613128510283 + - -0.9997565644271589 + - -0.012482160315219905 + - 0.03747380724244224 + - - 0.02867885504177058 + - 0.011957272221909634 + - -0.9995171568885173 + - 0.5802863832225074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954921636312254 + - -0.04165489109624474 + - -0.08520693749091998 + - 0.048537865367778404 + - - -0.03825614328573514 + - -0.9984207355851422 + - 0.04114003226207451 + - 0.03520008659587307 + - - -0.08678605677021428 + - -0.03769489091883965 + - -0.9955135737642625 + - 0.5763929749950765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993926894737319 + - -0.03168278380624006 + - 0.01450701336415887 + - -0.04288432837358003 + - - -0.032301801637992546 + - -0.9984809804562321 + - 0.04463547107516722 + - -0.02357988414544302 + - - 0.0130708009471728 + - -0.0450769661517871 + - -0.9988980034443712 + - 0.5792913228333334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977994407895303 + - -0.022555433530161473 + - -0.06235004714005394 + - 0.025736569421230385 + - - -0.021119170383258026 + - -0.9994983988314553 + - 0.0235993935447531 + - -0.03045430342619489 + - - -0.06285106683600047 + - -0.02223068041297173 + - -0.9977752954678488 + - 0.5774131412914282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827659163230171 + - -0.012982997241588929 + - -0.1843979270393391 + - 0.06452661067373394 + - - -0.02333579656587743 + - -0.998263616288066 + - -0.05408505333369521 + - -0.03275628170873638 + - - -0.18337555538407108 + - 0.05745601951142775 + - -0.981362426175715 + - 0.5757871094561612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996686178687985 + - -0.018805687582482612 + - 0.017578411840557993 + - -0.03480588378230673 + - - -0.01840602866279427 + - -0.999574514988564 + - -0.022627573759521673 + - 0.03746404872906205 + - - 0.017996459572666122 + - 0.022296526633721607 + - -0.999589411880159 + - 0.5802766595150399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954392306002925 + - -0.04034364561777061 + - -0.08644725814139809 + - 0.048520178878054515 + - - -0.0373332442645507 + - -0.9986483419742389 + - 0.03616238300759569 + - 0.035149552228653055 + - - -0.08778933337587871 + - -0.03277009811356065 + - -0.9955998963514648 + - 0.5764847149628184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971373405599585 + - -0.023021348086032827 + - -0.0720218133159328 + - 0.025693058988184775 + - - -0.022349820787485864 + - -0.999699029917934 + - 0.010116080857180978 + - -0.030474153625918272 + - - -0.07223302272354817 + - -0.008477447342418086 + - -0.9973517550567482 + - 0.5774092442530059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832839596680351 + - -0.01762961499533012 + - -0.1812232085983093 + - 0.06450283547491585 + - - -0.022619051802758548 + - -0.9994188405482285 + - -0.02550214996387318 + - -0.03278002980033784 + - - -0.18066829593233566 + - 0.029174952139672538 + - -0.9831112800759408 + - 0.5755968362307436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995406005123627 + - -0.0194497838530084 + - 0.023244221549811372 + - -0.03484373829582435 + - - -0.018875729314401388 + - -0.9995175310916145 + - -0.024666006636113284 + - 0.03744778987138085 + - - 0.02371275543320324 + - 0.02421592345120438 + - -0.9994254821051795 + - 0.5803461680427083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952034085768879 + - -0.04245906457583808 + - -0.08813287350522896 + - 0.04853601051912968 + - - -0.03916921968162009 + - -0.998481781957599 + - 0.03872858541583586 + - 0.035214160180666 + - - -0.08964344809564646 + - -0.03509072433170225 + - -0.9953555612339745 + - 0.5764952008960265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994187531596751 + - -0.03162908125727752 + - 0.012718374565214534 + - -0.042894054913722744 + - - -0.03207693089294762 + - -0.9988112709326293 + - 0.03670307292904741 + - -0.023597647076396912 + - - 0.011542371387614532 + - -0.0370897058058762 + - -0.9992452788910159 + - 0.5793077261114676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984256087684623 + - -0.023395890524027026 + - -0.05097976129713822 + - 0.025714150237189634 + - - -0.02114419386541387 + - -0.9987958720378199 + - 0.04426882724889111 + - -0.03046126324238104 + - - -0.05195408377699721 + - -0.043121204839360786 + - -0.9977180638196816 + - 0.5774633203716797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9804638720308921 + - -0.01507043349029143 + - -0.19612107912359916 + - 0.06448452514588773 + - - -0.023021542715234 + - -0.9990000847089546 + - -0.03832543962581456 + - -0.03275924454494952 + - - -0.19534739366882015 + - 0.04209171873321405 + - -0.9798304358412647 + - 0.5755797559278766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992650534768296 + - -0.018612649894314163 + - 0.033510030794683024 + - -0.034848777578869075 + - - -0.01810951696715191 + - -0.9997196130433599 + - -0.015255841230554405 + - 0.037470114467876216 + - - 0.03378458665079913 + - 0.014637778531837873 + - -0.999321938688673 + - 0.5802518118348894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957422217851029 + - -0.04122744024665165 + - -0.08244832275538312 + - 0.04857207827077637 + - - -0.03864214071463788 + - -0.9987175690687184 + - 0.0327108880108733 + - 0.03521254537128331 + - - -0.08369117465693253 + - -0.029385632614911273 + - -0.996058367707618 + - 0.5766212293433812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994590117717934 + - -0.02992508115593333 + - 0.0136445339224498 + - -0.04282932014501794 + - - -0.0305051627648751 + - -0.9985435976011775 + - 0.04449852508101555 + - -0.023598195052083902 + - - 0.012293040016145606 + - -0.04489068063092935 + - -0.998916266740938 + - 0.579189284798753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974046459302383 + - -0.025217201527503535 + - -0.06743934329378833 + - 0.02569181557103111 + - - -0.023437028818816208 + - -0.9993590542790542 + - 0.027058941417215238 + - -0.0304243298115729 + - - -0.06807846911411962 + - -0.025408136051186067 + - -0.9973563799693078 + - 0.577312978737186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833428414867645 + - -0.017123136836451322 + - -0.18095207730671686 + - 0.06452813508699064 + - - -0.024652710717704862 + - -0.998917623833292 + - -0.039443943128437985 + - -0.03278803373270449 + - - -0.18008081505536627 + - 0.0432478783309708 + - -0.9827006263704451 + - 0.5757931213168859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999627318120498 + - -0.018874454617686953 + - 0.01972257158956664 + - -0.03484038519805406 + - - -0.018636978053059697 + - -0.9997524157029932 + - -0.012156082637074895 + - 0.03746869724091026 + - - 0.01994712802060679 + - 0.011783983151485676 + - -0.9997315888901456 + - 0.5802845569408097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970452799203593 + - -0.0397868143782685 + - -0.06570935390156857 + - 0.04854685332149717 + - - -0.03728929887228715 + - -0.9985506836453591 + - 0.038807736097320765 + - 0.035169245697012005 + - - -0.06715815645285106 + - -0.03624281436388813 + - -0.9970838683023807 + - 0.5765926052720525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971910367359288 + - -0.024609697966576975 + - -0.07074177704523117 + - 0.025699139625991838 + - - -0.023582832041440172 + - -0.9996045792107208 + - 0.015314543867302098 + - -0.030454377170121828 + - - -0.07109069057498711 + - -0.013603234429802148 + - -0.9973770930428569 + - 0.577376419091526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846637667043256 + - -0.01990345692106849 + - -0.17332374027305184 + - 0.0645220954314889 + - - -0.02288344746737266 + - -0.9996224037185517 + - -0.015211765707934772 + - -0.03277348065185346 + - - -0.17295552714977672 + - 0.01894471922558567 + - -0.9847474210384137 + - 0.5757659882380194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993018557276733 + - -0.018775797253603645 + - 0.03229969932863368 + - -0.03482156401339985 + - - -0.017835216653947297 + - -0.9994154505184926 + - -0.02916611581657622 + - 0.037466047108585615 + - - 0.03282843563338543 + - 0.028569681524489316 + - -0.9990525847579068 + - 0.580350551477292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963447076572155 + - -0.040003827045528864 + - -0.0754779262113709 + - 0.04858061999663289 + - - -0.03743993904557709 + - -0.9986828227370684 + - 0.03508376453837756 + - 0.0351773199263188 + - - -0.07678199325181137 + - -0.032129634165864084 + - -0.9965300859084216 + - 0.5766665139831131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994021694658097 + - -0.031777943119491794 + - 0.013618590166651963 + - -0.04284129785139273 + - - -0.032412739719327135 + - -0.9982604774588404 + - 0.04924868980526023 + - -0.02358817766669279 + - - 0.012029878258737206 + - -0.04966066325314167 + - -0.9986936970634879 + - 0.5791742122948949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980855873437723 + - -0.023156562616760863 + - -0.05734922793214449 + - 0.02572935687039224 + - - -0.020496306738207973 + - -0.998705729379182 + - 0.04654855008794548 + - -0.0304370867029578 + - - -0.05835290692613625 + - -0.045283989587631426 + - -0.9972684185014071 + - 0.5773649790964501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833210304560811 + - -0.014897447953541115 + - -0.1812672532678269 + - 0.06451467362823185 + - - -0.022945764900081676 + - -0.9988378485538701 + - -0.04238448028967103 + - -0.03276843869468651 + - - -0.1804251726781525 + - 0.0458368666113519 + - -0.9825200958368797 + - 0.5757358074205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99956864306484 + - -0.019045558141178084 + - 0.02235608455444598 + - -0.0348420454476297 + - - -0.018721327977502037 + - -0.9997177883862988 + - -0.014623797822980381 + - 0.037448629900109755 + - - 0.022628293799430224 + - 0.014198954155134511 + - -0.9996431113255511 + - 0.580224343275944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958565552038136 + - -0.041258784431474384 + - -0.08103970733431247 + - 0.04852359593026918 + - - -0.0382914844522407 + - -0.9985500865414894 + - 0.037834995525685616 + - 0.035188237849513984 + - - -0.08248323269633472 + - -0.034575097616955014 + - -0.9959925094842536 + - 0.5765318641316697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994921727062258 + - -0.030553631361893135 + - 0.00904833186778708 + - -0.04286894538023883 + - - -0.031050288057903986 + - -0.9976495926884846 + - 0.06108330230122541 + - -0.02359475249621254 + - - 0.0071607479015292925 + - -0.06133323584406129 + - -0.9980916580506966 + - 0.5791184056701706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9981715584738726 + - -0.022298079077380333 + - -0.05618127377782665 + - 0.025742633109094866 + - - -0.02155699525298004 + - -0.9996728886295699 + - 0.013762692130337182 + - -0.030466923738682202 + - - -0.05646977784180857 + - -0.012526428400399785 + - -0.9983257247922775 + - 0.5774730250071319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830595068208582 + - -0.017214593054231914 + - -0.18247647474430304 + - 0.06449047275252431 + - - -0.023290633628879464 + - -0.9992415473376351 + - -0.031206993758689603 + - -0.032763893501162614 + - - -0.1818008592782124 + - 0.03492832461293804 + - -0.9827148415005431 + - 0.5756264798059466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996256399887107 + - -0.01835269150217061 + - 0.020291835594314904 + - -0.034824723519128103 + - - -0.018049233950563386 + - -0.9997240033542462 + - -0.015038027502206855 + - 0.03746757164007705 + - - 0.020562223395303843 + - 0.014666145778133202 + - -0.9996809986876095 + - 0.5801305302449844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957794332976311 + - -0.04064137322349609 + - -0.08228972599272265 + - 0.04853889446046495 + - - -0.03795918697416395 + - -0.9987040620285627 + - 0.033901277437712374 + - 0.03517540290436285 + - - -0.08356087808124889 + - -0.03063454373998051 + - -0.9960316784039217 + - 0.5765974070153799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994236726231098 + - -0.03260446406010276 + - 0.009448360910151181 + - -0.04287053036437062 + - - -0.03282147609626369 + - -0.9991777295780996 + - 0.023803685051192743 + - -0.023597484965381277 + - - 0.008664485408689705 + - -0.024100075487588267 + - -0.9996720027359448 + - 0.5793173159057171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978469470442501 + - -0.02493087584252285 + - -0.06066235821491087 + - 0.02570031456688669 + - - -0.022961390009272435 + - -0.9991932190261799 + - 0.03294974386762756 + - -0.030452998041210114 + - - -0.061434882951882784 + - -0.031485909258347405 + - -0.9976143506760833 + - 0.5773239634347545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836721136945028 + - -0.01714683959504217 + - -0.1791512172207909 + - 0.06452879504206886 + - - -0.022979123022550844 + - -0.9992696524493535 + - -0.030530666531587734 + - -0.03276679252207405 + - - -0.1784968701263515 + - 0.034148903139785206 + - -0.9833477105121292 + - 0.575849413421332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994689467822216 + - -0.01962372837121998 + - 0.026014105843738144 + - -0.03481635093036522 + - - -0.01890003327400861 + - -0.9994353916675359 + - -0.0277792480927879 + - 0.037436336651807206 + - - 0.026544550481746768 + - 0.02727282836766053 + - -0.9992755274060054 + - 0.5803053784616581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961695620392893 + - -0.04089104176309963 + - -0.077292472919289 + - 0.04853991987152204 + - - -0.03801715699156262 + - -0.9985430257113658 + - 0.038295190004365806 + - 0.035188780777347314 + - - -0.07874578998733496 + - -0.03521006257762174 + - -0.9962727297545344 + - 0.5767077609175529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993952919616707 + - -0.03278575771393664 + - 0.011582076496468821 + - -0.04287075532831563 + - - -0.03338904512286251 + - -0.9978476797743882 + - 0.056437395711117874 + - -0.023596370404474078 + - - 0.009706805377180612 + - -0.056789982039026035 + - -0.9983389584050982 + - 0.5792411266053665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976268012920243 + - -0.021345472008268487 + - -0.06546095147939757 + - 0.02573722393287329 + - - -0.019833523857420016 + - -0.9995232914584689 + - 0.023660540218386702 + - -0.030455309922515883 + - - -0.06593479108362266 + - -0.022306067712014373 + - -0.997574580002912 + - 0.5773847521709934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859782452247688 + - -0.015752989245215284 + - -0.1661286949124853 + - 0.06452837209972412 + - - -0.023152560840278714 + - -0.9988196814954139 + - -0.04269897872241689 + - -0.032784566854925486 + - - -0.16525997358714142 + - 0.04594656882989577 + - -0.9851791988987268 + - 0.5758362407379813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999274928494495 + - -0.018503390076092002 + - 0.03327524362065727 + - -0.034822084111318125 + - - -0.017671847767995824 + - -0.9995284189082903 + - -0.02511265798670851 + - 0.03745053016673935 + - - 0.03372422095151931 + - 0.024506414474267622 + - -0.9991306784254138 + - 0.5802344265033983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957301148896628 + - -0.04005547382780907 + - -0.08316908871839743 + - 0.04852823471935443 + - - -0.03742098168203794 + - -0.9987546342704123 + - 0.03299773709405608 + - 0.03517421844801476 + - - -0.08438725278009435 + - -0.029744571602320413 + - -0.9959889818810367 + - 0.5766967897329067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993313929658832 + - -0.03273297145531974 + - 0.016288634460031277 + - -0.042878859525618804 + - - -0.03325248947967298 + - -0.9989113317440573 + - 0.032717323495656904 + - -0.02358511409138893 + - - 0.015199966324684176 + - -0.03323708610905066 + - -0.9993319053901508 + - 0.5793147345854212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989368818636065 + - -0.02310301382308773 + - -0.03989181375803072 + - 0.02572752399164694 + - - -0.021139512032432722 + - -0.9985770108864369 + - 0.04895992606345857 + - -0.030458289366102065 + - - -0.0409661699899542 + - -0.048064582401170564 + - -0.9980037919942765 + - 0.5775304278290219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855578408850839 + - -0.017471789933190634 + - -0.1684353847220416 + - 0.06451659584033326 + - - -0.02355350614092849 + - -0.9991382124793822 + - -0.03417696171361773 + - -0.032795496061904315 + - - -0.16769309651384265 + - 0.037650616462885526 + - -0.9851200213484465 + - 0.5757181916586205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993327407325601 + - -0.017910633913382764 + - 0.03183209846633778 + - -0.034802939778297626 + - - -0.017330079200321185 + - -0.999680110684821 + - -0.01842130983656599 + - 0.0374881652445532 + - - 0.0321518530548464 + - 0.017857365259325107 + - -0.9993234575707381 + - 0.5803039030840047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953165881609917 + - -0.040879513838920446 + - -0.0875999696338784 + - 0.0485199902400197 + - - -0.03793112695855933 + - -0.9986650392980106 + - 0.03506235718769581 + - 0.03518185971530517 + - - -0.08891635923280125 + - -0.031575380159190834 + - -0.9955384856591869 + - 0.5765091123436765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994272214618083 + - -0.03157914288896558 + - 0.012164979881928384 + - -0.042859938400015805 + - - -0.032079421849491134 + - -0.9985427444381163 + - 0.04339698404033405 + - -0.02359545050892067 + - - 0.010776812837375374 + - -0.04376237270067645 + - -0.9989838412310157 + - 0.5792879942453447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975789677113795 + - -0.0229100026097324 + - -0.06566075662311772 + - 0.025741046386974352 + - - -0.020903531891762573 + - -0.9992981669442073 + - 0.03108401351816875 + - -0.030452129122114827 + - - -0.06632680856447344 + - -0.02963621639767275 + - -0.997357733786269 + - 0.577277362888654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984409809171289 + - -0.019164293183530835 + - -0.17484295088485036 + - 0.06451968251851863 + - - -0.023292914345881703 + - -0.99949549302075 + - -0.02159165515852865 + - -0.03277816638589611 + - - -0.1743409525860804 + - 0.025327639013241483 + - -0.9843595597917432 + - 0.5756806345803358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993554835358235 + - -0.02028059109209584 + - 0.029619506272650333 + - -0.03482527170804356 + - - -0.019759069896334455 + - -0.9996463925861817 + - -0.01779519447109434 + - 0.03742139165820618 + - - 0.02996992965811129 + - 0.017198471280538283 + - -0.999402829644733 + - 0.5802506190036054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960164976803455 + - -0.041348733643818074 + - -0.07900264916210695 + - 0.048538082211089434 + - - -0.03794337161323829 + - -0.9983049656436637 + - 0.044130444387320854 + - 0.03519589506438341 + - - -0.08069347494809029 + - -0.04095702378414846 + - -0.9958971258636837 + - 0.5765082618084101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970387267107983 + - -0.02227442436700466 + - -0.07360453422194001 + - 0.025691018959992852 + - - -0.021514611173020778 + - -0.9997069150342474 + - 0.011099799042432003 + - -0.030468395783033807 + - - -0.0738302034738079 + - -0.0094833565696558 + - -0.9972257352290851 + - 0.5773818665788544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845566582639859 + - -0.017550856913791525 + - -0.1741842532769381 + - 0.06452550536896952 + - - -0.02344354698824331 + - -0.9992183058280606 + - -0.03183044773028377 + - -0.032778415074322706 + - - -0.1734894428276918 + - 0.03542237597468464 + - -0.9841984904010191 + - 0.5757423596255271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994803735717487 + - -0.018082443459006312 + - 0.026683479597489013 + - -0.034832029011843714 + - - -0.01779500529241065 + - -0.9997814681677176 + - -0.010970583167975778 + - 0.03745436711103414 + - - 0.02687602335764816 + - 0.01049004990237112 + - -0.9995837324714345 + - 0.5802302260723767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995213223614581 + - -0.04123582569922321 + - -0.08860161523119928 + - 0.048513906664384564 + - - -0.03789152470580581 + - -0.9985165296478371 + - 0.039102076358027545 + - 0.03519396841455989 + - - -0.09008258376702741 + - -0.035557653169788796 + - -0.9952993426115146 + - 0.5766797886085375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99792018284676 + - -0.025128486721638702 + - -0.05936217501211937 + - 0.025703397878909517 + - - -0.023759369964589817 + - -0.9994377325790287 + - 0.023658212869437523 + - -0.03045226140233846 + - - -0.05992329268301943 + - -0.022198600234480993 + - -0.9979561218518852 + - 0.5773365529110774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839202662369645 + - -0.018667862170599472 + - -0.17763001044350693 + - 0.06449111791129702 + - - -0.022947328203177006 + - -0.9994930828854439 + - -0.022068017411790892 + - -0.03277294069583098 + - - -0.1771280040437326 + - 0.025789303715512173 + - -0.9838498777747309 + - 0.5756565011569297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999511011530736 + - -0.019064481846435062 + - 0.02478474048142886 + - -0.03483642693091499 + - - -0.018574386236781017 + - -0.9996302940057903 + - -0.01985616986795165 + - 0.03745515800685548 + - - 0.02515412500429523 + - 0.019386099087362035 + - -0.9994955973677143 + - 0.5802057257787727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964124624354073 + - -0.04067111782448493 + - -0.07421633835157142 + - 0.04855118055988201 + - - -0.037442639515526704 + - -0.9983125374438957 + - 0.0443861051280793 + - 0.03518555123501017 + - - -0.07589633357098606 + - -0.04144801270552611 + - -0.9962538877180075 + - 0.5765608894164882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994029444093341 + - -0.032649928990699476 + - 0.011302072502675732 + - -0.04287901317245103 + - - -0.033078450629362405 + - -0.9986491865819124 + - 0.04007016649885584 + - -0.023577114407873273 + - - 0.00997851742065377 + - -0.04042009742921802 + - -0.9991329465661207 + - 0.5793275160031505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997914574188392 + - -0.022114090858024675 + - -0.06064214382690748 + - 0.025702542747383452 + - - -0.021194118295915824 + - -0.9996509645141111 + - 0.01577207962402897 + - -0.03044875363853241 + - - -0.060969762768597266 + - -0.014453931352092863 + - -0.9980349552477661 + - 0.5773769184931679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984708227149452 + - -0.014472206636008528 + - -0.17360951189168145 + - 0.06451524295534718 + - - -0.02369201073862418 + - -0.9984098013137451 + - -0.05115229484400828 + - -0.03279973281222996 + - - -0.17259315169306144 + - 0.054483243990534475 + - -0.9834852210953265 + - 0.575782201771595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994834867671863 + - -0.018147639279514224 + - 0.02652212035807684 + - -0.03483638079077875 + - - -0.017728706450291024 + - -0.9997156636861231 + - -0.015946308294251053 + - 0.037468532027122664 + - - 0.026803967006902 + - 0.015467868928734916 + - -0.9995210314863304 + - 0.5803393231399754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955684321240592 + - -0.040126199822866596 + - -0.0850493094964207 + - 0.048511884025114076 + - - -0.037501189679397084 + - -0.9987763318423859 + - 0.03224127361161428 + - 0.035163395775940694 + - - -0.08623895715204619 + - -0.028908943931670615 + - -0.9958549669656138 + - 0.5765762813615107 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999453354998989 + - -0.03172569135768363 + - 0.009299015493152922 + - -0.04283661141288777 + - - -0.03217603621163731 + - -0.9980693769471581 + - 0.05312458464796194 + - -0.023578405418750895 + - - 0.007595648423426731 + - -0.0533947498185736 + - -0.9985445943055519 + - 0.579185914433386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974326213382332 + - -0.024083504648582593 + - -0.06743997845627245 + - 0.025687285758541317 + - - -0.021548179522292005 + - -0.999042632174312 + - 0.03807223473211062 + - -0.030443759944509537 + - - -0.06829232643288605 + - -0.03652128012629835 + - -0.9969966671199659 + - 0.577333954263048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840272388697161 + - -0.016387403270882273 + - -0.1772620833017598 + - 0.06451550689755958 + - - -0.024350413750771478 + - -0.9987851415332167 + - -0.04284038284887621 + - -0.032792303898662466 + - - -0.17634469232899752 + - 0.04647250871762277 + - -0.9832308250969767 + - 0.5757221674524415 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995205053964632 + - -0.017941380216974428 + - 0.025236207478717746 + - -0.03480979028852235 + - - -0.017485128703292507 + - -0.9996817337961602 + - -0.018185196961588615 + - 0.037447513704252734 + - - 0.02555444317977262 + - 0.017735218922032905 + - -0.9995160991417591 + - 0.5801428063435472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966843266683718 + - -0.0413416966200808 + - -0.07008007629981297 + - 0.04850582626767173 + - - -0.03808894694562691 + - -0.9981621825927502 + - 0.047132678284291595 + - 0.03519456950042012 + - - -0.07189982680220883 + - -0.04430712541172709 + - -0.9964272645524921 + - 0.5766570149092501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999484483509771 + - -0.030097876953658547 + - 0.011175196914987579 + - -0.04285945959434941 + - - -0.03073704022131399 + - -0.9975852769566088 + - 0.0622804107070587 + - -0.02356315316433764 + - - 0.00927370377139815 + - -0.06259179660537804 + - -0.9979961249504288 + - 0.5792057811495434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978959677205803 + - -0.022196030805267497 + - -0.060917762791307936 + - 0.025744562259993716 + - - -0.021832711352829215 + - -0.9997396982212572 + - 0.0066233311448825275 + - -0.030452334834604793 + - - -0.06104891745142159 + - -0.0052793955110736635 + - -0.9981208131589323 + - 0.577463955139714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9825975942673468 + - -0.018737645915675585 + - -0.1847995356205236 + - 0.06450648297877501 + - - -0.022859215420124455 + - -0.9995346508939044 + - -0.020197473425579402 + - -0.03276117951986311 + - - -0.18433508621637595 + - 0.0240703611925415 + - -0.9825686712396552 + - 0.5756592173738381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994214336511816 + - -0.018756915777484885 + - 0.028372100188970278 + - -0.03481502970305853 + - - -0.01837226813152906 + - -0.9997365575359227 + - -0.013757735639500696 + - 0.037481278688965655 + - - 0.02862267846166446 + - 0.013228516044497374 + - -0.9995027506920334 + - 0.5802407786001869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965463251324739 + - -0.04058053558994685 + - -0.07244751200831397 + - 0.048545627742966564 + - - -0.03760543191675284 + - -0.9984109849642195 + - 0.04196828079791019 + - 0.03518513553358446 + - - -0.07403548713499632 + - -0.03909891602091839 + - -0.9964888466062597 + - 0.5764932785005539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977943520089754 + - -0.02120145077714706 + - -0.06290413010234759 + - 0.02573177217176165 + - - -0.019916833516554037 + - -0.9995815102660228 + - 0.020979134323669348 + - -0.030447156322948664 + - - -0.06332259345338544 + - -0.019680010651442797 + - -0.9977990510814772 + - 0.5773758007020651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828987648060235 + - -0.020479484205604845 + - -0.18300439576541785 + - 0.06450481924081934 + - - -0.022759287822378634 + - -0.9996872330247379 + - -0.010365854772349003 + - -0.03276662730322832 + - - -0.18273487067500674 + - 0.014353635567886094 + - -0.9830574450078555 + - 0.5756751892953813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996495793092274 + - -0.018990798990252786 + - 0.01844093654336702 + - -0.03483528309379698 + - - -0.018713673258820014 + - -0.9997110667649007 + - -0.015085801965612157 + - 0.03746171910217477 + - - 0.01872209977664899 + - 0.014735417927407306 + - -0.9997161349295395 + - 0.5802474895519166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955417814538806 + - -0.04112696276542258 + - -0.08488306258215125 + - 0.04852034860770855 + - - -0.03792439086184362 + - -0.9985191340493534 + - 0.03900358336214017 + - 0.03518479520757887 + - - -0.08636146106563955 + - -0.035610558420514124 + - -0.9956272325381559 + - 0.5765684890687276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979106037891561 + - -0.024686880682944178 + - -0.05970749339327635 + - 0.025697930253855965 + - - -0.022443081865996747 + - -0.9990270876234617 + - 0.037962959196317314 + - -0.030450375365804062 + - - -0.06058659027803289 + - -0.03654361937098134 + - -0.9974937738962342 + - 0.577399789414441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841794955241236 + - -0.01664300217378111 + - -0.17639084746246078 + - 0.06451011624398348 + - - -0.023115749746268753 + - -0.9991302588159668 + - -0.034704294143622284 + - -0.03276791816100483 + - - -0.17565984943506432 + - 0.03823266139026548 + - -0.983708229557661 + - 0.5756173418049275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994777776955645 + - -0.019133874696720288 + - 0.026039714511226164 + - -0.03480720918911791 + - - -0.01851299403473252 + - -0.9995434177735303 + - -0.023879385198961676 + - 0.0374546413888078 + - - 0.026484730404629633 + - 0.0233848417719821 + - -0.9993756592146389 + - 0.5802911401271146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950133164858855 + - -0.04112427729528281 + - -0.09086965297996656 + - 0.04855696858887243 + - - -0.037696305067339106 + - -0.9985230474827687 + - 0.03912431762977264 + - 0.035201960861399144 + - - -0.09234440210445331 + - -0.035503766879951215 + - -0.9950939623660199 + - 0.5765528988708876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994192411361071 + - -0.03099327675322232 + - 0.014163235612877832 + - -0.042886405054481304 + - - -0.031575858106562674 + - -0.9985781166835136 + - 0.04295008807489494 + - -0.023587019943304106 + - - 0.012811933178171923 + - -0.04337236074858251 + - -0.9989768228999775 + - 0.5792076689258543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974634954925721 + - -0.02291035625111197 + - -0.06739206730904379 + - 0.025692514909272133 + - - -0.021979826931884466 + - -0.9996530115481115 + - 0.01451701452900292 + - -0.030462858911493713 + - - -0.06770127301450068 + - -0.012998926080181016 + - -0.9976209528438031 + - 0.577384188047805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846347530049343 + - -0.016988130341340654 + - -0.17379817778796686 + - 0.06451963951908854 + - - -0.023320189268835306 + - -0.9991340898926024 + - -0.03445633739889696 + - -0.03277805579198864 + - - -0.1730623354383553 + - 0.03797991366481167 + - -0.984178314235096 + - 0.5757781283763992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995883634928723 + - -0.018519082840531435 + - 0.021912260047448714 + - -0.03482808472695636 + - - -0.01820150462259125 + - -0.9997276634250052 + - -0.014604937940754598 + - 0.037481086523782015 + - - 0.02217676259320265 + - 0.014200089912568787 + - -0.9996532141934821 + - 0.5802427140071467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954504986329269 + - -0.03980864391187603 + - -0.0865654471562099 + - 0.04852321661848086 + - - -0.037444844347041574 + - -0.9988847064388722 + - 0.028761552015738687 + - 0.03516427792603871 + - - -0.08761385965292787 + - -0.025389271600927608 + - -0.9958309075763272 + - 0.5765160501099171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970444923755161 + - -0.023183274528493746 + - -0.07324490429911105 + - 0.025683785859706522 + - - -0.02243497711916862 + - -0.9996875365811985 + - 0.011022749469925524 + - -0.030457293727973664 + - - -0.07347756137292409 + - -0.00934692389777813 + - -0.9972530686783254 + - 0.5773658979126682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831077642242079 + - -0.017286454129840277 + - -0.18220950146931433 + - 0.06450051118842985 + - - -0.023504275649896662 + - -0.9992108095780766 + - -0.032020416120012156 + - -0.032777033599167664 + - - -0.1815121840214943 + - 0.035762222049838956 + - -0.9827382105758408 + - 0.5756832346180769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999361168366091 + - -0.01851429622920454 + - 0.03056920013835447 + - -0.03480678017681836 + - - -0.018014858671512802 + - -0.9997010123446831 + - -0.016533323442701576 + - 0.03745727702858595 + - - 0.03086616317275162 + - 0.01597206161247908 + - -0.9993959041435182 + - 0.5802833556893754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949021317515994 + - -0.04098605161920085 + - -0.09214060890178355 + - 0.04853766463376884 + - - -0.03874913755355634 + - -0.9989122909457427 + - 0.025937219133581987 + - 0.035156820576601286 + - - -0.09310345092948383 + - -0.02223462547910544 + - -0.995408141846763 + - 0.5765672544443091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994552835136569 + - -0.031794292479558256 + - 0.008846424269740336 + - -0.042850904811692736 + - - -0.032163217338091146 + - -0.9984569503938289 + - 0.04526859464042339 + - -0.02358478728350869 + - - 0.007393490860118701 + - -0.04552846555706179 + - -0.9989356811711763 + - 0.5791291221573696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972521242899061 + - -0.022949955133123322 + - -0.07043791705223404 + - 0.025703681109600866 + - - -0.022315310388575 + - -0.999703107976851 + - 0.009783804152053545 + - -0.030465653779418598 + - - -0.07064154246285492 + - -0.008185075492126498 + - -0.9974681834613356 + - 0.5774196338583139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9813749423672492 + - -0.01582061049151901 + - -0.19144955152037782 + - 0.06449194721765719 + - - -0.022460580969110636 + - -0.9992173055645694 + - -0.0325622260113269 + - -0.032759459743255864 + - - -0.19078455072727504 + - 0.03625582082863864 + - -0.980962165763713 + - 0.5756043766830994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995282461794445 + - -0.019718862069159265 + - 0.023546795283888082 + - -0.03483729760942295 + - - -0.01928021757381855 + - -0.999638991087541 + - -0.018712581537296533 + - 0.03747208658235727 + - - 0.023907285495222592 + - 0.018249766469224327 + - -0.9995475915253206 + - 0.5801407920995292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957961490063918 + - -0.041509151543907774 + - -0.08165182154823551 + - 0.048557329612611624 + - - -0.0384806030348447 + - -0.9985242463109658 + - 0.038321961317147754 + - 0.03520416016402382 + - - -0.08312203567114258 + - -0.035018850169918014 + - -0.9959238963488439 + - 0.5766642632461154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994612566587399 + - -0.03065303472122446 + - 0.01172978689115587 + - -0.04285619841266023 + - - -0.03126194323215897 + - -0.9979507063973462 + - 0.05583080248740511 + - -0.023565577730576222 + - - 0.009994365586759073 + - -0.05616741994624445 + - -0.9983713405307171 + - 0.5791488759449673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973091022613306 + - -0.024913304061193006 + - -0.06894839974541296 + - 0.02570265432992401 + - - -0.02251585429655275 + - -0.9991219181470741 + - 0.03533311454441065 + - -0.03044080487039213 + - - -0.06976812203288206 + - -0.03368560462373476 + - -0.9969943275611647 + - 0.57728324168474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859145071484517 + - -0.016222539917914454 + - -0.1664614483681947 + - 0.06451796853774734 + - - -0.022867238387076425 + - -0.9990130692259954 + - -0.0380785625280836 + - -0.03278791347312156 + - - -0.1656794314414861 + - 0.041348720829890565 + - -0.9853124424683561 + - 0.5757585709966455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994794019538418 + - -0.019073804117438163 + - 0.026021434750614848 + - -0.03483935083832772 + - - -0.01853648896598694 + - -0.9996131291107588 + - -0.020736216776697434 + - 0.0374683646963601 + - - 0.02640688635194902 + - 0.02024307550462485 + - -0.9994462938283919 + - 0.5801622807303992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959505765460019 + - -0.04017879469285275 + - -0.08042458290047942 + - 0.04850565852411062 + - - -0.03739012321133858 + - -0.9986561969027881 + - 0.03588563882531898 + - 0.035181333986050084 + - - -0.08175834981167011 + - -0.03273323761392859 + - -0.9961145051606182 + - 0.5764260801201366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993838058881335 + - -0.032187872200557896 + - 0.013998193160198303 + - -0.04285971213053699 + - - -0.03277613783158559 + - -0.9984915114284252 + - 0.04405027121623577 + - -0.023577192338195305 + - - 0.012559192545485336 + - -0.044481934406898016 + - -0.9989312409740851 + - 0.5792983364005232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970093024432907 + - -0.023157173340035586 + - -0.07373056465566111 + - 0.0257176428577319 + - - -0.020297788489536478 + - -0.999021374111594 + - 0.03929750438152977 + - -0.03042636258719778 + - - -0.0745684291371162 + - -0.03768341002459644 + - -0.9965036427354096 + - 0.5772918952974725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851706554595215 + - -0.016110779743240107 + - -0.17081926822674762 + - 0.06451939638830542 + - - -0.024420418611305506 + - -0.9986124374258522 + - -0.04665664982880277 + - -0.032763763541912155 + - - -0.16983057079426353 + - 0.05013624033036106 + - -0.9841971015143416 + - 0.575650541002966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996078445588541 + - -0.019022884611391604 + - 0.020549621832617014 + - -0.03484252112938816 + - - -0.018822451902026246 + - -0.9997737934927368 + - -0.009903390810113146 + - 0.03745671475341413 + - - 0.020733364435078984 + - 0.009512712872971904 + - -0.9997397840903391 + - 0.580214211523845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955984430677307 + - -0.04208125661262109 + - -0.08374310719703001 + - 0.04855509973955255 + - - -0.0380794605188457 + - -0.9980812519311261 + - 0.04882385923080426 + - 0.035179506524832316 + - - -0.0856369946209242 + - -0.04542006589051201 + - -0.9952905720274844 + - 0.5767207908806729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982667368918361 + - -0.02173189431843254 + - -0.05469229182122657 + - 0.025722400650639392 + - - -0.0210153817099525 + - -0.9996860746718369 + - 0.013642061383808858 + - -0.030469911195128773 + - - -0.0549715903618471 + - -0.012469036712877806 + - -0.9984100597332451 + - 0.5775198511798227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844438088800187 + - -0.016004774987647543 + - -0.17496923825460314 + - 0.06452250109123314 + - - -0.023047165601297586 + - -0.9990007905603868 + - -0.03829162594444043 + - -0.03279685620744987 + - - -0.17418155848294525 + - 0.04172849910214061 + - -0.9838290080329688 + - 0.5757713753521118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994995573059571 + - -0.020765031143097815 + - 0.02386311854770571 + - -0.03488875090971911 + - - -0.02018278884158401 + - -0.9994988529322292 + - -0.024386431098771384 + - 0.037442902398315145 + - - 0.024357544617052647 + - 0.02389260280474419 + - -0.9994177572724251 + - 0.5802054884587462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995626230751576 + - -0.04131350002329693 + - -0.08379500793743454 + - 0.04854442354107781 + - - -0.0387339750452027 + - -0.9987312589369514 + - 0.03217998756073534 + - 0.03517860192178665 + - - -0.08501816168682598 + - -0.028793525974366376 + - -0.9959632749481054 + - 0.5764646324106153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969304744823666 + - -0.023533388739155534 + - -0.07467133762572624 + - 0.025676347137631884 + - - -0.02126152796815337 + - -0.9992908845467707 + - 0.03107531963138482 + - -0.030442626940740364 + - - -0.07534969460338141 + - -0.02939230641145887 + - -0.996723891479979 + - 0.5772840251204538 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9812503057407813 + - -0.01458751531256416 + - -0.19218491585092976 + - 0.06451084494718079 + - - -0.024077815180692706 + - -0.9985981303135679 + - -0.047138444505210646 + - -0.03276830185370934 + - - -0.1912278648621786 + - 0.05088200596725847 + - -0.9802259561800025 + - 0.5757184885256982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993898249878465 + - -0.018575936120688568 + - 0.029578916613051127 + - -0.03481509329686996 + - - -0.018006320171335858 + - -0.9996494738092878 + - -0.01940881105839747 + - 0.03746853658754622 + - - 0.02992908526248468 + - 0.018864360844018182 + - -0.9993739969327283 + - 0.580226494419743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957982209481622 + - -0.04169482334633942 + - -0.08153186409369566 + - 0.048551129068801685 + - - -0.038669621733163864 + - -0.9985163040337468 + - 0.03833863500179126 + - 0.03518935929177798 + - - -0.08300941820955819 + - -0.03502473818466173 + - -0.9959330821915733 + - 0.5765596453440425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993855834589797 + - -0.032736964706377186 + - 0.012519852881254661 + - -0.042910728924496586 + - - -0.033294520060733246 + - -0.9983268938011187 + - 0.04727460256137654 + - -0.02357021570325986 + - - 0.010951278842230155 + - -0.047662398756505034 + - -0.9988034667723659 + - 0.5791554649549442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968987916251102 + - -0.019911302114928777 + - -0.07613369362170158 + - 0.025708941661067904 + - - -0.019266501244900255 + - -0.9997721054150011 + - 0.009194518140549286 + - -0.03043845062420587 + - - -0.07629941799368686 + - -0.007699174120947371 + - -0.9970552249156917 + - 0.5773870399856894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845095578188191 + - -0.01680072654279337 + - -0.17452411337986423 + - 0.06450521246463184 + - - -0.024139973877914746 + - -0.9989074149792808 + - -0.04001547151520387 + - -0.03276424803465059 + - - -0.17366114195342325 + - 0.043608621705401064 + - -0.9838394665230643 + - 0.5756669897406672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995710164975458 + - -0.01881108499334039 + - 0.022448297473001477 + - -0.034840214273745 + - - -0.01852102082571978 + - -0.9997431691647382 + - -0.013060149157638054 + - 0.03743693376363744 + - - 0.0226882076338413 + - 0.012638781184110421 + - -0.9996626963353913 + - 0.5801765446646721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949716830314206 + - -0.041120709236213276 + - -0.09132599431450665 + - 0.04853190771906652 + - - -0.03747711528410286 + - -0.9984453301129107 + - 0.04126001218738487 + - 0.03516955700228279 + - - -0.09288065350547746 + - -0.037629908950619156 + - -0.9949659160779146 + - 0.5764185273794704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986527273343272 + - -0.02489471217972465 + - -0.045530028477903585 + - 0.025708398570342593 + - - -0.0235175580879892 + - -0.9992569387639663 + - 0.03053677772203802 + - -0.03046777620186071 + - - -0.0462564011709525 + - -0.02942488126663849 + - -0.998496130044156 + - 0.5775498998819353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852014955109112 + - -0.01830285594652454 + - -0.17042012412642077 + - 0.0645372237291813 + - - -0.02376312530794919 + - -0.9992657229376315 + - -0.03005542941852293 + - -0.03279115915090152 + - - -0.16974488834325052 + - 0.03366036877596382 + - -0.984913017710297 + - 0.5757975080388382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99940508258349 + - -0.0174947459591954 + - 0.029722294159615466 + - -0.03480446678107392 + - - -0.0173407682997398 + - -0.9998348903530264 + - -0.005430450029758335 + - 0.037484485213419724 + - - 0.029812391065834266 + - 0.004911811944097544 + - -0.9995434434992623 + - 0.580255613745784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965634123673969 + - -0.04141931798381003 + - -0.07173426815968531 + - 0.048552092801501044 + - - -0.03820327174156585 + - -0.9982272072763695 + - 0.04563937643594303 + - 0.035228029862555243 + - - -0.07349745001623995 + - -0.04274204897963674 + - -0.9963790654616014 + - 0.576629500212132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971558787218352 + - -0.021331998533738548 + - -0.07228484882076881 + - 0.025717590231263573 + - - -0.019871303388752096 + - -0.9995847676774813 + - 0.020866804469967474 + - -0.030440267249704733 + - - -0.0726999644574672 + - -0.019371062586039555 + - -0.9971657219851526 + - 0.5773899484445751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848486935188467 + - -0.016462795370850807 + - -0.17263263666757248 + - 0.06451998484109026 + - - -0.02330487808187121 + - -0.9990179910773082 + - -0.037682040303707184 + - -0.03277574497484497 + - - -0.17184275815934089 + - 0.04113429071272029 + - -0.9842652267533144 + - 0.575718187970312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991715222388633 + - -0.01887058878903985 + - 0.03605787050877389 + - -0.03482022335523661 + - - -0.018335756723451394 + - -0.9997177617841194 + - -0.015106184122061958 + - 0.03745413902662771 + - - 0.03633275618847198 + - 0.014432520642846605 + - -0.9992355243763321 + - 0.580271454374615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959427252726568 + - -0.03968635019633335 + - -0.08076559654065088 + - 0.04850716598388007 + - - -0.03704569667283379 + - -0.9987371929395463 + - 0.033935759859781 + - 0.03515825506740776 + - - -0.08201039162507151 + - -0.030806055367903297 + - -0.9961552502588004 + - 0.5764952530610665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995119531296486 + - -0.03122108124222754 + - 0.0010486357906328851 + - -0.04287291640975328 + - - -0.031237922800732378 + - -0.9986894513309439 + - 0.04054099134694479 + - -0.023595620324634626 + - - -0.00021847208209026042 + - -0.04055396264687085 + - -0.9991773257953689 + - 0.5792407081206541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972144874093181 + - -0.025228400154193722 + - -0.07019112427245393 + - 0.025703893278086188 + - - -0.02329191535487948 + - -0.9993288692867393 + - 0.02827185330304248 + - -0.030433306231065185 + - - -0.0708572704813862 + - -0.02655821597448712 + - -0.9971328439000395 + - 0.5773236708668859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823212894474428 + - -0.02099025334840429 + - -0.18602229318735727 + - 0.06452106183165604 + - - -0.02323867945002411 + - -0.9996807834231974 + - -0.009914385094488429 + - -0.032778078340546773 + - - -0.18575480633279004 + - 0.01406202399203578 + - -0.9824955019772434 + - 0.5757680448144475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995061540556985 + - -0.018814084200351966 + - 0.025168993632809146 + - -0.03479396589969113 + - - -0.018445118153082175 + - -0.9997201479752527 + - -0.014812270206093207 + - 0.037466487443262086 + - - 0.025440629337835946 + - 0.014340710165174693 + - -0.9995734682407561 + - 0.5801412852107378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958493295863182 + - -0.04149525886888193 + - -0.08100775428244525 + - 0.048513177052585336 + - - -0.038381100392735415 + - -0.9984770500727395 + - 0.03962917625542468 + - 0.035179321590446726 + - - -0.08252880645643262 + - -0.036355521856318136 + - -0.9959253346187315 + - 0.576450435176743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980585881420482 + - -0.023251126903251058 + - -0.05777923271929386 + - 0.025692662416451007 + - - -0.022301707135029093 + - -0.9996063517436483 + - 0.01702279097614878 + - -0.03045263238286223 + - - -0.058152287098314506 + - -0.015701167201299864 + - -0.9981842439418449 + - 0.5774358686384331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9812792287619131 + - -0.01894557106242235 + - -0.1916563083687664 + - 0.0644954836747247 + - - -0.022721691976888215 + - -0.9995882351016189 + - -0.01752383976584463 + - -0.032772673829368826 + - - -0.19124539187685646 + - 0.021550535574557973 + - -0.9813056478500051 + - 0.575659322536556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993888503536791 + - -0.01896762102658568 + - 0.02936247846050335 + - -0.03483359832370046 + - - -0.01809313793742388 + - -0.9993931015345896 + - -0.029766876971753526 + - 0.037472238560599246 + - - 0.02990926525893024 + - 0.029217425582449632 + - -0.99912550657763 + - 0.580393072955975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955972181197011 + - -0.04003940951155401 + - -0.0847527283235081 + - 0.0485238260505169 + - - -0.03684108587760005 + - -0.9985609577909107 + - 0.03897111708763849 + - 0.03519481512518794 + - - -0.08619114608630978 + - -0.03567715321694276 + - -0.9956396070238785 + - 0.5765540131858009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999486641237406 + - -0.03202554520881881 + - 0.0009046778690171654 + - -0.04285094925733486 + - - -0.032033722860174946 + - -0.9984663471399405 + - 0.045153009077373775 + - -0.023606536175833234 + - - -0.0005427593263057253 + - -0.045158809584640254 + - -0.9989796731311464 + - 0.5791997818892984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985086067299502 + - -0.02189143362266599 + - -0.05001327244000402 + - 0.025733386145922674 + - - -0.021085010378367727 + - -0.9996399437339154 + - 0.016595337568077094 + - -0.03045785543917222 + - - -0.0503585605786919 + - -0.01551605702486024 + - -0.9986106685544889 + - 0.5774988233990672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818688695781402 + - -0.017563286949318805 + - -0.18874600367923264 + - 0.06449442798091197 + - - -0.02439979493208579 + - -0.9991253630011313 + - -0.03395819511001148 + - -0.03276752035614004 + - - -0.18798450191602809 + - 0.037947858429604894 + - -0.9814386313366665 + - 0.5755816919581356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993670381536728 + - -0.019208194723490092 + - 0.029942750498575137 + - -0.034830829466249824 + - - -0.01861457065942977 + - -0.9996270876559576 + - -0.019979574160457005 + - 0.03747490023392 + - - 0.030315356028266113 + - 0.01940955640741417 + - -0.9993519141468368 + - 0.5803233231445479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954987621132169 + - -0.04102305010215893 + - -0.08543608132029808 + - 0.04850221845689375 + - - -0.03793633344114016 + - -0.9985783417263929 + - 0.03744502690625241 + - 0.03517844054625598 + - - -0.08685072962327638 + - -0.03403534626359918 + - -0.9956397671691412 + - 0.5764121060275518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975485592808913 + - -0.02427579263695025 + - -0.0656319873877504 + - 0.025708073046732286 + - - -0.02264714274152883 + - -0.9994196326471514 + - 0.02544611571689461 + - -0.03045579539822634 + - - -0.06621162135352716 + - -0.02389735908590246 + - -0.9975193920052163 + - 0.5773129642886391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833345268323084 + - -0.014964979649178454 + - -0.18118845913462553 + - 0.06453083765251412 + - - -0.024578308200733163 + - -0.9983998142972992 + - -0.0509285536522372 + - -0.032791515931398334 + - - -0.18013637918385603 + - 0.05453311099890327 + - -0.9821288228635345 + - 0.5758335322438877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992878019925174 + - -0.01869087577406168 + - 0.03278017620089842 + - -0.034807165155450404 + - - -0.018194534205107277 + - -0.9997162435095697 + - -0.015375024818683318 + - 0.037457026816706686 + - - 0.033058247292053075 + - 0.014767654719505767 + - -0.9993443193714887 + - 0.58027944288889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996704567328848 + - -0.04192247743378088 + - -0.06944430395380063 + - 0.04856129757624954 + - - -0.03888983592264492 + - -0.9982538535554312 + - 0.044461494842640246 + - 0.03518967344573548 + - - -0.07118698004356888 + - -0.041614297393401965 + - -0.9965945334611919 + - 0.5766200286964498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993717955396639 + - -0.03222837652111737 + - 0.014742660093795512 + - -0.04282946099965197 + - - -0.03295917711912039 + - -0.9980845797624568 + - 0.05235326431112059 + - -0.023591477098113704 + - - 0.013027160989968268 + - -0.05280628170220559 + - -0.9985197993476785 + - 0.5791959023265053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975249948027856 + - -0.022607148780443575 + - -0.06657928782828482 + - 0.02570947408869187 + - - -0.02023005778333654 + - -0.9991411024271659 + - 0.036163547982885486 + - -0.030430386832533213 + - - -0.06733965774924588 + - -0.03472714017373853 + - -0.9971255669320529 + - 0.577325904533479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850539294268518 + - -0.018165882776619326 + - -0.17128560016436 + - 0.06451531629362654 + - - -0.023810837107429844 + - -0.999236981941862 + - -0.030959618149507047 + - -0.03277526997040839 + - - -0.17059249736422266 + - 0.03457534703608873 + - -0.9847348603661661 + - 0.575745526241213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992335920003758 + - -0.019179168569276043 + - 0.03412313161211862 + - -0.03484751207828121 + - - -0.018329115981458404 + - -0.9995181005837976 + - -0.025052147865921245 + - 0.037472548878048836 + - - 0.03458716706185867 + - 0.024407500862419943 + - -0.9991035991208751 + - 0.5801680183401512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963564536027467 + - -0.04027573745556331 + - -0.07517767179534258 + - 0.04852506383388381 + - - -0.03743690537937013 + - -0.9985455832907668 + - 0.038796858199073816 + - 0.035169410857268185 + - - -0.07663090420824879 + - -0.03584108066051425 + - -0.9964151351004829 + - 0.5765407897725049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993581545307118 + - -0.03155125595289567 + - 0.016964587255961065 + - -0.04284595167346523 + - - -0.03254044217595376 + - -0.9975705711365346 + - 0.061596065014913735 + - -0.02356957514927942 + - - 0.01497993978504791 + - -0.06210856503029944 + - -0.9979569768050691 + - 0.5791187229000143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992572427857751 + - -0.02331011320727748 + - -0.030685523662378863 + - 0.025747717843445414 + - - -0.0224333528435305 + - -0.9993387969268441 + - 0.028613172438669017 + - -0.03045675805725573 + - - -0.031332210588596636 + - -0.027903540618911683 + - -0.9991194548203735 + - 0.5776296470672531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835303166903092 + - -0.01678937126504455 + - -0.17996175472467615 + - 0.06451462611401301 + - - -0.022302228195085653 + - -0.999340563024209 + - -0.02865396503089873 + - -0.03275877982845425 + - - -0.17936199923226306 + - 0.03219559142153064 + - -0.9832561808218774 + - 0.5757163562652252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994321173243048 + - -0.018846168965393057 + - 0.027933219935856204 + - -0.034829134619508165 + - - -0.018223178917664642 + - -0.999583168297863 + - -0.02239208355068114 + - 0.03747718732656464 + - - 0.02834358147432751 + - 0.021870335409722406 + - -0.999358959442639 + - 0.5802612966400631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959748099747526 + - -0.04029443788650536 + - -0.08006582398980244 + - 0.04852972756062511 + - - -0.03787705712773978 + - -0.998786250181833 + - 0.031485790303801366 + - 0.03519352766934111 + - - -0.08123734633219748 + - -0.028326396225492167 + - -0.9962921804560042 + - 0.5766412000333933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994135744419684 + - -0.03189476549402994 + - 0.012459179556005492 + - -0.042864857996917395 + - - -0.03236793636983785 + - -0.9986821636174689 + - 0.03982778888526778 + - -0.023574315479745898 + - - 0.01117246240924875 + - -0.04020771078303474 + - -0.9991288786124151 + - 0.5792867558845998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973331363756195 + - -0.024205843580750536 + - -0.06885268494194108 + - 0.02569662391919519 + - - -0.02346904518911913 + - -0.9996585328939547 + - 0.011490062237302813 + - -0.030428055316898153 + - - -0.06910730066411974 + - -0.009843513033985686 + - -0.9975606679526157 + - 0.5774001274293894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9819802798297352 + - -0.02132746241831966 + - -0.18777611502081445 + - 0.06450089931878232 + - - -0.023053815794182083 + - -0.9997096182325454 + - -0.007014327527655883 + - -0.03273851869320832 + - - -0.18757199045391318 + - 0.011216887274661943 + - -0.982186810050422 + - 0.5756331029643578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995362787877223 + - -0.02027927962845657 + - 0.022715153641201684 + - -0.03485606113508109 + - - -0.019731568935794627 + - -0.9995152397895827 + - -0.024082163850168523 + - 0.037439362569617045 + - - 0.023192511173318775 + - 0.023622790819995118 + - -0.9994518853748546 + - 0.5802068893225127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995101870825867 + - -0.040133189180776845 + - -0.09034153975353526 + - 0.048503903619438585 + - - -0.037135099119095565 + - -0.9987101608557576 + - 0.034626565190347944 + - 0.03516749065420327 + - - -0.09161468819067478 + - -0.031102117767869836 + - -0.9953086994385605 + - 0.5766037361742329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972721365429233 + - -0.020951256845250833 + - -0.0707766240486031 + - 0.02574081460705995 + - - -0.01943802339130372 + - -0.9995689449347119 + - 0.02200199010873139 + - -0.030447583052103096 + - - -0.07120708477217771 + - -0.02056621401011656 + - -0.997249508357631 + - 0.5773225149714822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828190227622386 + - -0.01850394018731991 + - -0.18364196877136335 + - 0.06449538564446869 + - - -0.022755833504006995 + - -0.9995189415178444 + - -0.02107267397806461 + - -0.0327798175115214 + - - -0.18316369874572913 + - 0.02488955091181791 + - -0.9827673019169857 + - 0.5755280688120852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993513811583979 + - -0.020608920077431557 + - 0.02953115964611858 + - -0.03485266366436479 + - - -0.01973653423935775 + - -0.9993688991353972 + - -0.029534262427267137 + - 0.03742982729120521 + - - 0.030121191759642636 + - 0.02893226320470043 + - -0.9991274382944513 + - 0.5801912422550819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953458111999839 + - -0.04274567132212773 + - -0.08636853425795063 + - 0.04852253862144092 + - - -0.03881759418414548 + - -0.9981563322999972 + - 0.04665973286648863 + - 0.035199695544718725 + - - -0.0882038009861319 + - -0.04308995094726508 + - -0.9951700084000525 + - 0.5763603533447603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994317367769765 + - -0.03186918071878295 + - 0.010979929110429401 + - -0.04285771512811275 + - - -0.032287355675058194 + - -0.9986664315786294 + - 0.040285048113633294 + - -0.02359932078118818 + - - 0.009681435145100607 + - -0.04061666847882794 + - -0.9991278977464352 + - 0.5792601762485309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973387168984819 + - -0.023680021327750943 + - -0.06895462540835928 + - 0.025714186038721915 + - - -0.020859300018384413 + - -0.9989272239451396 + - 0.04134357101170417 + - -0.030438904165914014 + - - -0.06985966918067188 + - -0.039795198845766024 + - -0.9967627444737253 + - 0.5772271775377436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851866841060354 + - -0.017033029064600896 + - -0.1706372567203285 + - 0.0645353201081681 + - - -0.024294671113845128 + - -0.9988817601377828 + - -0.0405585776318022 + - -0.03276380491814516 + - - -0.16975560790626312 + - 0.04410334664092156 + - -0.9844988209233395 + - 0.5758836194843466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995154761275614 + - -0.019543628839298284 + - 0.02422518427764783 + - -0.03484531232930925 + - - -0.019053644286637493 + - -0.9996124669317463 + - -0.02029469374065184 + - 0.03745040842572585 + - - 0.024612428179530226 + - 0.019823282433046117 + - -0.9995005081803047 + - 0.5801669855052325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962505074389095 + - -0.04109876715866198 + - -0.07613026839407103 + - 0.04854688466067447 + - - -0.038477478141118696 + - -0.9986256603101477 + - 0.03558474737892495 + - 0.035191473935662146 + - - -0.07748812879154415 + - -0.03252202189532902 + - -0.9964626977404751 + - 0.5764653768706843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982557907997182 + - -0.024986773522197008 + - -0.05348866500278089 + - 0.025699875399927602 + - - -0.022874172419223193 + - -0.9989477772338742 + - 0.03975060497198091 + - -0.030461693233413523 + - - -0.05442562237554047 + - -0.03845776265532433 + - -0.9977769550959686 + - 0.5774369535867983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831091824701897 + - -0.02029263230078168 + - -0.18189157324378832 + - 0.06452851098210438 + - - -0.02356043405186527 + - -0.9995971924952199 + - -0.015822727418578725 + - -0.032768291237720494 + - - -0.1814972211635287 + - 0.01984091303292788 + - -0.983191281938534 + - 0.5756824705496021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999341447348442 + - -0.018632237777672287 + - 0.031136976842933074 + - -0.03481469262322032 + - - -0.01796188994497142 + - -0.9996037734656544 + - -0.02167179233081271 + - 0.03745467639937971 + - - 0.03152843353428463 + - 0.02109824136323735 + - -0.9992801519545224 + - 0.5802660409952668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955245080614091 + - -0.04172908433037298 + - -0.08479172937284586 + - 0.0485611589764432 + - - -0.038637739630200105 + - -0.998538890928446 + - 0.037778411555506215 + - 0.03519570440735445 + - - -0.08624429792953374 + - -0.034333173816834366 + - -0.99568225566709 + - 0.5765318440059238 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994080131328155 + - -0.031007640993422778 + - 0.014904680001301861 + - -0.042843086873212824 + - - -0.031637105509806876 + - -0.9985288499414419 + - 0.04403668231806704 + - -0.023578130784559285 + - - 0.013517279344585128 + - -0.044482154114251465 + - -0.9989187259854908 + - 0.5792151722416468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99745720108973 + - -0.021069289990281632 + - -0.0680824280820491 + - 0.02571560373077436 + - - -0.019659982940325005 + - -0.9995797192007504 + - 0.021304225715458987 + - -0.03044906296033229 + - - -0.06850267925437735 + - -0.01991155397889658 + - -0.9974522108618123 + - 0.5773111104639794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826059578522757 + - -0.012947629991986264 + - -0.18525088520922797 + - 0.06451506009196238 + - - -0.024094831200743114 + - -0.9980229015889991 + - -0.05804934980929592 + - -0.0327688859079602 + - - -0.1841330244758382 + - 0.06150322578096962 + - -0.9809752201334724 + - 0.5757498318816529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992955854610471 + - -0.019020955826590673 + - 0.032350210470812144 + - -0.03481185630696052 + - - -0.018152751592871993 + - -0.9994726787810859 + - -0.02692288951372129 + - 0.037452399285919986 + - - 0.03284525061055922 + - 0.026316679304263426 + - -0.9991139183810455 + - 0.5801566848731319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952876745451376 + - -0.0407486308315252 + - -0.08798860144296139 + - 0.048521569484141554 + - - -0.03744035762447189 + - -0.9985403476059486 + - 0.03892805959643637 + - 0.035174498194166084 + - - -0.08944643379969872 + - -0.03545029320539008 + - -0.9953605438192578 + - 0.576549736537026 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999497514775881 + - -0.03140499768266836 + - 0.004294656841843691 + - -0.042857199458193496 + - - -0.03157959843273004 + - -0.9982687914812364 + - 0.049620045520124716 + - -0.023602072165267465 + - - 0.00272890448076051 + - -0.04973073571890254 + - -0.9987589333794173 + - 0.5792439783797593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980890893979811 + - -0.021958314162160677 + - -0.05775813417921913 + - 0.025736839672460196 + - - -0.021082040904164327 + - -0.999653882053004 + - 0.015737332927593918 + - -0.03046442592420969 + - - -0.05808370835289332 + - -0.01448960094394057 + - -0.9982065589287927 + - 0.5773886130382073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837713648201963 + - -0.016441842027392857 + - -0.17867167540087137 + - 0.0645060928730856 + - - -0.022763749088685413 + - -0.9991831137617464 + - -0.03339037137870995 + - -0.03277098511578191 + - - -0.177976721756626 + - 0.036915728411167185 + - -0.9833420134971541 + - 0.5756390493581622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996495325688958 + - -0.017864598012352614 + - 0.019536329559189516 + - -0.03481049929080329 + - - -0.017581970416470666 + - -0.9997396379092274 + - -0.014544095344900358 + - 0.03746874133299946 + - - 0.019791067456369434 + - 0.014195510944811005 + - -0.9997033565603116 + - 0.5801775617011888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959443584219118 + - -0.03997666205025554 + - -0.08060211795533843 + - 0.048514610497351895 + - - -0.03704908731157331 + - -0.9986097422286969 + - 0.037495971187776644 + - 0.035162367634202746 + - - -0.08198902400288742 + - -0.03435766606239163 + - -0.9960408378805554 + - 0.5765353490509753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994226194625336 + - -0.033864611233236724 + - 0.002759676189239422 + - -0.04289471321588016 + - - -0.03394092132766194 + - -0.9988019130728806 + - 0.03525269211540259 + - -0.023590387916879903 + - - 0.0015625511438609131 + - -0.035326003849510665 + - -0.9993746203931473 + - 0.57935718177693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99811314936283 + - -0.023649117189944578 + - -0.056664453806150296 + - 0.025737415456706235 + - - -0.021231631262509286 + - -0.9988540939966557 + - 0.04289191928618875 + - -0.0304443355267677 + - - -0.057613877694058326 + - -0.04160790985205048 + - -0.997471514848819 + - 0.5774361975429542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853624580820338 + - -0.019641807784124863 + - -0.1693370177766921 + - 0.06452392444764932 + - - -0.02432991635617855 + - -0.9993747550069015 + - -0.025654516658789782 + - -0.03276664182920932 + - - -0.1687272395691745 + - 0.02939895307432322 + - -0.9852242486792027 + - 0.5756963229170938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993397148688583 + - -0.01864264134807057 + - 0.031186314456761732 + - -0.03481848715904273 + - - -0.017938585011188484 + - -0.9995812508020294 + - -0.022705290415379796 + - 0.03745573858153125 + - - 0.03159654179851301 + - 0.022130860096651994 + - -0.9992556647714124 + - 0.580336357698956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958272456640277 + - -0.03992314472932299 + - -0.082062411054744 + - 0.048510289377884375 + - - -0.03694894551551619 + - -0.9986152429732409 + - 0.037448256658848905 + - 0.03515180177959939 + - - -0.08344382672485519 + - -0.034259874728567466 + - -0.995923384987568 + - 0.5765158162459065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973002206346999 + - -0.020899936156501753 + - -0.07039504663421312 + - 0.02572509509079854 + - - -0.02022412259022426 + - -0.9997424198414064 + - 0.01029945800058186 + - -0.03043652484291001 + - - -0.07059217228159556 + - -0.008847973683523235 + - -0.9974660187566604 + - 0.5773386359995644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846271350471821 + - -0.017325151784024446 + - -0.17380806668402557 + - 0.064512164129653 + - - -0.02422320398412304 + - -0.9989975350588484 + - -0.03764520334769416 + - -0.03275104674650882 + - - -0.17298162132874614 + - 0.0412766769738819 + - -0.984059751549911 + - 0.5755553297877752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999617214414702 + - -0.01995749179385653 + - 0.01916045842587764 + - -0.03485108906396572 + - - -0.019548177501148685 + - -0.999581635116278 + - -0.021317211230644253 + - 0.03746636578351677 + - - 0.019577880431119726 + - 0.02093449926715397 + - -0.999589142267091 + - 0.5802730429420635 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995213816723369 + - -0.042359066774575446 + - -0.08806343432373907 + - 0.04852253657773007 + - - -0.038545479943274175 + - -0.9982626284682623 + - 0.04456422982146204 + - 0.035176171203513296 + - - -0.08979813460672274 + - -0.04095648990849309 + - -0.9951175111289771 + - 0.5763671191975497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999276292974802 + - -0.03211402821414294 + - 0.02038576685825228 + - -0.04287052025297184 + - - -0.03292977548602684 + - -0.9986152082058266 + - 0.041027988330824404 + - -0.02355721490709157 + - - 0.01903996284076341 + - -0.04166959481319237 + - -0.9989500111032221 + - 0.5792549395499609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975762891689147 + - -0.0247310709136553 + - -0.06503784605475031 + - 0.025710806838637204 + - - -0.02323935180206915 + - -0.9994514860090365 + - 0.023593635628043574 + - -0.03045431175256705 + - - -0.06558566776207524 + - -0.022025014092912052 + - -0.9976038386746566 + - 0.577366114002215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847139150478537 + - -0.016089009334331508 + - -0.17343485604044076 + - 0.06451990292023368 + - - -0.02281466672690268 + - -0.9990601391268192 + - -0.03685552048257212 + - -0.032763486649279014 + - - -0.17267888259213685 + - 0.04024900230491094 + - -0.9841554863537522 + - 0.5757237759640514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994256191149521 + - -0.01737409426491347 + - 0.02909592248354771 + - -0.034796363659011384 + - - -0.016958062996417295 + - -0.999751275567895 + - -0.014484857602905936 + - 0.037468422199632104 + - - 0.029340346898158152 + - 0.01398312729116131 + - -0.9994716685304567 + - 0.5800816828287927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960778563596191 + - -0.041106624558423094 + - -0.07835272482459552 + - 0.04855078815884425 + - - -0.03815691304679708 + - -0.9985189985791207 + - 0.03877962691013756 + - 0.03520272770013902 + - - -0.07983078389171125 + - -0.035637829534963916 + - -0.9961711655379673 + - 0.5765189459239721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999479818070814 + - -0.031979233142464224 + - 0.004173956965822109 + - -0.042872448476621465 + - - -0.03209654798055631 + - -0.9989732444481267 + - 0.03197293362384468 + - -0.023604084300387528 + - - 0.0031472014337287097 + - -0.03209027149157277 + - -0.999480019609563 + - 0.5793753256694919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968688562218894 + - -0.02491793501907401 + - -0.07504385390721421 + - 0.02569411820683788 + - - -0.022845064569207714 + - -0.9993368254957278 + - 0.028355109468123897 + - -0.030424360510339546 + - - -0.0757006375117861 + - -0.026551943855502635 + - -0.996777010046782 + - 0.5772664708169094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829127636192304 + - -0.016626093545043807 + - -0.18331959013656526 + - 0.06449290440473507 + - - -0.022933042008157618 + - -0.9992138613676347 + - -0.03233782359765891 + - -0.032736653645691234 + - - -0.18263782384451174 + - 0.03598933542332618 + - -0.9825213448252045 + - 0.5755264114829258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993959692692934 + - -0.019142654160783708 + - 0.02900440311349276 + - -0.03483173313570328 + - - -0.018726940232887547 + - -0.999718944950327 + - -0.014537290563195516 + - 0.03744529607504053 + - - 0.029274533605221035 + - 0.01398534586935718 + - -0.9994735673258753 + - 0.5801603977496426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957055753670245 + - -0.03964577892153128 + - -0.08365775156390236 + - 0.04853155767648182 + - - -0.03719092939836994 + - -0.9988364440358861 + - 0.030701674811508095 + - 0.035190314765884655 + - - -0.08477760290022361 + - -0.027458519250884487 + - -0.9960214795711189 + - 0.576543958344568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981346540233019 + - -0.024727632444653504 + - -0.055818963009585755 + - 0.025692004227970508 + - - -0.022891078416537102 + - -0.999183052811755 + - 0.03330503719723539 + - -0.030467440289581087 + - - -0.05659691658307308 + - -0.03196515552071354 + - -0.9978852728975536 + - 0.5774440881810465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9816384312385971 + - -0.017448574186360605 + - -0.1899514084556609 + - 0.06450534984842352 + - - -0.022678152026014035 + - -0.9994203004843373 + - -0.02539221141377811 + - -0.03275981284237548 + - - -0.18939823583157062 + - 0.029233717496412907 + - -0.9814650773334875 + - 0.5755896888592884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994951028265026 + - -0.019304388125487806 + - 0.025236482023841704 + - -0.03478123965262605 + - - -0.018844269209907567 + - -0.99965412243468 + - -0.018344727234118577 + - 0.037428638773627315 + - - 0.02558188702546569 + - 0.017859901972021225 + - -0.9995131769805569 + - 0.5801550815578207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961397411778553 + - -0.04163807773667385 + - -0.07727798217157397 + - 0.04853174419414469 + - - -0.0380544917861478 + - -0.9981565147499716 + - 0.04728031003587253 + - 0.03517646171495274 + - - -0.0791041825759764 + - -0.04415702146414459 + - -0.9958878881452481 + - 0.5765803707927439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994596798889045 + - -0.03264543646019809 + - 0.003824101815032215 + - -0.04287505153903732 + - - -0.032740966852309664 + - -0.9990611518407746 + - 0.02836977215561583 + - -0.0236009957126062 + - - 0.0028943679697860263 + - -0.028479648187938782 + - -0.9995901821612433 + - 0.5793331391462714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977110557490275 + - -0.0213128184039274 + - -0.06417486274112287 + - 0.02573913511490434 + - - -0.0200091207116565 + - -0.9995815449717369 + - 0.020889471995773123 + - -0.030466163032931905 + - - -0.0645932219703206 + - -0.019557574583701436 + - -0.9977200092971455 + - 0.5774526915119349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833670949201813 + - -0.016602675974765085 + - -0.1808687584374934 + - 0.06451415864586317 + - - -0.02385611653368177 + - -0.998992861646306 + - -0.03800194841920346 + - -0.0327773519276979 + - - -0.1800556645378722 + - 0.04168469179688586 + - -0.9827727835759513 + - 0.5757219477970745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995228364657346 + - -0.02008638400119272 + - 0.02346564640595254 + - -0.034839435508709854 + - - -0.01959479537036949 + - -0.999587548505138 + - -0.02099468665831153 + - 0.03745533030473573 + - - 0.023877675303218073 + - 0.020524864219866767 + - -0.9995041703619195 + - 0.5801661252471112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995706228438327 + - -0.039775387725489705 + - -0.08358842731149527 + - 0.04850631262291247 + - - -0.03743033681207923 + - -0.9988655544222879 + - 0.02943763025091231 + - 0.03516650917620506 + - - -0.08466449394673348 + - -0.026182488803436627 + - -0.9960654600701708 + - 0.5764911753274347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994844628905815 + - -0.031153841298752677 + - 0.007761869147180937 + - -0.04289464288003029 + - - -0.03142921112967806 + - -0.9987710431181583 + - 0.03832242315451056 + - -0.02357084054308621 + - - 0.0065584394555372825 + - -0.03854661594743925 + - -0.9992352802372974 + - 0.5793028546874799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974472228872989 + - -0.021861798778974775 + - -0.06797866804051568 + - 0.025718245043645362 + - - -0.02022953124392634 + - -0.9994924793517996 + - 0.024607921180869 + - -0.03044478886791626 + - - -0.06848214088407296 + - -0.02316992605384122 + - -0.9973832517676412 + - 0.5773090024378187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842339050798868 + - -0.020092715739925132 + - -0.1757267847124933 + - 0.06451164843434604 + - - -0.023093263385515393 + - -0.999620078330039 + - -0.01504660046835214 + - -0.032756100942542984 + - - -0.1753576952329256 + - 0.01886747926039845 + - -0.984323979667749 + - 0.5756878899524055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995670821845402 + - -0.018639739216584707 + - 0.022764189751064437 + - -0.03481509277817662 + - - -0.018439146040419695 + - -0.9997895654520476 + - -0.008990144965831838 + - 0.03746210660637948 + - - 0.022926973336767055 + - 0.00856650075260086 + - -0.9997004396110224 + - 0.5802886569181716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952152752247562 + - -0.04062251472537407 + - -0.08886150604564269 + - 0.048527436184081583 + - - -0.03773419034252857 + - -0.9987110618496738 + - 0.03394621949925128 + - 0.0351516049923011 + - - -0.0901259498618841 + - -0.03043067919853731 + - -0.995465361991571 + - 0.5763817790444266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994776842840062 + - -0.031249589641919488 + - 0.00823539710591769 + - -0.04288869597986229 + - - -0.031562622244714456 + - -0.9986560415572391 + - 0.041108533642825525 + - -0.023611454784467967 + - - 0.006939704267328365 + - -0.04134699273753171 + - -0.9991207468050318 + - 0.5793160565602041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984276989812572 + - -0.022103224736812706 + - -0.05151288540963453 + - 0.025721456455319505 + - - -0.02157310125731013 + - -0.9997086728129262 + - 0.01082454639970066 + - -0.03046303111529589 + - - -0.05173713568737673 + - -0.009696234261370723 + - -0.9986136649535766 + - 0.5775149086943642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846067029005995 + - -0.0177238348965576 + - -0.17388359980104556 + - 0.06451517839378151 + - - -0.02323615502004702 + - -0.9992882448673693 + - -0.029716742247042943 + - -0.032760503918455475 + - - -0.1732331426231567 + - 0.033299689885228814 + - -0.9843177378013936 + - 0.5756627627888502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992954225759794 + - -0.018237634038319153 + - 0.032803157216635084 + - -0.03483360224550778 + - - -0.017805956968036833 + - -0.9997516098276068 + - -0.013403974916453537 + - 0.03746160239587512 + - - 0.0330394660239441 + - 0.012810439172520113 + - -0.9993719459405791 + - 0.5802889951798842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963627868529168 + - -0.040802105301522354 + - -0.07480899128883228 + - 0.04857450031247833 + - - -0.03819568031416458 + - -0.9986234909751898 + - 0.03594736816322897 + - 0.03521575930111212 + - - -0.07617274433829493 + - -0.03295923960724927 + - -0.9965497486550704 + - 0.5767218235846223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999435323849525 + - -0.031893591922902295 + - 0.010575076172323852 + - -0.04285279147991419 + - - -0.032310293617185085 + - -0.9985990704311176 + - 0.041903955188968 + - -0.023596855152596845 + - - 0.00922379358866833 + - -0.0422219768410141 + - -0.9990656766716943 + - 0.5792456935381789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973037878074215 + - -0.02238023880269154 + - -0.06988762219523714 + - 0.0256938927396251 + - - -0.02166924281029153 + - -0.999705608618714 + - 0.010915127682029145 + - -0.030465486370486947 + - - -0.07011133104568998 + - -0.009371286326906793 + - -0.997495152996535 + - 0.5773284593143369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983526091319787 + - -0.016006164948430244 + - -0.18005618672199486 + - 0.06449013583308225 + - - -0.02282171612426025 + - -0.9990967582919404 + - -0.035844620847189666 + - -0.0327548201263193 + - - -0.17931981755055942 + - 0.039363311016462364 + - -0.9830030176858332 + - 0.5755449613538826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994542421887641 + - -0.019509844864546075 + - 0.026656776328817813 + - -0.034841586005159415 + - - -0.01883440268262818 + - -0.9995009724284715 + - -0.025358852303061896 + - 0.03745451801640983 + - - 0.027138221136837337 + - 0.024842948051735814 + - -0.9993229432398851 + - 0.5802711624792812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952451090967163 + - -0.04054129915170966 + - -0.0885639649189044 + - 0.04851997329777187 + - - -0.03750488618962665 + - -0.9986590922434363 + - 0.035684744519454824 + - 0.03517215438526361 + - - -0.08989191471410816 + - -0.03219348602756767 + - -0.9954310740209108 + - 0.5766630980760137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994991509081721 + - -0.0315025301901811 + - 0.0030063142649482556 + - -0.04285422932389543 + - - -0.031607503827835746 + - -0.9984425533996122 + - 0.04597209221512181 + - -0.023589985231744614 + - - 0.0015533948681039503 + - -0.04604408922412347 + - -0.9989382006970724 + - 0.5792614894016621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972985709304648 + - -0.021944108885862377 + - -0.07010004639982714 + - 0.025729286870798847 + - - -0.020509721871536084 + - -0.9995666239746535 + - 0.021116712449323696 + - -0.030451223936426894 + - - -0.07053305415764113 + - -0.019621934693617848 + - -0.997316433209679 + - 0.5773630526626881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9822928910646008 + - -0.020128797634060523 + - -0.18626730166552377 + - 0.06451494746975633 + - - -0.023470281977069123 + - -0.9996004427393433 + - -0.015751213896937743 + - -0.032768882562127524 + - - -0.185875824215698 + - 0.01984405152979753 + - -0.9823728373642153 + - 0.5756503034988325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994484353948101 + - -0.019076784061399402 + - 0.027182738948473895 + - -0.034812216448746464 + - - -0.018545388672856957 + - -0.9996345361888731 + - -0.019668823488693178 + - 0.03745748619921834 + - - 0.027548022539536497 + - 0.019153860402838833 + - -0.9994369595356326 + - 0.5803191250704839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953271118309533 + - -0.04073928263731651 + - -0.08754570980036543 + - 0.04852231126643176 + - - -0.03772743644749307 + - -0.9986470399745571 + - 0.035787289491606734 + - 0.03517360789877974 + - - -0.08888521245602853 + - -0.032317184287195204 + - -0.9955174627330222 + - 0.5764557528711394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975859229903952 + - -0.02442945093066373 + - -0.06500406278554931 + - 0.025693230256846594 + - - -0.022722647376698355 + - -0.9993807043531492 + - 0.02686799327821028 + - -0.030460701970885212 + - - -0.06562017637583402 + - -0.02532606747661434 + - -0.9975232241700315 + - 0.5773853934316759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851701244960951 + - -0.016764405651829028 + - -0.1707594228834517 + - 0.06452963232921069 + - - -0.023299490361058214 + - -0.9990678803685948 + - -0.0363387419253718 + - -0.032761733159963 + - - -0.16999105726262048 + - 0.03977845043418285 + - -0.984642430190672 + - 0.5757273264219235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999447591754668 + - -0.01816122481129275 + - 0.02783309629107323 + - -0.03480730685025327 + - - -0.017759621315897898 + - -0.9997355527433007 + - -0.01460891617345813 + - 0.03744132059847109 + - - 0.028091051715989107 + - 0.014106540837530164 + - -0.9995058270560951 + - 0.5802292657614156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961099736690349 + - -0.04027463932044224 + - -0.0783764874479783 + - 0.04853988996907771 + - - -0.03760677166335742 + - -0.9986716509094168 + - 0.03522306623393102 + - 0.03516874963313944 + - - -0.0796909724004853 + - -0.03213856091159157 + - -0.9963013910561386 + - 0.5766294444762697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980550332378545 + - -0.024066450739791433 + - -0.05750614382285158 + - 0.025693452263654024 + - - -0.02258560787193488 + - -0.9993998722541563 + - 0.026263770777083882 + - -0.030460556305136523 + - - -0.05810370853603488 + - -0.02491387740126383 + - -0.9979996281398076 + - 0.5774325063777477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847457647179683 + - -0.017977873315571845 + - -0.17306812225558232 + - 0.06452696284990178 + - - -0.02447736303497916 + - -0.9990700964515381 + - -0.0354936765518634 + - -0.032782133203330545 + - - -0.17226908477401792 + - 0.039188498916948984 + - -0.9842700970687662 + - 0.5757200049906871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995854686202201 + - -0.018804008853640638 + - 0.021801380101430186 + - -0.034827373405815154 + - - -0.018529692476382854 + - -0.9997474322622496 + - -0.012717003647485554 + - 0.037454127747736356 + - - 0.02203500442535722 + - 0.012307759181576663 + - -0.9996814380811038 + - 0.5801418264984803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962031929201582 + - -0.04049415855636602 + - -0.07706764261668983 + - 0.04852365906606765 + - - -0.037126658688919505 + - -0.9983131028059758 + - 0.04463810009960451 + - 0.0351946785874701 + - - -0.07874521972969797 + - -0.04160735378172618 + - -0.9960261133529605 + - 0.5764596380350338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971456123171042 + - -0.022081771580935203 + - -0.07220126869103298 + - 0.02572377338343058 + - - -0.019729176320614425 + - -0.9992560957524101 + - 0.03313630491409622 + - -0.030448513642310358 + - - -0.07287926617672165 + - -0.03161724949291529 + - -0.9968394866256277 + - 0.5773193852262879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848143738612095 + - -0.01839948974570744 + - -0.1726328700261086 + - 0.06451397662248484 + - - -0.024493270923834055 + - -0.9991473802985761 + - -0.033235404645400195 + - -0.032767572318008496 + - - -0.17187416535304356 + - 0.03695904787179224 + - -0.984425365411012 + - 0.5757270806581394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994711669852298 + - -0.018859749221632496 + - 0.026489549344603694 + - -0.03480830437743612 + - - -0.018404396685449926 + - -0.9996804272179366 + - -0.01732978995856368 + - 0.03747480558494226 + - - 0.026807919498306118 + - 0.016833101219337673 + - -0.9994988655098671 + - 0.5803178894675628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953634940299876 + - -0.040994966890366524 + - -0.08701107654817636 + - 0.04852742012766384 + - - -0.03795909695148621 + - -0.9986210768657883 + - 0.03626364292290714 + - 0.035178678949288736 + - - -0.08837772180274012 + - -0.032792644435455265 + - -0.9955470962038343 + - 0.5764985243139191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974518701198787 + - -0.022890518916925395 + - -0.06757063665580348 + - 0.025687895022149985 + - - -0.02115004612099744 + - -0.9994287004188502 + - 0.0263618726225555 + - -0.030462244157258293 + - - -0.06813547052333618 + - -0.024865577065534612 + - -0.9973661618150886 + - 0.5773347981792795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840583427816638 + - -0.018104350184822045 + - -0.17692204641081538 + - 0.06452829605987151 + - - -0.02344922271435536 + - -0.9993281748028637 + - -0.028166167635465193 + - -0.03276295004022991 + - - -0.17629325555987085 + - 0.03186583671523314 + - -0.9838217605311135 + - 0.5758234379305925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995689183929986 + - -0.01955429621058994 + - 0.021899928820879253 + - -0.03485632977887227 + - - -0.019037673231287258 + - -0.9995412523150259 + - -0.02355529491324437 + - 0.037458192022179454 + - - 0.022350489493292942 + - 0.023128216970179426 + - -0.9994826367672386 + - 0.5802201661522002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956922363855948 + - -0.041755447428783295 + - -0.08278558456322518 + - 0.048512576942887076 + - - -0.03770755650150467 + - -0.9980435769159005 + - 0.04987142227369585 + - 0.035182380425245505 + - - -0.08470602448550296 + - -0.046534945867998674 + - -0.9953187370028378 + - 0.5764978568968223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970889657992263 + - -0.02494826369486671 + - -0.07204983289391112 + - 0.025688932131984622 + - - -0.02346272425049485 + - -0.9994958227097057 + - 0.021391609490483646 + - -0.03046089177618891 + - - -0.07254719051882272 + - -0.019638852422163185 + - -0.9971716104178687 + - 0.5773756621141795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850068054473798 + - -0.018408136565283287 + - -0.1715305620889218 + - 0.06450642721665088 + - - -0.023744833146913762 + - -0.9992940739693228 + - -0.029112482350686034 + - -0.0327694922937182 + - - -0.17087356764922068 + - 0.03274895781529026 + - -0.9847485616343087 + - 0.5757103349009485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993325267062344 + - -0.018676763694642568 + - 0.031395534154206615 + - -0.03480263658903341 + - - -0.018109533233157563 + - -0.9996693354112338 + - -0.018255537366524455 + - 0.03745617541190989 + - - 0.0317261071203297 + - 0.017674793813730622 + - -0.9993403103000663 + - 0.5801456774600396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9950784567821267 + - -0.04277580050670606 + - -0.08938174164286418 + - 0.04851237599041058 + - - -0.039241850560609116 + - -0.9983911729374702 + - 0.04092851041906014 + - 0.03518567428380917 + - - -0.09098869167473538 + - -0.03721957403779331 + - -0.9951561492026098 + - 0.5764092874198328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974849871892322 + - -0.02432443989023557 + - -0.06657343281012106 + - 0.025700337067909723 + - - -0.021454988098372534 + - -0.9988237723733951 + - 0.043482815312246216 + - -0.030463683893969598 + - - -0.0675528224265728 + - -0.04194512326607871 + - -0.9968335983585211 + - 0.5773498480726504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9803073968151103 + - -0.01882234338684968 + - -0.19657855208289982 + - 0.06450461454379808 + - - -0.022306092845826294 + - -0.9996306733184046 + - -0.015522731169036855 + - -0.032765767977124195 + - - -0.19621377620222086 + - 0.019601947618038556 + - -0.9803651960764642 + - 0.5756267938418512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995326053366183 + - -0.019707680791934187 + - 0.02337045542550179 + - -0.03483176981621411 + - - -0.019227187892683805 + - -0.9996027060944366 + - -0.02060934774365839 + - 0.03745965654386522 + - - 0.02376733293265298 + - 0.02015036690690351 + - -0.9995144204056217 + - 0.5803136976080832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955798145290634 + - -0.04039120667283112 + - -0.08479023131109072 + - 0.048515974880978044 + - - -0.037045108870012236 + - -0.998485536701581 + - 0.04067299972419618 + - 0.03516435493495512 + - - -0.08630465115556964 + - -0.037352154171722995 + - -0.9955683420878986 + - 0.576341848929622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973470567948987 + - -0.021057790674297323 + - -0.06968082773956219 + - 0.025711333553847165 + - - -0.01954989581478343 + - -0.9995612343944926 + - 0.022251747558101647 + - -0.030456573523073308 + - - -0.0701188268312026 + - -0.020830462013019437 + - -0.9973211328233952 + - 0.5773386122171058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837989927706465 + - -0.01577239648327461 + - -0.1785798794171278 + - 0.06450846473961999 + - - -0.024413938989907166 + - -0.9986293556713873 + - -0.046296539550443556 + - -0.03279973521357374 + - - -0.17760490254060726 + - 0.0499063272594075 + - -0.9828356205861778 + - 0.5756862673475744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994811317048712 + - -0.020176350696893677 + - 0.025107414014708014 + - -0.034834949278854964 + - - -0.019617610949849817 + - -0.9995587256575781 + - -0.022304782052727543 + - 0.03746903679601467 + - - 0.02554636386201236 + - 0.021800661328393273 + - -0.9994358981240743 + - 0.5804022800543343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965139909033844 + - -0.04034325992132093 + - -0.07302251236933795 + - 0.04857858198018937 + - - -0.037782109898857275 + - -0.9986329283925423 + - 0.03612182860442395 + - 0.03520224491743652 + - - -0.07437995768619422 + - -0.033236962993893546 + - -0.9966759384000116 + - 0.5765855744027804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994240345002854 + - -0.030411638007748966 + - 0.015057607275329975 + - -0.04282898023759995 + - - -0.03122884021553473 + - -0.9978631171681314 + - 0.05739302165153244 + - -0.023583454524053728 + - - 0.013280015134216994 + - -0.05783019686276633 + - -0.9982381026232414 + - 0.579150597234455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974235772166341 + - -0.023024543523300148 + - -0.06794172508787666 + - 0.025736455234886255 + - - -0.021755679229968634 + - -0.9995759075295718 + - 0.01935705317642293 + - -0.030424175826332066 + - - -0.0683585988271824 + - -0.017829062846257814 + - -0.9975014919710185 + - 0.5773371328616741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833219435488859 + - -0.01595637307908343 + - -0.18117215429917116 + - 0.06451211957676953 + - - -0.023300017355209236 + - -0.9989877523670204 + - -0.0384783031322371 + - -0.03277966845472164 + - - -0.18037478905459192 + - 0.0420578741599059 + - -0.9826983620087406 + - 0.5756652098588687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995862804864302 + - -0.018932613856676647 + - 0.021652343888313327 + - -0.034841589344346904 + - - -0.01847376610692056 + - -0.9996045864746967 + - -0.021198836396789145 + - 0.03745789792029139 + - - 0.022045131642396635 + - 0.020790065687847508 + - -0.9995407872315991 + - 0.5802966735794319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953602773990715 + - -0.04156123262443293 + - -0.08677892669756353 + - 0.04854774916348413 + - - -0.0388303090619091 + - -0.9987032371399536 + - 0.032924933171298486 + - 0.03517256767738638 + - - -0.08803479581506367 + - -0.029402518071002404 + - -0.9956833666667755 + - 0.5764989499830271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973993337177622 + - -0.0237905730872053 + - -0.06803365146415663 + - 0.025683094408207218 + - - -0.021058605405579175 + - -0.9989537332431035 + - 0.04059524575660576 + - -0.030453299806058494 + - - -0.06892825427744498 + - -0.03905697724926303 + - -0.9968567842425586 + - 0.5773062271849343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830246892375 + - -0.018456485002343176 + - -0.1825426484711853 + - 0.06451733943024235 + - - -0.02218507612409084 + - -0.9995844564182694 + - -0.018404806012584294 + - -0.03276128979674837 + - - -0.18212710601907872 + - 0.022142101263223548 + - -0.9830256581619649 + - 0.5756849445822387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993430419035971 + - -0.018040895677970178 + - 0.0314326372104203 + - -0.034838952674540805 + - - -0.01748657703498811 + - -0.9996882550624606 + - -0.017821681003004776 + - 0.03746987312058958 + - - 0.0317443573326777 + - 0.017260323673385494 + - -0.9993469752814714 + - 0.5802502629583738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960941270462718 + - -0.041360542629611016 + - -0.07801150926183832 + - 0.04853249440740648 + - - -0.038560580456088026 + - -0.9985686674919403 + - 0.03706343128018581 + - 0.035180945367080385 + - - -0.07943281248209282 + - -0.0339104971469842 + - -0.9962632716729196 + - 0.5765656729304961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983074392531296 + - -0.023809333646722365 + - -0.053060082577751945 + - 0.02568894128132821 + - - -0.022345933874264923 + - -0.9993579897600782 + - 0.028004777127906492 + - -0.030466953778101578 + - - -0.05369279254374632 + - -0.026771700244769464 + - -0.998198557449799 + - 0.5774953114705528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843875317732353 + - -0.017727473554068725 + - -0.17511974180767675 + - 0.06452855383148155 + - - -0.0228688455881815 + - -0.9993633416251195 + - -0.027384800845326164 + - -0.03277273452491952 + - - -0.17452278702467905 + - 0.030962042847074205 + - -0.9841662200623806 + - 0.5757638097936351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995555595766921 + - -0.01957503991305192 + - 0.02248335232406929 + - -0.03482138892508106 + - - -0.019015661782561956 + - -0.9995108267827737 + - -0.024829654669106357 + - 0.03744120712674394 + - - 0.02295839555145395 + - 0.024391083543341952 + - -0.9994388361061843 + - 0.5801213095302062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9948222727361388 + - -0.04186190164047828 + - -0.09260792006705668 + - 0.04854905106106993 + - - -0.038191059483305194 + - -0.9984264192897697 + - 0.041062491884354936 + - 0.035206870517638184 + - - -0.09418114802680036 + - -0.037313086916697095 + - -0.9948555899732896 + - 0.5765694503403397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994942810674111 + - -0.03174748489301626 + - 0.0018108883197482544 + - -0.04287005750399416 + - - -0.031797544531947476 + - -0.998385182300255 + - 0.047073813580647494 + - -0.023591826376933942 + - - 0.0003134888797289933 + - -0.04710758926388019 + - -0.9988897720762125 + - 0.5792395366774463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997588278988114 + - -0.024360590778217145 + - -0.06499374771829242 + - 0.025682571614460373 + - - -0.022625427949776435 + - -0.9993711682566729 + - 0.02730124662688366 + - -0.030486242810517674 + - - -0.06561795208342205 + - -0.025764892280556752 + - -0.9975121326029819 + - 0.5773309310733884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848131377160791 + - -0.016610815810554205 + - -0.17282119250809128 + - 0.06450446512827303 + - - -0.023815852904880846 + - -0.9989277462585476 + - -0.03970091819130528 + - -0.03276091886142228 + - - -0.1719764196982365 + - 0.04321386991380752 + - -0.984152768890506 + - 0.5756019527060581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995669771999685 + - -0.018435140897358846 + - 0.022934769922812466 + - -0.034815891100126777 + - - -0.018025470383314594 + - -0.999676518004299 + - -0.017942735807595363 + - 0.03745968616513212 + - - 0.023258127800363994 + - 0.01752155617790394 + - -0.9995759373656046 + - 0.5802409080184905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958616936489142 + - -0.04040440840690521 + - -0.08140620924723191 + - 0.04855296547205811 + - - -0.037125160957374836 + - -0.9984526106063742 + - 0.04140177287514928 + - 0.03520288151750493 + - - -0.0829530562824849 + - -0.03820822103428063 + - -0.9958207279921376 + - 0.5765964560129216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993530304080546 + - -0.03150872977328759 + - 0.01734129644265435 + - -0.042846636817764426 + - - -0.03242169947788564 + - -0.9979509721906633 + - 0.05516058834598764 + - -0.023562899180915097 + - - 0.01556772357166412 + - -0.05568713542447462 + - -0.998326894825043 + - 0.5791730058856716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978287263985426 + - -0.022385821628516347 + - -0.061941163727190156 + - 0.02572284663306203 + - - -0.020367781779601846 + - -0.9992470734981964 + - 0.03302180447323704 + - -0.03043575999532612 + - - -0.06263374680825702 + - -0.03168850099494181 + - -0.997533384236063 + - 0.5773858525361698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833733997832133 + - -0.01524375658912784 + - -0.18095409496293816 + - 0.0645067665783597 + - - -0.023883883704835088 + - -0.998671249702572 + - -0.04566503166185266 + - -0.03277067461793162 + - - -0.18001754552814717 + - 0.04922766399653262 + - -0.9824308221953681 + - 0.5756769704094195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999572830237698 + - -0.01955813991024965 + - 0.02171718706115319 + - -0.03484188721558209 + - - -0.019072041057207577 + - -0.9995678471183228 + - -0.022369091558528644 + - 0.037463987559346566 + - - 0.02214529973854967 + - 0.021945345075727308 + - -0.9995138756060354 + - 0.5801766483703897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966546530783419 + - -0.0394308984191348 + - -0.07158705712033268 + - 0.04851993481193102 + - - -0.03733302439119557 + - -0.9988400381415456 + - 0.03041091079204859 + - 0.035168189872945815 + - - -0.07270314839878873 + - -0.027636614395678303 + - -0.9969706463871683 + - 0.5764674093620425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994679473970597 + - -0.030395762914961086 + - 0.011828766745766437 + - -0.042850878880051006 + - - -0.031041720576270818 + - -0.9977801303909327 + - 0.05891708564344942 + - -0.023601959847588654 + - - 0.010011678659096022 + - -0.059252923926759134 + - -0.9981927956545049 + - 0.5792892742279194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969655225040976 + - -0.023721830129487333 + - -0.07414190254801474 + - 0.025680838954677373 + - - -0.021309329207268354 + - -0.9992227804346259 + - 0.03316244184664399 + - -0.03044287763009542 + - - -0.07487095182290544 + - -0.03148189695370232 + - -0.9966961576816322 + - 0.5772988417137761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846661613074329 + - -0.018430688260230706 + - -0.1734729388300627 + - 0.06451231032613937 + - - -0.02369092524727793 + - -0.9993186541412727 + - -0.028301370041104012 + - -0.03277863835298667 + - - -0.17283313003302453 + - 0.031977135824363706 + - -0.9844319031540263 + - 0.5756677809188812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993570764178057 + - -0.017735212416627417 + - 0.031159204967284776 + - -0.03480472818628799 + - - -0.017519850001153813 + - -0.9998207984840692 + - -0.007171176654861635 + - 0.03746160828697277 + - - 0.031280803531770575 + - 0.006620661539096106 + - -0.9994887083760333 + - 0.5801151533753716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953866404238009 + - -0.04120956863029926 + - -0.08664414301684578 + - 0.04852023638744386 + - - -0.03802886776057282 + - -0.9985521003701657 + - 0.038046130725481506 + - 0.035178558026173416 + - - -0.08808655562949341 + - -0.034575631586946 + - -0.9955125737115011 + - 0.5766926960384853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992215191723274 + - -0.03292313327131377 + - 0.021735292005063342 + - -0.042879355602964464 + - - -0.03413774504299551 + - -0.9977267639258711 + - 0.05810265836765853 + - -0.023600825978077427 + - - 0.019772960990339664 + - -0.058799420418986406 + - -0.9980739742985317 + - 0.5791395597138826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977530140783818 + - -0.021277197027520216 + - -0.06353112453086693 + - 0.02574631720198595 + - - -0.01947679562340476 + - -0.9993947028949544 + - 0.028825028321755836 + - -0.030448947395832968 + - - -0.06410598513203394 + - -0.027522876160713836 + - -0.9975634886853536 + - 0.577369463697381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857475371521032 + - -0.01572132160392427 + - -0.16749517320086876 + - 0.06451763374179513 + - - -0.02352794807917107 + - -0.9987221952523626 + - -0.0447259697433893 + - -0.032790236375648166 + - - -0.16657799571896303 + - 0.04802933225986729 + - -0.9848578347075914 + - 0.5757274607245839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996006328113974 + - -0.019787667285432325 + - 0.020174813665926893 + - -0.0348405590987667 + - - -0.01947969730930553 + - -0.9996924273674413 + - -0.01534900833705615 + - 0.037462684747453345 + - - 0.020472329515511273 + - 0.014949879183264845 + - -0.9996786407824338 + - 0.5802485091471795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949381130295948 + - -0.0415310173315376 + - -0.09150587872107928 + - 0.048527082838612165 + - - -0.0383516708742929 + - -0.9986071501882413 + - 0.03623408525227765 + - 0.03519704965198738 + - - -0.09288326319773256 + - -0.0325412690644808 + - -0.9951450975739236 + - 0.5765356354065947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994479031396848 + - -0.03121729584540466 + - 0.01137406478738933 + - -0.042880421710892624 + - - -0.031687472605863305 + - -0.9985370121482139 + - 0.04381483139269626 + - -0.023583544857082424 + - - 0.00998964411477763 + - -0.04415105672821683 + - -0.9989749202058288 + - 0.5793219975661976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973704720089329 + - -0.021063942991928077 + - -0.06934300159577178 + - 0.02572477636342587 + - - -0.020170349979358265 + - -0.9997045750554937 + - 0.013561695868354429 + - -0.030438787430593663 + - - -0.0696081787320183 + - -0.012127362398656336 + - -0.9975006909946799 + - 0.5774216416774752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982805565716855 + - -0.01837811512347979 + - -0.1837266036274572 + - 0.06449528493524248 + - - -0.023587774991194584 + - -0.9993781278906261 + - -0.026210195817507508 + - -0.032773015747489205 + - - -0.18313065518076818 + - 0.030093228114235867 + - -0.9826278851908932 + - 0.5755885222645287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994125216597822 + - -0.01980238093261555 + - 0.02797279498074725 + - -0.034825618551715544 + - - -0.019134562817762622 + - -0.9995301875104138 + - -0.02394311510999096 + - 0.03744511259716435 + - - 0.02843378369841816 + - 0.023393801845719 + - -0.9993218950767541 + - 0.5803262166564563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9947682762249626 + - -0.040713036450399184 + - -0.09369378463593532 + - 0.048545180957725025 + - - -0.0382818180400812 + - -0.9988856964082448 + - 0.027601954977172632 + - 0.03518583821459204 + - - -0.09471314071427826 + - -0.023870780758161618 + - -0.9952183714150543 + - 0.5765171313638286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994075792828729 + - -0.031963777261150524 + - 0.012759600900798114 + - -0.04286292342128602 + - - -0.03249647628121139 + - -0.9985033386288251 + - 0.043989337076111676 + - -0.023582230527582314 + - - 0.01133443872685177 + - -0.04437791894952561 + - -0.9989505146945257 + - 0.5792308000895512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971654057406054 + - -0.023173005666918812 + - -0.07158327599750239 + - 0.025731243091596325 + - - -0.020899980883290443 + - -0.9992583472093333 + - 0.032341093542874136 + - -0.030461888482629214 + - - -0.07227962640503718 + - -0.03075333056486386 + - -0.9969101706101287 + - 0.5773115086862814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844540043044342 + - -0.019675588152961283 + - -0.17453705807019937 + - 0.06452536848584409 + - - -0.023758840498906544 + - -0.9994900151470225 + - -0.021336052107921256 + - -0.03276090071279355 + - - -0.17402824744021478 + - 0.025151160057529397 + - -0.9844194168344343 + - 0.5757289167622576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996131194287006 + - -0.01906866502692235 + - 0.020248394507055158 + - -0.03483129053535534 + - - -0.018710008145685828 + - -0.9996672571624584 + - -0.017756986018939134 + - 0.037485533643446554 + - - 0.0205802590170941 + - 0.01737126855987951 + - -0.9996372802008792 + - 0.5802672674056867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958611937782778 + - -0.040344827655102986 + - -0.08144186643234375 + - 0.04852674949752958 + - - -0.03838047306536477 + - -0.998936671060244 + - 0.025543423779056385 + - 0.035160840472043174 + - - -0.08238581196894579 + - -0.02231192713679593 + - -0.9963507193220967 + - 0.5765439330596133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995019012962191 + - -0.03064837908193124 + - 0.007525035873225857 + - -0.0428592069887966 + - - -0.031031430252336022 + - -0.9978591426984619 + - 0.057568929724153985 + - -0.02356386868560423 + - - 0.005744531463705396 + - -0.057773767340726666 + - -0.998313173390756 + - 0.5791849885503492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972024481651752 + - -0.02454872094373343 + - -0.07060196649816386 + - 0.025694129855838535 + - - -0.022483049537366417 + - -0.999299844265825 + - 0.029905413118659126 + - -0.030444247546101418 + - - -0.07128667376783318 + - -0.028234403665104126 + - -0.9970561812620159 + - 0.5773008621122591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824487039442306 + - -0.017760627145138284 + - -0.18568549819981364 + - 0.06450815801161935 + - - -0.02409881714492406 + - -0.9991994538163257 + - -0.031932718414991464 + - -0.03276264078847365 + - - -0.18496970327736686 + - 0.03584705868780586 + - -0.9820902184895821 + - 0.5756197638981738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992678631902702 + - -0.01927593304576844 + - 0.033048086183113806 + - -0.03481092977512439 + - - -0.018636951978470345 + - -0.9996354547602457 + - -0.01953513775811074 + - 0.03744592630478767 + - - 0.033412596668077985 + - 0.01890491976949984 + - -0.999262829486019 + - 0.5802476843808102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995854982943438 + - -0.04103821732814029 + - -0.08117091637559129 + - 0.048549770287294465 + - - -0.03835062410551832 + - -0.9986721443859861 + - 0.03439734958124015 + - 0.03520432216066245 + - - -0.08247473902621422 + - -0.03114181667830462 + - -0.9961064725603048 + - 0.576517454325232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993953323717941 + - -0.03254341812594735 + - 0.012243184640891748 + - -0.04284966646725691 + - - -0.03301035506471516 + - -0.9986504234129039 + - 0.04009548946863829 + - -0.023592707016349333 + - - 0.01092181724680649 + - -0.04047539689623825 + - -0.999120841617329 + - 0.5792752025653117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998015981099544 + - -0.022824883172733085 + - -0.058678157589221326 + - 0.025699007412887033 + - - -0.022098305884649647 + - -0.9996712559906632 + - 0.013001723850305742 + - -0.030468818679764306 + - - -0.058955630324362275 + - -0.011679240309293938 + - -0.9981922805746677 + - 0.5775088681155138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820597352765155 + - -0.017149375715732107 + - -0.1877886451870321 + - 0.06450276825201186 + - - -0.02362850015520762 + - -0.9991982959346334 + - -0.03231809681494574 + - -0.03277612729004035 + - - -0.18708385908205905 + - 0.03617546563467443 + - -0.9816776280210723 + - 0.5755690557170855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994869811554201 + - -0.017874183696157057 + - 0.026576080561679736 + - -0.03484844801216597 + - - -0.017258662310324545 + - -0.9995815724685688 + - -0.023212465541631606 + - 0.03748006764094459 + - - 0.026979864271027037 + - 0.022741889509433576 + - -0.9993772527856823 + - 0.5803408169674571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962452478341102 + - -0.039813495952832144 + - -0.07687842160168416 + - 0.04854433121145321 + - - -0.03753276128839982 + - -0.9988179220136841 + - 0.03088770781937601 + - 0.035158932602235744 + - - -0.07801729294214506 + - -0.027886272685336864 + - -0.996561918697328 + - 0.5764631219966565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994495829469835 + - -0.03066440952979068 + - 0.01265800676607311 + - -0.04286632998522697 + - - -0.031360736628974525 + - -0.997761051681811 + - 0.059071041508460743 + - -0.023581902500068662 + - - 0.010818287534945882 + - -0.05943549221631363 + - -0.9981735254552765 + - 0.579170928441639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974723793183463 + - -0.022135367408889904 + - -0.06751946390982781 + - 0.025731293367891928 + - - -0.02011838630176392 + - -0.9993350887079716 + - 0.03040774588231894 + - -0.030446609966594037 + - - -0.06814765608302374 + - -0.028972503977118397 + - -0.9972544765423146 + - 0.5773355844181233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9811381561500714 + - -0.015857875251165443 + - -0.1926562906809862 + - 0.06451523300848727 + - - -0.02219641719554899 + - -0.9992794813503881 + - -0.030786965030362712 + - -0.03276071390716086 + - - -0.192029262379772 + - 0.03448254550664892 + - -0.9807832158256292 + - 0.5756972589013138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995606392438198 + - -0.018719848289564286 + - 0.022980334081600044 + - -0.03481310454146829 + - - -0.01824493796310029 + - -0.9996191498482526 + - -0.020704528378597962 + - 0.03744644563127531 + - - 0.023359167648032184 + - 0.020276156851663073 + - -0.9995214988934049 + - 0.5802023304078354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959401316359386 + - -0.040599060421799754 + - -0.08034283097984694 + - 0.04852214160390338 + - - -0.03803580218804031 + - -0.9987253074264744 + - 0.03318189352353395 + - 0.03518121442653655 + - - -0.08158757226993256 + - -0.02999127537738149 + - -0.99621483197769 + - 0.5765036715822944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994941360472007 + - -0.03166144192806115 + - 0.0030041808027866453 + - -0.04286007464600329 + - - -0.03176893526038318 + - -0.9983511444436649 + - 0.04780927881118754 + - -0.02359867283904518 + - - 0.0014855166378748368 + - -0.04788053344586184 + - -0.998851964886318 + - 0.5792850337871587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9985890462967447 + - -0.022256980672797782 + - -0.04821351913611415 + - 0.025730533429128108 + - - -0.021353840573643052 + - -0.9995882365194815 + - 0.019166922148003564 + - -0.030450897857314908 + - - -0.04862026438547178 + - -0.01811033470709196 + - -0.9986531358123715 + - 0.5775472597030054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855007982085795 + - -0.017561855638764716 + - -0.16875946775448117 + - 0.06451781488440386 + - - -0.02424579781789605 + - -0.998997653099673 + - -0.03762752170312271 + - -0.03277024369130359 + - - -0.16792950312088192 + - 0.041173660608068985 + - -0.98493878573935 + - 0.5757387143359094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992017102045427 + - -0.018756000918815807 + - 0.03527257793032011 + - -0.03480234774374458 + - - -0.018042536193997896 + - -0.9996283110234782 + - -0.020437873862939406 + - 0.037451570641060195 + - - 0.03564280028288183 + - 0.019785151752830365 + - -0.9991687237689703 + - 0.580204480415319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956132093948964 + - -0.04172354220448988 + - -0.08374654204386163 + - 0.048526066398511626 + - - -0.03850281728799653 + - -0.9984690683716473 + - 0.039712121146359955 + - 0.03517547005395625 + - - -0.08527526217656141 + - -0.03631343457959005 + - -0.9956954675651355 + - 0.5763932346632588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974483860086824 + - -0.024476595974323515 + - -0.06706424903168942 + - 0.025705355292040398 + - - -0.022564455522953678 + - -0.9993211230952187 + - 0.0291228137834088 + - -0.030465792511244226 + - - -0.06773154800849726 + - -0.02753523533983667 + - -0.9973235423969256 + - 0.5773471780640036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834353205660664 + - -0.01633803332592359 + - -0.18052157469443708 + - 0.0645065195948761 + - - -0.023684547366076933 + - -0.9989734096034535 + - -0.03861565901697251 + - -0.03277759203888754 + - - -0.1797053490555645 + - 0.04225157479067546 + - -0.982812694234525 + - 0.5756520270292838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993246906305189 + - -0.018395386533026595 + - 0.03180837076177037 + - -0.03482767590452079 + - - -0.01798324623370074 + - -0.9997512178549876 + - -0.01319489493581896 + - 0.03745937949732381 + - - 0.03204318259966997 + - 0.012613966535937719 + - -0.9994068852560075 + - 0.5801652638835231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959004612335485 + - -0.04153288594168321 + - -0.08035726911836015 + - 0.048528919760050526 + - - -0.03902218899477686 + - -0.9987074970466829 + - 0.032566917397954656 + - 0.03520135515270437 + - - -0.08160600517646567 + - -0.02929769151493712 + - -0.9962339610709092 + - 0.5765422373738958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975781111479181 + - -0.024005432645593714 + - -0.06528132475716024 + - 0.025700538943311084 + - - -0.022001587779069947 + - -0.9992696296104725 + - 0.031243198833494093 + - -0.030460607007942477 + - - -0.0659836517157988 + - -0.029731238481557246 + - -0.9973776672678215 + - 0.5773287124576201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982606332717772 + - -0.018628293071447373 + - -0.18476412422376653 + - 0.06450628152310928 + - - -0.023597619362941635 + - -0.9994155456184061 + - -0.024732964574959448 + - -0.0327743725002453 + - - -0.18419540510917443 + - 0.028662761093599175 + - -0.9824716275105145 + - 0.5756104601220566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999528707663309 + - -0.019091567534322257 + - 0.02403902256743961 + - -0.03485434516282632 + - - -0.01872180151501724 + - -0.999704358814576 + - -0.01551415853886677 + - 0.0374682468332016 + - - 0.0243281052477943 + - 0.015056793025714568 + - -0.9995906343492982 + - 0.5801980262991225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9949756638038701 + - -0.040273793080912404 + - -0.09165942411407482 + - 0.0485344118665898 + - - -0.037359089045863686 + - -0.9987470325825726 + - 0.03329659702085175 + - 0.03517297999720287 + - - -0.09288555810087604 + - -0.029704991135861628 + - -0.9952335839379152 + - 0.5765046588287177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972980157457337 + - -0.023246904731994828 + - -0.06968679365564069 + - 0.025691691712660208 + - - -0.02188928870320034 + - -0.999556664405744 + - 0.020182509312075308 + - -0.03044715265880959 + - - -0.07012507989079393 + - -0.018602582144573828 + - -0.9973647362464071 + - 0.5773694186768963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830956771158836 + - -0.018753584868831028 + - -0.18212960410276466 + - 0.06451830992789301 + - - -0.02474979272132859 + - -0.9992220007849404 + - -0.030705714575502606 + - -0.03276612380291344 + - - -0.18141206518948375 + - 0.034694325211891856 + - -0.9827949767890445 + - 0.5757055040411557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993650352033492 + - -0.01932050073636419 + - 0.02993734564560912 + - -0.034825214756345355 + - - -0.018642723082594882 + - -0.9995672135963742 + - -0.022755974583552625 + - 0.03745237573177822 + - - 0.030364045993151248 + - 0.022183411696079573 + - -0.9992927103488993 + - 0.5801150164016013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952893467867678 + - -0.04103280786244602 + - -0.08783749115094602 + - 0.04853634617597886 + - - -0.03773221723185667 + - -0.9985299514613174 + - 0.038912926096955354 + - 0.03519445932168782 + - - -0.08930507239533997 + - -0.03541531749939169 + - -0.9953744819568565 + - 0.5765734815226515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995189409150673 + - -0.030287769089838712 + - 0.006673664329498337 + - -0.04286556284262252 + - - -0.03053929687931172 + - -0.998670810888868 + - 0.041520631313693185 + - -0.023575251305842173 + - - 0.005407226473846754 + - -0.04170446645301902 + - -0.9991153583944794 + - 0.5791849859952268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970426622171328 + - -0.02386141359592463 + - -0.07305178067765711 + - 0.025689868739230775 + - - -0.021506123465751075 + - -0.9992285551873193 + - 0.03286002361136415 + - -0.030444027658094935 + - - -0.0737795118745588 + - -0.031191784807345694 + - -0.9967866653342055 + - 0.5773183167025235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98533099974662 + - -0.016898443310281782 + - -0.16981538078753544 + - 0.06452364252971506 + - - -0.022911537268039867 + - -0.9991756477287622 + - -0.03351248194067482 + - -0.032784090012062894 + - - -0.16910908431643074 + - 0.03691161876019567 + - -0.9849059092127331 + - 0.5758262052014297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996629139548058 + - -0.019790238450777438 + - 0.01680490777862283 + - -0.03483290986751915 + - - -0.019377460055931238 + - -0.9995149368776415 + - -0.02438042247922318 + - 0.037461244882664016 + - - 0.0172792507119793 + - 0.024046567749805625 + - -0.999561498895534 + - 0.5801711173918742 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996143578227177 + - -0.04051524497922277 + - -0.07782343143957075 + - 0.048539060937703646 + - - -0.03770727607163713 + - -0.9985954819926113 + - 0.03721860657254809 + - 0.035163267433266844 + - - -0.07922204799178918 + - -0.034140566313673563 + - -0.9962721961611538 + - 0.5766270946394505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975963522168334 + - -0.023383949630895257 + - -0.06522813000023321 + - 0.025769244451049868 + - - -0.02205831174190027 + - -0.9995367403950998 + - 0.0209698708493083 + - -0.030432396612374332 + - - -0.0656882708462075 + - -0.019480644239841728 + - -0.9976500165755707 + - 0.5773934751105656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832830044316975 + - -0.01715938215482926 + - -0.18127351930118976 + - 0.06450868306935041 + - - -0.023136369764445677 + - -0.9992543883058975 + - -0.030909154720421574 + - -0.03275120453348941 + - - -0.1806079776474371 + - 0.034586457688995015 + - -0.9829468629354446 + - 0.5756969822313917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996394764709814 + - -0.01924440924689618 + - 0.018723509114482367 + - -0.03480413870181092 + - - -0.0188805503778468 + - -0.9996331320491404 + - -0.019419735504294218 + - 0.03746858356248746 + - - 0.01909036139657174 + - 0.019059224075631542 + - -0.9996360858229281 + - 0.5803589547499607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961658083958428 + - -0.04064635255413924 + - -0.0774697115465232 + - 0.048543714835510274 + - - -0.03724608726602526 + - -0.9982994829614897 + - 0.044842739682065855 + - 0.03518881546489141 + - - -0.07916066678868063 + - -0.041785360389333864 + - -0.9959857290597615 + - 0.5765486448997638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994183580478659 + - -0.030413019088895557 + - 0.015427049841308186 + - -0.04288413490775937 + - - -0.031139468261749133 + - -0.9983001327790866 + - 0.04926640244258007 + - -0.02358455229719474 + - - 0.013902485867040145 + - -0.04971813716499458 + - -0.9986665247837039 + - 0.5792494041615974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997712221134363 + - -0.022453685921904686 + - -0.06376641582884014 + - 0.025717115087034406 + - - -0.020887561045354934 + - -0.9994661610899366 + - 0.025121756103469745 + - -0.030428699504131528 + - - -0.06429645085626941 + - -0.02373235817752015 + - -0.9976486062650626 + - 0.5773474761968083 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834802802360749 + - -0.017749873828126757 + - -0.18014294425776725 + - 0.06451529959571581 + - - -0.024036019448617368 + - -0.9991737737102994 + - -0.03277254489027992 + - -0.03277172139926713 + - - -0.17941239688448832 + - 0.036561070944452725 + - -0.9830943392856851 + - 0.5756448996463513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999409174363286 + - -0.01890990015368525 + - 0.028700485617366076 + - -0.034818055939076234 + - - -0.01825534789411302 + - -0.9995710852187571 + - -0.022899516760433634 + - 0.037467055109155274 + - - 0.029121203130363375 + - 0.022362049789188203 + - -0.9993257198018404 + - 0.5802552069115879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955683834783159 + - -0.04104932724427939 + - -0.084608194349985 + - 0.048525836205501646 + - - -0.038795589556345135 + - -0.99885164283123 + - 0.02811223655864357 + - 0.035185607458162405 + - - -0.08566502232153082 + - -0.024705229125543304 + - -0.996017648239481 + - 0.576490079775226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994108003818308 + - -0.03165569365565217 + - 0.013265336005085402 + - -0.04287467307036812 + - - -0.0321384572062131 + - -0.9987640283333183 + - 0.03791484242096943 + - -0.02359967773877163 + - - 0.01204871978895357 + - -0.03831883044381752 + - -0.9991929221050685 + - 0.5793071675849328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977236313979145 + - -0.02499785497702109 + - -0.06263116314348871 + - 0.025697057092327398 + - - -0.02381797661876875 + - -0.9995258231138331 + - 0.019514940901839584 + - -0.03045000596839214 + - - -0.06308929655612164 + - -0.017978770123741175 + - -0.9978459322384852 + - 0.5773702518949133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832612075194787 + - -0.017683979860224998 + - -0.1813413208390184 + - 0.06450617638992417 + - - -0.023234809516045903 + - -0.9993228283813407 + - -0.0285311812351177 + - -0.032763434796664125 + - - -0.18071397680890575 + - 0.03226703476028168 + - -0.9830062548395557 + - 0.5756793037649822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995069890039753 + - -0.019467885116179168 + - 0.024632912562471666 + - -0.03482010219292312 + - - -0.018920397837383807 + - -0.9995730070838902 + - -0.022267062108511957 + - 0.03745709263151842 + - - 0.025055887090307677 + - 0.021790019696467846 + - -0.999448546731519 + - 0.5802064331272119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961129368617514 + - -0.04012327328560259 + - -0.07841645208440151 + - 0.04853122163568998 + - - -0.03719293059035161 + - -0.9985669847286421 + - 0.03847938310380737 + - 0.03520285443158165 + - - -0.0798479989151743 + - -0.03541327365264524 + - -0.9961777939296005 + - 0.5766279471892259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975362995316281 + - -0.024751201398248743 + - -0.06564075826869376 + - 0.02568900446785191 + - - -0.022714146943087567 + - -0.9992424585079687 + - 0.03160026334698833 + - -0.030443180351507008 + - - -0.06637317715307581 + - -0.030031435934608885 + - -0.9973428268205033 + - 0.5773481791772763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824504587292127 + - -0.015724835491287805 + - -0.1858596935635362 + - 0.06454072374241918 + - - -0.02373741006912358 + - -0.9988785985512186 + - -0.0409643835491698 + - -0.03278288123734753 + - - -0.18500711204159132 + - 0.044657305170880596 + - -0.981722004229764 + - 0.5757995858891661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999326643780369 + - -0.018501956891289445 + - 0.03168495892149204 + - -0.03480026854142056 + - - -0.017797390852363086 + - -0.9995911975528522 + - -0.022376117931934857 + - 0.03745607325967443 + - - 0.032086008002118215 + - 0.021797141235687323 + - -0.9992474031612193 + - 0.580294263115182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955161830021563 + - -0.0404226979492122 + - -0.08551920761632473 + - 0.04853102922689232 + - - -0.03751672318121953 + - -0.9986716315074146 + - 0.03531951166229477 + - 0.03517489324420553 + - - -0.08683331654705492 + - -0.03195274499672894 + - -0.9957102978399959 + - 0.5764106755963516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993433513155677 + - -0.03228350565675411 + - 0.016451183661974574 + - -0.04287383095743183 + - - -0.03285467364938853 + - -0.9988216326863048 + - 0.035719973365855216 + - -0.023586806874809307 + - - 0.015278632162660006 + - -0.0362370161626969 + - -0.9992264218178297 + - 0.5792360097069891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966552206708413 + - -0.02050725208389189 + - -0.07910640758828756 + - 0.0257146711769966 + - - -0.019146274907724116 + - -0.9996560025306653 + - 0.017924752761741953 + - -0.030438541698191584 + - - -0.07944678260769546 + - -0.01635020539257637 + - -0.9967050112831316 + - 0.5773477751309293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850655988909969 + - -0.01699659985483162 + - -0.17133849968672088 + - 0.0645289487025362 + - - -0.023875953050861893 + - -0.9989859753855307 + - -0.038170143423001617 + - -0.03277921502532015 + - - -0.17051599557647007 + - 0.041690965165059594 + - -0.9844725281470127 + - 0.5757660782303725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999398691561031 + - -0.01973160750412906 + - 0.028511733924865484 + - -0.034828653785366294 + - - -0.01891831258857112 + - -0.9994142242608913 + - -0.028518516683050565 + - 0.03746399512574233 + - - 0.029057748620642292 + - 0.02796197436346939 + - -0.9991865567724556 + - 0.5803775078802655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959729089726163 + - -0.040260128080180695 + - -0.08010672056445667 + - 0.04854270526886365 + - - -0.037821991253814226 + - -0.998780776288145 + - 0.03172472056373767 + - 0.03516822926720464 + - - -0.08128629386446953 + - -0.02856716654164857 + - -0.9962813133977577 + - 0.5766264324261345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999342822034561 + - -0.031959402679019644 + - 0.017103234442646775 + - -0.042849642228826035 + - - -0.03259495666089933 + - -0.9987356907691836 + - 0.038269946225146505 + - -0.023570176993588165 + - - 0.015858526043550238 + - -0.03880227524516807 + - -0.9991210590251434 + - 0.5792268853236703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973720615792223 + - -0.022502573698019165 + - -0.06886657359109204 + - 0.025677144246677823 + - - -0.02145614808306601 + - -0.999643392607932 + - 0.0158972112253146 + - -0.030464311856454825 + - - -0.06919974342907366 + - -0.014377822932208543 + - -0.9974992098829358 + - 0.577338823520849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845306837780048 + - -0.018909714650678672 + - -0.17418884979080662 + - 0.06452408611476286 + - - -0.02340251681114614 + - -0.9994433854197835 + - -0.023774809095881387 + - -0.03277620950712392 + - - -0.1736423188814245 + - 0.027483486541403195 + - -0.9844252145597499 + - 0.575710333633137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993414662810652 + - -0.019499641417371254 + - 0.030600616918692453 + - -0.03484432122392446 + - - -0.018899055982419012 + - -0.9996254295057294 + - -0.019794604528998422 + - 0.03743550194685071 + - - 0.030975142520802378 + - 0.01920324634222017 + - -0.9993356672688792 + - 0.5801485835418665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953754933020975 + - -0.04079673152900052 + - -0.08696697091515053 + - 0.04849384699648136 + - - -0.0381910132900549 + - -0.998776398366207 + - 0.03141898423734619 + - 0.03515431594785275 + - - -0.08814234985229764 + - -0.027952330192282958 + - -0.9957156187382705 + - 0.5764133431804646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994780906725467 + - -0.03199549117592606 + - 0.004453628854300773 + - -0.04285221879844486 + - - -0.03214592980773604 + - -0.9987114718771821 + - 0.0392687552350363 + - -0.02359442003435498 + - - 0.003191467116661208 + - -0.039391426545941716 + - -0.9992187598580802 + - 0.5793243016321497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9987036602949748 + - -0.02175092009512038 + - -0.04602060830144615 + - 0.0257441498186071 + - - -0.02076252594107764 + - -0.9995457023507345 + - 0.021847343745271437 + - -0.03045439533352011 + - - -0.04647490107537104 + - -0.02086351809244216 + - -0.9987015556125073 + - 0.5775058952056421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9820297825241306 + - -0.015071046693273464 + - -0.18812328347968493 + - 0.06449663141163604 + - - -0.02371841710722876 + - -0.9987587156259661 + - -0.04380028140432448 + - -0.03277410819071593 + - - -0.18722965290128657 + - 0.0474751673271371 + - -0.9811682656719611 + - 0.5756910758819871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994556350083853 + - -0.018547408230234895 + - 0.027284195020675712 + - -0.03481582961710478 + - - -0.017917843182189003 + - -0.9995716389450761 + - -0.02314064632529793 + - 0.03746316256711486 + - - 0.027701706548220694 + - 0.02263917543982237 + - -0.9993598366903289 + - 0.5803087499605035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958477612922988 + - -0.040285495995314835 + - -0.08163525673095022 + - 0.04853047150202458 + - - -0.03738803298518799 + - -0.9986260743809793 + - 0.03671646164779491 + - 0.03516815270388758 + - - -0.08300223682898657 + - -0.03351182446312005 + - -0.9959857359935123 + - 0.5765299104380168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994997595689717 + - -0.030838442525516017 + - 0.007015773953597047 + - -0.04287498270377504 + - - -0.031118794200120436 + - -0.9985396766835547 + - 0.044160329892713186 + - -0.02358739049435154 + - - 0.0056436928600054346 + - -0.044356561536069865 + - -0.9989998219116956 + - 0.5792277240772586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972022948219547 + - -0.02386499017498897 + - -0.07083816376625655 + - 0.025688523833820365 + - - -0.023312965573358893 + - -0.9996911439374235 + - 0.008609434897886088 + - -0.030449152537556645 + - - -0.07102174904916582 + - -0.0069339005641295285 + - -0.9974506665419418 + - 0.577428359061858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821400436156087 + - -0.01794205663834687 + - -0.18729393297786398 + - 0.06450769739149491 + - - -0.023720808282631397 + - -0.9993077739873025 + - -0.028658264130290673 + - -0.03275386331537458 + - - -0.18665009504725386 + - 0.03258919225953924 + - -0.9818857808150204 + - 0.5755572432646652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995332017098627 + - -0.018064790699491334 + - 0.02463822267563967 + - -0.03481171999897071 + - - -0.017850060649539787 + - -0.9998009951915636 + - -0.008907600617879964 + - 0.03746629004846054 + - - 0.024794233491652544 + - 0.008463648796085278 + - -0.9996567474061379 + - 0.5802340273368897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954844086456546 + - -0.041749875339719585 + - -0.08525104135744875 + - 0.048534619628531096 + - - -0.03815913757831999 + - -0.9983320663006455 + - 0.04332396121272558 + - 0.03518215694862613 + - - -0.08691761825251777 + - -0.039875221692183466 + - -0.9954171458902585 + - 0.5765271132035803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970096175756642 + - -0.02337018865881052 + - -0.0736590574449567 + - 0.025684667233175723 + - - -0.021326723631142096 + - -0.9993688850961076 + - 0.028407786976882825 + - -0.03046347313858669 + - - -0.07427646545702556 + - -0.026751930468933868 + - -0.9968787995014221 + - 0.5772824615288062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872386336642468 + - -0.01942089982184144 + - -0.15805919413580774 + - 0.06454955271799649 + - - -0.023588806519313832 + - -0.9994206096659956 + - -0.024535956917245243 + - -0.03278127899531646 + - - -0.157491105805202 + - 0.027951272331694255 + - -0.9871247529908744 + - 0.5759226371930204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994237239132969 + - -0.018688592432164395 + - 0.028336488705952494 + - -0.034830661755677624 + - - -0.01804392428715818 + - -0.9995763315837762 + - -0.02283799758824912 + - 0.03744212180478326 + - - 0.02875129345955463 + - 0.022313535139596708 + - -0.9993375151939295 + - 0.580210032921145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959037563425316 + - -0.03988180587329582 + - -0.08114893507077033 + - 0.04852077877893729 + - - -0.03720648806535688 + - -0.998721591952019 + - 0.034217817210728585 + - 0.03517660320630106 + - - -0.08240986196249699 + - -0.031058385809779692 + - -0.9961144468996586 + - 0.576529289725932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968155184767646 + - -0.023251127225553662 + - -0.0762771735622133 + - 0.025694077977215735 + - - -0.021682471984788954 + - -0.9995373567149035 + - 0.021329391459025987 + - -0.030449664986607762 + - - -0.07673781683451607 + - -0.01960759072718129 + - -0.9968584903853441 + - 0.5773174301801522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9806394432723399 + - -0.01505800492677697 + - -0.19524225666115538 + - 0.06449209997752844 + - - -0.022412684625086336 + - -0.9991177866065476 + - -0.035515067989945436 + - -0.03276408830694737 + - - -0.19453522525859354 + - 0.03920337962547602 + - -0.9801118003368441 + - 0.5756502849568542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999592859842629 + - -0.018618800659423992 + - 0.021620703356708158 + - -0.03481409248760929 + - - -0.01837474289697278 + - -0.999765806088556 + - -0.011432488774072493 + - 0.037450398243632936 + - - 0.021828499149146443 + - 0.011030559283362646 + - -0.999700876956098 + - 0.5802418297323787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954097061058959 + - -0.040305103756260924 + - -0.08680446763485772 + - 0.04854517522112008 + - - -0.03708651514127305 + - -0.9985748426076602 + - 0.03837804197406789 + - 0.035170347632938304 + - - -0.0882275885698467 + - -0.03498260027905636 + - -0.9954858664455594 + - 0.5764648488206113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973437864429042 + - -0.023026309813791036 + - -0.06910253758068435 + - 0.025697767924315263 + - - -0.02131471593816712 + - -0.9994499848162871 + - 0.025404935252808465 + - -0.030458340374460248 + - - -0.06964951204571232 + - -0.023864553360234013 + - -0.9972860314697641 + - 0.5773539641825058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9814965362457436 + - -0.015244486155004537 + - -0.1908720906247882 + - 0.06450432919500053 + - - -0.02249523962479153 + - -0.9991029492998165 + - -0.03587841822924051 + - -0.03277493810185946 + - - -0.19015392063228856 + - 0.03950825663426524 + - -0.9809590124596904 + - 0.5756990913429596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993955633531302 + - -0.019495759263936083 + - 0.028782343907369223 + - -0.03483644506948225 + - - -0.018786254632501304 + - -0.9995179158993267 + - -0.024718665683034668 + - 0.03745730533365763 + - - 0.029250377552473526 + - 0.02416301237407006 + - -0.9992800229395405 + - 0.5802604325362655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955880371214312 + - -0.04296031590238614 + - -0.0834198513440476 + - 0.0485228083827554 + - - -0.039386165440028625 + - -0.9982535632012265 + - 0.04402900780152586 + - 0.035218133772034914 + - - -0.08516566392993426 + - -0.04054916538750606 + - -0.9955413476464708 + - 0.5765615710190393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977700779714095 + - -0.02207527916542355 + - -0.06298851922927015 + - 0.02570961909436713 + - - -0.020209606617086043 + - -0.9993424365947133 + - 0.030104255867317846 + - -0.030435562329753734 + - - -0.06361166013641015 + - -0.02876415252898868 + - -0.997560113589141 + - 0.5773142143226173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986382590197214 + - -0.019660398029526082 + - -0.16328764345521002 + - 0.06452968025004842 + - - -0.02291104679932447 + - -0.9995745854326367 + - -0.018048049527100186 + - -0.03276479830347759 + - - -0.16286334667565427 + - 0.021543372681502408 + - -0.9864134089736982 + - 0.5757170258598662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993618848354813 + - -0.019259707558400837 + - 0.030081336453672978 + - -0.034799411490764834 + - - -0.018786457120943036 + - -0.9996965014629583 + - -0.015936561472417496 + - 0.0374642120869126 + - - 0.030379140325512272 + - 0.015361270373444072 + - -0.9994204016356664 + - 0.5801955062927602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995081467746425 + - -0.04146357319606745 + - -0.08996468554624602 + - 0.048546011523341516 + - - -0.03806009524914767 + - -0.9985053669975718 + - 0.03922322305306655 + - 0.03518738899688312 + - - -0.09145655633822201 + - -0.03560623786444114 + - -0.9951722936898387 + - 0.576410520160668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993046403908934 + - -0.03200663720065411 + - 0.019126182795654895 + - -0.04284372298827145 + - - -0.03291879916847644 + - -0.998233946871912 + - 0.04945037890482544 + - -0.02357858497517692 + - - 0.01750966460365861 + - -0.05004560407898974 + - -0.9985934353668849 + - 0.5791470239019911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997522736338379 + - -0.024756162048527177 + - -0.06584468793015756 + - 0.025681537038566345 + - - -0.0225676104894792 + - -0.9991745745725803 + - 0.0337768039414516 + - -0.030461886619994757 + - - -0.06662652208233537 + - -0.03220717262243263 + - -0.9972580431297017 + - 0.5772999986814721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833789078527782 + - -0.01642663329222673 + - -0.18082059979150616 + - 0.06450729090082637 + - - -0.024993164186088105 + - -0.998665272326492 + - -0.04519973001049292 + - -0.032777987464778696 + - - -0.17983677414323407 + - 0.04896774007177501 + - -0.9824769183538203 + - 0.5757581635644322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994535051053682 + - -0.02025658906097161 + - 0.026122054517370628 + - -0.034849723716586095 + - - -0.019656116903983906 + - -0.9995412317187982 + - -0.023042637920276606 + - 0.03746484397957488 + - - 0.026576835794550033 + - 0.02251658707892865 + - -0.9993931534213484 + - 0.5803314754219722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961238721134567 + - -0.04182358314815028 + - -0.07738229318354141 + - 0.04854881498414568 + - - -0.03810385497420633 + - -0.9980747510681528 + - 0.04893758797028916 + - 0.035194665774047826 + - - -0.0792800582857912 + - -0.04579933594382017 + - -0.9957997254394616 + - 0.5765734906370761 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995111956193562 + - -0.030518036732057597 + - 0.006783750112275349 + - -0.04286806531074691 + - - -0.030764453474592526 + - -0.9987337883828344 + - 0.039804124721966795 + - -0.023568930100695606 + - - 0.0055604167087228516 + - -0.03999336665614737 + - -0.9991844736531553 + - 0.5792550289584711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977438207597874 + - -0.023938861156385608 + - -0.06272319397317427 + - 0.025713599263938083 + - - -0.02325532967596172 + - -0.9996621978276486 + - 0.011605165921113231 + - -0.030474223408182826 + - - -0.06297982039767569 + - -0.010120334032507332 + - -0.9979634868379434 + - 0.5774278143787472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983686583278818 + - -0.0173054355860911 + - -0.1790564932540031 + - 0.06450638131133707 + - - -0.022557345803734183 + - -0.999371740962527 + - -0.02733659663927263 + - -0.03274681165783249 + - - -0.17847092768161418 + - 0.030929682583291856 + - -0.9834589379876318 + - 0.575647406425088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994371624343 + - -0.01898801585599524 + - 0.027655263497698573 + - -0.03482668743505703 + - - -0.018385204708435913 + - -0.9995913027966438 + - -0.02189090270266512 + - 0.03747308001918174 + - - 0.028059625676469236 + - 0.021370133999606054 + - -0.9993777938196022 + - 0.5802856105074241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958829339282153 + - -0.04076584005316395 + - -0.08096498128999968 + - 0.04852380342331041 + - - -0.037899605952640116 + - -0.9986100294009533 + - 0.03662825478318746 + - 0.03516885041730359 + - - -0.08234562392237216 + - -0.03340891295129704 + - -0.9960436952043059 + - 0.5765006755636846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994506275716168 + - -0.03119763949121655 + - 0.011187061136746213 + - -0.0428239892636753 + - - -0.03176237744194652 + - -0.9980100514749104 + - 0.0544709880053945 + - -0.02356802223010354 + - - 0.00946543321441437 + - -0.05479639080472902 + - -0.9984526834701986 + - 0.5791810707896468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971912924945616 + - -0.024580593970914735 + - -0.07074829024833489 + - 0.025759311133261836 + - - -0.023151615492641366 + - -0.9995124773591408 + - 0.020947799490021807 + - -0.0304563387023188 + - - -0.07122870820888509 + - -0.019251026035780525 + - -0.9972742196223983 + - 0.5773962780246047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9824982509248018 + - -0.016838472229817596 + - -0.18550917169420703 + - 0.06451494794270134 + - - -0.02456556518972678 + - -0.998920170408068 + - -0.03943381998774397 + - -0.03276458758634035 + - - -0.18464484811825757 + - 0.04330079681578821 + - -0.9818509668266888 + - 0.5756391088733968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994136138065591 + - -0.019090662046081508 + - 0.028424903882972374 + - -0.034855103757365655 + - - -0.018476195279451532 + - -0.9995932410357954 + - -0.021725162451622353 + - 0.03746332643449081 + - - 0.02882808953277147 + - 0.021187239041369026 + - -0.9993598161601727 + - 0.5803041941719547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964499637837905 + - -0.041556431084524226 + - -0.07321565891801915 + - 0.048566391237100506 + - - -0.037539942139947866 + - -0.9977579514966957 + - 0.055405983153877854 + - 0.03523683074793853 + - - -0.07535398078012798 + - -0.0524607783075663 + - -0.9957759006523272 + - 0.5765911910064847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994499234523162 + - -0.0297970317815381 + - 0.014559787366901462 + - -0.04281839405722833 + - - -0.030556241703610536 + - -0.9980159193385028 + - 0.05505034822663547 + - -0.023573691752039196 + - - 0.012890562598657482 + - -0.05546495870307039 + - -0.9983774194922264 + - 0.5791575177810869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974612193126094 + - -0.02386077961573932 + - -0.06709529911649217 + - 0.025675236783355586 + - - -0.0214232913383227 + - -0.9990923784057248 + - 0.03681659951470448 + - -0.030449039797958363 + - - -0.06791287474136096 + - -0.03528572810247664 + - -0.9970670784037768 + - 0.5772854208316447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847114948719095 + - -0.018318353828487715 + - -0.1732273355453568 + - 0.06451210705316907 + - - -0.022505859495370515 + - -0.9994993063447069 + - -0.02224011926284205 + - -0.032768820193283504 + - - -0.1727331993436813 + - 0.025798731159983948 + - -0.9846307263715833 + - 0.5757464044618463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994938226138045 + - -0.018016015582026576 + - 0.026220635754931793 + - -0.03484691948458711 + - - -0.017751353767759957 + - -0.9997894633267579 + - -0.010291669456631873 + - 0.03748729224988696 + - - 0.02640053022680541 + - 0.009821008264985357 + - -0.9996032011755475 + - 0.5803290844085711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954574138001192 + - -0.04160753665747686 + - -0.08563498235928463 + - 0.048543732198083375 + - - -0.037687272858324954 + - -0.9981884938303998 + - 0.046897763796373976 + - 0.0352078320684668 + - - -0.08743115448671848 + - -0.0434573777153551 + - -0.9952222111404191 + - 0.5765720861104309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994154336983384 + - -0.03152356261388178 + - 0.013230868667280864 + - -0.0428741547160995 + - - -0.03213728983773365 + - -0.9982782669218271 + - 0.049068282968121796 + - -0.023585243978198417 + - - 0.011661281552542183 + - -0.04946480356458363 + - -0.9987077889557437 + - 0.5793229648062769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975695559263807 + - -0.02351084681158513 + - -0.06559131932691699 + - 0.025692847975943983 + - - -0.022078860520225636 + - -0.9995036400379397 + - 0.022472148740982214 + - -0.030468743794092805 + - - -0.0660871016687208 + - -0.02096934984949662 + - -0.9975934950469141 + - 0.5773616847614693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837383018147923 + - -0.017069567831538502 + - -0.17879480808064102 + - 0.06452558144326614 + - - -0.022809040650486462 + - -0.9992867811932582 + - -0.030094461234965994 + - -0.032757663730277733 + - - -0.1781535888135662 + - 0.03368321223492381 + - -0.9834260216235815 + - 0.5757497860500436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995456273507844 + - -0.019313582774241368 + - 0.02314139936022175 + - -0.03486457395699479 + - - -0.018897663468696098 + - -0.9996583199399269 + - -0.018058839672217154 + - 0.037485868400527936 + - - 0.023482273300314296 + - 0.01761331585208936 + - -0.9995690841284278 + - 0.5801853830831019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965665986947931 + - -0.040833092472509144 + - -0.07202550190746733 + - 0.04858724564663447 + - - -0.0383772808936291 + - -0.9986446504798404 + - 0.03515745126156124 + - 0.03522876468866336 + - - -0.07336346963647884 + - -0.03227259870430456 + - -0.9967829656930182 + - 0.5765912620969821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994328302132995 + - -0.029562224563567895 + - 0.016127391936922943 + - -0.04283573958388011 + - - -0.030610438418658927 + - -0.997135092741584 + - 0.06917086007164083 + - -0.02354189078438862 + - - 0.014036343956010553 + - -0.06962529498742687 + - -0.9974744604982438 + - 0.5791028455491504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972994484604386 + - -0.02412443556194941 + - -0.06936729567542897 + - 0.02574936375171861 + - - -0.023278116474962036 + - -0.9996447193401404 + - 0.012983234910882194 + - -0.030418173918899928 + - - -0.06965586403084191 + - -0.011333433027569359 + - -0.9975066986752157 + - 0.5773237619065241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9813301755341384 + - -0.015597759246820553 + - -0.19169714784684552 + - 0.06450863745201418 + - - -0.024306854088474217 + - -0.9987722638150824 + - -0.04316412721250438 + - -0.03273722859548882 + - - -0.19078853065752863 + - 0.04701781513611474 + - -0.9805044934264033 + - 0.5757258110219955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999310549146167 + - -0.01927141932194521 + - 0.0317338740544512 + - -0.03481966154974288 + - - -0.018314118049562803 + - -0.9993765108523361 + - -0.03018580190549408 + - 0.03744499100945459 + - - 0.032295811574454866 + - 0.029583812362993525 + - -0.9990404289120731 + - 0.5801378609865767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967271601764102 + - -0.04000165048503667 + - -0.07024838877256749 + - 0.04857913067107053 + - - -0.03806234285993911 + - -0.9988622219889857 + - 0.028731855826574032 + - 0.03520800670320273 + - - -0.07131778335507395 + - -0.02596400280579942 + - -0.9971156624663056 + - 0.5766292647787555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993350310254495 + - -0.03041275277634333 + - 0.020113682754006223 + - -0.04284963390462824 + - - -0.03147899816120061 + - -0.9979894500991914 + - 0.05501027327218605 + - -0.02354511090596419 + - - 0.018400229349954177 + - -0.05560685172960683 + - -0.9982831810666704 + - 0.5792480872622632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996609583042758 + - -0.022981191245396843 + - -0.07900129009251979 + - 0.02573421067531048 + - - -0.02054102145946467 + - -0.9992906727548881 + - 0.031562917838578716 + - -0.030421280875262996 + - - -0.07967060577616929 + - -0.029833139191602923 + - -0.996374717855302 + - 0.5772453544738795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874079521423487 + - -0.017830548554444114 + - -0.15718653754154932 + - 0.06454855485419408 + - - -0.024136707909317445 + - -0.998974674080006 + - -0.03830169549833261 + - -0.0327747146364985 + - - -0.15634242986903324 + - 0.04161336425950575 + - -0.9868259079177305 + - 0.5759197168967192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994216611928716 + - -0.01910082760632202 + - 0.028133636864698153 + - -0.03484425916949009 + - - -0.018566569496294254 + - -0.9996445922819314 + - -0.019130384696379826 + - 0.037437395000867124 + - - 0.02848904413314726 + - 0.01859697572848269 + - -0.9994210958640681 + - 0.580233884446396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961729411473048 + - -0.03978123068700253 + - -0.07782624885574232 + - 0.0485269820216615 + - - -0.0366670880145332 + - -0.9984843743183063 + - 0.04104240366640261 + - 0.03514568074592618 + - - -0.07934101072246888 + - -0.03803167005548074 + - -0.9961217777412203 + - 0.5765120788638811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999479892018516 + - -0.03186594479268563 + - 0.0049504558502341195 + - -0.04286735495574099 + - - -0.032004938452934756 + - -0.999002676655648 + - 0.031134160490923237 + - -0.023629296023845305 + - - 0.003953399205679124 + - -0.03127640640035582 + - -0.9995029549918301 + - 0.5792225674777449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9992330881761037 + - -0.022479710319836824 + - -0.03206085023799601 + - 0.025741943560474215 + - - -0.02193138647678538 + - -0.999608867988812 + - 0.017352963013041435 + - -0.03049372314883562 + - - -0.03243839979488603 + - -0.01663651592318327 + - -0.9993352673435903 + - 0.5776115966993551 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846294558356549 + - -0.01887682392205883 + - -0.1736332347777861 + - 0.06452610310477626 + - - -0.023092054439740616 + - -0.9994848581122916 + - -0.022288459480307762 + - -0.032808026971671206 + - - -0.17312305370035 + - 0.025955421839547375 + - -0.98455813660474 + - 0.5758600066154983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999469137196672 + - -0.018698445788344425 + - 0.026679803530766245 + - -0.03484608761956962 + - - -0.018194015501843783 + - -0.9996534354693986 + - -0.01902594949399709 + - 0.03745881725650883 + - - 0.027026312942364343 + - 0.018530436566087823 + - -0.9994629564568224 + - 0.5803726175736574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965771633896693 + - -0.04082132775011055 + - -0.07188585821229634 + - 0.048573097338337895 + - - -0.037901906570266417 + - -0.9984185768184342 + - 0.041518561417652054 + - 0.03524090691992286 + - - -0.07346701905303574 + - -0.03865183908393758 + - -0.9965483593117247 + - 0.5763922160029806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994867948904314 + - -0.031399550843172516 + - 0.006341533450179545 + - -0.04286972288346661 + - - -0.03159579245334215 + - -0.9989334736204539 + - 0.03366929134716281 + - -0.023571016811163633 + - - 0.005277569411959324 + - -0.03385237786953569 + - -0.9994129095492418 + - 0.5793628971885814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997846829512135 + - -0.025405404498903987 + - -0.06046710059881399 + - 0.02569966355262296 + - - -0.023712220689262715 + - -0.9993108889526398 + - 0.02855657210992745 + - -0.03041654729543985 + - - -0.061150923317344306 + - -0.027061275707786846 + - -0.9977616207965229 + - 0.5774121127095992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848014093944646 + - -0.020638843230113564 + - -0.17245353636501323 + - 0.06451828545271504 + - - -0.022975139840501424 + - -0.9996691750250184 + - -0.011562156118515715 + - -0.03274986251013619 + - - -0.1721578549006276 + - 0.015348571755128285 + - -0.984949792802198 + - 0.5756695542503361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996885086608602 + - -0.018831983951855178 + - 0.016378096100049037 + - -0.034817102983142265 + - - -0.018463452781669405 + - -0.9995792789690747 + - -0.02236886155004206 + - 0.03749283486842278 + - - 0.016792455532304882 + - 0.022059497639405904 + - -0.9996156221273724 + - 0.5802766704662068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955600252464567 + - -0.04142909913885223 + - -0.08452139300684626 + - 0.04852753863941451 + - - -0.03880914530772603 + - -0.9987209274875806 + - 0.03240924619349817 + - 0.03524097114182823 + - - -0.0857559698899057 + - -0.028985146935803553 + - -0.9958944597121482 + - 0.5764314052359686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994188069576213 + - -0.033001149851819137 + - 0.008542388885009387 + - -0.04286353080250884 + - - -0.0332550733261395 + - -0.9989497456969394 + - 0.03151992496967091 + - -0.02357263359389645 + - - 0.00749322343708228 + - -0.03178568357733363 + - -0.9994666187132235 + - 0.5793466448762088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978683798638185 + - -0.023294866001341938 + - -0.06095937734210941 + - 0.02575049321407043 + - - -0.022088050533536956 + - -0.9995479447839438 + - 0.020396668890335496 + - -0.030422560545118632 + - - -0.061406958006288474 + - -0.01900671713299237 + - -0.9979318264351731 + - 0.5774841124866811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823851040693854 + - -0.014760888287049611 + - -0.18628371769846166 + - 0.06451034087080317 + - - -0.023350234199368047 + - -0.9987586425754822 + - -0.04399932321769627 + - -0.03273876172042332 + - - -0.18540300392770767 + - 0.04757404815398712 + - -0.9815102832252065 + - 0.5755386494091164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995964592544856 + - -0.018854941912642784 + - 0.021246407022515047 + - -0.03484560414841961 + - - -0.01836603140999297 + - -0.9995672961698661 + - -0.022976277285720666 + - 0.037484732263138386 + - - 0.021670429994410857 + - 0.02257679324293063 + - -0.9995102204933791 + - 0.5800616943626555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960566273743331 + - -0.04178923707262016 + - -0.07826145110178542 + - 0.04857831253540095 + - - -0.03776230211173796 + - -0.9979199686167751 + - 0.05224695948202817 + - 0.035266563258330566 + - - -0.08028202540351503 + - -0.04908559769202379 + - -0.9955628561252807 + - 0.5765551461677115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994856962431159 + - -0.0311356585316591 + - 0.007675530809899968 + - -0.04288672061276646 + - - -0.03138450721345177 + - -0.9989024120145574 + - 0.034770446912129736 + - -0.023532804903925203 + - - 0.006584505477451872 + - -0.03499345709272466 + - -0.9993658500510803 + - 0.5792549384494383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971844528684312 + - -0.02351910755469236 + - -0.07120406264616091 + - 0.025749414535592784 + - - -0.022473945126547545 + - -0.999628129436949 + - 0.015444242578921954 + - -0.03039754445123792 + - - -0.07154081875360754 + - -0.013800522389332543 + - -0.9973421964570868 + - 0.5773154426531331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829345048056727 + - -0.0174704025331107 + - -0.18312439569254035 + - 0.06452333531253335 + - - -0.024729720060354902 + - -0.9989931012524685 + - -0.037432934639335225 + - -0.032741377761403845 + - - -0.18228603953173017 + - 0.04132273811483626 + - -0.9823768274478639 + - 0.5755988936438609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9988003504075118 + - -0.018932031317095133 + - 0.04516013968136273 + - -0.034776822372180535 + - - -0.017201561565654288 + - -0.9991142221123058 + - -0.038404133275282346 + - 0.037192117582399396 + - - 0.04584720608210133 + - 0.037581236849406285 + - -0.9982412956451635 + - 0.5801274901593616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955899220864972 + - -0.038564731942581656 + - -0.08551881950775056 + - 0.04847806017975437 + - - -0.03673235649776396 + - -0.9990627648781961 + - 0.02289816193618491 + - 0.03488674095623212 + - - -0.08632172974357946 + - -0.01965587149254371 + - -0.9960733937265595 + - 0.5762597025557858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9990329186868003 + - -0.02355273518047999 + - -0.037128103178740934 + - 0.025723853953488585 + - - -0.021710232804034314 + - -0.9985494714614324 + - 0.049270872081677256 + - -0.030843141477481392 + - - -0.03823471160774833 + - -0.04841716337841934 + - -0.9980951282912166 + - 0.577667074172879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9904397228245635 + - -0.017501203066099445 + - -0.13683151443450786 + - 0.06451491649093553 + - - -0.022700544161378296 + - -0.9990746789746111 + - -0.03653041372002037 + - -0.0331290008570681 + - - -0.13606557516866308 + - 0.03928732267561242 + - -0.9899205349577329 + - 0.5759410248505796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992616920804981 + - -0.02006185828617198 + - 0.03276572267668541 + - -0.03486727656993378 + - - -0.01928476730493919 + - -0.9995292196529935 + - -0.023862875138431452 + - 0.037009959486589875 + - - 0.03322903083772159 + - 0.023213377651336617 + - -0.9991781475831035 + - 0.5803517422688674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955206502430457 + - -0.042724538992848136 + - -0.08434007770634326 + - 0.0484845448939979 + - - -0.03871076103955624 + - -0.9980646776972036 + - 0.04866596462535252 + - 0.03479550663137453 + - - -0.08625608337619901 + - -0.04518310415438815 + - -0.9952478963452134 + - 0.5764392547948327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9993165092705595 + - -0.02750684342469116 + - -0.024695907841448397 + - 0.025677816668975735 + - - -0.02682239600904643 + - -0.9992582629966271 + - 0.027631194423999254 + - -0.03102669980771765 + - - -0.025437636911428665 + - -0.026949905338840837 + - -0.999313078684848 + - 0.5777559959611116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826698811812239 + - -0.01140988572660685 + - -0.185012753957626 + - 0.06446580856272122 + - - -0.02288387549795472 + - -0.9979359709070422 + - -0.060001051757565704 + - -0.033328384064710795 + - - -0.18394627710685907 + - 0.0631950352284556 + - -0.980902724362106 + - 0.5755153858189157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992034182978868 + - -0.020668708423984855 + - 0.03413697927325074 + - -0.03485117114432621 + - - -0.019509492429014653 + - -0.9992331379196647 + - -0.03394872292713105 + - 0.03711453652857898 + - - 0.03481247717385641 + - 0.03325568485695628 + - -0.9988404030963681 + - 0.5803161366593986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967423048626263 + - -0.0404080097288077 + - -0.06979950176681866 + - 0.04843477136591949 + - - -0.03806874484180968 + - -0.998678497542103 + - 0.03452577606972793 + - 0.03486004205972855 + - - -0.07110237944899402 + - -0.03175612219406506 + - -0.9969633896687917 + - 0.5761743109888857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985898708494104 + - -0.027224930677483692 + - -0.04557491619919719 + - 0.02566291923988209 + - - -0.025193478407595473 + - -0.9986885419520918 + - 0.044569999095040655 + - -0.030945210322331648 + - - -0.046728561744222984 + - -0.04335895897288254 + - -0.9979661528298969 + - 0.5776031907211853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9939662768692535 + - -0.019095468385517556 + - -0.10801112689816711 + - 0.06450067786590265 + - - -0.026210692503941386 + - -0.9975511505284658 + - -0.06484367106971958 + - -0.03330311820895468 + - - -0.10650840363622999 + - 0.06728346874583577 + - -0.992032708527491 + - 0.57605686616359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9988191740324113 + - -0.01950044930576568 + - 0.04449707925341852 + - -0.034858320720367535 + - - -0.01797314038044414 + - -0.9992441241578335 + - -0.03446950189528303 + - 0.03734769727014589 + - - 0.04513561576046786 + - 0.03362904716041379 + - -0.9984146750609216 + - 0.5800483844357649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958436919284527 + - -0.04385256911507612 + - -0.07982664610464715 + - 0.04849687329156746 + - - -0.04010249822154717 + - -0.9980424439530114 + - 0.04799030844546735 + - 0.035108360177958854 + - - -0.08177487928881286 + - -0.04458959800567572 + - -0.9956528696624103 + - 0.57617850021772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980595422279191 + - -0.025546109453425815 + - -0.05678509011694926 + - 0.025646076700271282 + - - -0.02326457044984097 + - -0.9989093553353598 + - 0.04048283074687788 + - -0.030788018834603196 + - - -0.057757336586626344 + - -0.03908319479379294 + - -0.9975653331762936 + - 0.5774922941733105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9919717585455333 + - -0.01747779872973146 + - -0.1252459851637769 + - 0.06451384394541455 + - - -0.024179735883865017 + - -0.9983443324058715 + - -0.05219132423748719 + - -0.03308271944048674 + - - -0.12412642998438553 + - 0.05480073452645489 + - -0.9907519916077352 + - 0.5759378281310493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: null + base_right_marker_pose: + - - 0.9963441485420578 + - -0.041040795738040696 + - -0.0749265690605829 + - 0.04852885810424606 + - - -0.037477807500585374 + - -0.9981268170463276 + - 0.048355672241386455 + - 0.03552422998127651 + - - -0.07677077315587583 + - -0.045370807554591164 + - -0.9960159327093586 + - 0.5763477320874848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995139078379729 + - -0.031161137594777885 + - -0.0009651643713349218 + - -0.04282332693143612 + - - -0.03108933691412679 + - -0.9985629200189259 + - 0.04365258175086813 + - -0.02346929429868863 + - - -0.0023240414592445224 + - -0.043601356252708834 + - -0.9990463055155252 + - 0.5792658584644579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979754491426025 + - -0.027929555965202458 + - -0.05713967808981359 + - 0.02572094342170628 + - - -0.02335045342916191 + - -0.996577805003222 + - 0.0792933471333737 + - -0.030340268458987792 + - - -0.05915876294576688 + - -0.07779857632725541 + - -0.995212350349502 + - 0.5773352881410775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887894901022793 + - -0.017494891719999496 + - -0.14828780471427822 + - 0.0645778447343352 + - - -0.02405863877213655 + - -0.9988030930411309 + - -0.04258595110952248 + - -0.0326885677428043 + - - -0.1473652814054459 + - 0.04567614361103927 + - -0.9880269043609684 + - 0.5760302802438229 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991880031410465 + - -0.020433835762860272 + - 0.034724526419010554 + - -0.03472617757484111 + - - -0.019237695474368245 + - -0.9992216514615039 + - -0.0344383844478908 + - 0.03775745227404189 + - - 0.03540120692636878 + - 0.03374240072315111 + - -0.998803386528898 + - 0.5800731139808507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964793363495295 + - -0.03772230573952714 + - -0.07487295825660283 + - 0.04855527613740026 + - - -0.03665455880243224 + - -0.9992064676967096 + - 0.015584551070317058 + - 0.035547265004788955 + - - -0.07540142934587109 + - -0.012785247856726188 + - -0.9970712922804676 + - 0.5765515628791787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970669889038618 + - -0.02627981461545231 + - -0.07188039358520386 + - 0.025756827499936158 + - - -0.02610893097952183 + - -0.999653603808881 + - 0.0033160390563676924 + - -0.030124869402043477 + - - -0.07194263938230876 + - -0.0014295928421231867 + - -0.9974077465625645 + - 0.5775181703800457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859508740722236 + - -0.018219814793942912 + - -0.166038887809732 + - 0.06452990820575012 + - - -0.022759656719821483 + - -0.9994162050539567 + - -0.025480327736183528 + - -0.03242428034754724 + - - -0.1654777082939398 + - 0.02890133949182732 + - -0.985789957665102 + - 0.5757008125439639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994550426687259 + - -0.018782970205338784 + - 0.027144386423730845 + - -0.034826927366781335 + - - -0.01818689165823925 + - -0.9995916083818213 + - -0.02204208303350466 + - 0.03753042583050632 + - - 0.0275473166727167 + - 0.021536399023741222 + - -0.9993884774506978 + - 0.5801881354292115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974597975332363 + - -0.039244261769263315 + - -0.059446111926186755 + - 0.04855053534802166 + - - -0.03727299955015203 + - -0.9987294598933384 + - 0.033914443024993905 + - 0.03530508903887414 + - - -0.060701530536631056 + - -0.03161255857007985 + - -0.9976552362069595 + - 0.5767317076345502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964272692383724 + - -0.0262734830649473 + - -0.08026457005301921 + - 0.025694703639751647 + - - -0.024561900620113566 + - -0.999450945230853 + - 0.022237830718900106 + - -0.030310676309956635 + - - -0.08080476567683223 + - -0.020186930544060427 + - -0.9965255027740744 + - 0.5773698149705633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845740889099882 + - -0.020161727892707315 + - -0.17380267021955426 + - 0.06453731012817462 + - - -0.023673535958546876 + - -0.9995548588708862 + - -0.018156205628426698 + - -0.03265136567601552 + - - -0.1733592430252454 + - 0.0219906533778047 + - -0.9846131138786091 + - 0.5758273254083393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993227077664502 + - -0.019038119125335203 + - 0.03149088379991359 + - -0.03488216423438875 + - - -0.018315734535726064 + - -0.9995660360376787 + - -0.02307105260580702 + - 0.037363910408465546 + - - 0.03191644733905899 + - 0.022478648093082674 + - -0.9992377348605094 + - 0.5802899739788085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956986370293661 + - -0.040872127859674555 + - -0.08314862225007236 + - 0.048467473669899584 + - - -0.03784510883653396 + - -0.9985736600058617 + - 0.03766156236335184 + - 0.035029571921564286 + - - -0.0845693322370096 + - -0.03435279765492406 + - -0.9958252423684921 + - 0.5763752579952052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995017577450039 + - -0.03126731769876637 + - 0.004311740782081982 + - -0.04287678595999884 + - - -0.03142626553772879 + - -0.9985473945576844 + - 0.04376631874412429 + - -0.023721777792500596 + - - 0.002937022131278068 + - -0.0438800144255279 + - -0.9990324910807534 + - 0.5792342578405143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984117474961399 + - -0.023187468249277077 + - -0.0513451436641575 + - 0.02570991843359429 + - - -0.020960005103846147 + - -0.9988333742366907 + - 0.04350366302961164 + - -0.03067522835331418 + - - -0.052293982901964436 + - -0.04235837375461931 + - -0.9977329840819704 + - 0.5774813124816955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875427806528855 + - -0.019589586709773923 + - -0.15612656555790597 + - 0.06451072513657 + - - -0.023395052428963486 + - -0.9994714058807499 + - -0.022573886431075593 + - -0.032918947333591214 + - - -0.15560182486787524 + - 0.025945267763068047 + - -0.9874790707546613 + - 0.5758753594987588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999392844730948 + - -0.01806309720927357 + - 0.02979373121633965 + - -0.034819405273157564 + - - -0.017237595901237683 + - -0.9994666711236765 + - -0.027735150991171638 + - 0.03753315782535629 + - - 0.03027882408761596 + - 0.027204739149012044 + - -0.9991712040384801 + - 0.5802764644906726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952043931299855 + - -0.04080717993072845 + - -0.08889876242602272 + - 0.048483751846083015 + - - -0.03800136346850763 + - -0.9987316635399346 + - 0.033029692963894464 + - 0.03526243099301793 + - - -0.09013385750821747 + - -0.029493021358550545 + - -0.9954928675896338 + - 0.5762284848623741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977334661146229 + - -0.02679825676834646 + - -0.061723447968161614 + - 0.025688742542226042 + - - -0.023465938527720182 + - -0.9982600725619821 + - 0.05409415178704055 + - -0.030419404625671463 + - - -0.06306568261672776 + - -0.05252314692327467 + - -0.9966263285270776 + - 0.5774170571418352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877098347166289 + - -0.019635050702550776 + - -0.15506046300704085 + - 0.06452966500562568 + - - -0.024435206908909442 + - -0.9992774618605024 + - -0.02911142182977611 + - -0.032760347886118875 + - - -0.1543768216649391 + - 0.03254257214082257 + - -0.9874759632168729 + - 0.575859379063618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996612417821679 + - -0.019961973985732885 + - 0.016700936294923217 + - -0.03482657123341957 + - - -0.019213209936588656 + - -0.9988532392987441 + - -0.04385269554243445 + - 0.037517743063416334 + - - 0.017557170685128368 + - 0.04351696148627341 + - -0.99889840315246 + - 0.5801983922248852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99681138321386 + - -0.039973402371818484 + - -0.06905934692778308 + - 0.04854810399750693 + - - -0.03764164345360933 + - -0.998687165450124 + - 0.03474265740135673 + - 0.035272026026488004 + - - -0.07035746565491509 + - -0.03203236906657692 + - -0.9970073993499748 + - 0.576476741741908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993292135700744 + - -0.027999242677372735 + - 0.023604349491356414 + - -0.04289144717260745 + - - -0.02938310373813848 + - -0.9977370425321304 + - 0.060476666359447956 + - -0.02343069244250304 + - - 0.021857632994684056 + - -0.0611296684821027 + - -0.9978904787155443 + - 0.5791662474005642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969015358935477 + - -0.02158199184869156 + - -0.07564089740959462 + - 0.025726111375996594 + - - -0.022666530382417085 + - -0.999651809028165 + - -0.013508852917232896 + - -0.030372283556418658 + - - -0.07532301197847024 + - 0.015181512920637377 + - -0.9970436126528924 + - 0.5774353793300184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877642223257448 + - -0.02077237815642844 + - -0.15456503291153192 + - 0.0645199433214135 + - - -0.02287729325301697 + - -0.9996680258410107 + - -0.01185190130534293 + - -0.03269717786230785 + - - -0.15426752913893474 + - 0.015242913660532875 + - -0.9879115259154057 + - 0.5756344064892294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990721120551133 + - -0.018968344547308627 + - 0.038666740473821265 + - -0.034837161383675166 + - - -0.017852996718488674 + - -0.9994202809393804 + - -0.02898917996802904 + - 0.03737472660051236 + - - 0.03919420138113408 + - 0.028271964066610766 + - -0.9988315727017797 + - 0.5802184071977516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957909010744775 + - -0.03909132859860634 + - -0.08289963429156806 + - 0.04847931641230661 + - - -0.03759162244338046 + - -0.999101429983671 + - 0.019575559421361865 + - 0.035057185330423485 + - - -0.08359037779167096 + - -0.01637683220225197 + - -0.9963656196937278 + - 0.5765641731621558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994430989976785 + - -0.031748954940059984 + - 0.010271111241279775 + - -0.042868690091370315 + - - -0.03219662265569244 + - -0.9983835802891129 + - 0.046835927434601736 + - -0.023640196294139274 + - - 0.008767517064919567 + - -0.047140539552558876 + - -0.9988497885944663 + - 0.5792854129158158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975150865014331 + - -0.02316579871771609 + - -0.06653568945918382 + - 0.025738675939282085 + - - -0.020986440778551295 + - -0.9992260705464825 + - 0.03326904332385866 + - -0.03047982300098299 + - - -0.06725489949057274 + - -0.03179002532252355 + - -0.9972292478585386 + - 0.5773837143664905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9813214103290461 + - -0.015639968339855412 + - -0.1917385746795366 + - 0.06450543464231207 + - - -0.022958870402312995 + - -0.9990877018099784 + - -0.036009087212900255 + - -0.032799027547876905 + - - -0.1910004709409422 + - 0.03973858933561659 + - -0.9807852285887845 + - 0.5755953410014358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994277439164758 + - -0.019621760714415654 + - 0.027553061472176198 + - -0.03483587932837551 + - - -0.01909388371259752 + - -0.999631539227579 + - -0.019292728844613617 + - 0.037414090011831797 + - - 0.0279214665587807 + - 0.01875559351148872 + - -0.9994341496152908 + - 0.5802542552058033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.994641549866392 + - -0.03992093997621137 + - -0.09536511852243168 + - 0.048475102241319463 + - - -0.037535662934752946 + - -0.9989391419263925 + - 0.026677045102691782 + - 0.035104338843457775 + - - -0.09632892238279386 + - -0.022954504542206232 + - -0.9950848352948563 + - 0.5763888507127621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983296981200076 + - -0.024106835753189025 + - -0.052504041002415326 + - 0.02567398615417549 + - - -0.021300685459366503 + - -0.9983478412052408 + - 0.05336542663369645 + - -0.030505348979861173 + - - -0.05370376756407017 + - -0.05215791819852546 + - -0.9971937910549885 + - 0.5774192576465124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844929023549637 + - -0.01292452053841331 + - -0.17494765497585887 + - 0.0644986435089932 + - - -0.02390028413186681 + - -0.9978652095413234 + - -0.06077664029433328 + - -0.032837210543049715 + - - -0.17378866945550872 + - 0.06401546966087863 + - -0.9827001160135177 + - 0.575811088894274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995115357085876 + - -0.018476008041065986 + - 0.025205696029416278 + - -0.03483668792833928 + - - -0.01786766416418576 + - -0.9995486459854077 + - -0.024150587695812614 + - 0.03738941818141822 + - - 0.02564052578978712 + - 0.023688424084428426 + - -0.9993905252710867 + - 0.5802849219950955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955288982454171 + - -0.040777280717303924 + - -0.08520226602367022 + - 0.04849496173783671 + - - -0.03802050670438756 + - -0.9987074540714871 + - 0.033732213861390074 + - 0.03507172797085027 + - - -0.08646764613546327 + - -0.030341960374226477 + - -0.9957925042961719 + - 0.5764800092653973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994565892757542 + - -0.0323649811857292 + - -0.006247731278126581 + - -0.042885278932966536 + - - -0.032073304656442064 + - -0.998594498934652 + - 0.04219395484979612 + - -0.023680707198664653 + - - -0.0076045566400243245 + - -0.04197064081353747 + - -0.9990899038765281 + - 0.579279138238471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998593305365803 + - -0.024867440483347002 + - -0.046829700857544114 + - 0.025687398987277402 + - - -0.022182884535484265 + - -0.9981278154767466 + - 0.05699810176929557 + - -0.030542363670831157 + - - -0.04815942391978175 + - -0.05587910499842312 + - -0.9972753859954079 + - 0.5774652718396895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985533242123832 + - -0.016658779590930154 + - -0.1686615360164532 + - 0.06451997296019571 + - - -0.024358886372423862 + - -0.9987481971708666 + - -0.043688480205195036 + - -0.03286217732615407 + - - -0.16772260826610072 + - 0.04716485673131198 + - -0.984705338142295 + - 0.5758679016688332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994087117642363 + - -0.019242576233855262 + - 0.028494738279792587 + - -0.0348023772691313 + - - -0.01868978389705973 + - -0.999634359398986 + - -0.019540713570915177 + - 0.03742390630235025 + - - 0.028860333117114483 + - 0.01899659887620967 + - -0.9994029269536417 + - 0.5800194566506984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957868288876219 + - -0.03953331516075207 + - -0.08273879625867532 + - 0.048529786013392175 + - - -0.03763611981159499 + - -0.9989944061880821 + - 0.02436593709359941 + - 0.03515022673022654 + - - -0.08361886090746036 + - -0.021149311982251985 + - -0.9962733524004429 + - 0.5766148606952242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993792193029721 + - -0.03221702678423074 + - 0.014256199022397067 + - -0.042881722686844065 + - - -0.03289416365523728 + - -0.9982007945670635 + - 0.05013130482149983 + - -0.023631936953196587 + - - 0.012615467601500247 + - -0.05056913001889418 + - -0.9986408829335639 + - 0.579314095920269 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966174231606443 + - -0.021086786259827545 + - -0.07942958704330343 + - 0.02571272025623986 + - - -0.01846944771761365 + - -0.999266587102777 + - 0.033543515036062024 + - -0.030447886581364905 + - - -0.08007865729171353 + - -0.03196303091386253 + - -0.9962759523852595 + - 0.5772388569084508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985742758240685 + - -0.020239295168088724 + - -0.16703767690896937 + - 0.0645096157367137 + - - -0.023613357087815482 + - -0.9995547956547047 + - -0.0182378685905186 + - -0.03278684708905389 + - - -0.1665941894037411 + - 0.021922167200819607 + - -0.9857818189853828 + - 0.5756558566464764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995549748876209 + - -0.01889169427244863 + - 0.023085841221924263 + - -0.034810314662444886 + - - -0.01853087385206616 + - -0.999704310889053 + - -0.015744761164348538 + - 0.037470382863047574 + - - 0.023376460204367486 + - 0.015309953538789682 + - -0.9996094969691683 + - 0.5801764567874811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995287766868903 + - -0.040280627494965894 + - -0.08820279003367142 + - 0.048489788546375034 + - - -0.03786248417040624 + - -0.99886439062367 + - 0.028919914184704888 + - 0.035157549846162504 + - - -0.08926753840875117 + - -0.025444060065499693 + - -0.9956826333696024 + - 0.5762502520458642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978053622546501 + - -0.02259827000738135 + - -0.06223967583896885 + - 0.025712658259098447 + - - -0.02038945982432709 + - -0.9991474318585541 + - 0.03589818015621835 + - -0.030453771403513928 + - - -0.06299784904215845 + - -0.034550363285060344 + - -0.9974154317098428 + - 0.5773167839340683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878056159906895 + - -0.01705354002757298 + - -0.15475542572001263 + - 0.06453735835187639 + - - -0.024237073126114863 + - -0.998708587881689 + - -0.0446511005199505 + - -0.03278319946423308 + - - -0.15379411335787121 + - 0.04785742642361088 + - -0.986943279744371 + - 0.5758808723473162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993851288917162 + - -0.018687046172608593 + - 0.029667464593904742 + - -0.03483410980571141 + - - -0.01775580032666104 + - -0.9993507897172097 + - -0.03134853499525917 + - 0.03742503437092212 + - - 0.03023401569172611 + - 0.030802490109275903 + - -0.9990681212501079 + - 0.5802485988690453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968032782991465 + - -0.03941794405371051 + - -0.06949424478798752 + - 0.04851483045816538 + - - -0.03763863113414929 + - -0.9989338418403227 + - 0.026730377335198806 + - 0.035112041221303826 + - - -0.07047380945018958 + - -0.02402925951237804 + - -0.997224165806699 + - 0.5765181153945648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972285654235787 + - -0.02281186476494848 + - -0.07081530293077178 + - 0.02569875910185576 + - - -0.0195200586338192 + - -0.998711969859156 + - 0.04683341297596222 + - -0.030468105271522317 + - - -0.07179244816945256 + - -0.04532129837052848 + - -0.9963893939117611 + - 0.5772455672764669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851976538649125 + - -0.016120878137490503 + - -0.17066253281592947 + - 0.0645259714948655 + - - -0.024154641986877376 + - -0.9986902945598549 + - -0.045102647621119256 + - -0.03281476578114297 + - - -0.16971192088229337 + - 0.04855731500016506 + - -0.9842967291779526 + - 0.5757521871812653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994371962179911 + - -0.017878327818508327 + - 0.028384083750133713 + - -0.0348256899758514 + - - -0.017455076541078324 + - -0.9997337709251101 + - -0.015089982597900682 + - 0.03739018923482434 + - - 0.028646310737436165 + - 0.014586043544217175 + - -0.99948318455833 + - 0.5801306413050545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962211289719191 + - -0.03899420369864721 + - -0.07760743693631088 + - 0.0485053613418146 + - - -0.037099265267893124 + - -0.998980767526893 + - 0.025711293782359174 + - 0.0350957249945576 + - - -0.07853092834353585 + - -0.022734955229529057 + - -0.9966524043538019 + - 0.5766531841726883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972241387954378 + - -0.022308818438963873 + - -0.07103755079924061 + - 0.025714975993851277 + - - -0.01968476978846976 + - -0.9991054581955581 + - 0.03742717251166466 + - -0.030477850616340806 + - - -0.07180896073661207 + - -0.035924922041673295 + - -0.9967712240701104 + - 0.5771795776733408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838511648280794 + - -0.016535388001805672 + - -0.1782230804639542 + - 0.064492707667125 + - - -0.023310243033649578 + - -0.9990803787021596 + - -0.03598651778184127 + - -0.03278542458663279 + - - -0.17746413168903608 + - 0.039559800757591385 + - -0.9833318382559761 + - 0.5756152733520624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999433732625396 + - -0.0195809733208127 + - 0.02736420242356593 + - -0.034848437332995565 + - - -0.018798139430702725 + - -0.9994147870098791 + - -0.0285781990325002 + - 0.03738371646835108 + - - 0.02790777748965563 + - 0.028047620038194995 + - -0.9992169368889722 + - 0.5803014027489172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954953471510485 + - -0.041324635350231564 + - -0.08533046533204848 + - 0.04848000535489107 + - - -0.038699366349319766 + - -0.9987321215561815 + - 0.03219485076918779 + - 0.035121699219585106 + - - -0.08655271714264477 + - -0.028747589204305923 + - -0.9958324172621448 + - 0.576380399233541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9986443098224094 + - -0.023165202695424582 + - -0.046614545405951655 + - 0.02572668415829807 + - - -0.020139210624429305 + - -0.9977229105460955 + - 0.06436929366439405 + - -0.03049389680973668 + - - -0.047999527651306204 + - -0.0633432486971423 + - -0.9968368362925518 + - 0.57747570953568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863049551504303 + - -0.015610038626942121 + - -0.1641915410116275 + - 0.06450780914107943 + - - -0.02342933184460958 + - -0.9986760819171997 + - -0.045794648331725155 + - -0.03282284535848377 + - - -0.16325930863207386 + - 0.04901438666939115 + - -0.985364900960249 + - 0.5757832809377753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994130840348061 + - -0.019948695085042278 + - 0.02784846538755403 + - -0.03484637699975075 + - - -0.019074842170745284 + - -0.9993280199830207 + - -0.03129950275924921 + - 0.0373841265090108 + - - 0.02845413601216776 + - 0.030749927499412123 + - -0.9991220166238864 + - 0.5802885109647286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952564440216022 + - -0.04155661421396071 + - -0.08796396107808835 + - 0.0484733976369983 + - - -0.03794201225989787 + - -0.9983811505618259 + - 0.0423731271977302 + - 0.03509308004379967 + - - -0.08958244436911264 + - -0.038834598207233985 + - -0.9952220152523447 + - 0.5763484768857415 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994103905825886 + - -0.03245711625554231 + - 0.011198517756025286 + - -0.04285404049302047 + - - -0.032857789061902655 + - -0.998749787010303 + - 0.037672651152240874 + - -0.023640024281784945 + - - 0.009961771605558577 + - -0.03801839753657611 + - -0.9992273838097263 + - 0.5792337842284202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9989769437291827 + - -0.023474053720221003 + - -0.03865274504406699 + - 0.025723222550484225 + - - -0.021352042275577902 + - -0.9982895027434644 + - 0.05442572004915302 + - -0.03051938460359543 + - - -0.03986422190590706 + - -0.053544724428714933 + - -0.997769415395005 + - 0.5775108952421499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875416919971766 + - -0.01559342562006338 + - -0.15658305031128075 + - 0.06453156858505005 + - - -0.025067480495753598 + - -0.9979600824660034 + - -0.05871367154286729 + - -0.03284495717305713 + - - -0.1553480865313395 + - 0.06190734109845328 + - -0.9859180762767119 + - 0.575875779024385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999331295713252 + - -0.01853243946032339 + - 0.031519995173261324 + - -0.03481392864309893 + - - -0.017855833186989002 + - -0.9996069324935467 + - -0.021613646893598935 + - 0.03741135587216178 + - - 0.031908159289927567 + - 0.021036377979400476 + - -0.9992694032002767 + - 0.5803056641641992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955535277621291 + - -0.03928141619335099 + - -0.0856162583988838 + - 0.048476539411371936 + - - -0.03696191698772956 + - -0.9989098681732294 + - 0.02851126020948258 + - 0.03512139934087555 + - - -0.0866428880691998 + - -0.025219944646754852 + - -0.9959201596207609 + - 0.5764643942347891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975016124529281 + - -0.02081591139085278 + - -0.0675072661776247 + - 0.025710472350990478 + - - -0.019601442422441932 + - -0.9996347889319076 + - 0.01860301620757402 + - -0.03045990966060201 + - - -0.06786985051381947 + - -0.017233298872465865 + - -0.9975453357122187 + - 0.5773125010347004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856266852213602 + - -0.016972090284453463 + - -0.1680832696342206 + - 0.06450450539561851 + - - -0.02423210646826872 + - -0.9988555283308754 + - -0.04123637397926101 + - -0.03280221776632008 + - - -0.16719103563189097 + - 0.04471668228103853 + - -0.9849099329025531 + - 0.5757331234146403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994428707236153 + - -0.019297646063682315 + - 0.027231397616350315 + - -0.034863653458644256 + - - -0.01882760786501692 + - -0.9996711000345346 + - -0.017413010590491166 + - 0.037432461492253453 + - - 0.027558471325893175 + - 0.016890607216564203 + - -0.9994774825107545 + - 0.5801608631695833 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957469690911368 + - -0.03935049080541669 + - -0.0833037359257512 + - 0.04847487822332766 + - - -0.036976368242518105 + - -0.9988701148182891 + - 0.02985367505839132 + - 0.035110447165399614 + - - -0.08438436903484066 + - -0.026646436840056766 + - -0.9960769275845722 + - 0.5763169917289036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994599141608277 + - -0.03177656737743948 + - 0.00837435080097767 + - -0.042848470683175294 + - - -0.032086864994088644 + - -0.9986854744889084 + - 0.03997194190574469 + - -0.023618052762192414 + - - 0.007093171398035958 + - -0.04021906028952129 + - -0.9991657090337654 + - 0.579122995737557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971463862418429 + - -0.023822512883452943 + - -0.07163499343722474 + - 0.025692851383232417 + - - -0.020813875892348312 + - -0.9988814798366256 + - 0.04245670512100269 + - -0.030478816424420054 + - - -0.07256629365739603 + - -0.040844548220191804 + - -0.9965268967295955 + - 0.5772515258223528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887470989391902 + - -0.016655515013889326 + - -0.14866663431637012 + - 0.06450992885771556 + - - -0.022455752803644067 + - -0.9990472096534969 + - -0.03742207970681149 + - -0.0327936123174205 + - - -0.14790170217193865 + - 0.04033939393673915 + - -0.9881790423761573 + - 0.5757544674044175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992098330372392 + - -0.018840277240798637 + - 0.03499647861117586 + - -0.03485042911303944 + - - -0.018044716437551647 + - -0.9995746460043252 + - -0.02291102952764752 + - 0.03742699276109246 + - - 0.03541324286733705 + - 0.022261424456180425 + - -0.9991247826026542 + - 0.5803082169011113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963137448825389 + - -0.040064324931939566 + - -0.07585361972825821 + - 0.048489739523255665 + - - -0.03821784544391743 + - -0.9989404244809132 + - 0.025640293046647326 + - 0.03507943091378748 + - - -0.07680050812173106 + - -0.022646814470054663 + - -0.9967892474071954 + - 0.5764367323202371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994217218842617 + - -0.03292578609206984 + - 0.008492021909813024 + - -0.04288456533101423 + - - -0.03327723270303538 + - -0.998421806340961 + - 0.04523850579406463 + - -0.023619061688419502 + - - 0.006989106489782307 + - -0.04549493634538734 + - -0.9989401199057943 + - 0.57913232976865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977707165010109 + - -0.023873202586038617 + - -0.06231907806880149 + - 0.025708537883731054 + - - -0.020194906920492327 + - -0.9980536651031194 + - 0.05900040091984273 + - -0.03048707128024558 + - - -0.06360631279623169 + - -0.05761034431866804 + - -0.9963108376405185 + - 0.5773620960937619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885700964408075 + - -0.01844221349298846 + - -0.14962970689168503 + - 0.06453058453846638 + - - -0.02400549125223412 + - -0.9990827550131689 + - -0.03545962528052604 + - -0.032834610999940964 + - - -0.14883850581335278 + - 0.03864625980318723 + - -0.9881060498703937 + - 0.5758290713971786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995566625780222 + - -0.019480185879380427 + - 0.02251667502076245 + - -0.03482576306802045 + - - -0.01900019570524044 + - -0.9995917576174914 + - -0.02133800989634954 + - 0.037418293547008576 + - - 0.02292315115878275 + - 0.02090072872602617 + - -0.9995187285287217 + - 0.580191097339952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966661944190046 + - -0.039757102983723674 + - -0.07124513783185771 + - 0.04848176046799006 + - - -0.037457432144599165 + - -0.9987422620381587 + - 0.0333291883494774 + - 0.03508031417036647 + - - -0.07248060209098406 + - -0.030549415399378443 + - -0.9969018484982787 + - 0.5763391618184235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974895211475584 + - -0.022749814198201827 + - -0.06706042912748233 + - 0.02568421616622585 + - - -0.02070646282304207 + - -0.9993045832178007 + - 0.03100955267744202 + - -0.03049987212204208 + - - -0.06771925574142679 + - -0.029543119568596166 + - -0.9972669183764106 + - 0.5773195539368732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840781452352927 + - -0.016018338793513796 + - -0.17701304158892522 + - 0.06451028654719732 + - - -0.023974013979935004 + - -0.9987918198355323 + - -0.04289693792470682 + - -0.03282120470231986 + - - -0.17611204025834304 + - 0.046457652242902686 + - -0.9832732254181042 + - 0.5757565308782121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991243025898138 + - -0.019955302440999027 + - 0.03677518020223012 + - -0.034855782665949665 + - - -0.018826758645255365 + - -0.999348780805861 + - -0.030782583724455363 + - 0.03743780959139657 + - - 0.03736550726715137 + - 0.030063270053805855 + - -0.9988493473293862 + - 0.5802391369683246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997390805214798 + - -0.040259153718546686 + - -0.059923135889599355 + - 0.04849956425729087 + - - -0.038034334134259565 + - -0.9985605983969406 + - 0.03781693742369519 + - 0.03511269032830312 + - - -0.06135936032864471 + - -0.03543912909497931 + - -0.9974863893953887 + - 0.5764621361468637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9985586989459388 + - -0.02348485790896923 + - -0.04825957115836553 + - 0.025702580170390295 + - - -0.020423752221174388 + - -0.997806264892197 + - 0.06297243910704826 + - -0.030484232490899443 + - - -0.04963260122743815 + - -0.061896035340547884 + - -0.9968477745897414 + - 0.5773775431619506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834408769310008 + - -0.014480208711207577 + - -0.1806498412312171 + - 0.06451151511264319 + - - -0.024300939899979248 + - -0.9983373204241494 + - -0.05226910146833862 + - -0.032821242061186764 + - - -0.1795926109314124 + - 0.055793531919119004 + - -0.9821576125525012 + - 0.5758092684777457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993846357736851 + - -0.019476115922221305 + - 0.02917243027385614 + - -0.03481789818781966 + - - -0.01869405530357939 + - -0.9994647898683026 + - -0.02684522508413139 + - 0.037423474459684525 + - - 0.02967965760930398 + - 0.026283354468087966 + - -0.9992138425793052 + - 0.5802717881166861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964114642293621 + - -0.03956921109754607 + - -0.0748229342208414 + - 0.048481695444825446 + - - -0.037162216383088774 + - -0.9987545020246841 + - 0.03329285747608982 + - 0.0351017808053635 + - - -0.07604711451327399 + - -0.030392798794197602 + - -0.996640915352998 + - 0.5764412433474027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994751007817225 + - -0.03190403698521352 + - 0.005626307973403253 + - -0.04286862800398482 + - - -0.032114950724852584 + - -0.9985778222433168 + - 0.0425554093357841 + - -0.023640653147136658 + - - 0.00426061700998147 + - -0.04271376063801896 + - -0.9990782661007361 + - 0.5791225336262819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978242642565982 + - -0.02288371486566086 + - -0.061831005609852614 + - 0.025712067250208852 + - - -0.020060740784748673 + - -0.998744700407267 + - 0.045897604377202326 + - -0.03050049951707833 + - - -0.06280369686527708 + - -0.04455736754282274 + - -0.99703076013617 + - 0.577392891128195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863005339444979 + - -0.016877560663063965 + - -0.1640926710333613 + - 0.06451962735175704 + - - -0.023641091828119694 + - -0.9989456843848918 + - -0.03935248945079668 + - -0.032808850636498375 + - - -0.1632554915400176 + - 0.04269271126158712 + - -0.9856596658518408 + - 0.575778924975692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995782536193438 + - -0.019359791150980635 + - 0.0216451698513395 + - -0.03483433966559684 + - - -0.018913963507972194 + - -0.9996085547279646 + - -0.020615511128481107 + - 0.037418172769569685 + - - 0.022035808941856905 + - 0.020197420658585197 + - -0.9995531438212867 + - 0.5802967247123295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99630129370457 + - -0.04085551707421443 + - -0.07559470144923487 + - 0.04851533280256614 + - - -0.03861541726337805 + - -0.9987774559270224 + - 0.03086167658309086 + - 0.03511890644236708 + - - -0.07676315334960897 + - -0.02782840736626276 + - -0.9966609243023833 + - 0.5766862930222307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973632094353806 + - -0.020526544669400702 + - -0.06960811323899109 + - 0.025704124141201545 + - - -0.01825429033690079 + - -0.9992845339120052 + - 0.0331240270583554 + - -0.03047641052261146 + - - -0.07023823281556306 + - -0.03176603922747732 + - -0.9970243273876246 + - 0.5773334522597386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984764539248826 + - -0.015598025184811152 + - -0.17319210099880822 + - 0.06450304614656666 + - - -0.023506883532980867 + - -0.9987677440717242 + - -0.04370834964220472 + - -0.03279539601984134 + - - -0.17229692006711628 + - 0.04711363934374357 + - -0.9839177182687446 + - 0.5757330790618417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999208507263741 + - -0.01973135103232965 + - 0.034540306863219544 + - -0.03482042745182723 + - - -0.0184347254641623 + - -0.9991279338571314 + - -0.037463751593264955 + - 0.03740751335909265 + - - 0.035249395864714525 + - 0.0367973582315345 + - -0.998700873394208 + - 0.5802089905003857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966910271049705 + - -0.03960972151526078 + - -0.07097933819022681 + - 0.04849330530257391 + - - -0.037324264914934804 + - -0.9987501715415933 + - 0.033241451445400354 + - 0.035123017239346147 + - - -0.07220731082791318 + - -0.030482204761477307 + - -0.9969237380340984 + - 0.5764308176833048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981269873158638 + - -0.022043381767281395 + - -0.05706668478209726 + - 0.025678189697802445 + - - -0.020839907174124806 + - -0.9995494915452107 + - 0.021598893969013492 + - -0.03050298815998925 + - - -0.05751708842362612 + - -0.02036917455305227 + - -0.9981367046989585 + - 0.5773855134384909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879018180111515 + - -0.01587709399657527 + - -0.1542657313095993 + - 0.06452915509409854 + - - -0.02281729408599411 + - -0.9988005413315644 + - -0.043322623724412986 + - -0.03280381821001194 + - - -0.15339285857188667 + - 0.04631842529704271 + - -0.9870791429349256 + - 0.5757774035990995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990173638360044 + - -0.01878066220132676 + - 0.04014465694759608 + - -0.03482760173822125 + - - -0.017838890526731186 + - -0.999560174152182 + - -0.023690340513281262 + - 0.03744082393212191 + - - 0.04057192057243308 + - 0.022950925387434193 + - -0.9989129963539992 + - 0.5802187091287557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968397909648218 + - -0.039138411556946 + - -0.0691275335160282 + - 0.04853205092010402 + - - -0.03765723604253904 + - -0.9990350774423452 + - 0.022601916144514185 + - 0.03514619472752655 + - - -0.06994543389562312 + - -0.01992733751825035 + - -0.9973517621664818 + - 0.5766116207292817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979734043009617 + - -0.025511564389633607 + - -0.05829446277600311 + - 0.02568150945309965 + - - -0.023469259742792858 + - -0.9990956798588413 + - 0.03545442616268326 + - -0.03047865940353912 + - - -0.05914624379514354 + - -0.034014446486653506 + - -0.9976696543822169 + - 0.5773874660804681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986849373681721 + - -0.016785839449055907 + - -0.1607686202527894 + - 0.06452613124797725 + - - -0.024893307864386933 + - -0.9985105643453254 + - -0.04854869837955359 + - -0.03281719578394965 + - - -0.1597142350811722 + - 0.051912315347810635 + - -0.9857973801079336 + - 0.5758259720629422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995483232897874 + - -0.019370283912946172 + - 0.022976977819252585 + - -0.03484451844336915 + - - -0.018811199243073874 + - -0.9995276171014283 + - -0.02430393866388698 + - 0.03740941721227858 + - - 0.023436898079992226 + - 0.023860736633064417 + - -0.9994405320256508 + - 0.5801733731074555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959613227651101 + - -0.03974750584885523 + - -0.08050577205870071 + - 0.04850697581091122 + - - -0.03698132361049151 + - -0.9986828896303593 + - 0.03556497804824395 + - 0.03511863988859341 + - - -0.08181335624449323 + - -0.03244413257202587 + - -0.9961194471556415 + - 0.5765038885011575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975811082669466 + - -0.023060807222208463 + - -0.06557538866946085 + - 0.025678114012265302 + - - -0.02064491646627812 + - -0.9990914531470884 + - 0.03728345038405333 + - -0.030506353697206903 + - - -0.06637559681834217 + - -0.03583946733281489 + - -0.997150847529254 + - 0.5773265258662131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832247220364122 + - -0.012777367718784132 + - -0.1819502262999388 + - 0.06451951934869095 + - - -0.02356957734926335 + - -0.9980801329453688 + - -0.057275852183387814 + - -0.03284120666535058 + - - -0.18086907143012887 + - 0.06060352377490249 + - -0.9816382184420435 + - 0.5758327418203484 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993070621189782 + - -0.018854103799984624 + - 0.03209234128317765 + - -0.0348540830515072 + - - -0.01803557425296022 + - -0.999509388664846 + - -0.025606640392503415 + - 0.03741056212562835 + - - 0.03255938667270165 + - 0.025010092777205655 + - -0.9991568353360609 + - 0.5804218988651869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966182410445596 + - -0.03887483509795049 + - -0.07239356886737432 + - 0.04850550846588276 + - - -0.036559273728287364 + - -0.9987851126568532 + - 0.033041159778333926 + - 0.035115539472936275 + - - -0.07359008847465988 + - -0.03028276623996545 + - -0.9968286978950534 + - 0.576471896422607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981286757389634 + - -0.021293739988510287 + - -0.05732122909433331 + - 0.025713352897687187 + - - -0.020061632996975373 + - -0.99955699400391 + - 0.02198514542509444 + - -0.03048799836940034 + - - -0.057763981416432804 + - -0.02079404662805198 + - -0.9981136859475241 + - 0.5773687016614649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853987092193034 + - -0.0146409480872336 + - -0.16963203267083066 + - 0.06451708409292246 + - - -0.024208237415630194 + - -0.998221911330048 + - -0.05446996403352626 + - -0.03282143097056786 + - - -0.16853291995974945 + - 0.05778112477005007 + - -0.9840010144863409 + - 0.5759032036214065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992958481445692 + - -0.019410162333594157 + - 0.032110021476321485 + - -0.03483328529734549 + - - -0.018821956422908345 + - -0.999651303158844 + - -0.018520422490851538 + - 0.037423054993121804 + - - 0.03245830922029741 + - 0.017903007876025268 + - -0.9993127340685453 + - 0.5802117777792482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962377112852429 + - -0.03949653757491941 + - -0.0771391348974968 + - 0.04850914060577549 + - - -0.038041612079578103 + - -0.9990711403171519 + - 0.020240858078960717 + - 0.03509574261995102 + - - -0.07786692727678501 + - -0.017230209081108425 + - -0.9968148582016086 + - 0.5764565420482298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993983868622657 + - -0.032676512099091184 + - 0.011623678167388365 + - -0.04285048612491651 + - - -0.03323924090644202 + - -0.9980906609650676 + - 0.052059440625877834 + - -0.0236268524981741 + - - 0.009900363683450455 + - -0.05241448322127898 + - -0.998576338968425 + - 0.5790689400947282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974837287429021 + - -0.023507322362441206 + - -0.06688510064659227 + - 0.025722596997833885 + - - -0.01953385034774254 + - -0.9980399382302538 + - 0.05945343041357946 + - -0.03047008226057043 + - - -0.06815159267213426 + - -0.05799730590896967 + - -0.9959877875373533 + - 0.5772999102218517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863723582856019 + - -0.018515401688058864 + - -0.16348318173570664 + - 0.06453050736064557 + - - -0.02330632382236791 + - -0.9993518324711451 + - -0.027435929115859167 + - -0.032839353132266054 + - - -0.1628692299975265 + - 0.030872234076810015 + - -0.9861645496990442 + - 0.5758308847502055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993744604291669 + - -0.020292249517320726 + - 0.028963985420487667 + - -0.034866634085974575 + - - -0.019483717202972067 + - -0.9994199948165966 + - -0.027929531409405496 + - 0.037412963719422945 + - - 0.029513939179073263 + - 0.0273477342813103 + - -0.9991901865129647 + - 0.5803133163809768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961358582595962 + - -0.04002811751310655 + - -0.078173535789131 + - 0.04850237433621376 + - - -0.0380181126396771 + - -0.9989113036614863 + - 0.027033877424941982 + - 0.03510266564613865 + - - -0.0791705437693492 + - -0.023957404401706295 + - -0.9965731622784143 + - 0.5765172325326038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977433538445902 + - -0.02357228710825566 + - -0.06286928613746731 + - 0.02572088392615155 + - - -0.02013129272220293 + - -0.9982935510677741 + - 0.05481529850166262 + - -0.030477809943252495 + - - -0.06405412486547415 + - -0.05342595976657192 + - -0.9965152963756947 + - 0.5772248011690978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827024448714768 + - -0.012319697084347207 + - -0.18478130291610115 + - 0.06449948893187435 + - - -0.023780343923954846 + - -0.9979189556551732 + - -0.059935408457335464 + - -0.03280917166738793 + - - -0.18365837875381683 + - 0.06329283535945551 + - -0.9809503641396342 + - 0.5757201094786056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993814452160705 + - -0.019541151579970953 + - 0.029238166029472892 + - -0.03482836468810267 + - - -0.01916288177237404 + - -0.9997297322780379 + - -0.013162308363702465 + - 0.0374196226335062 + - - 0.029487470559823176 + - 0.01259387923603271 + - -0.9994858094469237 + - 0.5801966086991334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964801354914238 + - -0.03985541268949941 + - -0.07374880100953149 + - 0.04851405837844234 + - - -0.03761248958598469 + - -0.9987940188874235 + - 0.03155643297101663 + - 0.03512012543158925 + - - -0.07491755600750719 + - -0.02867148259263482 + - -0.9967774605636923 + - 0.5764516180293724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993886603792714 + - -0.031686858912124506 + - 0.014773235177452056 + - -0.042867367630617506 + - - -0.03232321140911335 + - -0.9984623378107029 + - 0.04503520820189014 + - -0.02362201860783656 + - - 0.013323494643934647 + - -0.045485194798625894 + - -0.9988761592633013 + - 0.5791319444039811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972054515661686 + - -0.02161377670883217 + - -0.07151315978961216 + - 0.025714938574241307 + - - -0.02039505104114862 + - -0.9996348028484129 + - 0.017728587852491474 + - -0.030487226820022816 + - - -0.07187022512656267 + - -0.01622052991105129 + - -0.997282089054878 + - 0.577326380921642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861061766271744 + - -0.01729298477743652 + - -0.16521368313557866 + - 0.06454180802431814 + - - -0.023949138690007057 + - -0.9989761334613229 + - -0.03838129141485249 + - -0.032809290005644254 + - - -0.16438079928550914 + - 0.04180475394201443 + - -0.9855106876001419 + - 0.5758777838388175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994894379414897 + - -0.018187486457958327 + - 0.026269350577178566 + - -0.03483976989431925 + - - -0.01772760323689336 + - -0.9996873288961386 + - -0.017634526587849118 + - 0.03743641834637437 + - - 0.02658186462384491 + - 0.017159830443330495 + - -0.9994993470194338 + - 0.5803347497279153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961118708757002 + - -0.040121114739018936 + - -0.07843109620941631 + - 0.048538670824854156 + - - -0.03778061516074458 + - -0.9988019419182526 + - 0.031101542379821233 + - 0.0351453390934489 + - - -0.07958495975112355 + - -0.028017440504560315 + - -0.996434271394248 + - 0.576471012470706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979864244109555 + - -0.022930912134538586 + - -0.0591377202816786 + - 0.02572222880517638 + - - -0.02085772937020825 + - -0.9991541562346357 + - 0.035439063257554304 + - -0.030494557364934675 + - - -0.0599003490553698 + - -0.03413422545967397 + - -0.9976205705754636 + - 0.5774157125061211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985699703338673 + - -0.013955331266471529 + - -0.16793255660322395 + - 0.06453305861701684 + - - -0.024278814108408577 + - -0.9979283142358509 + - -0.05957867766141215 + - -0.03282941979672059 + - - -0.16675321293318854 + - 0.06280388822068386 + - -0.9839964621891802 + - 0.5759106474545475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994843403992935 + - -0.01929368483124305 + - 0.02566723635731221 + - -0.034844110774187746 + - - -0.01874930462866341 + - -0.9995976594802629 + - -0.02128339111895482 + - 0.037425094681936694 + - - 0.026067544428485183 + - 0.020791173300549585 + - -0.9994439505246184 + - 0.5803236800962117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962026008319459 + - -0.04061114890337864 + - -0.07701371748210918 + - 0.04849828858488791 + - - -0.03847583326535673 + - -0.9988383108366253 + - 0.02901101617617325 + - 0.03509641801765043 + - - -0.0781024221788479 + - -0.025937682814494524 + - -0.9966078708599548 + - 0.5764285300625893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972195894779502 + - -0.023225607877316697 + - -0.07080721361667637 + - 0.025721700270253143 + - - -0.02002379381505558 + - -0.9987591639577955 + - 0.04559802727725416 + - -0.03047309149415502 + - - -0.07177839537549342 + - -0.04405341699634885 + - -0.9964472682526982 + - 0.5773138649408429 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982256407435872 + - -0.013553210920083467 + - -0.18705256086172725 + - 0.06450142038022805 + - - -0.02395216208769359 + - -0.9982834340438965 + - -0.05344604049739561 + - -0.032812582205486863 + - - -0.1860071073440456 + - 0.056978028987322196 + - -0.9808949282314695 + - 0.5756980855654508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999309234954886 + - -0.018767620572043363 + - 0.03207536986449764 + - -0.03484802972658674 + - - -0.017936532916126117 + - -0.9995008934880861 + - -0.026004705410079904 + - 0.03741952400683394 + - - 0.032547407282750386 + - 0.025411421341202653 + - -0.9991470992524522 + - 0.5802459043858016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964480476112566 + - -0.039920352002323786 + - -0.07414616583293682 + - 0.0484883213499753 + - - -0.03778186386066157 + - -0.998834862138875 + - 0.030024139275412403 + - 0.03509394649373449 + - - -0.07525834953630886 + - -0.027116114618903082 + - -0.9967953135689621 + - 0.5764594079890841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994435122392578 + - -0.03241042942171908 + - 0.007888593509386138 + - -0.04285661331084066 + - - -0.03273590370259988 + - -0.9984329207239794 + - 0.04538792155802516 + - -0.02362054348025406 + - - 0.0064051894297257345 + - -0.04562090397266481 + - -0.9989382897201836 + - 0.5791978108781134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970737968557464 + - -0.022016944571215523 + - -0.07320585888720751 + - 0.02570748970956235 + - - -0.019109576394482436 + - -0.9990096664129028 + - 0.04018097190966564 + - -0.030492270412585384 + - - -0.07401802289773185 + - -0.03866446127039561 + - -0.9965070956701624 + - 0.5772992317545644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841688777405868 + - -0.012337498697038905 + - -0.176803298082175 + - 0.06450586253851784 + - - -0.023820532836521986 + - -0.9977308854321066 + - -0.06297350609779753 + - -0.032808651297182766 + - - -0.1756251755934155 + - 0.06618811359123122 + - -0.9822295715956718 + - 0.5757439311511888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994297202716108 + - -0.01873876362334426 + - 0.028090798772520735 + - -0.03480337403890013 + - - -0.01798315680656255 + - -0.9994759773766762 + - -0.026914247494762105 + - 0.03741739309306765 + - - 0.028580418280361217 + - 0.026393737605863155 + - -0.9992429786123659 + - 0.580231658790721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957718204754494 + - -0.04059340939916289 + - -0.08240544072063001 + - 0.04847864617527696 + - - -0.03796037873326134 + - -0.9987251828995023 + - 0.03327189036985201 + - 0.035098600565316135 + - - -0.08365100832289275 + - -0.03000306910481068 + - -0.9960433347253802 + - 0.5764080155020767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994216281955199 + - -0.032349164850915026 + - 0.010485257672758862 + - -0.042848266145439254 + - - -0.032718790801534635 + - -0.9987705670857796 + - 0.037240234312320625 + - -0.02362150785424493 + - - 0.009267676273005924 + - -0.03756176056309733 + - -0.9992513319079941 + - 0.5791801475574232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978358048697537 + - -0.023326388866659838 + - -0.06147833848090123 + - 0.02567111048354186 + - - -0.021068658768145905 + - -0.9990886973200676 + - 0.03711989365559032 + - -0.030489138268538378 + - - -0.06228818618038513 + - -0.03574429282741895 + - -0.9974179301539681 + - 0.5773227637065498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821597803714422 + - -0.014334335007684114 + - -0.18750118042457212 + - 0.06449480853120335 + - - -0.023937509067287692 + - -0.9985092892094126 + - -0.04905298178671677 + - -0.03280233386746924 + - - -0.1865185285176086 + - 0.052666177024746436 + - -0.9810387924629815 + - 0.5756862260601368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9988666771276633 + - -0.01836499577880884 + - 0.04391000175341296 + - -0.034817804956228576 + - - -0.01772604021742112 + - -0.9997318995654254 + - -0.014896861733829828 + - 0.03740161954038211 + - - 0.04417181026571998 + - 0.01410162832267281 + - -0.9989244191912112 + - 0.5802105940016012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996446434735461 + - -0.039335356996569266 + - -0.07447974485013334 + - 0.04850796737336472 + - - -0.037285127808190495 + - -0.9988918469383357 + - 0.028721026521489185 + - 0.03512955141230018 + - - -0.07552696172437637 + - -0.02584197767342188 + - -0.9968088433810224 + - 0.5765269081636648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994441333382119 + - -0.031036845270379202 + - 0.01217121898138556 + - -0.04285751052780349 + - - -0.0315893925158954 + - -0.9983384315392978 + - 0.0481921818569281 + - -0.023641175341976926 + - - 0.01065526237626234 + - -0.04854987484347491 + - -0.9987639235757245 + - 0.5791568138390619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972748585060793 + - -0.023921217514130386 + - -0.06978991291240447 + - 0.02569309791526758 + - - -0.021800522409071862 + - -0.9992818601148982 + - 0.030991954891565702 + - -0.03048654878420671 + - - -0.07048115928651355 + - -0.029386040868938933 + - -0.997080170692246 + - 0.5772747189433143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827411493489714 + - -0.015582840693299663 + - -0.1843285340151925 + - 0.06449236790192082 + - - -0.023575740612016727 + - -0.9988706607376234 + - -0.04125030390408514 + - -0.03280635464004534 + - - -0.18347756765026518 + - 0.04488405277503048 + - -0.9819986781944422 + - 0.5757255315171619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996123469196037 + - -0.018808371168209718 + - 0.02052805543349674 + - -0.034819303137641255 + - - -0.018322408597694854 + - -0.999553332509379 + - -0.023609845670272828 + - 0.03741149527537445 + - - 0.02096294895907957 + - 0.023224569821502408 + - -0.9995104672426124 + - 0.580112036404008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957565445829859 + - -0.04002833647640144 + - -0.08286516879294972 + - 0.04847916150636433 + - - -0.03801399772051504 + - -0.9989454860960996 + - 0.025745908131825587 + - 0.03510274338558894 + - - -0.08380835219389973 + - -0.02248662018089236 + - -0.9962281425533932 + - 0.5763958875830023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976442806777225 + - -0.02072688519365216 + - -0.06539331358173273 + - 0.02570309410859368 + - - -0.019321240667425073 + - -0.999570041319558 + - 0.022054980287664408 + - -0.030473683777941872 + - - -0.06582232820328604 + - -0.020739544994695255 + - -0.9976158039963643 + - 0.5773020989395341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850872827912741 + - -0.018764692805424973 + - -0.17102903726216365 + - 0.06451680381579666 + - - -0.024274214576577486 + - -0.9992496923564866 + - -0.030179708947528902 + - -0.032807077469298375 + - - -0.17033439990088559 + - 0.033881243031879976 + - -0.9848036624530904 + - 0.5757106776153872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993476304361048 + - -0.018580064236148212 + - 0.030969254991414202 + - -0.034813847722250976 + - - -0.017775342646437098 + - -0.9995023228379933 + - -0.026060388240732958 + - 0.037408335353015854 + - - 0.03143804598801239 + - 0.025492898117644137 + - -0.9991805449517216 + - 0.5802318859527211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995140568127726 + - -0.04104990888768615 + - -0.08949946729863477 + - 0.04850070753466035 + - - -0.03718288533257529 + - -0.9983191731428769 + - 0.04445516363334698 + - 0.035141790479963964 + - - -0.09117391460703707 + - -0.04091128836440823 + - -0.9949942631892877 + - 0.5765412914042116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969279713203791 + - -0.021952228685366372 + - -0.07518457058983903 + - 0.025718870148059663 + - - -0.020089696973984092 + - -0.9994744618547874 + - 0.025440207852475936 + - -0.030467315260465325 + - - -0.07570352749064342 + - -0.023851619564068637 + - -0.9968450612656136 + - 0.5772888493112619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833628033279335 + - -0.015304717307716282 + - -0.18100652656509114 + - 0.06449898370258272 + - - -0.022193241649017353 + - -0.9991019811737815 + - -0.03609281423959392 + - -0.032796601821804675 + - - -0.1802915889777903 + - 0.03950945257474978 + - -0.982819386307122 + - 0.5757552992438089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993330191496483 + - -0.01886721023929023 + - 0.031265719486922965 + - -0.034818515242141294 + - - -0.018097450744896756 + - -0.9995305254077099 + - -0.024722683000116073 + - 0.037424908599072 + - - 0.031717489083856694 + - 0.024140363625567336 + - -0.9992053060959202 + - 0.5802303646989152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954714757476871 + - -0.040626613301078904 + - -0.08594195287754765 + - 0.04851192303726345 + - - -0.037703868682085695 + - -0.9986630420008152 + - 0.035363071530660546 + - 0.03513577849156473 + - - -0.08726373392839697 + - -0.031962584898020625 + - -0.9956723526881277 + - 0.5765727414299587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978502863444104 + - -0.02528306160076947 + - -0.06046133341623935 + - 0.02568629887390938 + - - -0.02247896522574968 + - -0.9986598691651074 + - 0.04661718397233352 + - -0.03049899634867536 + - - -0.06155893245303643 + - -0.04515786216399697 + - -0.9970813734695981 + - 0.5773443868925622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983909446875233 + - -0.013171968445824037 + - -0.17818164775569714 + - 0.06450085083410893 + - - -0.022392216191200978 + - -0.9985064334124037 + - -0.0498346374330843 + - -0.032807402438152056 + - - -0.17725910132830877 + - 0.05302265252986375 + - -0.9827348621652624 + - 0.5757584480757696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996033321739074 + - -0.019572948671346714 + - 0.020250382394652017 + - -0.03483387604347352 + - - -0.019232992943114348 + - -0.9996730590071012 + - -0.016848355345126492 + - 0.03741977941705063 + - - 0.02057353370889209 + - 0.0164521966829468 + - -0.9996529672516535 + - 0.5801513791742693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968205849314272 + - -0.039728240604475114 + - -0.0690679980558304 + - 0.048507874100101565 + - - -0.03792498105295709 + - -0.9989095968287681 + - 0.027227066965086234 + - 0.03509255665191085 + - - -0.07007436955906278 + - -0.024521098300471354 + - -0.9972403413766608 + - 0.5763146227328529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967145328970956 + - -0.024285202555322478 + - -0.07726816193343586 + - 0.025670191583924473 + - - -0.021738047820255086 + - -0.9991976739390884 + - 0.03363726611481446 + - -0.030477827540893704 + - - -0.0780230554944435 + - -0.03184709298447036 + - -0.9964427557465351 + - 0.5772055562457057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985702950823567 + - -0.01535221758444636 + - -0.16779154374685432 + - 0.06452075461023646 + - - -0.02338433106408859 + - -0.9986677460720248 + - -0.04599897842459457 + - -0.03280839176620731 + - - -0.16686181647817996 + - 0.04926502177672341 + - -0.9847487455340781 + - 0.5758435123206135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993519946473418 + - -0.01878765370619791 + - 0.030702033525407766 + - -0.03484258400419429 + - - -0.01817462155556247 + - -0.9996322518094636 + - -0.02012571175520838 + - 0.03741003553399925 + - - 0.03106885781118061 + - 0.01955467234595447 + - -0.9993259432556284 + - 0.5802356755012559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962770502349069 + - -0.040327490020973626 + - -0.07619535893898698 + - 0.048483898194418285 + - - -0.03832484634370729 + - -0.9988850534923402 + - 0.027565486796632448 + - 0.035101459768944555 + - - -0.07722205208335257 + - -0.02454268645059795 + - -0.9967117994755672 + - 0.5764585447525439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994509221211825 + - -0.03154509380328983 + - 0.01013712622293922 + - -0.04284993572445384 + - - -0.03202492679746096 + - -0.9981699729131255 + - 0.05129433924155642 + - -0.023615512377884392 + - - 0.008500490264415508 + - -0.05159081537979657 + - -0.9986321291815683 + - 0.57912476593716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977007375569704 + - -0.02396188716610503 + - -0.0633961058876325 + - 0.02568728351676684 + - - -0.022031543904159828 + - -0.9992773247035417 + - 0.030974818910408777 + - -0.03049843504054901 + - - -0.06409250620373758 + - -0.029506885582392298 + - -0.9975076412498064 + - 0.5773379299593344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854616486689762 + - -0.0155201789454702 + - -0.16918765631133884 + - 0.06451579059059136 + - - -0.02353724653135035 + - -0.9986877652114599 + - -0.04548346559643988 + - -0.03278864438345104 + - - -0.16825973085781862 + - 0.04880442257050766 + - -0.984533793888871 + - 0.5758300688413499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994636352287484 + - -0.01920257569052556 + - 0.026527399838376407 + - -0.034850686210456394 + - - -0.018676570339874445 + - -0.9996267965910992 + - -0.01993622976786302 + - 0.03742625431739198 + - - 0.02690032668342855 + - 0.01943009582752855 + - -0.9994492702485994 + - 0.5802139481005856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956909613882969 + - -0.04121431135047218 + - -0.08307159532328388 + - 0.04848965535481459 + - - -0.03873643207402623 + - -0.9987615361947905 + - 0.03122311079947876 + - 0.035117837245621474 + - - -0.08425555316905499 + - -0.02787067199994494 + - -0.9960543295435486 + - 0.5764817542373378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969506635077651 + - -0.021923274186135756 + - -0.07489155212964053 + - 0.025717448685068006 + - - -0.01935771944532753 + - -0.9992063593067366 + - 0.034812788151091796 + - -0.030488494877883528 + - - -0.07559532544610904 + - -0.03325690259083552 + - -0.9965838274830475 + - 0.5773028773675452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855185249446851 + - -0.015617156486604642 + - -0.16884709477549514 + - 0.06451561890205411 + - - -0.02446922671856606 + - -0.9984256009482178 + - -0.05047352092915342 + - -0.03280739314306942 + - - -0.1677930091948039 + - 0.05387414773769677 + - -0.9843490652562684 + - 0.575685769433259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999165517420197 + - -0.018687650681755506 + - 0.03631859730808382 + - -0.03484420128715825 + - - -0.01783415845530277 + - -0.9995604153342776 + - -0.02368372624731291 + - 0.037423033543705846 + - - 0.03674522541257875 + - 0.023016250971068006 + - -0.9990595781036362 + - 0.5803577633732304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963881574869871 + - -0.04000949432847154 + - -0.07489913205950406 + - 0.04851113604830382 + - - -0.0374674695161499 + - -0.9986832318408488 + - 0.03504270491805472 + - 0.035124589502075115 + - - -0.07620254817093326 + - -0.03210985523943517 + - -0.9965751997961615 + - 0.5765112777778039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993928723331116 + - -0.031205068377889295 + - 0.01549614265887476 + - -0.04283397807447051 + - - -0.03204634715832105 + - -0.9978374388417148 + - 0.05738882538975418 + - -0.023629788523007872 + - - 0.013671809082243401 + - -0.057850577813351 + - -0.9982316325798739 + - 0.5791175042583604 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968178829731941 + - -0.022526453686857188 + - -0.07646350154899673 + - 0.025676409024099473 + - - -0.020133992599778144 + - -0.9992877105188533 + - 0.03191698525833093 + - -0.030488425509589488 + - - -0.07712801389139762 + - -0.030275906101755456 + - -0.9965614075323638 + - 0.5772698063631145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833732385838606 + - -0.01457265126675865 + - -0.18101025239512497 + - 0.06449038610426835 + - - -0.02404809142932208 + - -0.9984464200077485 + - -0.05026366154904998 + - -0.03280609213661031 + - - -0.17999656367746686 + - 0.05378089073981498 + - -0.9821959340455119 + - 0.5757538387746236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9988551068822853 + - -0.019530543178312997 + - 0.043669592834586796 + - -0.034846511317322915 + - - -0.018492339188946567 + - -0.9995396373833245 + - -0.02405299754569095 + - 0.037415964310096195 + - - 0.044119257093694284 + - 0.023217906511400106 + - -0.998756436760599 + - 0.5802890678050654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964679631436338 + - -0.040577279683857714 + - -0.07351926823517405 + - 0.048496879164437144 + - - -0.038012312981819854 + - -0.9986300879739118 + - 0.03595846847392435 + - 0.03510662321235899 + - - -0.07487765013773906 + - -0.03303682440362617 + - -0.9966453259526055 + - 0.5764038560652093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994474199607077 + - -0.031753291712678156 + - 0.009827675172396194 + - -0.04285450454456017 + - - -0.032131698949315404 + - -0.9986383671486124 + - 0.04109702642995764 + - -0.023621899995926596 + - - 0.0085093276182746 + - -0.04139009693348928 + - -0.9991068267304163 + - 0.5791042946122906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996743633167168 + - -0.023762852917706506 + - -0.07705489317314974 + - 0.025679777315579404 + - - -0.02188039649542942 + - -0.9994433752899695 + - 0.025183086351683766 + - -0.030486395939555027 + - - -0.07761042449256976 + - -0.023415089369998324 + - -0.9967087616750835 + - 0.5773219021575857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983420515865942 + - -0.015053312512218475 + - -0.1807138255817022 + - 0.06452511350412106 + - - -0.023834609373212884 + - -0.9986329913237624 + - -0.046519458678933985 + - -0.03281034621227183 + - - -0.17976651626482268 + - 0.05005543349292043 + - -0.9824349613118649 + - 0.5757818407022403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993551758769864 + - -0.018448452507146846 + - 0.03080401025790526 + - -0.034841948975167486 + - - -0.018225566148571574 + - -0.9998057643649032 + - -0.007500818707034371 + - 0.03745366297117814 + - - 0.03093640551909073 + - 0.006934561471592994 + - -0.9994972989812204 + - 0.5804263497631454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968258722541893 + - -0.04079972112849834 + - -0.06836346363746997 + - 0.04847787226691504 + - - -0.03842206039261902 + - -0.9986222009183047 + - 0.03574136410752691 + - 0.03513785511587259 + - - -0.06972751020838798 + - -0.033001251323512594 + - -0.9970200558319884 + - 0.576556153209024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972485019251515 + - -0.023732390963754763 + - -0.07022961645335059 + - 0.025682360136053583 + - - -0.020925248173693123 + - -0.9989628218659946 + - 0.040440258634169314 + - -0.030500694683142152 + - - -0.07111651985938706 + - -0.03885941518696138 + - -0.9967107837554567 + - 0.577278548466452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983446926761995 + - -0.015775910276057653 + - -0.1805083457830946 + - 0.06450721639207417 + - - -0.022901314030003957 + - -0.9990357393528873 + - -0.03745826092239295 + - -0.03280975859654778 + - - -0.1797433505253716 + - 0.040972089897791455 + - -0.9828599166673355 + - 0.5756710797229885 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996920278429392 + - -0.01910511134678288 + - 0.01583806136176337 + - -0.03483600726095086 + - - -0.01878503497165683 + - -0.9996211311444794 + - -0.02011757019488542 + - 0.037413179180965414 + - - 0.016216409232181574 + - 0.019813856006833712 + - -0.999672165853264 + - 0.5801216616052629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960697398857261 + - -0.04034004329659269 + - -0.07885273737043645 + - 0.04850995149427505 + - - -0.0373496925329259 + - -0.9985394640362316 + - 0.0390376642478968 + - 0.03514567778110739 + - - -0.08031235117762335 + - -0.03593911057698351 + - -0.9961216324220942 + - 0.5765726903496974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999475318872479 + - -0.0319254698466562 + - 0.005463637966302051 + - -0.042856970835184506 + - - -0.03215520359232865 + - -0.9982807576426823 + - 0.04900583436988161 + - -0.023621596288114683 + - - 0.0038897103609994515 + - -0.04915580632461053 + - -0.9987835485518798 + - 0.5791035335658583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978815242359976 + - -0.021244497803346512 + - -0.06149093349044116 + - 0.02570905245601171 + - - -0.019170098220171062 + - -0.9992335083274905 + - 0.03413067783922582 + - -0.03048940363022972 + - - -0.062168890312368025 + - -0.03287958559075268 + - -0.9975239154670479 + - 0.5773763792140347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9816291007196772 + - -0.01387004224790671 + - -0.19029432610647898 + - 0.06449996783620915 + - - -0.023819750616493204 + - -0.9984601904184452 + - -0.05009857912286857 + - -0.032820707904013806 + - - -0.1893064396708304 + - 0.05371098656330503 + - -0.9804479597722415 + - 0.5756864022851768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999510333146099 + - -0.01862964623964326 + - 0.025140211120035325 + - -0.034840632757169115 + - - -0.018125776451940728 + - -0.9996331811007714 + - -0.020123604805467928 + - 0.03743180939712603 + - - 0.02550588485405815 + - 0.01965806509649733 + - -0.9994813706690452 + - 0.5802297734060303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996269759967537 + - -0.04064812940246959 + - -0.07612026635729985 + - 0.048481464931138835 + - - -0.038246524218900346 + - -0.9987316117340824 + - 0.03274707785765017 + - 0.03510795989082431 + - - -0.07735482376296424 + - -0.02971358778609577 + - -0.9965607527599502 + - 0.5764683642520727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982239964249494 + - -0.024253216265233118 + - -0.05441171254605472 + - 0.025712844825613354 + - - -0.02125617774523002 + - -0.9982601265859898 + - 0.05499904159335984 + - -0.03046847244882414 + - - -0.05565094670412935 + - -0.05374477806556437 + - -0.99700274370817 + - 0.5773766160057143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9813851748695634 + - -0.015331265080120018 + - -0.19143691090612436 + - 0.06449475742391654 + - - -0.02220604149378958 + - -0.9991812904170612 + - -0.0338177557160739 + - -0.03281530888279327 + - - -0.19076171069533948 + - 0.03743930009413966 + - -0.9809221521308651 + - 0.5756957073220512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994723039536411 + - -0.018336328119828108 + - 0.02681217448627746 + - -0.03484615340998206 + - - -0.017904452183357688 + - -0.9997074821183449 + - -0.016259790546416738 + - 0.03742294253190931 + - - 0.02710247630041294 + - 0.01577115302320937 + - -0.9995082423425554 + - 0.5802829735292984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963653148267873 + - -0.04160885313091554 + - -0.07432942049583698 + - 0.04847171086374622 + - - -0.03790777346685547 + - -0.9980029329326283 + - 0.05052867075885602 + - 0.03511246242826696 + - - -0.07628341969853357 + - -0.04752735211434782 + - -0.9959528054481777 + - 0.5763571595252321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973962674290532 + - -0.024093445797385833 + - -0.06797199120373776 + - 0.025685089610194195 + - - -0.022409589955386857 + - -0.9994254597312 + - 0.02542755826090291 + - -0.030496906487580383 + - - -0.0685455760543596 + - -0.023838127247932422 + - -0.9973631473503962 + - 0.5773713479477149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984500681249775 + - -0.01636299595269994 + - -0.17461575238843982 + - 0.06448812086540434 + - - -0.024461313129194414 + - -0.9987175645099956 + - -0.044326859794242675 + - -0.03281294653491135 + - - -0.17366649872305398 + - 0.04791115426155868 + - -0.9836383830039376 + - 0.5756952702692403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995727733551816 + - -0.018885826920033617 + - 0.022306866848063375 + - -0.03480759138860054 + - - -0.018295770299041853 + - -0.9994849139418331 + - -0.026366106877021935 + - 0.037408351229523115 + - - 0.022793322622983104 + - 0.025946721261700466 + - -0.9994034381067396 + - 0.5802028971111544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960343263747037 + - -0.04079467651831073 + - -0.07906589056639172 + - 0.04850887419041015 + - - -0.03827035429339687 + - -0.9987162777576304 + - 0.03318397993311624 + - 0.03511031416422512 + - - -0.0803181216510205 + - -0.03002650345461436 + - -0.9963169216794131 + - 0.5764915186113069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999308929591676 + - -0.031405369948031954 + - 0.019883811927437718 + - -0.04284481696009666 + - - -0.03244322266956668 + - -0.9980015624450318 + - 0.05422470525589486 + - -0.02359854489316418 + - - 0.01814112844206163 + - -0.05483232710457407 + - -0.9983307645080092 + - 0.5791156283884658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974557067356097 + - -0.02495174140159171 + - -0.06677966533004988 + - 0.025684532266204107 + - - -0.021958070543540195 + - -0.9987368874920596 + - 0.045193724129329246 + - -0.030487925367422543 + - - -0.06782297721694532 + - -0.043612385439243034 + - -0.9967437000541957 + - 0.5772969737446397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849180488059168 + - -0.01317652029607257 + - -0.1725190321362628 + - 0.06451874166436493 + - - -0.023550252304328053 + - -0.9980257899621353 + - -0.05822291805516438 + - -0.03282161594862251 + - - -0.17141126786984623 + - 0.06140766958078676 + - -0.9832839240849557 + - 0.5758373495757886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993300480746481 + - -0.01831024932533258 + - 0.03168895367104502 + - -0.03484628022751673 + - - -0.01798382968036296 + - -0.9997825600645527 + - -0.010555304865224161 + - 0.03742160275346469 + - - 0.031875333490791524 + - 0.009978344572838041 + - -0.999442042218776 + - 0.5802518119534681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959984955288644 + - -0.039977664459186275 + - -0.07992986456029552 + - 0.04850653048251212 + - - -0.03761166199619249 + - -0.9988148473316852 + - 0.030891157823356195 + - 0.03513328289109826 + - - -0.08107009181025171 + - -0.027761251667964202 + - -0.9963217116572871 + - 0.5764889108809153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977641359578708 + - -0.024084653295130685 + - -0.06234307076088556 + - 0.025669999972840488 + - - -0.021455717495026057 + - -0.9988660469248581 + - 0.04250026455778093 + - -0.03048996019461833 + - - -0.06329598078090794 + - -0.041067624430457236 + - -0.997149471764701 + - 0.5772862593539105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835283411377786 + - -0.015348191677626907 + - -0.1801011804264371 + - 0.06449573162860574 + - - -0.024345813507705153 + - -0.9985575490617413 + - -0.047855016209970895 + - -0.03281173649968653 + - - -0.1791069053482229 + - 0.051451474459293774 + - -0.9824833139715645 + - 0.5756588412510626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996166142520412 + - -0.019547216128140532 + - 0.019609458251711596 + - -0.03482808436193768 + - - -0.01905930661995859 + - -0.9995115483958998 + - -0.024767063903467484 + - 0.03743167171186219 + - - 0.020084007131353544 + - 0.024383825886677462 + - -0.9995009062990775 + - 0.580257017080259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959986251752017 + - -0.039870941225449506 + - -0.0799815397132661 + - 0.048515728677627844 + - - -0.03799888276151726 + - -0.9989701462985646 + - 0.024793783759266382 + - 0.03511828299999898 + - - -0.0808877219235681 + - -0.02165536538647053 + - -0.9964879435256577 + - 0.5764218012831812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994495495566885 + - -0.03177425039153927 + - 0.009539124854416896 + - -0.04287183317011513 + - - -0.032252208668510106 + - -0.9979638880718514 + - 0.05502611326013245 + - -0.023607578699100323 + - - 0.007771288627716069 + - -0.055303481957014324 + - -0.9984393481611669 + - 0.5791790149799337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978412514917508 + - -0.0203582532886679 + - -0.062436994998244885 + - 0.025722541765311156 + - - -0.01843599415113605 + - -0.9993427991870634 + - 0.031210316125034433 + - -0.030502620141753187 + - - -0.06303134887526755 + - -0.02999185282705538 + - -0.9975607940486461 + - 0.5773433627938458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830674368813513 + - -0.014779596850978455 + - -0.18264714084937908 + - 0.0645134415449403 + - - -0.0233892733405894 + - -0.9987097891762381 + - -0.045074370723871306 + - -0.032818661327469786 + - - -0.1817453065037157 + - 0.04858312999875924 + - -0.9821447566644104 + - 0.5757515861006401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994259938455055 + - -0.019564284885025287 + - 0.02765721574673342 + - -0.03485249680910678 + - - -0.018694084270433276 + - -0.9993326993350763 + - -0.03137972678272441 + - 0.037402997686960225 + - - 0.02825268198266719 + - 0.030844688304569778 + - -0.9991248126056017 + - 0.5802807927977583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996673280328612 + - -0.04021450121446307 + - -0.07088840646449868 + - 0.048481977725508774 + - - -0.037871526272117664 + - -0.9987009011845076 + - 0.03409189744020158 + - 0.03508571301781838 + - - -0.07216730407064081 + - -0.031293831106543504 + - -0.9969014877899678 + - 0.5764644069516335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994822008325235 + - -0.03208043519342606 + - 0.002485135162460699 + - -0.04287587066205627 + - - -0.032161930158176755 + - -0.9983717998275263 + - 0.04711007915134942 + - -0.02362136286500747 + - - 0.000969777023788523 + - -0.04716561233511378 + - -0.9988866124568785 + - 0.5792766457962781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972704811043216 + - -0.02136731663007938 + - -0.07067549290938639 + - 0.025704325804860213 + - - -0.019223239865256318 + - -0.9993382501224893 + - 0.030879263126000634 + - -0.030478879924289333 + - - -0.07128853040312737 + - -0.02943636564102124 + - -0.9970212865384628 + - 0.5772808833727416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847325971719689 + - -0.017660029051238146 + - -0.17317573571623207 + - 0.06451492597495391 + - - -0.02308441665556403 + - -0.9993023355596891 + - -0.02935901654727386 + - -0.032789481124371925 + - - -0.1725364360783575 + - 0.03290844145291914 + - -0.9844532557244752 + - 0.5757135396298241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999527355150226 + - -0.017732989986634515 + - 0.025111897031647477 + - -0.03484595718508758 + - - -0.01744632869253284 + - -0.9997806383644279 + - -0.011588820766979887 + - 0.03744233249636538 + - - 0.025311892887460052 + - 0.011145232960822258 + - -0.9996174727668092 + - 0.5803176962312832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969277587513218 + - -0.04032654037075916 + - -0.06714770266205583 + - 0.048496498997324854 + - - -0.038203063472055925 + - -0.9987376374463413 + - 0.03261376227072019 + - 0.03511597614694702 + - - -0.06837813811750357 + - -0.029948316978196235 + - -0.9972098718613637 + - 0.5764372262114831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972929320773346 + - -0.021952456818445057 + - -0.07017761230069818 + - 0.025704494473287886 + - - -0.019772131407072416 + - -0.9993045722683065 + - 0.03161383657954732 + - -0.030489938537930875 + - - -0.07082281022533814 + - -0.030140694804386452 + - -0.9970334337766685 + - 0.5772910597222077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876227058656176 + - -0.018221622733765864 + - -0.15578627450332105 + - 0.06452910648097472 + - - -0.023679197968280333 + - -0.9991665653912803 + - -0.0332486118171965 + - -0.03281502471737587 + - - -0.15505059316963216 + - 0.03652597800388016 + - -0.987231060334208 + - 0.5757964067247902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994094666669827 + - -0.01880528612102331 + - 0.02875898381938315 + - -0.03483133261064988 + - - -0.018264104603166634 + - -0.9996532937364575 + - -0.0189661489210573 + - 0.037433624616618574 + - - 0.029105676756634283 + - 0.018429691689162458 + - -0.9994064268578525 + - 0.5802762298406321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959498162557693 + - -0.03894730420310235 + - -0.08103746661520375 + - 0.04851029731743292 + - - -0.03638848716106826 + - -0.998798737863224 + - 0.032817057225766846 + - 0.03512911000111343 + - - -0.08221825528572121 + - -0.029735311300564723 + - -0.9961706529303251 + - 0.5765267084281369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997380373945386 + - -0.022738435165200067 + - -0.06866842968060312 + - 0.02571690360717848 + - - -0.01896292863586285 + - -0.9982984542077634 + - 0.055141669034783444 + - -0.03046706764519512 + - - -0.06980542246926892 + - -0.05369506395031498 + - -0.9961144728901687 + - 0.577263131722668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867510353976491 + - -0.016368817093384683 + - -0.1614139274307857 + - 0.0645466568651924 + - - -0.023345662728411196 + - -0.9988689681523885 + - -0.04142178767211206 + - -0.032792241495235686 + - - -0.16055333747212763 + - 0.04464130698294551 + - -0.9860171294340758 + - 0.5758349688753381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993367218362195 + - -0.020199758782742182 + - 0.030299936217053475 + - -0.03485147509177272 + - - -0.019407700895410163 + - -0.9994680266706674 + - -0.026210776581330614 + - 0.03739771498962953 + - - 0.030813268823556752 + - 0.02560533944631791 + - -0.9991971322297949 + - 0.5803013919014202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995833867671023 + - -0.038940070108372415 + - -0.08245349561617378 + - 0.04850788868105863 + - - -0.03745358776268014 + - -0.9991081045760624 + - 0.019499336761335462 + - 0.035126417395559884 + - - -0.08313926126129918 + - -0.016329920709660325 + - -0.996404133334734 + - 0.5764968784772108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997738656552566 + - -0.022000443368694066 + - -0.06351026462125337 + - 0.025728001663630703 + - - -0.0188263400735271 + - -0.9985642043903646 + - 0.050150759013948595 + - -0.03048844163742011 + - - -0.06452241579572676 + - -0.04884168508374914 + - -0.9967202955985518 + - 0.5774298151668732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858340669431153 + - -0.015314854133210092 + - -0.1670228957277292 + - 0.06452154156521575 + - - -0.022773862716477467 + - -0.9988225632582541 + - -0.042835012585296796 + - -0.032808632056529195 + - - -0.1661702248640485 + - 0.046031971162334505 + - -0.9850220880769843 + - 0.5758543407527379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995645221254214 + - -0.019757524327944427 + - 0.021918173751678857 + - -0.034871332647300995 + - - -0.01925138065050925 + - -0.9995485252371608 + - -0.023067943975696902 + - 0.037396219221387195 + - - 0.022364043713677943 + - 0.022635943290425894 + - -0.9994936035914012 + - 0.5802858029111462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963365482696301 + - -0.03971123245509685 + - -0.07573968972115128 + - 0.0484891815780862 + - - -0.03741893084661185 + - -0.9988046862674895 + - 0.03144872500434751 + - 0.035117700348790096 + - - -0.07689802465899553 + - -0.02849941590629281 + - -0.9966315653723524 + - 0.5765483973456205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993462433956841 + - -0.03292935336975611 + - 0.014924593715868595 + - -0.04288694681214637 + - - -0.033718353638881246 + - -0.9978543434010548 + - 0.05612291852295447 + - -0.023622697354872123 + - - 0.01304447924669116 + - -0.05658946052314489 + - -0.9983123131159323 + - 0.5790967985431585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968023005235077 + - -0.022039084936881868 + - -0.07680789286386758 + - 0.025676727751220745 + - - -0.019426151145673674 + - -0.9992123587087698 + - 0.034601833120850974 + - -0.030490563095737222 + - - -0.07750998853507782 + - -0.03299910512124055 + - -0.9964453124675184 + - 0.5772538806096871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846182774343518 + - -0.014303704718518963 + - -0.1741328566742504 + - 0.0645128871106889 + - - -0.023213856495261285 + - -0.9985171728649541 + - -0.049239946795231436 + - -0.03283105797856059 + - - -0.17317033408995616 + - 0.052524846740425866 + - -0.9834903028835964 + - 0.5758714001652511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993470340285916 + - -0.0195673026309462 + - 0.030374763307815307 + - -0.034842381232729445 + - - -0.018811387897399563 + - -0.9995110538451403 + - -0.0249756867122986 + - 0.0374062425246763 + - - 0.03084861850440642 + - 0.024387986983887902 + - -0.9992264952588295 + - 0.5803345405177358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960556075535256 + - -0.039428781408284354 + - -0.07948960848962972 + - 0.048493779989877216 + - - -0.0371603429665802 + - -0.9988643474596451 + - 0.029818187145175305 + - 0.0351119643638595 + - - -0.08057503069675503 + - -0.02674671139927849 + - -0.996389621512359 + - 0.5763897007558547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976159449712747 + - -0.02220402822994676 + - -0.06534070300688866 + - 0.025706406337346405 + - - -0.018543356106172266 + - -0.9982525396905513 + - 0.05610713809921273 + - -0.030481147024222405 + - - -0.06647232720004909 + - -0.05476173967039554 + - -0.9962843879058236 + - 0.577312259789042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848806491016253 + - -0.014816130899515303 + - -0.1725995054753329 + - 0.06452507905300565 + - - -0.02428588899298922 + - -0.9983053253255054 + - -0.0528835798954467 + - -0.03281764663131631 + - - -0.17152347542240756 + - 0.05627574692446398 + - -0.9835714197185244 + - 0.5758617707373838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993798403416688 + - -0.019449781209857818 + - 0.029353717474099834 + - -0.03485949076618306 + - - -0.01896242185677894 + - -0.9996791923086075 + - -0.016791039948026113 + - 0.03742442326394046 + - - 0.029670882629038265 + - 0.016224009248620334 + - -0.999428046558588 + - 0.5802085160567318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967681360232317 + - -0.03922259326280732 + - -0.07010614228805193 + - 0.048480787729126965 + - - -0.03695671090401115 + - -0.9987608500419134 + - 0.033331155736225054 + - 0.035108736868287346 + - - -0.0713266046291953 + - -0.03063254154156209 + - -0.9969825288693757 + - 0.5764061681826649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974674890224458 + - -0.023397161640225914 + - -0.06716532714457878 + - 0.02567607695043323 + - - -0.02173693993504023 + - -0.999442442858068 + - 0.025343812975882705 + - -0.030502462626337958 + - - -0.06772085192551554 + - -0.023819660809449163 + - -0.9974199265973204 + - 0.5773393840816462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853119624162454 + - -0.01684796580285843 + - -0.16993081759278753 + - 0.06453792191468369 + - - -0.024139095761787934 + - -0.9988702998608096 + - -0.040931993743024836 + - -0.032814739469255984 + - - -0.16904922589367496 + - 0.044432759359300494 + - -0.9846055500150642 + - 0.5758458413415904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991761780490765 + - -0.02069509327739595 + - 0.03490957366511368 + - -0.03485953823380651 + - - -0.019885627085960908 + - -0.9995289157247921 + - -0.02337752051480766 + - 0.03741408475701892 + - - 0.035376928281554 + - 0.022664062836615068 + - -0.9991170167708587 + - 0.5802448775836573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957008117729615 + - -0.04022167719132634 + - -0.08343926005533758 + - 0.04849001363220832 + - - -0.03868578861231063 + - -0.9990523794403765 + - 0.019943743228532665 + - 0.03510909303712492 + - - -0.08416236209915412 + - -0.016630087745973077 + - -0.9963132725139479 + - 0.5764604146245391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994354428577009 + - -0.03267409786861819 + - 0.00782297183320924 + - -0.0428412616307014 + - - -0.032972218112964136 + - -0.9985892672302543 + - 0.041621006778494646 + - -0.023630904917757312 + - - 0.006452006861616377 + - -0.04185545007542432 + - -0.9991028440087847 + - 0.5791707278156932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969133803010282 + - -0.02316387894437465 + - -0.07501431122811265 + - 0.025723757821050297 + - - -0.019859034272915802 + - -0.998811693973897 + - 0.04450638986417133 + - -0.03047501524958334 + - - -0.07595611189710112 + - -0.0428793037868482 + - -0.9961887543895637 + - 0.57721367298798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833544010306174 + - -0.018176555303666554 + - -0.18078643425602528 + - 0.064503664608006 + - - -0.02436524045790775 + - -0.9991885889943197 + - -0.032070214856908204 + - -0.03281015824121723 + - - -0.18005681611964522 + - 0.03594129186371397 + - -0.9829993725878076 + - 0.575683282782792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994713464826255 + - -0.018262011702018983 + - 0.026898447702477846 + - -0.03483933960066381 + - - -0.017879137228091164 + - -0.9997363602463021 + - -0.014406472623631093 + - 0.03743607745018753 + - - 0.02715444737398827 + - 0.013917935553510416 + - -0.9995343551162921 + - 0.5802651679621809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967080095144757 + - -0.040386416503838896 + - -0.07029993692507991 + - 0.048499296331750374 + - - -0.03765846436984471 + - -0.9985014722357299 + - 0.039707052325575073 + - 0.035146982647667024 + - - -0.0717982160711316 + - -0.03692894941721561 + - -0.9967353053162834 + - 0.5766136171340308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994261406489975 + - -0.03121271278353314 + - 0.013158873361457234 + - -0.04285973221048869 + - - -0.03175789348299712 + - -0.998549096564865 + - 0.04348721594921913 + - -0.023630450002077644 + - - 0.011782427125716134 + - -0.04388015850226701 + - -0.9989673198362611 + - 0.5791519723307064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974954195627723 + - -0.023679461268454962 + - -0.06664961414235329 + - 0.025687668625393473 + - - -0.02067762653860306 + - -0.998756039054668 + - 0.04537411390387287 + - -0.030474016869191496 + - - -0.06764113919811593 + - -0.043882314955655116 + - -0.9967442092744331 + - 0.5772023574995669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862496494743501 + - -0.017271638324352915 + - -0.16435729196270618 + - 0.06452912435543094 + - - -0.02384184660306449 + - -0.9989899764997245 + - -0.038086653878167516 + - -0.032806033604770295 + - - -0.1635334683246137 + - 0.04148153038006353 + - -0.9856653019027554 + - 0.5758515176171572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995397358333291 + - -0.018099030539303833 + - 0.024346284804382244 + - -0.03484218346662691 + - - -0.017735287648534277 + - -0.9997290763511658 + - -0.015074265158503625 + - 0.03746883089441129 + - - 0.024612518405528805 + - 0.01463553865023341 + - -0.9995899283937165 + - 0.5804316861514729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961711429182083 + - -0.04041013433626472 + - -0.07752467387842057 + - 0.048502711983971256 + - - -0.03793405479775835 + - -0.9987302071542467 + - 0.03315087938859514 + - 0.03515182321620209 + - - -0.07876586509161879 + - -0.03008312418219815 + - -0.9964391321780816 + - 0.5764783259662803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993630885131447 + - -0.03122012653717818 + - 0.017283547566141956 + - -0.04285400138773905 + - - -0.032105713805495345 + - -0.9980471250919992 + - 0.053583199201188855 + - -0.023631739296398706 + - - 0.015576920700450865 + - -0.05410397207781738 + - -0.9984138018611792 + - 0.579078251728293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977691295248381 + - -0.023895755312433584 + - -0.06233584077635553 + - 0.02571035230733592 + - - -0.020404454575515395 + - -0.998219135097815 + - 0.05605547750261162 + - -0.030475975959912915 + - - -0.06356431703969276 + - -0.05465849616133223 + - -0.9964798173554038 + - 0.5773240635257746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854171450957192 + - -0.017300767088622278 + - -0.1692741374503134 + - 0.06452463659075758 + - - -0.023060264661671742 + - -0.9992180243193456 + - -0.03211797112331945 + - -0.03281130136314353 + - - -0.16858610365369975 + - 0.035553105820588626 + - -0.9850455331208681 + - 0.5758193827092706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992672039350269 + - -0.019247360519342505 + - 0.03308465283045521 + - -0.0348341278544978 + - - -0.018554200072122384 + - -0.9996045119713798 + - -0.021131997211413428 + - 0.03742021030629236 + - - 0.033478303415151525 + - 0.020502652499078906 + - -0.999229125096414 + - 0.5802734341844563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961513635836468 + - -0.04044718060861119 + - -0.07775915644639923 + - 0.04849855864761342 + - - -0.038115989653485796 + - -0.9987850601605793 + - 0.03123419492740609 + - 0.035124972550013955 + - - -0.07892801887274613 + - -0.02815011866479826 + - -0.9964827839235263 + - 0.5763118338618252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997402041104516 + - -0.020574067733052138 + - -0.06903532528684916 + - 0.02571789000468977 + - - -0.018176943778408252 + - -0.999215903970644 + - 0.035173512292714336 + - -0.030507477056323482 + - - -0.06970485718672609 + - -0.033827281727104884 + - -0.9969939557968912 + - 0.5773087415026779 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858761978013947 + - -0.018386119649422647 + - -0.16646342905546074 + - 0.06451253589506592 + - - -0.024635637846250093 + - -0.9990639889264327 + - -0.035556031532129315 + - -0.0328052810106791 + - - -0.1656538799925124 + - 0.03915477792865742 + - -0.9854063605481671 + - 0.5756809291870267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999264882758234 + - -0.019986065608437617 + - 0.03271469498051293 + - -0.03488813951444465 + - - -0.01917499437563803 + - -0.9995055084633182 + - -0.024921038144069017 + - 0.0374075520020305 + - - 0.03319659134409767 + - 0.024275414166994556 + - -0.9991539874264397 + - 0.5802338057083312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966235194753097 + - -0.039740549979404446 + - -0.07184879342049821 + - 0.04850628344402763 + - - -0.036955865996508075 + - -0.9985287778571809 + - 0.03968052115953516 + - 0.03514603873004933 + - - -0.07332001361903248 + - -0.0368913062709717 + - -0.9966259113250696 + - 0.5765087388776948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999380673455724 + - -0.03270950755313833 + - 0.012975270279058518 + - -0.04284984050762711 + - - -0.0333210465009559 + - -0.9981877464239822 + - 0.05010918827015114 + - -0.023609299834408855 + - - 0.011312708926891355 + - -0.05051050390407429 + - -0.9986594572786524 + - 0.5791174027415154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971325095942345 + - -0.022960944419629866 + - -0.07210792842442842 + - 0.02567166910882293 + - - -0.019751611418759422 + - -0.9987957866963287 + - 0.04490935675362028 + - -0.03048047115039503 + - - -0.07305225634206075 + - -0.04335633182154915 + - -0.9963852650126422 + - 0.5772890598451416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855684577484588 + - -0.01728240020891464 + - -0.16839279596925577 + - 0.06452496950414909 + - - -0.023932296520467133 + - -0.9990084635457135 + - -0.03754111009665663 + - -0.03281037459510713 + - - -0.16757702788443568 + - 0.04102936030517372 + - -0.9850048382207913 + - 0.5758017249791043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993669791093607 + - -0.018994290454218028 + - 0.030080857633575292 + - -0.034820323375954775 + - - -0.018401564162714372 + - -0.9996334103140324 + - -0.01986019688479547 + - 0.037435706259468925 + - - 0.030447060649529525 + - 0.01929409013346147 + - -0.9993501461368411 + - 0.5804156979767165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959079222662375 + - -0.039700854819202755 + - -0.08118652901787639 + - 0.04852528196679578 + - - -0.03723673784038997 + - -0.9988053290072482 + - 0.03164395837641701 + - 0.03512045229643916 + - - -0.08234583002406358 + - -0.028491347341726887 + - -0.9961964702829963 + - 0.5766275892608353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999439272826374 + - -0.03212994568729943 + - 0.009423721261787586 + - -0.042853746095990984 + - - -0.032557951038707705 + - -0.9982451133356144 + - 0.04946386080491301 + - -0.0236273224706661 + - - 0.007817912537870392 + - -0.04974294212949096 + - -0.9987314553731912 + - 0.5791113729756029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974020488127776 + - -0.02525799304292418 + - -0.06746248447483358 + - 0.025687499075386585 + - - -0.02251137305498818 + - -0.9988986170272057 + - 0.04116783919901168 + - -0.030482849343607135 + - - -0.06842799943921143 + - -0.0395422140070599 + - -0.9968721192831946 + - 0.5773250372896215 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859672888660893 + - -0.01836345508592281 + - -0.16592555199052683 + - 0.06452580067271928 + - - -0.025118253249641183 + - -0.998934994103416 + - -0.03870337077433715 + - -0.03281015632156884 + - - -0.16503811268837454 + - 0.04232801758783679 + - -0.9853784858049945 + - 0.5757578983037652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993517399310051 + - -0.019857434283868432 + - 0.03002968865197473 + - -0.0348953632739556 + - - -0.01932497898933672 + - -0.9996526765652303 + - -0.01791846597877054 + - 0.037430039914532295 + - - 0.030375073398008233 + - 0.01732652705052312 + - -0.9993883861524672 + - 0.5803670590944204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960570526128364 + - -0.04154829557647846 + - -0.07838422720751197 + - 0.048461972049127264 + - - -0.038734511013665124 + - -0.9985612041652147 + - 0.03708313892659368 + - 0.035100430394476814 + - - -0.07981218952491866 + - -0.03390074734878824 + - -0.9962332827869347 + - 0.5764147258345622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974623417052607 + - -0.023900829956280383 + - -0.06706435124012301 + - 0.025684538710651326 + - - -0.021603954833076273 + - -0.9991618900804838 + - 0.034767607717040336 + - -0.030487624048782882 + - - -0.06783911862213439 + - -0.03323052419382777 + - -0.9971427110731823 + - 0.5773579477952164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849874721677324 + - -0.016503304803787193 + - -0.17183515531803722 + - 0.06453315029945554 + - - -0.0236257519539377 + - -0.998940741303583 + - -0.03948694985003784 + - -0.03282808695172875 + - - -0.17100147226626938 + - 0.0429538856729131 + - -0.9843340186076914 + - 0.575934150927434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993939602546628 + - -0.018545204988746854 + - 0.02945823447572858 + - -0.03481210026500027 + - - -0.018014874244393502 + - -0.9996726524624122 + - -0.018167339505921025 + - 0.03740922925477881 + - - 0.02978550843044874 + - 0.017625642986571294 + - -0.999400900638402 + - 0.5802910548200708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960662485314629 + - -0.03757924970115492 + - -0.08024854221950961 + - 0.048512474246465175 + - - -0.036475912573688915 + - -0.9992193624190534 + - 0.015171472202051884 + - 0.03511820028797715 + - - -0.0807560297338519 + - -0.012184652590832377 + - -0.9966594192114308 + - 0.5765681492379412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969616754971287 + - -0.02087795927890963 + - -0.07504351008785501 + - 0.025697778149803924 + - - -0.018327445270677093 + - -0.9992360616141736 + - 0.03451663250732972 + - -0.030482661919644445 + - - -0.07570681831782486 + - -0.03303640395297142 + - -0.9965826978600663 + - 0.577278466664465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860205725916831 + - -0.01604049962901407 + - -0.16584972956752458 + - 0.06451136459602011 + - - -0.02345896500449808 + - -0.9988052817152276 + - -0.04286824207595945 + - -0.032816494514582406 + - - -0.16496395784196977 + - 0.04615963159966645 + - -0.9852188493038977 + - 0.5756750482947182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991576795299458 + - -0.018970832118789402 + - 0.0363873462216574 + - -0.03486385754378399 + - - -0.017852738372354147 + - -0.9993658055167239 + - -0.03081016871938452 + - 0.03744422237560682 + - - 0.03694876410574961 + - 0.030134602911426844 + - -0.9988627005441877 + - 0.5802770835920168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996423895322636 + - -0.03880715107697988 + - -0.07505615134919383 + - 0.04849228067096949 + - - -0.03691201679634695 + - -0.9989677679634016 + - 0.026474546006412768 + - 0.03510899914239493 + - - -0.07600607769179271 + - -0.023609396339337542 + - -0.9968278048682235 + - 0.5764657463664805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994114816538122 + - -0.03248287943943707 + - 0.011025102351211359 + - -0.042849770316857064 + - - -0.03302809765342531 + - -0.998020304442996 + - 0.0535221139801613 + - -0.02363448808442075 + - - 0.009264723629309761 + - -0.05385475339125204 + - -0.9985057988981536 + - 0.5791334268260926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9986702676710301 + - -0.02131322546167844 + - -0.04694084458435711 + - 0.025706821055243533 + - - -0.01985880203978802 + - -0.999314747894945 + - 0.031235598620925214 + - -0.03048542419968362 + - - -0.04757440962763087 + - -0.03026187469544304 + - -0.9984091818931256 + - 0.5774362559667079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853533609492889 + - -0.016246978017666367 + - -0.169749196673309 + - 0.06451820679291202 + - - -0.024154564810988207 + - -0.9987118390964437 + - -0.044623082002382304 + - -0.032796702209286585 + - - -0.1688055421623711 + - 0.04806972179962176 + - -0.9844765059570366 + - 0.5757320490876845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992897201311872 + - -0.018697859474804877 + - 0.03271766023409973 + - -0.03484736793872591 + - - -0.018412479703967814 + - -0.9997899486106078 + - -0.00900218019983562 + - 0.03746513343912426 + - - 0.03287910934445327 + - 0.008393372877442575 + - -0.9994240918951557 + - 0.5803894452136054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967558952165512 + - -0.04110088846607459 + - -0.0691982826257337 + - 0.04850503715735473 + - - -0.038907160172862616 + - -0.9987057567849333 + - 0.03275735416540178 + - 0.035133649093495214 + - - -0.07045507957794693 + - -0.029958777210254237 + - -0.9970649695128859 + - 0.5765022655020835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99723599266364 + - -0.023548001072689714 + - -0.07046890506915114 + - 0.025685605655433406 + - - -0.021497401191062346 + - -0.9993271334749295 + - 0.02971770588067167 + - -0.030494568275847317 + - - -0.07112128147182771 + - -0.028120667599831277 + - -0.9970712067728885 + - 0.5773372703306725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857178408658019 + - -0.01773343477298448 + - -0.16746899262255632 + - 0.06450493219327824 + - - -0.024276677647561543 + - -0.9990164418505103 + - -0.03710514566394676 + - -0.03279722914020232 + - - -0.16664627544970184 + - 0.04064079481873633 + - -0.9851788389298889 + - 0.5756835446080857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999287006613279 + - -0.018622415957422818 + - 0.0328433256200005 + - -0.03483913941449727 + - - -0.017909971373700782 + - -0.9996007242813719 + - -0.02185463203874709 + - 0.03743690964567925 + - - 0.03323719812598343 + - 0.0212508268089629 + - -0.9992215425123043 + - 0.5803701281115495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971038361938775 + - -0.039542762080677085 + - -0.06496391163164277 + - 0.0484998606582535 + - - -0.03745954157910779 + - -0.9987538142607267 + - 0.032978799922581556 + - 0.03509006397031646 + - - -0.06618702737044486 + - -0.030449769566969417 + - -0.997342513352952 + - 0.5764882775497799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997807057449079 + - -0.022701527614458712 + - -0.06217488840987346 + - 0.025706382501572648 + - - -0.01932867105674478 + - -0.998336367137527 + - 0.05432219183561763 + - -0.030481157865047848 + - - -0.06330464896032838 + - -0.053001308423617756 + - -0.9965858631976448 + - 0.5772938903408847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851101392646868 + - -0.0179015062019392 + - -0.17098991079479262 + - 0.06451269633203617 + - - -0.023500200956165763 + - -0.999250040376483 + - -0.030774946996166487 + - -0.032810692661623404 + - - -0.1703107573611515 + - 0.03433500958641141 + - -0.9847920354286848 + - 0.5758585552110557 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994267292160545 + - -0.01895592046406013 + - 0.028051488514149122 + - -0.03483981390592124 + - - -0.018423567281942 + - -0.9996475126208008 + - -0.019116032005993492 + - 0.037440926728051035 + - - 0.02840396270077417 + - 0.01858826485734044 + - -0.9994236795836322 + - 0.5802231177430899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953196468416764 + - -0.04110969700531198 + - -0.08745738060959762 + - 0.04845923487988734 + - - -0.038353507719484724 + - -0.9987203181954084 + - 0.032965655905415475 + - 0.035106448525753786 + - - -0.08870067111680727 + - -0.029457067671346242 + - -0.9956226554812995 + - 0.5764372740973412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995330184764784 + - -0.029751208208970426 + - 0.006972129187454996 + - -0.04284798032519694 + - - -0.03005809864126858 + - -0.9983426759668897 + - 0.04907557487531125 + - -0.023621416171350756 + - - 0.005500516464100372 + - -0.049262226435444464 + - -0.9987707331341121 + - 0.5792116360914491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977255775089247 + - -0.021990546110623933 + - -0.06371881877623975 + - 0.02572399042166908 + - - -0.01925369336943302 + - -0.998878638894702 + - 0.043252283772115103 + - -0.030482277374172594 + - - -0.06459850831186903 + - -0.041927087206533244 + - -0.9970301660843854 + - 0.5772868644017126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863619301416572 + - -0.019099255385407864 + - -0.1634789320094412 + - 0.06451804153373028 + - - -0.024117228616436042 + - -0.9992952098193718 + - -0.028765307506100957 + - -0.032813367025380014 + - - -0.16281431770912252 + - 0.03231566301007854 + - -0.9861273730472815 + - 0.575825250974155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994685422887049 + - -0.019082927571924403 + - 0.026428674779038836 + - -0.03485946701448772 + - - -0.018448303730827578 + - -0.9995404780032341 + - -0.024051879812643815 + - 0.037436681132173175 + - - 0.0268755105020658 + - 0.02355153303611927 + - -0.9993613121523678 + - 0.5801912103315141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965694958898584 + - -0.0389937216837428 + - -0.07299814744967348 + - 0.04850627892193705 + - - -0.03746358551480818 + - -0.9990510371975535 + - 0.022214968711842566 + - 0.035100916641533295 + - - -0.07379511923025883 + - -0.01940398783096651 + - -0.9970846331350456 + - 0.5764623304140286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993597364814101 + - -0.03052423514257678 + - 0.018665159221585344 + - -0.04286908215505603 + - - -0.031398333913686474 + - -0.9983303309668263 + - 0.04848396538147931 + - -0.02363453899337131 + - - 0.017154058623284976 + - -0.04903897776900043 + - -0.9986495466038731 + - 0.5792389162922633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967309549189509 + - -0.02391810964708846 + - -0.07717076867095521 + - 0.025680361714914626 + - - -0.020034730741636683 + - -0.9985124695236746 + - 0.05070954318315052 + - -0.030470033502173227 + - - -0.07826885121468402 + - -0.04899767582899768 + - -0.9957274801334405 + - 0.5772275476509241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828694238857326 + - -0.013495612867198933 + - -0.18380849823625317 + - 0.06452727290930081 + - - -0.022573484477857002 + - -0.9986215968184071 + - -0.04738506269261136 + - -0.03280514717180365 + - - -0.18291564555569306 + - 0.050722527551310514 + - -0.9818192765523351 + - 0.575797517117825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999305532373072 + - -0.01988347968717545 + - 0.031513492413584046 + - -0.03481400213566252 + - - -0.019024927987921415 + - -0.9994458572884914 + - -0.02731355824361677 + - 0.03744794707569624 + - - 0.032039118021970306 + - 0.026695047937824023 + - -0.999130056264935 + - 0.5804897827661482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995465654719398 + - -0.040058903974046316 + - -0.08627522521835865 + - 0.04847676495631658 + - - -0.03831968296066573 + - -0.9990294012028255 + - 0.021722279579228686 + - 0.03511651881519621 + - - -0.08706165730029744 + - -0.01831774398560716 + - -0.996034501452336 + - 0.5763641377815468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973141631278374 + - -0.022380307033375395 + - -0.06973938544117902 + - 0.025693687618065047 + - - -0.021408780693414523 + - -0.99966350327214 + - 0.0146473320059814 + - -0.030502715780637128 + - - -0.07004373015368875 + - -0.013114956452997218 + - -0.9974577052604252 + - 0.577350735530934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838819051843993 + - -0.014705566252320942 + - -0.1782137564048164 + - 0.06451243810731909 + - - -0.02480746606956345 + - -0.9982006966826236 + - -0.05458899861266419 + - -0.03281116232442419 + - - -0.1770903336659686 + - 0.058130159672278504 + - -0.9824764110443326 + - 0.5757997100380272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991600167842227 + - -0.020082850231272334 + - 0.0357203021591383 + - -0.03486768927621008 + - - -0.01934191804891612 + - -0.9995930205867646 + - -0.020968628958907398 + - 0.03741375068521874 + - - 0.03612687456646186 + - 0.020260116505479476 + - -0.9991418200702255 + - 0.5803248515671713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966714391670659 + - -0.03886543962437682 + - -0.07166254217827846 + - 0.048521282186237365 + - - -0.037215981126403765 + - -0.9990139170560697 + - 0.024210829748007128 + - 0.035119573553751365 + - - -0.07253284150954502 + - -0.02146325071119815 + - -0.997135053927731 + - 0.5765299189218661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999470469344332 + - -0.03107434776339117 + - 0.009652244283091915 + - -0.0428427189524233 + - - -0.03153541841706798 + - -0.998149226091671 + - 0.05199653678716434 + - -0.023640623172582337 + - - 0.008018621694599642 + - -0.05227339058907802 + - -0.9986006180362803 + - 0.5791501165086499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975150837369561 + - -0.025080059462954597 + - -0.06583804625433745 + - 0.02567322606087051 + - - -0.021339930931556037 + - -0.9981512666007035 + - 0.05690919373219197 + - -0.03049761600302186 + - - -0.06714361522207479 + - -0.05536279979143398 + - -0.9962061510220482 + - 0.5772666031600655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855644811297208 + - -0.017197988382479504 + - -0.16842470938404544 + - 0.0645088569872121 + - - -0.023104384063779182 + - -0.9991825795849667 + - -0.03317167603491443 + - -0.032794672162435916 + - - -0.16771654948912304 + - 0.03658417485099301 + - -0.985156209531227 + - 0.5757007511840804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991812654809791 + - -0.018120784846498973 + - 0.03617230803219676 + - -0.03481811481738227 + - - -0.017433177152336273 + - -0.9996629929481867 + - -0.019234990622565437 + - 0.03742473805710018 + - - 0.03650867083590546 + - 0.01858864401783554 + - -0.9991604372008406 + - 0.5803870236420374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956029229872647 + - -0.04027159413481117 + - -0.0845755191828911 + - 0.048492618510835146 + - - -0.03733055706068156 + - -0.9986516790840608 + - 0.03607288971133746 + - 0.03511059177786132 + - - -0.08591419701512515 + - -0.032757023192411125 + - -0.995763891785005 + - 0.5763941625360725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994635559891888 + - -0.030929278999435542 + - 0.010769398777124625 + - -0.04285999918082787 + - - -0.03144633116285175 + - -0.9981669607698074 + - 0.05170925143493692 + - -0.02361663886147366 + - - 0.009150328182197444 + - -0.05202017039707138 + - -0.9986041124319572 + - 0.5791693250689652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978107699553378 + - -0.02553222211907309 + - -0.061006335693911264 + - 0.025687522137017388 + - - -0.022553256370360996 + - -0.998542650953987 + - 0.04902983635376354 + - -0.030502981678702922 + - - -0.06216926884103308 + - -0.04754660723381192 + - -0.9969324461327984 + - 0.5773666049864861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835639419823974 + - -0.013580339851949166 + - -0.18004873340724423 + - 0.06453310277667973 + - - -0.02499270760069045 + - -0.9978083546411638 + - -0.06126868674191656 + - -0.032837308802751285 + - - -0.17882208084807014 + - 0.06476157639988601 + - -0.9817477280968707 + - 0.5759039327669353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999405823946815 + - -0.0188539911371857 + - 0.02885352802321947 + - -0.03484550661134222 + - - -0.018049460471560724 + - -0.9994479128002641 + - -0.02789420326663788 + - 0.03742971359997492 + - - 0.02936351542089869 + - 0.027356838585514003 + - -0.9991943691518343 + - 0.5802586634429959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968540032049651 + - -0.039087152644206036 + - -0.06895136541363096 + - 0.04851669733003559 + - - -0.03756267021265074 + - -0.9990233062307694 + - 0.023269710231082614 + - 0.03513036484875393 + - - -0.06979356776044028 + - -0.020606506397530044 + - -0.997348599935528 + - 0.5765526185339765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974931054441988 + - -0.020989219856113628 + - -0.06757926635529687 + - 0.025718004866687412 + - - -0.0183311106700582 + - -0.9990428495193282 + - 0.039715931386571084 + - -0.030487753401495954 + - - -0.06834818924368452 + - -0.038377564723839235 + - -0.9969231101509167 + - 0.577401032952206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857163121977258 + - -0.015059111328645205 + - -0.16773960484425565 + - 0.0645106394374739 + - - -0.024577319281778916 + - -0.9981941023326558 + - -0.0548132232698026 + - -0.032813476095603186 + - - -0.16661124585164433 + - 0.05815287812563708 + - -0.9843063219960888 + - 0.5757508951041527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993100825889536 + - -0.019133207068247587 + - 0.03183204711202805 + - -0.03482843552729062 + - - -0.018237931716575492 + - -0.9994364313752616 + - -0.028181509657654744 + - 0.03742967781988135 + - - 0.032353310228790226 + - 0.027581516041844376 + - -0.9990958529040516 + - 0.5802409710052261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996192514573825 + - -0.04057866301677318 + - -0.07716116908685906 + - 0.0484847556050487 + - - -0.03881576779349451 + - -0.998953017584861 + - 0.024211667202019616 + - 0.03511266788173106 + - - -0.0780628597841586 + - -0.021124411610054433 + - -0.9967246104900025 + - 0.5764108660315826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9977706452846898 + - -0.021181610809230478 + - -0.06328569168224239 + - 0.025707222998007154 + - - -0.019264842173006953 + - -0.9993415636414319 + - 0.03074581328812036 + - -0.03049458497775707 + - - -0.06389526793294388 + - -0.029458081102222467 + - -0.9975217372035323 + - 0.5773698037658287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846064843926771 + - -0.013630315953812491 + - -0.1742535089428394 + - 0.06451936333144566 + - - -0.02328075730379013 + - -0.9982986726749516 + - -0.05345808147317375 + - -0.032807716971945955 + - - -0.17322839614582533 + - 0.05669192731271098 + - -0.9832486705540547 + - 0.5757745385674373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991662925896803 + - -0.018301409316314528 + - 0.03649353599790236 + - -0.034834281573898354 + - - -0.017669688047665624 + - -0.9996896915962554 + - -0.017558548928716732 + - 0.03744398221619418 + - - 0.03680355793794483 + - 0.01689908083952121 + - -0.9991796230858032 + - 0.5802749793876277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956648604940663 + - -0.040544455920552745 + - -0.0837116041623734 + - 0.048492195130549594 + - - -0.0383065303410812 + - -0.9988688994757683 + - 0.028169689265158247 + - 0.03509714659379181 + - - -0.08475904264772792 + - -0.024840868627608446 + - -0.9960917808792856 + - 0.5764136680805516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968635996582661 + - -0.023818562816985606 + - -0.07546946231223228 + - 0.02570053713355077 + - - -0.021165369514995445 + - -0.9991361508338272 + - 0.035762819103900764 + - -0.03048942116871648 + - - -0.07625608703348108 + - -0.034053313528905504 + - -0.9965065885522509 + - 0.5772753089935724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856009889388495 + - -0.013756104762705577 + - -0.16852732770835516 + - 0.06456181272600038 + - - -0.024584779182122762 + - -0.9977522767873009 + - -0.06233765153037826 + - -0.03283005894138997 + - - -0.16729100165677807 + - 0.06558325813432936 + - -0.9837238215155498 + - 0.5760692601408368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991479886776254 + - -0.017889247893980467 + - 0.03719235850606295 + - -0.0348256570237994 + - - -0.017269606533083338 + - -0.9997077705054289 + - -0.016915504167970493 + - 0.037437283392241644 + - - 0.037484095449247315 + - 0.016258794569458623 + - -0.9991649484381943 + - 0.5803912448121802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960533467093997 + - -0.04075138068283643 + - -0.07884830677602998 + - 0.048519542800423456 + - - -0.0376196266763881 + - -0.9984586653405421 + - 0.040805113590247986 + - 0.03515522068918791 + - - -0.08038963986567908 + - -0.03767782608944415 + - -0.9960511468912832 + - 0.5764445355885082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992977878134828 + - -0.03334157741907817 + - 0.01709592016497596 + - -0.042899087926997446 + - - -0.03401456346916855 + - -0.9985916662620138 + - 0.040714782868853674 + - -0.023630417231849943 + - - 0.015714348318702855 + - -0.04126770271366717 + - -0.9990245422258934 + - 0.5791696103887762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970204082266967 + - -0.023218419712806852 + - -0.0735609309722968 + - 0.025671674825688832 + - - -0.021062342278493983 + - -0.9993294160223901 + - 0.029951561062723234 + - -0.03050554703100445 + - - -0.07420703010641672 + - -0.028312952131319968 + - -0.9968408566187467 + - 0.5773069520747242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860915635122958 + - -0.014773301417341556 + - -0.1655450933586023 + - 0.06452311974896688 + - - -0.02313013680747811 + - -0.9985472014177508 + - -0.048667065989687563 + - -0.032820561127838724 + - - -0.16458561644670933 + - 0.051819263850518285 + - -0.9850006795697384 + - 0.5757740818481047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992596956127549 + - -0.018968661346623943 + - 0.03347014506424481 + - -0.0348080701873794 + - - -0.01821022904002354 + - -0.9995737005462145 + - -0.022821146655152665 + - 0.037407710984815844 + - - 0.03388876336212904 + - 0.022194753052539182 + - -0.99917913541803 + - 0.5802647292938192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995966176525212 + - -0.04040532639605379 + - -0.08011731908007497 + - 0.048500706626095444 + - - -0.03795660770681927 + - -0.9987715014337967 + - 0.03185567225895611 + - 0.035138427090225986 + - - -0.08130603390364588 + - -0.02868619044954831 + - -0.9962762826286449 + - 0.5764445325743556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978004427114026 + - -0.0218667977962572 + - -0.06257890762123215 + - 0.025718671038344625 + - - -0.020181095274090212 + - -0.9994196131706551 + - 0.027443764380211115 + - -0.03048354338561063 + - - -0.0631426948939242 + - -0.02612048935138949 + - -0.9976626284058039 + - 0.5774192668261114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886662999416646 + - -0.01803920043904639 + - -0.14904205650479493 + - 0.06453036736345963 + - - -0.023709322711523522 + - -0.9990576510885931 + - -0.036354887125436997 + - -0.03282345003043871 + - - -0.14824579378929917 + - 0.039476537954363955 + - -0.988162328554837 + - 0.5759000989326286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991388288184503 + - -0.0195423285061796 + - 0.036601887162439395 + - -0.03482951506859373 + - - -0.01857623989133648 + - -0.999474841311312 + - -0.02655117506302116 + - 0.03743271045727585 + - - 0.03710153714868031 + - 0.025848384519815505 + - -0.9989771453636569 + - 0.5803788596804571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960461999667565 + - -0.040694095053849064 + - -0.07896808316992754 + - 0.04848591822703355 + - - -0.037818971158700324 + - -0.9985781186620725 + - 0.03756948695168715 + - 0.035118772334878506 + - - -0.08038465619931262 + - -0.034434453053067283 + - -0.9961689492704809 + - 0.5764802435492646 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968233258386612 + - -0.023224528874916845 + - -0.07618318923810152 + - 0.025679683178643938 + - - -0.020774326390655757 + - -0.9992460622986501 + - 0.0327983893454666 + - -0.03048940664185869 + - - -0.0768874789999304 + - -0.031111545110785913 + - -0.9965542570948431 + - 0.5772641887270655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984538097163619 + - -0.015902345740250137 + - -0.1744472717854827 + - 0.06452049862352799 + - - -0.024667951379591595 + - -0.9985332831167951 + - -0.04819517281563525 + - -0.032824328652111684 + - - -0.17342499072560053 + - 0.051753240555083985 + - -0.9834863368058926 + - 0.575873772798979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993829762010316 + - -0.018052782012433245 + - 0.030129121148483682 + - -0.034840088910896815 + - - -0.017393717504934146 + - -0.9996067563535997 + - -0.021995255024532572 + - 0.03742693821949862 + - - 0.030514348607286173 + - 0.021457626006789392 + - -0.9993039801858223 + - 0.5803491525151209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967843029614915 + - -0.03961055809031721 + - -0.06965670863130993 + - 0.04852296241669352 + - - -0.037576964438460335 + - -0.9988352643748037 + - 0.030266918986011776 + - 0.0351437256987515 + - - -0.07077446653394351 + - -0.027552102081124755 + - -0.9971117573059433 + - 0.5764993547608341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999344445149135 + - -0.031364680749432966 + - 0.01808139239808588 + - -0.04286790997503333 + - - -0.03213222406511165 + - -0.9985212813308207 + - 0.043849411696009456 + - -0.023629750316678397 + - - 0.01667933230668628 + - -0.04440166135340907 + - -0.9988745128107239 + - 0.5792373801101438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976333303899155 + - -0.02411205735709969 + - -0.06439213294443308 + - 0.02569422885456877 + - - -0.021290709555983653 + - -0.9987981265980117 + - 0.04414757061158007 + - -0.030486797010357173 + - - -0.06537923050731292 + - -0.04267213369764437 + - -0.9969476642351701 + - 0.5773669081918487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835718271459627 + - -0.016828887104511487 + - -0.17973104741133641 + - 0.06451114181383791 + - - -0.02166888650777821 + - -0.9994525860552714 + - -0.02499975169762622 + - -0.032792796585120756 + - - -0.17921194213072264 + - 0.02848362312370996 + - -0.9833980694568608 + - 0.5757738614050834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999306314930064 + - -0.017984176084580195 + - 0.032610709152892665 + - -0.03484098145682568 + - - -0.017394054776743828 + - -0.9996814062604422 + - -0.018290238805680203 + - 0.037414564077770954 + - - 0.03292925446042438 + - 0.017710318678781263 + - -0.9993007599381565 + - 0.5802764788727641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964041773837735 + - -0.04012735376287533 + - -0.07462245487890835 + - 0.048498771769121304 + - - -0.03736881868182997 + - -0.9985786640768575 + - 0.03800293463410113 + - 0.0351325847497883 + - - -0.07604134850520587 + - -0.03507772983629789 + - -0.9964874641394352 + - 0.5765788602540171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994966237039037 + - -0.030742920762089863 + - 0.00783403009396265 + - -0.04284444638569087 + - - -0.03108574782298793 + - -0.9983524482541519 + - 0.04822929967588038 + - -0.023621220522761853 + - - 0.0063384135856576415 + - -0.04844854887358484 + - -0.9988055679787035 + - 0.5791365146359513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979730999781805 + - -0.022377038926885924 + - -0.05957314704466292 + - 0.02573424314143135 + - - -0.02030423053653605 + - -0.9991748802091484 + - 0.03517523249891682 + - -0.030494415279531232 + - - -0.060311109608923594 + - -0.033894348908015466 + - -0.9976040011797476 + - 0.5774357841539659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835598465599211 + - -0.014970174267002683 + - -0.17996089052191314 + - 0.06452213548363038 + - - -0.024523741523655742 + - -0.9983985415369298 + - -0.050979783822728546 + - -0.032815619664932794 + - - -0.17890951438284483 + - 0.05455498271786715 + - -0.9823518410039996 + - 0.5757176693497279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992374354526632 + - -0.018950633916654056 + - 0.03413826392981705 + - -0.03484257207530557 + - - -0.01810559017941692 + - -0.9995261026896234 + - -0.02489493214185504 + - 0.037442175670425674 + - - 0.03459386064376003 + - 0.024257854733045262 + - -0.9991070119309096 + - 0.5803761500691573 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954848095211281 + - -0.04027695000690158 + - -0.08595208729766193 + - 0.048510203615330656 + - - -0.037481124109639816 + - -0.9987222323261443 + - 0.033897905436183234 + - 0.03511982208204627 + - - -0.0872075647416044 + - -0.030523269084817815 + - -0.9957224365736741 + - 0.5764252776114904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994543044927935 + - -0.031682425091178947 + - 0.009344365744565169 + - -0.042856402829872665 + - - -0.032067187391749026 + - -0.9984994472157188 + - 0.044390870713324614 + - -0.023628447962661368 + - - 0.007923933594422701 + - -0.044666294342003386 + - -0.9989705368158489 + - 0.5791380164239309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972188458108295 + - -0.024079110582612372 + - -0.0705320494049849 + - 0.025692221004110727 + - - -0.02157690534238776 + - -0.9991179002631748 + - 0.03602580366280168 + - -0.030498724708365496 + - - -0.07133730241299109 + - -0.03440374699441067 + - -0.9968587520191526 + - 0.5773344716782829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985195856862334 + - -0.0154938923023622 + - -0.17073096650172856 + - 0.0645104774204669 + - - -0.02410086253548399 + - -0.9985345243789308 + - -0.04845567096210454 + - -0.03282249546754109 + - - -0.16972999748523318 + - 0.051853089827558374 + - -0.9841254925206426 + - 0.575773402324174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993629624524277 + - -0.019183242836073783 + - 0.030094392710266926 + - -0.03484542055698186 + - - -0.01837151872141131 + - -0.9994660306244131 + - -0.027021120031360493 + - 0.03741850847963364 + - - 0.030596675933447032 + - 0.026451026864236886 + - -0.9991817585402827 + - 0.5802030241833032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965294451307929 + - -0.03980954711465624 + - -0.073104479656449 + - 0.048526734720484896 + - - -0.03749798525775664 + - -0.9987607104102083 + - 0.03272528750838029 + - 0.03514043389623943 + - - -0.07431666091074912 + - -0.029870441902038383 + - -0.9967872343743447 + - 0.5764666584777686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994381228670597 + - -0.031781272264885245 + - 0.010648440880873954 + - -0.0428562486067293 + - - -0.03231567786410878 + - -0.9979921376340721 + - 0.054473756844540415 + - -0.023600711401478274 + - - 0.008895814979605945 + - -0.05478726087148544 + - -0.9984584220297048 + - 0.5791071575296457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975460287171167 + - -0.025372339450450535 + - -0.06525461655331644 + - 0.025684357876366998 + - - -0.021414440096581593 + - -0.9979291554916891 + - 0.06065329648910253 + - -0.030495402497980908 + - - -0.06665840041629537 + - -0.059107063964099676 + - -0.9960236004450325 + - 0.5772826196385847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983838981554426 + - -0.01712432458769535 + - -0.17823472131255805 + - 0.06451314905368387 + - - -0.022614777748595803 + - -0.9993288057915832 + - -0.028818565934982266 + - -0.03280633220661702 + - - -0.1776215927226518 + - 0.03238356716889844 + - -0.9835658973226376 + - 0.5757299488753684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999476734949039 + - -0.018830321418458976 + - 0.026299720357561916 + - -0.03483051705605826 + - - -0.018323470664211024 + - -0.999644232155534 + - -0.01938193852508519 + - 0.03742167603351539 + - - 0.026655331894880424 + - 0.0188898944795864 + - -0.9994661901075611 + - 0.5802598137532902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955954700471152 + - -0.04032501488339179 + - -0.08463777641406924 + - 0.04849898824871755 + - - -0.03740308511295858 + - -0.9986577203938614 + - 0.0358296905061912 + - 0.035131867208849844 + - - -0.08596900165580916 + - -0.03250616360616709 + - -0.9957673825155717 + - 0.5764756678128957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997409449633054 + - -0.02163118061156746 + - -0.0686038031601605 + - 0.025694713999245892 + - - -0.019156664603144902 + - -0.9991491204088885 + - 0.03652475034038335 + - -0.03046776470493179 + - - -0.06933550305558413 + - -0.035115911087347094 + - -0.9969751555603253 + - 0.5773069759011052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831610657954966 + - -0.01756901669815107 + - -0.1818946078258597 + - 0.06450918856496018 + - - -0.022596741214022976 + - -0.999416707644365 + - -0.02560530741476271 + - -0.03280169487780032 + - - -0.18133865001805238 + - 0.02928436670918659 + - -0.982984597985173 + - 0.5756610014510194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993715141065384 + - -0.01862894876601224 + - 0.030158565288792103 + - -0.034816104163426266 + - - -0.017751128419348734 + - -0.9994183657269812 + - -0.029117480788179603 + - 0.03741083639051432 + - - 0.03068345209139341 + - 0.028563832296866428 + - -0.9991209302443183 + - 0.5802736046277605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964127255595343 + - -0.04112573048267594 + - -0.07396184580772971 + - 0.048521401532809885 + - - -0.038389428553706736 + - -0.9985383338670794 + - 0.03804533576245278 + - 0.03513055947077329 + - - -0.07541838050727379 + - -0.03506950370655709 + - -0.9965350961162566 + - 0.5765583594682007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994928148576273 + - -0.03073258428491743 + - 0.008343938587208168 + - -0.04286165265914083 + - - -0.031135291732345395 + - -0.9980867294481788 + - 0.053417919354641324 + - -0.023645762600240334 + - - 0.006686303666331625 + - -0.053650617541717696 + - -0.9985373826656031 + - 0.5791351291522879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966670850128192 + - -0.021535725977473608 + - -0.07868248953021789 + - 0.02569951696843857 + - - -0.017738295276293198 + - -0.9986585150478186 + - 0.04864692388197373 + - -0.030482338820305176 + - - -0.07962458497688207 + - -0.04708909458792641 + - -0.9957120781823178 + - 0.5771867551409031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833528796627914 + - -0.015364299222626453 + - -0.18105538480888503 + - 0.06450397301095298 + - - -0.022862425275030362 + - -0.9989619579389868 + - -0.039399442905335015 + - -0.032814156016933084 + - - -0.18026209687407804 + - 0.042882920843905915 + - -0.9826833831557634 + - 0.5757159430998998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992761828381094 + - -0.019551549069474473 + - 0.03263199873561751 + - -0.03486738906333986 + - - -0.01886841720818064 + - -0.9995990379052196 + - -0.02111270354591364 + - 0.037416672802792234 + - - 0.0330317006004148 + - 0.020481707642272747 + - -0.9992444177514835 + - 0.5803789280633802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962263125791516 + - -0.04070445836355401 + - -0.07665690571811781 + - 0.04853638465457197 + - - -0.0381524843091546 + - -0.9986773421226423 + - 0.03446671251939656 + - 0.03515478315524861 + - - -0.07795846372259024 + - -0.03141199452732527 + - -0.9964616222082158 + - 0.5764855981796579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993598558886212 + - -0.03306973326968428 + - 0.013648120007760157 + - -0.04289677679094714 + - - -0.03373635692249784 + - -0.9980818126676085 + - 0.05190908825764418 + - -0.023616116931477655 + - - 0.01190532065389751 + - -0.052336296808371895 + - -0.9985585487974729 + - 0.5791701715034375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972079401793895 + - -0.02310452678747926 + - -0.07101059699161708 + - 0.02568684951909524 + - - -0.020645631431542393 + - -0.9991681296492625 + - 0.035168261202204884 + - -0.03049913338908568 + - - -0.07176407141440702 + - -0.03360401069991875 + - -0.9968554000048887 + - 0.5773001549236243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854615496107287 + - -0.01483809989199628 + - -0.1692494166324256 + - 0.06450647160763442 + - - -0.02352998947268652 + - -0.9984986041540116 + - -0.04946591854909684 + - -0.03280380046704035 + - - -0.16826132602067684 + - 0.05272919773793037 + - -0.9843311220680152 + - 0.5756429680669571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992768136133087 + - -0.01878587808969267 + - 0.03305965152919691 + - -0.034847650598870766 + - - -0.017952054472332717 + - -0.9995176771209198 + - -0.02534041955104547 + - 0.03742227458272232 + - - 0.03351974813531757 + - 0.02472860503950463 + - -0.9991320846503454 + - 0.5802930579836684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962843484788796 + - -0.03997648775925686 + - -0.07628484385805832 + - 0.04850294334345911 + - - -0.03736449896283432 + - -0.998675697186585 + - 0.0353658884540622 + - 0.03513033761603394 + - - -0.07759762363159521 + - -0.03238413616761769 + - -0.9964586677486462 + - 0.5765762782121158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999452121134525 + - -0.03200163671989318 + - 0.008447059070873928 + - -0.042860012685286504 + - - -0.032383426443715994 + - -0.9982348319566597 + - 0.04978487682242065 + - -0.02362609513686403 + - - 0.006838951049926079 + - -0.05003114545667674 + - -0.9987242428382468 + - 0.5791400382978056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973413327112873 + - -0.02252944390217494 + - -0.06930144459628484 + - 0.02572031854266822 + - - -0.019737376338228915 + - -0.9989759188515283 + - 0.04071301425868073 + - -0.03049130175117849 + - - -0.07014771586414134 + - -0.03923694320666649 + - -0.9967646463668542 + - 0.5774233156737464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834627568117095 + - -0.017000260377379207 + - -0.1803108347033356 + - 0.06451543622076351 + - - -0.023044210839744346 + - -0.9992387637693781 + - -0.03147788632387891 + - -0.03280014238021126 + - - -0.1796384432995502 + - 0.03511244975428152 + - -0.9831058669142241 + - 0.5756367917866422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994917760392316 + - -0.018857062375018867 + - 0.02570215610658627 + - -0.03481980783047752 + - - -0.01835354935198121 + - -0.9996377108215028 + - -0.019687415516751322 + - 0.03741964582686593 + - - 0.02606409131596711 + - 0.01920568410990555 + - -0.9994757650097088 + - 0.5801542483682138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995633562780126 + - -0.039530752143297924 + - -0.08456434414537863 + - 0.04850520998933624 + - - -0.03699652588366487 + - -0.9988241943634776 + - 0.03132867419295486 + - 0.035123846256064545 + - - -0.08570335896738353 + - -0.02806329255689979 + - -0.9959253917199685 + - 0.5763609984283085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994172062486294 + - -0.032101760485990005 + - 0.011607102475840266 + - -0.04285573532291432 + - - -0.03264639585252467 + - -0.9982027565064866 + - 0.050254051982822026 + - -0.023633859603235476 + - - 0.009972998146233975 + - -0.05060369429747248 + - -0.9986690169577822 + - 0.5792296318666248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972427767224334 + - -0.022987093471351968 + - -0.07055804566929329 + - 0.025718577658121907 + - - -0.01999629782767456 + - -0.998883302487344 + - 0.04280532776611168 + - -0.030485994443309804 + - - -0.07146322374562798 + - -0.04127640422464923 + - -0.9965888149613991 + - 0.5772864447213046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853253550019508 + - -0.016693197054100974 + - -0.16986842544273043 + - 0.06451079720236419 + - - -0.024190434399604097 + - -0.9988178976666231 + - -0.04216195185693359 + - -0.03283104796442478 + - - -0.16896380581011414 + - 0.045652431183244656 + - -0.9845644152889245 + - 0.5757515723951413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993467765974605 + - -0.018441703500241987 + - 0.031079312673778975 + - -0.034830623172337496 + - - -0.01787619322895453 + - -0.999671320726306 + - -0.01837640424469978 + - 0.03742560265493416 + - - 0.03140798974634378 + - 0.017808820548613047 + - -0.9993479794800015 + - 0.5802648177250828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967295890064882 + - -0.03954049977600761 + - -0.07047464279030251 + - 0.048524848799429414 + - - -0.03753477097749769 + - -0.9988579811084266 + - 0.02956136911010945 + - 0.03511606450765098 + - - -0.0715630307255359 + - -0.026819441706733522 + - -0.9970754485894808 + - 0.5766033918086401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980877968347176 + - -0.025260659182358234 + - -0.05641497059550886 + - 0.02568104357227184 + - - -0.021593563769023005 + - -0.9976716510246022 + - 0.06469153534734819 + - -0.030505973716544114 + - - -0.057917767682918564 + - -0.06334963172360834 + - -0.9963093677905023 + - 0.5773880226113364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838457076961562 + - -0.015437667892390452 + - -0.17835162420873513 + - 0.06450553118846207 + - - -0.02328390997792953 + - -0.9988469385154763 + - -0.04198396068024185 + - -0.032801537377176414 + - - -0.17749783937836905 + - 0.045458462669833846 + - -0.9830707223733735 + - 0.5757630922136231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993258022231561 + - -0.01942478225321275 + - 0.031154756385836573 + - -0.03483621017490467 + - - -0.018452910892155512 + - -0.9993432826898012 + - -0.031184826797303708 + - 0.037419850710782646 + - - 0.031740054988164755 + - 0.03058890611295105 + - -0.9990279714463258 + - 0.580301411616224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963770768996173 + - -0.0407213081125868 + - -0.07466254546004912 + - 0.048531114342651276 + - - -0.0379428395652263 + - -0.9985471090125151 + - 0.03826240986236815 + - 0.03515411839635555 + - - -0.0761121643017831 + - -0.035290879109879415 + - -0.9964745316850553 + - 0.5764324074972385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971214644826074 + - -0.023518792383192655 + - -0.07208086759256337 + - 0.025678642414891553 + - - -0.021128432485929105 + - -0.9992070425962444 + - 0.03374722754175676 + - -0.03049950331782698 + - - -0.07281740457299964 + - -0.03212712920420762 + - -0.9968277048519211 + - 0.5773987291639274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846747919622152 + - -0.017225439057898206 + - -0.17354779838255172 + - 0.0645274253733587 + - - -0.0237256982455076 + - -0.999089766290221 + - -0.03545038979918325 + - -0.03283694834586773 + - - -0.17277918079714147 + - 0.03902464789608682 + - -0.9841871933426356 + - 0.5758292433429895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991566244545036 + - -0.019092166730108353 + - 0.03635284002979413 + - -0.03483262634237258 + - - -0.01838911162170939 + - -0.9996392275969206 + - -0.019576905352913933 + - 0.037424530602781336 + - - 0.0367134904693952 + - 0.018891898236608758 + - -0.9991472443031466 + - 0.5802784313605239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966860680565254 + - -0.039706722080042535 + - -0.07099477419980674 + - 0.048492963331622924 + - - -0.037414976230176665 + - -0.9987440099029766 + - 0.03332449904528359 + - 0.035111564382426345 + - - -0.07222881208851906 + - -0.03055779613424461 + - -0.9969198662880083 + - 0.576467081003297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997905795779919 + - -0.023176957242552792 + - -0.06038916626203346 + - 0.025709434514947983 + - - -0.019808723633619272 + - -0.998246049237194 + - 0.055789243141852865 + - -0.030471424997892134 + - - -0.061576271540696045 + - -0.054476176768480766 + - -0.9966146240888882 + - 0.5773419544812832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838827074197872 + - -0.014201658080874008 + - -0.17825019200007394 + - 0.06452316879377495 + - - -0.024397387316377743 + - -0.9981806327790141 + - -0.05513793464595435 + - -0.03282793882339366 + - - -0.17714283934848715 + - 0.05859809939444136 + - -0.9824391468253467 + - 0.5758009829805757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994853624751484 + - -0.0187138328776649 + - 0.026053841500784856 + - -0.03480937664887111 + - - -0.018267659881210006 + - -0.9996841596279128 + - -0.01725901478936127 + - 0.037417568597816 + - - 0.026368594964192183 + - 0.016774189937573406 + - -0.9995115425804515 + - 0.5801869889369518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965150765298774 + - -0.039362584733594046 + - -0.07354107132577843 + - 0.04851923604423256 + - - -0.03732266617868996 + - -0.998884984600811 + - 0.028910311799641025 + - 0.03514800153821195 + - - -0.0745970564966653 + - -0.026064812720006634 + - -0.9968730634839649 + - 0.5765791510896248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994044696256423 + - -0.03217570283782448 + - 0.01246716644553104 + - -0.042858288363184255 + - - -0.03261065578855875 + - -0.9988045142041787 + - 0.03641548481615069 + - -0.02364508712241262 + - - 0.01128056830699149 + - -0.036800360762459586 + - -0.9992589665479238 + - 0.5792304171730795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978447652014043 + - -0.022954134983183494 + - -0.06147302048320109 + - 0.025678522270856676 + - - -0.021086303110255375 + - -0.9993011797800055 + - 0.030862921304229893 + - -0.03050596092059238 + - - -0.06213849355509597 + - -0.029500165719236977 + - -0.997631468950955 + - 0.5773797389191605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834776372610623 + - -0.015416622715432777 + - -0.18037201765087713 + - 0.06450859989970763 + - - -0.02531912897378198 + - -0.99828790957103 + - -0.05272751949704827 + - -0.03281841815176888 + - - -0.17925032417099646 + - 0.05642319867175747 + - -0.9821841700700737 + - 0.5757615171883199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995066391366972 + - -0.018152159480526182 + - 0.025631570920598715 + - -0.03483986021566563 + - - -0.01791821204993274 + - -0.9997959450499613 + - -0.009327697389440956 + - 0.037439135980749175 + - - 0.025795658522274313 + - 0.008863823545676096 + - -0.999627939102121 + - 0.5802473617188592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959105000427392 + - -0.04054875714161743 + - -0.08073459109261205 + - 0.048501116110829454 + - - -0.03726953182700084 + - -0.9984340403528025 + - 0.04171868960280965 + - 0.03514086730271225 + - - -0.08229980499379883 + - -0.03853914061119598 + - -0.9958621775822868 + - 0.5764196059991871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9983219283016971 + - -0.024642225689851725 + - -0.0524031314429932 + - 0.02569174912259746 + - - -0.02196489704493264 + - -0.9984536460783826 + - 0.051067209935433185 + - -0.030506630726648377 + - - -0.05358050736776128 + - -0.04983048610875183 + - -0.9973194332230666 + - 0.5773851583018024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856697650737762 + - -0.01894371449561008 + - -0.16761936016020232 + - 0.06450998657684036 + - - -0.024988512514734093 + - -0.9991084689666165 + - -0.034027069833938994 + - -0.032821020319322214 + - - -0.16682532320276736 + - 0.03772801240844256 + - -0.9852643851362943 + - 0.5757967607832136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993509476690364 + - -0.018932257368256277 + - 0.03064723517612988 + - -0.034832905499310625 + - - -0.01811811040573604 + - -0.9994811986616834 + - -0.02662832321289936 + - 0.03743681446153031 + - - 0.03113546961785652 + - 0.0260557700470967 + - -0.9991754997891656 + - 0.5803601892487965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961823147508384 + - -0.04126262694486407 + - -0.07692978223854775 + - 0.04851157256087961 + - - -0.038702549035533065 + - -0.9986557949121422 + - 0.03447776075313245 + - 0.035126357561386753 + - - -0.07824901581370565 + - -0.03136875684510081 + - -0.9964402102575849 + - 0.5765195876029183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994435397416417 + - -0.03093364272896396 + - 0.012478806682304154 + - -0.04286639647042777 + - - -0.03145046824947857 + - -0.9985539810453519 + - 0.04359833695644321 + - -0.02362343115953436 + - - 0.011112106712322553 + - -0.04396654052794962 + - -0.9989712029875626 + - 0.5791734244089994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977374304321243 + - -0.02204754148388539 + - -0.06351319413490562 + - 0.025708725949560057 + - - -0.019545631995753408 + - -0.9990185681512014 + - 0.039747562931700675 + - -0.030486063493667476 + - - -0.06432719630598273 + - -0.038416225785978475 + - -0.9971891522734149 + - 0.5773539315618905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860851880667701 + - -0.014523788854783466 + - -0.1656051370961186 + - 0.06452620465366961 + - - -0.024320864905096853 + - -0.998061542087855 + - -0.05728572017074038 + - -0.03282336083979442 + - - -0.16445211280366875 + - 0.06051626031500963 + - -0.9845269345385605 + - 0.5757696124712928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991803359973627 + - -0.01851060219243846 + - 0.036000191147697556 + - -0.03481125769385927 + - - -0.017761588132027637 + - -0.9996213646349079 + - -0.021015550253862952 + - 0.03742216347769404 + - - 0.03637557069278342 + - 0.02035890399598457 + - -0.9991307886782673 + - 0.5802284553397061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968776170542448 + - -0.03994971563223492 + - -0.06811047523805716 + - 0.04855778413526878 + - - -0.0377881861306344 + - -0.998749471756805 + - 0.03273447195937851 + - 0.03514507260793098 + - - -0.06933303401126309 + - -0.030058491086652577 + - -0.9971406207292862 + - 0.5767363075270308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994546844971437 + - -0.029558420255253744 + - 0.014718472363965118 + - -0.04285639576130057 + - - -0.03035942245239647 + - -0.9978807479301939 + - 0.05755274431888331 + - -0.02360572634512741 + - - 0.012986112007522674 + - -0.057968204235525844 + - -0.9982339646559004 + - 0.5790624406832847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977184781649135 + - -0.022408085733031748 + - -0.0636845037828668 + - 0.02571620417994496 + - - -0.01951022890008114 + - -0.9987616200732554 + - 0.04576655150776632 + - -0.03047028931261626 + - - -0.06463117898162865 + - -0.044419634874992925 + - -0.996920110510876 + - 0.5773531470801841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869801737309603 + - -0.016425327477495425 + - -0.16000107899405136 + - 0.06451542715385564 + - - -0.023256049885330424 + - -0.9988920255976151 + - -0.04091304610053979 + - -0.03281597097099468 + - - -0.15915179171386873 + - 0.044101358422965906 + - -0.9862686131980044 + - 0.5758623372339907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994298905599266 + - -0.01997325651201031 + - 0.02722063334455261 + - -0.03484351972503284 + - - -0.019296332106911694 + - -0.9995035008704954 + - -0.024907896636271933 + - 0.03741828381788208 + - - 0.027704610132483376 + - 0.024368438028090262 + - -0.9993190850801751 + - 0.5802060013950613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996266638294703 + - -0.04041815580827487 + - -0.07628340646581992 + - 0.04853532390774475 + - - -0.038336833157130705 + - -0.9988568075662916 + - 0.0285546003641944 + - 0.03513144642270914 + - - -0.07735032413929373 + - -0.025523531486346934 + - -0.9966772179075891 + - 0.5766530909023664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994512464408731 + - -0.030786447156163542 + - 0.012222956241670049 + - -0.04286394106498504 + - - -0.0314644173654453 + - -0.99771356687008 + - 0.05981328383591721 + - -0.023602226383167575 + - - 0.010353570767522451 + - -0.06016504928015667 + - -0.9981347456217916 + - 0.5791065175052439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978760671821519 + - -0.023241973253743716 + - -0.06085363772490183 + - 0.025712709670161364 + - - -0.020594018226274474 + - -0.9988286974093394 + - 0.04378492485843425 + - -0.030478632289480542 + - - -0.061800007753860416 + - -0.04243870769515868 + - -0.9971858979803055 + - 0.5773575116613598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9816663253611032 + - -0.013995232622107476 + - -0.19009302753094823 + - 0.06451464593051748 + - - -0.023285623782367874 + - -0.9986362316737584 + - -0.046727470651668136 + - -0.03280642648179283 + - - -0.18917982285934928 + - 0.050297219130778816 + - -0.9806534476412228 + - 0.5756497986823101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999452833943109 + - -0.019130117163289825 + - 0.026982797119774568 + - -0.03485214713104263 + - - -0.01836780068435508 + - -0.9994329005316559 + - -0.028222353425998367 + - 0.03741159565369158 + - - 0.027507392117536618 + - 0.02771129647275567 + - -0.9992374229514686 + - 0.5803723454252774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996567384724928 + - -0.038367201565488424 + - -0.07335806395039658 + - 0.04852516762986508 + - - -0.03653551142402775 + - -0.9989901414752033 + - 0.02615059541076529 + - 0.03512956423419902 + - - -0.07428730784933608 + - -0.0233806560940018 + - -0.996962757987033 + - 0.5765411121451367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994799009167266 + - -0.03177706226163404 + - 0.005490535266315296 + - -0.04285506147637261 + - - -0.03200709794588372 + - -0.9983004169196713 + - 0.04870136814395941 + - -0.023624600505552987 + - - 0.003933617237737358 + - -0.048851774707077855 + - -0.9987982933322405 + - 0.5791328762089722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9980436415913979 + - -0.022985053329372934 + - -0.058142727855055955 + - 0.025716087417149643 + - - -0.019486125047739226 + - -0.9980054297596185 + - 0.06004542531235918 + - -0.030499654598213546 + - - -0.059406905403371145 + - -0.05879497847405096 + - -0.9965008630686829 + - 0.577343778795954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983573062274694 + - -0.013937245090853978 + - -0.17997162100414146 + - 0.06451390087590929 + - - -0.02461042910703943 + - -0.9980588547684743 + - -0.057208820975518375 + - -0.03282528297936245 + - - -0.17882493659092472 + - 0.060698234056016744 + - -0.9820068056972583 + - 0.5757021077049034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992766609944497 + - -0.018944526599715444 + - 0.03297362133124418 + - -0.03483039814946413 + - - -0.01825069140738821 + - -0.9996082895153008 + - -0.021217440831734102 + - 0.037414240227088474 + - - 0.03336265959026488 + - 0.020600302041681944 + - -0.9992309845580535 + - 0.5801226449740979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956882742087688 + - -0.040487553907711415 + - -0.08346028146210455 + - 0.04849524831654847 + - - -0.037297144452655556 + - -0.9985256842617865 + - 0.03943831747438143 + - 0.03512155273244725 + - - -0.08493399566040263 + - -0.03615544009001297 + - -0.9957303854623788 + - 0.5764708973279977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968846865103441 + - -0.02234064630097229 + - -0.07564269511345927 + - 0.025696233134373466 + - - -0.019457786739675232 + - -0.9990638726060016 + - 0.03863642049533517 + - -0.030474827692458486 + - - -0.07643504651902962 + - -0.03704421650344208 + - -0.9963861749779952 + - 0.5772871801674787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830477286507248 + - -0.014750724149920048 + - -0.18275551792409445 + - 0.06450303848786518 + - - -0.023990664573418134 + - -0.9985373698202926 + - -0.04845171912014178 + - -0.032812295593282914 + - - -0.18177351624474009 + - 0.05201477875973653 + - -0.9819637730500032 + - 0.575603117535489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994186361271565 + - -0.020025183625454572 + - 0.02759314738302129 + - -0.03483907993990811 + - - -0.01886458572158018 + - -0.9989521491353045 + - -0.041698095202413826 + - 0.03739981403673958 + - - 0.028399245892936343 + - 0.041153320142161554 + - -0.9987491612381907 + - 0.5802390315023889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958701014624873 + - -0.0410763901379826 + - -0.08096586432767366 + - 0.048476246495363313 + - - -0.03835602946771631 + - -0.9986554341842139 + - 0.034873181354889954 + - 0.03515155908595944 + - - -0.08228946479693919 + - -0.031623629576182616 + - -0.9961066157976574 + - 0.5765609902639248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978764558152992 + - -0.025477673258240213 + - -0.05994553440285319 + - 0.025679541576818753 + - - -0.021595855379585888 + - -0.9976817091179185 + - 0.06453546561366433 + - -0.030488074723134244 + - - -0.06145077672349891 + - -0.06310384660933746 + - -0.9961133000734321 + - 0.5773302350069864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834929839699633 + - -0.014023808626530535 + - -0.18040200462706601 + - 0.06450380248663554 + - - -0.02416660479907127 + - -0.9982403926356217 + - -0.0541488109118339 + - -0.03282608009525802 + - - -0.17932519536959385 + - 0.05761467957288736 + - -0.9821013303134106 + - 0.5757337048660471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992619078370151 + - -0.01983435391989969 + - 0.03289738516218248 + - -0.03482934257016165 + - - -0.019217779632104144 + - -0.9996356478888632 + - -0.01895384963073038 + - 0.03743257721458245 + - - 0.03326133629216822 + - 0.018307645244340268 + - -0.9992789968940937 + - 0.5803023453676702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960293596649181 + - -0.040506751690003916 + - -0.07927621177262197 + - 0.04850475431632385 + - - -0.03803199955163681 + - -0.998748452981719 + - 0.032482220932788006 + - 0.035128675911355114 + - - -0.08049274312382167 + - -0.029338212865587413 + - -0.9963233348518217 + - 0.5765577573638386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973996596418672 + - -0.02207025367825173 + - -0.06860628869764891 + - 0.025674735141776553 + - - -0.020349034009338927 + - -0.9994629067225478 + - 0.025686862412577043 + - -0.03050452294166202 + - - -0.06913635629084237 + - -0.02422399612560883 + - -0.997313071332434 + - 0.5773551732394049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986749847677559 + - -0.01653990728113653 + - -0.16140374709233202 + - 0.06452450151071752 + - - -0.02384562253477554 + - -0.9987717737785857 + - -0.043431902895303326 + - -0.032811013452520806 + - - -0.160487147130987 + - 0.04670519639514921 + - -0.9859323000264512 + - 0.5758166943606046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993021257683373 + - -0.019817295618892655 + - 0.03166285251261426 + - -0.034865941193986914 + - - -0.01920708669540405 + - -0.9996261009962385 + - -0.019461398401296574 + - 0.03739888245169707 + - - 0.03203668608887908 + - 0.018839665639606613 + - -0.9993091202140763 + - 0.5802086634552744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958864396282386 + - -0.04105145782647871 + - -0.08077733082314138 + - 0.04846639315913388 + - - -0.03829867645110952 + - -0.9986412786708518 + - 0.03533847643490237 + - 0.03511688188441827 + - - -0.0821182729158597 + - -0.03209944462086162 + - -0.9961055239824491 + - 0.5764111401015333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980636516801951 + - -0.025420151506531933 + - -0.05676938516647077 + - 0.02567525235897899 + - - -0.02232290297286361 + - -0.9982619418111456 + - 0.05454157619931178 + - -0.030479713580467534 + - - -0.05805717180209752 + - -0.053168707232978486 + - -0.9968964105530302 + - 0.5773546246270502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845557752347396 + - -0.017597669857500386 + - -0.1741845213200857 + - 0.06452773407451218 + - - -0.024447824243890595 + - -0.9990065165285449 + - -0.037259680933182625 + - -0.0328216546638516 + - - -0.17335578831311285 + - 0.04094266660940834 + - -0.9840078600850963 + - 0.5758603088002059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994181545219177 + - -0.01865595974992059 + - 0.028553591329523762 + - -0.03484439413640792 + - - -0.018247282330097404 + - -0.9997282559520629 + - -0.014506927262958403 + - 0.037434730968551995 + - - 0.02881647271214551 + - 0.01397746103040154 + - -0.999486989151722 + - 0.5803640824901352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964339189974185 + - -0.041532870990770535 + - -0.07344702647970117 + - 0.04850825120897808 + - - -0.03850605577506533 + - -0.9983686643688142 + - 0.0421579609929075 + - 0.03512370623822501 + - - -0.07507815088355246 + - -0.03917946699096306 + - -0.9964076678881052 + - 0.5765814488255465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994067946582471 + - -0.03209936582350589 + - 0.012477560044216154 + - -0.04285664835876498 + - - -0.03263784824990165 + - -0.9984237522815129 + - 0.0456594102209005 + - -0.023634588395118353 + - - 0.010992254206697964 + - -0.046039565526108335 + - -0.9988791362089923 + - 0.5791606429318411 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984953111625857 + - -0.023549814135583557 + - -0.04952292237449833 + - 0.025714069440371395 + - - -0.021062481475813206 + - -0.9985189974288864 + - 0.050161575410792206 + - -0.030477075395729362 + - - -0.05063087457680486 + - -0.04904302221306346 + - -0.9975125545634985 + - 0.5774084526486117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846448969045867 + - -0.0158217375957229 + - -0.1738507970048112 + - 0.06451174928655326 + - - -0.022899855025565585 + - -0.9989852031968284 + - -0.03878350723696289 + - -0.032815727701584155 + - - -0.17306075129723686 + - 0.04216914053242682 + - -0.9840079979081432 + - 0.575771124053398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993015879108846 + - -0.01987439510741146 + - 0.03164403289562035 + - -0.03483418268114178 + - - -0.019116641674769178 + - -0.9995274515348144 + - -0.024071303234302736 + - 0.037414823491052226 + - - 0.03210748214767208 + - 0.02344956390711295 + - -0.999209301169031 + - 0.5802505983824098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963244948396702 + - -0.04059823244937358 + - -0.07542734586648671 + - 0.04848939224361275 + - - -0.03827002871656672 + - -0.998752986899864 + - 0.03206050624417233 + - 0.0351103152473542 + - - -0.07663488686302823 + - -0.029056060995704232 + - -0.9966357606642982 + - 0.5765529467408683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997822209812694 + - -0.02501692087294184 + - -0.061032706596948066 + - 0.025695627197141628 + - - -0.021929402766948627 + - -0.9984709220836974 + - 0.05074366017165474 + - -0.030485749590938038 + - - -0.06220883296443622 + - -0.04929474032154345 + - -0.9968450680410846 + - 0.577324688219652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862320495321888 + - -0.014971335096966153 + - -0.16468820115889496 + - 0.06451782396309598 + - - -0.02453531889042177 + - -0.9981184024491141 + - -0.05619317413506429 + - -0.032824754133655265 + - - -0.16353703740279638 + - 0.05946018682986705 + - -0.9847436842040034 + - 0.5757917148640476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993231547992029 + - -0.01963816156867056 + - 0.031105865883643728 + - -0.034835312550876324 + - - -0.019106374635522307 + - -0.9996677382619545 + - -0.017302009320149372 + - 0.0374261461074179 + - - 0.03143531024907357 + - 0.01669597821124167 + - -0.9993663320230041 + - 0.5803072267075486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957138470279729 + - -0.0409392119807833 + - -0.08293320058424827 + - 0.04850682068958443 + - - -0.03860286406452724 + - -0.9988166510853667 + - 0.029582366379787096 + - 0.035156394960158384 + - - -0.08404614043946515 + - -0.026254112763618873 + - -0.99611594096281 + - 0.5764503133530174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973075473806732 + - -0.02223988558304175 + - -0.06987877665500059 + - 0.025705653171107956 + - - -0.017865575716270104 + - -0.9978780546185827 + - 0.06261157492795662 + - -0.03047236595980364 + - - -0.07112297197019021 + - -0.061194571653751424 + - -0.9955886435964613 + - 0.5772927652925839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842034918216382 + - -0.01695834258750562 + - -0.17622684614660492 + - 0.06451829050368268 + - - -0.02326076245046597 + - -0.9991592807587667 + - -0.03375897812209702 + - -0.03279148114143228 + - - -0.17550619252982888 + - 0.037324874953709175 + - -0.9837705169872565 + - 0.5757377420244714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992233205681846 + - -0.019849538431983924 + - 0.03404043855075906 + - -0.034895058067823226 + - - -0.019086282888635387 + - -0.9995623293402582 + - -0.02260229124162407 + - 0.03742388397775451 + - - 0.034474185098212186 + - 0.021935031067071807 + - -0.999164843743964 + - 0.580358716452427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963170604151703 + - -0.04202144101292371 + - -0.07474298375681264 + - 0.04852048461883311 + - - -0.03957526247012108 + - -0.9986409019123811 + - 0.033913826502586744 + - 0.035155098709290344 + - - -0.07606650857042678 + - -0.03083095072851147 + - -0.9966259773611571 + - 0.5764981805723643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994706206246553 + - -0.03203860942995093 + - 0.0056573857886338605 + - -0.04285441336476212 + - - -0.0322876370850904 + - -0.9981532138669981 + - 0.0514555161128928 + - -0.02362244823222112 + - - 0.003998374623252849 + - -0.05161094024310868 + - -0.9986592631361281 + - 0.5791875737595357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976497204094421 + - -0.023275580843899253 + - -0.0644459673163584 + - 0.025721886382669614 + - - -0.02000782446849425 + - -0.9985035945613832 + - 0.050894583287765055 + - -0.030472880987956415 + - - -0.06553413100820021 + - -0.049485543185625855 + - -0.9966225256779138 + - 0.5773225086209508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833593745861247 + - -0.012579406595007364 + - -0.18123492749275263 + - 0.06451407435362312 + - - -0.024475325427334 + - -0.99767835694797 + - -0.06355198283944588 + - -0.032823879838898916 + - - -0.18001471845049757 + - 0.06693022192789003 + - -0.9813842501965638 + - 0.5757766408081403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994608723197093 + - -0.019883911492181442 + - 0.026126514610583136 + - -0.034877649978356 + - - -0.019464322127102484 + - -0.9996790186361733 + - -0.01621727050860366 + - 0.03741097425039148 + - - 0.02644059125772924 + - 0.015699992432734868 + - -0.9995270908642512 + - 0.5802690234677085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968776522819665 + - -0.03949435216181537 + - -0.06837501391673104 + - 0.048514631853764374 + - - -0.03777775718745557 + - -0.9989421254733202 + - 0.026219668509172876 + - 0.035112900492576135 + - - -0.06933821055291448 + - -0.023554746913600506 + - -0.997315088853646 + - 0.5765210756871691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994473564216046 + - -0.031740623888212555 + - 0.009874944913921026 + - -0.04286187709042802 + - - -0.03217426614045589 + - -0.9983581492349408 + - 0.04739010924768158 + - -0.02363796601908763 + - - 0.008354540094407219 + - -0.04768163851390923 + - -0.9988276442952709 + - 0.5791671711910461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972785079760526 + - -0.02636113016032321 + - -0.068852511542636 + - 0.02568335455553898 + - - -0.022421279953112334 + - -0.9981005725098472 + - 0.05738060090989495 + - -0.030484604853356204 + - - -0.07023434867870912 + - -0.05568067862541703 + - -0.9959753000418694 + - 0.5773224469361597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880279657581181 + - -0.012326341726029694 + - -0.1537816639899829 + - 0.06454633560394409 + - - -0.024580518726568155 + - -0.9966471034593124 + - -0.07804068980535318 + - -0.032832424485984925 + - - -0.15230409376969384 + - 0.080886417066252 + - -0.9850181980832519 + - 0.5759994463075491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995028185324216 + - -0.018960349865977503 + - 0.02519168272872928 + - -0.03485436189960539 + - - -0.018572814415750486 + - -0.9997069008701739 + - -0.015529421020463686 + - 0.0374343484820969 + - - 0.02547874232420668 + - 0.015053819631988931 + - -0.9995620121853694 + - 0.5802015073758586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973043951002261 + - -0.03814937778231495 + - -0.06267829359989341 + - 0.04852133970062867 + - - -0.036388528994755115 + - -0.998916875493212 + - 0.028999151926848474 + - 0.03512691512042901 + - - -0.06371670480627581 + - -0.02664021076682368 + - -0.9976123900087291 + - 0.576522410284094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971182119604631 + - -0.02113746498477658 + - -0.0728593092939144 + - 0.025724045993749573 + - - -0.018793490245211417 + - -0.9992882395133154 + - 0.0327080891337679 + - -0.030464572450957454 + - - -0.07349881700525582 + - -0.03124455063521808 + - -0.996805749358636 + - 0.5773324575635037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839097501989523 + - -0.017314904989738568 + - -0.17782518811639597 + - 0.06450828174571074 + - - -0.02439573520282544 + - -0.9989908967970464 + - -0.037709895525530925 + - -0.03280060718637823 + - - -0.17699280089130437 + - 0.041441310088233936 + - -0.9833392935558011 + - 0.5757756785067562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994642192151282 + - -0.0178148011448605 + - 0.027457373670167543 + - -0.03484601719446932 + - - -0.017320272782635742 + - -0.999685341585322 + - -0.018144585147474416 + - 0.03744474258836995 + - - 0.027771976152755503 + - 0.01765929442554087 + - -0.99945828660378 + - 0.5802694668315084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971239514191896 + - -0.039094578425140546 + - -0.06492641560984376 + - 0.048514630342996086 + - - -0.037723334470900045 + - -0.9990412905935412 + - 0.022213728313573478 + - 0.03509342934806681 + - - -0.06573260638814067 + - -0.019700599659735914 + - -0.9976427771654891 + - 0.5765419189556412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974032100810875 + - -0.02405921871567364 + - -0.0678821811282855 + - 0.025683190030615505 + - - -0.02144976560690285 + - -0.9990124161896157 + - 0.03891143603615143 + - -0.030497344788671457 + - - -0.06875132053532433 + - -0.03735433433723529 + - -0.9969342554205225 + - 0.5772990526405193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829511101679149 + - -0.01645598270566512 + - -0.1831292321090607 + - 0.06449822380492473 + - - -0.024283366457586077 + - -0.9988810744267631 + - -0.04058222844449873 + - -0.03279981126279548 + - - -0.18225650367860666 + - 0.04433734075500863 + - -0.982250867691968 + - 0.5756013375907061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994657401465241 + - -0.017985965601571133 + - 0.027289912325616898 + - -0.03482459931384632 + - - -0.017144748964222634 + - -0.9993799876522832 + - -0.030752200946855063 + - 0.03742011685024639 + - - 0.027826100271409648 + - 0.03026789258440479 + - -0.9991544239116313 + - 0.5803051751861343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995936370961253 + - -0.0397664558136572 + - -0.08080454188070132 + - 0.04850415683784397 + - - -0.03737507925726699 + - -0.9988236025527761 + - 0.030895217008555804 + - 0.03512526775983504 + - - -0.08193807690593291 + - -0.02774959415042308 + - -0.9962510283946728 + - 0.5764482501581664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972140087577811 + - -0.022312389539539932 + - -0.07117849401520014 + - 0.02573500549404611 + - - -0.019208756643942924 + - -0.9988471124883147 + - 0.043993971654643874 + - -0.0304762744791867 + - - -0.07207804385129936 + - -0.04250415446508328 + - -0.9964929264414165 + - 0.5773633581998727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852517601325951 + - -0.013751984764156414 + - -0.17055747439109664 + - 0.06452622298168205 + - - -0.023662045302870423 + - -0.9981386552720902 + - -0.056207939507770886 + - -0.03282422183247134 + - - -0.1694670374075976 + - 0.059414710019242985 + - -0.9837432670497024 + - 0.5758368810679799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995057808961124 + - -0.01977175972784465 + - 0.024439138129581855 + - -0.03484771812378624 + - - -0.019208719971577425 + - -0.9995494737196549 + - -0.023062408022896216 + - 0.037430739950819136 + - - 0.024884112045759712 + - 0.022581565579591813 + - -0.9994352674704193 + - 0.580119458241156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964915069227233 + - -0.040178527156568 + - -0.07341908870592936 + - 0.048496547611858856 + - - -0.03745378118893283 + - -0.9985710177806152 + - 0.03812003047268191 + - 0.03511473784363748 + - - -0.07484578081316098 + - -0.0352364641261802 + - -0.9965723760421783 + - 0.5763630936444862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993811207932319 + - -0.030992820618704682 + - 0.016637922711697246 + - -0.0428497831475335 + - - -0.03163705065551289 + - -0.9987000941557046 + - 0.0399652218711182 + - -0.023619113909259644 + - - 0.015377660026289073 + - -0.040466863029940764 + - -0.9990625408695054 + - 0.5792707647323935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975050453591731 + - -0.023099697147285027 + - -0.06670898346323204 + - 0.02571935778513127 + - - -0.018820053099025014 + - -0.9977669927053522 + - 0.06408458370831349 + - -0.030457698125475986 + - - -0.06804035629201197 + - -0.06266922896782495 + - -0.9957123468433213 + - 0.5771782267972863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841343141457487 + - -0.01451804240476047 + - -0.1768300827506745 + - 0.06452046559785722 + - - -0.024089085691311643 + - -0.9983513110217501 + - -0.05209967112861082 + - -0.03281766843881106 + - - -0.1757821597075012 + - 0.055532749129557205 + - -0.9828615091164575 + - 0.5758413527319663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992056760941005 + - -0.019064072076519164 + - 0.0349939711549409 + - -0.034867432723026115 + - - -0.01836701443237428 + - -0.9996285699180073 + - -0.020133926207301617 + - 0.03740691199164195 + - - 0.03536480796176488 + - 0.01947519857514665 + - -0.9991846911348705 + - 0.5803009072299755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962232192556988 + - -0.040990375462726485 + - -0.07654467019483821 + - 0.048493476139635124 + - - -0.0389880505459027 + - -0.9988619309577821 + - 0.02747316505104195 + - 0.035139274639451594 + - - -0.07758369242593433 + - -0.02438507745971636 + - -0.9966875832811616 + - 0.5765241382281341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993150997086195 + - -0.031600722103767596 + - 0.01925424256813028 + - -0.042862295526391495 + - - -0.03257493945295247 + - -0.9980851993891617 + - 0.052581442353117396 + - -0.02361365703006699 + - - 0.01755576298508345 + - -0.05317263509379783 + - -0.9984310021544773 + - 0.5791603356941802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971311401370972 + - -0.02447196678974037 + - -0.07162829196856658 + - 0.02566401592776578 + - - -0.021816408937311512 + - -0.999053767078154 + - 0.03762465664999629 + - -0.03047825609357692 + - - -0.07248126426858441 + - -0.035954044673610235 + - -0.996721512259887 + - 0.5771874458617258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842333905828001 + - -0.014733839426904833 + - -0.17625988436858636 + - 0.06452402838069145 + - - -0.024756264646467376 + - -0.9981904928941688 + - -0.05479842385005807 + - -0.03280962762020924 + - - -0.17513354967749417 + - 0.0582979748485205 + - -0.9828171680968552 + - 0.575716318983563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993197887169099 + - -0.01814314276651221 + - 0.03210586004679946 + - -0.034836215445105186 + - - -0.01745832136067931 + - -0.9996167614541398 + - -0.02148341767981464 + - 0.037443024753500906 + - - 0.032483332557759016 + - 0.02090828999445147 + - -0.9992535596711432 + - 0.5803260834653985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963423469707562 + - -0.04048597204083674 + - -0.07525166908922225 + - 0.048530231252065015 + - - -0.03745287720215897 + - -0.9984450067257846 + - 0.041289835718096815 + - 0.03515233655329772 + - - -0.07680631238436865 + - -0.038320420303749395 + - -0.9963093574616562 + - 0.5764982712536052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994810024611063 + - -0.03152567776748529 + - 0.00662248900661331 + - -0.04287498263502674 + - - -0.03180485645378727 + - -0.9983679579454469 + - 0.047432811995419606 + - -0.023630707760699875 + - - 0.005116329279475391 + - -0.047618821794953296 + - -0.9988524770883661 + - 0.579191723030465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9984119722703336 + - -0.02160164241488636 + - -0.052027902823791654 + - 0.025727008442340868 + - - -0.019659702749637457 + - -0.9991012721564965 + - 0.03755188494692178 + - -0.0304724476187426 + - - -0.05279232628951316 + - -0.03646939840812206 + - -0.9979393535003477 + - 0.5774084253032064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857514029485404 + - -0.017829815555992265 + - -0.16726108113432664 + - 0.06451511323392253 + - - -0.024650060669962143 + - -0.9989433435604512 + - -0.038788798192703304 + - -0.032807992446634134 + - - -0.1663927465184456 + - 0.042359108034829694 + - -0.98514930841601 + - 0.5757963052305561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999356165552252 + - -0.01845840217237887 + - 0.030765918837939707 + - -0.03483668943852642 + - - -0.018037247784070173 + - -0.99974054017447 + - -0.013910788045103366 + - 0.03743129774832227 + - - 0.03101470723827697 + - 0.013346899299180096 + - -0.9994298115495767 + - 0.5804072404696128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972316816772337 + - -0.039988279740286584 + - -0.06268899857717325 + - 0.04850989665440617 + - - -0.03795552567305041 + - -0.9987248077180568 + - 0.03328868455515535 + - 0.03513518835655538 + - - -0.0639402152802026 + - -0.03081713698484681 + - -0.9974777957117533 + - 0.5764918747285517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994681717068462 + - -0.03169375290271229 + - 0.007673315575170615 + - -0.0428610562363896 + - - -0.03196501681098745 + - -0.9987558605794753 + - 0.03827490899304769 + - -0.023629330595364883 + - - 0.006450693392777961 + - -0.03849983097488364 + - -0.9992377852992044 + - 0.5792007124203843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9988339699245266 + - -0.022514656426508406 + - -0.0427058634241985 + - 0.02571974259927995 + - - -0.02094405822053151 + - -0.9991003972865506 + - 0.036874687349337784 + - -0.03048287039176985 + - - -0.04349766603008715 + - -0.0359372562649503 + - -0.9984069644499092 + - 0.5774998776000098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9814321836896294 + - -0.016312287012305197 + - -0.19111456802304122 + - 0.0644936996366618 + - - -0.024056429794968918 + - -0.9989777876337356 + - -0.03827098117277821 + - -0.032809280865795425 + - - -0.19029492111910185 + - 0.04215790681278652 + - -0.9808213669621189 + - 0.5757610637919154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992983804711586 + - -0.018511429922456333 + - 0.03255877377828561 + - -0.034828576700699734 + - - -0.017691021194824446 + - -0.9995231554268273 + - -0.025307894710601114 + - 0.037422529955325 + - - 0.033011733623120466 + - 0.024714140240449146 + - -0.9991493565605554 + - 0.5801867490040954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966861434562434 + - -0.03956970999250443 + - -0.07107017302236968 + - 0.04851339641725587 + - - -0.03719274267539877 + - -0.9987136602051787 + - 0.034463383639110466 + - 0.035140737080882015 + - - -0.07234245872654618 + - -0.03170588227260094 + - -0.9968757724484602 + - 0.5764616614753426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970584327604134 + - -0.02463855150489848 + - -0.07257701730636654 + - 0.02568167089681547 + - - -0.02082046326543214 + - -0.9983826252760903 + - 0.05290219141240972 + - -0.03047756182316104 + - - -0.0737630664408751 + - -0.0512354889365068 + - -0.995958801709527 + - 0.5772840507792838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98369500964923 + - -0.011906110127792793 + - -0.1794501951317585 + - 0.06450188585969814 + - - -0.02463414912671031 + - -0.9973216331333423 + - -0.06886739998755796 + - -0.03281981273906697 + - - -0.17814961882643568 + - 0.07216512056297121 + - -0.9813536104208961 + - 0.57572623370942 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993556429571582 + - -0.01880273279815024 + - 0.030573781725626775 + - -0.03485196080619664 + - - -0.017923320961919027 + - -0.9994248483308255 + - -0.02878762068326334 + - 0.03741597156178173 + - - 0.031097483103636192 + - 0.02822108747424136 + - -0.9991178693059148 + - 0.580257074318868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996724156670272 + - -0.03992190067592252 + - -0.0703363160561943 + - 0.04852855912541168 + - - -0.03773713075387461 + - -0.9987712903309138 + - 0.03212193289931704 + - 0.03512832211722775 + - - -0.07153226175929327 + - -0.029362415723932393 + - -0.9970060100473099 + - 0.5764368896492078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972453334115615 + - -0.02161756691817722 + - -0.07095368763779349 + - 0.0256956484378126 + - - -0.018862982926717592 + - -0.9990507575980511 + - 0.03926539975431062 + - -0.030475200162034987 + - - -0.07173515779567087 + - -0.03781883847102639 + - -0.9967064776516363 + - 0.5772882152281823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866090067061822 + - -0.01640805633992252 + - -0.162275825597611 + - 0.06453020770283222 + - - -0.024017041537995974 + - -0.9986964798310433 + - -0.045039126199835355 + - -0.032812691638283084 + - - -0.16132529126582262 + - 0.04833339280692436 + - -0.9857170149377401 + - 0.5758023664264098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990160797569236 + - -0.018653761813504987 + - 0.040235675181523725 + - -0.0348237970550442 + - - -0.017879003660308087 + - -0.9996493953843418 + - -0.019530169887492177 + - 0.03741249432734933 + - - 0.04058587950534953 + - 0.01879157997414372 + - -0.9989993307839863 + - 0.5801712419636214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966785061796568 + - -0.040360278638936715 + - -0.07073191095732646 + - 0.04853263962050696 + - - -0.037700739307716925 + - -0.9985455746403559 + - 0.03854075274062115 + - 0.03514039878631514 + - - -0.07218455219185986 + - -0.03574609453282299 + - -0.9967505240282103 + - 0.5765078440260869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970182786631894 + - -0.024356081782620484 + - -0.07322112599304355 + - 0.025686222741005862 + - - -0.021153279728670024 + - -0.9987985830006945 + - 0.0442032730974166 + - -0.030482977565292387 + - - -0.07420977542218742 + - -0.04252260429468612 + - -0.9963356549656273 + - 0.5772915561568515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854279236414192 + - -0.017356100883723816 + - -0.16920571228500342 + - 0.06452427758442067 + - - -0.023501941547071976 + - -0.9991322295546029 + - -0.03438672140183557 + - -0.03281395924590462 + - - -0.1684620611629793 + - 0.0378622982313996 + - -0.9849807004816685 + - 0.5757245548553394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991575211943012 + - -0.0193406286909432 + - 0.036196518101861905 + - -0.03481981960279176 + - - -0.018442729883496812 + - -0.9995178697815577 + - -0.02497786423579722 + - 0.037417502887462345 + - - 0.03666215426435994 + - 0.024289258308491202 + - -0.9990324911510736 + - 0.5802922741847545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956598742081277 + - -0.04060551944112936 + - -0.08374130810281848 + - 0.04851493417636234 + - - -0.03725494387490516 + - -0.9984563957804701 + - 0.04119338395848156 + - 0.035159968473744 + - - -0.08528472341945405 + - -0.03789482175692721 + - -0.9956357257728742 + - 0.5764404977926789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961142666234947 + - -0.023512401240229262 + - -0.08487364029577063 + - 0.025731000470874215 + - - -0.019908627135292255 + - -0.9988741064923136 + - 0.043060027226764754 + - -0.03046945255784303 + - - -0.08579052625275882 + - -0.041202989783513076 + - -0.9954608476671365 + - 0.5771935150167135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827869981395594 + - -0.016532826488122737 + - -0.18400103786703853 + - 0.06450567319199084 + - - -0.02402623673280381 + - -0.9989670129971641 + - -0.03857002582295561 + - -0.032783379032367756 + - - -0.1831732956418402 + - 0.04232697239158289 + - -0.982169013546991 + - 0.5755657154880307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994881188622157 + - -0.01897468311095859 + - 0.025757749399125566 + - -0.03483116102304462 + - - -0.018348598333627557 + - -0.9995356018076954 + - -0.02432919353613223 + - 0.03741169405940341 + - - 0.02620742628456008 + - 0.023844121283160786 + - -0.999372117225497 + - 0.5802585025115264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972543315812004 + - -0.040256506535914505 + - -0.062154740962030615 + - 0.048555221947282345 + - - -0.037987322967122775 + - -0.9985829913266351 + - 0.037268924413531246 + - 0.03512554577243898 + - - -0.06356698385423648 + - -0.03480550408590387 + - -0.997370450459107 + - 0.576492123263048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976507501258759 + - -0.022809761952116408 + - -0.06459640495387474 + - 0.025678650147962744 + - - -0.02102671007095633 + - -0.9993825472609214 + - 0.028149630439199574 + - -0.03050283636184026 + - - -0.06519860609605956 + - -0.026725250044842434 + - -0.9975143621889215 + - 0.577347040084621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846979204689584 + - -0.014919631966076964 + - -0.1736300953351853 + - 0.06450372745861166 + - - -0.024455193630757044 + - -0.9982998093755486 + - -0.05290967874808604 + - -0.03282355791065947 + - - -0.172545498140609 + - 0.05634620823746973 + - -0.9833886087852904 + - 0.5756691317175155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992927744440046 + - -0.018721590865996902 + - 0.032610626787140114 + - -0.03482956935620747 + - - -0.017887705587714894 + - -0.9995102224311799 + - -0.025677718831310193 + - 0.03742833579886844 + - - 0.03307538257996651 + - 0.02507622960133381 + - -0.9991382295639425 + - 0.5801456874103259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959629231309731 + - -0.041529297771763916 + - -0.07958123632484866 + - 0.048527275816375184 + - - -0.03755848312857187 + - -0.9980043866461366 + - 0.050760265761225665 + - 0.03516470462497725 + - - -0.08153046113869362 + - -0.04756639214459765 + - -0.9955351436513223 + - 0.5765354582628714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994610747094093 + - -0.03247833642567478 + - 0.004766319726304728 + - -0.042851218832712375 + - - -0.03265658849257747 + - -0.9985012272539704 + - 0.043918633862422986 + - -0.02362210044277972 + - - 0.0033327719302602733 + - -0.04405061674183231 + - -0.999023741357494 + - 0.5791394765959192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974846030496012 + - -0.02430101199874459 + - -0.06658774282716441 + - 0.025692820502261952 + - - -0.022217185349390663 + - -0.9992454366992934 + - 0.03185834130630032 + - -0.030487713983408677 + - - -0.06731168809449466 + - -0.030298812707345014 + - -0.9972718378628739 + - 0.5773592192003323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9818403805515457 + - -0.01221486959077346 + - -0.1893152505195403 + - 0.0645067508329114 + - - -0.024036232892786738 + - -0.997892485510982 + - -0.06027310236779962 + - -0.03281683037684127 + - - -0.1881800378008242 + - 0.06372899121746659 + - -0.9800647371738692 + - 0.575766818226944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991332189903247 + - -0.018866254452882557 + - 0.03710626837814358 + - -0.03483898626469509 + - - -0.01822298744082894 + - -0.9996790597021976 + - -0.017598304510970362 + - 0.037448169490095856 + - - 0.03742637357216325 + - 0.01690686357218683 + - -0.9991563563954281 + - 0.5804404584187225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967067434287592 + - -0.0414526266728654 + - -0.06969467228961976 + - 0.04853196766906228 + - - -0.03895375158884839 + - -0.9985616828246421 + - 0.03683979955935019 + - 0.035133483508190975 + - - -0.0711215357032716 + - -0.03400360769593213 + - -0.9968878983230107 + - 0.5766538271992526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994345230584034 + - -0.030451590797112363 + - 0.014259548974175045 + - -0.04284969455394386 + - - -0.03104932268425078 + - -0.9985593176794005 + - 0.04376332524499913 + - -0.023644202321136735 + - - 0.012906342621786577 + - -0.04418132743111653 + - -0.9989401566793448 + - 0.5791417356457533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970394571754614 + - -0.022263825824996183 + - -0.07359784572183782 + - 0.025730098968282326 + - - -0.018995193126869703 + - -0.9988145812844033 + - 0.04481757302369666 + - -0.030485221299052706 + - - -0.0745084120977902 + - -0.04328688338626025 + - -0.996280453614026 + - 0.5772518762835801 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836455290163988 + - -0.01624457058464867 + - -0.1793811226761869 + - 0.06450459509985908 + - - -0.02396986925020122 + - -0.9988722775029631 + - -0.04098315024704869 + - -0.032799648174779227 + - - -0.17851307687163176 + - 0.04461263456201927 + - -0.982925630057157 + - 0.5756833692701664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993375359995714 + - -0.018790628888793747 + - 0.031167313138428705 + - -0.034822180064321376 + - - -0.017956780231848535 + - -0.9994789454058316 + - -0.026821478970282798 + - 0.037434154344847724 + - - 0.031655065724309185 + - 0.026244046113582765 + - -0.9991542457786882 + - 0.5803008717664828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963045800965529 + - -0.04122432143410657 + - -0.07535077306125533 + - 0.04851619166913188 + - - -0.03867107574112797 + - -0.998637586473628 + - 0.03503596413903525 + - 0.03513561375507443 + - - -0.0766924479962355 + - -0.03199259608761506 + - -0.996541390116798 + - 0.5764668126146035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974177923717584 + - -0.023734940932693096 + - -0.06778200380019417 + - 0.025723720493495812 + - - -0.019906460721142088 + - -0.9981979205501585 + - 0.05660957720118967 + - -0.03044643830115166 + - - -0.06900348021517172 + - -0.055114099722860355 + - -0.9960928449346143 + - 0.5771705000662647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856684397515088 + - -0.016331509040357947 + - -0.16790178286811316 + - 0.06453423802817587 + - - -0.0227873004453586 + - -0.9990703335717236 + - -0.036595184318393176 + - -0.032782612306529436 + - - -0.16714803563380357 + - 0.039896746601056535 + - -0.985124247896889 + - 0.5757836783538601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992870101288411 + - -0.01926661785481005 + - 0.03246950606643053 + - -0.03482483057995611 + - - -0.0184558986555938 + - -0.9995149169073018 + - -0.025086065546531082 + - 0.037436939832345695 + - - 0.03293707929637516 + - 0.024468925522529952 + - -0.9991578556420392 + - 0.5801549267930666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957178931006441 + - -0.03966648305894869 + - -0.08350118251227642 + - 0.048506394195144804 + - - -0.03716666314224192 + - -0.998819320525906 + - 0.03128264846588166 + - 0.03516497411338311 + - - -0.08464346702543249 + - -0.028045232498643147 + - -0.9960165402361615 + - 0.5765347868738626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969099168725517 + - -0.023374186758071003 + - -0.074995100070344 + - 0.025693675088789912 + - - -0.021258819981849784 + - -0.9993567340379607 + - 0.028882186654769174 + - -0.030476110663080914 + - - -0.07562195589999902 + - -0.027198630965187202 + - -0.99676554628432 + - 0.5772688169660214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885247087201571 + - -0.01888183117533629 + - -0.1498745365337107 + - 0.06451237225853784 + - - -0.024072819321671712 + - -0.9991687940668684 + - -0.03289711739448523 + - -0.03279686172312454 + - - -0.14912880211292062 + - 0.03612751602901163 + - -0.9881575800275679 + - 0.5757594346709626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995537898874475 + - -0.020461961213077404 + - 0.021760727583312395 + - -0.034865332554308646 + - - -0.02022211308442505 + - -0.9997329385635871 + - -0.011185602058686718 + - 0.037412414361719916 + - - 0.021983795487616375 + - 0.01074056303594403 + - -0.9997006317101281 + - 0.5802481369612204 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958626848480906 + - -0.04163749776274855 + - -0.08077024023246313 + - 0.048505972676781146 + - - -0.038343361977531736 + - -0.9983851295357082 + - 0.04191562613425079 + - 0.03514030241465122 + - - -0.08238506854650707 + - -0.03864520542089825 + - -0.9958510172603948 + - 0.576386157133314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993030860477601 + - -0.03343370167031507 + - 0.016599090578809282 + - -0.04284932214036481 + - - -0.03409679122423121 + - -0.9985600175442622 + - 0.04141618270934865 + - -0.02364484909265891 + - - 0.01519049188256697 + - -0.041953294919747745 + - -0.9990040890815926 + - 0.5792364994226945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978355860861438 + - -0.02455511713210727 + - -0.061001552133945154 + - 0.025683791406581988 + - - -0.02259586236055855 + - -0.9992129252838743 + - 0.03260302056289157 + - -0.03048607674005008 + - - -0.06175411034339844 + - -0.031154071455752448 + - -0.9976050589724494 + - 0.577333624843989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986441227775098 + - -0.018143923767710093 + - -0.16310886602471594 + - 0.0645189531079952 + - - -0.023810238339494822 + - -0.9991765774360389 + - -0.03285178310868799 + - -0.032783900619949936 + - - -0.16237849825569164 + - 0.03629001423966862 + - -0.9860609809594493 + - 0.5757279151586727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993070804969363 + - -0.018144155901801667 + - 0.03249843804401619 + - -0.034826403890706806 + - - -0.01741388904313951 + - -0.9995925838632651 + - -0.022614657944701338 + - 0.037418917318493866 + - - 0.03289552153535293 + - 0.0220330636129825 + - -0.9992159069844438 + - 0.5801846322742819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954459958554983 + - -0.04062495516355567 + - -0.08623736054178696 + - 0.048497806166230985 + - - -0.038841371796801485 + - -0.9989973935931111 + - 0.022261074347679988 + - 0.03510344775223134 + - - -0.08705525355886168 + - -0.01881011993926123 + - -0.9960258843100779 + - 0.5765490204657159 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993648971261573 + - -0.03119062610036063 + - 0.017232157017988584 + - -0.042835002003550116 + - - -0.032209382359197646 + - -0.9975313011720398 + - 0.062400792222980866 + - -0.023609455689241814 + - - 0.015243296233561767 + - -0.06291619843477611 + - -0.9979023969780066 + - 0.5791421587571653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966867672328159 + - -0.021092435547057937 + - -0.07855314879552518 + - 0.02570621097506027 + - - -0.01913166093552973 + - -0.9994883928307431 + - 0.02563068759252837 + - -0.0304753308423823 + - - -0.07905357406750586 + - -0.02404291495037714 + - -0.9965803884623868 + - 0.5773373918469394 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842499701505005 + - -0.01587090744763579 + - -0.1760684825729114 + - 0.06452546738061855 + - - -0.023613224240684415 + - -0.9988399794737117 + - -0.0419655935966009 + - -0.03282208398740735 + - - -0.1751982074671376 + - 0.04546217880551366 + - -0.9834829832785914 + - 0.5757247002675369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999492127688942 + - -0.01851294140386895 + - 0.02593757290897751 + - -0.03480137486963794 + - - -0.018055287935358884 + - -0.9996790848733411 + - -0.017768901045696207 + - 0.03740503101967846 + - - 0.026258203773352307 + - 0.017291566365641213 + - -0.9995056320337674 + - 0.5801566138690868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960054014715166 + - -0.03997777954062553 + - -0.07984370596712144 + - 0.048516094701682784 + - - -0.03765641901639092 + - -0.9988290976895414 + - 0.030371495115631066 + - 0.03513634229003223 + - - -0.08096440172338083 + - -0.027243545138214892 + - -0.996344596463431 + - 0.5765831496430565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960221786735949 + - -0.02165105557906968 + - -0.08643524386856066 + - 0.025694260154881587 + - - -0.018091134128404827 + - -0.9989639102196244 + - 0.04175903428801136 + - -0.03048562513823078 + - - -0.08724981636802215 + - -0.04002921272060291 + - -0.9953819024237461 + - 0.5771913112565121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853006667356546 + - -0.015839737419473005 + - -0.1700932063568578 + - 0.06452518963470333 + - - -0.024716247909544076 + - -0.9984335037135486 + - -0.050196073069124256 + - -0.03282474059981265 + - - -0.1690316633638456 + - 0.053662290118565104 + - -0.9841486957770568 + - 0.5758658592495852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999408395225616 + - -0.01870737055216496 + - 0.02885990020050039 + - -0.03482598658240863 + - - -0.018186882824169755 + - -0.9996690661520716 + - -0.018193280951629608 + - 0.03743429370446574 + - - 0.029190697930997992 + - 0.01765764609649318 + - -0.9994178859159126 + - 0.5802269027650042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995663397088862 + - -0.040165443694513255 + - -0.08391148211234341 + - 0.04847640161884157 + - - -0.038556070273279126 + - -0.9990417344656457 + - 0.020713334858413694 + - 0.035084929262302555 + - - -0.08466303291607975 + - -0.017388212349108804 + - -0.9962579088412566 + - 0.5764495055777988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994390117212345 + - -0.03179653977783148 + - 0.010518645722661491 + - -0.042825278784384385 + - - -0.0323087574711695 + - -0.9980842033637635 + - 0.052764260502646355 + - -0.023620027284635026 + - - 0.008820773228647995 + - -0.05307450474454526 + - -0.9985515965165597 + - 0.5791371951371937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974222977757697 + - -0.023778559406611725 + - -0.06770036936568403 + - 0.025667326707523197 + - - -0.02160137676594429 + - -0.9992313703573387 + - 0.03271160368448846 + - -0.030490432370492274 + - - -0.0684261676664676 + - -0.031164861725051077 + - -0.9971692990521415 + - 0.5773087134348653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842875518726647 + - -0.013774203556472343 + - -0.1760349014965533 + - 0.06450641128994705 + - - -0.024660228248978035 + - -0.997905548449541 + - -0.05980292230593087 + - -0.03280338609719724 + - - -0.17484246729906514 + - 0.06320433284202724 + - -0.9825656842871981 + - 0.5756397990904757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999214265731854 + - -0.019358604977718654 + - 0.034584614661271856 + - -0.03480239188946484 + - - -0.01831333505831449 + - -0.9993734063458283 + - -0.030288883237548435 + - 0.03743806647156369 + - - 0.035149294687005075 + - 0.02963172458789025 + - -0.998942685033007 + - 0.5803602410902065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962909756005611 + - -0.03985003263542417 + - -0.07626445329141097 + - 0.04850958660643877 + - - -0.037515984083493485 + - -0.9987900198055663 + - 0.0317969695890027 + - 0.03513216294728022 + - - -0.0774392850892184 + - -0.02881789783715197 + - -0.9965804964422685 + - 0.5766266704844745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962833961676546 + - -0.02493471176204701 + - -0.08244789063395101 + - 0.02567435056257143 + - - -0.020915043572639746 + - -0.9985668112413948 + - 0.04926341887798439 + - -0.030475362513161977 + - - -0.08355809639405921 + - -0.047355925041506715 + - -0.9953770445868565 + - 0.5772165906556272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984720241637087 + - -0.012016644641424361 + - -0.1737286561329439 + - 0.0645142992070572 + - - -0.023217490822550802 + - -0.9977695153253616 + - -0.06258548080264684 + - -0.03280645040976571 + - - -0.1725890895453757 + - 0.06566273325833638 + - -0.9828028345659894 + - 0.5757037078806608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992353361938637 + - -0.01926996077244295 + - 0.03402075121693575 + - -0.03481078249458047 + - - -0.018254964725420642 + - -0.9993862657708039 + - -0.02989729170949286 + - 0.037424651984182794 + - - 0.03457599115585515 + - 0.02925338271922364 + - -0.9989738437191804 + - 0.5801442748751291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964375944034647 + - -0.04039231622295988 + - -0.0740309479176163 + - 0.048525262718421 + - - -0.037484730723211394 + - -0.998486146598031 + - 0.040253074595912604 + - 0.035153155128008345 + - - -0.07554479083328472 + - -0.03733464666981844 + - -0.9964432290582317 + - 0.576487215015375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994589144171683 + - -0.03183531804890028 + - 0.008269880094714448 + - -0.042848417412866074 + - - -0.032133836380898013 + - -0.9987263933004854 + - 0.038897402027002495 + - -0.02363568259598292 + - - 0.007021036355216072 + - -0.03914209817740927 + - -0.9992089877491941 + - 0.5792915677242554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968741144245287 + - -0.023849341914044517 + - -0.07532070685129433 + - 0.02570905755246744 + - - -0.0211278224357645 + - -0.9991020444974611 + - 0.03672492069585379 + - -0.030469553990643758 + - - -0.07612893739856366 + - -0.035018760275899875 + - -0.9964828504893124 + - 0.5772733418148659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836981976892867 + - -0.01305612488258142 + - -0.17935270688199653 + - 0.06450824991869486 + - - -0.023323122692380627 + - -0.9981997891481013 + - -0.05525588559205444 + - -0.03281355768314987 + - - -0.17830840644996268 + - 0.05853818025644876 + - -0.9822318431213367 + - 0.5756841264464988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993385044456665 + - -0.017935407308241523 + - 0.031636603752393105 + - -0.03483662053220901 + - - -0.017558222479615172 + - -0.9997718928208862 + - -0.012160228151612764 + - 0.037450416317722994 + - - 0.03184748586081472 + - 0.011596701687566846 + - -0.9994254620302183 + - 0.5802669805773272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960531457959337 + - -0.039897263375776024 + - -0.07928643720806404 + - 0.048528144601761455 + - - -0.03719020894873189 + - -0.9986834191359129 + - 0.03533152560181689 + - 0.03514981150121258 + - - -0.08059168138445792 + - -0.032243398054890876 + - -0.9962255488459927 + - 0.5765702792506581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994124360821579 + - -0.030483152077281642 + - 0.01567035557222543 + - -0.042850548507386656 + - - -0.031370452481435086 + - -0.9977114099258735 + - 0.059898557702467894 + - -0.023614736792474365 + - - 0.013808595708350644 + - -0.06035494961607683 + - -0.9980814609747064 + - 0.5790267190496665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969616613015199 + - -0.02430358147231091 + - -0.07400528239613853 + - 0.025687835714320033 + - - -0.021583807578625033 + - -0.9990698076686104 + - 0.037331737910453126 + - -0.030471982799667154 + - - -0.07484373818378097 + - -0.03562099567143822 + - -0.9965588590354576 + - 0.5772581558182837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983931905335655 + - -0.017143244233313367 + - -0.17771920222560236 + - 0.06451495423790785 + - - -0.024337545245538817 + - -0.9989667759150568 + - -0.03838052252507603 + - -0.03280928947419344 + - - -0.17687761179405645 + - 0.042089069781042744 + - -0.9833325076753018 + - 0.5756302989669144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995016884532019 + - -0.01823878518989445 + - 0.02576279282211937 + - -0.034817259711378445 + - - -0.017912449230932066 + - -0.9997570911790397 + - -0.012841448507683475 + - 0.03742744718763634 + - - 0.02599074723334902 + - 0.012373574747141248 + - -0.9995856019902597 + - 0.5802466677940421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963284012162109 + - -0.04095540495236581 + - -0.07518225678400957 + - 0.04853094944928502 + - - -0.038496772708644544 + - -0.998684687778333 + - 0.033865807064234026 + - 0.03513937122981224 + - - -0.07647035648516347 + - -0.030847191157067983 + - -0.9965945692089391 + - 0.5765090437136631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993957557290626 + - -0.0314788499118144 + - 0.014737891265895328 + - -0.04285804619399448 + - - -0.03230184224144735 + - -0.9977111134830345 + - 0.05940643921539941 + - -0.023623121489057444 + - - 0.012834111521431426 + - -0.05984660425348927 + - -0.9981250771024553 + - 0.5790969365752618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997686992449299 + - -0.021897512411953212 + - -0.06435187679967605 + - 0.025723900045690064 + - - -0.020003082870713586 + - -0.9993516176760375 + - 0.029936949142405026 + - -0.030475410785528845 + - - -0.06496569689566714 + - -0.028580468828483824 + - -0.9974781275939864 + - 0.577315667288621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857690236902787 + - -0.01624928695018575 + - -0.16731823751858352 + - 0.06450594235361216 + - - -0.024132357049789936 + - -0.9986869200322395 + - -0.04518921441827765 + - -0.032820241801511954 + - - -0.16636424278052078 + - 0.04858391122717624 + - -0.9848667637269186 + - 0.5757340974371232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993253899763048 + - -0.01890114986169511 + - 0.03148827531974338 + - -0.034817789586709495 + - - -0.018211331659908722 + - -0.9995909497420792 + - -0.022051770742987937 + - 0.03744230204299747 + - - 0.031892198856131315 + - 0.021463450972158123 + - -0.9992608307766733 + - 0.5802272951297791 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961833072744757 + - -0.04097785360817285 + - -0.07706901985463939 + - 0.04853285909189523 + - - -0.038511663520099805 + - -0.9987058419300673 + - 0.03321886614065177 + - 0.035144389670598415 + - - -0.07833051819439381 + - -0.030124023775436812 + - -0.996472213918168 + - 0.5765382678772896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965270926986053 + - -0.023034327787061524 + - -0.08001983042386192 + - 0.025723435204669735 + - - -0.02005776808542645 + - -0.999083830603774 + - 0.037804568050988835 + - -0.03047028486891102 + - - -0.08081732151647107 + - -0.0360682570897015 + - -0.9960761222785213 + - 0.5772748113205297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848392738221795 + - -0.014979347544425335 + - -0.17282136408599935 + - 0.06450279502367234 + - - -0.022863675809302916 + - -0.998782116925949 + - -0.0437211074586183 + - -0.03279586375562244 + - - -0.1719559742081947 + - 0.047009595361630914 + - -0.9839823376860214 + - 0.575695279668451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995744861978921 + - -0.018447270221632756 + - 0.022595237630748513 + - -0.03479760561420579 + - - -0.018146207153815673 + - -0.9997447723438023 + - -0.013457538302727487 + - 0.03741009626580688 + - - 0.022837725546795175 + - 0.013041794071700027 + - -0.999654115131449 + - 0.5802788624435429 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954095237122232 + - -0.04051257733757075 + - -0.08670992550147946 + - 0.04851676374756155 + - - -0.03751421310758835 + - -0.9986497887223338 + - 0.035934430561189945 + - 0.035138460024634194 + - - -0.08804864517937352 + - -0.03251661978597843 + - -0.99558530800719 + - 0.5765305319049726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999487779861475 + - -0.030948266040817837 + - 0.008147560165266741 + - -0.04284969900286367 + - - -0.031353260335678756 + - -0.9979690212340853 + - 0.05545093077131734 + - -0.023620626128646 + - - 0.006414902485855369 + - -0.05567798026283852 + - -0.9984281704459006 + - 0.5790346910113758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973115301081156 + - -0.023436394819967288 + - -0.06942944124254398 + - 0.025736461103940393 + - - -0.02077235048816771 + - -0.9990292313578948 + - 0.03884719227500774 + - -0.030457211321399467 + - - -0.07027247945395106 + - -0.037300540080504374 + - -0.9968302003556561 + - 0.5773054619944626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827711994308269 + - -0.0150413265331895 + - -0.18421326788647951 + - 0.06450311157535449 + - - -0.02299499843291719 + - -0.9988897173932344 + - -0.04111645088202085 + - -0.032796714674633874 + - - -0.18339029313560745 + - 0.04464404755603447 + - -0.9820259209417284 + - 0.5757162685551533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995446420187839 + - -0.01805501169698845 + - 0.024176955229366904 + - -0.03483385745473572 + - - -0.017630932573421132 + - -0.9996889348254503 + - -0.017640402607348574 + - 0.0374538582779159 + - - 0.024487932295983648 + - 0.01720610764174986 + - -0.999552045184086 + - 0.5801834967356639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962378991751134 + - -0.03964062409011881 + - -0.07706276123331283 + - 0.048516951313389095 + - - -0.037396449547001866 + - -0.9988395155590607 + - 0.030350085980422974 + - 0.03512447681299059 + - - -0.0781764274473785 + - -0.02735403223450641 + - -0.9965641991924443 + - 0.5764635321720225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972641790373956 + - -0.02315994862183173 + - -0.0701981053070766 + - 0.025691192694959137 + - - -0.02024234923824833 + - -0.9989128438324771 + - 0.04199259129691717 + - -0.030489556591240502 + - - -0.07109433526087777 + - -0.04045673252188381 + - -0.9966488089028485 + - 0.5772902858029314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864166520521949 + - -0.016179493763960315 + - -0.1634637957949131 + - 0.06451576153367213 + - - -0.02390516182960966 + - -0.9986825417332709 + - -0.04540621185557322 + - -0.03281762776708058 + - - -0.16251378954426993 + - 0.048697071972706875 + - -0.9855038626962581 + - 0.5757113900220671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993604470702802 + - -0.018946906436343287 + - 0.030326746742477075 + - -0.03482372172456105 + - - -0.018166045972888338 + - -0.999501538900826 + - -0.025819924643396917 + - 0.03743764524824306 + - - 0.030800837735373336 + - 0.025252494359414106 + - -0.9992064951367291 + - 0.5802208684274741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965345537718076 + - -0.04002630088882524 + - -0.07291624219597227 + - 0.0485330320066624 + - - -0.03751935327215029 + - -0.9986675158214331 + - 0.03543290805293222 + - 0.035159859588942986 + - - -0.0742373306959783 + - -0.03257434696513794 + - -0.9967084481687365 + - 0.5764846659176918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994394093323479 + - -0.03142930204724586 + - 0.011535425706523508 + - -0.042869582249421806 + - - -0.03200702223157221 + - -0.9980341587199836 + - 0.05388291525115372 + - -0.023602561728544958 + - - 0.009819246471872396 + - -0.05422192361875738 + - -0.998480628453956 + - 0.5792079149906024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978288053868668 + - -0.023913891957446635 + - -0.06136612185616703 + - 0.02567663618710508 + - - -0.021298035915461318 + - -0.9988509240515212 + - 0.04293279850611399 + - -0.030503698843264534 + - - -0.06232229782639671 + - -0.04153260517798556 + - -0.9971915432356855 + - 0.5774288103357363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9825912752438428 + - -0.01697375219216324 + - -0.1850034528088535 + - 0.06448626055419329 + - - -0.02294785503314236 + - -0.9992804649978262 + - -0.030198480476771254 + - -0.032799384441883975 + - - -0.18435775482484196 + - 0.03391819585778532 + - -0.9822737776331485 + - 0.5756104264390739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994348913655327 + - -0.01942619132826 + - 0.02743211642662312 + - -0.034849257187155105 + - - -0.018968112886095147 + - -0.999677902240554 + - -0.016861271169949853 + - 0.03745043004865432 + - - 0.02775083088317035 + - 0.016331407238938927 + - -0.999481453816373 + - 0.5802639523405637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971304502977885 + - -0.03961439530679633 + - -0.06451019123678327 + - 0.048508446623092366 + - - -0.03711277941949225 + - -0.998529078468934 + - 0.03952620720157908 + - 0.03513733770917777 + - - -0.06598110860458158 + - -0.03701863228779424 + - -0.9971339499640217 + - 0.5764825674271518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994036851762788 + - -0.0318153423151838 + - 0.013418571065551011 + - -0.04286555198625254 + - - -0.03239698699370217 + - -0.9984333500551034 + - 0.045621055790855604 + - -0.023644182534202227 + - - 0.011946099355164412 + - -0.04602857255129842 + - -0.9988686906791531 + - 0.5792017142431631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968337572248324 + - -0.021619035428646075 + - -0.07651847988661906 + - 0.02572412484837977 + - - -0.01977800441905028 + - -0.9994983395781534 + - 0.024736606915956156 + - -0.0304762867889854 + - - -0.07701487517502062 + - -0.023144901979689787 + - -0.9967612665599154 + - 0.5773453783700145 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821837294285667 + - -0.017245047410635303 + - -0.1871302487188991 + - 0.06449793011532194 + - - -0.02412793953620468 + - -0.9991111207771523 + - -0.03456603641091753 + - -0.03279009397703132 + - - -0.18636781959214244 + - 0.03846526588012315 + - -0.9817267741796812 + - 0.57563232752879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999425039106391 + - -0.019129392666595656 + - 0.027993884035549553 + - -0.034839713078368195 + - - -0.018317512043337557 + - -0.9994122385458467 + - -0.028976649173452933 + - 0.0374367219616613 + - - 0.02853173600976259 + - 0.028447210425389398 + - -0.9991880184726408 + - 0.5802319946074147 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964773344989561 + - -0.039862722053158 + - -0.07378268916465504 + - 0.048521653578124435 + - - -0.03697081541603286 + - -0.9985092703877765 + - 0.040154648014204285 + - 0.03515301445214964 + - - -0.07527337269798039 + - -0.03728539043893311 + - -0.996465613567517 + - 0.5764979938848548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971720975324542 + - -0.024755340927678116 + - -0.07095760000366526 + - 0.025679693708288237 + - - -0.02157223330733298 + - -0.9987413917096785 + - 0.04527992089160469 + - -0.030483956868499265 + - - -0.07198921205888924 + - -0.04362115978937756 + - -0.9964510764537169 + - 0.5772054323472751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844806150285846 + - -0.018035791441730314 + - -0.1745641110309049 + - 0.06449316659683671 + - - -0.02368440418831616 + - -0.9992593175197773 + - -0.03032928202503946 + - -0.032790506981223405 + - - -0.17388780184700753 + - 0.03399303718381629 + - -0.9841785944592761 + - 0.5756286773023542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995709313384177 + - -0.019723895324630186 + - 0.021654587885051632 + - -0.034815821507514305 + - - -0.019283108779708426 + - -0.9996063541501152 + - -0.02037887284678061 + - 0.03740148022732469 + - - 0.022048014401263555 + - 0.019952561137316478 + - -0.9995577924087352 + - 0.5800586375202731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961820010122681 + - -0.04005635128702733 + - -0.07756874100282884 + - 0.048510983455446494 + - - -0.03795677639481832 + - -0.9988769902450741 + - 0.02835562527358422 + - 0.035138923744330544 + - - -0.07861745343692736 + - -0.02530310416752122 + - -0.9965836888764437 + - 0.5765177070710253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994611672464322 + - -0.03148603074149639 + - 0.00927388993599162 + - -0.04286486398029909 + - - -0.03192200669027451 + - -0.9981692805419466 + - 0.051371907412891445 + - -0.023610077952271432 + - - 0.007639414589182348 + - -0.05164026772314572 + - -0.9986365315239656 + - 0.5791539765034056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970300475494738 + - -0.021585441621518906 + - -0.07392667308555183 + - 0.025708911733267018 + - - -0.019106841258874224 + - -0.9992367034747212 + - 0.03407255561415589 + - -0.030468894485582657 + - - -0.07460571627296554 + - -0.032558856536671614 + - -0.9966814475851458 + - 0.5772482048960237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9827338847650142 + - -0.014525415808903704 + - -0.18445358231881034 + - 0.0645017820521817 + - - -0.023496291969513226 + - -0.9986399322680788 + - -0.046542560557946845 + - -0.03280136578757491 + - - -0.183526662908546 + - 0.05007292656900745 + - -0.9817385935301044 + - 0.575634364612118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994877931858712 + - -0.019148172234190432 + - 0.025641738874866985 + - -0.034839909134306575 + - - -0.01865818146055336 + - -0.9996412840232451 + - -0.0192139413172662 + - 0.037445251342852794 + - - 0.026000452631101425 + - 0.018725671588705837 + - -0.9994865310180674 + - 0.580286538727818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958567163734808 + - -0.04005908487620416 + - -0.08163743119862128 + - 0.0485085473191117 + - - -0.03778150194176384 + - -0.9988576779546486 + - 0.029255722552555853 + - 0.03511751877592566 + - - -0.08271613243408475 + - -0.02605012303097054 + - -0.9962326196853918 + - 0.5764701038259434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999373534769785 + - -0.031879879662560395 + - 0.015369166354948775 + - -0.042834560653072465 + - - -0.03267385498865273 + - -0.997977781475908 + - 0.054523085758292004 + - -0.023613615927210355 + - - 0.013599897129240132 + - -0.05499109885359848 + - -0.9983942216604363 + - 0.5790824147723271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967461757612369 + - -0.02511504966454304 + - -0.07659174489262473 + - 0.025676538553809046 + - - -0.02147655839766354 + - -0.9986181386238191 + - 0.04796426431095026 + - -0.03048207806730593 + - - -0.07769053059891608 + - -0.04616326994317545 + - -0.9959081955498773 + - 0.5772296363515657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834834381753504 + - -0.01641585155973997 + - -0.1802521751667926 + - 0.06450957558484621 + - - -0.022837710676888157 + - -0.9991740732958755 + - -0.033609674565026434 + - -0.03279147332902749 + - - -0.1795515686532152 + - 0.037171105322505796 + - -0.9830460534091334 + - 0.5756643047812465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999340952282489 + - -0.01921573741369293 + - 0.030796371974244213 + - -0.0348332178499222 + - - -0.018566619982207634 + - -0.9996022708829653 + - -0.021226885500618443 + - 0.0374380595568137 + - - 0.031192013618301418 + - 0.020641111434902895 + - -0.9993002565821589 + - 0.580248089403127 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960164552345865 + - -0.040151234795581775 + - -0.07961846046187354 + - 0.048516341775257085 + - - -0.0375821718377356 + - -0.9987315969751255 + - 0.03350787315654775 + - 0.03511817420157645 + - - -0.08086285464839693 + - -0.030382158381300754 + - -0.996262075555527 + - 0.5765507035490535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993681724598172 + - -0.03171274361854881 + - 0.016048606372797068 + - -0.042835023802700996 + - - -0.03234859789687611 + - -0.9986334045958228 + - 0.04104742914558091 + - -0.023602917998603572 + - - 0.0147249478243902 + - -0.041540644163751896 + - -0.999028303299776 + - 0.5791843066361637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9960717747511876 + - -0.019440705602965826 + - -0.08638911105966067 + - 0.02570140804235612 + - - -0.017744301443429526 + - -0.9996352070492561 + - 0.02036154694209888 + - -0.0304701322258357 + - - -0.08675343976064741 + - -0.018748647771223516 + - -0.9960533765298153 + - 0.5773014520167686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826843070888414 + - -0.014380726546351273 + - -0.1847288480593185 + - 0.06450984920037238 + - - -0.024558477778015446 + - -0.9982963960433774 + - -0.05292623939060409 + - -0.032801331794117976 + - - -0.18365302548705925 + - 0.056546444192397086 + - -0.9813633709684942 + - 0.5757480869831113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993986693384007 + - -0.018917075868466606 + - 0.029059318044659554 + - -0.03483452122996097 + - - -0.018418335057687227 + - -0.999680067732509 + - -0.017335717811204784 + - 0.03742141108000236 + - - 0.029377962120214665 + - 0.016790069056249635 + - -0.9994273504976489 + - 0.5801068687046249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963845837230189 + - -0.039899737442597914 + - -0.0750051482974208 + - 0.04855242111347016 + - - -0.037980184804923454 + - -0.9989177781588023 + - 0.026847309743559526 + - 0.03515051566317095 + - - -0.07599517669753916 + - -0.023901536149262777 + - -0.9968216739660191 + - 0.5765988542929407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971308900763648 + - -0.02413697053813184 + - -0.07174534625157215 + - 0.02569145025232486 + - - -0.021127802813137996 + - -0.9988768984797852 + - 0.0424094049910339 + - -0.030486527074590562 + - - -0.07268840350293697 + - -0.04077190621795513 + - -0.996520972011903 + - 0.5772995002280097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830174536152619 + - -0.017190410372489313 + - -0.18270516051549235 + - 0.06450746216367864 + - - -0.022469707522448715 + - -0.9993865220498528 + - -0.026864321859202397 + - -0.03279110916820564 + - - -0.18213126621099968 + - 0.030513428786759115 + - -0.9828006575761198 + - 0.5756296676486808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993568334826058 + - -0.020193646856368652 + - 0.029633359550673373 + - -0.034854115147622024 + - - -0.019243619177881255 + - -0.9993025413282559 + - -0.03200178144770725 + - 0.03740489945067463 + - - 0.030258924180411526 + - 0.03141094588722873 + - -0.9990484222428432 + - 0.5801463870002895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968351026152827 + - -0.03957533554448669 + - -0.06894614572635674 + - 0.04850394667144943 + - - -0.03776850180354837 + - -0.9989130898259827 + - 0.02731628169836369 + - 0.03511774406306645 + - - -0.06995225847314793 + - -0.024625835840642728 + - -0.9972463335323205 + - 0.5765531583097431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994811835617325 + - -0.030788078525931895 + - 0.009458220060842876 + - -0.04287197190799108 + - - -0.03123776000332427 + - -0.9981693458066095 + - 0.051789568853010136 + - -0.023624064278394724 + - - 0.007846404017955846 + - -0.05205815318167765 + - -0.9986132297497871 + - 0.5792741930385036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9977776401633076 + - -0.023871846101007232 + - -0.062208646938112684 + - 0.025657208402978166 + - - -0.02118177208673965 + - -0.9988267100597719 + - 0.04354923423480472 + - -0.030484336139556315 + - - -0.06317525877593497 + - -0.042134762784455035 + - -0.9971126056989208 + - 0.5773027287418953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852589091485967 + - -0.01565856350370258 + - -0.17035166959063747 + - 0.06450711153881337 + - - -0.02452473830378455 + - -0.9984447039298346 + - -0.05006705908674869 + - -0.03280477017368305 + - - -0.16930274408422352 + - 0.053506846136411504 + - -0.984110562011244 + - 0.5757427356530456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993814909513962 + - -0.019387859796871933 + - 0.02933848046953234 + - -0.03480959614092713 + - - -0.018920384899090054 + - -0.9996908981375502 + - -0.016128459821369644 + - 0.03743731258976535 + - - 0.029642108208333944 + - 0.015563388880192097 + - -0.9994394060409717 + - 0.5802307534275523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960063309574222 + - -0.04049654720671868 + - -0.07957021023641928 + - 0.048506581246785994 + - - -0.038040452554147466 + - -0.9987590507609209 + - 0.03214471173648025 + - 0.03509845135612002 + - - -0.0807732174808557 + - -0.028989449589113637 + - -0.9963108446415265 + - 0.5764985538721035 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993495413501828 + - -0.03199848603173226 + - 0.016631028075750544 + - -0.04284890345279193 + - - -0.03286446435631496 + - -0.997961465247038 + - 0.05470686304805199 + - -0.023619666475038614 + - - 0.01484658835395765 + - -0.055217848325182395 + - -0.9983639456834297 + - 0.5790973174211005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995822504691303 + - -0.022900499622613008 + - -0.08839177714795954 + - 0.025710741542335536 + - - -0.01846829304764557 + - -0.9985462530621434 + - 0.0506389439804943 + - -0.030475412399268074 + - - -0.08942293499011383 + - -0.048794954786207725 + - -0.9947977639124272 + - 0.5772197225660751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826591985026937 + - -0.01756486331831125 + - -0.18458703956305444 + - 0.06449209279912665 + - - -0.02379962800997081 + - -0.9992167109836273 + - -0.031615537282327764 + - -0.032811554829687256 + - - -0.1838871319713008 + - 0.03546040140314669 + - -0.9823075295586907 + - 0.5755831010810304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994010454423885 + - -0.019957389531452277 + - 0.028271062444677985 + - -0.034865264292599986 + - - -0.019459641623095845 + - -0.9996526550138776 + - -0.017773341599364122 + - 0.037418600933652714 + - - 0.028615952134459523 + - 0.017212551431931598 + - -0.9994422721481431 + - 0.5801408745533096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959818941758267 + - -0.04061974080134411 + - -0.0798129258401427 + - 0.048501042226859865 + - - -0.03725179869718256 + - -0.9983698142907235 + - 0.043243697886875855 + - 0.035160216613754715 + - - -0.08143936374847906 + - -0.04009676508570765 + - -0.9958714171327064 + - 0.5764484459980795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994993756810293 + - -0.030114686376128918 + - 0.00970070501046098 + - -0.042859734165260344 + - - -0.030656444736172437 + - -0.9976282754266719 + - 0.06162796820716298 + - -0.023595613037353486 + - - 0.007821790675452304 + - -0.06189450487460483 + - -0.9980520476693375 + - 0.5791026208629261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972683879253322 + - -0.02494515875033594 + - -0.0695233881490955 + - 0.025721605497131594 + - - -0.021551671119920957 + - -0.9985593259739362 + - 0.049140594038097576 + - -0.030488138757719847 + - - -0.07064904752895129 + - -0.04750801580153484 + - -0.996369259119255 + - 0.5772538258063267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854152559316675 + - -0.0151755496124702 + - -0.1694888671007213 + - 0.06452876990763833 + - - -0.023086692086086522 + - -0.9987290118743813 + - -0.04480363254184038 + - -0.03281447862652748 + - - -0.1685935290147541 + - 0.048063120314660014 + - -0.984513158083715 + - 0.5758139929442461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993451259474523 + - -0.018913490237529872 + - 0.030848000455547316 + - -0.03482983354770476 + - - -0.018222659747736746 + - -0.9995802110160171 + - -0.022524129658944996 + - 0.037446246449286555 + - - 0.03126106071119149 + - 0.02194724657467567 + - -0.9992702659696233 + - 0.5802026699514512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957399382457336 + - -0.0422196358269233 + - -0.08197242056340971 + - 0.04850184657825335 + - - -0.03936587461347489 + - -0.9985716778113195 + - 0.036123845158046924 + - 0.035138350948580685 + - - -0.08338047312350004 + - -0.03274303931720987 + - -0.9959797136879711 + - 0.5763671616988956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993414478823824 + - -0.031890245552487866 + - 0.01731134838611197 + - -0.04284914926438612 + - - -0.03260262268695193 + - -0.9985618250654917 + - 0.042559963766524586 + - -0.02362350520064166 + - - 0.015929203943561055 + - -0.04309633117189521 + - -0.9989439257041649 + - 0.5792041650455211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968166683423322 + - -0.02378632441384143 + - -0.07609691508709485 + - 0.025686153523837824 + - - -0.02128201397690458 + - -0.9992103264823156 + - 0.03355293328742071 + - -0.030492259845903313 + - - -0.0768349243246837 + - -0.031826627562196376 + - -0.9965357295059903 + - 0.5771977657321784 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839284624349223 + - -0.01897563045491184 + - -0.17755198185119883 + - 0.06450967129704113 + - - -0.023991340546012995 + - -0.9993702310253985 + - -0.02614492147715779 + - -0.0328064213945908 + - - -0.1769440487534267 + - 0.02998444245071327 + - -0.9837640656283724 + - 0.5757193480005212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992412760381294 + - -0.018825539818990898 + - 0.03409503354176861 + - -0.03484025572289956 + - - -0.017788001568286367 + - -0.9993770041542844 + - -0.03048262731152279 + - 0.037448060754951835 + - - 0.03464764439175311 + - 0.029853016901649012 + - -0.9989536216061142 + - 0.5803113519077612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959892218544116 + - -0.039789201843333795 + - -0.0801391874585346 + - 0.048497279110255316 + - - -0.03693357131449237 + - -0.998639674127445 + - 0.036806420208821064 + - 0.03511520746908772 + - - -0.08149467013124853 + - -0.033698971427944924 + - -0.9961039092709646 + - 0.5763603950209739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971649920685363 + - -0.022660594422059355 + - -0.07175288184731594 + - 0.02571711950015931 + - - -0.019220828230016498 + - -0.9986492786136824 + - 0.0482719181981019 + - -0.03046991678083805 + - - -0.07274983405553685 + - -0.04675591711014739 + - -0.9962536553810386 + - 0.5771752703364301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862429838026537 + - -0.016490865148326567 + - -0.16447743999314376 + - 0.06451417045125318 + - - -0.023796100659394796 + - -0.9988111834880876 + - -0.04254368734057987 + - -0.03280582412892146 + - - -0.1635803242857968 + - 0.04587233486301709 + - -0.9854629401457815 + - 0.5756670167274867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993840011358669 + - -0.018943800511763587 + - 0.029542354270369952 + - -0.0348358845898619 + - - -0.01837437327697014 + - -0.9996423889005674 + - -0.019428760121140764 + - 0.03741237237495471 + - - 0.029899844152505305 + - 0.018873969782130354 + - -0.9993746907863531 + - 0.5802299646351504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962684364785713 + - -0.04103603372129026 + - -0.07592921975740395 + - 0.048521274458008544 + - - -0.03839672781789914 + - -0.9986174878475651 + - 0.03589992002631394 + - 0.03515485334617669 + - - -0.0772974370171559 + - -0.03285052360987105 + - -0.9964667326755748 + - 0.5764513092360147 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982585301201714 + - -0.021101596029390116 + - -0.05508747305265843 + - 0.02569524281972245 + - - -0.019328918628298504 + - -0.999284288589695 + - 0.032516203383050696 + - -0.030490033581857277 + - - -0.05573419010782839 + - -0.03139479611017931 + - -0.9979519361323094 + - 0.5774270398092803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846429343735404 + - -0.016097572210601423 + - -0.17383658981120279 + - 0.06451649959446182 + - - -0.023834700662245738 + - -0.9988115910695071 + - -0.04251249921542854 + - -0.03280309729584945 + - - -0.17294565282945115 + - 0.046002975057328 + - -0.9838564567320127 + - 0.5757448962579688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993224460477084 + - -0.019319980444011096 + - 0.03132709978386243 + - -0.03481898490367638 + - - -0.018443867940387878 + - -0.9994372368647979 + - -0.028018445771581267 + - 0.03742963430692411 + - - 0.03185078587134982 + - 0.02742166887154275 + - -0.9991163993828129 + - 0.5801018132718624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964001567093653 + - -0.03991527531622815 + - -0.0747896951857797 + - 0.04851014106102981 + - - -0.037593737497031356 + - -0.9987743060009726 + - 0.03219621986009352 + - 0.03513588530479545 + - - -0.07598314688505887 + - -0.029268694345749177 + - -0.9966794393990167 + - 0.5764111356348527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968290729465686 + - -0.02280870010099351 + - -0.07623360497961222 + - 0.025699567495725485 + - - -0.019295622912912185 + - -0.998731623647763 + - 0.04650615940179516 + - -0.03050309774528374 + - - -0.07719765712045489 + - -0.04488771686781831 + - -0.9960048265995033 + - 0.5772500323621426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844231058551782 + - -0.01656212313222375 + - -0.1750338388306602 + - 0.06450865538184947 + - - -0.02427291914314656 + - -0.9988225324413043 + - -0.04200445314262087 + - -0.032801770264220466 + - - -0.17413205923871328 + - 0.0455987364396583 + - -0.9836659906596306 + - 0.575694924074126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992772991722632 + - -0.019494477988328315 + - 0.03263195806184266 + - -0.03483864269458536 + - - -0.01840771964981389 + - -0.9992765705363584 + - -0.033278993890865013 + - 0.03742711389742639 + - - 0.03325710775580358 + - 0.032654263198806946 + - -0.9989132414172224 + - 0.5803321253069829 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967498117201499 + - -0.04018721974802582 + - -0.06981976944082229 + - 0.04849738472141856 + - - -0.038130239695931864 + - -0.9988057123663467 + - 0.030548875021613665 + - 0.03512384192215972 + - - -0.07096405890714312 + - -0.02778734088176256 + - -0.9970917540678716 + - 0.5764734055586834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993873037032122 + - -0.03204235143631337 + - 0.014082077661177698 + - -0.042858130765223074 + - - -0.032716555413185314 + - -0.9981836864052459 + - 0.05058611663619671 + - -0.0236211804942243 + - - 0.012435602065023955 + - -0.051015839783999525 + - -0.9986204183234063 + - 0.5791057544153758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970449387227192 + - -0.022549575750371326 + - -0.07343641331715103 + - 0.025715568261084735 + - - -0.01915035538536305 + - -0.998726888111576 + - 0.04666762101910287 + - -0.0304749649407022 + - - -0.07439525560157359 + - -0.04512338192607666 + - -0.996207421347347 + - 0.5772716499183794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854203567930979 + - -0.013292195449576034 + - -0.16961732800010096 + - 0.06452278681452636 + - - -0.02522176970189957 + - -0.9973409831956007 + - -0.06837269609673409 + - -0.03281993777485326 + - - -0.16825748943469918 + - 0.07165389576681987 + - -0.9831353601974498 + - 0.5757220257466545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996385893835062 + - -0.019929529339290774 + - 0.018041742589562804 + - -0.03483801318453031 + - - -0.019211423114794072 + - -0.9990491564093882 + - -0.03913699400304317 + - 0.03738730593344994 + - - 0.018804569584493346 + - 0.038776241927296534 + - -0.9990709640584785 + - 0.5802024825191684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969947557132549 + - -0.039987596301249165 + - -0.06635095494652193 + - 0.04853173305627314 + - - -0.03744246233056277 + - -0.9985308411807523 + - 0.039169136133989264 + - 0.03515903829064579 + - - -0.06781975445909141 + - -0.036567080180223845 + - -0.9970272461433544 + - 0.5765098632129004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994580967498621 + - -0.030994494240829423 + - 0.01108395993760908 + - -0.04285513206854077 + - - -0.03148403814463712 + - -0.9983928584662928 + - 0.04712170949374764 + - -0.02364011627956122 + - - 0.009605632891713399 + - -0.04744514190369023 + - -0.9988276579703274 + - 0.5791287310773331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996756131053182 + - -0.02072269582672894 + - -0.07776750661789812 + - 0.025708210428663312 + - - -0.017674502008992413 + - -0.999056032018924 + - 0.03968194634006359 + - -0.030476024813662045 + - - -0.07851641348550047 + - -0.03817872135462939 + - -0.9961814885095479 + - 0.5772612214178654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9822013882440886 + - -0.01728917467892961 + - -0.18703346590999834 + - 0.06449919935413258 + - - -0.022783840335328993 + - -0.999368471884164 + - -0.027268187022346697 + - -0.03279698130774439 + - - -0.18644390456906682 + - 0.031044191772904964 + - -0.9819750142474136 + - 0.5757445173696654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999297013940797 + - -0.018969443325598342 + - 0.032336328624682636 + - -0.034799061616991984 + - - -0.018223024767248214 + - -0.9995642006129524 + - -0.02322348426317225 + - 0.037411250565004876 + - - 0.032762773041041804 + - 0.022617892760079653 + - -0.9992072015501864 + - 0.5802197499716534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966623243868472 + - -0.03885286430077705 + - -0.07179600325528053 + - 0.048507085231010445 + - - -0.03715132632311947 + - -0.9989997469295828 + - 0.024885429211963114 + - 0.035115252043028976 + - - -0.07269105928681972 + - -0.022135052976126834 + - -0.9971088452769362 + - 0.5764604261096206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994922249902979 + - -0.030619514461714147 + - 0.008816888230698563 + - -0.042868479307664034 + - - -0.031051282486680605 + - -0.9980629194189976 + - 0.05390943087030277 + - -0.023621456916827738 + - - 0.0071491286095659926 + - -0.054155832695624476 + - -0.998506903203562 + - 0.5791111390969397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963654056548401 + - -0.023073855718186716 + - -0.08199741213332337 + - 0.0256976667198729 + - - -0.01886227575476212 + - -0.9984808378241404 + - 0.05177094794722432 + - -0.03045996084790839 + - - -0.08306740014962005 + - -0.05003612375373615 + - -0.9952869904465164 + - 0.5772069942361987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984450476640223 + - -0.016222339830665143 + - -0.17491167694941384 + - 0.06451003727720334 + - - -0.024606458518876627 + - -0.9986442362309875 + - -0.045871686711815865 + - -0.032797573120174915 + - - -0.17393039194458365 + - 0.04946236077106102 + - -0.9835149686837296 + - 0.5757296280022318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992710987245548 + - -0.01921407172243744 + - 0.032986219875365305 + - -0.034804955197229474 + - - -0.018211423298580765 + - -0.9993709218114165 + - -0.030431968376039776 + - 0.03743032268105658 + - - 0.03355019098695006 + - 0.02980906046230584 + - -0.998992394665292 + - 0.5802546995687651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996404429244236 + - -0.03853842137839862 + - -0.07545199440789728 + - 0.04852114633047277 + - - -0.03639970752168541 + - -0.9989012491500282 + - 0.029518735387030905 + - 0.03513345811499853 + - - -0.07650669692781235 + - -0.02666616815695086 + - -0.9967124162972094 + - 0.576524270976234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994695762705795 + - -0.03176465631717569 + - 0.007181414802115659 + - -0.04287411559365133 + - - -0.032098175195217224 + - -0.9981081269954352 + - 0.05243924079161875 + - -0.02361521864822632 + - - 0.005502114016037564 + - -0.05264193608441791 + - -0.9985982942638338 + - 0.5792565601004221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962274600264541 + - -0.020429697512288323 + - -0.0843414213112166 + - 0.02571101307294524 + - - -0.018857443890155593 + - -0.9996340218856289 + - 0.01939636818305492 + - -0.030473658530834086 + - - -0.08470681613169849 + - -0.01773273098875049 + - -0.9962481144536797 + - 0.5772660510576002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.981111484965168 + - -0.0186446124589811 + - -0.19254254723488365 + - 0.06450929839737762 + - - -0.02400859534530713 + - -0.9993848710145348 + - -0.02556299937033115 + - -0.03279001103619672 + - - -0.19194749651659512 + - 0.02970282837570625 + - -0.9809556058086909 + - 0.5756132804947064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994092196338114 + - -0.01861898426674021 + - 0.02888849486925975 + - -0.034846778144785026 + - - -0.018212667048637755 + - -0.9997323686996756 + - -0.014264982758904575 + - 0.03742936402195434 + - - 0.029146362893366837 + - 0.013730418748576485 + - -0.9994808478060385 + - 0.5802047938096038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963840601290096 + - -0.04075618623003869 + - -0.07455023812713608 + - 0.04851642970693774 + - - -0.03807787810893481 + - -0.9985894689661827 + - 0.03700199546725645 + - 0.03514370387849399 + - - -0.07595314292082582 + - -0.03402948359614304 + - -0.9965305385820492 + - 0.5764180499395576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964148582177124 + - -0.02167864758947039 + - -0.08177693172079567 + - 0.025704477900385173 + - - -0.01850619883898004 + - -0.999053926249636 + - 0.03935445400103105 + - -0.030469333008167822 + - - -0.08255271605167369 + - -0.037699982544806096 + - -0.9958733656387307 + - 0.5772268988596334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853058317603812 + - -0.016983533548851928 + - -0.16995286842880405 + - 0.06452720148219064 + - - -0.024284383545027734 + - -0.9988651437729815 + - -0.04097185950404519 + - -0.03280132464513957 + - - -0.16906414940732215 + - 0.04449701274890543 + - -0.9846000859443405 + - 0.5757707802815675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992711081149855 + - -0.01793784696279163 + - 0.03369697513113575 + - -0.03482351861621839 + - - -0.017495949149665027 + - -0.9997576275995101 + - -0.01336330123704046 + - 0.037442538904793675 + - - 0.03392851676689169 + - 0.0127640002718199 + - -0.999342752036087 + - 0.580295659826506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970718596200214 + - -0.039401928201658054 + - -0.06553773575478312 + - 0.04854066898451967 + - - -0.03755062498825526 + - -0.9988667194391758 + - 0.029244270546751445 + - 0.03515263794634395 + - - -0.06661574376124473 + - -0.026697656279373254 + - -0.9974214644934838 + - 0.576540786899564 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994667811438542 + - -0.03113216601322793 + - 0.009845894030908051 + - -0.042851151337088264 + - - -0.03158043789553409 + - -0.9982879863931527 + - 0.049231820659304364 + - -0.023605853620889853 + - - 0.008296344512456637 + - -0.04951650696917554 + - -0.9987388478502782 + - 0.579148130478073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972551670147353 + - -0.023055753925188313 + - -0.07036024497792522 + - 0.02571167799075542 + - - -0.01986016922537679 + - -0.9987539264629178 + - 0.04578392789225363 + - -0.030450257745238588 + - - -0.07132815391380799 + - -0.044260892284779425 + - -0.9964704049159727 + - 0.5772295833605172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849853301236707 + - -0.014524470096469384 + - -0.17202598411164544 + - 0.06454106033981712 + - - -0.02435981019854891 + - -0.9981780513706567 + - -0.05520124463243598 + - -0.03280275200489858 + - - -0.17091079277873 + - 0.05856293648969573 + - -0.9835445507863132 + - 0.5757656810258286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991519175157662 + - -0.01895628521410415 + - 0.036552769737043696 + - -0.034794026250788763 + - - -0.018249004413364554 + - -0.9996415950844272 + - -0.01958711859829217 + - 0.03743544694368095 + - - 0.03691096805136384 + - 0.018903455449840335 + - -0.9991397498896576 + - 0.5802633380908098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970402407438218 + - -0.03996333477145567 + - -0.06567868917271752 + - 0.04852861444746728 + - - -0.03794812586035249 + - -0.998778374254504 + - 0.03164962662049847 + - 0.03511741118365555 + - - -0.06686327901912026 + - -0.02906356818208461 + - -0.9973387643741402 + - 0.5764639522022683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978337270431643 + - -0.02495872472687808 + - -0.06086801487773163 + - 0.025696450294097388 + - - -0.022290393055677586 + - -0.9987770993685083 + - 0.044129855590661245 + - -0.030484061437463256 + - - -0.061895004261824184 + - -0.042677486301762664 + - -0.9971698153325701 + - 0.5773912245651212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856679984804108 + - -0.016287124999847455 + - -0.16790868450101198 + - 0.06450769326797925 + - - -0.024501726407548316 + - -0.9985958568170554 + - -0.046967862958190686 + - -0.03281525881458891 + - - -0.16690794521133706 + - 0.050408772123997185 + - -0.9846830421604097 + - 0.5757249233657906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992964992971188 + - -0.019390255188025535 + - 0.032101783381405735 + - -0.03484544357566061 + - - -0.018725826074272686 + - -0.999606806602621 + - -0.02087044876244421 + - 0.03743843464821056 + - - 0.032493844499528496 + - 0.020254633974796203 + - -0.999266681057758 + - 0.5801637023599482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958952320874151 + - -0.040614937726389695 + - -0.08088951439485229 + - 0.04851326508208864 + - - -0.037866766803134215 + - -0.9986617927353181 + - 0.035224021669285295 + - 0.03515768679852467 + - - -0.0822118889056235 + - -0.03201641085697638 + - -0.9961004742285827 + - 0.5765360423753552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971176235358552 + - -0.022173032578253243 + - -0.07255895162205754 + - 0.025705499961353358 + - - -0.020377939508040285 + - -0.9994699712141163 + - 0.025387324054746932 + - -0.030476883642943594 + - - -0.07308340725236485 + - -0.023835546302482802 + - -0.9970409632090588 + - 0.5773326124652782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840313628457633 + - -0.016911005694543697 + - -0.17718999639457317 + - 0.06449905064574388 + - - -0.023753234075337002 + - -0.9990489291279685 + - -0.03656529883949969 + - -0.03278486104002751 + - - -0.1764031201732894 + - 0.040190236310063895 + - -0.9834971703561071 + - 0.5756562986072686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993537290508102 + - -0.018483826207966396 + - 0.030829732417806618 + - -0.03483559762682967 + - - -0.017847532691344564 + - -0.9996245915829339 + - -0.020788012879629905 + - 0.03743261281526536 + - - 0.031202400694037128 + - 0.020224343533622208 + - -0.999308453941806 + - 0.5802378564085321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962279642083988 + - -0.03998939014137095 + - -0.07701098626371734 + - 0.04852254726965593 + - - -0.037823567206886365 + - -0.9988524300648125 + - 0.029380277693810866 + - 0.03513055008540196 + - - -0.07809751015836157 + - -0.026356624020168314 + - -0.9965972643336548 + - 0.5764304208234496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968167374940501 + - -0.024228894717110195 + - -0.07595625393939043 + - 0.025686347429256073 + - - -0.02170145775901314 + - -0.999188720883216 + - 0.03392560671377014 + - -0.030499647664331907 + - - -0.07671661217006223 + - -0.03216925116552803 + - -0.9965338432269114 + - 0.5773026100232695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982053902757965 + - -0.012825349368469664 + - -0.18816387137659038 + - 0.06450710567597562 + - - -0.024521207839031833 + - -0.9978994099826 + - -0.05996230417933213 + - -0.03279659067491274 + - - -0.1869995787267029 + - 0.06350022023549559 + - -0.9803055031907554 + - 0.5757217984145813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993528780971843 + - -0.019734516081997944 + - 0.030072810209286437 + - -0.03482416573961551 + - - -0.01886101873554545 + - -0.9993997655504352 + - -0.0290580555094892 + - 0.03740762857874553 + - - 0.030628206136367204 + - 0.02847204756852792 + - -0.9991252451500381 + - 0.580192111918077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964054708805584 + - -0.04013950188323877 + - -0.07459864601893389 + - 0.04853645950466944 + - - -0.03774305739920711 + - -0.9987337548670562 + - 0.03326181755874818 + - 0.03514747659958746 + - - -0.07583929863502752 + - -0.03032667600837195 + - -0.996658764826172 + - 0.5765510086121824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994607808489571 + - -0.031051190461704008 + - 0.010675725535241697 + - -0.04284524946755602 + - - -0.03161097581637134 + - -0.9978720036927415 + - 0.05702815492518184 + - -0.02361966538966442 + - - 0.00888221553046401 + - -0.05733487435361429 + - -0.9983154904288154 + - 0.5791057620260249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970940983834492 + - -0.021818497191226957 + - -0.07298843846262862 + - 0.02572353122858549 + - - -0.020201716089789955 + - -0.9995355377814685 + - 0.02281664696966559 + - -0.030460344396070285 + - - -0.07345236303839398 + - -0.021275852326693042 + - -0.9970717569321924 + - 0.5773403193215599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856932139530153 + - -0.01704644186199785 + - -0.16768514181888824 + - 0.06453235268618633 + - - -0.02436558582984079 + - -0.9988335399580273 + - -0.041687860128394434 + - -0.03280923239295379 + - - -0.1667789141172942 + - 0.04517718754815802 + - -0.9849587887475774 + - 0.5757482414393863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999281163095896 + - -0.019150975844865893 + - 0.0327169253736168 + - -0.034834719103190664 + - - -0.01858383681606371 + - -0.9996732348257699 + - -0.017551768633793166 + - 0.03741595353700359 + - - 0.03304236811893728 + - 0.016931145772500274 + - -0.9993105314225014 + - 0.5802237320072506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966743053312808 + - -0.039167765381685996 + - -0.07145778647155314 + - 0.048510302413692315 + - - -0.03773636033350833 + - -0.9990612681736631 + - 0.021273211887559994 + - 0.035143563075765 + - - -0.0722239309452795 + - -0.018505906901273576 + - -0.9972167443482757 + - 0.5764829105390878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994373046672975 + - -0.030598524540258517 + - 0.013740608986748327 + - -0.04285801923860572 + - - -0.03131235982621151 + - -0.9979869036287551 + - 0.05515139443027377 + - -0.023598227683048218 + - - 0.012025396520754201 + - -0.05555061189086016 + - -0.9983834530665406 + - 0.5791697805401768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978610194200715 + - -0.021318553024104753 + - -0.06179729135564157 + - 0.0257147279198395 + - - -0.019320080364914834 + - -0.9992765519925731 + - 0.03275831394512739 + - -0.030481507456062658 + - - -0.06245094408116542 + - -0.031494315912442505 + - -0.9975509950115726 + - 0.577370082279705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9830962842353858 + - -0.017282359215264883 + - -0.18227181894777972 + - 0.06450850080259668 + - - -0.02417412591571629 + - -0.9990716814315932 + - -0.035656514098548295 + - -0.0327916476550577 + - - -0.18148638394873795 + - 0.03946004842119974 + - -0.9826014436279887 + - 0.5756341735171252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999261989603087 + - -0.01987922647670618 + - 0.03286780323002928 + - -0.034852565786025774 + - - -0.019114183441635207 + - -0.9995427603212388 + - -0.023429005116703802 + - 0.037423169330915745 + - - 0.03331852526507765 + - 0.022783473047075994 + - -0.9991850625535161 + - 0.5802051183162396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965587615134948 + - -0.04007345727479275 + - -0.07255861680555098 + - 0.04851207664631105 + - - -0.037570981820269564 + - -0.9986620554123568 + - 0.035531963140630146 + - 0.0351483433660222 + - - -0.0738854260037147 + - -0.032683590708664265 + - -0.996731020247006 + - 0.576429741681444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994111015436148 + - -0.03232998313716684 + - 0.011498795664281353 + - -0.04285760653770515 + - - -0.03279033637822272 + - -0.9985626136608454 + - 0.04239693902894656 + - -0.023621809685624058 + - - 0.01011157512860345 + - -0.0427490209147732 + - -0.9990346727012266 + - 0.5791760219011517 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971120876659048 + - -0.02430041419874333 + - -0.07195119526672653 + - 0.025691974588792767 + - - -0.0218809015361995 + - -0.9991745427598001 + - 0.03422658686908536 + - -0.03047794256112852 + - - -0.07272352286918063 + - -0.032553386467669046 + - -0.9968207292442216 + - 0.5772620994937125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837076109209684 + - -0.014676937350106879 + - -0.17917567838906526 + - 0.06452435984320046 + - - -0.02427538012632691 + - -0.9983781440401401 + - -0.05149550876229512 + - -0.03282358557876495 + - - -0.1781292848912919 + - 0.05500608160000418 + - -0.9824684671027007 + - 0.5757483898097889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999071311896638 + - -0.019551048306052247 + - 0.038396227096748434 + - -0.03479511949537393 + - - -0.018722967032632813 + - -0.999586819314788 + - -0.0218091989225024 + - 0.03743308477828925 + - - 0.03880675521897717 + - 0.021070053684809315 + - -0.9990245685603005 + - 0.5801886076413152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968536662265697 + - -0.039306397698719894 + - -0.06883149882573286 + - 0.048531102738019485 + - - -0.037524674170690095 + - -0.9989311428041636 + - 0.026990197560434158 + - 0.035143164211228636 + - - -0.06981881522219022 + - -0.024322397824182343 + - -0.9972631317786955 + - 0.5764512450259208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994444894956866 + - -0.03039149206666604 + - 0.013677339897365703 + - -0.04287790069950845 + - - -0.031106252730007562 + - -0.9979742045947053 + - 0.055496738684915344 + - -0.023625062436790148 + - - 0.011963003711576523 + - -0.05589136045514242 + - -0.9983651848740869 + - 0.5791272461710347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975547643829572 + - -0.024026452428173497 + - -0.06562942663607056 + - 0.025699827208393096 + - - -0.021928161597679584 + - -0.9992309214994521 + - 0.03250724916541213 + - -0.030511343020374705 + - - -0.06635998633068503 + - -0.030988628609101967 + - -0.9973144223920152 + - 0.5773947792433554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982557661826733 + - -0.015123898665105901 + - -0.18534214004038813 + - 0.06454369255266797 + - - -0.02437555642561998 + - -0.9985623287486954 + - -0.047740002648977764 + - -0.03282609477772062 + - - -0.1843536640116617 + - 0.051425123170981274 + - -0.9815137203688624 + - 0.57585342247419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990577318373308 + - -0.01911349139469071 + - 0.03896566312476986 + - -0.03482407876625838 + - - -0.018606791394930777 + - -0.9997380785024341 + - -0.013325228187401976 + - 0.037444662142858 + - - 0.03921014881422277 + - 0.012587646283792947 + - -0.999151697887263 + - 0.580306252447016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969532349954535 + - -0.03988518180717954 + - -0.06703297326173381 + - 0.048555547729525195 + - - -0.03753310727272753 + - -0.9986471035588007 + - 0.03598928190547815 + - 0.035168367475771255 + - - -0.06837772364267485 + - -0.03336367524458725 + - -0.9971014753191472 + - 0.5766090418117295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993787698540878 + - -0.03210503422280305 + - 0.01453757691236499 + - -0.04286292567223625 + - - -0.032895022332551184 + - -0.997784449488653 + - 0.057828279106044995 + - -0.023587945203202995 + - - 0.012648789296657673 + - -0.058270568352971515 + - -0.9982206915272546 + - 0.579138131795949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970717879832335 + - -0.023007586396490556 + - -0.07292805068096846 + - 0.025716422855746348 + - - -0.01838394229085186 + - -0.9978157336684335 + - 0.06344913166918598 + - -0.030482961265678996 + - - -0.07422856777390029 + - -0.06192263408427562 + - -0.9953168877871518 + - 0.5772200823476213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9823942575235295 + - -0.014930174712613622 + - -0.18622194464628491 + - 0.06450382338758737 + - - -0.02437420567680008 + - -0.9985243879927806 + - -0.04852777226772611 + - -0.03279623689428369 + - - -0.185222625190386 + - 0.05221241678656594 + - -0.9813085359105402 + - 0.5756381156198895 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991740292566309 + - -0.01833711862900801 + - 0.03626305750284724 + - -0.03482300944993423 + - - -0.017836352465139125 + - -0.9997417064815548 + - -0.014084915764330332 + - 0.037444585845502434 + - - 0.03651196776138535 + - 0.013426481360901788 + - -0.9992430163921373 + - 0.5804028639769544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961609250398442 + - -0.039439462834298 + - -0.0781533121185775 + - 0.04849774420547887 + - - -0.036780888495468095 + - -0.9987042684182769 + - 0.035170306859600986 + - 0.035147478032406795 + - - -0.07943914441410928 + - -0.032160737156610386 + - -0.9963207863536211 + - 0.5765207080130521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999381889853028 + - -0.030547054611316266 + - 0.017398726630519668 + - -0.042873229410234304 + - - -0.03141978059149889 + - -0.9981361548750517 + - 0.05231647655211275 + - -0.02360693848017284 + - - 0.015768183832400043 + - -0.05283080338040446 + - -0.9984789785432678 + - 0.5791237647334616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997222344595947 + - -0.02349654625456709 + - -0.07067890599513603 + - 0.025691912102799985 + - - -0.021239535401246276 + - -0.9992454731541442 + - 0.03251717264599236 + - -0.030497952775236484 + - - -0.07138961811427129 + - -0.030925664019662645 + - -0.9969689692916431 + - 0.5773054375482033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842636754595074 + - -0.015902512817556377 + - -0.17598899754538294 + - 0.06452405740012554 + - - -0.02384628130485522 + - -0.9987854725856373 + - -0.04311536408075312 + - -0.03279231537001563 + - - -0.17508961145330998 + - 0.046633569860923575 + - -0.983447476036802 + - 0.5756939895694261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992922667670935 + - -0.019227357848762682 + - 0.03233070196639251 + - -0.0348268728966148 + - - -0.018312846483175414 + - -0.9994303457528425 + - -0.028348256419705235 + - 0.03744182771934787 + - - 0.03285734671527393 + - 0.02773612623473821 + - -0.9990751233357393 + - 0.5803352083161697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962497313495781 + - -0.03894784053703478 + - -0.0772627886074212 + - 0.04854258513879013 + - - -0.03634589924138543 + - -0.9987330932741569 + - 0.03480206900989331 + - 0.03513379992751225 + - - -0.07852036929503325 + - -0.0318633663716819 + - -0.9964031701521406 + - 0.576614842855459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992131114393586 + - -0.03077594995014095 + - 0.025019968671890335 + - -0.04284839007942154 + - - -0.03206434624053217 + - -0.9980881885863941 + - 0.05283791729901724 + - -0.02362862392351383 + - - 0.02334599811195111 + - -0.05359858868474929 + - -0.9982896151233668 + - 0.5792884009154912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997927074384524 + - -0.023977935223072837 + - -0.05972112551503733 + - 0.02569751002806206 + - - -0.021921366817517406 + - -0.9991518769824446 + - 0.0348565689549406 + - -0.030491132081080365 + - - -0.06050626320635383 + - -0.033475145181116175 + - -0.9976063385764483 + - 0.577374049141386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850292836986456 + - -0.01696580412107329 + - -0.17155020182634173 + - 0.06451401452447535 + - - -0.02318766834861604 + - -0.9991415281925484 + - -0.034329851115512365 + - -0.03278353768575469 + - - -0.17082049728497983 + - 0.03779375783888165 + - -0.9845770612683031 + - 0.5757130268569648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991568097456685 + - -0.020769024118064975 + - 0.03541634052300463 + - -0.03486939329875054 + - - -0.0199423136501623 + - -0.9995240133922189 + - -0.023538283254955168 + - 0.037447838362832095 + - - 0.03588834999183907 + - 0.022812152232860185 + - -0.9990954068783263 + - 0.5804223410780398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9956639923253015 + - -0.041219972597010414 + - -0.08339141590082089 + - 0.04854979454433468 + - - -0.03881544182291908 + - -0.9987883070843514 + - 0.030253580080158764 + - 0.03516238358299839 + - - -0.08453742285481358 + - -0.026885525672314926 + - -0.996057524767716 + - 0.5765884347131603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969926567050447 + - -0.022291897191831965 + - -0.07422071001954746 + - 0.025713700494792463 + - - -0.020253037276057095 + - -0.9993996257737955 + - 0.028110540448249927 + - -0.03046722221014967 + - - -0.07480278709588033 + - -0.026522807596233995 + - -0.9968455666350241 + - 0.5772561352413729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856259698947284 + - -0.016687377736450543 + - -0.16811596858525046 + - 0.06450499533305834 + - - -0.02314083805424852 + - -0.9990656475585827 + - -0.03650114357793537 + - -0.032788891616320204 + - - -0.1673497806488642 + - 0.039866819444633696 + - -0.9850912077691822 + - 0.5757099795096353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993449872653274 + - -0.019077253216274893 + - 0.030751501384238433 + - -0.0348374892880644 + - - -0.018430464226423905 + - -0.9996057688769868 + - -0.021180765242233147 + - 0.03741317394173438 + - - 0.03114344900715394 + - 0.020600127125098344 + - -0.9993026170016611 + - 0.5803034569550297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961842611821368 + - -0.03931468414578346 + - -0.07791837641736192 + - 0.0485430007630498 + - - -0.03766759363819688 + - -0.9990370457383535 + - 0.022497413893409465 + - 0.03511851356894829 + - - -0.07872782330604657 + - -0.019476571898077596 + - -0.9967058708488636 + - 0.5765706379517036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970067543134743 + - -0.025037214864549275 + - -0.07314827219516433 + - 0.025699118329913704 + - - -0.022524596239666766 + - -0.99913431877719 + - 0.03497507120622126 + - -0.030485920354015168 + - - -0.07396062748213707 + - -0.03322274692837199 + - -0.9967076174430402 + - 0.5773050480057432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850537576785267 + - -0.013582285293617203 + - -0.17171085000551783 + - 0.0645267706353818 + - - -0.02430558660559236 + - -0.9978720823400433 + - -0.060502444133305695 + - -0.03282199499033743 + - - -0.1705237019982052 + - 0.0637716928781769 + - -0.9832877698030617 + - 0.575867237398306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991459621725224 + - -0.019192080554399492 + - 0.036592489917164066 + - -0.03483720155132179 + - - -0.01855874347434229 + - -0.9996733862519414 + - -0.01756968583190738 + - 0.0374365282864797 + - - 0.03691773713268285 + - 0.016875570022129933 + - -0.9991758082647076 + - 0.5802703237791826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953665727949162 + - -0.03994118256291517 + - -0.08746477975721814 + - 0.0485057457671314 + - - -0.03778863238777622 + - -0.998944060425908 + - 0.026130124417246544 + - 0.03511730237801611 + - - -0.0884160903046742 + - -0.022703877978776123 + - -0.9958248485049768 + - 0.5763197238737037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992869323148499 + - -0.03220162346943908 + - 0.019715028549541266 + - -0.042835566431403925 + - - -0.033177507763135196 + - -0.9981291979593006 + - 0.0513552057706978 + - -0.02362365207895149 + - - 0.018024424634474758 + - -0.05197268154575131 + - -0.9984858338952738 + - 0.5790698070367263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971030891505731 + - -0.020943272106903787 + - -0.07312187743651301 + - 0.025721194493831045 + - - -0.018539302762079605 + - -0.99927004692923 + - 0.033401610188012576 + - -0.03047204198971782 + - - -0.07376804090851398 + - -0.031949220076743404 + - -0.9967635243511919 + - 0.5772819891994672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853157040940359 + - -0.016614267248603 + - -0.16993213171577146 + - 0.06451756579877656 + - - -0.02468102300446786 + - -0.9986608285867978 + - -0.04546863259197779 + - -0.03280634612213563 + - - -0.16894913544948145 + - 0.04899505658863284 + - -0.9844062545822992 + - 0.5756902553446008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994563743651168 + - -0.01944307013531727 + - 0.02662560355463603 + - -0.03480251907323106 + - - -0.01871112729317964 + - -0.9994475272275152 + - -0.02746878290393323 + - 0.03742251102213447 + - - 0.027144971106154103 + - 0.026955655112019077 + - -0.9992680036912658 + - 0.5803892651879605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966023213731506 + - -0.03916749341214947 + - -0.07245495492688266 + - 0.04853726631225154 + - - -0.03695348313766377 + - -0.9988156663664847 + - 0.03164971887506931 + - 0.035147214699785136 + - - -0.07360878424238353 + - -0.02886472034657095 + - -0.9968693870320594 + - 0.5764881975229548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994539606155736 + - -0.03175886782146558 + - 0.009118932204065252 + - -0.04286597574026395 + - - -0.032094062207227915 + - -0.9987108906043018 + - 0.03932592223204196 + - -0.02363739841859437 + - - 0.007858230136757604 + - -0.03959711230709514 + - -0.9991848262038695 + - 0.5792455152937704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969953294965931 + - -0.022518921606619453 + - -0.07411620019708776 + - 0.025701390764860572 + - - -0.019875939575617174 + - -0.9991466550360781 + - 0.0362064739542883 + - -0.030470826162801397 + - - -0.07486828425953329 + - -0.03462455631327382 + - -0.9965921332782747 + - 0.5772960290900266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9815490453235821 + - -0.015181242306998728 + - -0.19060692932414802 + - 0.06448917557899321 + - - -0.024202075609857848 + - -0.9986897869075643 + - -0.045088458198291076 + - -0.03280456837843091 + - - -0.18967269482068128 + - 0.04886961641491071 + - -0.9806304244876969 + - 0.5756067025800995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992023634920253 + - -0.018022201042041698 + - 0.03563477320751186 + - -0.03481056136794128 + - - -0.017102621541547285 + - -0.99951708118054 + - -0.025944262655552483 + - 0.037413870681875086 + - - 0.03608513722236867 + - 0.025314120524598985 + - -0.9990280567500137 + - 0.5802231938946161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963431046397133 + - -0.03958466449216994 + - -0.07571969475598465 + - 0.04850581427639997 + - - -0.03753500907594059 + - -0.998894398917064 + - 0.028303761336384393 + - 0.03513578043316043 + - - -0.07675637387583005 + - -0.025358118012981375 + - -0.9967273573652295 + - 0.5763012790549686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994061633195586 + - -0.03209653342158537 + - 0.012535280658879341 + - -0.04286359638698122 + - - -0.032680437067172545 + - -0.9982369976387561 + - 0.04954680189740232 + - -0.023620985862055178 + - - 0.01092290034644624 + - -0.04992703763972893 + - -0.9986931366343429 + - 0.5791853432837073 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976457327860374 + - -0.02368999717362956 + - -0.06435663048764975 + - 0.02567769710605054 + - - -0.020852940551139898 + - -0.9987960389729307 + - 0.04440301118567526 + - -0.030497288828739907 + - - -0.06533105482219839 + - -0.042956449642608974 + - -0.9969386123076595 + - 0.5773470335885016 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850322968531041 + - -0.014620633775013835 + - -0.1717486862375228 + - 0.0645284972923007 + - - -0.024913503880946323 + - -0.9980098478165237 + - -0.05792806733884041 + - -0.03281070891618452 + - - -0.17055993515674248 + - 0.06133987878416521 + - -0.983436183893023 + - 0.575746954115847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999109646683407 + - -0.019476261135444598 + - 0.03742444597240839 + - -0.03487258340814257 + - - -0.018743330205625876 + - -0.9996275337874715 + - -0.019836362236578652 + - 0.03742791549869048 + - - 0.037796844801657944 + - 0.019117242117048714 + - -0.9991025620910388 + - 0.5803222086297343 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977748565689941 + - -0.04011007422025025 + - -0.053258966801555147 + - 0.048546670780211375 + - - -0.03827532892107869 + - -0.9986528974864133 + - 0.035034119626089724 + - 0.03512490421256714 + - - -0.054592442651949305 + - -0.03291765921261633 + - -0.9979659778355454 + - 0.5765477560416279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994859660102965 + - -0.030840614562989355 + - 0.008755583466656707 + - -0.0428748365448986 + - - -0.03123996362787759 + - -0.9982663587607248 + - 0.04988328015610391 + - -0.023619480343409868 + - - 0.007201973409652981 + - -0.05013116256362497 + - -0.9987166755987534 + - 0.5791731232412296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967653954111695 + - -0.021755093373850086 + - -0.07736577035814937 + - 0.025708992374714537 + - - -0.01859164818168285 + - -0.9989706047139443 + - 0.041377307009335354 + - -0.03047819631849851 + - - -0.07818629757638718 + - -0.03980511059840593 + - -0.9961437928539961 + - 0.5772115257018584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833567520851014 + - -0.015469822386137994 + - -0.1810253648635511 + - 0.06451716041404443 + - - -0.02484059519424164 + - -0.9984595711123778 + - -0.04961279758774049 + - -0.03278225676269541 + - - -0.1799790069953612 + - 0.05328385730620141 + - -0.982226240532972 + - 0.5756400710625621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993046296397853 + - -0.019405859732276005 + - 0.03183818130080291 + - -0.03480764338747753 + - - -0.01884710831562127 + - -0.999664681836951 + - -0.017756981611921113 + - 0.03742836331533788 + - - 0.032172094874763864 + - 0.017144576281672683 + - -0.99933528898738 + - 0.5803369882398858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966517851867777 + - -0.038602740635102745 + - -0.07207667791642504 + - 0.048511949782701645 + - - -0.036788097373718825 + - -0.9989759733794552 + - 0.02633705568569157 + - 0.03512400873526051 + - - -0.07301955200924522 + - -0.023597309720144462 + - -0.9970513086087095 + - 0.5765183910273781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993005746455434 + - -0.031723316277050016 + - 0.01979880596078817 + - -0.04285660254388032 + - - -0.032543006093908165 + - -0.9985641071885512 + - 0.0425520456512343 + - -0.023602931618313203 + - - 0.018420484995204215 + - -0.04316659633465586 + - -0.9988980582088562 + - 0.5792132258355975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966077149633482 + - -0.022766163100281782 + - -0.07908706780014714 + - 0.02571355399751584 + - - -0.0198127838819077 + - -0.9990839824799326 + - 0.03792953396612001 + - -0.030443374585501358 + - - -0.0798781326170218 + - -0.03623393119342146 + - -0.9961458659051337 + - 0.5771992404650428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847368109163612 + - -0.017492937361178913 + - -0.17316873380824985 + - 0.06450756302577129 + - - -0.022949038503524033 + - -0.9992996638294154 + - -0.029555431009902686 + - -0.03279449345731504 + - - -0.17253044617701072 + - 0.03307837681772213 + - -0.9844486102022119 + - 0.575715754741579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991760880992876 + - -0.018841805833387976 + - 0.035946228224133916 + - -0.034819014096924866 + - - -0.018179045981019413 + - -0.9996603040796707 + - -0.01867615416940922 + - 0.037425542351220475 + - - 0.03628590990762939 + - 0.018007298527998757 + - -0.9991791981130802 + - 0.5802744394910819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962067112393196 + - -0.03933825406643022 + - -0.07761887817241443 + - 0.0485205724505514 + - - -0.03741876059084497 + - -0.998960555812596 + - 0.02603160168783815 + - 0.03512915796146063 + - - -0.0785622354416176 + - -0.02302845408606962 + - -0.9966431986748425 + - 0.5765078195478883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994588357888987 + - -0.03189947791507658 + - 0.008028628291606906 + - -0.042871135927393084 + - - -0.03224574059257991 + - -0.9983501317556446 + - 0.047510279278534684 + - -0.02362331482572852 + - - 0.006499829008158108 + - -0.047743457480935114 + - -0.9988384826840785 + - 0.579288295851003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970284112798621 + - -0.022441680988133476 + - -0.07369340577813675 + - 0.025714067084402867 + - - -0.01929589970343347 + - -0.9988833089635748 + - 0.04312543714114429 + - -0.030461471683982277 + - - -0.07457892031525602 + - -0.041575305511885305 + - -0.996348071015448 + - 0.5773028905971136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850455993600719 + - -0.015293423757978061 + - -0.17161374761689627 + - 0.06451016445352992 + - - -0.02346067214654627 + - -0.9986813272175391 + - -0.04566402883503893 + - -0.032785522858216024 + - - -0.17068908589534695 + - 0.049007324521686664 + - -0.9841054405394969 + - 0.5756800154496341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9991923386272621 + - -0.01902821552988731 + - 0.03539205337827805 + - -0.03476764383454555 + - - -0.018424887125739323 + - -0.9996806390443554 + - -0.017295764055791023 + - 0.03743145491616909 + - - 0.03570985806449659 + - 0.01662970034660826 + - -0.9992238283304679 + - 0.5802395458946233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965648736761097 + - -0.03965232997317556 + - -0.072705882035898 + - 0.04851326798700915 + - - -0.037131235348144616 + - -0.9986723132514654 + - 0.035705491265180724 + - 0.035141867231492624 + - - -0.0740251573212797 + - -0.03288317917515889 + - -0.9967140876956111 + - 0.576453114963746 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994068179486375 + - -0.031878603132750115 + - 0.013029462770332456 + - -0.04287464615147531 + - - -0.03251690966384265 + - -0.9981106889233096 + - 0.05213159543837139 + - -0.02362347634043346 + - - 0.01134296362034021 + - -0.052524349775519764 + - -0.9985552212356443 + - 0.5791241432762616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965501305456667 + - -0.02211990412395368 + - -0.07999091917812869 + - 0.025702245811850925 + - - -0.019113803610544048 + - -0.9990890916775907 + - 0.038152973703030404 + - -0.03046837359978234 + - - -0.08076199490448692 + - -0.03649242020466269 + - -0.9960651602413638 + - 0.5772178551683955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982824566811491 + - -0.016588931295431646 + - -0.18379520731042084 + - 0.0645228938127077 + - - -0.025358328122933108 + - -0.9986439998727941 + - -0.045465555235545886 + - -0.03278610116719481 + - - -0.18279175601381695 + - 0.049345403803619466 + - -0.9819125241368718 + - 0.5757253504324149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9990130607576782 + - -0.019720085308010445 + - 0.03979978229865655 + - -0.03486892052770031 + - - -0.01901118104948837 + - -0.9996551994173934 + - -0.018112351390016927 + - 0.03742767346531886 + - - 0.04014323642507214 + - 0.017337834732649417 + - -0.9990435025843993 + - 0.5803412087016342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973731222854266 + - -0.04091738973031547 + - -0.05977141591326738 + - 0.04852956272542198 + - - -0.0384232016703462 + - -0.9983659002207438 + - 0.04229878071321391 + - 0.03512972517395602 + - - -0.061404499151277374 + - -0.03989105782104714 + - -0.997315492203896 + - 0.5764007701123368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993795825164856 + - -0.030400822339050768 + - 0.017783139494598855 + - -0.04285590971744601 + - - -0.03147038427133315 + - -0.9974965507073811 + - 0.06332650504087262 + - -0.023616749485468505 + - - 0.01581344247750999 + - -0.06384685840342114 + - -0.9978344119687514 + - 0.5791252014301497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972051714476009 + - -0.022348014008135953 + - -0.07129103946537196 + - 0.025712565910959776 + - - -0.018479345902457162 + - -0.9983443264533159 + - 0.05447127328685792 + - -0.030463671204131244 + - - -0.07239032955566926 + - -0.05300162363896394 + - -0.9959671019057078 + - 0.5772330414363174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860887607301916 + - -0.016130473367045373 + - -0.16543507424530626 + - 0.06452573849973424 + - - -0.023892326755931177 + - -0.9986996331858217 + - -0.045035534821881794 + - -0.03282010086916041 + - - -0.16449350346984157 + - 0.048361663572091394 + - -0.9851918781703172 + - 0.5757483422786367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null diff --git a/stretch_camera_testrig/data/testrig_collected_data_202202171855.yaml b/stretch_camera_testrig/data/testrig_collected_data_202202171855.yaml new file mode 100644 index 0000000..0c89120 --- /dev/null +++ b/stretch_camera_testrig/data/testrig_collected_data_202202171855.yaml @@ -0,0 +1,52368 @@ +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995210738050777 + - -0.01996956261122022 + - 0.02363978825330168 + - -0.034771262925194384 + - - -0.019151069880357186 + - -0.9992260911221013 + - -0.03435775521312033 + - 0.03736550359205464 + - - 0.02430760255521018 + - 0.03388857314735422 + - -0.9991299740614606 + - 0.5800708541462886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966912536781648 + - -0.040158469258868595 + - -0.07066712239954848 + - 0.04848595880156384 + - - -0.037799659968061144 + - -0.9986928460422718 + - 0.0344061763392376 + - 0.03508085018863029 + - - -0.07195644896565712 + - -0.031621141832202444 + - -0.9969064012441093 + - 0.5762029491134281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994121252884375 + - -0.03166380001648996 + - 0.013145630261204376 + - -0.04284282779607499 + - - -0.03217437341985117 + - -0.9986557436719988 + - 0.040638840115916605 + - -0.023636791940418254 + - - 0.011841179058207696 + - -0.041037901986368516 + - -0.9990874221403594 + - 0.5790790252564653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972711066425277 + - -0.023354178952989944 + - -0.07003514961374706 + - 0.02573836869928178 + - - -0.020196205932563892 + - -0.9987617440381679 + - 0.04546528248858508 + - -0.030490643053585238 + - - -0.07101023251558668 + - -0.04392676827708921 + - -0.9965078955566852 + - 0.5771803948472404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9834664313367897 + - -0.012543522674803832 + - -0.1806555796884951 + - 0.06447276644658852 + - - -0.02438429396801873 + - -0.997685652661503 + - -0.06347239306242584 + - -0.0328128919854572 + - - -0.1794413125268559 + - 0.06682812665559705 + - -0.9814962133632211 + - 0.5753217482265934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995195904634195 + - -0.018752347706898168 + - 0.02467666378013313 + - -0.034794388455991934 + - - -0.018072714022441067 + - -0.9994589062306684 + - -0.027482208136531513 + - 0.037356053274400766 + - - 0.025178667313843387 + - 0.027023031134130158 + - -0.999317662458051 + - 0.5799901931904938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958329810262759 + - -0.04080333423547974 + - -0.0815583338205752 + - 0.04846880530775708 + - - -0.03718747765523948 + - -0.9982777102392252 + - 0.04537295169119517 + - 0.0350748471365979 + - - -0.08326923445043624 + - -0.04215093302405289 + - -0.9956352411597538 + - 0.5761811616421906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979173656799962 + - -0.024837894824877835 + - -0.05953159039505808 + - 0.025754123917801675 + - - -0.022863971108432964 + - -0.9991733755272758 + - 0.033612564058422896 + - -0.030527931329001588 + - - -0.060317245456414925 + - -0.03218143281609983 + - -0.9976603556734389 + - 0.5772450596968478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843873776110366 + - -0.011579870884835704 + - -0.17563427168510423 + - 0.06446183197716204 + - - -0.02255538460921571 + - -0.997905812462195 + - -0.060623791363596025 + - -0.03280568157746769 + - - -0.17456444490559017 + - 0.06363879354966591 + - -0.9825870742740036 + - 0.5752803521714549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995823549950117 + - -0.019168081965667865 + - 0.02162637779157125 + - -0.03479086915982349 + - - -0.018714670167254716 + - -0.9996047891515544 + - -0.020976811621619545 + - 0.037367883107382774 + - - 0.022019916056997 + - 0.0205633202337435 + - -0.9995460335361293 + - 0.5798873814521028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963382887839084 + - -0.041024396835097135 + - -0.07501341991583639 + - 0.04844492178917228 + - - -0.03840674495897453 + - -0.9986130647871795 + - 0.0360120643397944 + - 0.035074663546649815 + - - -0.07638675438064778 + - -0.03299917727267877 + - -0.9965320456736539 + - 0.5760352655848555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972616804285361 + - -0.0212757327127848 + - -0.070827141311692 + - 0.02571053999302477 + - - -0.019407206847491896 + - -0.9994479456027462 + - 0.02696598510769861 + - -0.030471643451055463 + - - -0.07136176196837431 + - -0.025517586641061848 + - -0.9971240402782319 + - 0.5772627448991317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844301833585719 + - -0.01568976092690013 + - -0.17507439988377899 + - 0.0644732733662015 + - - -0.025337877132047854 + - -0.9982724674775725 + - -0.05301011845563905 + - -0.032806133000885064 + - - -0.17394023707885958 + - 0.05662077426436657 + - -0.9831270934353576 + - 0.5754825404149939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993787977445772 + - -0.0177535988478559 + - 0.030443855645317656 + - -0.03479687803119698 + - - -0.017083796213478407 + - -0.9996093042646087 + - -0.022121996622407474 + - 0.03737543115580755 + - - 0.030824706414495997 + - 0.021588157762414014 + - -0.9992916435750304 + - 0.5799021151241324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966456173500738 + - -0.04207684966256137 + - -0.07019296360294583 + - 0.04848577828807196 + - - -0.03852697178500008 + - -0.9979458806000364 + - 0.05118292526316856 + - 0.03509632828576565 + - - -0.07220239512625656 + - -0.048306915818457086 + - -0.9962194818523376 + - 0.5761035035944094 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981384704931284 + - -0.02100621068708456 + - -0.0572567274144101 + - 0.025720872915893804 + - - -0.020067738955727 + - -0.9996554971498427 + - 0.01691664480047403 + - -0.03050455306793478 + - - -0.05759235691342249 + - -0.01573614090780908 + - -0.9982161560977093 + - 0.5774238189792524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850944742599894 + - -0.013578073480785153 + - -0.17147744079903193 + - 0.06450071822323646 + - - -0.024223646791056846 + - -0.9978958350884312 + - -0.06014247458581074 + - -0.03281334798313363 + - - -0.17030000504573456 + - 0.06339982834135412 + - -0.9833505834887727 + - 0.5755339784698581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999615969929208 + - -0.018489162144374956 + - 0.02064130678245983 + - -0.03476875590019874 + - - -0.018210658979694597 + - -0.9997416735106729 + - -0.013599931823535812 + - 0.03737360993328083 + - - 0.02088742593078139 + - 0.013218817242044222 + - -0.9996944424716524 + - 0.5799177612783203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9953732752026808 + - -0.04103332921595522 + - -0.08688100428599563 + - 0.04846040200204812 + - - -0.03782258258863021 + - -0.9985507894853557 + - 0.038285415819853896 + - 0.03506071590511567 + - - -0.0883260734925673 + - -0.03482221577711429 + - -0.9954827562694182 + - 0.5760360639853992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976511272251853 + - -0.022069173511227547 + - -0.06484735867287438 + - 0.025709711989864614 + - - -0.02012892679168327 + - -0.9993344182989314 + - 0.030422799170229747 + - -0.030491691801236273 + - - -0.06547560349116409 + - -0.029046032150164824 + - -0.9974313376688142 + - 0.5772931594227574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985489416096024 + - -0.01552029980433044 + - -0.16902582955483858 + - 0.06448426612476864 + - - -0.02404273271149873 + - -0.998534188526607 + - -0.048491456435903565 + - -0.032811712538919825 + - - -0.1680254676127434 + - 0.05185165992999072 + - -0.984418024822801 + - 0.5755204637752578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994751609758957 + - -0.01925058032255738 + - 0.026054131139840075 + - -0.034791272378763775 + - - -0.018632630666809598 + - -0.9995441248404326 + - -0.023756421687794224 + - 0.03736924696475799 + - - 0.02649957861252673 + - 0.02325849638774613 + - -0.9993782140306743 + - 0.5799684069182733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957044369423861 + - -0.04061491320433595 + - -0.08320518660906936 + - 0.048488968938290286 + - - -0.038529523911999194 + - -0.998905534089817 + - 0.026518102342587686 + - 0.035101206971139415 + - - -0.08419115179376321 + - -0.02319833593475035 + - -0.9961795456490249 + - 0.5762618393234513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992382332019846 + - -0.03249367285363576 + - 0.021612832573666838 + - -0.042837039765391834 + - - -0.032932583255342235 + - -0.9992519710424521 + - 0.020271737170403547 + - -0.023638246353814035 + - - 0.020937962353257105 + - -0.02096806124220509 + - -0.9995608746545847 + - 0.5791824324181787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972170424743899 + - -0.021785287857805924 + - -0.07129916851957928 + - 0.025725785523599 + - - -0.019654177771779247 + - -0.9993428553652097 + - 0.030456045814011116 + - -0.030485005146998232 + - - -0.07191580837859037 + - -0.02896996139904883 + - -0.9969898985655731 + - 0.5772456355349599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831118366048057 + - -0.014563473219566588 + - -0.18242538741992184 + - 0.06449751973808605 + - - -0.024305312659432053 + - -0.9983884905943913 + - -0.05128034345811552 + - -0.03280993273572316 + - - -0.1813845872836302 + - 0.05484821871709241 + - -0.9818815124033607 + - 0.5755772369104243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994223152603372 + - -0.018733118979584577 + - 0.028356763090378066 + - -0.03479088971511765 + - - -0.018174312464042556 + - -0.9996380203937257 + - -0.01983740279808976 + - 0.03737131147068701 + - - 0.02871811494730194 + - 0.019310578360345405 + - -0.9994010063219186 + - 0.5800189579189345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961538195476386 + - -0.04065763547465926 + - -0.07761781031606434 + - 0.04845065899982393 + - - -0.037979477670248056 + - -0.998641510795401 + - 0.035674811732836084 + - 0.0350699405000721 + - - -0.07896282084972613 + - -0.03258971607559506 + - -0.9963447110962979 + - 0.5761585193138046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973697158432049 + - -0.021863650318439044 + - -0.06910593833816123 + - 0.02571980787117243 + - - -0.020744214419580083 + - -0.9996423877163355 + - 0.016875255520962158 + - -0.03047555597322741 + - - -0.06945017989148197 + - -0.015397320401170405 + - -0.9974665884316648 + - 0.5773460446503822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856056119853817 + - -0.01599323007307215 + - -0.168302686296895 + - 0.06447914237212723 + - - -0.024455237121468944 + - -0.9985321726059503 + - -0.04832640735842798 + - -0.03279962032969047 + - - -0.167282751651968 + - 0.051746660401129026 + - -0.9845500313021556 + - 0.5755331820179855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995574610120879 + - -0.019417060944322443 + - 0.022535746700586577 + - -0.034789848961138466 + - - -0.01877212723950557 + - -0.9994179262415231 + - -0.02848536371538342 + - 0.03736678817060385 + - - 0.023075731277087272 + - 0.028049713926853827 + - -0.999340144382607 + - 0.5800480689486684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952699703570346 + - -0.04012731887847007 + - -0.08847307152536932 + - 0.04843964961982068 + - - -0.03785345512738934 + - -0.998912187078314 + - 0.02723157067337115 + - 0.03507119116367446 + - - -0.08946955929491471 + - -0.023753753093893725 + - -0.9957062604872627 + - 0.5761620424277623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979311239154076 + - -0.02416801555038725 + - -0.0595766644357303 + - 0.02567599984686716 + - - -0.022255545962544934 + - -0.9992220231843858 + - 0.032558241003046905 + - -0.030496758844565007 + - - -0.06031718324690255 + - -0.031164970843234795 + - -0.9976926290183268 + - 0.5772498733163167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891722713106138 + - -0.014977341762009228 + - -0.14599279743859114 + - 0.06449945561868357 + - - -0.02480058105468289 + - -0.997531193474133 + - -0.0656996896904531 + - -0.03281816316559205 + - - -0.14464836276139328 + - 0.06860901748178368 + - -0.9871016431303479 + - 0.5754598306705976 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993707555223798 + - -0.01906528044826061 + - 0.02990999980035203 + - -0.034805589157271784 + - - -0.01836702385772374 + - -0.9995563037776125 + - -0.02344883820252466 + - 0.037387667589488166 + - - 0.030343787522946006 + - 0.022884725470661536 + - -0.9992775109542372 + - 0.5800528539710964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968772028583469 + - -0.039847805283005806 + - -0.06817620431973308 + - 0.048449690907580445 + - - -0.037720258006694075 + - -0.9987689356972027 + - 0.03221482922793108 + - 0.03507177932398847 + - - -0.06937596527059474 + - -0.029542604834441825 + - -0.997153052415911 + - 0.5761995779793457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975501570019656 + - -0.022242135245615923 + - -0.06632474413874144 + - 0.02572993041270859 + - - -0.02005686011284542 + - -0.9992396568794765 + - 0.033433971971638145 + - -0.03048341463108057 + - - -0.06701795750220636 + - -0.03202179787429595 + - -0.9972377839979444 + - 0.5771938169629469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876501029550295 + - -0.01564371275085834 + - -0.15589274641332168 + - 0.06448869836283465 + - - -0.0245636277785929 + - -0.9981588745508517 + - -0.05545709463839397 + - -0.032816242452061425 + - - -0.15473817345204227 + - 0.05860149662547603 + - -0.9862159815527124 + - 0.5754570991192762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994020296010809 + - -0.018852942679596345 + - 0.028985337354603485 + - -0.034796971003000506 + - - -0.01787892662155897 + - -0.9992786722076401 + - -0.03350342152373531 + - 0.037377304898049205 + - - 0.02959606751075601 + - 0.032965160749737515 + - -0.9990182035201577 + - 0.5800450530362339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974445496171941 + - -0.04011224109282615 + - -0.059121726577153144 + - 0.04847527084607372 + - - -0.03711531681083733 + - -0.9980115087489702 + - 0.050945869927159784 + - 0.035091226756726476 + - - -0.061047716558310705 + - -0.048621358672037304 + - -0.9969499183930459 + - 0.5762501325592451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993760929852017 + - -0.03187858322345799 + - 0.015204627627754446 + - -0.0428349955151655 + - - -0.03235878301125039 + - -0.9989491438607068 + - 0.03245792880010078 + - -0.023628497543984342 + - - 0.014153936966951062 + - -0.032929681316809935 + - -0.9993574446396593 + - 0.5791114446697566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975609596898612 + - -0.020812474464794506 + - -0.06662561526391717 + - 0.02572230701518695 + - - -0.019000477789637003 + - -0.9994352472182102 + - 0.02771585217237706 + - -0.030502563371520464 + - - -0.067164823727966 + - -0.02638233356865582 + - -0.9973930313216871 + - 0.577358487492396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868160281242089 + - -0.014390106253163046 + - -0.16120499830707247 + - 0.06447570800689595 + - - -0.02378079191704973 + - -0.998120705260324 + - -0.05647593882734948 + - -0.03280539841876404 + - - -0.16008935184127188 + - 0.05956494415891964 + - -0.9853037180759978 + - 0.5754048287242373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995991112547434 + - -0.018797131490413795 + - 0.021172733089029498 + - -0.03482946789422031 + - - -0.018319451594583952 + - -0.999578230463773 + - -0.022533505634635305 + - 0.037369979440126655 + - - 0.0215873683435681 + - 0.02213659934688568 + - -0.9995218639416322 + - 0.5800259693412907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9952090190931233 + - -0.041713216581165675 + - -0.08842519933908012 + - 0.048455322947858405 + - - -0.03807456535068258 + - -0.9983730545922422 + - 0.04244492122165409 + - 0.035075662610937 + - - -0.0900518505587747 + - -0.038874817383604314 + - -0.9951780809404573 + - 0.5761268925641223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968158276009926 + - -0.022072251729828123 + - -0.07662259162755619 + - 0.025724739252606956 + - - -0.01928154949391521 + - -0.9991302632415432 + - 0.03697213713052451 + - -0.03049698013355916 + - - -0.07737200846082415 + - -0.0353770091791224 + - -0.9963744474484874 + - 0.5772459211197138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860137761818036 + - -0.014369869048567619 + - -0.1660431872833904 + - 0.06447433922450502 + - - -0.023978514221667798 + - -0.9981422659568934 + - -0.05600935427372958 + - -0.032807065907662136 + - - -0.16492987611533977 + - 0.059207463836630364 + - -0.9845265929321632 + - 0.5754055046654076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999463075127491 + - -0.019107820772013343 + - 0.026616773697121697 + - -0.03479803207196286 + - - -0.018367836666363577 + - -0.9994454641586891 + - -0.027773850089976498 + - 0.03736968461900641 + - - 0.027132711491794616 + - 0.02727004506720356 + - -0.9992598063612566 + - 0.5800054223840897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961418677978965 + - -0.041242334987711474 + - -0.07746256531305667 + - 0.048500053758084416 + - - -0.03884673142367688 + - -0.9987267860480057 + - 0.03218288812270143 + - 0.035097345547400384 + - - -0.07869123634697128 + - -0.029049554815573204 + - -0.9964756959842034 + - 0.5761624987637649 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993772801530251 + - -0.030930395319566338 + - 0.01698124139506214 + - -0.042819015157215895 + - - -0.031688305590417375 + - -0.9984228520135368 + - 0.04634285129298486 + - -0.023628467500639516 + - - 0.015521056753660372 + - -0.04685209944635069 + - -0.9987812461068334 + - 0.5790531129606329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964502700273622 + - -0.023736243363251256 + - -0.08076787798003239 + - 0.025744105908079646 + - - -0.021130756604023745 + - -0.9992331953033603 + - 0.032962289501476935 + - -0.030502823283344322 + - - -0.08148834571727663 + - -0.031138595903447225 + - -0.9961877520615401 + - 0.5772546835218944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985895869310015 + - -0.014392734022371415 + - -0.1667398695117968 + - 0.06449026560069601 + - - -0.025039320771820237 + - -0.9977665923436597 + - -0.06192624337231667 + - -0.03281268766383366 + - - -0.16547618346074955 + - 0.06522788062081103 + - -0.9840543462111134 + - 0.5754902089816671 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999378218445802 + - -0.01858376650954295 + - 0.029963646614081553 + - -0.03479877498174376 + - - -0.018113221419150664 + - -0.9997095151671249 + - -0.015899575281508465 + - 0.037353858771985764 + - - 0.030250416623834993 + - 0.015346951053232798 + - -0.999424526108627 + - 0.5800421761235738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965357055959009 + - -0.04044613215598241 + - -0.07266841037273837 + - 0.0484532923907339 + - - -0.037811510915339096 + - -0.9985895153429883 + - 0.037272905566302326 + - 0.03506942321639083 + - - -0.07407345755923032 + - -0.034396078856115335 + - -0.9966594366404928 + - 0.5760914106008623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9980708174596783 + - -0.021662925163006604 + - -0.05818385522420653 + - 0.025719646385016413 + - - -0.02069666287479836 + - -0.9996385481068489 + - 0.01715870871242172 + - -0.03047289083270693 + - - -0.058534532382315936 + - -0.01592139479482777 + - -0.9981584131321894 + - 0.5772997261109778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870028215714443 + - -0.015466207875109217 + - -0.15995695240898983 + - 0.06447792396144882 + - - -0.02410879005509653 + - -0.9983439282544307 + - -0.052231859622177586 + - -0.032813669995754254 + - - -0.15888422342097785 + - 0.055409361406494266 + - -0.985741145644452 + - 0.5754319595227729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999594835735669 + - -0.019116901463028 + - 0.021088111556839872 + - -0.034804617258043284 + - - -0.018459135810836604 + - -0.9993502528844224 + - -0.030956943727673374 + - 0.03738125271570908 + - - 0.02166621046002127 + - 0.030555132765120237 + - -0.9992982333547918 + - 0.5800884221711724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962415035970446 + - -0.04012205745077706 + - -0.07676644460059683 + - 0.0484665197647227 + - - -0.03770678546953293 + - -0.9987550499065646 + - 0.0326580559080197 + - 0.03508307440944981 + - - -0.07798118260359081 + - -0.029640694864548397 + - -0.9965141064569498 + - 0.5761099447256921 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999406923729907 + - -0.03073053699611033 + - 0.015538175460924182 + - -0.04282550269244318 + - - -0.03150614404246358 + - -0.9981282353596413 + - 0.05241553839678876 + - -0.02363277010250016 + - - 0.013898334011647168 + - -0.052873999979010426 + - -0.9985044699138416 + - 0.578959726626536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971535499342363 + - -0.024031705531368096 + - -0.07146520120173167 + - 0.0256928830737433 + - - -0.02155120684656372 + - -0.9991450654757723 + - 0.03528007396352403 + - -0.030499727120909308 + - - -0.0722519434825597 + - -0.0336394896612406 + - -0.9968189611952236 + - 0.5771786148800363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844541693058612 + - -0.012633401823471859 + - -0.17518671666160535 + - 0.06449766141897095 + - - -0.02451300321149358 + - -0.9975307730511964 + - -0.06581390042716323 + - -0.03280113642553089 + - - -0.1739226874500857 + - 0.06908512122193858 + - -0.98233301116062 + - 0.5755221235642218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995114417722608 + - -0.018461198965763835 + - 0.0252202676251238 + - -0.03479815597413486 + - - -0.017973268842372804 + - -0.9996494946712757 + - -0.019438348967511884 + - 0.03737405572910099 + - - 0.02557028301478453 + - 0.018975561551887198 + - -0.9994929157779631 + - 0.57999438933884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969015853626422 + - -0.04060899817705005 + - -0.06736570617537653 + - 0.048454473222510425 + - - -0.03787434046893881 + - -0.9984250923552115 + - 0.04138682507188384 + - 0.03509952548032911 + - - -0.06894028891362235 + - -0.03870715983567064 + - -0.9968695964578128 + - 0.5762298802533434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973153335889908 + - -0.02062376639368022 + - -0.07026226332832441 + - 0.025721459819452543 + - - -0.01931400235086923 + - -0.9996277531054485 + - 0.01926978293972348 + - -0.030501728703718537 + - - -0.07063352392080202 + - -0.017861004481617114 + - -0.9973424135257851 + - 0.5773511728943439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838962304652429 + - -0.013960244143182431 + - -0.17819461063609215 + - 0.0644990049659322 + - - -0.025691815116663918 + - -0.9976384004792026 + - -0.0636989209116567 + - -0.03282698074381268 + - - -0.17688453384142128 + - 0.06725127116093106 + - -0.9819313256103719 + - 0.575446607486628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993753542141439 + - -0.019019062257635708 + - 0.02978551091041882 + - -0.034824123961980286 + - - -0.018477371612001053 + - -0.9996607415014906 + - -0.018357250311591727 + - 0.03740130002837258 + - - 0.030124543609265173 + - 0.017795425578799564 + - -0.999387729913072 + - 0.5800318500473085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968830351205089 + - -0.04063306987803622 + - -0.0676252018200977 + - 0.04849275037387898 + - - -0.03811950460173705 + - -0.9985483513031354 + - 0.038053823444021403 + - 0.03509069756700758 + - - -0.0690732774511277 + - -0.03535737182084142 + - -0.9969848236558482 + - 0.5761493487468848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994378057264369 + - -0.031911426733155945 + - 0.010282671276447854 + - -0.042847239906828254 + - - -0.03218434522378466 + - -0.9991016287910153 + - 0.02756997043264006 + - -0.023628067864474266 + - - 0.009393636529125171 + - -0.027885411795324413 + - -0.9995669879511647 + - 0.579063875951249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968473296979207 + - -0.020898459386926693 + - -0.07654185566981091 + - 0.025717220775892786 + - - -0.018951743500751767 + - -0.9994804039244249 + - 0.026072084484181815 + - -0.030489701946000217 + - - -0.07704695122071283 + - -0.02453928618198941 + - -0.996725433979324 + - 0.5773131139049159 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879331493752764 + - -0.016048220188263386 + - -0.1540472232603911 + - 0.06448169460093343 + - - -0.024320513182553995 + - -0.9983526533817467 + - -0.05196625947826836 + - -0.0328039492392948 + - - -0.15295948811363413 + - 0.05508569791165865 + - -0.9866959819932379 + - 0.5754157464369352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993456271935807 + - -0.01985313901715027 + - 0.03023524896928407 + - -0.03478531737965897 + - - -0.018825766382264453 + - -0.9992481429971345 + - -0.033893055880192445 + - 0.03736759728307444 + - - 0.03088539993571865 + - 0.03330167545249265 + - -0.9989680127425836 + - 0.5800484868353354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9954597831718277 + - -0.042615786352893835 + - -0.0851100161028199 + - 0.04844825348541587 + - - -0.03871257160704431 + - -0.998144591928033 + - 0.046996919094658016 + - 0.035072538851150185 + - - -0.08695491295531968 + - -0.04348871529885509 + - -0.9952625657355891 + - 0.5761749254255001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993622074093481 + - -0.030310236861051987 + - 0.018880358665610195 + - -0.042852133140821355 + - - -0.03113131060114745 + - -0.9985094684770167 + - 0.04482948652394718 + - -0.02363364308002133 + - - 0.017493424540953696 + - -0.045388664919479654 + - -0.998816223934442 + - 0.578964760564818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969559186258773 + - -0.02230197565267871 + - -0.07470955895212117 + - 0.025701225879941596 + - - -0.018979663325316212 + - -0.9988116995667095 + - 0.04488831906765895 + - -0.03048836749297077 + - - -0.07562187974978399 + - -0.04333371309557529 + - -0.9961945194651798 + - 0.5771832127629402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861141610973644 + - -0.012745802936733414 + - -0.16557900166005166 + - 0.06449328252626177 + - - -0.025743685283335642 + - -0.9967300900008138 + - -0.07659236486100815 + - -0.032819210063680895 + - - -0.16406134203789144 + - 0.07979142932964159 + - -0.9832177804811396 + - 0.5754977022555168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999518905881551 + - -0.017931499081348556 + - 0.02530648387355697 + - -0.03479482739963929 + - - -0.017586851489371724 + - -0.9997504250270624 + - -0.013776440501745837 + - 0.03738838725900532 + - - 0.0255472002387304 + - 0.01332475136364486 + - -0.9995848095889905 + - 0.579971511097744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961106625071732 + - -0.03977537177367009 + - -0.07862231133582155 + - 0.04844475269490699 + - - -0.03798845986873353 + - -0.9989876444450434 + - 0.0240948783550972 + - 0.0350738623081512 + - - -0.0795011003466125 + - -0.021014424722357688 + - -0.9966132494590205 + - 0.5762302939018139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994711688237926 + - -0.030892906132920176 + - 0.010149435485010728 + - -0.04283287298487757 + - - -0.031309868427918545 + - -0.9985462428049942 + - 0.04387588311426622 + - -0.02361953961163846 + - - 0.00877922713160114 + - -0.0441704576690451 + - -0.9989854332472918 + - 0.5790877283221626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976832966127587 + - -0.023867532221752256 + - -0.06370542022105932 + - 0.02572818298089113 + - - -0.021408505270440168 + - -0.9990095576812824 + - 0.03900742959404628 + - -0.0305147063828502 + - - -0.06457333475966431 + - -0.037553223125220025 + - -0.9972061170444776 + - 0.5772086124711906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872203454328313 + - -0.015161330413142524 + - -0.15863834222401885 + - 0.06448500015412645 + - - -0.023832542866561498 + - -0.9983153092844438 + - -0.05290135299610402 + - -0.03281965566308352 + - - -0.1575690307896666 + - 0.056006047070012124 + - -0.9859185175396576 + - 0.5754229024003241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993172787621504 + - -0.01862384348561814 + - 0.031908130958015785 + - -0.03476412156838887 + - - -0.017887694902568797 + - -0.9995707320561708 + - -0.02320305987932655 + - 0.03737221519445106 + - - 0.032326563975828004 + - 0.022616455746075643 + - -0.999221441518847 + - 0.5799381246983641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962214429986962 + - -0.040843832304117776 + - -0.07664605581703825 + - 0.04846312149909777 + - - -0.038079177382502695 + - -0.9985823525804564 + - 0.03719222183137708 + - 0.03508639825853618 + - - -0.0780564716052893 + - -0.034133070146055884 + - -0.9963644517760247 + - 0.5761922599576308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9992860913480097 + - -0.03250678023524341 + - 0.019251412341818472 + - -0.04284091505380359 + - - -0.032985086148053 + - -0.9991413220675686 + - 0.02507194904426851 + - -0.0236406431841557 + - - 0.018419873241221144 + - -0.025689059457490122 + - -0.9995002653796389 + - 0.5791443167726613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968730451397422 + - -0.020491948139001116 + - -0.07631652465413981 + - 0.025696674808014464 + - - -0.018042233943845635 + - -0.9993039284640084 + - 0.03265174345598758 + - -0.03049643548495847 + - - -0.07693250072715031 + - -0.031172722336500733 + - -0.9965488707103122 + - 0.5773097875939386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841225964055249 + - -0.01279548918360698 + - -0.17702822006844185 + - 0.06448121098542013 + - - -0.025895409194276454 + - -0.9970765100200712 + - -0.07188783588935299 + - -0.032818956044497784 + - - -0.1755908398143521 + - 0.07533066190301108 + - -0.9815768682841622 + - 0.5754124994280239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994671157669458 + - -0.018696169832366518 + - 0.02675701280228945 + - -0.03479297118087631 + - - -0.018055756926703612 + - -0.9995493939263607 + - -0.023979131411479785 + - 0.03736554838353297 + - - 0.02719327384310995 + - 0.023483235191185437 + - -0.9993543233121319 + - 0.5799696417585734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960650814215231 + - -0.04124389361175872 + - -0.07844293985105683 + - 0.04848600604784262 + - - -0.03834173164812324 + - -0.9985361438068912 + - 0.03815076834727813 + - 0.03509625789656131 + - - -0.07990159689867216 + - -0.03499301003066616 + - -0.9961883476843305 + - 0.5762328434496428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994313846680193 + - -0.031227871519259164 + - 0.012717208063964909 + - -0.04282073569370683 + - - -0.031828784457990776 + - -0.9982335707169971 + - 0.05016639087597526 + - -0.02362967630221937 + - - 0.011128154406382788 + - -0.05054263877134841 + - -0.998659904995458 + - 0.5790022642018475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974239172832599 + - -0.02140458673728902 + - -0.06846439145952235 + - 0.02573002306987373 + - - -0.01928417981682787 + - -0.9993182257222157 + - 0.03148339480099045 + - -0.03049084590201025 + - - -0.0690916032532832 + - -0.030082011335824194 + - -0.9971566692119561 + - 0.5772787607103922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985423353406257 + - -0.014617281075178583 + - -0.16949085419436757 + - 0.0644835843895049 + - - -0.024990050601168982 + - -0.9979315865669108 + - -0.05922875908712101 + - -0.03280893976657956 + - - -0.16827451361545562 + - 0.06260098742047471 + - -0.9837503770985119 + - 0.5755132907609632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995187763492969 + - -0.019198526925401426 + - 0.024364570365570788 + - -0.034805813694343025 + - - -0.018851532693534356 + - -0.9997186992121508 + - -0.014392434146799483 + - 0.03738812036072284 + - - 0.02463403012722074 + - 0.013926198672286382 + - -0.9995995325880418 + - 0.5800009408997754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967996912009321 + - -0.03984954485348822 + - -0.06929927414263558 + - 0.04847649915663584 + - - -0.03767330846916606 + - -0.998763669362038 + - 0.03243230783440528 + - 0.035067289831352266 + - - -0.07050601003257374 + - -0.029717781502803943 + - -0.9970685813984106 + - 0.5761555391918213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963985950151859 + - -0.022209137147215 + - -0.08183272009984621 + - 0.025719488353572427 + - - -0.018962057082793783 + - -0.9990098888218599 + - 0.040245278323351355 + - -0.030478672702828447 + - - -0.08264550951474889 + - -0.03854862206760884 + - -0.9958331805547234 + - 0.5772478112752206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851775616375228 + - -0.014384983531763089 + - -0.17093344990005926 + - 0.0644896288682959 + - - -0.02391483673988891 + - -0.9982640134315451 + - -0.05382415880670477 + - -0.032800282519987574 + - - -0.16986245208888756 + - 0.05711419907812609 + - -0.983811321155645 + - 0.5754086775596245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993435818698422 + - -0.019451288836897 + - 0.030562276389982424 + - -0.034783086133773726 + - - -0.01839505334822395 + - -0.9992364552903912 + - -0.03446923890966574 + - 0.03737140575804357 + - - 0.031209411847551143 + - 0.0338844179716758 + - -0.9989383458606704 + - 0.5799698914838655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9955061618676472 + - -0.040774077282339456 + - -0.0854690371147339 + - 0.048469740122306385 + - - -0.03819221249649405 + - -0.9987697125791846 + - 0.031629355654449416 + - 0.03508638913718046 + - - -0.08665354342534755 + - -0.028222966822551047 + - -0.9958386553832727 + - 0.5762814136851694 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994273341246773 + - -0.03083063342297404 + - 0.013945459733501083 + - -0.04283846382043874 + - - -0.031436221862256156 + - -0.9984686728365764 + - 0.045520032062745464 + - -0.02362939310347282 + - - 0.012520693250276209 + - -0.04593235685989304 + - -0.9988660825325026 + - 0.5790733795477156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972128868023068 + - -0.022326483296605065 + - -0.07118979237935735 + - 0.0257191291151723 + - - -0.019875768638872925 + - -0.9991914112772039 + - 0.03494964164171318 + - -0.030484261342666637 + - - -0.07191253170639722 + - -0.03343728119145741 + - -0.9968503077243345 + - 0.5772760246633715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832397060954721 + - -0.014732779889699527 + - -0.18172128536308357 + - 0.06449426481324658 + - - -0.024877620144878678 + - -0.9982485752946877 + - -0.05367388506577215 + - -0.03281699582694721 + - - -0.18061224867991849 + - 0.05729508808657386 + - -0.9818841522847466 + - 0.5755155371994797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994688024120963 + - -0.018254080809008682 + - 0.02699817658191196 + - -0.034786486798826885 + - - -0.01778231728967884 + - -0.9996867545562484 + - -0.01761198332396772 + - 0.037354363525114724 + - - 0.0273112100929107 + - 0.017122537738685495 + - -0.9994803232203462 + - 0.5799792058924234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963082247845017 + - -0.04083280876157591 + - -0.07551558087835597 + - 0.048470086838054025 + - - -0.03772021702795747 + - -0.9983970905242241 + - 0.04219519949150365 + - 0.03507983927718044 + - - -0.07711748474969046 + - -0.03919096020008405 + - -0.9962514552985489 + - 0.5762622800627883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9982874844748377 + - -0.02073409535118373 + - -0.05470096553872485 + - 0.025709878500102003 + - - -0.01939174404232631 + - -0.9995004159322846 + - 0.024957540227099898 + - -0.030492509753939752 + - - -0.055191109826652734 + - -0.023854052929396064 + - -0.9981908262225937 + - 0.5773154202497256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850389295685462 + - -0.013461850194426434 + - -0.17180537192938836 + - 0.06447364290848644 + - - -0.024666793204451556 + - -0.9976927316332088 + - -0.0632515814764721 + - -0.03279689394004963 + - - -0.17055748751509406 + - 0.06654315769189788 + - -0.98309824108119 + - 0.5754040348609499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993219402154574 + - -0.019226705369203477 + - 0.03140053510148464 + - -0.03479506969374636 + - - -0.018278644288432865 + - -0.9993765654778458 + - -0.030205488519183123 + - 0.03736562580144247 + - - 0.031961710952179444 + - 0.02961104818055931 + - -0.9990503665274632 + - 0.5800459042106513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958194527228329 + - -0.04090358522121354 + - -0.08167321650852533 + - 0.048441316858073104 + - - -0.038468754994272256 + - -0.9987736424923404 + - 0.031166744324274707 + - 0.03507111673320985 + - - -0.08284788752882108 + - -0.027894583320691085 + - -0.996171732058975 + - 0.5762690454248074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9981549671970863 + - -0.02489971499063031 + - -0.0553774832686437 + - 0.02568375185219354 + - - -0.022089009506682362 + - -0.9984644925358591 + - 0.050800913418206424 + - -0.030492920350831135 + - - -0.05655737899511636 + - -0.04948395031215464 + - -0.9971723028357276 + - 0.5771619554031469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877518398656356 + - -0.012808054364994074 + - -0.15550645190935056 + - 0.06451169422254394 + - - -0.024953677823588434 + - -0.9967645827436943 + - -0.07640471550150188 + - -0.032823270756923414 + - - -0.15402472790149105 + - 0.07934935621145423 + - -0.9848756585801577 + - 0.5755953668586974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994049371624237 + - -0.019511995393114292 + - 0.028443867724888827 + - -0.03480437526251937 + - - -0.01874963586273057 + - -0.9994642387240006 + - -0.026826976476442086 + - 0.03735545436339205 + - - 0.028952076443441728 + - 0.02627770057732708 + - -0.9992353375066256 + - 0.5798730167111055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.994222465910068 + - -0.04268981380885417 + - -0.09848486217012777 + - 0.04843934660877879 + - - -0.0378179074822734 + - -0.9979917220428034 + - 0.05081661743664746 + - 0.035082242516575865 + - - -0.10045642912908019 + - -0.046798531291117856 + - -0.9938402302762899 + - 0.5762020511308384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971274002830581 + - -0.020919494895958818 + - -0.07279644454262796 + - 0.025726150483033332 + - - -0.01910042885076891 + - -0.9994898914286223 + - 0.02559551815684747 + - -0.030511037090022605 + - - -0.07329475576374253 + - -0.02413154916905972 + - -0.9970183283732725 + - 0.5773235901364095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829095693459364 + - -0.014855684328169569 + - -0.1834886566829881 + - 0.06450073172673965 + - - -0.02424936356338924 + - -0.9985015388457574 + - -0.049057571173305115 + - -0.03284532937327237 + - - -0.18248492226744725 + - 0.052668639300774645 + - -0.981796958428395 + - 0.5755990908082892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999579446580621 + - -0.018313358432909495 + - 0.02248445855445929 + - -0.034777844649765674 + - - -0.017758014227169085 + - -0.9995382826439034 + - -0.024655110220485377 + - 0.037334647779869785 + - - 0.0229255949603729 + - 0.024245462094676703 + - -0.9994431322809362 + - 0.5800005565896105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996396927524682 + - -0.040708749024117336 + - -0.0744040359944605 + - 0.04844417822598655 + - - -0.03807558504582573 + - -0.9986090226779011 + - 0.03647286182499996 + - 0.0350694413984461 + - - -0.07578530624594479 + - -0.03350847026020246 + - -0.9965609714302631 + - 0.5761863088105676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993948152336793 + - -0.03163660492545612 + - 0.01446127632094095 + - -0.042811755335988286 + - - -0.03226474572459361 + - -0.9984435767252203 + - 0.04549077136601758 + - -0.023663723224427394 + - - 0.012999594892431073 + - -0.04592983044752694 + - -0.9988600808960647 + - 0.5790116457995604 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973924056425807 + - -0.021323108224808998 + - -0.06894718429449447 + - 0.02571945317036903 + - - -0.019735259996349577 + - -0.9995259658292506 + - 0.02362970896946457 + - -0.0305212906257943 + - - -0.0694183598148385 + - -0.022207401665620255 + - -0.997340424645407 + - 0.5773144444868786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891306568152508 + - -0.01578302607529653 + - -0.14618973916160125 + - 0.064506262425623 + - - -0.024486816107356528 + - -0.9980202524794272 + - -0.05793074725761241 + - -0.032835005751294354 + - - -0.14498599789343455 + - 0.060880799344353004 + - -0.9875589039070216 + - 0.575587987360795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993775015717746 + - -0.018908903290911647 + - 0.029783598313377093 + - -0.034782978202200235 + - - -0.017777822931609857 + - -0.9991273933629101 + - -0.037794190607139254 + - 0.037340760351939534 + - - 0.0304722556429611 + - 0.03724117624580885 + - -0.9988415972654815 + - 0.5799045253755808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965533691081413 + - -0.04093077707302 + - -0.07215299028738441 + - 0.04847115715892721 + - - -0.0385478429358539 + - -0.9986742222868918 + - 0.03411541505924402 + - 0.035069587905605486 + - - -0.07345370190947074 + - -0.031216489678861967 + - -0.9968099540273082 + - 0.5762001763599411 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970036531520287 + - -0.02144753334036545 + - -0.07432172572756297 + - 0.02571195885372665 + - - -0.01921469959017018 + - -0.9993461228755419 + - 0.030628777534903798 + - -0.030509592428503166 + - - -0.07493004017861392 + - -0.029108933461001733 + - -0.9967638431803167 + - 0.5773270957480896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988158420628077 + - -0.01791911552156058 + - -0.15238714197972622 + - 0.0644761864740099 + - - -0.024961135762145967 + - -0.9987008595001768 + - -0.044424485760355806 + - -0.032821083234859695 + - - -0.1513931221796023 + - 0.047702185825529056 + - -0.9873219454788691 + - 0.5754404062997939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996171350859926 + - -0.018232003403704764 + - 0.020812911722284364 + - -0.03477699853918184 + - - -0.017956478884844414 + - -0.9997496509495359 + - -0.01334916822651068 + - 0.03737557154475003 + - - 0.021051083310139666 + - 0.012970330688492238 + - -0.9996942644695433 + - 0.5799296444295545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963068440373641 + - -0.04102190828908053 + - -0.07543126384086113 + - 0.04845929769792634 + - - -0.037692023048189124 + - -0.9982733663270488 + - 0.0450510541563293 + - 0.03508282582596633 + - - -0.07714910189264756 + - -0.04204151665180505 + - -0.9961327858045702 + - 0.5762339470735331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993980330239919 + - -0.031045642410405368 + - 0.015483529155249223 + - -0.04282341393788399 + - - -0.03173403755337937 + - -0.9984189186214877 + - 0.04639626923859053 + - -0.02364327235889351 + - - 0.014018646451670034 + - -0.046859695112370446 + - -0.9988031069863763 + - 0.5790893184149142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969416156360136 + - -0.02044098140555213 + - -0.07542931321597027 + - 0.025711600744749874 + - - -0.018388800532361818 + - -0.9994443047895694 + - 0.027801684097839313 + - -0.030479284191418952 + - - -0.07595569121557702 + - -0.02632960126688047 + - -0.996763505084878 + - 0.577222642836211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860506244835723 + - -0.016012702826553493 + - -0.16567365301624062 + - 0.06446686932211117 + - - -0.02357824799818135 + - -0.9987620573973773 + - -0.04379975941366224 + - -0.032788393186498746 + - - -0.16476720601167413 + - 0.04709507459965344 + - -0.985207501885547 + - 0.5753905756364224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997010802823093 + - -0.019339540803785443 + - 0.014957681768322881 + - -0.03480316586147878 + - - -0.01888598253266672 + - -0.9993747069768797 + - -0.029891716555810993 + - 0.03736814101272953 + - - 0.01552642090629738 + - 0.02960029081573111 + - -0.999441220401413 + - 0.5800355775031928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964570747946402 + - -0.0393489427699749 + - -0.07433006655852017 + - 0.04847238544733926 + - - -0.03750183031469659 + - -0.9989560476802901 + - 0.026085005770014102 + - 0.035054286625229185 + - - -0.07527888691231097 + - -0.02320507500223184 + - -0.9968924784947393 + - 0.5761434872687393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994099453019488 + - -0.03214060452127246 + - 0.012113743127654352 + - -0.042860868230549486 + - - -0.03245684628679961 + - -0.9991115519074754 + - 0.026882335727247332 + - -0.023656881267021077 + - - 0.011238966174461719 + - -0.02725964757740893 + - -0.999565204102907 + - 0.579142193838069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969214943113192 + - -0.021482137600943377 + - -0.07540591451723425 + - 0.025710965968375913 + - - -0.01866924330624202 + - -0.9991104553925279 + - 0.03781213138276357 + - -0.03048813274951412 + - - -0.07615112300195342 + - -0.03628795515634865 + - -0.9964357434255917 + - 0.5772161678185057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982948980434035 + - -0.016373319996752407 + - -0.183148071941735 + - 0.06447453821548638 + - - -0.02268179587050459 + - -0.9992174858479146 + - -0.03240296455359368 + - -0.03278122660400921 + - - -0.18247421187603402 + - 0.03600458815285401 + - -0.9825511852479563 + - 0.5753315974247261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993611667302554 + - -0.019304474378595338 + - 0.030076497477410556 + - -0.03480000968946206 + - - -0.018202455841047994 + - -0.9991681123612652 + - -0.03649320267914166 + - 0.037356418921101725 + - - 0.030755959307055034 + - 0.035922423489964744 + - -0.998881199371432 + - 0.5799476442211808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996567931269252 + - -0.03986200636543544 + - -0.07254914757766144 + - 0.048466129495588296 + - - -0.03756568734186276 + - -0.9987574769082707 + - 0.03274631970710427 + - 0.03504901151340549 + - - -0.07376433759112004 + - -0.02990857349236935 + - -0.9968271162701163 + - 0.5762064957598723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970207956128132 + - -0.0230203191886788 + - -0.0736179191504654 + - 0.025729064889682355 + - - -0.019194382550417992 + - -0.9984489302884535 + - 0.0522619295888688 + - -0.030510731790628045 + - - -0.07470681892639602 + - -0.050693180116215014 + - -0.9959162076678963 + - 0.5772222636995499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876586259399882 + - -0.014616577417379354 + - -0.1559384310262748 + - 0.06450245389866331 + - - -0.02372718742383538 + - -0.9981079185413908 + - -0.056723923717661426 + - -0.03284390532431044 + - - -0.15481427318980862 + - 0.05972385293644944 + - -0.9861367056382888 + - 0.5755482212376142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996013285857928 + - -0.018503817366290146 + - 0.021325867682067675 + - -0.03476332953751455 + - - -0.0180051189811138 + - -0.9995653393927959 + - -0.023344120781078382 + - 0.03736900710598991 + - - 0.021748553514981516 + - 0.022950839362442046 + - -0.9995000046986324 + - 0.5799349268226577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996528233875701 + - -0.04052006220354764 + - -0.07272966140163711 + - 0.04848039450268672 + - - -0.037927930609977255 + - -0.9986072317152597 + - 0.036675180239928856 + - 0.03507436419765964 + - - -0.07411444642052523 + - -0.03378936704064088 + - -0.9966771430642788 + - 0.5761779768123954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994490652969249 + - -0.03073396977740028 + - 0.01252952428566287 + - -0.04284035453875288 + - - -0.031195831416120288 + - -0.9987713815398536 + - 0.03850386369223394 + - -0.023634515580634154 + - - 0.01133075369779839 + - -0.03887351950486314 + - -0.999179895465249 + - 0.5790471394457641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965035071725229 + - -0.02205657039925453 + - -0.08058702063660245 + - 0.02571365639412044 + - - -0.018757799200681935 + - -0.9989638812925536 + - 0.04146454922055469 + - -0.030490903262022473 + - - -0.0814180886659 + - -0.03980793357032786 + - -0.9958847439653106 + - 0.5772383044931129 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868958688320784 + - -0.01613173910692944 + - -0.1605500267068277 + - 0.06449980861125958 + - - -0.023085612040551675 + - -0.9988700159483179 + - -0.041542096193149955 + - -0.03281711166272326 + - - -0.15969846147940894 + - 0.04470411874529853 + - -0.9861531033101891 + - 0.5755017708685923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996093685793592 + - -0.019241172881803697 + - 0.02027036049278239 + - -0.0347844944573045 + - - -0.018830180383845967 + - -0.9996171018460382 + - -0.02027496001572481 + - 0.037331717743743234 + - - 0.020652713020003783 + - 0.019885345434765753 + - -0.9995889347536084 + - 0.5798139682234891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996276447898096 + - -0.040324643715171075 + - -0.0762047404876945 + - 0.04847024857549943 + - - -0.03804309733017693 + - -0.9987902068017426 + - 0.031158394414000114 + - 0.035055542044710744 + - - -0.07736899966445888 + - -0.028143310149593672 + - -0.9966052337735058 + - 0.576216092324946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994440167631541 + - -0.029557168573808197 + - 0.01542825791305458 + - -0.04283754075414468 + - - -0.030315744303854905 + - -0.9982127880497146 + - 0.05149937301869005 + - -0.023669074276730387 + - - 0.013878508696381436 + - -0.051938459352529665 + - -0.9985538460375831 + - 0.5790007406340889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.998136492465291 + - -0.021246308972727796 + - -0.05720259403314965 + - 0.025740110557307485 + - - -0.020149510476618063 + - -0.9996032102385163 + - 0.01968297000974181 + - -0.03054199076051481 + - - -0.05759808709183493 + - -0.018493686379062523 + - -0.998168544849753 + - 0.5774296753475096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875354344751074 + - -0.014557554725535484 + - -0.15672218495310056 + - 0.06448933491859285 + - - -0.024198541062453185 + - -0.9979179107836064 + - -0.059785231853122435 + - -0.03284666204233746 + - - -0.15552554859735937 + - 0.06283248314125328 + - -0.985831569181975 + - 0.5755770568212184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996129534634464 + - -0.019586301172790616 + - 0.01975651979612136 + - -0.03478549268713546 + - - -0.018803436699231298 + - -0.99905985521946 + - -0.039061956647996394 + - 0.037324919117021314 + - - 0.020503025054459546 + - 0.0386753473835813 + - -0.9990414623369622 + - 0.5798070754566583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962263376881196 + - -0.04014216789766224 + - -0.07695252077087923 + - 0.04844208019975963 + - - -0.038221444085569725 + - -0.9989238510373439 + - 0.026272819428770536 + - 0.03504466772441397 + - - -0.07792435632413251 + - -0.023232438210377543 + - -0.99668854137402 + - 0.5761295784754259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976706543819213 + - -0.02252237244064979 + - -0.06438950321903225 + - 0.025718268970701823 + - - -0.019911390589862413 + - -0.9989645032579775 + - 0.040907918002762986 + - -0.03052273746744475 + - - -0.06524417146325825 + - -0.039530544774737164 + - -0.9970860214243734 + - 0.5772937131343407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873614651720792 + - -0.016583751041936066 + - -0.15761445458657675 + - 0.06450666048361162 + - - -0.024386642798834228 + - -0.9985638827364518 + - -0.04770182121580021 + - -0.032837984039093666 + - - -0.1565970266200704 + - 0.05094262749094499 + - -0.9863479203395078 + - 0.5755244875395061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996392026493849 + - -0.018803464765209277 + - 0.01918056931703447 + - -0.034785402949717166 + - - -0.01840107653288993 + - -0.9996112985179926 + - -0.02094402677625388 + - 0.03737394701579287 + - - 0.019566934070844075 + - 0.020583527102934648 + - -0.9995966454040704 + - 0.5799427475618566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964183648067514 + - -0.03960140145822303 + - -0.07471392961412522 + - 0.04845785126693589 + - - -0.03728976933553075 + - -0.9987892597953681 + - 0.03208562949865326 + - 0.03509652695471282 + - - -0.07589410635051129 + - -0.029184645277381543 + - -0.9966886881575872 + - 0.5760435676914851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973741427267591 + - -0.020883905860436626 + - -0.06934466018429133 + - 0.025738917779939367 + - - -0.018609274442327642 + - -0.9992725566855909 + - 0.033287420443356426 + - -0.030508975312866605 + - - -0.06998938722972611 + - -0.03190955861579838 + - -0.9970372439102526 + - 0.5772860817545905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886903673104558 + - -0.018832963015873703 + - -0.1487839947425754 + - 0.06448840660778683 + - - -0.024064170256537284 + - -0.9991510477111681 + - -0.033437995866081385 + - -0.03281486772163829 + - - -0.14802794769022623 + - 0.03664018779589459 + - -0.9883042159886306 + - 0.5754823935723778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996689711089367 + - -0.019283149721693583 + - 0.017032567005905833 + - -0.03478655761962675 + - - -0.01876460047192199 + - -0.9993708333318623 + - -0.0300969642108385 + - 0.0373563598217875 + - - 0.017602214949518944 + - 0.02976739193127435 + - -0.9994018533135113 + - 0.5797571621078391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977074169781744 + - -0.039190850283966516 + - -0.055172342353382205 + - 0.04849133821261932 + - - -0.03736390248035251 + - -0.9987311355651031 + - 0.033764739659575216 + - 0.03506122163077889 + - - -0.05642560498725555 + - -0.031625877171390926 + - -0.9979057846284702 + - 0.5762181648768581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969204657659986 + - -0.021606130244514122 + - -0.07538408368323979 + - 0.025751176338495805 + - - -0.019089459913663526 + - -0.9992413085533732 + - 0.033947014607289785 + - -0.030540165573032105 + - - -0.07606035404275502 + - -0.03240343217006503 + - -0.9965765600928467 + - 0.5773467762206781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885947710961837 + - -0.019055416643715694 + - -0.14938965713133784 + - 0.06447563862367583 + - - -0.02514145975191059 + - -0.998924546229465 + - -0.03895712953749085 + - -0.03283197257954765 + - - -0.14848665112671688 + - 0.04226868860979939 + - -0.9880106641126809 + - 0.5753583189446176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997718571603459 + - -0.019808639357545805 + - 0.007990709415044296 + - -0.03481090237428906 + - - -0.01935211742588853 + - -0.9983723084112754 + - -0.05364913185388382 + - 0.03735585327672536 + - - 0.009040419309280495 + - 0.0534822550416816 + - -0.9985278760326967 + - 0.5800219116655944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964051779573044 + - -0.04061884871143267 + - -0.07434265578542473 + - 0.048448374783370086 + - - -0.03873646821444227 + - -0.9988956186741669 + - 0.026590017371664196 + - 0.035089049942187485 + - - -0.07534060903751644 + - -0.023614659068291553 + - -0.9968781974278227 + - 0.5761311061715547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994131228728795 + - -0.029611882485069536 + - 0.017220518144615435 + - -0.042828036213463226 + - - -0.030468382119282846 + - -0.9981921998262218 + - 0.051807430906398264 + - -0.02365022981799427 + - - 0.015655271333067426 + - -0.05230170763730661 + - -0.9985086098065001 + - 0.5790769239537363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9979487205398972 + - -0.02048435026939876 + - -0.06065263858087708 + - 0.025730784164632294 + - - -0.019378683664179733 + - -0.9996361608332084 + - 0.01876199813684096 + - -0.0305153567839455 + - - -0.06101489811698098 + - -0.017548143738975733 + - -0.9979825874528523 + - 0.577363309760975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856642343810644 + - -0.01923500589480285 + - -0.16761870901011314 + - 0.06447822084959715 + - - -0.024689484462174054 + - -0.9992292483018617 + - -0.030517842241689252 + - -0.03281283717713789 + - - -0.16690250573008827 + - 0.034218765119791605 + - -0.9853794343777906 + - 0.5753617135713913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997937833424217 + - -0.01952294378693409 + - 0.005589763477883215 + - -0.034809439530758594 + - - -0.019336704098752697 + - -0.9993125680520614 + - -0.031630415864970916 + - 0.037370209898748716 + - - 0.006203439726776274 + - 0.0315158055439796 + - -0.9994840025415463 + - 0.5799327540312993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967062995560585 + - -0.04012236965309941 + - -0.07047515788338901 + - 0.0484635760411344 + - - -0.0384770795276559 + - -0.9989578477813783 + - 0.024550615206536265 + - 0.03507840773087273 + - - -0.07138674089977076 + - -0.021758074579728198 + - -0.9972113714826423 + - 0.5760466393330361 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995036430393192 + - -0.03101606975665472 + - 0.005520051447171646 + - -0.04282844821942207 + - - -0.03117004645868135 + - -0.9990509614020157 + - 0.030423752652710606 + - -0.023665576861551463 + - - 0.004571187470749736 + - -0.030580711871374053 + - -0.9995218478385296 + - 0.579142942371032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970560583615243 + - -0.020709637837171883 + - -0.07382633260045908 + - 0.02573239304039447 + - - -0.019076656233183643 + - -0.9995590201660135 + - 0.022756238523084855 + - -0.030497902539704396 + - - -0.07426505013491451 + - -0.021280885916986025 + - -0.9970114473881664 + - 0.5773690582208674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861373050471065 + - -0.01814451527541568 + - -0.16493632759295396 + - 0.06448718971280137 + - - -0.024904522201083034 + - -0.9989284086043562 + - -0.039010245540160186 + - -0.03282055887944309 + - - -0.16405176124737514 + - 0.0425771188385033 + - -0.9855324492795992 + - 0.5754844063703465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997506224043125 + - -0.01949262385419351 + - 0.010896357991034318 + - -0.03480640780630858 + - - -0.019098793561629326 + - -0.9991995880999686 + - -0.035148530913035624 + - 0.037360710167059163 + - - 0.01157277350854658 + - 0.0349316583650602 + - -0.999322695708042 + - 0.5798232671886979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960420321996756 + - -0.039218617264321236 + - -0.07976321302088511 + - 0.048452443131916156 + - - -0.03711393640972794 + - -0.9989270379532696 + - 0.027700696202118708 + - 0.035098185837067294 + - - -0.08076401312289454 + - -0.024630730922611442 + - -0.9964288741694027 + - 0.5759733973781826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994783040509055 + - -0.03032462995125717 + - 0.011114699719064227 + - -0.04284584901593235 + - - -0.030713626146189055 + - -0.9988549388072318 + - 0.0366808449923639 + - -0.02365952083348161 + - - 0.009989639657053791 + - -0.037003081476020515 + - -0.9992652195792675 + - 0.5791961554942007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996643471024018 + - -0.021851879586335568 + - -0.07889415075746596 + - 0.02573232715350214 + - - -0.01992698241950932 + - -0.9994862212896352 + - 0.025103960321429412 + - -0.030490092025889103 + - - -0.07940218534051845 + - -0.023447575796052493 + - -0.9965668588471319 + - 0.577161552173481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878599335274945 + - -0.01893115805599907 + - -0.15418937377690095 + - 0.06448800045916551 + - - -0.023259367238573705 + - -0.9993830667681494 + - -0.02631516089158637 + - -0.0328183903128175 + - - -0.15359607275811205 + - 0.029582040358090485 + - -0.9876908166635636 + - 0.5753588868893955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999769779323863 + - -0.019988624121177696 + - 0.007800208744410117 + - -0.034804039242017526 + - - -0.019689852518918492 + - -0.9991336520415625 + - -0.03666408414066266 + - 0.037357100705366644 + - - 0.008526315646123947 + - 0.03650205835062764 + - -0.9992972038776404 + - 0.5799238449497369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996832111001906 + - -0.040852568346341295 + - -0.06824082454800304 + - 0.048463031892377585 + - - -0.038306414325614255 + - -0.9985351340868889 + - 0.038212623772704415 + - 0.035026578939476374 + - - -0.06970194471460747 + - -0.03547750912320921 + - -0.9969368010307451 + - 0.5759082986398619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968797738274542 + - -0.02659701013053043 + - -0.07431901227707711 + - 0.02575073422644533 + - - -0.024924236500683795 + - -0.9994167103255895 + - 0.023345696751981768 + - -0.03059154855671392 + - - -0.07489658849762022 + - -0.021420508259468826 + - -0.9969612143194564 + - 0.577331427440768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9902963872212509 + - -0.016143142839182917 + - -0.13803066469379946 + - 0.0645162802555141 + - - -0.023579691702285174 + - -0.9983471394763048 + - -0.05241170898478803 + - -0.0328271322067655 + - - -0.13695642955248047 + - 0.05515784657466845 + - -0.9890402157473088 + - 0.5756151311052631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996339965122842 + - -0.018986959216327256 + - 0.01927092101057714 + - -0.03478684561297924 + - - -0.01849978175947369 + - -0.9995124624978159 + - -0.025151448992140998 + - 0.03734617514251058 + - - 0.01973907525012817 + - 0.024785735641089036 + - -0.9994978920523044 + - 0.5797330196344802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967049028116025 + - -0.03963093559593823 + - -0.07077235092255005 + - 0.04846339966797163 + - - -0.037793112820129586 + - -0.9989174662552459 + - 0.027121508688962424 + - 0.035023545112139974 + - - -0.07177058822859772 + - -0.024357433238974588 + - -0.9971237125408916 + - 0.57602966773541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973504485798308 + - -0.019874868746209914 + - -0.06997908480346997 + - 0.02573394864962084 + - - -0.017269375746979735 + - -0.999142032315044 + - 0.037642634374784115 + - -0.03055382899598746 + - - -0.07066718742754617 + - -0.03633440316951661 + - -0.9968379807006731 + - 0.5772359592781398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876086597492468 + - -0.02072883673732855 + - -0.1555617257419498 + - 0.064493916238526 + - - -0.02212339893485069 + - -0.9997290426473614 + - -0.007238543151744066 + - -0.0328313902554333 + - - -0.15536952856936223 + - 0.010590402018214033 + - -0.9877996522459535 + - 0.5754236814081648 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997686318493926 + - -0.019928383705767296 + - 0.008095819468685898 + - -0.03478144349178726 + - - -0.01966881101131027 + - -0.999326844588096 + - -0.0309676534306441 + - 0.03733917793929198 + - - 0.008707505004029852 + - 0.03080125335882993 + - -0.9994875997970808 + - 0.579762242727235 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973398463416684 + - -0.04003920113733067 + - -0.06091053497927773 + - 0.04845963263623713 + - - -0.03779093123657133 + - -0.9985770487409111 + - 0.03762609791308642 + - 0.03502984562321079 + - - -0.06233038115919215 + - -0.03522414087208953 + - -0.997433799048525 + - 0.5759698450543258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996653630536651 + - -0.02090937899983218 + - -0.07902112760492691 + - 0.025729917108707992 + - - -0.017629757546275965 + - -0.9989630950362705 + - 0.041975307079458665 + - -0.030538493206526483 + - - -0.0798168678098326 + - -0.04044171887292507 + - -0.9959888227222388 + - 0.5770957212992847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988745491887969 + - -0.02092870822165244 + - -0.14813622596580175 + - 0.0645000794370294 + - - -0.02317999483390609 + - -0.9996403277076094 + - -0.013487144253848596 + - -0.032848310692955095 + - - -0.14780067696299035 + - 0.016769150032037154 + - -0.988874994878769 + - 0.5755837055653984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999722706428885 + - -0.019182377380290487 + - 0.013658208101552096 + - -0.03479840081793151 + - - -0.018715783580662525 + - -0.9992632171439424 + - -0.03350734707644522 + - 0.03730849125721138 + - - 0.01429089554461114 + - 0.0332424316375875 + - -0.9993451411015889 + - 0.5797948962071097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967667752953288 + - -0.03748614949024599 + - -0.07106886986400233 + - 0.04846211046703529 + - - -0.03739935861429891 + - -0.9992971407678135 + - 0.0025519460244184406 + - 0.035014843391238906 + - - -0.07111458108285977 + - 0.00011423514086946135 + - -0.9974681465128307 + - 0.5760746896176303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967730273746181 + - -0.023121768152141668 + - -0.076869472067638 + - 0.025754799979078195 + - - -0.019957863633520853 + - -0.998931828018611 + - 0.041675972101227844 + - -0.030578101544393603 + - - -0.0777509844157909 + - -0.04000733443901434 + - -0.9961697634507186 + - 0.5771903025782472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871241096771152 + - -0.02091322833743832 + - -0.15858319259829803 + - 0.06451029763695791 + - - -0.022645974585772104 + - -0.9997018841327753 + - -0.00912703108570384 + - -0.0328534285294326 + - - -0.15834504074717112 + - 0.012600783383782416 + - -0.9873034327545365 + - 0.5755422316396577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997348854682659 + - -0.018621327961535303 + - 0.013542707362342506 + - -0.034762391064495024 + - - -0.018280379125471168 + - -0.9995233361324312 + - -0.02487826894549471 + - 0.037319065520476376 + - - 0.013999518448223154 + - 0.024624107529903943 + - -0.9995987529061718 + - 0.5796950281848496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972553525412743 + - -0.0381626165458835 + - -0.06344585507462794 + - 0.04844164227732373 + - - -0.036957725015660414 + - -0.9991155179229214 + - 0.020057627159748855 + - 0.03499546884896183 + - - -0.06415518988706728 + - -0.017657761579105237 + - -0.9977837015438616 + - 0.5757943367045205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994927259141545 + - -0.03054416614561132 + - 0.009019132949567563 + - -0.04286093412495183 + - - -0.03092485580267855 + - -0.9984802343302797 + - 0.045616608218208524 + - -0.023717753980726126 + - - 0.007612104720523945 + - -0.04587238348090583 + - -0.9989183051158411 + - 0.5790906879881403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964497000201066 + - -0.023904071365635462 + - -0.08072540307726117 + - 0.025707642860612653 + - - -0.020962503369755355 + - -0.9990919576720408 + - 0.0370922305546858 + - -0.030607616109473105 + - - -0.08153875632061527 + - -0.035268335475261356 + - -0.9960459706913591 + - 0.5771193930641398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9913740805635133 + - -0.023630308005222006 + - -0.12891485923052917 + - 0.06450440207124353 + - - -0.023877990981586335 + - -0.9997148094753788 + - -0.00037584875846096073 + - -0.032848189616725934 + - - -0.128869212512268 + - 0.003450834563449221 + - -0.9916555943508223 + - 0.5755129820799101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999625807127841 + - -0.01959577336306458 + - 0.019085371107624365 + - -0.034793062695881935 + - - -0.01877958274542298 + - -0.9989392387890599 + - -0.04204431566146437 + - 0.037334666543135914 + - - 0.019889016967164205 + - 0.041670167672286304 + - -0.9989334432935173 + - 0.5797549416783095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971679454458945 + - -0.0389928919586009 + - -0.06430896478655616 + - 0.04844496088399429 + - - -0.03770732324372767 + - -0.9990663551247067 + - 0.021084966958171313 + - 0.03499976194786 + - - -0.06507108688969841 + - -0.018600334258798087 + - -0.9977072622851129 + - 0.5757756735717425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969977179706866 + - -0.024511777166161815 + - -0.0734487790327354 + - 0.025727949661545395 + - - -0.021885527207024292 + - -0.9990994357202184 + - 0.03635025780392442 + - -0.030590977152940214 + - - -0.07427364310516728 + - -0.034633658826315146 + - -0.9966363106049211 + - 0.577191678361684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9912915174507606 + - -0.020785978121769813 + - -0.13003488202666874 + - 0.06451315321526532 + - - -0.023105212934256325 + - -0.9995992975590567 + - -0.016352169724634165 + - -0.03286658039246371 + - - -0.12964288088989318 + - 0.01921425077805207 + - -0.9913745689705821 + - 0.5756818973657726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998275154387991 + - -0.01851732895088064 + - -0.0014310485676185818 + - -0.03481738611624158 + - - -0.018535642015547648 + - -0.9997292479465991 + - -0.01406629927160556 + - 0.0373405603428106 + - - -0.0011701908175465302 + - 0.014090398456104216 + - -0.999900040666465 + - 0.5798163269278421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996766879132896 + - -0.04014469788333659 + - -0.06960022913412274 + - 0.04845869024637554 + - - -0.03843960101457873 + - -0.9989312146011633 + - 0.02566759765316603 + - 0.03501893609600539 + - - -0.07055625937864589 + - -0.022909206169146212 + - -0.997244695415921 + - 0.5758326795138642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994844113252795 + - -0.03207754765135892 + - 0.0013937196397372986 + - -0.042826175267500426 + - - -0.03210592558099551 + - -0.9989541030963545 + - 0.032556250544945244 + - -0.02371799567780186 + - - 0.00034793727447648677 + - -0.03258421156990709 + - -0.9994689330319478 + - 0.5791632697113334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966396502366747 + - -0.01959619771788361 + - -0.0795323620365971 + - 0.025723046596475247 + - - -0.016095146565840997 + - -0.9988830460416023 + - 0.0444252922069567 + - -0.030550104649085287 + - - -0.08031409485976192 + - -0.04299592266309684 + - -0.9958418533086492 + - 0.5770913660675552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905564145594895 + - -0.0220504221343691 + - -0.1353209830689421 + - 0.0645122050753112 + - - -0.02344246521932474 + - -0.999687314521925 + - -0.008701954285298623 + - -0.032853957227060006 + - - -0.13508678839727276 + - 0.011792034075544494 + - -0.9907635982073992 + - 0.5756221331507785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997183194035931 + - -0.019301404287282786 + - 0.013810779898117735 + - -0.034780174664346034 + - - -0.018793602655337607 + - -0.9991750976195347 + - -0.035998955487996954 + - 0.03732475556015946 + - - 0.01449421774669742 + - 0.035729260970979525 + - -0.9992563923049875 + - 0.5797395416226385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967758153452554 + - -0.03951515751563262 + - -0.06983212920508798 + - 0.048466067301645654 + - - -0.037884235440912135 + - -0.9989810750628172 + - 0.024527461576692305 + - 0.03502592372156827 + - - -0.07073018201488594 + - -0.021802843687311148 + - -0.9972571771410262 + - 0.5759352645183228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994822821872147 + - -0.030751292894544525 + - 0.009461795767765811 + - -0.04282205430737901 + - - -0.031099883532084132 + - -0.9987467727264022 + - 0.03921327852767318 + - -0.02368340412436044 + - - 0.008244078973892597 + - -0.039487237861263576 + - -0.9991860653591812 + - 0.5791459099168348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971063905482607 + - -0.02497568338163662 + - -0.07179875463710897 + - 0.025728357740384997 + - - -0.02326373889080308 + - -0.9994270994358855 + - 0.024581931697741168 + - -0.0305907447110729 + - - -0.07237157163306648 + - -0.02284049370727603 + - -0.9971161755114432 + - 0.577162200098134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891866243937888 + - -0.020357995804837548 + - -0.14524246667979626 + - 0.06450159953029251 + - - -0.02378281892883908 + - -0.9994776279001049 + - -0.02188261526826461 + - -0.03285719357341802 + - - -0.1447211098776525 + - 0.02510026561594619 + - -0.9891540714275965 + - 0.5754557581913567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997335482630367 + - -0.018533827741538857 + - 0.013759713174525647 + - -0.03479468229239016 + - - -0.018129696965518066 + - -0.999416836431124 + - -0.028936156378194154 + - 0.03732588317871727 + - - 0.014287986748899757 + - 0.028678986858879547 + - -0.9994865527596719 + - 0.5798155980749098 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958773236094777 + - -0.040344070219591084 + - -0.08124476794563651 + - 0.04842113575826259 + - - -0.037516989626589094 + - -0.9986462907559662 + - 0.03602861985573543 + - 0.03498623934241192 + - - -0.08258832732161384 + - -0.032832026399042 + - -0.9960427833345067 + - 0.5758051436921056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995423278522841 + - -0.029954567225265658 + - 0.0042259595341324644 + - -0.042855674640449204 + - - -0.030050184793445855 + - -0.9992420684970114 + - 0.02474419001894161 + - -0.023747036939013512 + - - 0.0034815550429140567 + - -0.024859856157282458 + - -0.9996848835139611 + - 0.5791914729910347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978183126416721 + - -0.02492174863298828 + - -0.0611352713415137 + - 0.025727274624836583 + - - -0.02258812564351731 + - -0.9990005613270648 + - 0.03857013155437802 + - -0.030617153338356465 + - - -0.062035405510394104 + - -0.037105052395644156 + - -0.9973839900208332 + - 0.5772458331448765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894251328000513 + - -0.019820551523133882 + - -0.1436838624234454 + - 0.06448094449591235 + - - -0.02471030338881068 + - -0.999171842313668 + - -0.032326930475130335 + - -0.0328575074934556 + - - -0.14292413193731043 + - 0.03553554931093333 + - -0.9890955046127431 + - 0.575444998193123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996956072641578 + - -0.019500585378125528 + - 0.015113569619949816 + - -0.03478177479385335 + - - -0.018983990218047257 + - -0.999254980941623 + - -0.033601952008171634 + - 0.037343194930604194 + - - 0.01575756745654986 + - 0.03330480796024533 + - -0.9993210139062348 + - 0.579825652512309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967136811829505 + - -0.03863904139675835 + - -0.07119594245932397 + - 0.048434716726449396 + - - -0.037169317066986826 + - -0.9990699826123524 + - 0.02185432935891763 + - 0.03501654921661959 + - - -0.07197415933170444 + - -0.019136204505957856 + - -0.9972229069097847 + - 0.575932929833368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994352176458305 + - -0.03282538801474801 + - 0.007193026547461813 + - -0.042846614893574886 + - - -0.033021826012120635 + - -0.9990295881141673 + - 0.029145172486410867 + - -0.023674700535237174 + - - 0.00622934475338185 + - -0.029366238678432167 + - -0.9995493080833107 + - 0.579193060654644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976214529314328 + - -0.020723491138200927 + - -0.06574171861171398 + - 0.025712861868549743 + - - -0.018500231667631054 + - -0.9992421027918256 + - 0.034248524587433896 + - -0.030548920309266155 + - - -0.06640164214250167 + - -0.03295082583512879 + - -0.99724874780446 + - 0.577403503092721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893019160232159 + - -0.019693625385197342 + - -0.14454715518467073 + - 0.06448836091462426 + - - -0.024177792590864767 + - -0.999277295909572 + - -0.029331215881500488 + - -0.03286437163756123 + - - -0.14386505238669642 + - 0.03251225920851353 + - -0.9890630918717632 + - 0.5755680915326032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997340776855974 + - -0.01921903932731054 + - 0.012743721648837403 + - -0.03481621525559728 + - - -0.018801241149671397 + - -0.9993067990046964 + - -0.03213152337223087 + - 0.03735471190904005 + - - 0.013352424699643855 + - 0.031883381099306364 + - -0.9994024028209647 + - 0.5800750456554579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965598503461153 + - -0.03919203607267996 + - -0.07302361937487135 + - 0.04846099115783435 + - - -0.03814524911152968 + - -0.9991492500322493 + - 0.015675335090931487 + - 0.03504332663859592 + - - -0.07357584283137829 + - -0.012835905440263898 + - -0.9972070170647521 + - 0.5759971949448349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999351668016094 + - -0.029956717216785493 + - 0.01997094707429153 + - -0.04282071408264333 + - - -0.031014901242443993 + - -0.9980061974191232 + - 0.05497004469657617 + - -0.023654991502094533 + - - 0.018284406864102865 + - -0.05555380280966986 + - -0.9982882627072264 + - 0.5790371229600715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974767057398163 + - -0.020887783684483165 + - -0.06785220703259559 + - 0.025734298560059893 + - - -0.020049201263606146 + - -0.9997142582125128 + - 0.01301658385667245 + - -0.030540711435771327 + - - -0.06810470640958222 + - -0.011623356630363329 + - -0.9976104683419822 + - 0.5773403382643731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885466771634056 + - -0.017263206136635435 + - -0.1499248104320076 + - 0.06447877091793627 + - - -0.02503760746118735 + - -0.9984291429124437 + - -0.05012349544617038 + - -0.03282164707495204 + - - -0.148824007746764 + - 0.05330317342341637 + - -0.9874260409879739 + - 0.5754793178996442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997856439735447 + - -0.019249379343203032 + - 0.007624139250153223 + - -0.0348078268565777 + - - -0.01897153614411757 + - -0.999208050763223 + - -0.03497645073893758 + - 0.03732886882931415 + - - 0.008291376287245644 + - 0.034824311692585604 + - -0.9993590547918209 + - 0.579689892226223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967768959178929 + - -0.039430100231363285 + - -0.06986477624693783 + - 0.04844752192724297 + - - -0.038102417482606454 + - -0.9990689231147171 + - 0.020235924697966888 + - 0.03502589468205543 + - - -0.07059763130779396 + - -0.01750868533457795 + - -0.9973512021307162 + - 0.57586974769225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976788287872871 + - -0.02290210297925901 + - -0.06412837335185191 + - 0.02575201758384424 + - - -0.020678013451194095 + - -0.9991686863778368 + - 0.03513340179516663 + - -0.03055173096341684 + - - -0.06487969134744194 + - -0.03372580378754222 + - -0.9973230147798382 + - 0.5773263775840772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895562893041443 + - -0.016934536867217458 + - -0.14314877491514005 + - 0.06447420583836598 + - - -0.023496225538829865 + - -0.9987431370803755 + - -0.04427271756147891 + - -0.03285026762388972 + - - -0.1422191185602028 + - 0.04717380200856082 + - -0.9887104503948646 + - 0.5755717082446088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997321425377379 + - -0.01993365500593641 + - 0.01175978635044939 + - -0.03477982422178438 + - - -0.019444441199232127 + - -0.998996683876446 + - -0.04034277271474953 + - 0.037328370526170725 + - - 0.012552166480473154 + - 0.040103304127822696 + - -0.9991166939425434 + - 0.5798676377819773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961045385575765 + - -0.04021289209896117 + - -0.07847720416805559 + - 0.04849580418385914 + - - -0.03842821954115912 + - -0.9989701919387516 + - 0.024121101980421257 + - 0.0350720090239749 + - - -0.07936636698182584 + - -0.021011399926961355 + - -0.9966240519198877 + - 0.5761362659012408 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968495086700114 + - -0.021135701778470958 + - -0.07644827777450777 + - 0.025711866056166186 + - - -0.01794456944032916 + - -0.9989483970265101 + - 0.04219114250370249 + - -0.03054209712622526 + - - -0.07725962394393313 + - -0.04068638824592404 + - -0.9961804898308059 + - 0.5772966029189777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901134440348405 + - -0.017237907468415036 + - -0.13920568410656645 + - 0.06450453956368102 + - - -0.024449038861618932 + - -0.9984369096705775 + - -0.05025914748791134 + - -0.03286919096499138 + - - -0.13812173051410068 + - 0.05316570279399059 + - -0.9889872575550268 + - 0.5756611062496619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997932494661042 + - -0.019982565364536495 + - 0.0037623667365655443 + - -0.03480978039013813 + - - -0.019777470736043707 + - -0.9986347383711183 + - -0.048347812460676536 + - 0.037294937891819945 + - - 0.004723343444354152 + - 0.048263406426606904 + - -0.9988234747075213 + - 0.5797720176627523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967345281386129 + - -0.03875292492595242 + - -0.07084131016561125 + - 0.04846668061645017 + - - -0.03711167780734727 + - -0.9990146679728473 + - 0.024339608571716506 + - 0.03502111893629969 + - - -0.07171473897756646 + - -0.021631088386491866 + - -0.9971905997494133 + - 0.5759590412339457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994727981785522 + - -0.030378891091427322 + - 0.011456381505094995 + - -0.04284115820084797 + - - -0.030889379874713324 + - -0.9983990640352394 + - 0.04738306812050939 + - -0.023679564444462366 + - - 0.009998595505906836 + - -0.04771196820099099 + - -0.9988110913372438 + - 0.5791018426240253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972178252739721 + - -0.020628315031310452 + - -0.07163156828395288 + - 0.02572658046539303 + - - -0.020163018114881182 + - -0.999770687870952 + - 0.007212792423339688 + - -0.030573977831933555 + - - -0.07176393005088676 + - -0.005748416565648696 + - -0.9974050802209897 + - 0.5773135832820262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878274643262547 + - -0.021813575313098837 + - -0.15401645579230133 + - 0.06450992046468068 + - - -0.023505467051858023 + - -0.999681628481798 + - -0.00917249664241963 + - -0.032843314146186756 + - - -0.153767336393124 + - 0.012681072826892355 + - -0.9880257064725207 + - 0.5755625468442409 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996544581624168 + - -0.020480207675169216 + - 0.016478026871769653 + - -0.03481885462912597 + - - -0.019745633841559414 + - -0.998855217320709 + - -0.043570228085186485 + - 0.03731190612529376 + - - 0.017351490431657058 + - 0.043229803663468666 + - -0.9989144657351895 + - 0.5797415331767608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959966353929797 + - -0.0402828316850245 + - -0.07979972278961815 + - 0.048453715907937386 + - - -0.037563338314503036 + - -0.9986708346972032 + - 0.03529248560050802 + - 0.03501051541149847 + - - -0.0811153370241048 + - -0.03215365292821118 + - -0.9961859488583636 + - 0.5759502209049954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994655729222067 + - -0.030654228930135387 + - 0.011352831892702055 + - -0.04281171654000605 + - - -0.030919037896629465 + - -0.9992352785493611 + - 0.02393472786407998 + - -0.023734778377056003 + - - 0.01061044951130221 + - -0.02427295513693432 + - -0.9996490594254008 + - 0.5790865562452725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964809517082323 + - -0.022702209764935713 + - -0.08068656985177028 + - 0.025724360557270863 + - - -0.0190281452425582 + - -0.9987594652943848 + - 0.04601586871399051 + - -0.030586894728668813 + - - -0.08163113726565285 + - -0.04431862087953503 + - -0.9956767634488879 + - 0.5771672791586426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.991210620501759 + - -0.018075537677649432 + - -0.13105258769738867 + - 0.06453628441251409 + - - -0.022628990987999635 + - -0.999187870819225 + - -0.03333957970055166 + - -0.032892850174770734 + - - -0.1303435252376692 + - 0.0360121333082099 + - -0.9908146606117663 + - 0.5756803177158989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997610486660811 + - -0.01909829787816096 + - 0.010634876033828126 + - -0.03479241124721218 + - - -0.018851059093656385 + - -0.9995604271799371 + - -0.02288208877941137 + - 0.03731741826711535 + - - 0.01106721017896264 + - 0.022676142397207277 + - -0.9996816040244193 + - 0.579727058993427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965576208260905 + - -0.03894017577569216 + - -0.0731885994127526 + - 0.048399524242262175 + - - -0.037872814435474286 + - -0.9991558109972783 + - 0.015915881285891078 + - 0.03497983510759888 + - - -0.07374658161690142 + - -0.013089234543266668 + - -0.997191111893248 + - 0.5755658805012001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965981951844162 + - -0.02092139367696523 + - -0.07971406802928696 + - 0.025723107032383397 + - - -0.01708862271587703 + - -0.9986787382553284 + - 0.0484639735310563 + - -0.030596957506767424 + - - -0.080622678750081 + - -0.04693690491881578 + - -0.9956389459175462 + - 0.5771137413236317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881620736547946 + - -0.020492602405446654 + - -0.1520387103237482 + - 0.06451054835334182 + - - -0.02316700444901576 + - -0.9996061217532701 + - -0.01583954728661514 + - -0.032861513426956195 + - - -0.15165423203826398 + - 0.019174321370987683 + - -0.9882476103208374 + - 0.5754947790792113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997411252984643 + - -0.018268335953289274 + - 0.013562827450726804 + - -0.03477043392485284 + - - -0.01784722728150311 + - -0.9993740067495842 + - -0.03054621272178863 + - 0.03724429784568993 + - - 0.014112365688388367 + - 0.030296246215994294 + - -0.9994413332456775 + - 0.5798988637188167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970051838290611 + - -0.03828411848488682 + - -0.06719367298946485 + - 0.04843745003102175 + - - -0.0372882543341088 + - -0.9991762393816048 + - 0.016013392643303908 + - 0.03498240302797846 + - - -0.06775138010915208 + - -0.013459900707990047 + - -0.9976114381693085 + - 0.5758183682140612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994904642339302 + - -0.03135003993816248 + - 0.005998908343902533 + - -0.042811879158128424 + - - -0.03150722327477163 + - -0.999105634785504 + - 0.02819974151243591 + - -0.023764908974270797 + - - 0.005109480106294075 + - -0.028374381680137627 + - -0.9995843074385035 + - 0.5791874416911899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996397956162928 + - -0.020796149603079784 + - -0.0822109063082636 + - 0.02573579687466662 + - - -0.019194294276013223 + - -0.9996111414580283 + - 0.02022733151513738 + - -0.03065882637141382 + - - -0.08259958850736228 + - -0.018576491451934303 + - -0.9964096657217605 + - 0.5771278244237632 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873271287704007 + - -0.021646550903460376 + - -0.15721503626555713 + - 0.06449925152795365 + - - -0.02229777175774516 + - -0.999748542151264 + - -0.0023794623472448073 + - -0.03288766415290252 + - - -0.15712399615792635 + - 0.005854852722857515 + - -0.9875615274659891 + - 0.5755243093402121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997867687049818 + - -0.019630799949492916 + - 0.006406934976565476 + - -0.03477064875652893 + - - -0.01929806819094616 + - -0.9986410338440542 + - -0.04841146648240474 + - 0.03723846244643209 + - - 0.0073485839825466436 + - 0.04827750217464026 + - -0.9988069288392176 + - 0.5798459060280442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970951805253829 + - -0.03762475503422262 + - -0.06622370256689576 + - 0.048457321485814484 + - - -0.036768511811770016 + - -0.9992243090581823 + - 0.01410165686529839 + - 0.03492854795922827 + - - -0.0667029048258145 + - -0.011625747107761654 + - -0.9977051490756101 + - 0.575734387179064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970182110754017 + - -0.023607965887686194 + - -0.07346666407733238 + - 0.02574567201810125 + - - -0.01935846669183233 + - -0.9981273349936639 + - 0.05802648452033679 + - -0.030641868557264505 + - - -0.07469897289352093 + - -0.05643125982195961 + - -0.9956081439821397 + - 0.5769684447860911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871305390765672 + - -0.019677054520351355 + - -0.15870133064284245 + - 0.06452317219847185 + - - -0.024909579546653588 + - -0.9992074162071634 + - -0.03104919070464811 + - -0.03293707745446157 + - - -0.1579645899219652 + - 0.03460278777797809 + - -0.9868383025646996 + - 0.5756051057111872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997477854315581 + - -0.01944370843060222 + - 0.011238671058495124 + - -0.034788726633761285 + - - -0.019082023298329854 + - -0.9993234728780443 + - -0.031439989532549055 + - 0.037249858183514145 + - - 0.011842377782241384 + - 0.031217603326176815 + - -0.9994424542368772 + - 0.5797724877464322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974847712534815 + - -0.03752218118538983 + - -0.06013499011790471 + - 0.04844717692182885 + - - -0.03691527386264147 + - -0.9992559456285083 + - 0.011172183391019374 + - 0.0349529621258042 + - - -0.06050945110506209 + - -0.008924183165263213 + - -0.9981277299433162 + - 0.5756390823538526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995112966000652 + - -0.031230771286236456 + - 0.0013442074703783281 + - -0.04283446223777078 + - - -0.031248633196779146 + - -0.999377094671583 + - 0.016399560028254486 + - -0.02377741883651824 + - - 0.0008311992479452096 + - -0.016433550153693462 + - -0.999864614603976 + - 0.5790875439861813 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971680689238249 + - -0.025625654502623777 + - -0.07070479580652263 + - 0.025727699475191244 + - - -0.02177038472183559 + - -0.9982617338866308 + - 0.05476824816189018 + - -0.030699350459862017 + - - -0.07198536426102996 + - -0.05307387765154604 + - -0.9959926058175518 + - 0.5770613297451755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887002723380764 + - -0.01859129167427403 + - -0.14874856420313984 + - 0.06453601275154061 + - - -0.022562111474511447 + - -0.9994315136414016 + - -0.025051959329933284 + - -0.03289226475347461 + - - -0.14819825439061443 + - 0.028124960699332218 + - -0.9885576685157198 + - 0.5757524790836845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997808060174026 + - -0.018295321709953793 + - 0.010179446091115645 + - -0.034767865977604256 + - - -0.01806334040021664 + - -0.9995851618320805 + - -0.02243256513909203 + - 0.037249207386937135 + - - 0.010585634264347953 + - 0.022243773255969844 + - -0.9996965334032917 + - 0.5796235429160799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972814060458174 + - -0.038286401552794454 + - -0.06295989685042216 + - 0.04845670836139527 + - - -0.037034747770973896 + - -0.9990947953318757 + - 0.020928865193738103 + - 0.034958592800681795 + - - -0.0637041961947403 + - -0.018540264207812584 + - -0.9977965894861971 + - 0.575721736756041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963930004225857 + - -0.02645523776918224 + - -0.08062945555721625 + - 0.025744605410001585 + - - -0.0224858775262386 + - -0.9985087348130819 + - 0.049746274371596726 + - -0.030712676366414945 + - - -0.08182526517373516 + - -0.04775381551829357 + - -0.995501983464972 + - 0.5770749967678167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882978390042758 + - -0.01587133271466334 + - -0.15170854365308162 + - 0.06453604419465282 + - - -0.02202967019970824 + - -0.9989963847754296 + - -0.038998933786888845 + - -0.03292721263405383 + - - -0.15093732159532514 + - 0.04188465116820851 + - -0.9876556084719751 + - 0.5757119408338665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996285963806593 + - -0.018882991109930615 + - 0.019649476959333143 + - -0.03476725255447308 + - - -0.018312027318988504 + - -0.9994162175477426 + - -0.02884256850615774 + - 0.037244448177763026 + - - 0.020182639904177586 + - 0.028472034512940322 + - -0.9993908165963867 + - 0.5796656204492584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996480540844147 + - -0.03692057286912425 + - -0.07525558462979401 + - 0.04845217471954946 + - - -0.037177078389036354 + - -0.9993066721089516 + - -0.0020099554691614973 + - 0.034939469451332514 + - - -0.07512919912665014 + - 0.004800664281977311 + - -0.9971622521240163 + - 0.5757196594661893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994689190691561 + - -0.03223869145482194 + - 0.00474832475863004 + - -0.04281777849603144 + - - -0.03239114792267387 + - -0.9988049792904768 + - 0.03659818138652871 + - -0.02376723789882721 + - - 0.003562772934680029 + - -0.03673254847993244 + - -0.9993187812360903 + - 0.5791009724229637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964994803334627 + - -0.027373150930535023 + - -0.07899048235878076 + - 0.025722084275913597 + - - -0.022935704673497176 + - -0.998136425429075 + - 0.05654758777171259 + - -0.030690297508726455 + - - -0.08039116335934457 + - -0.05453793945322438 + - -0.9952702517476991 + - 0.5770323829789152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884689535538025 + - -0.0207584588305375 + - -0.14999404737265962 + - 0.0645275361307753 + - - -0.022686077558520257 + - -0.9996804419502832 + - -0.011151496181956648 + - -0.03290554757640597 + - - -0.14971462769302 + - 0.01442568435355043 + - -0.988624008349824 + - 0.5756826862061576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997382490404211 + - -0.01855972202413875 + - 0.013377971594368593 + - -0.03480018486430895 + - - -0.01809731073510117 + - -0.999261544613371 + - -0.033894731169567406 + - 0.03727855341614116 + - - 0.013997169347772643 + - 0.03364375388221046 + - -0.9993358680018262 + - 0.5798000538372902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976065655161682 + - -0.037679350767006924 + - -0.05797764193904421 + - 0.04847717714583136 + - - -0.03655123680426187 + - -0.99912359902178 + - 0.020397082287539035 + - 0.0349769352216915 + - - -0.05869537909506962 + - -0.018229108687555774 + - -0.9981094890187869 + - 0.5757664188561423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995113570518351 + - -0.030396297267551872 + - -0.007287814269141412 + - -0.04284824935207789 + - - -0.030205849024213707 + - -0.999232131324213 + - 0.024955047866076663 + - -0.023759483702090974 + - - -0.008040759238112434 + - -0.02472271914038559 + - -0.9996620095558205 + - 0.5790757286493673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967824790523578 + - -0.02086081460780476 + - -0.07739196255513042 + - 0.02574029925164594 + - - -0.015849792686328707 + - -0.9977719372507907 + - 0.06480698501399877 + - -0.030606475779428446 + - - -0.07857145490594095 + - -0.06337182062007578 + - -0.9948922247285183 + - 0.5769476318217629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858626589412838 + - -0.01747183289505842 + - -0.16664198978801578 + - 0.0645323578622563 + - - -0.022387255802181743 + - -0.9993665546405371 + - -0.027664060503671338 + - -0.032897976182035604 + - - -0.16605308935057392 + - 0.031003621098030842 + - -0.9856293152072643 + - 0.5756957323282532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997506698972208 + - -0.020274659829772564 + - 0.009356078710943891 + - -0.03477302477342869 + - - -0.019954497484907498 + - -0.9992518246171505 + - -0.03313018305746228 + - 0.03726608820011161 + - - 0.0100207819147605 + - 0.032935226856409344 + - -0.9994072517055969 + - 0.5797446916934973 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997483198535148 + - -0.03669269938737445 + - -0.060670540229656254 + - 0.048454576197421655 + - - -0.036163804571520144 + - -0.9992978912217975 + - 0.009793050524845472 + - 0.034927879322681446 + - - -0.060987276369776224 + - -0.007574325800825331 + - -0.9981098044351934 + - 0.5757306487547187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995649092762879 + - -0.02949025397644779 + - -0.0005630842662480726 + - -0.042796929469430214 + - - -0.02947773251330732 + - -0.9994412910348347 + - 0.015753382509732787 + - -0.023822338261653704 + - - -0.0010273409172205264 + - -0.015729929911752802 + - -0.9998757492186778 + - 0.5790960820176496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9959572155144486 + - -0.025898578774279493 + - -0.08601446670286801 + - 0.025735309859243636 + - - -0.02044149631358127 + - -0.9977578378976132 + - 0.0637294448613966 + - -0.030704853885005216 + - - -0.08747211037335383 + - -0.06171353604641681 + - -0.9942535236927648 + - 0.576938473294559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852724491915007 + - -0.01795415912975938 + - -0.17004660841700164 + - 0.06451699601858994 + - - -0.0235504444911611 + - -0.9992434351935472 + - -0.030950505437991493 + - -0.03290436717789656 + - - -0.16936226683783656 + - 0.03449935350903954 + - -0.9849498551596456 + - 0.575446930747412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997059157747493 + - -0.017363631744037256 + - 0.016928858721937508 + - -0.034748044490883714 + - - -0.01710401364485899 + - -0.9997356979517901 + - -0.015361867011647863 + - 0.037291570604297844 + - - 0.01719112219159457 + - 0.01506779789831743 + - -0.9997386792478768 + - 0.5796332742378381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964683780463116 + - -0.038290049697607416 + - -0.07473047335530339 + - 0.04840867091118441 + - - -0.03731581249065243 + - -0.9991999059787915 + - 0.014390206049130367 + - 0.034921345763743464 + - - -0.07522168365514975 + - -0.01155075695046496 + - -0.9970999339694872 + - 0.5755092756182183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966862359233642 + - -0.020909004324675955 + - -0.07860890953999104 + - 0.02575263006685211 + - - -0.01730134683726714 + - -0.9987778321771066 + - 0.04629800588812012 + - -0.030678779707896196 + - - -0.0794808814654971 + - -0.04478454521093746 + - -0.9958298720121411 + - 0.5770320413664058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843200687264548 + - -0.016938197475433923 + - -0.17557647840365878 + - 0.06452593581018398 + - - -0.024823357228977015 + - -0.9987747393941273 + - -0.042811457392567066 + - -0.03291338645970874 + - - -0.17463620254182652 + - 0.0464985743273511 + - -0.9835344830494221 + - 0.57557497351021 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995845715459339 + - -0.019434850488672866 + - 0.021283113348723653 + - -0.03477577363742319 + - - -0.018873824941068238 + - -0.9994771920336111 + - -0.026251120675192332 + - 0.037280269438474276 + - - 0.021782172972997838 + - 0.02583852145716801 + - -0.9994287907347293 + - 0.5797274922116664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974371036742274 + - -0.03857744501093771 + - -0.0602578206575423 + - 0.04844324972381934 + - - -0.03718642269237808 + - -0.9990191862835835 + - 0.024038207184218854 + - 0.034955651985342465 + - - -0.06112605157633072 + - -0.02173582696185538 + - -0.9978933608582498 + - 0.5755501373852814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963986730088988 + - -0.024663351809467753 + - -0.08112584978678339 + - 0.025728247788415353 + - - -0.020587544707389594 + - -0.9985017607637251 + - 0.05069898179118301 + - -0.03063698684305876 + - - -0.0822547106798544 + - -0.0488462161202267 + - -0.9954135872800363 + - 0.576989175942765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881640744026232 + - -0.013404095349233638 + - -0.1528139139210678 + - 0.0645265979644338 + - - -0.023784628789208125 + - -0.9975158876765302 + - -0.06630494149204098 + - -0.032925146934049236 + - - -0.15154554923641417 + - 0.06915478335424137 + - -0.9860281752799263 + - 0.5757130053512941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997171487252215 + - -0.019482235427714704 + - 0.01364056624383242 + - -0.0347971615192863 + - - -0.019172198032224218 + - -0.9995629391034939 + - -0.022502390837404067 + - 0.037293204555691004 + - - 0.014073001361701788 + - 0.022234506370171714 + - -0.9996537287276778 + - 0.5797330775438941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969528508319888 + - -0.036940504596689155 + - -0.06870525699036575 + - 0.048450705502387524 + - - -0.03591971552831727 + - -0.9992260356772666 + - 0.01603445231552041 + - 0.03493223209038491 + - - -0.06924440233213786 + - -0.013517719661093788 + - -0.9975081373105831 + - 0.5755724986662363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969247100738147 + - -0.024850484890085824 + - -0.0743207632157268 + - 0.02572989478458842 + - - -0.020951157589413204 + - -0.9983856533739996 + - 0.05279333416858935 + - -0.030641253574389894 + - - -0.07551272369544147 + - -0.0510738733375528 + - -0.9958359744568362 + - 0.5770650613959989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864448504827429 + - -0.015063097665725233 + - -0.16340030613432704 + - 0.06450332369631939 + - - -0.023805193941006126 + - -0.9983801592600866 + - -0.05167562614264657 + - -0.032905725995825884 + - - -0.16235722865801222 + - 0.05486493128143254 + - -0.985205546887538 + - 0.5755910856468381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996191142202936 + - -0.019314053321222015 + - 0.019712783409264984 + - -0.03477131470691616 + - - -0.018672335834968235 + - -0.9993059123968883 + - -0.03223410186571966 + - 0.03727083622762343 + - - 0.02032167217287399 + - 0.03185374064263761 + - -0.9992859294752281 + - 0.5796991556394334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966844248366069 + - -0.03812828453455718 + - -0.07187761269389685 + - 0.048438199576523844 + - - -0.03649749127102877 + - -0.9990486877424991 + - 0.023867397237905787 + - 0.03494293757252361 + - - -0.0727192575528874 + - -0.021164910546531062 + - -0.997127853458379 + - 0.5755657258809482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995029881097685 + - -0.03151728186254325 + - 0.0006615917481403637 + - -0.04283379050322956 + - - -0.031523866880607695 + - -0.99937153004544 + - 0.01621082204979259 + - -0.023790343966359945 + - - 0.00015025490983762836 + - -0.0162236210086811 + - -0.9998683771101219 + - 0.5791259286603769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971760039779523 + - -0.024937206474952206 + - -0.07083892167296646 + - 0.02574310576259814 + - - -0.021423630859782425 + - -0.9985227443011623 + - 0.04993352735445864 + - -0.03067854009270452 + - - -0.07197947715388639 + - -0.04827488836341617 + - -0.9962371655495251 + - 0.5771113781166902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847387342059152 + - -0.01981428724026501 + - -0.17290754574538458 + - 0.0645290220816091 + - - -0.024853205109048288 + - -0.9993257314228109 + - -0.027025926664449442 + - -0.03293508397306196 + - - -0.17225546014666582 + - 0.030910783513604028 + - -0.9845672043655711 + - 0.5754412614878944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999574990984536 + - -0.019925974925556904 + - 0.021278931400121735 + - -0.034812379755038925 + - - -0.01930292272379359 + - -0.9993902587608019 + - -0.02909480827119197 + - 0.037286387685593614 + - - 0.021845699178196662 + - 0.028671697146912062 + - -0.9993501384450458 + - 0.5797858462915157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972328645351183 + - -0.038613342962211014 + - -0.06352655851189318 + - 0.0484687897692194 + - - -0.03722554071473695 + - -0.9990447683443062 + - 0.02288689499185319 + - 0.03497382240332764 + - - -0.06434961545788584 + - -0.020458753362688615 + - -0.9977176787053881 + - 0.575733918981703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999480451196873 + - -0.030996220219354605 + - 0.008835270647151883 + - -0.04282215792119177 + - - -0.031155385197509777 + - -0.9993435991506967 + - 0.018485475642409165 + - -0.023785531602015516 + - - 0.00825649129412364 + - -0.018751137796000187 + - -0.9997900905604461 + - 0.5791379635984512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970491272132956 + - -0.0289033228450892 + - -0.07111705738933521 + - 0.02572234653214535 + - - -0.025348793295791042 + - -0.9984080674994827 + - 0.050386202778095045 + - -0.030664849684968656 + - - -0.0724601725201694 + - -0.04843478791592463 + - -0.9961945566594341 + - 0.5771099681397988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9907831424064856 + - -0.015699867322853913 + - -0.13454470962908438 + - 0.06453889963081286 + - - -0.023190474358228994 + - -0.9982559536079579 + - -0.05428860824617848 + - -0.0328974501036016 + - - -0.13345773346708 + - 0.056908393513712005 + - -0.9894192580122536 + - 0.5758407365058602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996750713025405 + - -0.01863814531857985 + - 0.01738882846382088 + - -0.0347942679629861 + - - -0.018419153026057348 + - -0.9997500698869369 + - -0.01267014454798978 + - 0.03729882744087555 + - - 0.01762063046724973 + - 0.012345740162006198 + - -0.9997685212496883 + - 0.5797461200892602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975493017661047 + - -0.03744567835073155 + - -0.05910339853858332 + - 0.04846664782119957 + - - -0.03659560555147538 + - -0.9992114798932374 + - 0.015400652709748944 + - 0.03495039424483379 + - - -0.05963348220821825 + - -0.013199985697682683 + - -0.9981330613587059 + - 0.5756067466223175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994999593860306 + - -0.03154501417795405 + - -0.002177904459775299 + - -0.04282322014098775 + - - -0.03149944544446552 + - -0.9993327215261225 + - 0.018490446827635027 + - -0.023778531558444754 + - - -0.0027597325983455805 + - -0.018412598070536818 + - -0.9998266650316342 + - 0.5791336410220667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970521767872375 + - -0.021809334160510504 + - -0.07356160484455655 + - 0.0257519396186686 + - - -0.018530101840932085 + - -0.998816479917502 + - 0.04496970948289312 + - -0.030657261530278743 + - - -0.0744553026291357 + - -0.04347404270005622 + - -0.9962762746957885 + - 0.5771045407299749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867135379170966 + - -0.020063718531059125 + - -0.16122605648539845 + - 0.06448042506891181 + - - -0.022037786637619 + - -0.999702365258324 + - -0.010465030197168509 + - -0.03287557831204137 + - - -0.16096810258942995 + - 0.013879052403507312 + - -0.9868620176362751 + - 0.575439929622612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997065411334943 + - -0.019107608603401435 + - 0.014890631563647366 + - -0.034793289471727086 + - - -0.01874039654953669 + - -0.9995260743450194 + - -0.024421798492371923 + - 0.03728863152180735 + - - 0.015350216678313863 + - 0.02413557535869252 + - -0.9995908387185403 + - 0.5796965343796363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969934008128363 + - -0.039092451384727965 + - -0.06690245870211327 + - 0.04843519922525306 + - - -0.037982916885043384 + - -0.9991202465995545 + - 0.01777725681167295 + - 0.034987490580776506 + - - -0.06753855758423612 + - -0.015182657197505556 + - -0.9976011378100281 + - 0.5757174157135223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960380339624282 + - -0.0240742419159841 + - -0.08560762685900952 + - 0.02572759570435875 + - - -0.018788782173196874 + - -0.9978981041751575 + - 0.06201899183374631 + - -0.030624857363907573 + - - -0.08692074875833097 + - -0.060164811640998316 + - -0.9943967914648025 + - 0.5769784817808201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894938440930447 + - -0.014648672030103317 + - -0.14383097340185022 + - 0.06453372490007152 + - - -0.023739952743961186 + - -0.9978125685142196 + - -0.06169678078126277 + - -0.03291162032483348 + - - -0.1426125770950226 + - 0.06446312529509544 + - -0.9876771528852462 + - 0.5755626727559366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997092437770089 + - -0.019304950081519813 + - 0.014448072852502108 + - -0.03475590068048873 + - - -0.01881818006272957 + - -0.9992748444236411 + - -0.03310077644459561 + - 0.03728751107158166 + - - 0.015076604588827936 + - 0.03281926575136068 + - -0.9993475830708825 + - 0.5797814051062766 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996824146835627 + - -0.03967290027925491 + - -0.06904839801803175 + - 0.04844208954060049 + - - -0.037666345013037145 + - -0.9988362211304763 + - 0.030123907634133203 + - 0.034979745398758415 + - - -0.07016314373503432 + - -0.02742743774440537 + - -0.997158397106495 + - 0.5756772233711407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959380369556601 + - -0.023377750799986344 + - -0.0869534778628205 + - 0.025745704705692984 + - - -0.01857097114756214 + - -0.9982757272446953 + - 0.05568385245932385 + - -0.030650546966382267 + - - -0.0881053095763399 + - -0.05384285617989698 + - -0.9946549156681671 + - 0.5770059636841876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852747013192795 + - -0.01400713714239267 + - -0.17040411687890267 + - 0.06451956353915865 + - - -0.02338274328623837 + - -0.9983133843614194 + - -0.05313787652191633 + - -0.03290986940825862 + - - -0.16937240110659824 + - 0.056339921138769414 + - -0.9839404468917123 + - 0.5754615337038413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996626964566901 + - -0.018951859426125216 + - 0.01775726153526561 + - -0.03477429995174037 + - - -0.01855108507365028 + - -0.9995754141751043 + - -0.022468836624520906 + - 0.03727719161379645 + - - 0.01817554828690526 + - 0.022131841336897634 + - -0.9995898314026155 + - 0.579780157764491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970962356789692 + - -0.039564515524783246 + - -0.06506724142084691 + - 0.04844649605194497 + - - -0.03750432160391514 + - -0.9987650485906774 + - 0.03258532759835461 + - 0.03498701894144282 + - - -0.06627610923899874 + - -0.03005040473855838 + - -0.9973487105918317 + - 0.5757348212682818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969519336279927 + - -0.02044664284570009 + - -0.07529127991837326 + - 0.02574984681687151 + - - -0.015557177600430978 + - -0.9977663396189258 + - 0.06496388033791833 + - -0.030619720874593626 + - - -0.07645139802851941 + - -0.06359454630541134 + - -0.9950431736460957 + - 0.5770113822273161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866322482456353 + - -0.014753603344192874 + - -0.16229336988960832 + - 0.06451309916221074 + - - -0.02142147793075748 + - -0.9989933854590356 + - -0.03941238501229797 + - -0.032887230475130355 + - - -0.1615485283282552 + - 0.04236209387480463 + - -0.9859551338664037 + - 0.5756003181094792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995968549502746 + - -0.01902200908043405 + - 0.021078205427967373 + - -0.03475159791412092 + - - -0.018349221407853233 + - -0.9993300914992563 + - -0.03166503273034403 + - 0.03725844840707717 + - - 0.021666417499099602 + - 0.031265498470871414 + - -0.9992762555760659 + - 0.5798250175724753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967377221718714 + - -0.03793972142225115 + - -0.07123545983589266 + - 0.04841563811182605 + - - -0.037149623568639524 + - -0.9992329751731786 + - 0.012384134821080445 + - 0.034950528913814324 + - - -0.07165067109481588 + - -0.009697363814990728 + - -0.997382645962272 + - 0.5756134998211405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995138086907361 + - -0.03117552834766102 + - 0.00048235752575518146 + - -0.042807251228333974 + - - -0.031179219641593314 + - -0.9994177118979571 + - 0.013859776592491642 + - -0.02378194813913845 + - - 4.999079665553145e-05 + - -0.013868077620805329 + - -0.9999038323379024 + - 0.5790578506125326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962120294586566 + - -0.02645205372819844 + - -0.0828364727365009 + - 0.02575491486401497 + - - -0.02114638542378099 + - -0.9977075171920758 + - 0.06428483897414901 + - -0.030655312980240705 + - - -0.08434703756133617 + - -0.06228963791822736 + - -0.9944875958314625 + - 0.5770377113272529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872966585191321 + - -0.018196887970370463 + - -0.15784226729602627 + - 0.06452822402506661 + - - -0.023445899041122268 + - -0.9992300899435302 + - -0.031456591830623826 + - -0.03290909804804262 + - - -0.1571483308696275 + - 0.03475774186621959 + - -0.986963171291235 + - 0.57566692119504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994974182697731 + - -0.018064776467202004 + - 0.026049466851516295 + - -0.03476781559275935 + - - -0.01729902254556894 + - -0.9994201443423885 + - -0.02932778378275253 + - 0.03726880709062678 + - - 0.02656416177909853 + - 0.02886241386007084 + - -0.9992303570124081 + - 0.579735546974183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997843698422986 + - -0.03757994074280844 + - -0.0538117233630731 + - 0.04845628884150524 + - - -0.03658780698372361 + - -0.9991439502004327 + - 0.019305417840521567 + - 0.034945277329758134 + - - -0.05449115430653572 + - -0.017294936589717487 + - -0.9983644621433091 + - 0.5756887339288161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995505200220239 + - -0.029556685392246543 + - -0.005016001627326232 + - -0.042796350777932694 + - - -0.02934648310952283 + - -0.9988547755221433 + - 0.037787846534448735 + - -0.023774464083865757 + - - -0.006127140671150845 + - -0.037623659646986995 + - -0.9992731950682773 + - 0.5789658823172271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965633335994017 + - -0.022466373181439476 + - -0.07972944375398512 + - 0.02574418253529581 + - - -0.017249590776206466 + - -0.9977016928038812 + - 0.06552696997667115 + - -0.03062419095847923 + - - -0.08101835436060766 + - -0.06392647536304849 + - -0.9946604606620074 + - 0.577035488962642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855158433502524 + - -0.018710388163467942 + - -0.16854804620764108 + - 0.06452972866240103 + - - -0.02152122875618702 + - -0.9996578705659853 + - -0.01486534655848408 + - -0.03289633279089746 + - - -0.16821224455569406 + - 0.018277395609121234 + - -0.9855813399163376 + - 0.575536828100887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997639875424519 + - -0.019058415321859496 + - 0.010428135913741657 + - -0.03480161589416776 + - - -0.018786288220171258 + - -0.9994957539039331 + - -0.02559908793135719 + - 0.03730000424256945 + - - 0.010910755616574501 + - 0.025397140260828854 + - -0.9996178973380015 + - 0.579668299871501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977646073785033 + - -0.03790133067238027 + - -0.05503887168251312 + - 0.04847081083623636 + - - -0.03668583186614745 + - -0.9990637526002033 + - 0.02292963106309433 + - 0.034972325507287 + - - -0.05585640521113061 + - -0.02085922754235511 + - -0.9982208947037862 + - 0.5757984922004042 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997104535643539 + - -0.026807264958094077 + - -0.07116119409164713 + - 0.02573658841601417 + - - -0.023354727926352157 + - -0.9985299269690525 + - 0.04891361396038906 + - -0.030673130040287114 + - - -0.07236782214885702 + - -0.0471100360076963 + - -0.9962647955361998 + - 0.5770318980500155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988521477415855 + - -0.017998132706027452 + - -0.1500045196208152 + - 0.0645473792834347 + - - -0.021894395144409877 + - -0.9994633885579651 + - -0.02436330013545342 + - -0.03288416325240765 + - - -0.14948553157023511 + - 0.02736790367064983 + - -0.9883850837097037 + - 0.5757271182089108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994476847994274 + - -0.01857647794670378 + - 0.02755430667173382 + - -0.03476061489480863 + - - -0.01763620454785559 + - -0.9992667722570531 + - -0.03398355708453327 + - 0.037283714307875304 + - - 0.02816539788837581 + - 0.03347883406074892 + - -0.9990424805941552 + - 0.5797826833226366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964419400201223 + - -0.039144471223171634 + - -0.07464027425990015 + - 0.04842017402829896 + - - -0.03767260847808286 + - -0.9990688877869607 + - 0.021026935739256115 + - 0.03496981208915287 + - - -0.07539386406990893 + - -0.018140226811812866 + - -0.9969888150986572 + - 0.5756370278785108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995348317734645 + - -0.03044182679161566 + - -0.0018480403624671251 + - -0.04283696274784003 + - - -0.030376177866107343 + - -0.9991248680046776 + - 0.028753885874479773 + - -0.023771643662950603 + - - -0.00272174389659408 + - -0.028684374077627493 + - -0.9995848132069316 + - 0.5790551882327223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995682100040605 + - -0.02780392271728334 + - -0.0885669099622534 + - 0.025722963662212255 + - - -0.022241464210363042 + - -0.9977540019636814 + - 0.06318440341760945 + - -0.030683004299363627 + - - -0.09012476312595614 + - -0.06094172172651025 + - -0.9940641999511404 + - 0.5769241699075399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884135550360152 + - -0.01901309496901662 + - -0.15058933043467992 + - 0.0645148305260831 + - - -0.023895116993940754 + - -0.9992437042177332 + - -0.030676423602949313 + - -0.032892595126681703 + - - -0.14989218660394527 + - 0.03391934257795774 + - -0.9881203421619078 + - 0.575561257486423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997041668265934 + - -0.01813912044488855 + - 0.0162034298539791 + - -0.03477530972925072 + - - -0.01768068521748324 + - -0.9994515106488165 + - -0.028001271971805825 + - 0.0372827453730465 + - - 0.016702460890158213 + - 0.027706500523967205 + - -0.9994765518154632 + - 0.5797635132980915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972572410293236 + - -0.038604706603028185 + - -0.06314801535025283 + - 0.04844210065315388 + - - -0.0375393302874442 + - -0.999133529927008 + - 0.017971868494048245 + - 0.03496336071744629 + - - -0.06378709819510392 + - -0.01555204178528664 + - -0.997842342306718 + - 0.5756185877141452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995458393401089 + - -0.029498591492168755 + - -0.006160207614638223 + - -0.04277824741649377 + - - -0.029267952355099915 + - -0.9989702639360494 + - 0.03466696895432378 + - -0.023768734534353922 + - - -0.0071764909821512984 + - -0.0344709279178643 + - -0.9993799343121039 + - 0.578916338191913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969207510447775 + - -0.025617848836973146 + - -0.07411303500250616 + - 0.02575455814960997 + - - -0.022099375328132626 + - -0.9986071001212284 + - 0.04791113855438861 + - -0.03070404301638676 + - - -0.07523718327012935 + - -0.04612575645382408 + - -0.9960982787080501 + - 0.577088676925644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884045049512281 + - -0.01755087703474405 + - -0.15082606309066407 + - 0.06454514028727293 + - - -0.02346863811909498 + - -0.9990192976312207 + - -0.03754551884389931 + - -0.03291566352333917 + - - -0.15001919082888246 + - 0.040649842259643895 + - -0.9878470694937115 + - 0.5757224354538844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994937123937239 + - -0.019669156826633418 + - 0.025008861532289043 + - -0.03477108181705524 + - - -0.018879879788107404 + - -0.9993281392484652 + - -0.03141369518835534 + - 0.037264604958044296 + - - 0.02560993995694875 + - 0.030925626524447095 + - -0.999193543113381 + - 0.5797008205026017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969275033272104 + - -0.03855875951133782 + - -0.06818192703878194 + - 0.048442264299924695 + - - -0.037139123066083704 + - -0.9990686085153947 + - 0.021968181922860444 + - 0.034974644658646484 + - - -0.06896548881619892 + - -0.019368467777819157 + - -0.9974310120546097 + - 0.5757476886293498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995482913544022 + - -0.029852534106327988 + - -0.0034697922020835116 + - -0.04279939688829054 + - - -0.029745510628891123 + - -0.9991756980585016 + - 0.027624789713808173 + - -0.023785962924921494 + - - -0.0042916020227463355 + - -0.027509100616634505 + - -0.9996123406277765 + - 0.5790569460470851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962205518511098 + - -0.023394153051524258 + - -0.08365001896277154 + - 0.02574171469143927 + - - -0.018298876457457328 + - -0.9979597309854676 + - 0.06116801821056104 + - -0.03066527771376895 + - - -0.08491032440089304 + - -0.059406135494700134 + - -0.9946160806440444 + - 0.5770031626345765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989270533384972 + - -0.017393924151483803 + - -0.14505606908649354 + - 0.06453556481405238 + - - -0.02267928908071154 + - -0.9991347388914336 + - -0.03486292281408712 + - -0.03290558084561667 + - - -0.14432415467622417 + - 0.03777863077137532 + - -0.9888090379006625 + - 0.5756114630453844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997711658997048 + - -0.018186826817427025 + - 0.011262999860508131 + - -0.0347811065823197 + - - -0.01794277963724758 + - -0.9996099143250218 + - -0.021402706417938334 + - 0.03726567554686356 + - - 0.01164785364065254 + - 0.021195719224319853 + - -0.999707491715517 + - 0.5796878371852792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971613577427727 + - -0.03732929585088853 + - -0.06538922155728001 + - 0.04843578977243503 + - - -0.03644315643518479 + - -0.9992277088260311 + - 0.014692932427551455 + - 0.034940598935331496 + - - -0.06588719886010382 + - -0.012268234818293106 + - -0.9977516561954742 + - 0.5756389704994285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995023392346533 + - -0.030861270767253545 + - -0.006531143168429792 + - -0.04283472437651648 + - - -0.03065217369634538 + - -0.999079723927748 + - 0.03000249129895479 + - -0.023769274832323523 + - - -0.007451047721316648 + - -0.02978736650133823 + - -0.9995284861797434 + - 0.5790194497160652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973266289139103 + - -0.025572694125732917 + - -0.06845168058102861 + - 0.025760675031787677 + - - -0.02145071074273771 + - -0.9979504227272546 + - 0.060289474928270796 + - -0.03068983154268528 + - - -0.06985314787357018 + - -0.058659961589204106 + - -0.9958310833863883 + - 0.5770299864759538 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854449166702471 + - -0.017347589457114974 + - -0.169107591044273 + - 0.06450432090719532 + - - -0.022572625204512156 + - -0.9993238063667188 + - -0.02902424193857097 + - -0.03290033382193284 + - - -0.16848974093441507 + - 0.03241899395045245 + - -0.9851701457266626 + - 0.5754750055611499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994783786719343 + - -0.018780495437553515 + - 0.02627286734335221 + - -0.034753623459425 + - - -0.0181353594435704 + - -0.999533315967513 + - -0.02458168035022381 + - 0.03727852049689298 + - - 0.026722262351340193 + - 0.024092390128588506 + - -0.9993525291070806 + - 0.579753011341428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972110599820436 + - -0.03790334243899425 + - -0.06429182281940074 + - 0.04844501590478931 + - - -0.036601590604962056 + - -0.999102779096059 + - 0.021306345714813792 + - 0.03497418317815288 + - - -0.06504172056976687 + - -0.01889374061653087 + - -0.9977036639958984 + - 0.5757188858070411 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962746183455792 + - -0.021777075252090675 + - -0.08344245822023406 + - 0.025759272955959714 + - - -0.017890824406441914 + - -0.9987326799436418 + - 0.04704202817322227 + - -0.030651058829556037 + - - -0.08436114770691892 + - -0.04537392429641893 + - -0.9954016293695301 + - 0.5770978930813125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863121492213843 + - -0.019205867809548534 + - -0.1637665379128954 + - 0.06452312018305535 + - - -0.023345770878641266 + - -0.999453743444441 + - -0.023392086204007474 + - -0.032893602068509664 + - - -0.16322781405255551 + - 0.02689515489034928 + - -0.986221745533452 + - 0.5755732309315269 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996704413890786 + - -0.018695701831389678 + - 0.01759202506809622 + - -0.03477846067409904 + - - -0.018459628344432457 + - -0.999738632016971 + - -0.013487393158838316 + - 0.03730095233614651 + - - 0.017839583356967142 + - 0.013158206027700943 + - -0.9997542752495648 + - 0.5797614157305289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974260315226872 + - -0.03756426587925832 + - -0.06107567085064204 + - 0.04846193904536316 + - - -0.03719431112374838 + - -0.9992822335864013 + - 0.007183373761887904 + - 0.034958335866534976 + - - -0.06130167094731907 + - -0.004893216480553619 + - -0.9981072896094595 + - 0.5757290132359121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961973553376098 + - -0.024441317267595266 + - -0.08362685710091478 + - 0.025748540663710226 + - - -0.020174699920864052 + - -0.9984697186783748 + - 0.05148982778599459 + - -0.03066612257290603 + - - -0.08475736370047832 + - -0.04960688351986085 + - -0.9951659893736285 + - 0.5770260266184216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899991989134409 + - -0.01941331994528062 + - -0.13973084541162534 + - 0.06452650889219257 + - - -0.022384086852948664 + - -0.9995549301642103 + - -0.01972040162320785 + - -0.03290832289702773 + - - -0.13928581696104242 + - 0.022650929188956854 + - -0.9899931295723078 + - 0.5756751487211542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997247309833522 + - -0.01849767181216637 + - 0.014432546476395405 + - -0.03478571272783187 + - - -0.01806375467702289 + - -0.9993974787980071 + - -0.029637478623445544 + - 0.03729103237901196 + - - 0.014972074914061223 + - 0.029368614364934615 + - -0.9994565130424892 + - 0.579745794710212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973969189996393 + - -0.038031741341433715 + - -0.06126151010679758 + - 0.048444852834591275 + - - -0.037176610501892256 + - -0.9991955410324614 + - 0.015038963143699787 + - 0.0349823047382919 + - - -0.06178418569195176 + - -0.01272232020447715 + - -0.9980084453385138 + - 0.5757610354135438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971021072778838 + - -0.026171071581636347 + - -0.07143152437315334 + - 0.025749098792780385 + - - -0.022923063101415016 + - -0.9986821952328753 + - 0.04591738345000522 + - -0.03066411456140554 + - - -0.07253909869892292 + - -0.04414689045805077 + - -0.9963880424929004 + - 0.5771279523722065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853017666678319 + - -0.013965451799854346 + - -0.17025097578949533 + - 0.064519410509774 + - - -0.023363307425095313 + - -0.9983040159803257 + - -0.05332211120833973 + - -0.03290190761953087 + - - -0.1692175654812758 + - 0.05651599626282818 + - -0.9839569897607366 + - 0.5757191962040614 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995447121846671 + - -0.019410875810749417 + - 0.02309948579363991 + - -0.0347636524232262 + - - -0.018744387067925684 + - -0.9994115048076005 + - -0.028727896053403416 + - 0.03731024559681013 + - - 0.023643525479900184 + - 0.028281830889584116 + - -0.9993203298964823 + - 0.5797553192311264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980481809789536 + - -0.03790269292111475 + - -0.049630779904507066 + - 0.0484744407446529 + - - -0.03702545352391081 + - -0.9991434860087586 + - 0.018477287615196923 + - 0.03498631050722737 + - - -0.05028860940561655 + - -0.016603621159062464 + - -0.9985967031431938 + - 0.5758670955168277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962448132910873 + - -0.026691280241376344 + - -0.08236411566746123 + - 0.025707542280340234 + - - -0.022115099180080377 + - -0.9981868763854227 + - 0.05598108787946239 + - -0.030673922677060938 + - - -0.08370898624915861 + - -0.05394937785544145 + - -0.9950287786039904 + - 0.5770810784502309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872850456435821 + - -0.01840337351669475 + - -0.1578909575997151 + - 0.06454102009618862 + - - -0.023201633925903492 + - -0.9993216218944599 + - -0.02860035309910935 + - -0.03290345855226856 + - - -0.1572575048502245 + - 0.03190002911331568 + - -0.9870422814200264 + - 0.5757507180010284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995297357236772 + - -0.019129671388401315 + - 0.023965873168484534 + - -0.03476186496732981 + - - -0.018259398951982694 + - -0.9991842394381395 + - -0.03602013337482061 + - 0.03725798593639869 + - - 0.02463537606914983 + - 0.03556559195345007 + - -0.999063655086568 + - 0.579752280511566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970679130528769 + - -0.03803154585809927 + - -0.06640164365453641 + - 0.04842413873090594 + - - -0.03661691705906464 + - -0.9990784485395224 + - 0.022393192022379348 + - 0.03495407507744119 + - - -0.06719209883215677 + - -0.019896109758062386 + - -0.9975416616217216 + - 0.5757158922313949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968742708307278 + - -0.02513851708525231 + - -0.07489821836639023 + - 0.025749065667698058 + - - -0.020335599907898655 + - -0.9977290387843201 + - 0.06421237063762081 + - -0.03066216122246101 + - - -0.07634233119371499 + - -0.06248855995517733 + - -0.9951216148504854 + - 0.5769960225882335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870342156126651 + - -0.016151286018751453 + - -0.15969531354999542 + - 0.06452228502868983 + - - -0.021905362359524866 + - -0.9991702184552042 + - -0.03433700120974284 + - -0.032908455691510886 + - - -0.15900821459845646 + - 0.037389978765980256 + - -0.9865689926092809 + - 0.5756947922214062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997376300387916 + - -0.01961228270556978 + - 0.011833404053658278 + - -0.034781187648617054 + - - -0.019278815036900317 + - -0.9994313219705621 + - -0.027665139705919915 + - 0.037313218931735184 + - - 0.012369251197761083 + - 0.02742974719628106 + - -0.9995472027841181 + - 0.5797322133108234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971090423735002 + - -0.03832846320572167 + - -0.06560858575894571 + - 0.048424751702576 + - - -0.03705599674287889 + - -0.9991028270615557 + - 0.02050351343063925 + - 0.034949827550022974 + - - -0.06633559167138742 + - -0.018013047101928522 + - -0.9976347625317155 + - 0.5756694024236221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997417540184721 + - -0.022818051744875494 + - -0.06809983147136735 + - 0.025744526850651282 + - - -0.018909724057139074 + - -0.9981667520735363 + - 0.05749397699803364 + - -0.030657170953672364 + - - -0.06928688813868976 + - -0.056057752091354406 + - -0.996020509609376 + - 0.5770120061454589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859516049934932 + - -0.01841593035945521 + - -0.1660129094972749 + - 0.06451071444431213 + - - -0.022517907292000792 + - -0.9994850406080181 + - -0.02286039045987955 + - -0.03290000890584676 + - - -0.1655064242316399 + - 0.026277501970031137 + - -0.9858585681669925 + - 0.5754772164531323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997749620472195 + - -0.018603053430751637 + - 0.01019566900862646 + - -0.03479752816312345 + - - -0.018429748217347566 + - -0.9996883956660356 + - -0.016836150133349447 + - 0.037290613058616084 + - - 0.010505695794474563 + - 0.016644457747854332 + - -0.9998062774268591 + - 0.5796408460030155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971119845155237 + - -0.03731188843080709 + - -0.06614766297641096 + - 0.04846402004334731 + - - -0.036182118800810924 + - -0.9991795355939319 + - 0.018196426280436016 + - 0.03493477134294065 + - - -0.06677233420060923 + - -0.015750512119367482 + - -0.9976439128032509 + - 0.5756752120874562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961364450082637 + - -0.02220081553779139 + - -0.08496650349258464 + - 0.025730886668630264 + - - -0.01732522825289959 + - -0.9981838702686455 + - 0.057695732957407125 + - -0.030641125631415557 + - - -0.0860930856241276 + - -0.056000758253477834 + - -0.9947119661905911 + - 0.5769550274353802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874487527509196 + - -0.019684251453834595 + - -0.15670829887199828 + - 0.06452168143302356 + - - -0.022712795277615265 + - -0.9995878267559692 + - -0.01755863126661318 + - -0.032896563749994834 + - - -0.1562980793910484 + - 0.020897532054813525 + - -0.9874888371686482 + - 0.5757203076078574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996709454483265 + - -0.019164169322287275 + - 0.017050965973686136 + - -0.034793369856440576 + - - -0.018560493555875635 + - -0.9992189824089313 + - -0.03488457069567411 + - 0.037252808584637115 + - - 0.01770618268886318 + - 0.03455661742482747 + - -0.999245881295861 + - 0.5798037752650534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997308395932282 + - -0.03812886003229627 + - -0.06262709825320087 + - 0.04845068454956825 + - - -0.03714063701241436 + - -0.9991676590557673 + - 0.016868970903124298 + - 0.03495850331843413 + - - -0.06321816578556033 + - -0.01449755598906029 + - -0.9978944254704774 + - 0.5756547338941939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994808915933779 + - -0.0314610028653795 + - -0.006939210215213686 + - -0.04280518321629606 + - - -0.03128899140092251 + - -0.9992307466964646 + - 0.023641359384318845 + - -0.02376241568078865 + - - -0.007677653080163229 + - -0.023411966067165457 + - -0.9996964206638185 + - 0.5790063873581389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967890400349936 + - -0.020431292910136973 + - -0.07742203779374557 + - 0.02575403187183148 + - - -0.016318178016466813 + - -0.9984403386880506 + - 0.05339107740731365 + - -0.03061009284087439 + - - -0.07839213437800299 + - -0.05195625420015425 + - -0.9955677882078899 + - 0.577064505291508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841963035854568 + - -0.014803188685068767 + - -0.17646104843131108 + - 0.0645303661308147 + - - -0.022998009691303778 + - -0.9987452829762047 + - -0.0444854052810424 + - -0.032914544329444996 + - - -0.1755811139017006 + - 0.04784062434306381 + - -0.9833018596054333 + - 0.5756598510974577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996700548916382 + - -0.019165943636983034 + - 0.017101109831032146 + - -0.03478322235921959 + - - -0.01876518367633448 + - -0.9995524994195764 + - -0.023295252427725347 + - 0.037308388894639936 + - - 0.017539932569495948 + - 0.02296666080609028 + - -0.9995823544145204 + - 0.5797177741992966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967103430822114 + - -0.03763814915210967 + - -0.07177647052721355 + - 0.048464847212981076 + - - -0.03670586582089472 + - -0.9992243044863899 + - 0.014264246844096466 + - 0.034962862430119576 + - - -0.07225767369130341 + - -0.011582704869519437 + - -0.997318740193238 + - 0.5757614737011647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995297719013447 + - -0.030365497758419742 + - -0.004262819340423588 + - -0.042828442878400305 + - - -0.03021631725111698 + - -0.9990458858462793 + - 0.031532398345241 + - -0.02375196492711294 + - - -0.005216249095426149 + - -0.031388764223946646 + - -0.9994936399126649 + - 0.5789939818643328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973158554132978 + - -0.025498537649214233 + - -0.06863606281681417 + - 0.025724859713968883 + - - -0.0206673490162814 + - -0.9973187710908842 + - 0.07020063756411656 + - -0.03063201731774504 + - - -0.07024204742090928 + - -0.06859368343747728 + - -0.9951688104872453 + - 0.576974602884298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867416226840154 + - -0.01873800083105069 + - -0.16121370099272475 + - 0.06453370261299783 + - - -0.022764127224415703 + - -0.9994724954918313 + - -0.02316301506802823 + - -0.032912886356505744 + - - -0.16069463144307816 + - 0.026525800274197778 + - -0.9866476662645011 + - 0.5756341659726842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996283930143115 + - -0.018113105951302465 + - 0.020371334576359028 + - -0.03476854490292424 + - - -0.017684664982143966 + - -0.9996226632734975 + - -0.021018651109675324 + - 0.03728025746220297 + - - 0.0207443607781585 + - 0.020650580204871143 + - -0.9995715207193074 + - 0.5796686207558185 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997114595215953 + - -0.03931352454505793 + - -0.06493789952848153 + - 0.048444487457178664 + - - -0.03769754109953803 + - -0.998952817591265 + - 0.025926118520170606 + - 0.03499050091771773 + - - -0.06588914479923588 + - -0.023403312037368132 + - -0.997552457559655 + - 0.5757804141364461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997069926590764 + - -0.02177658616023082 + - -0.0733303605847855 + - 0.02575006060628758 + - - -0.01740213087204642 + - -0.9980602726329613 + - 0.05977338900322249 + - -0.030632440976907243 + - - -0.07448978003324207 + - -0.05832214405373343 + - -0.9955148417696112 + - 0.5770211883570191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881638040308246 + - -0.01768409227818998 + - -0.1523796878971296 + - 0.06450734430216584 + - - -0.022080415480806855 + - -0.9993859214543445 + - -0.02720726467409149 + - -0.03287813147125634 + - - -0.1518049790208645 + - 0.030249840977228017 + - -0.9879474659440792 + - 0.5755158459087362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996735013953861 + - -0.018955030143100005 + - 0.017134685295127215 + - -0.034784474672641404 + - - -0.018436535319341623 + - -0.9993820245104258 + - -0.02992763356601089 + - 0.03730315256524778 + - - 0.017691375675948643 + - 0.02960195800478278 + - -0.9994051927566595 + - 0.579839936182191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964279651054075 + - -0.038747044974733066 + - -0.07503317174172225 + - 0.048429312266371816 + - - -0.03755695105692462 + - -0.9991463156718303 + - 0.017208001241169533 + - 0.034961353993518546 + - - -0.0756358762969303 + - -0.014328516501520203 + - -0.9970325510391636 + - 0.5755660312630341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995258463460452 + - -0.030374515782565347 + - -0.005046907686578488 + - -0.04280362100355118 + - - -0.030238995737625462 + - -0.9992287240723323 + - 0.025051150184370687 + - -0.023731049766187052 + - - -0.005803931684817248 + - -0.024886658669952356 + - -0.9996734309749582 + - 0.5789898543706513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967932715684654 + - -0.025452305911720558 + - -0.07586404866345951 + - 0.025735733461934203 + - - -0.02136744656633251 + - -0.9983026372398456 + - 0.05417819401941143 + - -0.030659063861638344 + - - -0.07711423982035019 + - -0.05238343825815807 + - -0.9956452025762913 + - 0.577072125449839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855930525931638 + - -0.015317527872444597 + - -0.16843903354022746 + - 0.06451276516252274 + - - -0.021009194567505624 + - -0.9992650979387223 + - -0.0320605331387419 + - -0.03290519679772079 + - - -0.167824159237321 + - 0.03513740715238616 + - -0.9851905471505975 + - 0.5755847688284579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995944593788312 + - -0.018776109482584617 + - 0.021409682198488423 + - -0.03478693116891303 + - - -0.018090529027577053 + - -0.9993312178120222 + - -0.031778135027769785 + - 0.037294317589127865 + - - 0.021992033526817566 + - 0.031377935225868084 + - -0.9992656181628169 + - 0.5798941589754824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996470717172139 + - -0.037768024586303114 + - -0.07496456587809547 + - 0.04844411055616257 + - - -0.036899455308230605 + - -0.9992352229002918 + - 0.012938296385544184 + - 0.034953235861718036 + - - -0.07539588859081645 + - -0.010126481829969213 + - -0.9971022587224184 + - 0.5756886907262977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971447178262358 + - -0.025074087806681702 + - -0.07122992230726721 + - 0.025751910366799857 + - - -0.02131655116370436 + - -0.9983653085849652 + - 0.05303126681998912 + - -0.03066169086531071 + - - -0.07244319400552188 + - -0.05136147130593633 + - -0.9960491869920723 + - 0.5770996465472524 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869900469652658 + - -0.015125110388812875 + - -0.1600683548588806 + - 0.06453465172005263 + - - -0.024116588327987708 + - -0.9982290377468519 + - -0.054379944523806976 + - -0.03292510819099105 + - - -0.15896237718064193 + - 0.05753276661799068 + - -0.9856068909085199 + - 0.5757185657880142 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996267489021391 + - -0.019180114492277734 + - 0.0194547188980695 + - -0.034773471892991376 + - - -0.018377661925755833 + - -0.9990056652798276 + - -0.0406194815445868 + - 0.03725240786152523 + - - 0.0202144607022401 + - 0.040246788031736404 + - -0.9989852709783289 + - 0.5797869139610716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979455975936146 + - -0.03886053003017863 + - -0.05093567953111931 + - 0.04847002655407891 + - - -0.03739037191806947 + - -0.998865056955661 + - 0.02950522124629757 + - 0.03498411915574014 + - - -0.052024458972215595 + - -0.027540101647200096 + - -0.9982659958497587 + - 0.5757597290467336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966145093481628 + - -0.024168693033937188 + - -0.07858367536423903 + - 0.0257242629732282 + - - -0.02004611911193444 + - -0.9984021302080789 + - 0.052833128854164524 + - -0.03065129793547301 + - - -0.07973501655653513 + - -0.051078965073716315 + - -0.9955065376288232 + - 0.5770785895140471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857528631439904 + - -0.015657804775312027 + - -0.16746977623751622 + - 0.06451839527299426 + - - -0.02373051690311711 + - -0.9986451198472238 + - -0.046311847003060534 + - -0.032917689906054204 + - - -0.1665177329023441 + - 0.04962618013651896 + - -0.9847888539550604 + - 0.5757469050843558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997145062115265 + - -0.01985022014540038 + - 0.013299429702920619 + - -0.034773308203901065 + - - -0.01944783430071796 + - -0.9993687215873351 + - -0.029731129374913214 + - 0.03724771079126945 + - - 0.013881203523311816 + - 0.029463996216995927 + - -0.9994694518171477 + - 0.579750422171539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975030942436219 + - -0.038194866401583906 + - -0.059403107283753774 + - 0.04843749264859824 + - - -0.03709892433156186 + - -0.9991224083570567 + - 0.0194443547652511 + - 0.03497554275982841 + - - -0.06009365014576042 + - -0.017192012661729057 + - -0.9980446823227901 + - 0.5758467544845287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964750469020321 + - -0.027154833363222428 + - -0.07937314361047174 + - 0.025731855576829422 + - - -0.022078590272307838 + - -0.9976962265823536 + - 0.0641465144409273 + - -0.030689763028177306 + - - -0.08093217378262185 + - -0.06216795386972425 + - -0.9947789346173705 + - 0.5769679488256175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857078596926397 + - -0.013450825554726625 + - -0.16792584861197382 + - 0.0645292871028644 + - - -0.022477932492673484 + - -0.9983955433841245 + - -0.051971929938903816 + - -0.03291675128579433 + - - -0.16695735350984112 + - 0.05500376571304756 + - -0.9844286809446253 + - 0.5757649961091744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996171861784174 + - -0.019778433064967474 + - 0.019346696933529743 + - -0.034751846517371066 + - - -0.019274164628052863 + - -0.9994783767902153 + - -0.02591294862974616 + - 0.03729309609973841 + - - 0.01984912276736591 + - 0.025530137373146838 + - -0.9994769754281861 + - 0.5798910789665233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968784234957987 + - -0.03907063446672149 + - -0.06860680936247444 + - 0.04844102306271905 + - - -0.037557061077428566 + - -0.9990247894590433 + - 0.023215021204825534 + - 0.03498304886680488 + - - -0.06944692888643368 + - -0.02056588361053406 + - -0.9973736353541538 + - 0.5757251397604146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969032446188334 + - -0.024814307965213153 + - -0.07462017816013337 + - 0.025770035065393205 + - - -0.02071357974408025 + - -0.9982584949102027 + - 0.05523517858939437 + - -0.03063360116133947 + - - -0.07586084947209672 + - -0.053518477742030564 + - -0.9956811256911259 + - 0.5770901519557601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829530266443446 + - -0.012084841861232216 + - -0.1834592707058206 + - 0.06452869110096131 + - - -0.025302286294829293 + - -0.9972346944702979 + - -0.06987673756685045 + - -0.03291932934490456 + - - -0.18210750044678845 + - 0.07332748967420749 + - -0.9805406353329281 + - 0.575716125365633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997019341985518 + - -0.01994028509032177 + - 0.014086439940279846 + - -0.034795524523270685 + - - -0.019480749404909816 + - -0.9992967457617056 + - -0.03203926204967131 + - 0.03727476723894364 + - - 0.014715405611043342 + - 0.03175529783486676 + - -0.9993873412732025 + - 0.5796847114622639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974348977994125 + - -0.03877193086175489 + - -0.06016944431459104 + - 0.04846525694552641 + - - -0.03747089362663727 + - -0.9990420584160499 + - 0.022603045074573995 + - 0.034959879580811634 + - - -0.06098816920269543 + - -0.020290463106427313 + - -0.9979322323305476 + - 0.575675710127161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995100806648715 + - -0.031101549202753216 + - 0.0035060357229839308 + - -0.042837582167950077 + - - -0.031147915566171018 + - -0.9994159911087144 + - 0.014052902620807078 + - -0.023784863352225807 + - - 0.0030669211246460108 + - -0.01415522353676995 + - -0.9998951063193781 + - 0.5792001130416615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966506431245189 + - -0.02375201730262941 + - -0.07825175546617805 + - 0.025745195190581466 + - - -0.019625884413257955 + - -0.9983972522453936 + - 0.053082495889368204 + - -0.030676835219708973 + - - -0.07938715400164167 + - -0.051368943758879716 + - -0.9955194178902871 + - 0.5770307531137819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877290870265751 + - -0.018371012241384214 + - -0.15509273532591816 + - 0.06452473031371891 + - - -0.0233264781887255 + - -0.9992718854204687 + - -0.030192290796370504 + - -0.0329193023612617 + - - -0.1544251471003324 + - 0.03343957113134971 + - -0.9874384380940375 + - 0.5755978853355342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997171779332787 + - -0.01831548468201182 + - 0.01516928363450788 + - -0.034797831309883225 + - - -0.018090829981112628 + - -0.999726552211818 + - -0.014816972472983162 + - 0.037283363828893745 + - - 0.015436515659812437 + - 0.014538356975038644 + - -0.9997751498015693 + - 0.5797064519725412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978913693147956 + - -0.03791082270362429 + - -0.05268381695527349 + - 0.04846892367713945 + - - -0.03654231150285172 + - -0.9989753286446879 + - 0.02670116531665309 + - 0.03497260295131216 + - - -0.05364209650145068 + - -0.02471967396979685 + - -0.9982542077055107 + - 0.5757440777797341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995298850071194 + - -0.030655190249745876 + - -0.0005179656425005484 + - -0.04283303119249404 + - - -0.03063203511001445 + - -0.99920561566651 + - 0.025491489668696344 + - -0.02375863706521397 + - - -0.001299000644252178 + - -0.02546363939546537 + - -0.999674904989649 + - 0.5790800064371748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967894880353476 + - -0.023011024667479656 + - -0.07668904280262029 + - 0.025739576718879376 + - - -0.01830852168691467 + - -0.9979411348433711 + - 0.0614677917381524 + - -0.03067405890738588 + - - -0.07794558727644085 + - -0.0598663856540358 + - -0.9951585307341004 + - 0.5770523279004258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885936316920253 + - -0.015654980184159964 + - -0.1497916986131269 + - 0.06453082188292983 + - - -0.02452026063709245 + - -0.998043107880824 + - -0.057521401494351095 + - -0.0328938410780215 + - - -0.14859807601803376 + - 0.060538222694582304 + - -0.9870429247994836 + - 0.5755892076298806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996745600629591 + - -0.019948466130684548 + - 0.0159007126243496 + - -0.03478047819815591 + - - -0.019532773473129473 + - -0.9994741306857666 + - -0.02588306107048398 + - 0.03727227384061148 + - - 0.016408678294629 + - 0.025564052670966023 + - -0.9995385107576693 + - 0.5798666642292993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972121271856879 + - -0.03950495977930624 + - -0.06330348763402416 + - 0.04845319499304922 + - - -0.03802994916602291 + - -0.9989801477932237 + - 0.02433900740494612 + - 0.03498625267494877 + - - -0.06420043894106461 + - -0.021863724931120626 + - -0.9976974898093662 + - 0.5757702275492531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995425994303345 + - -0.029769341707665334 + - -0.005327121018153328 + - -0.04279407399319067 + - - -0.029545298266631277 + - -0.9988372093023156 + - 0.038095992748561916 + - -0.02376205505074746 + - - -0.00645501931721266 + - -0.03792117624039297 + - -0.999259884673732 + - 0.5788989105019371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968312335533879 + - -0.025648628897564512 + - -0.07529700955619743 + - 0.025727709010383792 + - - -0.021878888773179204 + - -0.9984859040027423 + - 0.05046992900606092 + - -0.030696611683241726 + - - -0.07647748713498582 + - -0.048662586691430566 + - -0.9958830988715576 + - 0.5770047562521303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899665349302609 + - -0.01735805849953648 + - -0.14023179925858148 + - 0.06451658694469173 + - - -0.02363302550018335 + - -0.9987866083861286 + - -0.043206377008987766 + - -0.03289114372477817 + - - -0.1393116643496879 + - 0.04608696902229276 + - -0.9891755412779165 + - 0.575614210318218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997024540012416 + - -0.018813192187527406 + - 0.015526340960143202 + - -0.03477779487025366 + - - -0.018452963146134465 + - -0.9995645250451392 + - -0.02302712362439067 + - 0.037284434995857034 + - - 0.015952793329786042 + - 0.022733764998361477 + - -0.9996142677623087 + - 0.5798549557819768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967168116630758 + - -0.038103842368165365 + - -0.07144014659121788 + - 0.04846939416363676 + - - -0.036917886679423424 + - -0.9991588928192618 + - 0.017848712651422037 + - 0.034959317596768444 + - - -0.07206016230427144 + - -0.015152692729999799 + - -0.997285179330222 + - 0.5757378594023468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9979197742766722 + - -0.021015023540589928 + - -0.06094663972020102 + - 0.02575792610890255 + - - -0.018398224008865045 + - -0.9988977247735434 + - 0.04318380246757257 + - -0.030676381286820757 + - - -0.06178696837452988 + - -0.04197266048068857 + - -0.9972064311421474 + - 0.5770984969229469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875109948355644 + - -0.01682421226526285 + - -0.15664922904542902 + - 0.06452718914937522 + - - -0.02220664590127778 + - -0.999219359408774 + - -0.03267317952898716 + - -0.03290701614844379 + - - -0.15597724179087527 + - 0.03574377798123111 + - -0.9871137129930565 + - 0.5756694034432992 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996580267345367 + - -0.017991695726831177 + - 0.018977051143038045 + - -0.03476534816083521 + - - -0.017402129928679944 + - -0.999374442371398 + - -0.030787819162826042 + - 0.03729461276497998 + - - 0.01951910497839741 + - 0.030447049442116087 + - -0.9993457768565953 + - 0.579742435317169 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973936653856973 + - -0.03892276253844057 + - -0.06075273495785964 + - 0.04844095108325709 + - - -0.03699924279955663 + - -0.9987875784217926 + - 0.03247197595760496 + - 0.03497639197768942 + - - -0.06194297604041342 + - -0.030139537931228887 + - -0.9976245165254055 + - 0.5757386421673385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963066471101326 + - -0.024563018167130662 + - -0.08227832681020526 + - 0.025758441562226547 + - - -0.020264987721163433 + - -0.9984062478525114 + - 0.05267157223523073 + - -0.030658280445275327 + - - -0.08344096833586502 + - -0.050809668249175204 + - -0.9952165505132953 + - 0.577031600581455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874001973677088 + - -0.01855564238816064 + - -0.15715132316901587 + - 0.06453830555570281 + - - -0.024162513707596617 + - -0.9991350367393492 + - -0.033843039035972765 + - -0.03287531398118158 + - - -0.15638741371843184 + - 0.037213794423880876 + - -0.9869944834369836 + - 0.5757681431825552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997233763480119 + - -0.018930753647289356 + - 0.01395698211208194 + - -0.03479348782189742 + - - -0.01850811841303529 + - -0.9993841346640073 + - -0.029812764626611903 + - 0.037301471466207915 + - - 0.014512764593295056 + - 0.029546200233166 + - -0.9994580540050896 + - 0.5799107999477071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976233785532531 + - -0.03799417878998014 + - -0.05748075279663189 + - 0.048451413728351024 + - - -0.03731996229800587 + - -0.9992219219948727 + - 0.012758174593132493 + - 0.0349710189211749 + - - -0.0579207646536879 + - -0.010582673714541817 + - -0.9982650910649858 + - 0.5758259375355337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970410688513298 + - -0.021478667169437422 + - -0.07380903657698246 + - 0.025748679012061848 + - - -0.0172198312014376 + - -0.998176166984309 + - 0.057860323866247836 + - -0.03061547054425537 + - - -0.074917183857856 + - -0.05641814000069147 + - -0.9955924914550485 + - 0.5770572327945441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854462804074793 + - -0.017299849246831374 + - -0.1691045346733812 + - 0.06451634779613627 + - - -0.022839204934896454 + - -0.9992625333001084 + - -0.030866814876022327 + - -0.032904683523267544 + - - -0.16844583446617395 + - 0.0342798010304281 + - -0.9851146613934378 + - 0.5755959583493111 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996692558967564 + - -0.017999411596750687 + - 0.01836845113220925 + - -0.034779868413683225 + - - -0.01759353853721159 + - -0.9996026349594955 + - -0.022023614230483865 + - 0.03728689759598204 + - - 0.018757564249263628 + - 0.021693163997081606 + - -0.9995886956239703 + - 0.5798199360232382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965485517920862 + - -0.03929226666830465 + - -0.0731238791446575 + - 0.04844136879449364 + - - -0.03757690190968751 + - -0.9989887142055166 + - 0.024688566845396137 + - 0.03499232050808797 + - - -0.0740199997565885 + - -0.021855586701727 + - -0.9970172380485501 + - 0.5756447593072697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969198835155534 + - -0.024496225390742615 + - -0.07450289117169587 + - 0.025755202800435157 + - - -0.02056552209953385 + - -0.9983786732575899 + - 0.05307621016225682 + - -0.03065246319480731 + - - -0.07568226444887341 + - -0.05138053839753341 + - -0.9958073283129977 + - 0.577082483595071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864154951357968 + - -0.017096186368025637 + - -0.16337745060953282 + - 0.06451463732180093 + - - -0.02334253781432031 + - -0.9990650245888619 + - -0.03638959427700022 + - -0.0329090164960728 + - - -0.16260257342486198 + - 0.0397089039753982 + - -0.9858922892794557 + - 0.5756224871254397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996853643343218 + - -0.02040721612241958 + - 0.01458485056101504 + - -0.034794187151385096 + - - -0.01978483806990361 + - -0.9989378706698564 + - -0.04161358821492039 + - 0.037289561129656874 + - - 0.015418577051789676 + - 0.0413119361892677 + - -0.9990273226543867 + - 0.579779242522545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977970002077476 + - -0.03883701304847046 + - -0.05378506106618362 + - 0.0484553663665936 + - - -0.03727822334262653 + - -0.9988638235114763 + - 0.02968831663216355 + - 0.03497703487863585 + - - -0.05487695728479687 + - -0.027617901757868574 + - -0.9981111015621734 + - 0.5757093604815546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999495965665473 + - -0.03148403476039827 + - -0.004070647816920321 + - -0.04280394031632406 + - - -0.031418125577315735 + - -0.9993884302931108 + - 0.015351442325744284 + - -0.023736558925327465 + - - -0.004551483675834058 + - -0.01521581254743457 + - -0.9998738735684969 + - 0.5790176121973949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969208472566278 + - -0.025816676521243028 + - -0.07404271414882732 + - 0.025761615119159136 + - - -0.02106308078073389 + - -0.9977097138662941 + - 0.06427809490691666 + - -0.03064174294694233 + - - -0.07553258193092391 + - -0.06252060516530375 + - -0.9951813920068106 + - 0.5769948903177553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869847620821857 + - -0.01821670220728058 + - -0.15977869438151804 + - 0.06454165098121808 + - - -0.022580363551838 + - -0.999418810912347 + - -0.025537571858312798 + - -0.03290187901612081 + - - -0.15922062240626406 + - 0.028813055291706267 + - -0.9868224770673397 + - 0.575684565866932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997519875757543 + - -0.01884557821632657 + - 0.011866234449948913 + - -0.03478786269242487 + - - -0.018548758199415517 + - -0.9995241511479023 + - -0.024645787496533757 + - 0.03727909862700839 + - - 0.012325052031876076 + - 0.024419571121479623 + - -0.9996258188135467 + - 0.5797476970957912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998180623376607 + - -0.038376127167232724 + - -0.04650501025838926 + - 0.0484255986458494 + - - -0.03717233033212218 + - -0.9989579788553906 + - 0.02647969672848806 + - 0.03496891751573415 + - - -0.047472739263371956 + - -0.024702820583842135 + - -0.998567028136837 + - 0.5757235568715876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968255960569945 + - -0.02413628515480276 + - -0.07586943247806575 + - 0.025759408112199265 + - - -0.019614379326731678 + - -0.9980181714559158 + - 0.05979135027257513 + - -0.030686615845230178 + - - -0.07716221335112682 + - -0.058113416546583606 + - -0.9953234768898194 + - 0.5770725410293792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875956570877704 + - -0.015184761916248147 + - -0.1562825681479605 + - 0.06452286925298559 + - - -0.022956924059134895 + - -0.9985812164264438 + - -0.048047204268573715 + - -0.0329047464168105 + - - -0.15533125164987943 + - 0.051038977319591686 + - -0.9865430680183462 + - 0.5756534228080596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997403932989463 + - -0.01859040269890797 + - 0.013173569522370577 + - -0.034797597031542046 + - - -0.018191027223676503 + - -0.999389920843717 + - -0.029813967272675913 + - 0.03728229156115976 + - - 0.013719786259842243 + - 0.029566586605172487 + - -0.9994686510448954 + - 0.5797820372006308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966603103440526 + - -0.03824542631652601 + - -0.07214924220505602 + - 0.04842055748329329 + - - -0.03689634496146087 + - -0.9991201417481177 + - 0.019939961928429208 + - 0.034939997308083934 + - - -0.07284837344362287 + - -0.01721132531473111 + - -0.9971945069882455 + - 0.5755858033527961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995120141736716 + - -0.030222935479902208 + - -0.007893522247239989 + - -0.04283159838425048 + - - -0.0300724562216313 + - -0.9993758902700891 + - 0.018533141224961296 + - -0.023778143858800973 + - - -0.008448721754684141 + - -0.018286719712511577 + - -0.9997970869045715 + - 0.5790074697190775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967998072058012 + - -0.02257327036388429 + - -0.07668501691697399 + - 0.025751674472733712 + - - -0.018176744909750048 + - -0.9981769008365804 + - 0.05755415346232331 + - -0.030637162612928037 + - - -0.07784439799345538 + - -0.05597608508423726 + - -0.9953928508883706 + - 0.5770485310959578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880722310439591 + - -0.016662708148653702 + - -0.15308697004306387 + - 0.06450498709866624 + - - -0.023164812210849397 + - -0.9988992515420535 + - -0.04078819368348562 + - -0.03290387560910568 + - - -0.1522388180295986 + - 0.04384791244607026 + - -0.9873706005644854 + - 0.5755302759412951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997223617887357 + - -0.01935370638808399 + - 0.013439992135262596 + - -0.03478342079963294 + - - -0.018974924439430618 + - -0.9994344844705008 + - -0.027760826603377222 + - 0.03730302529067388 + - - 0.013969666498166026 + - 0.027498096301902693 + - -0.9995242383842934 + - 0.5797932767078899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978789881406839 + - -0.03761454862742051 + - -0.05312881288792493 + - 0.04847369639466469 + - - -0.036566913343890596 + - -0.9991197803799801 + - 0.02055542025745229 + - 0.03496698480013767 + - - -0.05385523071926363 + - -0.018569065270376477 + - -0.9983760834170453 + - 0.5757488681477643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995370699999222 + - -0.030048693185975344 + - -0.004766731981724752 + - -0.04282897173900706 + - - -0.02992927539581049 + - -0.9992779132756486 + - 0.023407061194173042 + - -0.023782544638619903 + - - -0.00546664158805126 + - -0.023253560529113548 + - -0.9997146531648256 + - 0.5790226608197638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996931644744175 + - -0.02436690818921141 + - -0.07438783161897264 + - 0.025758797985470847 + - - -0.020075593848670567 + - -0.9981204675934425 + - 0.0579008005356679 + - -0.030628547048814847 + - - -0.07565888076952568 + - -0.05622976041516202 + - -0.9955470595629101 + - 0.5770719386130255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883197194436781 + - -0.018358891691178676 + - -0.15128477535641438 + - 0.0645481769426719 + - - -0.0238882970761202 + - -0.9991082867698813 + - -0.03481351132182983 + - -0.032904596110795874 + - - -0.15051073523696645 + - 0.038020815399248314 + - -0.9878769843329702 + - 0.575817212242304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997721645830367 + - -0.018128345536617595 + - 0.011268629599662277 + - -0.03478371155436096 + - - -0.017833811041773714 + - -0.9995103452323754 + - -0.025710405620764834 + - 0.03730837783322586 + - - 0.011729198978434024 + - 0.025503585268799818 + - -0.9996059188649102 + - 0.5796591475673545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969948518951773 + - -0.038801513741789355 + - -0.06705003971556749 + - 0.048451392518326655 + - - -0.03756639747086612 + - -0.9991021944467606 + - 0.01958496445560609 + - 0.034981046635451554 + - - -0.0677497680850226 + - -0.017007280294396937 + - -0.9975573774682901 + - 0.5757707499947549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996131396800756 + - -0.024122668506683348 + - -0.08450051580843455 + - 0.025734000843865432 + - - -0.02007062420013122 + - -0.9986225517907635 + - 0.048478542667051316 + - -0.0306747796125215 + - - -0.08555355253869905 + - -0.04659502032428654 + - -0.9952434344063705 + - 0.5770881736602619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883238740315995 + - -0.018211118402054003 + - -0.15127549433307905 + - 0.06452494446789023 + - - -0.023434822337459176 + - -0.9991864911218371 + - -0.03282019289466371 + - -0.03291684119631338 + - - -0.1505547379566076 + - 0.03598209452182543 + - -0.987946638109893 + - 0.575703567378445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997076228801428 + - -0.019917084267749657 + - 0.01371052550435535 + - -0.03479215858968935 + - - -0.019468125240996607 + - -0.9992939171623311 + - -0.03213501551214805 + - 0.03730378832770105 + - - 0.01434088054950219 + - 0.031858701741227374 + - -0.9993894947759003 + - 0.5798334455310867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968599522555627 + - -0.0382180455714521 + - -0.06935139927741751 + - 0.048451240752647604 + - - -0.03736867879800353 + - -0.999210299303289 + - 0.013504059061013046 + - 0.034971500765103955 + - - -0.06981273117368364 + - -0.010870085507027854 + - -0.9975008891259901 + - 0.5757295391691586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973001277560017 + - -0.02552651291246005 + - -0.0688538475060942 + - 0.025728688929458562 + - - -0.022101595607944845 + - -0.9985019805235712 + - 0.05005311540843006 + - -0.030627564701214246 + - - -0.07002838459828513 + - -0.048396198497782414 + - -0.9963703294064505 + - 0.5770942270425606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853787118805759 + - -0.015217481144551518 + - -0.1696974438233892 + - 0.06454024813047339 + - - -0.023367174377622684 + - -0.9986620354405753 + - -0.046131487416873326 + - -0.03291943031635559 + - - -0.16876838961779211 + - 0.04942233540923159 + - -0.984415899621961 + - 0.5758051858644864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995487072877947 + - -0.01900284009014451 + - 0.02326529234303692 + - -0.034792721554848735 + - - -0.018157889766275595 + - -0.9991866020067941 + - -0.03600590797844157 + - 0.03726956917416115 + - - 0.023930582912548532 + - 0.03556721016082952 + - -0.9990807278507783 + - 0.5797597192435906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974943702866398 + - -0.037371713087337353 + - -0.06006942905819695 + - 0.04844486245706842 + - - -0.03652157340249549 + - -0.9992174261073967 + - 0.015189142158648639 + - 0.034959164259134604 + - - -0.0605900645540682 + - -0.01295725373014054 + - -0.9980786309971309 + - 0.575798922466106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995524047898591 + - -0.028539677781107217 + - -0.008970890198868564 + - -0.042840935529577406 + - - -0.028240385381827837 + - -0.9990925144458855 + - 0.03188460775491866 + - -0.023786036374780606 + - - -0.009872725677107909 + - -0.031616994960776225 + - -0.9994512969211437 + - 0.5790084467957908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972236749568404 + - -0.025247672107470594 + - -0.07005353066568154 + - 0.025739793650580822 + - - -0.020512248614182958 + - -0.9975075916766829 + - 0.06751186713589247 + - -0.030644776723735386 + - - -0.07158344614758277 + - -0.06588747681113688 + - -0.9952560728963669 + - 0.5770259975611419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842636253056605 + - -0.01564216584119148 + - -0.17601260905956462 + - 0.06450642913849884 + - - -0.023005695997078805 + - -0.998939893609431 + - -0.039872633563251235 + - -0.03288758091625103 + - - -0.17520232262115837 + - 0.04329447543712684 + - -0.9835800600585477 + - 0.5755112656374751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998113696348497 + - -0.0175667903000343 + - 0.008284505262267603 + - -0.03478258245883189 + - - -0.017348772641364866 + - -0.9995193513752145 + - -0.02569214499235174 + - 0.03727556254780757 + - - 0.008731851849644987 + - 0.025543572675419065 + - -0.9996355739259436 + - 0.5798184395241037 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972575351262044 + - -0.03876752619798803 + - -0.06304353691295658 + - 0.04844808158763311 + - - -0.03713530302060893 + - -0.9989492114616827 + - 0.02685967590367055 + - 0.03497924069449308 + - - -0.06401857467621846 + - -0.02444487333922962 + - -0.997649272171265 + - 0.5757166896169057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960642738548581 + - -0.024909473205601506 + - -0.0850616276273485 + - 0.02573500456710658 + - - -0.019043122066958577 + - -0.9974283875772971 + - 0.06909392995695347 + - -0.030648274604195763 + - - -0.08656397548597909 + - -0.06720215621222951 + - -0.9939771367332803 + - 0.5769223530956471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876221320497802 + - -0.015855812280370477 + - -0.1560484460107699 + - 0.06450581660586877 + - - -0.023751115872182035 + - -0.9985231376367842 + - -0.04886131495179509 + - -0.03290010073308481 + - - -0.1550432480963705 + - 0.05196284077032341 + - -0.9865401433285956 + - 0.5754895952948226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997074601536587 + - -0.01853506186201605 + - 0.015538519713663653 + - -0.03478063440191836 + - - -0.018094529436073977 + - -0.9994433639198891 + - -0.028027670630714548 + - 0.03727335270814575 + - - 0.016049365021948012 + - 0.02773830921790303 + - -0.9994863701342429 + - 0.5798620185912123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973138126546189 + - -0.03897927803860213 + - -0.06201431263746258 + - 0.04843509524096194 + - - -0.03763007234853254 + - -0.9990321028134543 + - 0.022777954323685085 + - 0.03497689991804491 + - - -0.06284215737346871 + - -0.0203831653998349 + - -0.9978153084739335 + - 0.5757769779459645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994649278547955 + - -0.03150458557117423 + - -0.00879312664512293 + - -0.04280638069600616 + - - -0.03125704318585918 + - -0.9991467246898658 + - 0.026996662623190972 + - -0.023782520228204936 + - - -0.009636142355006207 + - -0.02670737032172248 + - -0.9995968493002626 + - 0.5789915598076741 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962323962859194 + - -0.024552392024298264 + - -0.08317567334443463 + - 0.025749090783418593 + - - -0.01920156971987247 + - -0.9977309153021583 + - 0.06453154554642342 + - -0.030671998896353664 + - - -0.08457134450100573 + - -0.06269131276502686 + - -0.994443305067257 + - 0.5769900914167473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98548879915578 + - -0.01829613531948933 + - -0.16875152790677073 + - 0.06450396040072401 + - - -0.022538464724870456 + - -0.9994753978023866 + - -0.023258262953346126 + - -0.032889120861138085 + - - -0.1682374641580895 + - 0.026724157987337183 + - -0.9853841763665192 + - 0.5755249033076866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997730074661821 + - -0.01869911663521768 + - 0.010211590428907794 + - -0.03478262923571919 + - - -0.018424503761024405 + - -0.9994828464342193 + - -0.02635483532316498 + - 0.03728320314279414 + - - 0.010699121608115009 + - 0.026160709486053174 + - -0.9996004932351731 + - 0.5798132584683725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977246799156776 + - -0.037241133300611934 + - -0.05620107719292117 + - 0.048452916033896856 + - - -0.036593328670543004 + - -0.9992519051596483 + - 0.01251232718654647 + - 0.03497385481339157 + - - -0.05662500670170598 + - -0.010427273147838183 + - -0.998341064261474 + - 0.5757865595892939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999438455124804 + - -0.03331943876919182 + - 0.00354815696542775 + - -0.04283627310176669 + - - -0.03338611298299728 + - -0.9992267064304398 + - 0.02076912651181349 + - -0.023731937724474853 + - - 0.0028533975593626245 + - -0.02087592288458766 + - -0.999778002341563 + - 0.5791046610546494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9954743762568898 + - -0.02693768804280296 + - -0.09113247049688007 + - 0.025707959449416777 + - - -0.02012894912281053 + - -0.9969936158443649 + - 0.07482349479133905 + - -0.030641791515054535 + - - -0.09287406324247578 + - -0.07265047094470116 + - -0.9930238252168702 + - 0.5769429420740974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876615581494455 + - -0.018783118276044102 + - -0.15547295913321296 + - 0.06453450879642379 + - - -0.023441716899853148 + - -0.9993278227234325 + - -0.028184900915770805 + - -0.03289291362763646 + - - -0.15483905341546333 + - 0.03148169624834114 + - -0.9874379830342416 + - 0.5756820343208927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997959534999094 + - -0.019538333142382725 + - 0.005128830590351044 + - -0.03482552816091895 + - - -0.019408068722492466 + - -0.9995156793643886 + - -0.024325574468187654 + - 0.03729106352843732 + - - 0.005601627769698873 + - 0.02422107022329117 + - -0.9996909330005788 + - 0.5798123513186317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974005086523547 + - -0.03726118044798615 + - -0.06167519575685746 + - 0.04844135005697766 + - - -0.03656942896968007 + - -0.9992553241983001 + - 0.01230747440301921 + - 0.03495832166157508 + - - -0.06208785875560211 + - -0.010020054539375683 + - -0.9980203887206772 + - 0.5757025481511389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960665042432225 + - -0.026087533548890728 + - -0.08468151934171786 + - 0.025713690301518134 + - - -0.019642124133859087 + - -0.9969087194227323 + - 0.07607359659197949 + - -0.03065037991448203 + - - -0.0864043175090013 + - -0.07411103650782833 + - -0.9934997977773021 + - 0.5769222015983452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867952770923943 + - -0.018374971606372144 + - -0.16092682040794046 + - 0.06452980387723488 + - - -0.023244606616760845 + - -0.9993254946377219 + - -0.02842963296112287 + - -0.032893852183914 + - - -0.16029588070620074 + - 0.03179490816997501 + - -0.9865567973731092 + - 0.5756317249619795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997835023550258 + - -0.018506565728832105 + - 0.009510806676754652 + - -0.03479469922603429 + - - -0.01829069102416547 + - -0.9995838931442944 + - -0.022304510493465903 + - 0.03730538232542999 + - - 0.009919629054389922 + - 0.022125722393156678 + - -0.9997059834611389 + - 0.5798712585324122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971108353632484 + - -0.037492171706319945 + - -0.06606299313495144 + - 0.04843108926724874 + - - -0.0369945418121319 + - -0.999277243648656 + - 0.008740377683744083 + - 0.034953678321579765 + - - -0.06634294142797138 + - -0.006271155131862813 + - -0.9977771728878129 + - 0.5756338365757132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995402755219313 + - -0.03015347987284134 + - -0.003163109403712302 + - -0.042841569610729546 + - - -0.030065446156328276 + - -0.9992370429130593 + - 0.024927916434924542 + - -0.023778843842057945 + - - -0.003912359513468338 + - -0.02482135616608827 + - -0.9996842470105819 + - 0.579085298824962 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969774315453257 + - -0.021847149592791527 + - -0.07455671025437938 + - 0.025730830011900695 + - - -0.017457453387006466 + - -0.9981035905581757 + - 0.059029313363089884 + - -0.030647290295130303 + - - -0.07570494244450482 + - -0.05754932292866315 + - -0.9954681497265125 + - 0.5770290407560271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892734034276304 + - -0.01772963873180571 + - -0.1449958384959801 + - 0.06453792102236562 + - - -0.02348413286245037 + - -0.9989989936511978 + - -0.03807238090259244 + - -0.032895185186494015 + - - -0.14417568718203314 + - 0.041069095367842735 + - -0.9886994996616792 + - 0.5756061227185718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997251463531114 + - -0.01861420403479991 + - 0.014252829803264437 + - -0.03477888367331215 + - - -0.018259067858082307 + - -0.999529276787579 + - -0.024654234635340538 + - 0.037298258428247966 + - - 0.014705039619257407 + - 0.024387214942492266 + - -0.9995944305352775 + - 0.5797457884155407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975624770998761 + - -0.03772714311037545 + - -0.0587006554911312 + - 0.048439506582410315 + - - -0.03677873565260224 + - -0.9991761857257203 + - 0.017154430401446187 + - 0.034976544750257944 + - - -0.05929948470396034 + - -0.01495368019356129 + - -0.9981282275151399 + - 0.5757589872405688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966423309110299 + - -0.02719887774473636 + - -0.07722878534365295 + - 0.025746024298067608 + - - -0.023504501912047775 + - -0.9985538924458681 + - 0.048349377152888375 + - -0.030704810141668367 + - - -0.07843215301198662 + - -0.04637181181097615 + - -0.9958403749814886 + - 0.5771042548014267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896150634425938 + - -0.016104351855136766 + - -0.14283793634338604 + - 0.06452715239816656 + - - -0.024019255035164565 + - -0.9982594814060326 + - -0.053861704118181544 + - -0.032892371289253666 + - - -0.14172191642462 + - 0.05673321455976883 + - -0.9882794345581862 + - 0.5757004579601209 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997757733896852 + - -0.018684814246370876 + - 0.009963968066765971 + - -0.03479353668408208 + - - -0.01845582995352961 + - -0.9995742612483685 + - -0.022598198833213533 + - 0.03730342653630838 + - - 0.010381969166941077 + - 0.022409238415387306 + - -0.999694973854455 + - 0.5798133271084809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973339538975049 + - -0.036765900594121596 + - -0.06303374458710853 + - 0.04842723925395684 + - - -0.036609074654476 + - -0.9993230283872209 + - 0.0036415090191323474 + - 0.034963396878939755 + - - -0.06312495588998593 + - -0.0013241935268640602 + - -0.9980047527218447 + - 0.5755865034431558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995069584834722 + - -0.031311819609296916 + - -0.002325918286098177 + - -0.042810527308826216 + - - -0.031239493414088833 + - -0.9991621847039879 + - 0.02643903759191241 + - -0.023724570724022682 + - - -0.0031518239719021887 + - -0.026353341539742284 + - -0.9996477216476519 + - 0.5789889727243597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9960373019668819 + - -0.022688813013287602 + - -0.08599366752606091 + - 0.02572413036066748 + - - -0.0176812158763187 + - -0.998127710916312 + - 0.05855294446992355 + - -0.030626514807959068 + - - -0.08716115932954108 + - -0.056800444232514645 + - -0.9945735980003286 + - 0.5769684771666688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845184103579021 + - -0.017060594011224877 + - -0.17444894897457447 + - 0.06451885936303813 + - - -0.022649972912725008 + - -0.9992902468508672 + - -0.030099522849814 + - -0.032900017456925064 + - - -0.17381161754440455 + - 0.03358479835755769 + - -0.9842060673080005 + - 0.5755508819795359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997597108879248 + - -0.019494392118967942 + - 0.010024428223335153 + - -0.03480189915990346 + - - -0.019065521700814058 + - -0.9989676811758058 + - -0.041232000297217186 + - 0.03726738847262911 + - - 0.010817872599021774 + - 0.041030971742646444 + - -0.9990993108746927 + - 0.5798299402405758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967623172382317 + - -0.03665290908799556 + - -0.07156428710787135 + - 0.04842671225751802 + - - -0.036385032821881776 + - -0.9993251179091459 + - 0.005043619972099957 + - 0.03495272321670871 + - - -0.07170085299646925 + - -0.0024234213953649086 + - -0.9974232375016736 + - 0.5756578759115136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966711417195516 + - -0.024552527127755998 + - -0.07774193639913013 + - 0.02575626112829683 + - - -0.02051012375855262 + - -0.9984167946134687 + - 0.052375939678214516 + - -0.030669770773917315 + - - -0.07890481662645471 + - -0.05060709086094473 + - -0.9955967819693563 + - 0.5770823100706439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860076380568406 + - -0.018572575951558413 + - -0.16566229841485997 + - 0.06454817425349157 + - - -0.022948033993429286 + - -0.9994355039590529 + - -0.024536934648620768 + - -0.03291163223318746 + - - -0.16511306862089065 + - 0.02799522903349545 + - -0.9858772447530958 + - 0.5757657237937401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997350253981363 + - -0.019750458913951368 + - 0.011823635856875587 + - -0.034782649732360185 + - - -0.019348829139589987 + - -0.9992624173924821 + - -0.033169926105740086 + - 0.03727687154271427 + - - 0.01247003621144015 + - 0.03293236340777296 + - -0.9993797864862307 + - 0.5798451797719062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972466754346905 + - -0.03792574664598039 + - -0.0637236696667884 + - 0.04845794880231647 + - - -0.037480456137545526 + - -0.999263968862683 + - 0.00816920684765985 + - 0.03494566918196587 + - - -0.06398659033093253 + - -0.0057583221638975906 + - -0.997934145113633 + - 0.5756475142880793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995244217140519 + - -0.03049046069796297 + - -0.004611095706675816 + - -0.042807742974742116 + - - -0.030360903093707113 + - -0.9992020403302387 + - 0.02595184315656718 + - -0.02374690427047577 + - - -0.005398699892073488 + - -0.025799503993575394 + - -0.9996525594591159 + - 0.579016705405459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964511962512698 + - -0.02556524527422204 + - -0.0801962076627225 + - 0.02572066290451093 + - - -0.021515212666358613 + - -0.998468636486775 + - 0.05096545473320181 + - -0.030653485232537764 + - - -0.08137634246717533 + - -0.04905914987348994 + - -0.9954753089355636 + - 0.5770778572551651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868618876138741 + - -0.021229339747750844 + - -0.16016532055677943 + - 0.0645166542641725 + - - -0.022793390428469024 + - -0.9997087130473481 + - -0.007934129441207851 + - -0.0329022778586884 + - - -0.15995023015912394 + - 0.011480600641474761 + - -0.9870583162513519 + - 0.575541080583796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996277434257668 + - -0.01999503580005998 + - 0.018562680756394303 + - -0.03477713951590576 + - - -0.019404792046421915 + - -0.9993169207678531 + - -0.031450690178293494 + - 0.03728053534999316 + - - 0.019178858650728218 + - 0.031078777492208498 + - -0.9993329179860156 + - 0.5798325084398191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967048553325168 + - -0.037727389781854 + - -0.07180581743030749 + - 0.04843647505919673 + - - -0.03695593245046988 + - -0.999244332845599 + - 0.01204252185681148 + - 0.0349459142805289 + - - -0.07220588904862886 + - -0.009349189066626743 + - -0.9973459290790209 + - 0.5755968824879221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960672285040616 + - -0.024291865087817912 + - -0.08520552558838385 + - 0.025745313151096474 + - - -0.01857363472756082 + - -0.9975616980725891 + - 0.06727316427477127 + - -0.03066053560478064 + - - -0.08663195942170895 + - -0.0654260179828214 + - -0.9940897040899617 + - 0.5769218170744458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9906363833638161 + - -0.017463976294728917 + - -0.13540519003286197 + - 0.06454791223009906 + - - -0.023080417428015473 + - -0.9989322603129237 + - -0.04002041525850248 + - -0.032904469573740026 + - - -0.134561696954248 + - 0.0427708877402792 + - -0.9899817174446722 + - 0.5758215170798593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997889050577862 + - -0.01935185650442823 + - 0.006902968432864388 + - -0.03479794039583242 + - - -0.01913569121382344 + - -0.999363254880611 + - -0.030114948384490425 + - 0.03726118668592553 + - - 0.0074813531611803855 + - 0.029976498198811364 + - -0.9995226055025542 + - 0.5797847115724684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975566688087536 + - -0.03817012642315351 + - -0.05851268207853045 + - 0.048452982627462365 + - - -0.03699071064529434 + - -0.9990926306677539 + - 0.021109302957316584 + - 0.03497009917222848 + - - -0.05926533422785033 + - -0.018893300247128486 + - -0.998063456582112 + - 0.5756812495310969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972133711474702 + - -0.02729495166808958 + - -0.06942966237952192 + - 0.025736754939223186 + - - -0.022423896125955654 + - -0.9972952883640444 + - 0.06999483330511574 + - -0.030667733269412054 + - - -0.07115238075588265 + - -0.06824290014584114 + - -0.9951282556999653 + - 0.5770029202051947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986257302417458 + - -0.01565397548113036 + - -0.16447336100376542 + - 0.06451647019825316 + - - -0.02327507938522464 + - -0.9987376894426466 + - -0.04451177783884561 + - -0.03290464752565572 + - - -0.16356895826485618 + - 0.04772819647126241 + - -0.9853766869343672 + - 0.5756095456049738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997756360465159 + - -0.019396161164196915 + - 0.00851272576070659 + - -0.034799052847893544 + - - -0.019060030524141132 + - -0.9990984619250832 + - -0.03793387161037285 + - 0.03730066350349653 + - - 0.009240822701648731 + - 0.03776310780412468 + - -0.9992439916680866 + - 0.5798112612427637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997615845020668 + - -0.037353983080806785 + - -0.058028490517136135 + - 0.048478815451222616 + - - -0.03622151904247389 + - -0.999134591081457 + - 0.020446771450402794 + - 0.03499347484187546 + - - -0.05874204049872849 + - -0.018296143104165594 + - -0.998105517380581 + - 0.5758021787116767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973179310781031 + - -0.02296987256795899 + - -0.0694933759742894 + - 0.025744828682040543 + - - -0.019258286782279376 + - -0.9983759210855888 + - 0.053615656171625656 + - -0.0306710578006548 + - - -0.07061205803758805 + - -0.05213353192249899 + - -0.996140568448541 + - 0.5770665461263633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876920239470874 + - -0.019355460978986123 + - -0.15520899446100772 + - 0.06451008704096986 + - - -0.023616990051050436 + - -0.9993917223022476 + - -0.025659757884185418 + - -0.032889159032431795 + - - -0.15461792784872902 + - 0.029009507476642493 + - -0.9875483506460466 + - 0.5755988542935525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99972729690085 + - -0.01954829975949629 + - 0.012774811459756324 + - -0.03482647816813845 + - - -0.019369957278835795 + - -0.9997152251342423 + - -0.01393819894422274 + - 0.03729820664486626 + - - 0.013043641605606945 + - 0.013686950401953422 + - -0.9998212494252962 + - 0.5796933665480478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974647340301946 + - -0.039820247536783204 + - -0.058978404964718824 + - 0.048440682544998594 + - - -0.038230231671530904 + - -0.9988808688964371 + - 0.027847066973740568 + - 0.03500432650561446 + - - -0.06002127749735201 + - -0.025521709167064584 + - -0.9978707775101834 + - 0.5757471375746578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995230755319905 + - -0.030342662395724408 + - -0.005739714087818576 + - -0.04283062836517583 + - - -0.030187338016742272 + - -0.9992202666989468 + - 0.025447656897025217 + - -0.023770248254162064 + - - -0.006507388303594443 + - -0.025262253597509075 + - -0.9996596783108946 + - 0.5790759144154275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9960959451198195 + - -0.0264217418283824 + - -0.08423039638163833 + - 0.02574082018642264 + - - -0.020780034876833036 + - -0.9975253730155637 + - 0.06716636316399378 + - -0.030651252270598554 + - - -0.085796609876913 + - -0.06515383142159949 + - -0.9941800239316388 + - 0.5769654246215509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868558557622636 + - -0.017232177431936096 + - -0.1606815857797173 + - 0.06453682013709897 + - - -0.021860051670064665 + - -0.9993942690491585 + - -0.02707827787509308 + - -0.032907016603619506 + - - -0.16011763828108533 + - 0.0302348648525659 + - -0.9866347829154591 + - 0.5757165626618678 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996788193156417 + - -0.019123252306129494 + - 0.016630076154986163 + - -0.03479861222582306 + - - -0.01843969751675315 + - -0.9990163112202441 + - -0.04032849453410736 + - 0.0373087259656837 + - - 0.01738492931176811 + - 0.04000888822665524 + - -0.9990480734657828 + - 0.5799390361585841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970341881737536 + - -0.038173444777706955 + - -0.06682526263702608 + - 0.048439637771443306 + - - -0.037324863387570725 + - -0.9992064830131516 + - 0.013901758075422238 + - 0.034952144379569935 + - - -0.06730291365017817 + - -0.011366284278151 + - -0.9976678432203301 + - 0.5756975683285672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996581805025377 + - -0.025512844706497038 + - -0.07857353655871493 + - 0.025745289402733164 + - - -0.021205678319972287 + - -0.9982516653359657 + - 0.05517183938352632 + - -0.030661819928735203 + - - -0.07984375429143725 + - -0.053317046138678145 + - -0.9953804636879786 + - 0.5770642562660431 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881565585248053 + - -0.01592782748781884 + - -0.1526201826624883 + - 0.06453757094299432 + - - -0.023784293081113593 + - -0.9984764430579338 + - -0.04979056196719215 + - -0.032890205708591434 + - - -0.15159460164215846 + - 0.052830833515054375 + - -0.9870298778573323 + - 0.5756736508160023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997788038755692 + - -0.018833274628538465 + - 0.009362215971772342 + - -0.034810957902387724 + - - -0.018506435675184636 + - -0.9992555628562132 + - -0.03385013943120964 + - 0.03730127697425657 + - - 0.009992755362577094 + - 0.03366939066389722 + - -0.9993830681838597 + - 0.5798256563175905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996712866737318 + - -0.03855034225793259 + - -0.07125540254657077 + - 0.04846397201713581 + - - -0.037248618862506605 + - -0.9991155926091384 + - 0.019508280245223844 + - 0.03495592306468476 + - - -0.0719444346222368 + - -0.016789988596980346 + - -0.9972673135171934 + - 0.5757876134651981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968574907519561 + - -0.022097817819823923 + - -0.07607121386776826 + - 0.025746830904610746 + - - -0.018426641363719312 + - -0.998646977699693 + - 0.04862790165452456 + - -0.03065043360396382 + - - -0.07704285833071574 + - -0.04707335104781808 + - -0.9959159089006272 + - 0.5771288430747707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882799389898169 + - -0.01675807001550504 + - -0.15172979034994796 + - 0.06452244499725648 + - - -0.02333207588471605 + - -0.9988597642585823 + - -0.04165075725842095 + - -0.032890205880666545 + - - -0.15085879631361768 + - 0.04470277882464897 + - -0.9875440674421377 + - 0.5755642122486871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997269857606081 + - -0.019375060404633125 + - 0.013059899552665042 + - -0.03476856019709903 + - - -0.018900547850038335 + - -0.9991899745341802 + - -0.035526948663699605 + - 0.03726001746330759 + - - 0.013737657477797812 + - 0.035270410044420435 + - -0.9992833806995499 + - 0.5797978237357617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966440695532848 + - -0.03840952794602236 + - -0.07228628353450633 + - 0.04843856991802273 + - - -0.03736949068637732 + - -0.9991783963323836 + - 0.015686091561818678 + - 0.03496259237211194 + - - -0.0728293882310436 + - -0.012932148530260843 + - -0.9972605676272787 + - 0.5757038459116783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974364350271394 + - -0.02588921535191503 + - -0.06671061841126345 + - 0.025731369285837268 + - - -0.021863632226311307 + - -0.9979358031392715 + - 0.060383063839539 + - -0.030662798678136965 + - - -0.06813618470551193 + - -0.0587697315055923 + - -0.9959435621522623 + - 0.5770386466486441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844605447289997 + - -0.01774059242279939 + - -0.17470749054453677 + - 0.06450569789611013 + - - -0.0230836527054122 + - -0.9993244127370748 + - -0.028598305639961505 + - -0.0328940819265409 + - - -0.17408210950484604 + - 0.0321867905854071 + - -0.9842049733984045 + - 0.5755325724631567 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995248676521734 + - -0.01897509768848753 + - 0.02428959885666102 + - -0.03478059707276224 + - - -0.018052316405247727 + - -0.9991274523320016 + - -0.03766228709158501 + - 0.03724993235412381 + - - 0.024983050600556705 + - 0.03720590899677768 + - -0.9989952790270902 + - 0.5798208844386876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971322638081984 + - -0.03845084208088111 + - -0.0651826757352644 + - 0.048445756845459036 + - - -0.037063629801650226 + - -0.999062727371615 + - 0.022359653904225132 + - 0.03496314039921166 + - - -0.06598132931870734 + - -0.01987962575255498 + - -0.9976228068068989 + - 0.5756942994924099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996776881999236 + - -0.02594568825748742 + - -0.0759122438920523 + - 0.02575381076094581 + - - -0.02102488421311342 + - -0.9976690691201404 + - 0.06491827758634627 + - -0.03066246659311058 + - - -0.07741964709107325 + - -0.06311299217909111 + - -0.994998969076097 + - 0.5769774320787472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870899173977566 + - -0.017765578813346807 + - -0.15917876485610977 + - 0.0645555349060368 + - - -0.023949336204108117 + - -0.9990277239529431 + - -0.037013998281527384 + - -0.03291517437012569 + - - -0.1583664240521725 + - 0.04034837026236721 + - -0.986555667334641 + - 0.5758451146908187 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996035601663349 + - -0.02055866897349395 + - 0.019237038047136598 + - -0.034797122804166 + - - -0.019895585251660883 + - -0.9992221525751865 + - -0.03404784120182031 + - 0.03729727963166068 + - - 0.019922052863160906 + - 0.033651611150861356 + - -0.9992350478624479 + - 0.5798404662964938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970512098386739 + - -0.038231787468537275 + - -0.06653732325693029 + - 0.048440330141710244 + - - -0.037198400550066145 + - -0.9991683217091225 + - 0.01670161337990807 + - 0.0349669160352921 + - - -0.06712051814276673 + - -0.0141772818246546 + - -0.9976441453365577 + - 0.575702652069231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959448921491254 + - -0.024480931797702964 + - -0.0865705248937717 + - 0.025738046620921513 + - - -0.01919194195858801 + - -0.9979282359830742 + - 0.061407696517361825 + - -0.030634768343587183 + - - -0.08789448882566597 + - -0.059497225196024385 + - -0.9943513659808835 + - 0.5770070872456499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9825885689289091 + - -0.016857388256584074 + - -0.18502846448967059 + - 0.06450659796464207 + - - -0.02264811594334093 + - -0.9993161742909875 + - -0.029227498090694366 + - -0.03288153573452269 + - - -0.18440923798567005 + - 0.0329091516388882 + - -0.9822984376878308 + - 0.5754801949729862 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997427601192455 + - -0.01824392492710391 + - 0.013474894894104267 + - -0.03478493025216132 + - - -0.01769546166974391 + - -0.9990526463944831 + - -0.03975777117087168 + - 0.037283319634455955 + - - 0.014187467196352728 + - 0.03950909940045417 + - -0.9991184848851102 + - 0.579939371274645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968921715106589 + - -0.038930058893735256 + - -0.06848685198849065 + - 0.04846318834162203 + - - -0.03728875232550376 + - -0.9989896833821862 + - 0.025083090837589743 + - 0.034971053344848874 + - - -0.0693941447873692 + - -0.02245134763193169 + - -0.9973366481077189 + - 0.5756796359345935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968507803473392 + - -0.02270200286426416 + - -0.07598118705871759 + - 0.025747326486936426 + - - -0.017947328637671088 + - -0.9978719752238071 + - 0.0626850417381149 + - -0.030602223423479763 + - - -0.07724257320721728 + - -0.0611239734383222 + - -0.9951368974947311 + - 0.5769681382584162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855030239580211 + - -0.019245059988392127 + - -0.16856279967904897 + - 0.06452021267885266 + - - -0.023395970625566018 + - -0.9994691231157808 + - -0.022673784348009457 + - -0.032892766780463344 + - - -0.16803695524521878 + - 0.026288773349389567 + - -0.9854301000414494 + - 0.5755792239118739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997401278312268 + - -0.01949147075549168 + - 0.01182198679537695 + - -0.03479300003414144 + - - -0.01905314510959496 + - -0.9991657924944843 + - -0.03612058651660027 + - 0.03725027927294273 + - - 0.01251616816102165 + - 0.03588595375154881 + - -0.9992775109337286 + - 0.5796708444124156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9960480659566642 + - -0.03791213549970822 + - -0.08031762126607432 + - 0.048426278392531844 + - - -0.036724799475114256 + - -0.9991939452859153 + - 0.016209528292936554 + - 0.034941475569419095 + - - -0.08086741870185692 + - -0.013195820770934532 + - -0.996637512291545 + - 0.5755558538779237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994981385182711 + - -0.031392733794517444 + - -0.004238792683941183 + - -0.04282027806594368 + - - -0.031260150953438925 + - -0.9991083968460582 + - 0.028376298456091714 + - -0.02375135712893683 + - - -0.005125822946521136 + - -0.028229552185742225 + - -0.999588324422867 + - 0.579008767438118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9958839440465305 + - -0.024522259829540698 + - -0.08725725622078333 + - 0.025696207197137593 + - - -0.018634639340079216 + - -0.9975343720723722 + - 0.06766037799808226 + - -0.030668212391067505 + - - -0.08870129766239108 + - -0.06575587659693007 + - -0.9938854282491404 + - 0.5769412554908633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859720346389326 + - -0.016618345653233686 + - -0.16608123764505434 + - 0.06453403447737843 + - - -0.022541847899837573 + - -0.9991728459092097 + - -0.033845074840379706 + - -0.03289981810521341 + - - -0.16538141371757575 + - 0.03711407530088772 + - -0.9855310920571384 + - 0.5757291704166461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998186677640934 + - -0.01904039671962114 + - -0.0003080311553954203 + - -0.034796680840188055 + - - -0.01904176136833819 + - -0.9994527361731044 + - -0.02704883509667239 + - 0.03727755107301065 + - - 0.00020715796995773866 + - 0.027049795726680693 + - -0.9996340658644648 + - 0.5798095864177905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967000566491093 + - -0.038349225590195546 + - -0.0715425326102917 + - 0.048415853236235616 + - - -0.037795072987223316 + - -0.9992442213149153 + - 0.00908397636721012 + - 0.03495984602777748 + - - -0.07183682574802996 + - -0.006350044518100719 + - -0.9973961837710561 + - 0.5756727726814825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965251168535517 + - -0.027528201422299725 + - -0.07861227389198489 + - 0.025720484581289824 + - - -0.022568163333733814 + - -0.9977392826977164 + - 0.06330088281839938 + - -0.03066292485346763 + - - -0.08017711321665968 + - -0.06130678501030789 + - -0.9948935162257031 + - 0.577054233373332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829099438168453 + - -0.017879186146156866 + - -0.18321674882149055 + - 0.06452166789675967 + - - -0.023353777635701987 + - -0.9993416009092797 + - -0.02776627022521865 + - -0.032896842970702674 + - - -0.1825996807667206 + - 0.03157054631818636 + - -0.982680343341141 + - 0.5756874225766775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996394217430212 + - -0.018320020647933588 + - 0.01963169225353471 + - -0.03478089379210101 + - - -0.017764730436747415 + - -0.9994473626743524 + - -0.028095971166558525 + - 0.03727817706254656 + - - 0.02013556181952487 + - 0.027737088649345935 + - -0.9994124339147834 + - 0.5796964921181439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997010730226254 + - -0.03870488843383984 + - -0.06686954033815257 + - 0.048440216984941234 + - - -0.03781418888385176 + - -0.9991790705262358 + - 0.014535203520587542 + - 0.03496620605768701 + - - -0.06737722859221937 + - -0.011963136447124958 + - -0.9976558486941177 + - 0.5756404954113095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995410280715766 + - -0.030213876909389776 + - -0.0022033709900681968 + - -0.042841095356027155 + - - -0.030162497435827145 + - -0.9993350939531476 + - 0.020483987455747518 + - -0.023757731185865553 + - - -0.0028208066309748816 + - -0.020408126708685047 + - -0.9997877531827406 + - 0.579059345731439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996970738084678 + - -0.025383554463405494 + - -0.07351885857176818 + - 0.02573726749667666 + - - -0.02054013928398968 + - -0.9976146268882439 + - 0.06590264711545667 + - -0.030660788682444526 + - - -0.07501633209566186 + - -0.06419292314136686 + - -0.9951139726370443 + - 0.5770089277627449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989033078950892 + - -0.01741043082018803 + - -0.14666439799615363 + - 0.06453592682945064 + - - -0.022763139795715665 + - -0.9991316332231474 + - -0.03489726292257639 + - -0.03291909283879575 + - - -0.1459294631236592 + - 0.037853089589915456 + - -0.9885705515545864 + - 0.5758097397568975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998008133562694 + - -0.019216398224619843 + - 0.005391071453348368 + - -0.03478041690083132 + - - -0.019028925132624847 + - -0.9992774129690983 + - -0.03290215704301948 + - 0.037273039897230464 + - - 0.0060194368872211555 + - 0.03279301707771619 + - -0.9994440376581881 + - 0.5797442716442189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969540860838889 + - -0.03876537123002476 + - -0.06767419178709282 + - 0.0484326329842504 + - - -0.03717041533288514 + - -0.9990043599208491 + - 0.024670814399121176 + - 0.03496231526453111 + - - -0.0685631859281544 + - -0.02208019140617753 + - -0.997402403587864 + - 0.5756796766768282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970745337978667 + - -0.02455499035632914 + - -0.07238388287711107 + - 0.025737270273374052 + - - -0.019346226205684533 + - -0.9972312000949828 + - 0.07180290445879564 + - -0.030662310729084288 + - - -0.0739465860156183 + - -0.07019249251680007 + - -0.994788880321304 + - 0.5770162902654268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862893236575934 + - -0.015666479017567382 + - -0.16428003979254166 + - 0.0644986084101888 + - - -0.02290996306913022 + - -0.9988426488353439 + - -0.042290619051566364 + - -0.032891272197962694 + - - -0.1634273650011467 + - 0.045474435706072694 + - -0.9855067590158861 + - 0.5754916745975216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997874904458877 + - -0.018463187918496046 + - 0.009169767707002006 + - -0.03477723183985083 + - - -0.01820596152006602 + - -0.9994591687205491 + - -0.027384539900437745 + - 0.03726730997291209 + - - 0.009670414316044098 + - 0.02721177598605231 + - -0.9995829141870326 + - 0.579817340227184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965181260005399 + - -0.03856610149155769 + - -0.07392077088420514 + - 0.04843297169923702 + - - -0.03740364806233505 + - -0.9991548341198355 + - 0.017046541191488764 + - 0.034964959162793574 + - - -0.0745157142084893 + - -0.01422228078428408 + - -0.9971184157688052 + - 0.5757152639259274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999483565720781 + - -0.031997089079554675 + - -0.0029644804786597037 + - -0.04279510371296242 + - - -0.03195697443713284 + - -0.9994083865420753 + - 0.012713327424046829 + - -0.023764794369415396 + - - -0.0033695161221975437 + - -0.012612025999086209 + - -0.999914787950104 + - 0.5790582475678676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970883717240161 + - -0.023937404893520094 + - -0.07240013549513469 + - 0.025750574615982715 + - - -0.02021116620064376 + - -0.9984545389294348 + - 0.05176912643672196 + - -0.030626176147043733 + - - -0.07352746244472291 + - -0.050155102812924526 + - -0.9960312133303185 + - 0.5770603080910913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852474437321834 + - -0.017312986040815884 + - -0.17025784896312057 + - 0.06455085974356377 + - - -0.023397684109485967 + - -0.9991548081983422 + - -0.03379671037908283 + - -0.032915126302718506 + - - -0.1695288264499904 + - 0.037281761874747965 + - -0.9848198044485116 + - 0.5758240645921943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997628078956233 + - -0.01927214105999926 + - 0.010144581195028143 + - -0.034785857210139194 + - - -0.01894590783419366 + - -0.9993295880108908 + - -0.03132773694861304 + - 0.03727926092175147 + - - 0.010741532711734725 + - 0.031128107956423342 + - -0.999457683131235 + - 0.5797547020316787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969616931651493 + - -0.0384583870851593 + - -0.06773724842423856 + - 0.048444349027355685 + - - -0.03718669393470584 + - -0.9991094507579351 + - 0.019936278498844787 + - 0.034982937557185165 + - - -0.06844364218454091 + - -0.01735678164248896 + - -0.9975039899546915 + - 0.575706441160548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995079036039969 + - -0.030020711896558017 + - 0.009094365858440432 + - -0.0427743152700682 + - - -0.030245693192656697 + - -0.999211959176759 + - 0.02570328153053606 + - -0.023767717828300353 + - - 0.008315568317258151 + - -0.025965698437865593 + - -0.9996282478142533 + - 0.5789918808620305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996088287328624 + - -0.02212559279411729 + - -0.0855487112131878 + - 0.025720378271237795 + - - -0.018344653867632173 + - -0.9988305467118547 + - 0.044732679662343885 + - -0.030672110965638454 + - - -0.08643840304636166 + - -0.04298833677645614 + - -0.9953292949471488 + - 0.5770529636302523 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989235917654601 + - -0.016824264636807962 + - -0.14535901534301301 + - 0.0645387840823753 + - - -0.024212277086315365 + - -0.9984950766318829 + - -0.049207190330130504 + - -0.03288231530021087 + - - -0.14431238637190894 + - 0.05219699283791025 + - -0.9881545471627016 + - 0.5756261820187534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997549531478777 + - -0.019829897363575703 + - 0.009839147668121028 + - -0.03482173848278325 + - - -0.019541166123269664 + - -0.9993993050089715 + - -0.028621180515956402 + - 0.03729130351253817 + - - 0.010400792413456589 + - 0.028421898566672803 + - -0.9995419046738547 + - 0.5798278853202397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969036771367131 + - -0.03768082451582249 + - -0.0690160414331907 + - 0.04841360750640933 + - - -0.03676887893125324 + - -0.9992195067673358 + - 0.014436995455472975 + - 0.034953586445083375 + - - -0.06950617277220023 + - -0.011854651384595677 + - -0.997511082237742 + - 0.5756736667417462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966555801900208 + - -0.024325008109975687 + - -0.0780124891061859 + - 0.025714146931728306 + - - -0.01955861137711813 + - -0.9979283287802838 + - 0.061290385369884806 + - -0.030632969015602994 + - - -0.07934176199891217 + - -0.059559588633902955 + - -0.9950666008889397 + - 0.5770186870196183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884556229568494 + - -0.017631014243789808 + - -0.15048132369740136 + - 0.06454229530352995 + - - -0.02324821591224821 + - -0.9990938570337534 + - -0.03565088069479999 + - -0.03290289389078426 + - - -0.14971640491904786 + - 0.03873773579021694 + - -0.9879698304725517 + - 0.5757029933945956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997013955941634 + - -0.019226000381407257 + - 0.015082458566703347 + - -0.03477919057799103 + - - -0.018666603150920818 + - -0.9991632336296895 + - -0.03639217621232544 + - 0.03727020030917385 + - - 0.015769514066331536 + - 0.0360997710795656 + - -0.9992237632052768 + - 0.579858548789749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973993010293472 + - -0.03880882234439909 + - -0.06073310147201903 + - 0.04843085107610825 + - - -0.03753817457119831 + - -0.9990546388483623 + - 0.021925192027226897 + - 0.03498593858779016 + - - -0.061526577639520394 + - -0.01958836143758337 + - -0.9979132108255502 + - 0.5756283540323505 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959799523435768 + - -0.024565246502657425 + - -0.08614222654395523 + - 0.02574492092610279 + - - -0.019062489226536954 + - -0.9977594362060371 + - 0.06413056187418957 + - -0.03063865910574224 + - - -0.08752460245082289 + - -0.062230668693778086 + - -0.9942166704696471 + - 0.5769706615223228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859463010050616 + - -0.015075106333890155 + - -0.16638098660441433 + - 0.0644971694976387 + - - -0.023758907804483316 + - -0.9984502107600937 + - -0.05032584756427339 + - -0.032891418022693124 + - - -0.16536446363827526 + - 0.05357161377209319 + - -0.9847764600981682 + - 0.5755595495202303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998196196606123 + - -0.01857533410654195 + - 0.003960442467581759 + - -0.03476868056157532 + - - -0.01847087894728403 + - -0.9995179249159956 + - -0.02495484727537196 + - 0.03729839493562623 + - - 0.004422077862664267 + - 0.02487719305815467 + - -0.9996807342811623 + - 0.5796964382981782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971142889982252 + - -0.03871645653049977 + - -0.06530031140267087 + - 0.04843323149857064 + - - -0.03730467620325497 + - -0.999046018303806 + - 0.022702740906836397 + - 0.03496207148169477 + - - -0.06611698578227965 + - -0.02020122038478274 + - -0.997607365092115 + - 0.5756461620792299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995011803989917 + - -0.03103789720902009 + - 0.005834322399791004 + - -0.04280096195190518 + - - -0.03119490785336661 + - -0.9990900474747589 + - 0.029085301458006186 + - -0.023778209056137735 + - - 0.004926266846443288 + - -0.02925279428918601 + - -0.9995599061193038 + - 0.579136438002378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965912160414028 + - -0.027211300297845357 + - -0.07788127660239377 + - 0.025726410604656465 + - - -0.02247191981073626 + - -0.9978788732166208 + - 0.06109637638965262 + - -0.030646011065398028 + - - -0.07937859238571773 + - -0.05913797023932039 + - -0.9950888098792159 + - 0.5770374679111807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872182362385978 + - -0.016494685083466923 + - -0.15851838821395212 + - 0.06453693449457991 + - - -0.02301056218660468 + - -0.9989602037707953 + - -0.03935765884890636 + - -0.03288940594991036 + - - -0.15770436920329248 + - 0.042502195781015266 + - -0.9865712824160164 + - 0.5757718438682331 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997858308153104 + - -0.01874310311987515 + - 0.008774314011787524 + - -0.03478446680983731 + - - -0.018438027449549636 + - -0.9992637081810043 + - -0.03364640628832051 + - 0.03730885911562007 + - - 0.009398491618838552 + - 0.0334774192223177 + - -0.9993952825371472 + - 0.579881801714911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970064189430938 + - -0.039049659723758054 + - -0.06673323506115081 + - 0.048435669979058196 + - - -0.03741657618805702 + - -0.9989730873370964 + - 0.02554937577620957 + - 0.034982675932195804 + - - -0.06766240028724538 + - -0.022975962474929067 + - -0.9974436849946567 + - 0.5755862650251201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967073010623297 + - -0.023608640606480512 + - -0.07757053627351324 + - 0.025749006800488358 + - - -0.01867847045378991 + - -0.997795607176954 + - 0.06367920413981924 + - -0.030658285795459855 + - - -0.07890291978471575 + - -0.06202062872212692 + - -0.9949511399372126 + - 0.5770059291178183 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853248966115975 + - -0.0197610609908618 + - -0.1695415836479652 + - 0.0645020865047792 + - - -0.022718713127031498 + - -0.9996213820386621 + - -0.015522649418385742 + - -0.03289152218759506 + - - -0.169170648137306 + - 0.019146619535309745 + - -0.9854007807837242 + - 0.5755562005531059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996303179619183 + - -0.01834963868824207 + - 0.020062855513738348 + - -0.03477038089562195 + - - -0.017763298712527006 + - -0.9994209030597769 + - -0.029022814233441694 + - 0.03729303482995723 + - - 0.020583795330397836 + - 0.028655702524808205 + - -0.9993773852167186 + - 0.5798512862718794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965574128117334 + - -0.03853758084799614 + - -0.07340420854670819 + - 0.04844052496590027 + - - -0.0373949336154961 + - -0.9991580173423453 + - 0.016878249921331065 + - 0.0349673539552249 + - - -0.07399285039702895 + - -0.014075199568689344 + - -0.9971594390303014 + - 0.5756552235690873 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964777038277247 + - -0.02610353965275401 + - -0.07969185022210555 + - 0.025718222406235752 + - - -0.021446278754794715 + - -0.9980424740182886 + - 0.05874757172024241 + - -0.03061864247186114 + - - -0.08106937092266749 + - -0.056831551738893114 + - -0.9950868966201656 + - 0.577018161188707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884887793548672 + - -0.018646936525486133 + - -0.1501406835196213 + - 0.06452820970361069 + - - -0.023989458742593447 + - -0.9991389330016495 + - -0.03385112154069983 + - -0.032891217774529274 + - - -0.14938018261724678 + - 0.03706324754443836 + - -0.9880849542031789 + - 0.5756983867642855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997785569200852 + - -0.01939213116891098 + - 0.008172048183886137 + - -0.03480002839319635 + - - -0.0190940244629377 + - -0.9992013486710204 + - -0.035101040494859986 + - 0.03731200881103324 + - - 0.008846205548185174 + - 0.034937230324409166 + - -0.9993503562738434 + - 0.5798763525847441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965869625626472 + - -0.0390854910432088 + - -0.07271004359830888 + - 0.048425749190773755 + - - -0.03782012988199539 + - -0.9991095870789009 + - 0.018699486162396455 + - 0.034971424827687315 + - - -0.07337618023490819 + - -0.01588576082345135 + - -0.9971778070019383 + - 0.5755908651886459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995489613564531 + - -0.029979869635855035 + - -0.0017553540535090381 + - -0.042820304349837725 + - - -0.029915515302702707 + - -0.9991215625504223 + - 0.029345616213947483 + - -0.02374463556071056 + - - -0.002633589833249147 + - -0.029279867885966884 + - -0.9995677833649754 + - 0.5790002592085923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970698248759451 + - -0.020687719317471404 + - -0.07364633454078813 + - 0.025759314787761448 + - - -0.016330635510190164 + - -0.9981077775855778 + - 0.05928047458491585 + - -0.030628533126573133 + - - -0.07473335711504923 + - -0.05790408096689782 + - -0.9955209906082816 + - 0.5771074179437925 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9911056631994738 + - -0.017100433423827298 + - -0.13197401089096503 + - 0.06456810926720874 + - - -0.023864679973589042 + - -0.9984718567208158 + - -0.049844040629199164 + - -0.03289811031345847 + - - -0.13091998099484084 + - 0.052550228479087795 + - -0.9899992081123634 + - 0.5758766248966692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997643712140445 + - -0.01809711572540021 + - 0.011987345553032155 + - -0.03477865586554688 + - - -0.017783155800821654 + - -0.9995089601567798 + - -0.025799184794801706 + - 0.03728144089956202 + - - 0.012448350121603679 + - 0.025579932930602005 + - -0.9995952709024366 + - 0.5798235704577879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970500432591842 + - -0.039642258335572646 + - -0.06572444439411168 + - 0.04845889893973692 + - - -0.0381293598112746 + - -0.9989817658469854 + - 0.024116040836374093 + - 0.03497834941709166 + - - -0.06661353584100843 + - -0.02153886857044785 + - -0.9975463467846816 + - 0.5756028623639032 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969126661187839 + - -0.020538290548907403 + - -0.07578466040873182 + - 0.025763785046809762 + - - -0.01603167735556148 + - -0.9980934494748023 + - 0.05960244488824501 + - -0.030631988539738406 + - - -0.07686430545516769 + - -0.05820347701656463 + - -0.9953412649991337 + - 0.5770725065596577 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883299238137988 + - -0.015738338131906462 + - -0.15151325488899092 + - 0.06454290984855632 + - - -0.023180559754824852 + - -0.9986032314740058 + - -0.04747891889172001 + - -0.03291041673561399 + - - -0.15055438666363574 + - 0.05043699834961744 + - -0.9873142791704258 + - 0.5758067266845897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996970678079545 + - -0.020217209788754312 + - 0.014036988442517563 + - -0.03480912803327959 + - - -0.01962819617410389 + - -0.9989703443446011 + - -0.04090213973596355 + - 0.03729386774357667 + - - 0.014849462317833873 + - 0.04061422839827062 + - -0.999064551428227 + - 0.5798448914300991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974595643784608 + - -0.037948458012691234 + - -0.06028542082784251 + - 0.04845152756071942 + - - -0.037255733574670165 + - -0.999226654622164 + - 0.01257390187696141 + - 0.03496147194063766 + - - -0.06071595956372798 + - -0.010295981111932468 + - -0.9981019812760609 + - 0.5756224758227504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994680050968137 + - -0.032466340141824056 + - -0.0031054058657604567 + - -0.0427705186485661 + - - -0.03238699619929523 + - -0.999213563850419 + - 0.02287654463705734 + - -0.023735366860261193 + - - -0.0038456813417848262 + - -0.022763799663936258 + - -0.9997334745620342 + - 0.5790182546530506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971171654977231 + - -0.025239058835173408 + - -0.07155660821266642 + - 0.0257331599172314 + - - -0.02117332075025875 + - -0.9981485777709993 + - 0.05701848105780602 + - -0.030636766526192242 + - - -0.07286321951569973 + - -0.055339015195857766 + - -0.9958054753007541 + - 0.5770465047195599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874973261711225 + - -0.019460314824296655 + - -0.15642994263191076 + - 0.06452260142827448 + - - -0.022473025013509115 + - -0.9995940376456437 + - -0.01751351049964564 + - -0.032895257785476306 + - - -0.1560256195361064 + - 0.02080999880389868 + - -0.9875337715734867 + - 0.5756609052523342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998184560280708 + - -0.018454026561826816 + - 0.004743826440735756 + - -0.034799781909004165 + - - -0.01834788451975831 + - -0.9996000213768852 + - -0.021520975744161817 + - 0.03730541682808403 + - - 0.005139077669586886 + - 0.021430029561029035 + - -0.999757142366945 + - 0.5797812603118959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996949426286572 + - -0.03813144292753659 + - -0.06810164819693496 + - 0.04844595027687337 + - - -0.03715351536995094 + - -0.9991882726266244 + - 0.015569590266859213 + - 0.03495371193964228 + - - -0.06864005916758736 + - -0.012991878451058474 + - -0.9975568922982706 + - 0.5757518869063453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999575868928093 + - -0.028590939135664382 + - 0.005535382189921948 + - -0.04284709735368253 + - - -0.028715627248218013 + - -0.9993010000007401 + - 0.02393583399973101 + - -0.023804774005694893 + - - 0.004847164984727613 + - -0.024084634040441942 + - -0.9996981721473482 + - 0.5791813915732542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968942030258348 + - -0.02500744369174037 + - -0.0746764737617553 + - 0.02573624825672855 + - - -0.020900398430550547 + - -0.9982520236993803 + - 0.05528173772174376 + - -0.03066628284650968 + - - -0.07592839599866398 + - -0.05354927581299174 + - -0.9956743211216074 + - 0.5770460433765207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877058749282196 + - -0.01784400196628001 + - -0.15530195177816594 + - 0.06454098252142315 + - - -0.022285172424275527 + - -0.9993896140608145 + - -0.026902981199053412 + - -0.03291369730546755 + - - -0.15472710080105775 + - 0.03003316335659144 + - -0.9875006498106701 + - 0.5757835083681958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999701600017227 + - -0.018587449920411624 + - 0.015849846322682472 + - -0.034807251926006505 + - - -0.018150152671637224 + - -0.9994624604034998 + - -0.027301322352222747 + - 0.0373108269618322 + - - 0.016348788364668534 + - 0.027005498507524484 + - -0.999501585876365 + - 0.5798663756633824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968399428337166 + - -0.03884632553878828 + - -0.06928990809206757 + - 0.048431784599694216 + - - -0.03788153063647633 + - -0.999166861979836 + - 0.015184582905225983 + - 0.03496309809426967 + - - -0.06982204528592952 + - -0.012511790979011013 + - -0.9974809958483358 + - 0.5757012347475872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964093156730232 + - -0.02532130588244951 + - -0.08079175148754422 + - 0.02571945610842529 + - - -0.020270154209633427 + - -0.9978240676580846 + - 0.06273954773977561 + - -0.030670903613216845 + - - -0.08220460138176791 + - -0.060876608567505874 + - -0.994754463192291 + - 0.576948012487639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868085164319218 + - -0.01712682975117634 + - -0.16098330224002685 + - 0.06452503362469565 + - - -0.022489501595146656 + - -0.9992491597220875 + - -0.031548995430974516 + - -0.0329015715444688 + - - -0.1603220952190668 + - 0.0347532516086765 + - -0.9864527547162064 + - 0.5756130180405484 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997264461691828 + - -0.01906337166302216 + - 0.013550671229624877 + - -0.03478530839078365 + - - -0.018535522764999243 + - -0.9991032903647429 + - -0.03806638383366934 + - 0.037283490962268934 + - - 0.014264193835057568 + - 0.03780480185348854 + - -0.9991833313917192 + - 0.5799762001971738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964558137822521 + - -0.039378008079310856 + - -0.07433157915217042 + - 0.04841120738890722 + - - -0.037963250836857323 + - -0.9990718735351692 + - 0.020351488811004667 + - 0.0349901497164902 + - - -0.07506399113721238 + - -0.017457490960396498 + - -0.9970258939686171 + - 0.5755938966715216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970934210853197 + - -0.024762744343181813 + - -0.07205217637911811 + - 0.025746797831271217 + - - -0.02008822140885573 + - -0.9976899887115874 + - 0.06489337242971552 + - -0.030642335079684765 + - - -0.07349267302937156 + - -0.06325735464961516 + - -0.9952875635180675 + - 0.5770429905327275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988840816082408 + - -0.018708705047604968 + - -0.1477965656059671 + - 0.06454173210648653 + - - -0.022573991352512708 + - -0.9994444710608178 + - -0.024518649644272795 + - -0.03289641576910844 + - - -0.14725574815230102 + - 0.027581399917401533 + - -0.9887138165387911 + - 0.5758154141909948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996099709002654 + - -0.019725833798029196 + - 0.01976860029803117 + - -0.03481073230169822 + - - -0.019136625216088603 + - -0.999379691213432 + - -0.029563869257677653 + - 0.0373009717627294 + - - 0.020339509632971754 + - 0.02917403419341633 + - -0.9993673899406426 + - 0.5798322819794013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970435313680347 + - -0.03861345675278844 + - -0.06643190133331521 + - 0.04846133314258942 + - - -0.037104129515949096 + - -0.9990278039707902 + - 0.02380610144824192 + - 0.034958571343923606 + - - -0.0672865523713503 + - -0.021270821584998725 + - -0.9975069283063034 + - 0.5757552934639378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968467651367722 + - -0.021888260447749854 + - -0.07627208461111068 + - 0.025745538113299625 + - - -0.017836693804047694 + - -0.9984137754605141 + - 0.05340210974130886 + - -0.030642831326842666 + - - -0.07731997924529987 + - -0.051873278528097845 + - -0.9956559565353149 + - 0.5770376018422947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985293403724344 + - -0.016546314539465326 + - -0.1700680100796672 + - 0.06452098591583781 + - - -0.02200284084363735 + - -0.9993001681704565 + - -0.030249775029022635 + - -0.03290281625195502 + - - -0.16944846878064812 + - 0.03354688315861841 + - -0.9849679299643391 + - 0.5756509549823028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997834946224455 + - -0.01942543688443801 + - 0.00745763249155056 + - -0.03476896076950035 + - - -0.019179774720109847 + - -0.9993131123837182 + - -0.03170866852536555 + - 0.03730004319969516 + - - 0.00806846467527439 + - 0.031558767716981406 + - -0.9994693312243097 + - 0.5798619613649726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969718876581836 + - -0.038820452721304084 + - -0.06737972743927709 + - 0.048448493806805625 + - - -0.03751716928216033 + - -0.9990856545450281 + - 0.020501631432337016 + - 0.03498194213607545 + - - -0.06811400170546436 + - -0.017911653548644203 + - -0.9975167444403237 + - 0.5757941309708609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966334447309559 + - -0.0240824419694933 + - -0.07836971884914869 + - 0.02574867989282268 + - - -0.01891517538895459 + - -0.9976389029750976 + - 0.0660214768893348 + - -0.030642726183043464 + - - -0.07977463872505917 + - -0.06431683496122823 + - -0.9947358200833307 + - 0.5769934444744224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862204503225631 + - -0.019053836140785072 + - -0.1643355551725827 + - 0.06452624962662348 + - - -0.022578880533780456 + - -0.9995527425670865 + - -0.01960890054178828 + - -0.0328668564810185 + - - -0.16388843009621556 + - 0.02304921159034702 + - -0.986209570185598 + - 0.5756424198491377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996965809660014 + - -0.01935250575631872 + - 0.015238980472412213 + - -0.03478597174634468 + - - -0.018875470816990956 + - -0.9993458243139239 + - -0.03084866330591672 + - 0.037254080279896705 + - - 0.015826010436109057 + - 0.03055166030310858 + - -0.9994078914269191 + - 0.5797552056352456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977865763991788 + - -0.03804921898307266 + - -0.05453627134654646 + - 0.04846105827576521 + - - -0.036757323654767554 + - -0.9990238594641686 + - 0.024499538343742782 + - 0.03499300238562106 + - - -0.05541522458083723 + - -0.022440703110554284 + - -0.9982111839328189 + - 0.5759074564207713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995890141033276 + - -0.028311642356737655 + - -0.004500421202706347 + - -0.04284078514927539 + - - -0.028149208368737428 + - -0.9990658740229249 + - 0.03278721444438505 + - -0.023783943557524563 + - - -0.005424477131576213 + - -0.03264705606747517 + - -0.9994522223588158 + - 0.5791025865853047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9958951086420069 + - -0.02181670655466894 + - -0.0878462514739975 + - 0.02574684326572429 + - - -0.01547748901516241 + - -0.9972695158108459 + - 0.07220775698071703 + - -0.030618825099871145 + - - -0.08918172411829045 + - -0.07055171259089484 + - -0.9935135006298509 + - 0.5769065107530038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859467747718198 + - -0.01818310846263826 + - -0.16606725108726977 + - 0.06453146425812133 + - - -0.0227929379630708 + - -0.9994047841857395 + - -0.025895160275008676 + - -0.03288276686016934 + - - -0.16549755072525385 + - 0.029316410307074 + - -0.9857743701226213 + - 0.5756813326832861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996724782239614 + - -0.01911874280452188 + - 0.017012053231106817 + - -0.0347664798100498 + - - -0.01858266237628981 + - -0.9993425655940198 + - -0.03113071234281803 + - 0.037279895184171415 + - - 0.017596049004600208 + - 0.030804387115101035 + - -0.999370536284661 + - 0.5798594482061645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968006169976104 + - -0.038651345616572616 + - -0.06996144248950095 + - 0.0484358818692485 + - - -0.03713233799176291 + - -0.9990482946811331 + - 0.022884369556204685 + - 0.034973652326984676 + - - -0.07077937148950234 + - -0.020213321764314725 + - -0.9972871713778348 + - 0.5756656400313707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999518545513907 + - -0.030748652091195684 + - -0.004146995097460764 + - -0.04282357052982397 + - - -0.030678943188182435 + - -0.9994022007473466 + - 0.015938744813091887 + - -0.023743558338478438 + - - -0.004634610945918856 + - -0.01580384560590226 + - -0.9998643702250046 + - 0.579064334710729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961276085058142 + - -0.026498408530077976 + - -0.08383091266269603 + - 0.02575004253905614 + - - -0.02131202918779594 + - -0.9978381160017535 + - 0.06216825287853095 + - -0.030655329565926474 + - - -0.0852970397164287 + - -0.06014090620736878 + - -0.9945388310247971 + - 0.5770201717532983 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885785565333984 + - -0.018225969188356953 + - -0.14960030618112824 + - 0.06455014145030494 + - - -0.023295781573211414 + - -0.9992097025010954 + - -0.032206784821929756 + - -0.032909450283676075 + - - -0.14889507756549736 + - 0.0353239929059262 + - -0.9882218735698715 + - 0.575731648063782 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997925571637803 + - -0.019132736980211423 + - 0.006984340738758971 + - -0.03479453267966466 + - - -0.018901718480468586 + - -0.9993165919324248 + - -0.031765927139774025 + - 0.03727686358885867 + - - 0.007587336712849262 + - 0.031627321483337315 + - -0.9994709324724738 + - 0.5796990221381406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969069766018274 + - -0.03950075996768672 + - -0.06794240181638142 + - 0.0484240059957508 + - - -0.0375855042816904 + - -0.9988655070468817 + - 0.029240873787693 + - 0.034973362364061594 + - - -0.06902035837703585 + - -0.026596781646506723 + - -0.9972606486448538 + - 0.5757468813568452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995288331220348 + - -0.030554974852595305 + - -0.0029163795124946376 + - -0.04284758464494996 + - - -0.030514170360790266 + - -0.9994479883460486 + - 0.013137884084929248 + - -0.02375901351524054 + - - -0.003316197354847721 + - -0.013042703047820904 + - -0.9999094412657128 + - 0.5791142636098721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966156011370754 + - -0.02477736727343892 + - -0.0783800079177286 + - 0.025738499512779824 + - - -0.01999413296772945 + - -0.9979232189236159 + - 0.061233028505843584 + - -0.030653021028466173 + - - -0.07973442303707247 + - -0.059458651213476224 + - -0.9950412506920601 + - 0.5770383600323659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866075297191286 + - -0.016498119545456155 + - -0.16227567394092918 + - 0.06454808273023299 + - - -0.022072402538222926 + - -0.9992244652372445 + - -0.032607930285964926 + - -0.03289266526448742 + - - -0.1616118539826506 + - 0.03575304354607502 + - -0.986206534418366 + - 0.5757287320618383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996803294995001 + - -0.01938203007816227 + - 0.01623501530088602 + - -0.03478771863656825 + - - -0.018806702580786774 + - -0.9992148720802597 + - -0.03487043664293503 + - 0.03728209782926359 + - - 0.016898128588947892 + - 0.034553962488842446 + - -0.9992599646370868 + - 0.5798462685626697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979487976810317 + - -0.037799269105592614 + - -0.05166635715885464 + - 0.04847844928954359 + - - -0.036538878565857955 + - -0.9990163193229131 + - 0.02512576525499793 + - 0.034978146190447826 + - - -0.05256526952401961 + - -0.02318639647687339 + - -0.9983482776357582 + - 0.5757393547512434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994843833906591 + - -0.032085518861934975 + - -0.0012193594852671712 + - -0.042815978687951436 + - - -0.0320516185779464 + - -0.9992515009531608 + - 0.02165944573133236 + - -0.023766665818025442 + - - -0.0019134013504064165 + - -0.021609195316232985 + - -0.9997646630947988 + - 0.5790639165809777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969498191240035 + - -0.023806752564908374 + - -0.07432561254998217 + - 0.025730845943270877 + - - -0.019049761553071917 + - -0.9977637290950471 + - 0.06406752287326767 + - -0.030599654461823982 + - - -0.07568464000963433 + - -0.06245622014386398 + - -0.9951738822095129 + - 0.5769925214692458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858590565065253 + - -0.022124038463080732 + - -0.16610974572898468 + - 0.06451208431667334 + - - -0.02181938312337122 + - -0.9997552333576638 + - 0.0036589471270498785 + - -0.032887558649906085 + - - -0.16615003829123653 + - 1.720602010583938e-05 + - -0.9861004839669096 + - 0.5755198935112822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998053921447593 + - -0.01972260863571844 + - 0.0004433360649617076 + - -0.03482164053869619 + - - -0.019697044255574322 + - -0.9992552838795831 + - -0.03317987471839346 + - 0.037282433719560464 + - - 0.001097399589100411 + - 0.03316468524404572 + - -0.9994492980470824 + - 0.579776794984219 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970705740757935 + - -0.038327780672011126 + - -0.06619102311435973 + - 0.04846112971642162 + - - -0.03738259214811628 + - -0.999181427554805 + - 0.015460162800867533 + - 0.03496948169567874 + - - -0.0667293946957043 + - -0.012940481378215572 + - -0.9976871913707446 + - 0.575711520853953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963789340909472 + - -0.024394186786860613 + - -0.08144902301928186 + - 0.02573304260347713 + - - -0.019535728988305006 + - -0.9980117979161572 + - 0.059923338634091626 + - -0.0306186470754986 + - - -0.08274886701752027 + - -0.058115186235340184 + - -0.9948744896398488 + - 0.5770055911058192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888041304542228 + - -0.020893059918767477 + - -0.14774935412345913 + - 0.06455033630589153 + - - -0.022393747372596758 + - -0.9997130884186384 + - -0.008500642509854151 + - -0.03291288640623814 + - - -0.147529358689316 + - 0.011714132135963614 + - -0.9889883050031586 + - 0.5757728101937508 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999650099618876 + - -0.01933715746958724 + - 0.018048619697022705 + - -0.034797330524627176 + - - -0.018836553958765833 + - -0.9994441468881874 + - -0.027506026356101276 + - 0.037320879680964585 + - - 0.018570475678610733 + - 0.027156428188191854 + - -0.9994586864103641 + - 0.579835331673396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967252368740825 + - -0.03873998034264821 + - -0.07097898351875243 + - 0.04843320346042774 + - - -0.0377029028484744 + - -0.9991625932677958 + - 0.015893499651479435 + - 0.03498400287321271 + - - -0.07153525910418301 + - -0.013165338484987998 + - -0.997351182165777 + - 0.5756957751374064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959726590811269 + - -0.025232729355170094 + - -0.08603355003809933 + - 0.02572696770800571 + - - -0.02019547685215783 + - -0.9980580673264888 + - 0.058925690146383755 + - -0.03065910169207754 + - - -0.0873533346677925 + - -0.056950887734980984 + - -0.9945481342341426 + - 0.5769987428889188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848551061955596 + - -0.015809319358443704 + - -0.17265713197535668 + - 0.064528123306709 + - - -0.02266609099742557 + - -0.9990276998313108 + - -0.037814062049142644 + - -0.032911006637094176 + - - -0.17189144283363675 + - 0.041154834359801815 + - -0.9842558668808571 + - 0.5756922802033559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996644281326749 + - -0.01980301278937454 + - 0.01669945539938873 + - -0.034788443223405345 + - - -0.019225114595287023 + - -0.9992340502281839 + - -0.03408383536778857 + - 0.03732127353680536 + - - 0.017361627083035357 + - 0.03375134884777646 + - -0.9992794505822615 + - 0.5798284467472489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963773367567447 + - -0.038148781292444645 + - -0.07600574506863138 + - 0.0484429107343695 + - - -0.03701263015942423 + - -0.9991818251449862 + - 0.01630170262936646 + - 0.03497319363014058 + - - -0.0765654491674818 + - -0.01342947451823184 + - -0.9969741126067148 + - 0.5755660565898729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995415175769398 + - -0.0295762422593464 + - -0.006480781882201648 + - -0.04284457749925352 + - - -0.029358782866011707 + - -0.9990752684352429 + - 0.03141130162336565 + - -0.02375629191475056 + - - -0.007403817165124933 + - -0.031206632225604353 + - -0.9994855324598357 + - 0.5790677941853999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964886978254844 + - -0.02715372438129991 + - -0.07920195930843282 + - 0.025754171712795725 + - - -0.021392513314230494 + - -0.9971241662663394 + - 0.07270321465904257 + - -0.030657642010989215 + - - -0.08094835069456771 + - -0.07075360273429722 + - -0.9942038484234244 + - 0.5770211183819894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837895028501283 + - -0.016412132029510564 + - -0.1785745110707101 + - 0.06451320012637425 + - - -0.02197350808385154 + - -0.9993317503325037 + - -0.02920989078828397 + - -0.03288796589986913 + - - -0.17797578212887888 + - 0.032660292399494514 + - -0.983492717957786 + - 0.5754844147761824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997270753457078 + - -0.019144866044640507 + - 0.013388387686731437 + - -0.03479570426734043 + - - -0.018637869942569583 + - -0.9991407222075586 + - -0.03701954930252801 + - 0.037287538098611225 + - - 0.014085617654945495 + - 0.03675991472638656 + - -0.9992248515947687 + - 0.5798417450812985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973215930146401 + - -0.03850256251663297 + - -0.06218675732335255 + - 0.04845880395368653 + - - -0.03735189309356172 + - -0.9991106945172837 + - 0.019561599717758324 + - 0.03499002796290997 + - - -0.06288462601517089 + - -0.01718641268105233 + - -0.9978728130528902 + - 0.5757025705083344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961248149794649 + - -0.02123532717060685 + - -0.08534877774218057 + - 0.025735447845539352 + - - -0.016539089635334406 + - -0.9983295031108327 + - 0.05535938703157948 + - -0.030606904038200357 + - - -0.08638177757004788 + - -0.053733268078864534 + - -0.9948120045543296 + - 0.5770664700868755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850001462283031 + - -0.015951719953697967 + - -0.1718145935616074 + - 0.06451645862878272 + - - -0.02254807363362159 + - -0.9990789038253476 + - -0.036509290688192246 + - -0.032879499238620886 + - - -0.17107394981596213 + - 0.03983574477351887 + - -0.984452546917679 + - 0.5756661677549961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996572407136673 + - -0.018873937493743345 + - 0.018143196306584012 + - -0.03477999366007788 + - - -0.01838470366266775 + - -0.9994727082663454 + - -0.026763932856983308 + - 0.037302469018181746 + - - 0.018638770344978923 + - 0.02642120198286764 + - -0.9994771214619211 + - 0.5797437155064824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958748947949198 + - -0.03849094045986799 + - -0.08216837238087753 + - 0.04840666972504877 + - - -0.037347926859674835 + - -0.9991836040172908 + - 0.01540317572133585 + - 0.034937505520017315 + - - -0.08269417317134285 + - -0.012270817639133461 + - -0.9964994233605834 + - 0.5754643564604466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965559577142028 + - -0.025973742568855575 + - -0.07875016089694525 + - 0.02571998216610499 + - - -0.02107643793948724 + - -0.9978290553731417 + - 0.0623935895499514 + - -0.030652651672579138 + - - -0.08019979369119903 + - -0.0605189305103096 + - -0.9949399238857483 + - 0.5770268362061097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859937638521024 + - -0.017230275448932107 + - -0.16588976837863914 + - 0.06452677511206813 + - - -0.02181401616012044 + - -0.999427827984158 + - -0.025848894557290326 + - -0.03291365080710103 + - - -0.1653494673221859 + - 0.029105570924169082 + - -0.9858054673197179 + - 0.5757486314756047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996917465676084 + - -0.017976022204230245 + - 0.01712525825550085 + - -0.03479407517018232 + - - -0.01756866083870457 + - -0.9995659675175321 + - -0.023647806178890382 + - 0.03728951538516839 + - - 0.017542918826100377 + - 0.023339648807401088 + - -0.9995736625144781 + - 0.5798963614155989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976430449544121 + - -0.0378495502156852 + - -0.05723431140984366 + - 0.04845641388887772 + - - -0.03673473646433616 + - -0.9991166731157776 + - 0.020406681233259123 + - 0.03499356619741005 + - - -0.05795613850994912 + - -0.018256096256604334 + - -0.9981521932844133 + - 0.5759017025759001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967640952322716 + - -0.024766944191665977 + - -0.07647180481195716 + - 0.025713984603420267 + - - -0.019388502585208477 + - -0.9973381112811814 + - 0.07029066619110586 + - -0.030650803697601536 + - - -0.07800913038417064 + - -0.06858053850395907 + - -0.9945910140933372 + - 0.5769446699543752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984538654253758 + - -0.017486336162095516 + - -0.17429247352604002 + - 0.06449406263842675 + - - -0.02231980429728065 + - -0.9994176554479205 + - -0.025810391610996034 + - -0.032871096138612305 + - - -0.17373964606942846 + - 0.029301502122042702 + - -0.984355605133156 + - 0.575446820145162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998071270367528 + - -0.019120857904751702 + - 0.004483471813304525 + - -0.03480775962078408 + - - -0.01895296903910608 + - -0.9992111690583653 + - -0.03489734364702756 + - 0.037265968109925746 + - - 0.005147202261140345 + - 0.034805637790483644 + - -0.9993808452671492 + - 0.5800081516377091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962877078705711 + - -0.0397479823946033 + - -0.07636033683504835 + - 0.04844028961808357 + - - -0.037940462960659775 + - -0.9989677749795328 + - 0.024978106869259376 + - 0.03498035806215606 + - - -0.07727434513688576 + - -0.021988234308366935 + - -0.9967673716247265 + - 0.5756318373681029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966752349163814 + - -0.02126140956277555 + - -0.07865385284765043 + - 0.025757011506886945 + - - -0.01657823411593244 + - -0.998077335973588 + - 0.059722638667953985 + - -0.03062280559190928 + - - -0.07977241539513057 + - -0.05822013293758075 + - -0.9951114399215585 + - 0.5770598008288255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891028713418623 + - -0.019581805216604437 + - -0.14591800028695004 + - 0.06452334158098226 + - - -0.02196798670466464 + - -0.9996497234576435 + - -0.014759334375254582 + - -0.03290615981870695 + - - -0.14557787422347898 + - 0.01780402469993393 + - -0.9891865846447054 + - 0.5756333201243342 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999764133458721 + - -0.019109996662668778 + - 0.01031918005878347 + - -0.034793943166594475 + - - -0.01887584799800989 + - -0.9995724391209281 + - -0.022330277924707518 + - 0.037314480471654164 + - - 0.010741499517703862 + - 0.022130227685033924 + - -0.9996973908192017 + - 0.579789386435012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967183479004528 + - -0.03838782780653748 + - -0.07126646921861399 + - 0.04844150386177084 + - - -0.03733605699373136 + - -0.9991741451063406 + - 0.01603267286432364 + - 0.03498235685579829 + - - -0.07182307294145016 + - -0.013319250253268907 + - -0.9973284533020894 + - 0.5759113983996295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995496950552821 + - -0.02998598706772559 + - -0.0011170024470466841 + - -0.042803361686293485 + - - -0.029962206635735605 + - -0.9994013503973745 + - 0.017297600915185004 + - -0.023752887271328328 + - - -0.0016350193913210443 + - -0.017256343861830104 + - -0.9998497613682327 + - 0.5790871609508723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996985868492041 + - -0.024480039712563285 + - -0.07362000871259314 + - 0.025724770998082083 + - - -0.020068607333328135 + - -0.9979920696157193 + - 0.06007561888016443 + - -0.030626377846232872 + - - -0.07494283839615132 + - -0.05841709201770836 + - -0.9954752705784929 + - 0.5770448231008365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880401283939091 + - -0.019490515207004448 + - -0.15296020561019502 + - 0.06451850969858011 + - - -0.0233244330889631 + - -0.9994561506098693 + - -0.02331038028822327 + - -0.032882688779284144 + - - -0.15242268697417094 + - 0.026599301213916002 + - -0.9879573885904726 + - 0.5756068209254568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997592863002557 + - -0.019244977989952384 + - 0.01053566697317724 + - -0.03480507594918799 + - - -0.018885468011526494 + - -0.999269603928439 + - -0.033220441939961584 + - 0.03729456178306083 + - - 0.011167298437359807 + - 0.033013474322873035 + - -0.999392516461247 + - 0.5798952364524415 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974151687823388 + - -0.038806491629500964 + - -0.06047344285145369 + - 0.048470449834650826 + - - -0.03718836412988802 + - -0.9989254623081936 + - 0.027657663055754653 + - 0.034992974721904935 + - - -0.06148175872762117 + - -0.025337264251932754 + - -0.9977865585304241 + - 0.575892060268487 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996310993454119 + - -0.02554225839568207 + - -0.08192678047204477 + - 0.02572794593565532 + - - -0.02070583084616532 + - -0.9980225058914999 + - 0.0593493580674762 + - -0.03062795716601458 + - - -0.08328068738571023 + - -0.05743405583884637 + - -0.9948696680160997 + - 0.5770325908204572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987907669650118 + - -0.016299012174066298 + - -0.15418423540888684 + - 0.06452674438784044 + - - -0.023909372009234202 + - -0.998578663643492 + - -0.0476339631576165 + - -0.032884159383909116 + - - -0.1531887012040948 + - 0.0507444057815909 + - -0.986893219707824 + - 0.5755492477916364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999574816862844 + - -0.020181045690234507 + - 0.02104544816488168 + - -0.03476813661514096 + - - -0.019360210435524012 + - -0.9990709116555986 + - -0.0385031912384274 + - 0.03727505833082077 + - - 0.021802929745891528 + - 0.03807937602560411 + - -0.9990368328425113 + - 0.5798143848653714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962633798771241 + - -0.03939292471028917 + - -0.07686010277496758 + - 0.04846620053958649 + - - -0.038206333467622644 + - -0.9991278176497395 + - 0.016848741241694786 + - 0.03498058129227982 + - - -0.07745678794508526 + - -0.013849241179149782 + - -0.9968995157587307 + - 0.5757711409336455 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996825818266223 + - -0.02405109381899152 + - -0.07589356312616333 + - 0.02574226515935487 + - - -0.020016531420184332 + - -0.9983682368611796 + - 0.05348085729122049 + - -0.030632729106738664 + - - -0.07705599592361156 + - -0.05179197343999537 + - -0.9956806541152694 + - 0.5770310305989855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867939514674408 + - -0.013999421918518724 + - -0.16137445130261877 + - 0.06455463530514596 + - - -0.024079012661272534 + - -0.9978670728640159 + - -0.06067541547496587 + - -0.03291350913041669 + - - -0.16018083061506536 + - 0.06375987044959194 + - -0.9850262841283575 + - 0.5758909953895346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996713587454782 + - -0.01811494395616541 + - 0.018138999681196127 + - -0.03478483888553316 + - - -0.01770525929273958 + - -0.9995901139356307 + - -0.022497286848183088 + - 0.037284321361153394 + - - 0.01853910184842582 + - 0.022168737618943463 + - -0.9995823371663966 + - 0.5798136749511085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967394299781442 + - -0.03825478825353966 + - -0.07104280331265755 + - 0.0484134718787806 + - - -0.03762537880924978 + - -0.9992400886353975 + - 0.010177236038532466 + - 0.03495969222706266 + - - -0.07137814508870738 + - -0.007471040061490112 + - -0.9974213472570636 + - 0.5756842891904774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964878469936147 + - -0.02498624298766884 + - -0.07992282812433132 + - 0.025732033770547433 + - - -0.01994944569392529 + - -0.9978008457625575 + - 0.0632099028003627 + - -0.03062551609591608 + - - -0.08132644348879006 + - -0.06139348383083782 + - -0.9947948782199164 + - 0.5770337283712065 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986540898804321 + - -0.019699745637262657 + - -0.16232367359134497 + - 0.06453311577165886 + - - -0.022367772056709805 + - -0.9996428296985042 + - -0.01462517711297804 + - -0.03288879054545037 + - - -0.1619775841268829 + - 0.01805915430450871 + - -0.9866291751140466 + - 0.5756757769366934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997356878893833 + - -0.0188969635663529 + - 0.013094240272485078 + - -0.034784276600364275 + - - -0.01855291443050978 + - -0.9994919424903995 + - -0.0259161390431243 + - 0.03728500133002258 + - - 0.013577323980660581 + - 0.025666352774406827 + - -0.9995783584135786 + - 0.5797491072200232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971796165781062 + - -0.038675444200396696 + - -0.06431968825362376 + - 0.04842858047310598 + - - -0.037414253177807937 + - -0.999085447667434 + - 0.020698838573933537 + - 0.03496902110605396 + - - -0.06506140130898068 + - -0.0182339868121284 + - -0.9977146564948551 + - 0.5757460187109794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960461968941517 + - -0.02444734424402798 + - -0.08540668013750802 + - 0.025733552543021586 + - - -0.01913935630821688 + - -0.9978661387305565 + - 0.06242478846642283 + - -0.030628117830829717 + - - -0.08675055442361007 + - -0.060543344261648695 + - -0.9943886789242989 + - 0.5769351558830441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829285215714821 + - -0.01557871008170816 + - -0.18332709912473527 + - 0.06449465693463703 + - - -0.022650792610006572 + - -0.9990752512683304 + - -0.03654564128949877 + - -0.03288267199256942 + - - -0.18258823367193983 + - 0.04007425726463724 + - -0.9823724297990293 + - 0.5755432928644854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997550369894346 + - -0.018875101022153246 + - 0.011558398490176348 + - -0.03479620942307905 + - - -0.018538360177187126 + - -0.9994196170521519 + - -0.028578982719331285 + - 0.03730995623458517 + - - 0.01209112137872596 + - 0.028357708171403116 + - -0.9995247096350701 + - 0.5798722106537355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971689509117457 + - -0.037925411918197614 + - -0.0649287799700828 + - 0.048440011410137915 + - - -0.03702790933753352 + - -0.9992020785601414 + - 0.014971310269451936 + - 0.034972682716825965 + - - -0.06544476501340492 + - -0.012524748777034746 + - -0.9977775871407476 + - 0.5756339935211234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968276168859026 + - -0.024336040807746647 + - -0.07577901643183149 + - 0.025733496918477768 + - - -0.02014519347919305 + - -0.9982507035736525 + - 0.0555851058683236 + - -0.030649733728987747 + - - -0.07699917787390964 + - -0.05388218566938942 + - -0.9955741241485893 + - 0.5770950976052864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878210885954378 + - -0.017750768879342044 + - -0.15457815864576838 + - 0.0645325850763402 + - - -0.023387342965525193 + - -0.9991233140134581 + - -0.03472226351747719 + - -0.03289512972269777 + - - -0.15382629526559186 + - 0.03791455655755992 + - -0.9873702230095386 + - 0.5757353949313329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997689366580539 + - -0.019468529069030696 + - 0.009113159140079135 + - -0.03480552363270039 + - - -0.01910815970156058 + - -0.999091683060187 + - -0.038087886168477164 + - 0.03729948733405448 + - - 0.009846396622305919 + - 0.03790494975397704 + - -0.9992328373595941 + - 0.5797808821481689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965749272860103 + - -0.03782814815767 + - -0.07353533512431072 + - 0.048447354985662765 + - - -0.036997854346722016 + - -0.9992356406606078 + - 0.012621141284552682 + - 0.03498493816201827 + - - -0.07395656210656402 + - -0.009857263339652911 + - -0.9972127462486788 + - 0.5757729422406338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967745124043723 + - -0.023922337972458328 + - -0.07660478553561337 + - 0.025728633746958163 + - - -0.01898466294039775 + - -0.9977339883878734 + - 0.06454820670372372 + - -0.030631487619909668 + - - -0.07797534221832778 + - -0.06288569123066576 + - -0.9949699673077456 + - 0.5770784509685654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860950159331965 + - -0.016029281472536194 + - -0.1654076228206645 + - 0.06454160319342599 + - - -0.02369456529972112 + - -0.9987295522512829 + - -0.04447301468541382 + - -0.03291090481703881 + - - -0.16448461060830666 + - 0.04777387984480629 + - -0.9852220405967416 + - 0.57577629142381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999692846151176 + - -0.01791596111832265 + - 0.017124009208354475 + - -0.03479091779981878 + - - -0.017457302157232922 + - -0.9994945416091476 + - -0.026568851968263807 + - 0.03728901167178272 + - - 0.01759136025303696 + - 0.02626175224022944 + - -0.9995003073604936 + - 0.5797093193757601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970484231214317 + - -0.0385734825094791 + - -0.06638168721987599 + - 0.04845143878239128 + - - -0.03673270705068769 + - -0.9989120203990424 + - 0.02873123274471667 + - 0.03495964418416844 + - - -0.06741772900205774 + - -0.026208051232276517 + - -0.9973805632088542 + - 0.5756814301453839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966903615960923 + - -0.025217763153952584 + - -0.07728122361196192 + - 0.025752648736277646 + - - -0.021253508386637525 + - -0.9984366558536868 + - 0.05169654368491403 + - -0.030652145389743566 + - - -0.07846407765793235 + - -0.049882949684418705 + - -0.9956681574942889 + - 0.5770686698893477 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847442415914078 + - -0.01532784916477477 + - -0.17333157730934345 + - 0.0645410788612 + - - -0.023271912982048573 + - -0.9987651697963846 + - -0.04389252405313981 + - -0.032912097277644395 + - - -0.17244476425429378 + - 0.047256667694426054 + - -0.9838849580310192 + - 0.5757982580159038 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999785454470611 + - -0.01839656371436019 + - 0.00951900585656918 + - -0.03479275857352246 + - - -0.018149420956989407 + - -0.9995118687223515 + - -0.025428779012759736 + - 0.03729156920318908 + - - 0.009982161485365085 + - 0.025250558937521803 + - -0.9996313148983598 + - 0.579805935104758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997368137132749 + - -0.0400810245409463 + - -0.06041779956352538 + - 0.048457886884272564 + - - -0.03798834612216317 + - -0.9986510690393194 + - 0.035396721112669005 + - 0.034996143024727214 + - - -0.06175503697070384 + - -0.03300838951499145 + - -0.9975453682065666 + - 0.5757385674281775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994952487553546 + - -0.0317039616962495 + - 0.0020264570646189375 + - -0.042794075730607374 + - - -0.031743137338711654 + - -0.9992147958165206 + - 0.023710020102141228 + - -0.023769111256374452 + - - 0.001273164312918567 + - -0.023762378544897305 + - -0.9997168241149693 + - 0.5791575231044771 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962375984708964 + - -0.02561342663434582 + - -0.08279251034355709 + - 0.02572811367628535 + - - -0.020773421358701222 + - -0.9980535413266269 + - 0.05880130619666496 + - -0.030644750209583835 + - - -0.08413746108598047 + - -0.056860188369606005 + - -0.9948305416605279 + - 0.5770330246613584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985194310967311 + - -0.013935141537709205 + - -0.17087416852166198 + - 0.06453871082592325 + - - -0.023617186706166558 + - -0.9982201665440505 + - -0.05476063912021246 + - -0.032922174695756666 + - - -0.16980694370293398 + - 0.05798543726740434 + - -0.9837699380115132 + - 0.5758237625595819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997184195721099 + - -0.01937076493677276 + - 0.013706021815506475 + - -0.03478886544621951 + - - -0.019024484276182353 + - -0.9995074238530182 + - -0.024959540475093217 + - 0.03727874452809961 + - - 0.014182755947563045 + - 0.024691762360488187 + - -0.9995945009378876 + - 0.5797519358874651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970018642592656 + - -0.038839035443686824 + - -0.06692392688234057 + - 0.048440393963940856 + - - -0.03739908950411603 + - -0.9990439849707841 + - 0.022636788596446245 + - 0.03497561803817248 + - - -0.06773913763705548 + - -0.020066026500060223 + - -0.9975012600556894 + - 0.5757780690328816 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995213409405291 + - -0.030698562270782728 + - -0.0038323985901038593 + - -0.04286147060169702 + - - -0.03057575844921881 + - -0.9991176160909296 + - 0.02879430867432703 + - -0.023802352046670642 + - - -0.004712960821137776 + - -0.02866334752404672 + - -0.9995780112172404 + - 0.579210998510292 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967893268876613 + - -0.02384947829825921 + - -0.07643454839105034 + - 0.02575557097276586 + - - -0.02054515290961824 + - -0.9988321365902453 + - 0.043729390648455296 + - -0.03066632479449772 + - - -0.07738820643200976 + - -0.04201863038540961 + - -0.9961152042840076 + - 0.5771369077127176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895984687850063 + - -0.01939757059326318 + - -0.14254334370096067 + - 0.06456159366158404 + - - -0.022841852146917436 + - -0.9994843702521085 + - -0.02256642222959763 + - -0.03290605502943389 + - - -0.14203211034434854 + - 0.02558765086571032 + - -0.9895312788155336 + - 0.5759084141918583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996356878953673 + - -0.017952890465014325 + - 0.020154037062260023 + - -0.034770004965752305 + - - -0.017547614285025347 + - -0.9996437946851026 + - -0.020108828421177068 + - 0.0372865763140446 + - - 0.020507869681166968 + - 0.01974784726291861 + - -0.9995946427475593 + - 0.5797961972091461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969875839380772 + - -0.03721302331209988 + - -0.0680510717717844 + - 0.04843723899748043 + - - -0.03727220620428872 + - -0.9993050697664972 + - 0.000400229485818652 + - 0.0349633928798727 + - - -0.06801867477377388 + - 0.0021373897514136825 + - -0.9976817586019453 + - 0.5756751487899731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968660845791367 + - -0.02210097461829434 + - -0.07595759564904002 + - 0.025735037240755994 + - - -0.017196780473094364 + - -0.9977615572460227 + - 0.06462310440819856 + - -0.030601817053425337 + - - -0.07721580250973083 + - -0.06311435496710903 + - -0.995014722524177 + - 0.5770305672946722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859902746253393 + - -0.019096240913762108 + - -0.16570610105609138 + - 0.0645040550243255 + - - -0.023238332690795012 + - -0.9994631845194798 + - -0.023093780200143393 + - -0.03290097617964889 + - - -0.1651761430655164 + - 0.026620976186912556 + - -0.9859047445817756 + - 0.5755920791322493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997498024661736 + - -0.019228369979029606 + - 0.011428134440766615 + - -0.03477784701074367 + - - -0.018872090139285733 + - -0.999356407805408 + - -0.030505973055235176 + - 0.03727021858161763 + - - 0.012007359519118155 + - 0.03028266775271976 + - -0.9994692508282373 + - 0.5798017309012151 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968413780775345 + - -0.03750853974526846 + - -0.07000268851022476 + - 0.04845294726407189 + - - -0.03632776935328893 + - -0.9991766267326123 + - 0.018065485464081297 + - 0.03493734212518361 + - - -0.0706226601474072 + - -0.015465381903344896 + - -0.9973832071156443 + - 0.5756803075005872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969840159340343 + - -0.022580000048578228 + - -0.07424968397139123 + - 0.02575522054808092 + - - -0.01844424834212588 + - -0.9982647592316837 + - 0.05592209026139277 + - -0.030639792771007687 + - - -0.07538356369354829 + - -0.05438395051773621 + - -0.995670479752687 + - 0.5770667653670131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874053666639758 + - -0.013600560864977487 + - -0.15762508248161997 + - 0.06455042067227237 + - - -0.02303389828630527 + - -0.9980406188371835 + - -0.058175275511397916 + - -0.03290926577194982 + - - -0.15652501848878855 + - 0.06107329936436178 + - -0.9857839371240712 + - 0.575759913084298 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996364607516084 + - -0.019198411457129284 + - 0.018930592529572514 + - -0.03481849592400736 + - - -0.018628562889157964 + - -0.9993813140651366 + - -0.02983229361152879 + - 0.03729189971804593 + - - 0.01949161308569987 + - 0.029468798668465294 + - -0.9993756385485659 + - 0.5799960034652409 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969654156962604 + - -0.03804720886366674 + - -0.06791443000767408 + - 0.04845300069762739 + - - -0.03776922874092547 + - -0.9992720437018541 + - 0.005372898308686766 + - 0.03497480621264008 + - - -0.06806941505476885 + - -0.0027915181540442216 + - -0.9976766821773961 + - 0.5757830341083593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962269196870518 + - -0.026347873752548916 + - -0.08269047127431454 + - 0.025724824239757776 + - - -0.02105239765552241 + - -0.9977104093765974 + - 0.06427079877003054 + - -0.030671062838859994 + - - -0.08419454283860832 + - -0.06228746720090446 + - -0.9945006537885711 + - 0.577006077695443 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861512368326767 + - -0.01586251935578723 + - -0.16508821451899347 + - 0.06452292967296662 + - - -0.022776613983711565 + - -0.9989371384519247 + - -0.04007267494087603 + - -0.03290781792723557 + - - -0.164277095021853 + - 0.04327786849149799 + - -0.9854643890826362 + - 0.5756767464895735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998072940014006 + - -0.01870905747500134 + - 0.005945252727513582 + - -0.03479528165080543 + - - -0.018529930729110477 + - -0.9994112035967876 + - -0.02887711537521641 + - 0.03729721570040964 + - - 0.006482015795358606 + - 0.028761385460653474 + - -0.9995652886018058 + - 0.5799256710268569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972348298358316 + - -0.03701801881821787 + - -0.06443881163611133 + - 0.04846366098631748 + - - -0.035872643090678974 + - -0.999178725604521 + - 0.01884218079242055 + - 0.03496058718416874 + - - -0.06508338989318958 + - -0.016478488465255767 + - -0.9977437605807975 + - 0.5758177734406401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9956600843084248 + - -0.02319970776743019 + - -0.09012641163635818 + - 0.02573265041622707 + - - -0.016705212016406713 + - -0.9972533617772584 + - 0.07215724714430542 + - -0.03060892533756064 + - - -0.0915528940363293 + - -0.07033850996049966 + - -0.9933129223009787 + - 0.576923376356765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850654216191729 + - -0.01769008657569424 + - -0.17126930830474468 + - 0.06452759296902662 + - - -0.0226321070951345 + - -0.9993806660399147 + - -0.026945724596880542 + - -0.032897502839927754 + - - -0.1706865632048276 + - 0.030419486888522834 + - -0.9848557010845617 + - 0.5755453882734586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996338123248151 + - -0.018803356449200857 + - 0.019459574589402503 + - -0.03477219234571001 + - - -0.018281733039463503 + - -0.9994777774141618 + - -0.02664489993077515 + - 0.03726943242983132 + - - 0.019950425910992765 + - 0.026279388149108983 + - -0.9994555389133017 + - 0.5798759709846095 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968507653552032 + - -0.037697897179059935 + - -0.06976689873444812 + - 0.04843973852648277 + - - -0.036986568103936086 + - -0.9992500485287615 + - 0.011460117589290069 + - 0.03495860773758623 + - - -0.07014659928063947 + - -0.008843588838502352 + - -0.9974974914985083 + - 0.5757304653096667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970835425221174 + - -0.021922833887488336 + - -0.0731012899057638 + - 0.025755629283099463 + - - -0.01826961296379416 + - -0.9985683324197185 + - 0.050274314820347284 + - -0.030649275539073456 + - - -0.07409878861154275 + - -0.04879215964521164 + - -0.9960565720296501 + - 0.5771011405968481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893239407229697 + - -0.017997909818353055 + - -0.1446174801140736 + - 0.06453776146722207 + - - -0.02397270753872931 + - -0.9989248825972512 + - -0.03967856123059539 + - -0.032903996094176866 + - - -0.14374786817771107 + - 0.04272182311463296 + - -0.9886917599657261 + - 0.5757542683067941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997406728983925 + - -0.01893101332297723 + - 0.012657159524735175 + - -0.03481409722756297 + - - -0.0186029308783142 + - -0.9995003245242498 + - -0.02555449546862571 + - 0.037283682084370676 + - - 0.013134607546706522 + - 0.025312408231628343 + - -0.9995932993343389 + - 0.5797726917544445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965760192277844 + - -0.03692950245433053 + - -0.07397600792539664 + - 0.048441599751406 + - - -0.036782398908849954 + - -0.9993176822462364 + - 0.0033503851301107277 + - 0.03493567740885537 + - - -0.07404926083772197 + - -0.0006178984426495266 + - -0.9972543934076707 + - 0.5756569451308758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995085277179052 + - -0.031203207748314636 + - -0.0030104560121368253 + - -0.04281080708755847 + - - -0.031151770523913783 + - -0.9993891389187702 + - 0.015840334732112243 + - -0.02375757131057652 + - - -0.0035028862971711976 + - -0.015738768611789883 + - -0.9998700020253507 + - 0.5790223563680276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966533309666631 + - -0.025189675287562878 + - -0.07776643319557762 + - 0.0257335640882374 + - - -0.020059177325612736 + - -0.9976137759941953 + - 0.06606347971173934 + - -0.030643425887181403 + - - -0.07924498266814574 + - -0.06428245643650307 + - -0.9947803770262131 + - 0.5770291207687633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872093974536289 + - -0.017325161136731913 + - -0.1584848395614839 + - 0.06453814825787269 + - - -0.022872722545588562 + - -0.9991854116812408 + - -0.03324682912311661 + - -0.03291349648454882 + - - -0.1577797329906333 + - 0.036446561908847645 + - -0.9868015018140318 + - 0.5757464384877724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999614090384525 + - -0.017483092599393377 + - 0.021587305943070473 + - -0.034764428266167754 + - - -0.01683209688071537 + - -0.9994088095806335 + - -0.029978523099357123 + - 0.03727051672483552 + - - 0.022098661029956116 + - 0.029603594474007938 + - -0.9993174052196334 + - 0.5799442722136019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966244189607046 + - -0.03819254029182594 + - -0.07267115932263 + - 0.04844701572667666 + - - -0.03684478541733604 + - -0.999124878279304 + - 0.019797459203538863 + - 0.03495828893377649 + - - -0.07336367847094556 + - -0.01705307800435383 + - -0.9971594472358913 + - 0.5757181814782011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994180678328194 + - -0.03169148306602494 + - -0.012616480903561909 + - -0.042831806450440435 + - - -0.03126707023978778 + - -0.9989817609272661 + - 0.03252401656127735 + - -0.023757186872358588 + - - -0.01363436862983634 + - -0.03211060939524381 + - -0.9993913211331842 + - 0.5791103334350318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963060775466179 + - -0.026475917741884215 + - -0.08168981346164034 + - 0.025737725387131493 + - - -0.020624985573518904 + - -0.9972162689196055 + - 0.07165419019257029 + - -0.03064743739294695 + - - -0.08335952143435538 + - -0.06970465394638926 + - -0.9940786947744374 + - 0.5769208897376851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861845554067716 + - -0.016546216551549073 + - -0.16482185957868997 + - 0.0645174968138192 + - - -0.02439803509601217 + - -0.9986559358044067 + - -0.045728085090871215 + - -0.03289025092593494 + - - -0.163843701620178 + - 0.04911766077953472 + - -0.9852627552277331 + - 0.575595038699156 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996530499993476 + - -0.019347538721463043 + - 0.017873230609582808 + - -0.0347940936154364 + - - -0.018757470729339924 + - -0.9992920618240344 + - -0.03261184550601034 + - 0.03728899025189179 + - - 0.018491536411012355 + - 0.03226527422619276 + - -0.9993082683337852 + - 0.5798028002310716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964489951701797 + - -0.038101009420216776 + - -0.0750847062023929 + - 0.048437605003865555 + - - -0.03771337609658971 + - -0.9992669716763611 + - 0.0065742360887725525 + - 0.03495195017822376 + - - -0.07528015201722353 + - -0.0037191931805561572 + - -0.9971554875315828 + - 0.5757079184324168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963612323181777 + - -0.021573999636184473 + - -0.08245518342166298 + - 0.025757422739380257 + - - -0.016930797220422445 + - -0.9982532572628228 + - 0.05660196524543358 + - -0.030625759830293052 + - - -0.0835322862064909 + - -0.05499997185328595 + - -0.9949861105850948 + - 0.5770018382071189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883008284220199 + - -0.02189006369905867 + - -0.15093805898977336 + - 0.0645370842887952 + - - -0.02271103481218963 + - -0.9997351605609629 + - -0.0037172080792308333 + - -0.03290077148067565 + - - -0.1508167147172642 + - 0.0071016793363219335 + - -0.9885362333837311 + - 0.5757400404536078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997108959816001 + - -0.019342052268114206 + - 0.014283188359882787 + - -0.03476046507537293 + - - -0.018917843949013063 + - -0.9993927857458473 + - -0.0292604678615282 + - 0.03728793668681613 + - - 0.014840472903083076 + - 0.02898180141420255 + - -0.9994697672019901 + - 0.579811503836932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962384400717983 + - -0.03803924079023784 + - -0.07785876112174077 + - 0.048459107012448564 + - - -0.036574421007285994 + - -0.9991276709842879 + - 0.02015462233568572 + - 0.0349722515715479 + - - -0.07855750919735034 + - -0.017231170407567505 + - -0.9967606555814156 + - 0.5758397701283571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962453432809334 + - -0.027144791938421464 + - -0.0822093441262908 + - 0.02577451839419957 + - - -0.021168939870990198 + - -0.9971284907107798 + - 0.07270934601261062 + - -0.030647490823297777 + - - -0.08394695930046242 + - -0.07069606271542245 + - -0.9939592419917148 + - 0.5769607470508091 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846469740182187 + - -0.016859461780607043 + - -0.17374146052463643 + - 0.06448294179369048 + - - -0.022081055645829302 + - -0.9993593819638205 + - -0.028164741476832133 + - -0.032879399676062536 + - - -0.17315531622890282 + - 0.03156872232700032 + - -0.9843884661211292 + - 0.5755194957624281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997192480450551 + - -0.02017670882033114 + - 0.01242278187078196 + - -0.0347759225927519 + - - -0.019709770451907683 + - -0.999134613445567 + - -0.03662716428706565 + - 0.037316068991961805 + - - 0.013151046991116877 + - 0.03637203096004074 + - -0.9992517827489128 + - 0.5797750533198283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976453081757088 + - -0.03713211533918279 + - -0.05766320391230773 + - 0.04846774524570599 + - - -0.036790587410312124 + - -0.9992986653070747 + - 0.006973535222895643 + - 0.034963949732374024 + - - -0.05788170482111717 + - -0.004835651552625476 + - -0.9983117372449671 + - 0.5757972340850737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973511325121436 + - -0.024959181735720183 + - -0.0683209903604154 + - 0.02572018801303845 + - - -0.020949578771447923 + - -0.9980506541727694 + - 0.0587878121263842 + - -0.03066828072021958 + - - -0.06965510480965183 + - -0.05720079503286155 + - -0.9959298345875407 + - 0.5770676396728475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984624884399921 + - -0.0167746957642683 + - -0.17387480151666193 + - 0.0645326834538671 + - - -0.022214678006697706 + - -0.999321199255075 + - -0.029387902280647055 + - -0.03289476551191949 + - - -0.17326380205196087 + - 0.0327986326150094 + - -0.9843291647599821 + - 0.5756498235207919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996869056154786 + - -0.018829608867001246 + - 0.016478366753570096 + - -0.03480387902994407 + - - -0.018575609146281945 + - -0.9997083299424329 + - -0.015433787239549872 + - 0.03729230125812954 + - - 0.016764172684447715 + - 0.015122859307249865 + - -0.9997450983328593 + - 0.5797930353538788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967605247196988 + - -0.03892747681516686 + - -0.07037831988130468 + - 0.04844717971940512 + - - -0.03735373987894299 + - -0.999024782630379 + - 0.023541066402793395 + - 0.03498139669470553 + - - -0.07122608003791071 + - -0.020835912246146324 + - -0.997242553385737 + - 0.5757447139478515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965275163670235 + - -0.026058578764067596 + - -0.07908134796631025 + - 0.025738219922612028 + - - -0.0216927931563724 + - -0.9982190055776017 + - 0.05557193202273205 + - -0.030641484059792452 + - - -0.08038863009435226 + - -0.053663464074369956 + - -0.9953179897776854 + - 0.5770800249744759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869201629278088 + - -0.017839675140370066 + - -0.16021965546534336 + - 0.06452975908266788 + - - -0.02280581918445104 + - -0.9993130836728333 + - -0.029210535969403064 + - -0.03290030956869558 + - - -0.1595884914957009 + - 0.03248240741046955 + - -0.9866490797598443 + - 0.5757099809285201 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997597090530096 + - -0.01956331274744627 + - 0.009889436211806418 + - -0.034775244035540366 + - - -0.019245765363349723 + - -0.9993264495038364 + - -0.03124496499656014 + - 0.037241272305769756 + - - 0.010494030199149889 + - 0.03104712734542419 + - -0.9994628313317997 + - 0.5797005061485173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973284660554588 + - -0.03802240588171982 + - -0.06237168785940792 + - 0.04845665166529288 + - - -0.03738880597118387 + - -0.9992369617547067 + - 0.011294753262986453 + - 0.03496519996801252 + - - -0.06275354956904686 + - -0.008932576010778518 + - -0.9979890786488079 + - 0.5757760586819225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995607966469593 + - -0.02890916799832239 + - -0.006517193578591856 + - -0.042826550874063556 + - - -0.028726780587542175 + - -0.9992351998801159 + - 0.026528991643487813 + - -0.023814357499615166 + - - -0.007279140304409321 + - -0.026330122031426456 + - -0.9996267997559085 + - 0.5790998576144876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963617854984497 + - -0.023706967536209652 + - -0.08186068707614369 + - 0.025740691389018924 + - - -0.018045758302822134 + - -0.997438410673352 + - 0.06921681530302759 + - -0.03060852892515316 + - - -0.08329191440720607 + - -0.06748775150836195 + - -0.9942373259894883 + - 0.5770024305421314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848142830193555 + - -0.015969266870696927 + - -0.17287512972282976 + - 0.06452233668629097 + - - -0.023403502351930082 + - -0.998882926940001 + - -0.04105087508740084 + - -0.03288208823920936 + - - -0.1720264631931261 + - 0.04447337162157425 + - -0.9840879102894594 + - 0.5756440005480666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995689314324707 + - -0.019053408735642437 + - 0.022336493245385922 + - -0.034777847624182776 + - - -0.018340071683019654 + - -0.999328605808769 + - -0.03171717804224498 + - 0.03731822034554012 + - - 0.02292581701074854 + - 0.03129385287647258 + - -0.9992472675401897 + - 0.5797959827476473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970676078851568 + - -0.039695818833274964 + - -0.06542497438537408 + - 0.04844627918213061 + - - -0.038097458566010635 + - -0.998948612396398 + - 0.02550006749250911 + - 0.034987636112456484 + - - -0.06636843343775824 + - -0.022932766044837016 + - -0.9975316131755179 + - 0.5757028163912896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995381349079806 + - -0.030380164738197664 + - 0.0007499701030919429 + - -0.04281564027602698 + - - -0.030389196802881352 + - -0.9993210057131201 + - 0.020833248863163983 + - -0.02375733318840422 + - - 0.00011654334518182175 + - -0.020846417701819872 + - -0.9997826830299925 + - 0.5791110173417242 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961887722186143 + - -0.02562997954191252 + - -0.08337286281669148 + - 0.025735156829138368 + - - -0.020071346332499664 + - -0.9975618079679057 + - 0.0668399606538114 + - -0.030640518858048568 + - - -0.08488269059101841 + - -0.06491181273453506 + - -0.9942743008876098 + - 0.5770040315070684 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877600185244462 + - -0.018060474827878557 + - -0.15493213047517723 + - 0.064550348341816 + - - -0.022985642286423087 + - -0.9992838694046196 + - -0.03005675625232842 + - -0.03290240961334621 + - - -0.1542783395466336 + - 0.033250076642360536 + - -0.9874677849682039 + - 0.5757693513942846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995150282404697 + - -0.019104645451051575 + - 0.02459107243783329 + - -0.03479260458045217 + - - -0.018285927694945255 + - -0.999284808296001 + - -0.03309828933887934 + - 0.03731262068330564 + - - 0.025205816189688916 + - 0.032632567030721836 + - -0.9991495295496052 + - 0.5798422145301655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970063467045791 + - -0.0385293044245319 + - -0.06703608976775345 + - 0.04843962964425781 + - - -0.03733245595508323 + - -0.9991219486041174 + - 0.01901629695480277 + - 0.03499020279119451 + - - -0.06770991332995725 + - -0.016456746886101662 + - -0.9975693174505602 + - 0.5758334025301919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965404286080382 + - -0.021709246337650683 + - -0.08022395386141783 + - 0.025739119991988153 + - - -0.017615898392180997 + - -0.9985235848126517 + - 0.051384148302053505 + - -0.030620214241890417 + - - -0.08122102113088735 + - -0.04979316415274564 + - -0.9954515490620894 + - 0.5770678709357752 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875117257090141 + - -0.016483478209185956 + - -0.15668084290471548 + - 0.0645183726489324 + - - -0.02373709849509141 + - -0.998725663728256 + - -0.04453761068567146 + - -0.03288901645175 + - - -0.15574704408828813 + - 0.04770056138748683 + - -0.9866445736439639 + - 0.5755234607166346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997169064829096 + - -0.019736924461702082 + - 0.013287614723290571 + - -0.034801350670552775 + - - -0.019339606748037204 + - -0.9993808045086972 + - -0.029393659016532507 + - 0.037307087074113836 + - - 0.013859527519826073 + - 0.029128360618853488 + - -0.9994795906393411 + - 0.5797510831494114 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997455974565115 + - -0.03727414598923477 + - -0.06076361448375003 + - 0.048468366502417454 + - - -0.03650821976665107 + - -0.9992398891833363 + - 0.013667251162719878 + - 0.03495526916681416 + - - -0.06122686251823207 + - -0.01141410993674815 + - -0.9980586102030915 + - 0.5759158047480409 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994814251385462 + - -0.03179589917694201 + - 0.005089361310663968 + - -0.04284013495125751 + - - -0.03189531686770316 + - -0.9992743922594645 + - 0.020817726494194423 + - -0.023748986824588387 + - - 0.004423750098000007 + - -0.02096925773621977 + - -0.9997703339592863 + - 0.5791396066263457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962609780830107 + - -0.022668133886322075 + - -0.08336797499756546 + - 0.02572110527076646 + - - -0.01671833015069329 + - -0.9973086467691964 + - 0.07138599664055947 + - -0.030599640197398272 + - - -0.08476178965816697 + - -0.06972530950455025 + - -0.993958661227135 + - 0.576952290951905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878561934060276 + - -0.016464437939584 + - -0.1544961599286099 + - 0.06453720214646133 + - - -0.02315798037628114 + - -0.9988648615961458 + - -0.04162566772323234 + - -0.03290278676500376 + - - -0.153635442181304 + - 0.04469799270489398 + - -0.9871161230341186 + - 0.5757915263393464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996674372209252 + - -0.018818726887855117 + - 0.01763151945998563 + - -0.03478494858814773 + - - -0.018444826322229213 + - -0.9996064881486998 + - -0.021134266795104825 + - 0.037311157484262725 + - - 0.018022301242913832 + - 0.0208020280103693 + - -0.9996211643860717 + - 0.5797327225418991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971801001641536 + - -0.03891161453636746 + - -0.06416957293594679 + - 0.04846462525916834 + - - -0.037691588608790016 + - -0.999086944548006 + - 0.020115202755023546 + - 0.034977470067078416 + - - -0.06489369757344983 + - -0.017639826753773184 + - -0.9977362600042874 + - 0.5758262395823803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961881164945169 + - -0.02531364948183211 + - -0.0834772765788254 + - 0.025731262241642332 + - - -0.019926561231827095 + - -0.9977027474420053 + - 0.06474689107708961 + - -0.03063062121671616 + - - -0.08492448829743407 + - -0.0628366684077474 + - -0.9944040347820567 + - 0.576980354614623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876237167066166 + - -0.016620377261900052 + - -0.1559588319342024 + - 0.06453825851215272 + - - -0.024721683919824277 + - -0.9984356817289991 + - -0.050150052786779455 + - -0.032911560004853964 + - - -0.1548813498868633 + - 0.05338494647389449 + - -0.9864896425949955 + - 0.5757981269972483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997160350846055 + - -0.017763407544432307 + - 0.015884286169865928 + - -0.03478182198644472 + - - -0.017371798440072417 + - -0.9995498384812532 + - -0.02446101001711818 + - 0.03729512330518404 + - - 0.01631164656536201 + - 0.024178125330770864 + - -0.9995745837314071 + - 0.5798956556860502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970642846541649 + - -0.03955265513129053 + - -0.06556218223292719 + - 0.048424075208963704 + - - -0.03816409160575044 + - -0.9990226592904397 + - 0.022298617359958958 + - 0.035000451769772754 + - - -0.06638007516556639 + - -0.019731033838174088 + - -0.997599304292405 + - 0.5756895808560459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994874530415067 + - -0.03190060612014243 + - -0.0026800264494423066 + - -0.0428377037131339 + - - -0.03181937956972088 + - -0.9991486219544703 + - 0.026259442687960547 + - -0.023762797991563143 + - - -0.0035154368718848944 + - -0.026160706711627405 + - -0.9996515688618456 + - 0.5791350497825338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9957500394826548 + - -0.02523832957359448 + - -0.08857135874889831 + - 0.02572195718982921 + - - -0.019181460977607326 + - -0.9974611360749254 + - 0.06858100010122062 + - -0.030649987857652813 + - - -0.09007735800441723 + - -0.06659060549697474 + - -0.9937060736628766 + - 0.5769508119081533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870392483731489 + - -0.017544668207231693 + - -0.15951710500277813 + - 0.06454593139884102 + - - -0.023367994680148694 + - -0.9991244143443443 + - -0.03470362352406723 + - -0.03289620000121054 + - - -0.1587685705534875 + - 0.037981433340117686 + - -0.9865849946790357 + - 0.5757733510606102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995465213639698 + - -0.018632430064673935 + - 0.02365553168017887 + - -0.03476952665999584 + - - -0.017837184663094 + - -0.9992830485905598 + - -0.033394964333747244 + - 0.03727766231578808 + - - 0.024260801150860527 + - 0.032957872343987886 + - -0.9991622451724628 + - 0.5797805265286164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975848648849333 + - -0.03836105040838762 + - -0.05790394774170826 + - 0.04845477036826163 + - - -0.037204235348953674 + - -0.9990885560358597 + - 0.020926109774183934 + - 0.034965007126107395 + - - -0.058653919089938084 + - -0.018721298292230532 + - -0.9981028157287429 + - 0.5757126441169949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995283521132151 + - -0.03069737546888923 + - 0.0008628216285644372 + - -0.04281848558788409 + - - -0.030709498254507434 + - -0.9991394390104147 + - 0.027880246249090773 + - -0.023754221228336474 + - - 6.228730656494287e-06 + - -0.0278935934091607 + - -0.9996108980037818 + - 0.5790374595114955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962168661911557 + - -0.02330595905139066 + - -0.08371850326521527 + - 0.02572905167513886 + - - -0.018239001463957207 + - -0.9979841226899412 + - 0.0607867558304151 + - -0.03063413236438386 + - - -0.08496643067630136 + - -0.059029849495688534 + - -0.9946336926359604 + - 0.5770149047788603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867591834210587 + - -0.017508232214528116 + - -0.16124445956040662 + - 0.06454219368864458 + - - -0.023367204301480468 + - -0.9991310883833966 + - -0.03451147619187792 + - -0.032897355426476434 + - - -0.16050011743714804 + - 0.0378223482947826 + - -0.9863108953429087 + - 0.5756974669355253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996297133457454 + - -0.018836043864376737 + - 0.01963770984209657 + - -0.03478635370249941 + - - -0.01818018799949438 + - -0.9992880804007461 + - -0.033057724260664514 + - 0.03730466412357934 + - - 0.020246406115805873 + - 0.03268846616974193 + - -0.999260500179439 + - 0.579817339862225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978527187878252 + - -0.037352988703859044 + - -0.05380247059973047 + - 0.048459612957741226 + - - -0.03682505378999221 + - -0.9992636797055823 + - 0.01077097185143931 + - 0.03495607459602891 + - - -0.054165182738634444 + - -0.008766564672076304 + - -0.9984935053983783 + - 0.5759177961830553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959217967434447 + - -0.026493353180421435 + - -0.08624312731207215 + - 0.025731797928183756 + - - -0.019836406707574337 + - -0.9968221529989864 + - 0.07714993363184444 + - -0.030618945684820948 + - - -0.08801302028813993 + - -0.07512454677216865 + - -0.9932824425771536 + - 0.576894683430382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.981241847115992 + - -0.01523768541158084 + - -0.19217765325784875 + - 0.06450490160200655 + - - -0.024092347002920914 + - -0.9987487693595856 + - -0.04382299075377398 + - -0.032883486077194615 + - - -0.19126943374278887 + - 0.047630963101875326 + - -0.9803811988556808 + - 0.5756400931996754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999770866636233 + - -0.018860533827566577 + - 0.010123956201732582 + - -0.03480358909224101 + - - -0.018562353168969967 + - -0.9994133953750793 + - -0.02878027431569198 + - 0.03729855248975146 + - - 0.010660828779499903 + - 0.028585755344144148 + - -0.999534492311866 + - 0.5799052532107702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970722266711459 + - -0.037976573014650385 + - -0.06636832605321588 + - 0.048442645298642666 + - - -0.03713873583358874 + - -0.9992146492026396 + - 0.013813005448855567 + - 0.03494705468611718 + - - -0.06684077424541068 + - -0.01130772837090322 + - -0.9976995771159598 + - 0.5756205897776259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968726500709448 + - -0.02565790786187846 + - -0.07474350342794338 + - 0.025762043699067996 + - - -0.02127836470515807 + - -0.9980422411530595 + - 0.05881255027333211 + - -0.03062985104471685 + - - -0.07610618066889123 + - -0.057038203323126244 + - -0.9954669721420518 + - 0.5770306463830307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875698210286937 + - -0.020384935204031934 + - -0.15585346646796555 + - 0.06455868728808775 + - - -0.025058053863988353 + - -0.9992916036904859 + - -0.028078189582790656 + - -0.03290092391660124 + - - -0.15517068837220288 + - 0.03163455721872988 + - -0.987381037016446 + - 0.5757771831677679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997453919221813 + - -0.018491351718438888 + - 0.012931405259642205 + - -0.03477817847522115 + - - -0.01811270033607207 + - -0.9994207917192979 + - -0.02880991436479891 + - 0.03728449342678152 + - - 0.01345664954213231 + - 0.028568356459488162 + - -0.9995012594250712 + - 0.579934718726672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961196970670154 + - -0.03848575724492634 + - -0.07914793493453912 + - 0.048442786581306775 + - - -0.036968557650262024 + - -0.9991051836946476 + - 0.02054647560395884 + - 0.03497954368754045 + - - -0.07986785874415747 + - -0.017540764058883603 + - -0.9966511158554203 + - 0.5756815658613138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996830833268896 + - -0.027863171145783565 + - -0.07451129805700214 + - 0.025713915917364744 + - - -0.0230466546316751 + - -0.9976361464540031 + - 0.06473770924812706 + - -0.03067670988206839 + - - -0.0761389621332398 + - -0.06281530850125248 + - -0.9951166240512543 + - 0.5769992361957955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845544957610868 + - -0.018730042939855418 + - -0.17407363490231195 + - 0.06453146943958535 + - - -0.023897702227260523 + - -0.9993322964905266 + - -0.02763803573388412 + - -0.032897725813127915 + - - -0.17343974372931195 + - 0.03137111222831349 + - -0.9843447102578796 + - 0.5757272039817218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996705163360682 + - -0.01923154577577328 + - 0.01700018868874857 + - -0.03478919168714879 + - - -0.018685708076843492 + - -0.9993226329875962 + - -0.03170361986280624 + - 0.037290621239427245 + - - 0.017598382938375443 + - 0.03137551347488473 + - -0.999352727555262 + - 0.579947164981988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973910922101795 + - -0.03782119537005771 + - -0.061486310350883124 + - 0.048466493167220376 + - - -0.036727632652538256 + - -0.999148084813686 + - 0.01881981968253551 + - 0.03498026600363192 + - - -0.06214571730638723 + - -0.016512473888635526 + - -0.9979304825620626 + - 0.5758055368203924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994942791528008 + - -0.03139479870614979 + - -0.005054953513485324 + - -0.0428283054113557 + - - -0.031266041465817185 + - -0.9992276375097373 + - 0.023802585736999324 + - -0.023726468160942614 + - - -0.005798326644900451 + - -0.023632499887014463 + - -0.9997038983405084 + - 0.5791526336972623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966422168513502 + - -0.0224081930985504 + - -0.07875382194969434 + - 0.025733658568515238 + - - -0.017705575763107013 + - -0.9980466259137895 + - 0.05991197784247588 + - -0.03064761634812838 + - - -0.07994250544311803 + - -0.05831642465170959 + - -0.9950921517323501 + - 0.5770609351119906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885950516058022 + - -0.01822911593513406 + - -0.1494908802326912 + - 0.06454273713839448 + - - -0.022252675353085883 + - -0.9994325426607705 + - -0.025286579647254264 + - -0.032897242923971275 + - - -0.14894509854356253 + - 0.02832475953737668 + - -0.9884397126871208 + - 0.5757005444840553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995107233211222 + - -0.019361188739606957 + - 0.02456538899908589 + - -0.034787175366565726 + - - -0.018499623998822916 + - -0.9992220964082367 + - -0.034827660866480196 + - 0.037270140092926105 + - - 0.025220584410145387 + - 0.03435617004437045 + - -0.9990913750512976 + - 0.5798307171256366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967804112994453 + - -0.038414206547037526 + - -0.07037869269225151 + - 0.0484673933650717 + - - -0.03675746957804398 + - -0.9990192507272727 + - 0.024686536949071254 + - 0.03497783844092712 + - - -0.07125798256987077 + - -0.02202011379807626 + - -0.9972148286645119 + - 0.5757603465117167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995277351808111 + - -0.03066218548928642 + - 0.0020339580475003615 + - -0.042813052441960917 + - - -0.030693755275039473 + - -0.9993682015454368 + - 0.01791901579205015 + - -0.02374842413002188 + - - 0.0014832368099480097 + - -0.01797298308184675 + - -0.9998373727200368 + - 0.5790039266365179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969008287348636 + - -0.025726720589952838 + - -0.07434294529697275 + - 0.02571987233563761 + - - -0.020551553526796856 + - -0.9973662328187936 + - 0.06955739558439075 + - -0.030644182510592113 + - - -0.0759366269686598 + - -0.0678139622831074 + - -0.9948039481244976 + - 0.5769804055484933 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870758500939284 + - -0.019097005075866452 + - -0.1591118177838499 + - 0.06452278996433873 + - - -0.023521958404427508 + - -0.9993858605258633 + - -0.02597343361589194 + - -0.03288598340001466 + - - -0.15851808614214688 + - 0.029380370625829315 + - -0.9869188468094623 + - 0.5756094081722453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999650138513977 + - -0.018525422493948063 + - 0.018878805322563252 + - -0.03480159914972734 + - - -0.017832568977045424 + - -0.9991843546012295 + - -0.03623016704079333 + - 0.037302451902531036 + - - 0.019534586063324623 + - 0.03588083390259476 + - -0.99916513435257 + - 0.5798373577101588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968113725542046 + - -0.03752526525968733 + - -0.07041975584871685 + - 0.04843254189437279 + - - -0.036945031603408465 + - -0.9992719088301082 + - 0.009524540033804355 + - 0.03494662316956081 + - - -0.07072589473754246 + - -0.006892509718708838 + - -0.9974719751067456 + - 0.5757843394728269 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994797423462951 + - -0.0321581665399129 + - 0.0024692031457356814 + - -0.04283648662153152 + - - -0.03220099442091493 + - -0.9992834371539346 + - 0.01989241534158165 + - -0.02375392193838107 + - - 0.001827730201066359 + - -0.01996157695696945 + - -0.9997990772388733 + - 0.5790774446758078 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968269002971696 + - -0.02760716991903831 + - -0.0746590584791844 + - 0.025774016530478592 + - - -0.02308111045060627 + - -0.9978818052953696 + - 0.060820761264723834 + - -0.03062203854520171 + - - -0.07618000514770161 + - -0.05890455695033248 + - -0.9953526309736569 + - 0.5770739912055776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881960086643903 + - -0.01833040508617806 + - -0.15209419682928402 + - 0.06452110972894273 + - - -0.023005492921583152 + - -0.9993136114034838 + - -0.02903538116095762 + - -0.03287414798289354 + - - -0.15145757080847214 + - 0.03219164974187752 + - -0.9879394221973801 + - 0.5757196313283621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996668603293917 + - -0.018509320310292857 + - 0.01798814667573025 + - -0.03476012788147576 + - - -0.018145591215600866 + - -0.9996317330532357 + - -0.02017760621136702 + - 0.03730887497683109 + - - 0.018354996012337175 + - 0.019844478693976025 + - -0.9996345786269859 + - 0.579737966818946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976180395519259 + - -0.03768699380981429 + - -0.057774887781381075 + - 0.048460998435874106 + - - -0.03700029274425584 + - -0.9992318575233595 + - 0.012910199349977561 + - 0.03497428414463091 + - - -0.05821705503897912 + - -0.010741760004571534 + - -0.9982461565638973 + - 0.5757884598094176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966121415018139 + - -0.023007285202777603 + - -0.07896140980736413 + - 0.025742712673837594 + - - -0.018841323383766796 + - -0.9984111740645523 + - 0.053104915367507714 + - -0.03062041564560193 + - - -0.08005775380509231 + - -0.051437265971665765 + - -0.9954621859845019 + - 0.5770950296999585 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865257528686033 + - -0.01904638983282555 + - -0.16249361206327853 + - 0.06452300919874626 + - - -0.022786379698898233 + - -0.9995159032756933 + - -0.02118348411362389 + - -0.03288496789271292 + - - -0.1620114805415124 + - 0.024600693756692243 + - -0.9864821772538195 + - 0.5757505766173729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996422552095998 + - -0.019627576194685113 + - 0.018169200647996896 + - -0.034770320241561126 + - - -0.018917231940935985 + - -0.9990804756197083 + - -0.038475207227391624 + - 0.037270764780165486 + - - 0.018907668686492574 + - 0.0381177319396069 + - -0.999094359195678 + - 0.5797940156285082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972142207265839 + - -0.03809383877345608 + - -0.06413000411799409 + - 0.048461568777390426 + - - -0.03757225363837434 + - -0.999250449566539 + - 0.009320128625884803 + - 0.0349865160769082 + - - -0.06443697492283194 + - -0.006884656024181975 + - -0.9978980297476404 + - 0.5758068999727509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966764142139755 + - -0.024916873707689094 + - -0.07755820236575277 + - 0.025734704467167677 + - - -0.02117886030262684 + - -0.9985912646173136 + - 0.04865122923705713 + - -0.030653041834538163 + - - -0.07866117991648615 + - -0.04684693836986509 + - -0.9958000718716167 + - 0.5771047876369788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863787596769806 + - -0.017120982543119775 + - -0.1635964987854549 + - 0.06453897411908997 + - - -0.022067183980671205 + - -0.9993511892900679 + - -0.028464712464561524 + - -0.032883868236454214 + - - -0.1630030117797348 + - 0.031687101812648374 + - -0.9861165984453617 + - 0.5755804549816097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996993701075035 + - -0.018785914741534217 + - 0.01575623095745199 + - -0.03477211214618209 + - - -0.01847434930442779 + - -0.9996353974510921 + - -0.019691891239172466 + - 0.03729420554353198 + - - 0.016120416385402375 + - 0.019394885153596973 + - -0.9996819347199589 + - 0.5798474005030974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975618779172517 + - -0.03755729092175426 + - -0.05881963638807021 + - 0.04847579575063832 + - - -0.03720644691512959 + - -0.9992827387384308 + - 0.0070489976147740776 + - 0.034982402397573546 + - - -0.05904218859559428 + - -0.004843341619188298 + - -0.9982437387771598 + - 0.5759172392061025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995246804596065 + - -0.030667203530231692 + - -0.003152107193104114 + - -0.042836016412074844 + - - -0.03058767899744443 + - -0.9992727812481894 + - 0.02276625902641889 + - -0.02375913134364898 + - - -0.0038479924208307333 + - -0.02265902213565377 + - -0.9997358459464107 + - 0.5791090455610199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968495194069232 + - -0.023816754081839107 + - -0.07565578552359019 + - 0.02572665857285171 + - - -0.018344383904843498 + - -0.9972199266528874 + - 0.072221198173118 + - -0.030582077270470943 + - - -0.07716553140708614 + - -0.07060580791559759 + - -0.9945151083071825 + - 0.576991611398304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883565521143765 + - -0.017909972362054067 + - -0.151097845062636 + - 0.06453976014658763 + - - -0.023495203985169192 + - -0.9991019411581197 + - -0.0352602689123775 + - -0.03288671586807076 + - - -0.1503306398651891 + - 0.03839979250032927 + - -0.987889748227835 + - 0.5756964441959518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997120211854482 + - -0.01900835722565006 + - 0.014647766139854676 + - -0.03478499424149594 + - - -0.018552921637142627 + - -0.9993587408779729 + - -0.03062508986955501 + - 0.03730424539664233 + - - 0.015220505774508314 + - 0.030344511635126917 + - -0.9994236072945213 + - 0.579993049049518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971049062565935 + - -0.03835051509204339 + - -0.0656585402762263 + - 0.04844570046796865 + - - -0.03767556284672781 + - -0.9992239911601549 + - 0.011487708829578096 + - 0.03497526030786626 + - - -0.06604814821940234 + - -0.008980728375018135 + - -0.9977760212766401 + - 0.5758051684706804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994479505882926 + - -0.03132191343275233 + - -0.011078438688411409 + - -0.04282009726897292 + - - -0.031250081431406215 + - -0.9994898144553787 + - 0.006598727944338101 + - -0.023758213041826612 + - - -0.011279471414574449 + - -0.006248883009312716 + - -0.999916859036662 + - 0.5790821875235923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967304648158443 + - -0.02656664066135987 + - -0.07630592448795238 + - 0.025735299230208668 + - - -0.021971483767840052 + - -0.9979299331971444 + - 0.06044089948190815 + - -0.03063342822365044 + - - -0.0777536777845939 + - -0.05856673145321296 + - -0.9952508746832913 + - 0.577059351630174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858922795693015 + - -0.018834944406862557 + - -0.16631794237194275 + - 0.06453012311128224 + - - -0.02354823844919407 + - -0.9993737332360167 + - -0.02641253081110399 + - -0.032888518708084825 + - - -0.16571630442290936 + - 0.02995640477590755 + - -0.9857183777638096 + - 0.575672626466106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997166282295752 + - -0.01983892415273433 + - 0.013155999762520328 + - -0.034792854672440546 + - - -0.019472423070849242 + - -0.9994342058084036 + - -0.02742431402741868 + - 0.037337901018689224 + - - 0.013692625060200784 + - 0.027160363557704254 + - -0.999537306292453 + - 0.5799143586409622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977331501510437 + - -0.03802401785983137 + - -0.05552238427400364 + - 0.04847072141298393 + - - -0.036856897077673444 + - -0.9990806468404438 + - 0.021895895658468764 + - 0.03500169821200275 + - - -0.056303909522169855 + - -0.019799878148008612 + - -0.9982173283397978 + - 0.575954175918913 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995711440509966 + - -0.02913078859222925 + - 0.0029874967073710654 + - -0.04284981897214717 + - - -0.029229873902151836 + - -0.9987079778083211 + - 0.04156909349118157 + - -0.023728311266649763 + - - 0.0017726963208653506 + - -0.041638590490182745 + - -0.999131165227942 + - 0.579088938112978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9978336057780929 + - -0.026127764471896863 + - -0.06037743869683837 + - 0.025733103302973567 + - - -0.023589263813613443 + - -0.9988230089398175 + - 0.04238093256573148 + - -0.03066337909275048 + - - -0.061413694015432244 + - -0.04086485942849206 + - -0.99727549927353 + - 0.5771899535665348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865684476129791 + - -0.018252877711833173 + - -0.16232538504421754 + - 0.06452790969813836 + - - -0.02342445877630008 + - -0.9992753070765891 + - -0.030002589855298474 + - -0.03289363153934 + - - -0.16166011538271904 + - 0.03340199278822604 + - -0.9862810522220431 + - 0.5756089080833272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997246824591718 + - -0.0189925900997306 + - 0.013778272867511975 + - -0.03481602036936632 + - - -0.01865556315060087 + - -0.999533293177 + - -0.02419020037692958 + - 0.037313762312698416 + - - 0.014231277013744917 + - 0.023926498950863587 + - -0.9996124215927457 + - 0.5798998235637699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967549066013067 + - -0.038907331363622566 + - -0.0704689699965994 + - 0.04845409819886857 + - - -0.03740539769693564 + - -0.9990466238712743 + - 0.022509543632478257 + - 0.03498480658760786 + - - -0.07127757283574152 + - -0.019800578213012676 + - -0.9972599684701456 + - 0.5758773401370488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996733610711749 + - -0.021822023775803258 + - -0.07775544068325892 + - 0.02575782043933526 + - - -0.016812753734619504 + - -0.9977757162467084 + - 0.06450543682687852 + - -0.030611707410903438 + - - -0.07899012969592185 + - -0.06298745388325881 + - -0.9948834806468169 + - 0.5770267956078186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857704696992787 + - -0.018467067762780287 + - -0.16707946755094832 + - 0.06454562944427665 + - - -0.022000307501119344 + - -0.9995712553178915 + - -0.01932076634275702 + - -0.03287513368544746 + - - -0.16665103521646574 + - 0.022721640575893758 + - -0.9857541070220407 + - 0.5757310845986692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997260599180878 + - -0.019513671906462898 + - 0.01292368869103675 + - -0.03478609982506105 + - - -0.019103440551558663 + - -0.9993324689563021 + - -0.031139605790623796 + - 0.037328447842403197 + - - 0.013522709778331215 + - 0.03088418848584673 + - -0.9994314900091065 + - 0.5798637280991488 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966344740616273 + - -0.03842099704386847 + - -0.07241237531015311 + - 0.048457129183100106 + - - -0.037398213452157276 + - -0.9991813366539354 + - 0.015428224558979603 + - 0.03500319240688409 + - - -0.0729458617228579 + - -0.01266820700061649 + - -0.99725544259678 + - 0.575915084447224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995292304259825 + - -0.030477906085358303 + - -0.0035234591944939084 + - -0.04282985986516127 + - - -0.030373448674971007 + - -0.9991835018113633 + - 0.02664175901795716 + - -0.023732375856429434 + - - -0.004332567325741913 + - -0.02652219728141088 + - -0.9996388357360545 + - 0.579098314805975 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966830163254725 + - -0.020865025600856943 + - -0.07866139888810368 + - 0.02573943586760137 + - - -0.01798375254437462 + - -0.9991474587916789 + - 0.037161004218848506 + - -0.03059781055879846 + - - -0.07936970210842721 + - -0.03562311464212754 + - -0.9962085344396592 + - 0.5771978256616482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839637429148345 + - -0.015369143935847797 + - -0.17770521107640289 + - 0.06451518281017754 + - - -0.023368311893355136 + - -0.9988013734820465 + - -0.04300858437141123 + - -0.032899709541919744 + - - -0.17683120377434688 + - 0.04647155845307014 + - -0.9831434888288986 + - 0.5756825470829994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997135257852809 + - -0.019123860886747963 + - 0.01439250870233113 + - -0.03478591516839171 + - - -0.018880796802157807 + - -0.9996799345469239 + - -0.016838764098769426 + - 0.03731365691247993 + - - 0.014709924339642048 + - 0.016562198194765388 + - -0.9997546257541797 + - 0.5798062306104785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997169158061775 + - -0.03746370684743214 + - -0.06519310454043821 + - 0.04845562790102196 + - - -0.036633421686891085 + - -0.9992323003441511 + - 0.013885329108354976 + - 0.035002584205149456 + - - -0.06566325171571429 + - -0.011457775446681542 + - -0.9977760554132039 + - 0.5757567533063872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963586859242787 + - -0.022366157946614822 + - -0.08227468603374773 + - 0.025744072560875925 + - - -0.01762648010721014 + - -0.9981673548801366 + - 0.057889885564071084 + - -0.03061771707746761 + - - -0.08341868005593718 + - -0.056228877192223914 + - -0.9949269506790067 + - 0.5770492489375659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848761590915915 + - -0.018250919920999482 + - -0.17229583620921102 + - 0.06452074498088967 + - - -0.02262644995446663 + - -0.9994685627619865 + - -0.02346563046131003 + - -0.03287568751310274 + - - -0.17177600244344965 + - 0.027009183114748366 + - -0.9847657127520341 + - 0.5757205156504189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996971839042167 + - -0.02010581856261571 + - 0.01418790167381938 + - -0.03479707194421383 + - - -0.019596068965135875 + - -0.999188273996054 + - -0.03519640876424534 + - 0.03729017052996089 + - - 0.014884037593758887 + - 0.03490772362548703 + - -0.9992796987111235 + - 0.579895352213063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997178369294002 + - -0.03721238036594285 + - -0.06519615448517964 + - 0.048442382510204725 + - - -0.03663408632105765 + - -0.9992782743602914 + - 0.010043610453420736 + - 0.034961271904015725 + - - -0.06552284740131732 + - -0.007626869542555201 + - -0.9978219216520576 + - 0.5757289890072448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965141502588678 + - -0.024120619400617774 + - -0.07986077919465354 + - 0.02574388782250016 + - - -0.01958946468456269 + - -0.9981794955906342 + - 0.05704338222615552 + - -0.030605038815410546 + - - -0.08109131400599534 + - -0.055280107653273854 + - -0.9951725018762444 + - 0.577050374792365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847960392273972 + - -0.014892090582080365 + - -0.17307508994689477 + - 0.06453648403097417 + - - -0.02268250911555103 + - -0.9988123186716444 + - -0.0431214082561975 + - -0.03289591568895544 + - - -0.17222736397638314 + - 0.04639156936200615 + - -0.983964205339746 + - 0.5758328546539712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996969693401347 + - -0.019452352468138017 + - 0.015085604913463559 + - -0.03478327617973883 + - - -0.01882292561641941 + - -0.9989900403525361 + - -0.04079946994358666 + - 0.03727760816961077 + - - 0.015864014731099225 + - 0.04050315123412268 + - -0.9990534659249813 + - 0.5798313059104285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976237144547525 + - -0.03698762338734441 + - -0.05812779088919796 + - 0.048460405236676864 + - - -0.03669066305350303 + - -0.9993076351169162 + - 0.006168114925307587 + - 0.03497077883733478 + - - -0.05831568915992214 + - -0.00402071053340911 + - -0.9982900952551874 + - 0.5757266110431979 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995447421128834 + - -0.029879248910322835 + - 0.004187958816015823 + - -0.0428245874643107 + - - -0.02999508182556755 + - -0.9990676724698213 + - 0.03104965204332829 + - -0.023763457513266383 + - - 0.0032563139847348764 + - -0.031161134611711834 + - -0.9995090695481177 + - 0.579120714048809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968956032296197 + - -0.024319202346820157 + - -0.07488479591123316 + - 0.02575545693412524 + - - -0.019464034970055933 + - -0.9977022014849128 + - 0.06489582802340546 + - -0.030632458654174882 + - - -0.07629094051155134 + - -0.06323680533813669 + - -0.9950782877977442 + - 0.5770122952030572 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870453388870055 + - -0.019056051632868713 + - -0.1593058877681613 + - 0.06452054258789919 + - - -0.02304399598090369 + - -0.9994646815785061 + - -0.023223361651750457 + - -0.03290304375249503 + - - -0.15877806281306195 + - 0.026593555109111322 + - -0.9869560829114893 + - 0.5757264772986189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995638670982077 + - -0.018564941336193182 + - 0.02296559480745868 + - -0.03477402480403841 + - - -0.018054111148026884 + - -0.9995893165370853 + - -0.02225415322087889 + - 0.03728560226976718 + - - 0.023369310266487513 + - 0.02182982405122333 + - -0.9994885362622035 + - 0.5798508785974203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967247933019747 + - -0.03817330725558771 + - -0.07129154950136957 + - 0.04843609035379075 + - - -0.037656020254494396 + - -0.9992538707907015 + - 0.00858637574262731 + - 0.03495588917255299 + - - -0.07156612715334568 + - -0.005873697555285433 + - -0.9974185626512575 + - 0.5757798600224286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969929249934474 + - -0.024757193681789805 + - -0.07343152506936337 + - 0.02573812350740915 + - - -0.020469526595872704 + - -0.9980729198566709 + - 0.05857853813232904 + - -0.030637301018202695 + - - -0.074740256849646 + - -0.056899279519008104 + - -0.9955784077591615 + - 0.5770347956809418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868543679267132 + - -0.01760327731455484 + - -0.16065049371774157 + - 0.06454073216761838 + - - -0.02363243519352972 + - -0.9990832197996808 + - -0.035696329244423286 + - -0.0329058262588612 + - - -0.1598748401431284 + - 0.03902364081540227 + - -0.9863656476919296 + - 0.575692745005131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997402527840353 + - -0.019263803785943057 + - 0.012179196484577909 + - -0.03479002013660311 + - - -0.018913369257847194 + - -0.9994216120235381 + - -0.028261738863499735 + - 0.03729445584504968 + - - 0.012716580775884282 + - 0.028024048315134924 + - -0.9995263584765542 + - 0.5798063126786612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974945853552546 + - -0.03779902613104476 + - -0.0597978746319073 + - 0.04847543313369096 + - - -0.03676331916271337 + - -0.9991559353776044 + - 0.018326897278187045 + - 0.034986793320794685 + - - -0.06044014023055521 + - -0.016082612451008803 + - -0.9980422531264205 + - 0.5758613362435376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964823504157833 + - -0.02438021805153546 + - -0.08017811595189543 + - 0.02574119675795313 + - - -0.020583306498205743 + - -0.9986426102121636 + - 0.04784625964731046 + - -0.03063917743161714 + - - -0.08123578523924617 + - -0.046027622536869234 + - -0.9956315609502175 + - 0.5770998678113937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901242003315355 + - -0.02120839558820443 + - -0.13857947854719263 + - 0.06454080246474367 + - - -0.023599745956018606 + - -0.9995992084600175 + - -0.015635678332534268 + - -0.03287922166680866 + - - -0.13819232941320939 + - 0.018751703994072885 + - -0.9902278796765269 + - 0.5756203826559736 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996506407526571 + - -0.01904057532873494 + - 0.018331746614898076 + - -0.034789050809406696 + - - -0.018560163934515983 + - -0.9994888662398725 + - -0.026029340699653705 + - 0.037300581916431035 + - - 0.01881799026267016 + - 0.025680006886399525 + - -0.9994930817613442 + - 0.5798524352146325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971565154711395 + - -0.03854017818627414 + - -0.0647575348420965 + - 0.04847101300062595 + - - -0.037438888323850686 + - -0.9991343492031761 + - 0.018135100865976337 + - 0.03501377158567057 + - - -0.06540040744926089 + - -0.01565908387215349 + - -0.9977362275660611 + - 0.5759440724265537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994468865711376 + - -0.03215482138211343 + - -0.008484596934673842 + - -0.04283051303851909 + - - -0.03185244941272237 + - -0.9989261552753049 + - 0.033644580147597566 + - -0.023738273572968663 + - - -0.009557321260136576 + - -0.03335571568386046 + - -0.9993978456258292 + - 0.5790696018438428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964470059092629 + - -0.02316772876981958 + - -0.08097296313037643 + - 0.025734930586488226 + - - -0.01850524148656301 + - -0.9981529334908887 + - 0.05786430161211881 + - -0.030633145496363368 + - - -0.08216398512723937 + - -0.05616028585381615 + - -0.9950352264321245 + - 0.5770791465891989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879673462801702 + - -0.01567870525878005 + - -0.15386585353978424 + - 0.06453134326880301 + - - -0.022176720892846714 + - -0.9989290771253181 + - -0.04060655025979009 + - -0.0329157689182124 + - - -0.15306441694449693 + - 0.04353018579064861 + - -0.9872570117200853 + - 0.5757206335806172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997522595443915 + - -0.019839456737472592 + - 0.01009036630878471 + - -0.03480231395712465 + - - -0.01961898333265406 + - -0.99957636240416 + - -0.021498632883529923 + - 0.037322245709328045 + - - 0.010512612847268107 + - 0.021295344073991977 + - -0.999717956871784 + - 0.5798415006543205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970245091318067 + - -0.03762261395199227 + - -0.06728051062454272 + - 0.04844986228831953 + - - -0.03678821656796143 + - -0.9992305583525095 + - 0.01359846963007558 + - 0.034989767092337865 + - - -0.06774035217083403 + - -0.011082877512211178 + - -0.9976414258208306 + - 0.5758035342913996 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995394174219552 + - -0.030263545358404042 + - -0.0022518530410153186 + - -0.04283034207430845 + - - -0.030141894619091416 + - -0.9986570039455602 + - 0.04213851752552864 + - -0.023738902771543082 + - - -0.0035240897477357954 + - -0.04205123414143178 + - -0.9991092405230935 + - 0.5790785184289865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972767486388944 + - -0.020151822260390164 + - -0.07094357394310813 + - 0.02573157537883434 + - - -0.016331287904947218 + - -0.9984059032937582 + - 0.05402722742784786 + - -0.03061099721199865 + - - -0.07191923010990406 + - -0.052721497776147395 + - -0.9960160982698213 + - 0.5770878220588002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988277421178884 + - -0.02196571349978605 + - -0.15108026415935374 + - 0.06453265005762425 + - - -0.023251886411723786 + - -0.9997068395621306 + - -0.006751645058341246 + - -0.032879444946999854 + - - -0.1508876687019555 + - 0.010185399508259158 + - -0.9884984416126041 + - 0.5757583389865657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995747133130036 + - -0.020030779059702405 + - 0.021193404528016355 + - -0.03478016466632343 + - - -0.01922782012894946 + - -0.9991140375131619 + - -0.03743569122157306 + - 0.03726095706285072 + - - 0.021924494026442715 + - 0.037012267350293254 + - -0.9990742758310189 + - 0.5797531517466571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975933807986151 + - -0.038095825824148805 + - -0.05793232812139877 + - 0.04843305105459807 + - - -0.036914263982614076 + - -0.9990907467645757 + - 0.02133112383406949 + - 0.03495260521721887 + - - -0.05869227974283478 + - -0.01914125868846257 + - -0.9980925951605943 + - 0.5755972008594586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968795918366078 + - -0.024189354871922863 + - -0.07513956674454857 + - 0.025741123816403824 + - - -0.0210680618198405 + - -0.9988929975842784 + - 0.042058484854427994 + - -0.03065006254173387 + - - -0.07607375467816523 + - -0.04034420017765815 + - -0.9962856665440849 + - 0.5771258360123882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869189809085999 + - -0.01672279345397703 + - -0.16034735202499076 + - 0.0645497081205088 + - - -0.023360242639075574 + - -0.9989425594322913 + - -0.03959876284312507 + - -0.032908956822727514 + - - -0.15951559229797632 + - 0.04282652372021537 + - -0.9862660212538333 + - 0.5757161477990128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997283952271021 + - -0.01960321410227689 + - 0.012603561937141346 + - -0.03479233961967825 + - - -0.01911840925490109 + - -0.99911375333767 + - -0.037499257580334205 + - 0.037289771993126976 + - - 0.013327498047464803 + - 0.037248112547811504 + - -0.9992171715435144 + - 0.57983013991282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997122494037582 + - -0.03826462686858272 + - -0.06544119661864593 + - 0.04845855863374994 + - - -0.03747424201878368 + - -0.9992095695334245 + - 0.013263383352143764 + - 0.034972491237237724 + - - -0.06589698831805417 + - -0.010772858647380189 + - -0.9977682759274188 + - 0.5757624534107437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995012189989934 + - -0.031579922984954906 + - -0.00014725417050261125 + - -0.04282249515421571 + - - -0.031567478906963015 + - -0.9992183225958627 + - 0.02379575727243305 + - -0.02375490989365008 + - - -0.0008986072472769806 + - -0.023779239957879686 + - -0.9997168300334053 + - 0.5791570957894765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996978018699199 + - -0.026998272130782798 + - -0.07284177052057306 + - 0.025749001213315022 + - - -0.02136499455506046 + - -0.9967993819175371 + - 0.07703589563624814 + - -0.03069352443550894 + - - -0.07468846790691228 + - -0.07524683056959193 + - -0.9943638907618026 + - 0.5769329276559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840133745925463 + - -0.01689490764573333 + - -0.17729140057721698 + - 0.06452290945944314 + - - -0.022556747240507755 + - -0.9992962994091709 + - -0.029968302271987886 + - -0.03289896073873374 + - - -0.17666032881469718 + - 0.033488327560204166 + - -0.9837020179608783 + - 0.5756513806441305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996943368378085 + - -0.01968788829696417 + - 0.014953927538290048 + - -0.03479999003498496 + - - -0.01934410500239267 + - -0.9995529661607813 + - -0.022796347094227898 + - 0.03728977124040207 + - - 0.015396054561821191 + - 0.02250010874618981 + - -0.9996282842188586 + - 0.5799266607735952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972434598597555 + - -0.03854674804161734 + - -0.0634005519089566 + - 0.04844871346998342 + - - -0.037203507064917374 + - -0.9990603586587566 + - 0.022232831999255156 + - 0.034973365904074565 + - - -0.06419798150265221 + - -0.01981282342455337 + - -0.9977404828906825 + - 0.5756798650516619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969254106981585 + - -0.022969261758342543 + - -0.07491420772179838 + - 0.0257518848502315 + - - -0.018372457905079954 + - -0.9979390211127084 + - 0.06148302961902972 + - -0.030638488433036636 + - - -0.07617203092234104 + - -0.05991763642605708 + - -0.995292770269271 + - 0.5770637568106887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869066733137846 + - -0.019565440736021573 + - -0.16010125451577267 + - 0.06453546450105113 + - - -0.023183164751577903 + - -0.9995156703981862 + - -0.020759708585775777 + - -0.0328844060587363 + - - -0.159617539890891 + - 0.024199548699725043 + - -0.9868822740336916 + - 0.5757030494396808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996638098374276 + - -0.01900697466971859 + - 0.017635254895348004 + - -0.0347774586971256 + - - -0.018425217015914666 + - -0.9992991446423821 + - -0.0325842123569262 + - 0.03725649309264552 + - - 0.018242222431372457 + - 0.03224832446669887 + - -0.999313397733592 + - 0.5797270888760282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971464153470201 + - -0.039213101613077575 + - -0.06450859650054858 + - 0.04843107042116396 + - - -0.037483374920361634 + - -0.9989102189801619 + - 0.027809549107899286 + - 0.034981986791294356 + - - -0.06552879493144781 + - -0.025312192297142305 + - -0.9975295834991285 + - 0.5757352955665609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964993922466848 + - -0.021820877338485357 + - -0.08070198612281221 + - 0.025739160485998894 + - - -0.01698389094388324 + - -0.9980451797627077 + - 0.06014454755696462 + - -0.030636581358398456 + - - -0.08185663504196883 + - -0.05856337135620246 + - -0.9949220184692883 + - 0.5770341485270527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876013332457318 + - -0.020420827420011025 + - -0.1556489523856002 + - 0.0645390506643852 + - - -0.02270232030291047 + - -0.9996591134609725 + - -0.012894243959485605 + - -0.032895368356729 + - - -0.15533258262231 + - 0.016267964897454065 + - -0.9877282734102424 + - 0.5758266086262775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996926244771969 + - -0.018412423911427583 + - 0.016602385720132232 + - -0.03481546174393843 + - - -0.01794257454182567 + - -0.9994463660008107 + - -0.02801830663307698 + - 0.037304332975920854 + - - 0.017109079013938485 + - 0.027711804948071968 + - -0.9994695269400741 + - 0.5798872494563712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958476429635843 + - -0.0390220669418929 + - -0.08224810207813965 + - 0.048436982065832364 + - - -0.038184209661160644 + - -0.9992017975807876 + - 0.01173600630013307 + - 0.03497042382903414 + - - -0.08264041466755945 + - -0.008546695437809068 + - -0.9965427817513248 + - 0.5758239741512616 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965377954743566 + - -0.02096871405234657 + - -0.08045331082124837 + - 0.025738194296595063 + - - -0.01662563047573918 + - -0.9983874521450418 + - 0.054277839037825 + - -0.030624599722975484 + - - -0.08146171249362275 + - -0.052752331041602235 + - -0.9952794486812653 + - 0.5770749372240609 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984268868882285 + - -0.01616869236774768 + - -0.17593569034253512 + - 0.06451628779962124 + - - -0.023132605815430186 + - -0.9990249588462544 + - -0.03760337950807989 + - -0.03288415441652874 + - - -0.1751561483287846 + - 0.04108168678812854 + - -0.9836831902158683 + - 0.5756390799066494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999633829043202 + - -0.019057738904278657 + - 0.019209643939511807 + - -0.034795006563750175 + - - -0.018589882681282886 + - -0.9995331532528217 + - -0.024246480370720403 + - 0.037300029969105856 + - - 0.0196627590719771 + - 0.023880496986619332 + - -0.9995214343721448 + - 0.5798229360138085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971005036714475 + - -0.03778318105057664 + - -0.06605313624533775 + - 0.04847065367748562 + - - -0.036205859138832994 + - -0.9990336934849261 + - 0.024916160335922893 + - 0.03496167873979826 + - - -0.06693072046650018 + - -0.022452405473930417 + - -0.9975049714895005 + - 0.5759183609966295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995473271738066 + - -0.03005651324775607 + - 0.0013216471113168867 + - -0.042792843924792295 + - - -0.030078730622715422 + - -0.9992915738918031 + - 0.022619025464641115 + - -0.023786019586360098 + - - 0.000640861783468089 + - -0.022648539913897887 + - -0.9997432835162955 + - 0.5790553129213889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961330977588324 + - -0.02577824322722622 + - -0.08399008111384608 + - 0.02573016355391795 + - - -0.020919387037157688 + - -0.9980842499572641 + - 0.05822550328881571 + - -0.030670190252487968 + - - -0.08533012829816956 + - -0.05624332994555226 + - -0.9947640207814386 + - 0.5769931189975092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857806822910324 + - -0.01576594038876964 + - -0.16729579057909463 + - 0.06453846849496914 + - - -0.021823667352234982 + - -0.9991686984624856 + - -0.03443311714152882 + - -0.03287862436390812 + - - -0.16661384685891364 + - 0.03759450939221066 + - -0.9853052719327317 + - 0.5757288659097692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997842330958513 + - -0.019559022646595134 + - 0.006995133025933196 + - -0.03480997582856596 + - - -0.019432789838316963 + - -0.9996548309510355 + - -0.017680091497396327 + - 0.03732395825847077 + - - 0.007338523832510705 + - 0.01754034176880484 + - -0.999819224899478 + - 0.5798387455672842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968450601602575 + - -0.03847537674015538 + - -0.06942313316752353 + - 0.04842991913160335 + - - -0.03733818711974062 + - -0.9991475989291964 + - 0.01760498044967872 + - 0.03498241571034278 + - - -0.07004131506977744 + - -0.014957303858832479 + - -0.9974319491797781 + - 0.5758681949078441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999557706362298 + - -0.029632147724480282 + - -0.0025154468741698873 + - -0.04284540026778801 + - - -0.029551397571869243 + - -0.9991808218552365 + - 0.027647787221475175 + - -0.02373755441146992 + - - -0.0033326495902680033 + - -0.027561223810441068 + - -0.9996145619131305 + - 0.5790627843941818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963227596215565 + - -0.027226078796008128 + - -0.08123853330458224 + - 0.02573068566324903 + - - -0.022260335245503783 + - -0.9978639212014417 + - 0.06141719823665674 + - -0.030617721071223538 + - - -0.08273715087458562 + - -0.05938295544915702 + - -0.9948005973396274 + - 0.5770495234559869 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871985017059216 + - -0.02040234884418932 + - -0.15818616371612063 + - 0.06454293436464047 + - - -0.023588142900847178 + - -0.9995544736849621 + - -0.018288074006538747 + - -0.03289245002193675 + - - -0.1577425679519404 + - 0.021785277093014723 + - -0.9872399323152954 + - 0.5757687751506558 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998084337117831 + - -0.018938395972588038 + - 0.004942978532890305 + - -0.034801103661567946 + - - -0.018857048528580337 + - -0.9996939148358585 + - -0.01601525400817585 + - 0.03728032932041736 + - - 0.005244768782503128 + - 0.015918976039340206 + - -0.9998595294351489 + - 0.5796502759071855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970871995633689 + - -0.038928642900826246 + - -0.06558717274573235 + - 0.048449351783147326 + - - -0.037377772669486706 + - -0.9989956593393936 + - 0.024709810426604188 + - 0.034968801016998965 + - - -0.06648322026757399 + - -0.022186333247080164 + - -0.997540850311356 + - 0.5757559295266943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961767239870813 + - -0.024828928111558908 + - -0.08375833639225094 + - 0.02574378806704962 + - - -0.020012683333956068 + - -0.9981241481235487 + - 0.057859117158966224 + - -0.030624975509639794 + - - -0.08503779802029934 + - -0.05596167672140661 + - -0.9948049374859312 + - 0.5770408621065266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876089311573422 + - -0.019562496247731515 + - -0.155710975331894 + - 0.06454818984138024 + - - -0.022715155568847074 + - -0.9995709202973403 + - -0.018493160990262814 + - -0.0329097244997474 + - - -0.155282390520417 + - 0.021801009987754996 + - -0.9876295333563992 + - 0.5758273139913672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997371296760021 + - -0.01885087630879095 + - 0.013050517598132833 + - -0.03477836120715967 + - - -0.018602121665039623 + - -0.9996478053653702 + - -0.018926867087767793 + - 0.03730770322968807 + - - 0.013402709306240067 + - 0.01867912445993196 + - -0.9997356939174789 + - 0.579691142512366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997288543797107 + - -0.03708438908345512 + - -0.06356342106394657 + - 0.048456949843671306 + - - -0.03650011287788998 + - -0.9992802665792957 + - 0.010329113471786106 + - 0.034949789060033334 + - - -0.06390072120834743 + - -0.007981034489253748 + - -0.9979243462896045 + - 0.5757085661252989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967097255051227 + - -0.022505823162860504 + - -0.07786662319161564 + - 0.02574796191610421 + - - -0.018874192164482113 + - -0.9987135062215605 + - 0.04706482084079283 + - -0.030604214944112768 + - - -0.07882568080036609 + - -0.045440295051856525 + - -0.9958522438755458 + - 0.5771080110585453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871734492458066 + - -0.019984329334707465 + - -0.15839573127195972 + - 0.06452353536461862 + - - -0.022854962279454126 + - -0.9996055405663412 + - -0.0163221925083102 + - -0.032887448440175875 + - - -0.15800706251095759 + - 0.019732963541129835 + - -0.987240790459219 + - 0.5756257991732886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997672649786671 + - -0.019057435630987513 + - 0.01011088642239103 + - -0.03477594804601789 + - - -0.018715698903734448 + - -0.9992840499815081 + - -0.03288023824578322 + - 0.03729108973353108 + - - 0.010730260556970498 + - 0.03268335355690233 + - -0.9994081548139648 + - 0.5798270732647727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974536447505111 + - -0.038314374404750405 + - -0.0601517687844163 + - 0.04846049776089277 + - - -0.03779684248828364 + - -0.999238184119427 + - 0.009718543904673686 + - 0.034988611813486344 + - - -0.06047830414154442 + - -0.007420250109248392 + - -0.9981419310982181 + - 0.575731802882699 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994999699123324 + - -0.030953730837407576 + - -0.006455748794064348 + - -0.04287474084846083 + - - -0.030797551539341026 + - -0.9992602709158893 + - 0.02303088770077953 + - -0.02373723936312729 + - - -0.007163865187758153 + - -0.02282055030777321 + - -0.9997139098358203 + - 0.5791342688643071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963557654883132 + - -0.023038880246698028 + - -0.08212428736479682 + - 0.025753824311975856 + - - -0.018221439739344314 + - -0.9980955290766491 + - 0.058934658487432165 + - -0.03060358850640188 + - - -0.08332567258668161 + - -0.05722346401768355 + - -0.9948780364717048 + - 0.5770465439135768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858182554955381 + - -0.016299239060002288 + - -0.16702305810216408 + - 0.06452367360460105 + - - -0.0228778138308322 + - -0.9990332458475816 + - -0.037539037355355916 + - -0.03288952739570929 + - - -0.16624973012325692 + - 0.04082779074735638 + - -0.9852381025603069 + - 0.5757416144116669 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998095565684417 + - -0.019369766917872865 + - 0.002379647865363795 + - -0.034800629237299825 + - - -0.01930157008309933 + - -0.9994769924879783 + - -0.025945922213588404 + - 0.03729632798699608 + - - 0.0028809697574007096 + - 0.02589505004308069 + - -0.999660515573424 + - 0.5797608855304087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976862783651871 + - -0.03883283366995542 + - -0.0558041305907011 + - 0.04846102121310875 + - - -0.03792313308538102 + - -0.9991314213023997 + - 0.017269595919864444 + - 0.034972708486824156 + - - -0.056426287657535344 + - -0.015113371411055036 + - -0.9982923720362591 + - 0.5758169499618406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971581549944818 + - -0.025937466998122164 + - -0.07073091073726093 + - 0.025713790803505616 + - - -0.022238976891483093 + - -0.998368795710642 + - 0.05258493755919035 + - -0.03068123532405482 + - - -0.07197945425481586 + - -0.050862516227622785 + - -0.9961084090640814 + - 0.5771004786140559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9893122291279246 + - -0.018196281138131973 + - -0.14467276402515727 + - 0.06455519410615616 + - - -0.022837556741646982 + - -0.9992742816891713 + - -0.030485340028661278 + - -0.0329151273919708 + - - -0.1440130525334729 + - 0.03346349215687307 + - -0.9890098257310989 + - 0.5758593712380851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999750567680752 + - -0.019389217069314072 + - 0.011084253851892687 + - -0.03482643407131819 + - - -0.019009348428662764 + - -0.9992610623349156 + - -0.03340619663496953 + - 0.03732051984043125 + - - 0.011723783277247778 + - 0.03318715960632324 + - -0.9993803907136328 + - 0.5799122370275422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968922384442864 + - -0.038663113206629504 + - -0.06863693325543764 + - 0.04841217953566049 + - - -0.037545134632845256 + - -0.9991416050485866 + - 0.017504740110494486 + - 0.0349658252790133 + - - -0.06925480340699534 + - -0.014873356652275314 + - -0.9974881229703705 + - 0.5756059143889596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963669645551574 + - -0.021931093627815694 + - -0.08229154923459474 + - 0.02573600690732564 + - - -0.01597738906606743 + - -0.9972533323755997 + - 0.07232229327387785 + - -0.03058492445667817 + - - -0.08365162868571811 + - -0.07074473971999098 + - -0.9939806772871276 + - 0.5769382490287459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9821448363797616 + - -0.01363079739838593 + - -0.18763187824795516 + - 0.0645324055153706 + - - -0.023203569326974545 + - -0.9985332661683464 + - -0.04891738674197601 + - -0.0329026512209595 + - - -0.18668988923629368 + - 0.05239768809270042 + - -0.9810205744730749 + - 0.5757441230432938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998063377502424 + - -0.019329362048056846 + - 0.00369631671577325 + - -0.03481743401276782 + - - -0.019207912615463396 + - -0.9993511083220543 + - -0.03046995878629858 + - 0.03730708507243624 + - - 0.004282883071587068 + - 0.030393059377054353 + - -0.9995288484352507 + - 0.5799418087857737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976635941446561 + - -0.039403432139011756 + - -0.05580969856604852 + - 0.04846592885121005 + - - -0.038041383479025546 + - -0.9989568166193199 + - 0.02526126823412855 + - 0.03499675047733003 + - - -0.0567468594846325 + - -0.023079169514113044 + - -0.9981218091361248 + - 0.5758451663590591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995032486051804 + - -0.03151090130691994 + - 0.0005649128398636178 + - -0.04283769377454473 + - - -0.03151481930135379 + - -0.9991535362769602 + - 0.026439120818355616 + - -0.023750590220513016 + - - -0.00026868586511094236 + - -0.026443790274280607 + - -0.999650265724886 + - 0.5791150525822705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996940727273906 + - -0.02267754264850664 + - -0.07479916685365165 + - 0.02574298602698811 + - - -0.018410784544640242 + - -0.9981902641375752 + - 0.057247179785640694 + - -0.03061279975152292 + - - -0.07596202548001266 + - -0.05569493370481551 + - -0.9955540392387501 + - 0.5770511382716579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883872808860652 + - -0.015792205819666096 + - -0.15113301829183395 + - 0.06454569562586307 + - - -0.024403880798068392 + - -0.9981716931187259 + - -0.05529666950631221 + - -0.032900790285341396 + - - -0.14998344436851752 + - 0.05834275697844553 + - -0.9869655967274191 + - 0.5757355036987638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999796838796911 + - -0.01909854492993457 + - 0.006444122381123323 + - -0.03481738319645279 + - - -0.01887694047771786 + - -0.9992818369499576 + - -0.03285531098800293 + - 0.037301692573788875 + - - 0.007066983083630599 + - 0.03272699074887514 + - -0.9994393437455913 + - 0.5798609657271654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975426953494316 + - -0.038681055177018746 + - -0.05841529701528116 + - 0.04847625107333947 + - - -0.037307063468324 + - -0.9990051429079196 + - 0.024431689644737582 + - 0.035000442437377696 + - - -0.05930222567797545 + - -0.02219235034688223 + - -0.997993359504821 + - 0.5758125589769346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964147252222646 + - -0.02468131797882319 + - -0.08092297512491313 + - 0.025742657504472976 + - - -0.01969748323845489 + - -0.9978930847753564 + - 0.0618174773959106 + - -0.030606221434974545 + - - -0.0822782140928562 + - -0.06000186580725093 + - -0.9948015237148256 + - 0.5770963940259287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876113603066733 + - -0.019066855476724487 + - -0.1557570416239093 + - 0.06455488382913886 + - - -0.023562042200131153 + - -0.9993559504426035 + - -0.02706500475374919 + - -0.03290653216941137 + - - -0.15514068183607338 + - 0.030399660149266948 + - -0.9874245437005543 + - 0.5758754157773289 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997833612604116 + - -0.01915492275966004 + - 0.008143677357600397 + - -0.03481142485305201 + - - -0.018904073810266882 + - -0.9993759701136383 + - -0.029838001823186317 + - 0.03730559382090326 + - - 0.008710140079770097 + - 0.029677589078224428 + - -0.9995215726367765 + - 0.5799523740888821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976460151256613 + - -0.03811214766085624 + - -0.05700783020397858 + - 0.04846286993183131 + - - -0.03701824289578275 + - -0.9991119519666922 + - 0.020123546660951785 + - 0.03499701711951243 + - - -0.057724156094285106 + - -0.01796584643104144 + - -0.9981709022833812 + - 0.5758822767532152 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9950890651227753 + - -0.02721893344611681 + - -0.0951676527772794 + - 0.02574547000776607 + - - -0.02016474332855371 + - -0.9970309099300141 + - 0.07431519205802661 + - -0.030590836485132986 + - - -0.09690787171109735 + - -0.07203120369800645 + - -0.9926834188673856 + - 0.5769346508004171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848700452503814 + - -0.013294903092236698 + - -0.1727837941482934 + - 0.06451606722483051 + - - -0.023984535421782523 + - -0.9979145534380531 + - -0.059927340147316856 + - -0.03290535873408748 + - - -0.1716267345989926 + - 0.06316478123368267 + - -0.9831350234746945 + - 0.5757461752711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997921673129372 + - -0.01960158275357369 + - 0.005603582180577219 + - -0.034810608594957826 + - - -0.01942624130998198 + - -0.999367157407919 + - -0.02979774895829822 + - 0.03732268781588648 + - - 0.006184119037181421 + - 0.02968269947242359 + - -0.9995402413228612 + - 0.5797756804059644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973296062974372 + - -0.0384337406075959 + - -0.0621007567224994 + - 0.04845749253442916 + - - -0.03727855793749023 + - -0.9991116016076695 + - 0.01965493960966976 + - 0.03498562416115724 + - - -0.0628009993606806 + - -0.017287426525270166 + - -0.9978763347045737 + - 0.575813703959155 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973801905909249 + - -0.02355821255647272 + - -0.06839419593762736 + - 0.025724329696368713 + - - -0.018707289571735387 + - -0.9973207934795568 + - 0.0707196734309933 + - -0.03055703968502935 + - - -0.06987698286052246 + - -0.06925493133670084 + - -0.9951487133850192 + - 0.5770101971964411 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835986553428119 + - -0.02042392861640766 + - -0.17921090465617406 + - 0.06450944261758514 + - - -0.022557328810343873 + - -0.9996967843685143 + - -0.009874524808522134 + - -0.032880764021152926 + - - -0.17895488851873942 + - 0.013755088626540114 + - -0.9837611221288028 + - 0.57546341572768 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996389020281726 + - -0.019392111506338388 + - 0.018601386056831717 + - -0.03477443642194366 + - - -0.01876186930036469 + - -0.9992633462681036 + - -0.03347770997885117 + - 0.03726596336676472 + - - 0.019236886761261243 + - 0.03311662447167247 + - -0.9992663465619848 + - 0.5798229311282448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975995825169232 + - -0.037906155396514186 + - -0.05794994689484979 + - 0.048461167410423237 + - - -0.03692212428406024 + - -0.9991567684191919 + - 0.017958531690265626 + - 0.034993102054581574 + - - -0.05858182056246631 + - -0.015775788575319586 + - -0.998157950824625 + - 0.5759748279278907 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970049339318994 + - -0.023452678977321166 + - -0.07369622489812974 + - 0.02573372667025156 + - - -0.019258697368770616 + - -0.9981819420467171 + - 0.057113160895733796 + - -0.030611316216930935 + - - -0.07490169751819453 + - -0.05552280991295907 + - -0.9956439892292133 + - 0.5770584136290329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867923794863012 + - -0.01682067507908953 + - -0.16111444589994836 + - 0.06455374176314213 + - - -0.0207206997614663 + - -0.9995308089124401 + - -0.022556919919147073 + - -0.032901176257278966 + - - -0.16065942981710987 + - 0.02559740074162492 + - -0.9866779214546731 + - 0.5757795123690628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997407501319154 + - -0.019240053284141172 + - 0.012175913735662272 + - -0.034779067656938153 + - - -0.018968205896935892 + - -0.9995766575598203 + - -0.022061568996550426 + - 0.037271382924198675 + - - 0.012595224917655386 + - 0.021824894298976962 + - -0.9996824667353692 + - 0.5797378998825495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975587590620602 + - -0.03822783569768589 + - -0.058439325769840025 + - 0.048469985347300126 + - - -0.03715774092143768 + - -0.9991232168142002 + - 0.01928989145797977 + - 0.03498022489273749 + - - -0.059125497952897385 + - -0.01707132685868492 + - -0.9981045763301091 + - 0.5758884986053504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995294453293126 + - -0.0305308061903415 + - 0.0029593568633274935 + - -0.04282935900851914 + - - -0.03058034935071318 + - -0.9993617738497659 + - 0.018463130867706713 + - -0.02378841102707859 + - - 0.0023937738542005775 + - -0.018544941121975383 + - -0.9998251622186339 + - 0.579117191135542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970028871543839 + - -0.022877523012725293 + - -0.07390441087394707 + - 0.025732796477549346 + - - -0.01959260064887323 + - -0.9988006181993824 + - 0.04487153980358957 + - -0.030673589783018738 + - - -0.07484232095303255 + - -0.043289075126798165 + - -0.9962553302085914 + - 0.5771426987017658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909252358016647 + - -0.021011999909979158 + - -0.1327617147795189 + - 0.06454929040114532 + - - -0.023420881427807932 + - -0.9995877209791305 + - -0.016608744109441187 + - -0.032913795481258376 + - - -0.1323579969800082 + - 0.019567420053021083 + - -0.9910088176741462 + - 0.5758717475274273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996566074353027 + - -0.018721787546025867 + - 0.01833471794227227 + - -0.03479124233405345 + - - -0.01803902860231066 + - -0.9991627128103353 + - -0.0367214756862657 + - 0.03728840184125802 + - - 0.019006858183987906 + - 0.03637812530317437 + - -0.9991573306248626 + - 0.5798781600745705 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974035402378822 + - -0.03776481340237144 + - -0.06131881268928118 + - 0.048457907237455515 + - - -0.037105567581758085 + - -0.999241031424868 + - 0.011854871209841062 + - 0.034987069401682516 + - - -0.06171997063653439 + - -0.009548821165484335 + - -0.9980478271300305 + - 0.575948427884104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995422859507491 + - -0.029970747804116522 + - -0.004119814609055101 + - -0.0428473963610159 + - - -0.029826087258558828 + - -0.9990566107360775 + - 0.031564110368991344 + - -0.023754785883501214 + - - -0.005061928011713908 + - -0.03142678508220459 + - -0.9994932386285564 + - 0.5791516755237799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962854473418162 + - -0.027016040644051314 + - -0.08176454587922705 + - 0.025718199939241845 + - - -0.021786392374614123 + - -0.9976998778902509 + - 0.06418961571062422 + - -0.030592179394462928 + - - -0.08331062670642092 + - -0.06216982552410154 + - -0.9945824512186439 + - 0.5770984262497657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858467642034283 + - -0.0165063028314794 + - -0.16683434741223263 + - 0.06453713579111409 + - - -0.023137304381398487 + - -0.9990143728945686 + - -0.037880706118492605 + - -0.03290239816359832 + - - -0.16604464055064394 + - 0.041204668630005756 + - -0.985256998263651 + - 0.5757246639658773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997940427768293 + - -0.018299853791729884 + - 0.008774245219106584 + - -0.03479134466056627 + - - -0.018092841250160047 + - -0.9995689884528658 + - -0.023118962321244347 + - 0.0373156348702017 + - - 0.009193537048395047 + - 0.0229554497781228 + - -0.9996942163491913 + - 0.5799187654306543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969864685302003 + - -0.038753888256314324 + - -0.0672020662829419 + - 0.04847766210898973 + - - -0.037803800919552356 + - -0.9991672358957353 + - 0.015352763546385472 + - 0.034995160583664364 + - - -0.06774108209731128 + - -0.01276600397514715 + - -0.9976212582632711 + - 0.5758739497821332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976347315730406 + - -0.024101212561892165 + - -0.06437448184050788 + - 0.02576759725353303 + - - -0.02107375895195326 + - -0.9986583660897757 + - 0.04730078775808781 + - -0.030650024788467196 + - - -0.06542812119282011 + - -0.04583229638526955 + - -0.9968041741311237 + - 0.5771131859886548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853735712346299 + - -0.01868319110292187 + - -0.1693808238335246 + - 0.06453284535076509 + - - -0.02256450176499677 + - -0.9995244164992764 + - -0.021018660325513715 + - -0.03289221216944045 + - - -0.16890757346078134 + - 0.024533226285867252 + - -0.9853265207207192 + - 0.5756959613362306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997518564159743 + - -0.020222339208226053 + - 0.009342515173148842 + - -0.03479136185012963 + - - -0.019958202915130563 + - -0.999421174289399 + - -0.02754970995124371 + - 0.03730302151464723 + - - 0.009894227064887233 + - 0.027356413853914147 + - -0.999576775886596 + - 0.5798205280729366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973023003843738 + - -0.039139754701512014 + - -0.062098319219939746 + - 0.048444538193192346 + - - -0.03785443941770786 + - -0.9990467152810657 + - 0.021741713421089232 + - 0.03497647276071078 + - - -0.06289008717124786 + - -0.019332363746297414 + - -0.9978332008144317 + - 0.5758772868703315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971348598665541 + - -0.023744185911713886 + - -0.0718212007299889 + - 0.025736577079534428 + - - -0.019409586050859115 + - -0.9979819059348446 + - 0.060459766754347125 + - -0.03064796883020046 + - - -0.07311182673303743 + - -0.058892521274315726 + - -0.9955834127433588 + - 0.577074916413497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862039039028767 + - -0.019558153561093666 + - -0.16437560207039936 + - 0.06453465672377356 + - - -0.023240727908111304 + - -0.9995194891198804 + - -0.02050998380871326 + - -0.03291372454408167 + - - -0.16389548039231205 + - 0.024047234743587935 + - -0.9861845679223333 + - 0.57582252091716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998293654041881 + - -0.018165208244312163 + - 0.0033563797311109344 + - -0.03477837855605969 + - - -0.01807349095769141 + - -0.9995091652073821 + - -0.025588622296723353 + - 0.03730734074253621 + - - 0.0038195549558666967 + - 0.025523594493779556 + - -0.9996669230919147 + - 0.5796613913847762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966604121049237 + - -0.03878031010695446 + - -0.07186174567078145 + - 0.04843281802809316 + - - -0.03769004575312071 + - -0.9991537979734608 + - 0.01646658575223775 + - 0.034993136663414075 + - - -0.07243951541783876 + - -0.013703121659555464 + - -0.9972786677066804 + - 0.5757420723554612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996559884559548 + - -0.021383660793163096 + - -0.08006956686371741 + - 0.025726210528471804 + - - -0.01618658216008683 + - -0.9977538052148466 + - 0.06500260561907316 + - -0.03057351548187774 + - - -0.08127970868940865 + - -0.06348293652925126 + - -0.9946675453260693 + - 0.5770158918696955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860744576726512 + - -0.019647647824083805 + - -0.16513974040359783 + - 0.06452583490959475 + - - -0.022157834605266713 + - -0.9996650572054678 + - -0.013371752614944485 + - -0.03287442293812846 + - - -0.16482170455128944 + - 0.016844682762533838 + - -0.9861795284690501 + - 0.5756562267355563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996677677384973 + - -0.018506366142562354 + - 0.017940695553048537 + - -0.034771307111985145 + - - -0.017981785330663684 + - -0.9994184465168383 + - -0.028972817574273443 + - 0.03728401861907178 + - - 0.018466443649270484 + - 0.028640586133450923 + - -0.9994191849693908 + - 0.5798599188403827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973894265805667 + - -0.03797872252339542 + - -0.061416189891423674 + - 0.0484690061406371 + - - -0.03719312924346577 + - -0.9992116318870975 + - 0.013884734012636344 + - 0.03498011430704879 + - - -0.061895095786074404 + - -0.011564226606814098 + - -0.9980156640958188 + - 0.5759070414092706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995476702872084 + - -0.02995190438065289 + - 0.002708919966776119 + - -0.04285778952388601 + - - -0.030028964392779255 + - -0.9989247540373134 + - 0.035321340135825406 + - -0.023764006098452695 + - - 0.0016480658091738414 + - -0.035386709305411566 + - -0.9993723353603619 + - 0.579083079728947 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966871300354188 + - -0.027834059591841473 + - -0.07642008864426905 + - 0.02574035446161504 + - - -0.02326248709927739 + - -0.9979228579179511 + - 0.06007350779523785 + - -0.030627174378083717 + - - -0.07793344285809575 + - -0.05809677074938303 + - -0.9952643587071615 + - 0.5770445738110384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879304010336721 + - -0.020588064115913598 + - -0.15352411644235853 + - 0.06452894729222607 + - - -0.023966719125659102 + - -0.9995088798392286 + - -0.020188994449497295 + - -0.03288965107923009 + - - -0.153033065341447 + - 0.02362479076074743 + - -0.9879386368462927 + - 0.5756995232574624 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996841228113118 + - -0.019122887930778442 + - 0.01630857921968964 + - -0.0347802288420483 + - - -0.018717891301951926 + - -0.9995212750513045 + - -0.024634554289102596 + - 0.03729639169591554 + - - 0.016771855716834583 + - 0.024321510582225748 + - -0.999563489218575 + - 0.5797608105024612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975406420278421 + - -0.03773126129121617 + - -0.05906792212406407 + - 0.04844609508823623 + - - -0.03739542532583635 + - -0.9992775384677888 + - 0.00678109714255987 + - 0.03499294112933761 + - - -0.059281107170668826 + - -0.004555549926299583 + - -0.998230933851225 + - 0.5757187408860297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994483348123615 + - -0.0322094384584485 + - -0.00809803155026885 + - -0.04284718102869639 + - - -0.03210965259060384 + - -0.9994103265853299 + - 0.012164264265234351 + - -0.02370769821415274 + - - -0.008485060477595868 + - -0.011897528684359103 + - -0.9998932205790255 + - 0.5791455415235252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965108121405793 + - -0.022833609092853396 + - -0.08027968349911274 + - 0.025740076989748402 + - - -0.019341133668565873 + - -0.9988436066634822 + - 0.044015565154871726 + - -0.030575620387350257 + - - -0.08119188281680392 + - -0.04230928648988131 + - -0.9958000815632526 + - 0.57712850335866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908003720870951 + - -0.022056641500149677 + - -0.1335220103121872 + - 0.06455350596057466 + - - -0.023453945546200023 + - -0.9996852929022553 + - -0.008900988329860441 + - -0.032865954915586984 + - - -0.13328366407924802 + - 0.011950720508249814 + - -0.9910058754462278 + - 0.5759019413500186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996944202822224 + - -0.019182189103079 + - 0.015591974788495335 + - -0.034811764548301705 + - - -0.01886840317955823 + - -0.999621343925492 + - -0.02002878254032761 + - 0.03729730889122329 + - - 0.0159702666867211 + - 0.01972846648393667 + - -0.9996778171951941 + - 0.5798787187702321 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972159277643063 + - -0.03861422238834948 + - -0.06379134143845103 + - 0.04844971925415652 + - - -0.037387360206209225 + - -0.9990943144793718 + - 0.020315906866439092 + - 0.03498585633563697 + - - -0.06451804948993042 + - -0.01787435605379265 + - -0.9977564475791062 + - 0.5757869180951302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994710674288524 + - -0.031168761682567606 + - -0.009278667350747331 + - -0.04280410567473795 + - - -0.030839721774205024 + - -0.9989556647296999 + - 0.033711889079869946 + - -0.023740376092354517 + - - -0.01031973514777118 + - -0.033407906244168235 + - -0.9993885204798287 + - 0.5790565094390115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967176523987529 + - -0.027022532956108604 + - -0.07631319747825296 + - 0.02573566524675023 + - - -0.021697644133073624 + - -0.997327547663367 + - 0.06976370769138258 + - -0.030645799922685617 + - - -0.077994446185567 + - -0.06787890235124756 + - -0.9946402972832924 + - 0.5769888680586563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896615481542849 + - -0.0194687246634781 + - -0.14209499943643905 + - 0.06455982131504608 + - - -0.023974254709519256 + - -0.9992603948169572 + - -0.030064904147237018 + - -0.032909276550076264 + - - -0.14140457989749494 + - 0.03316070129290295 + - -0.9893963375077636 + - 0.575905358954486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997679147540932 + - -0.018706169202573786 + - 0.010686246395105655 + - -0.03480326007957019 + - - -0.018382111295799322 + - -0.9993910635546409 + - -0.029658052387738117 + - 0.03732168663299683 + - - 0.011234527696395406 + - 0.029454733420787423 + - -0.9995029785180986 + - 0.5799017894110788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997103844051563 + - -0.037691349692158115 + - -0.06605517645105129 + - 0.04845376180741368 + - - -0.037258452259642895 + - -0.9992754261077865 + - 0.007773706472312958 + - 0.03496739389525736 + - - -0.06630031608380145 + - -0.005290078967767984 + - -0.9977856899914445 + - 0.5757988774142793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995481059797843 + - -0.030058805013652632 + - 0.00022819591806666907 + - -0.04283011603301018 + - - -0.03005042261932297 + - -0.9990234776825963 + - 0.032389244192645814 + - -0.02373841174344247 + - - -0.0007456088960663849 + - -0.03238146507065376 + - -0.9994753047410685 + - 0.5791147094625679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969000489388226 + - -0.024292748931550263 + - -0.07483418186311554 + - 0.02576604853201916 + - - -0.02016763113748462 + - -0.9982608562178042 + - 0.05539431015545274 + - -0.0305989885265221 + - - -0.07604971452987545 + - -0.053713362328612395 + - -0.995656223617007 + - 0.5771306431519503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855928640818628 + - -0.018545953197045148 + - -0.16811529939575337 + - 0.0645397304240582 + - - -0.022683257801852624 + - -0.9994844371435249 + - -0.022722889855513392 + - -0.03288059035814652 + - - -0.16760720774001775 + - 0.026208920769541663 + - -0.9855054116470848 + - 0.5758018714731602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997000415091593 + - -0.019734116841857486 + - 0.014504883283126243 + - -0.034810882785971 + - - -0.019257502028651643 + - -0.9992928388465394 + - -0.03229505915213066 + - 0.037320534862989474 + - - 0.015131940463855789 + - 0.032006044155675616 + - -0.9993731222698068 + - 0.5798695758645419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970797631311861 + - -0.039118161937889744 + - -0.06558746344278646 + - 0.04847108643816336 + - - -0.03782291466643747 + - -0.9990663823776673 + - 0.020875601283210372 + - 0.034995114758693706 + - - -0.06634284498265963 + - -0.01833393054969988 + - -0.9976284347943403 + - 0.575765213492088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996423134289806 + - -0.025272854663107892 + - -0.08063634583273623 + - 0.025721443418050844 + - - -0.021290925061908536 + - -0.9985290213731882 + - 0.04986471683977612 + - -0.030584350527590818 + - - -0.08177795523298077 + - -0.04796953504757246 + - -0.9954954996107376 + - 0.577117862677857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988616089448086 + - -0.017228090785617663 + - -0.14947046722431984 + - 0.06455188728133865 + - - -0.021817867286777357 + - -0.9993377383757049 + - -0.029121561173607195 + - -0.0329072840556469 + - - -0.14886976977019384 + - 0.032051170743267576 + - -0.9883372471492491 + - 0.5758433417568362 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996415784106741 + - -0.019617581882309987 + - 0.018217167554446866 + - -0.03481493774096829 + - - -0.019185991265234754 + - -0.9995380360279038 + - -0.023571429160139407 + - 0.03731570724714794 + - - 0.018671166320995174 + - 0.02321346623346021 + - -0.9995561627710782 + - 0.5798339502964655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973143858912318 + - -0.03828148575978951 + - -0.06243831790189663 + - 0.048436874333028485 + - - -0.0371315169236273 + - -0.999120588768374 + - 0.01947561424160097 + - 0.03497734134856924 + - - -0.06312896439310288 + - -0.017104880799359706 + - -0.997858786055168 + - 0.575864408881323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995426928636479 + - -0.030162322187398543 + - 0.002153941306243715 + - -0.042816335839369835 + - - -0.03021366099329308 + - -0.9990869575351436 + - 0.030205727479277786 + - -0.023757777645424968 + - - 0.001240899782229572 + - -0.030256992636969106 + - -0.9995413821169671 + - 0.5791148266979196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968712848725502 + - -0.023332928751777716 + - -0.07551963872010667 + - 0.025739304085425803 + - - -0.019370176082960242 + - -0.9984179222279562 + - 0.05278682461113721 + - -0.03066125753288152 + - - -0.07663183199601903 + - -0.0511588409747163 + - -0.9957461199096176 + - 0.5770633926287569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857550021215101 + - -0.016243626176776983 + - -0.16740137514683337 + - 0.06454591425139755 + - - -0.022387515068528787 + - -0.9991407281041187 + - -0.03487985969909346 + - -0.03287761256015436 + - - -0.16669095644778728 + - 0.038130696980270024 + - -0.9852716249777628 + - 0.5757439287745147 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997050709167519 + - -0.018880100305756372 + - 0.015274586599209456 + - -0.034793374686538536 + - - -0.018678899449100294 + - -0.9997382708011608 + - -0.013209413721880807 + - 0.037312503185676506 + - - 0.015519983849945584 + - 0.01292020541438836 + - -0.9997960784046656 + - 0.5798064326081411 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971030159545105 + - -0.03857385735979613 + - -0.0655563353369103 + - 0.04843709119123291 + - - -0.03748049316964983 + - -0.9991383249558486 + - 0.017827513460384904 + - 0.03496345138676237 + - - -0.06618752304006523 + - -0.015318783659497076 + - -0.9976896043665152 + - 0.5756946163125762 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965222715818741 + - -0.025682046920658855 + - -0.07927038985186369 + - 0.02573884979587359 + - - -0.01988739531342451 + - -0.9971305135517735 + - 0.07304266186021098 + - -0.03063621466503057 + - - -0.08091880961154185 + - -0.07121215773969088 + - -0.9941735134477832 + - 0.576954060212757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9842917712625263 + - -0.020168887082910696 + - -0.17539362878598327 + - 0.06451055278662976 + - - -0.02343375541348358 + - -0.9995881757288496 + - -0.016563153392119473 + - -0.03286833020837708 + - - -0.1749873370621415 + - 0.02041310698807626 + - -0.98435904878809 + - 0.5755985076508754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997746853577071 + - -0.020130977087665466 + - 0.006732182364861395 + - -0.03482469435625564 + - - -0.019967661686345325 + - -0.9995242972193862 + - -0.02350471771520621 + - 0.03730672222612552 + - - 0.0072021527807676925 + - 0.023364995818269677 + - -0.9997010582997972 + - 0.5798560262391994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973451021838554 + - -0.03734996760551392 + - -0.06251181544109947 + - 0.048448156290236216 + - - -0.0372697829685654 + - -0.9993022402123936 + - 0.00244866983651489 + - 0.03496352255495675 + - - -0.0625596549491048 + - -0.00011236707385267543 + - -0.9980412200637256 + - 0.5756934792510007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965279408894114 + - -0.027633351563229283 + - -0.07853954996110245 + - 0.02570716738532023 + - - -0.023348769515011317 + - -0.9982156581559327 + - 0.05495757249417921 + - -0.03065514931542958 + - - -0.07991807047748596 + - -0.052932954704050475 + - -0.9953949991422775 + - 0.5770514207916069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870551172759591 + - -0.020049719057262542 + - -0.15912323596843908 + - 0.06453701484743904 + - - -0.022497019958685804 + - -0.9996544937098659 + - -0.013593281379071466 + - -0.03286386938504014 + - - -0.15879571641678875 + - 0.01699711656125714 + - -0.9871651424540285 + - 0.5756955114415839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997009399507948 + - -0.018598196242267728 + - 0.015878846243710307 + - -0.034788590025794285 + - - -0.018139068474815136 + - -0.999426781090983 + - -0.028584671293943056 + - 0.03729369688412728 + - - 0.016401367515035504 + - 0.028288095281423654 + - -0.9994652464237995 + - 0.5798581832145193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977719436905972 + - -0.038486969104912006 + - -0.05449680351181477 + - 0.04844996339232362 + - - -0.03761249887534185 + - -0.9991480864708311 + - 0.016982379987184732 + - 0.03498645939762114 + - - -0.05510397728150125 + - -0.01489478132750775 + - -0.9983695193549158 + - 0.575798953964771 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961903601160592 + - -0.028522972924670188 + - -0.08240877639775311 + - 0.025720258979707353 + - - -0.024006951416770388 + - -0.9981821928129986 + - 0.05528088489439159 + - -0.03062843494293463 + - - -0.0838357483148398 + - -0.053091901139182024 + - -0.9950642277450831 + - 0.5770449485944197 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850304557550812 + - -0.01623843972439237 + - -0.1716138523262447 + - 0.06454457763054364 + - - -0.023418903745971126 + - -0.9989292250682613 + - -0.039899351521789854 + - -0.032871941884612135 + - - -0.17078218930050576 + - 0.04332108470294448 + - -0.9843559962929499 + - 0.5757613750485968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997110020895895 + - -0.01833641755837947 + - 0.015546320855871413 + - -0.034790636280194555 + - - -0.017909985782319164 + - -0.9994712136062045 + - -0.027139004805224128 + - 0.03729177192322315 + - - 0.016035732297156702 + - 0.02685272730404877 + - -0.999510773491726 + - 0.5798125899327049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979407785430737 + - -0.03848683624856936 + - -0.051312434715374555 + - 0.048473835141749744 + - - -0.03771008195453974 + - -0.9991602819863727 + - 0.016021255253380072 + - 0.0350038555477174 + - - -0.051885954167054354 + - -0.014053267822391677 + - -0.9985541314439025 + - 0.5758375668228217 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.995937652345434 + - -0.024587869279972932 + - -0.08662349176139499 + - 0.025700462905741638 + - - -0.020025672790388367 + - -0.9983858325099361 + - 0.05314792444427651 + - -0.03061890021400738 + - - -0.08779046115585566 + - -0.051197325396090655 + - -0.994822430789701 + - 0.5770883511214442 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870768271683983 + - -0.015427215609166229 + - -0.15950341151748504 + - 0.06453508706145697 + - - -0.0238872750088038 + - -0.9983996555464679 + - -0.051259398136823654 + - -0.03289992873472222 + - - -0.1584573613304906 + - 0.05440706593121817 + - -0.9858656783847056 + - 0.5757185781018008 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999767109377699 + - -0.019087813259982718 + - 0.010068882336792252 + - -0.03481264923542471 + - - -0.018800264707411987 + - -0.9994333837448105 + - -0.027918837786150758 + - 0.03730621061533613 + - - 0.01059608670648643 + - 0.02772303809740534 + - -0.999559481024095 + - 0.5798197220973763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971069520353244 + - -0.03880359674020383 + - -0.06536059273636437 + - 0.04846938577820632 + - - -0.037476343578212355 + - -0.9990680869875961 + - 0.021412174923483723 + - 0.03500202029175743 + - - -0.06613055175055645 + - -0.018900752444538458 + - -0.9976319520154706 + - 0.576043544282818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965887667583053 + - -0.026173357191325537 + - -0.07826739643360706 + - 0.02572185582838295 + - - -0.020772140292572867 + - -0.9973972825321106 + - 0.06904476073697888 + - -0.030659167103412863 + - - -0.07987082169870163 + - -0.06718345161493475 + - -0.9945386044142669 + - 0.5769787563581368 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987173991540119 + - -0.01786922078484257 + - -0.15864489079479283 + - 0.06454796985057995 + - - -0.022599181367945517 + - -0.9993507229742596 + - -0.028060817741512045 + - -0.03289208255996082 + - - -0.15804046136432243 + - 0.031286154115937666 + - -0.986936871908424 + - 0.5758167512951489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997049308020198 + - -0.01902825793813438 + - 0.015098898303142143 + - -0.03476176675139571 + - - -0.01862811116472005 + - -0.9994827778193575 + - -0.026213933641015146 + - 0.037276108552150855 + - - 0.015589894308930867 + - 0.02592493476058405 + - -0.9995423217418539 + - 0.5797546860939327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998282443579141 + - -0.037017694093260146 + - -0.045407633341508 + - 0.04848565819981998 + - - -0.03629356420478302 + - -0.999202131130711 + - 0.016669683295101437 + - 0.0349785218907352 + - - -0.0459884772412863 + - -0.014993047317456983 + - -0.9988294491519383 + - 0.5759788618697818 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972166653039128 + - -0.024639671270720254 + - -0.07036909150909099 + - 0.025725274936039735 + - - -0.020932867255417466 + - -0.9983784419093246 + - 0.052936771710936706 + - -0.03065687984336158 + - - -0.0715593285925116 + - -0.05131640410609069 + - -0.99611539952006 + - 0.5771465345657438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856384275405201 + - -0.01807042650539039 + - -0.16789982084970845 + - 0.06453620301773667 + - - -0.023585736230597877 + - -0.9992437712212726 + - -0.030912759856573997 + - -0.03290882127764536 + - - -0.1672142434181717 + - 0.034428844903697166 + - -0.985319263709325 + - 0.5757449401727244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999719966277752 + - -0.017882369109971666 + - 0.015498706417804887 + - -0.03479129892816833 + - - -0.01743182661968734 + - -0.9994351168398626 + - -0.02873288443563589 + - 0.0372974751544648 + - - 0.016003763504617755 + - 0.028454667495951845 + - -0.9994669636618227 + - 0.5799112354169748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975722342149727 + - -0.03919150411833081 + - -0.057564429366499095 + - 0.04845537573719664 + - - -0.03722622689171639 + - -0.9986998576292498 + - 0.03482531267228725 + - 0.035000462562404216 + - - -0.058854443797849765 + - -0.03259785846123911 + - -0.9977342001099225 + - 0.575847024918055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995352808017967 + - -0.03008384853339234 + - 0.00491777285906719 + - -0.04285339354165768 + - - -0.030191411257102438 + - -0.9992678991921019 + - 0.023497751605383282 + - -0.023747011329123605 + - - 0.004207269753412379 + - -0.023635306251954764 + - -0.999711794058467 + - 0.5792107234112629 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965015931289742 + - -0.025549272035424127 + - -0.07957266861100047 + - 0.025726908647089788 + - - -0.021252008709146675 + - -0.9982935461527793 + - 0.05439069622219224 + - -0.03065983334642661 + - - -0.08082652421849253 + - -0.052509336390477626 + - -0.995344082503427 + - 0.5770782776348804 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843185873844977 + - -0.01662870204525555 + - -0.17561436387060472 + - 0.06450545692745266 + - - -0.02332045907962589 + - -0.9990756859440275 + - -0.03610997014381615 + - -0.03288929388112963 + - - -0.17485157911126378 + - 0.03963912238889646 + - -0.9837965568442169 + - 0.5756147577871116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997397928082604 + - -0.018942786253343467 + - 0.012708954506831351 + - -0.034799167953378014 + - - -0.01852512705238412 + - -0.9993093257254426 + - -0.0322132144601339 + - 0.037327299189157094 + - - 0.013310384794948388 + - 0.0319693973531203 + - -0.9994002157741858 + - 0.5798405825900571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964775617699323 + - -0.039072990684463925 + - -0.07420087794643937 + - 0.04841048334659615 + - - -0.03798437326903804 + - -0.9991498046909639 + - 0.016026701886766845 + - 0.03497406842244595 + - - -0.07476400388160725 + - -0.013151774974531114 + - -0.9971145242842522 + - 0.5757163554878506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963933114637158 + - -0.021055660112542677 + - -0.08220114383386454 + - 0.025743486550260524 + - - -0.01743566481231634 + - -0.9988567559432242 + - 0.044510433598552064 + - -0.030605580438643823 + - - -0.0830443644260293 + - -0.042916666736870855 + - -0.9956213101642981 + - 0.577156559507266 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851199081081377 + - -0.018634774577000753 + - -0.1708552364590524 + - 0.06453157411794724 + - - -0.022436038110347528 + - -0.9995412578414842 + - -0.020344484917917363 + - -0.03288608960662206 + - - -0.1703977430687548 + - 0.02387507170939388 + - -0.9850860825876826 + - 0.5756690610488547 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996406303003932 + - -0.0192465588453012 + - 0.01865958802458301 + - -0.034783087811576394 + - - -0.018732888566746674 + - -0.9994511124319899 + - -0.027323117399091393 + - 0.037314566935623864 + - - 0.019175221995550804 + - 0.026963750315433445 + - -0.9994524836280858 + - 0.5798045246711496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975227457346107 + - -0.038314075344763394 + - -0.05899494361857515 + - 0.048433870825023956 + - - -0.03711201796785551 + - -0.9990832610137602 + - 0.02133859612214841 + - 0.03498986271051854 + - - -0.059758429233344464 + - -0.01909631358630222 + - -0.9980301903965515 + - 0.5758567663422214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995557286412102 + - -0.02926457222839477 + - -0.005650677200866578 + - -0.04283985106268956 + - - -0.029122215048757942 + - -0.9992920880440269 + - 0.02381636754970669 + - -0.023747068749992137 + - - -0.006343652827293128 + - -0.023641226383119194 + - -0.9997003803559888 + - 0.5791224811372945 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966654741401375 + - -0.02429353357209229 + - -0.07789580786920866 + - 0.025739055301173992 + - - -0.020446393417750043 + - -0.9985493463058936 + - 0.049811123138105984 + - -0.030649623372042828 + - - -0.07899289621998698 + - -0.04805233832660587 + - -0.9957163728332101 + - 0.5771489482584995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862180394076416 + - -0.018106724295641145 + - -0.16445706212330702 + - 0.06450427743339422 + - - -0.021826215489162217 + - -0.9995445967932488 + - -0.020837834312689263 + - -0.032880477628871814 + - - -0.164004862929025 + - 0.024140123377979522 + - -0.9861641138162188 + - 0.5756023388336364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997742099391274 + - -0.01913187156035487 + - 0.00924665513532245 + - -0.03479888115875179 + - - -0.01885883485456224 + - -0.9994083015856602 + - -0.028764406296584055 + - 0.03730103166375233 + - - 0.009791500830917038 + - 0.028583530437381252 + - -0.999543449930624 + - 0.579875651067036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958610209354652 + - -0.039378763548896564 + - -0.08191544398178464 + - 0.04846002011537262 + - - -0.03866670561321295 + - -0.9991994733830848 + - 0.01026149443243033 + - 0.0349970081284848 + - - -0.0822539534514538 + - -0.007051621964184358 + - -0.9965864547390156 + - 0.5758095554456812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995152254184431 + - -0.031103506683330256 + - -0.0013733276079985891 + - -0.04282867827465685 + - - -0.031068405736378327 + - -0.9993023586465333 + - 0.02072559211400892 + - -0.023747400830972532 + - - -0.0020170081107014444 + - -0.02067287777443006 + - -0.9997842586292335 + - 0.5790171809541548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963066308755446 + - -0.021318671966355167 + - -0.08317819124633696 + - 0.025720232264141094 + - - -0.016517586737011154 + - -0.9981806481214012 + - 0.057987611127937294 + - -0.030590845005196356 + - - -0.08426307970758354 + - -0.05639953848685737 + - -0.9948461315483229 + - 0.5770617201067285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854442142161453 + - -0.01542009487817151 + - -0.1692983205524271 + - 0.06453556888192996 + - - -0.023147734118620283 + - -0.9987735801118084 + - -0.04376663199076655 + - -0.03288590242123182 + - - -0.16841580410726847 + - 0.047048446781904674 + - -0.984592586089451 + - 0.5756789900830539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997059876414929 + - -0.019884435271065662 + - 0.013876148878488892 + - -0.034824532680187203 + - - -0.019300248221343075 + - -0.9989712899864479 + - -0.041034890049893157 + - 0.03731337844213847 + - - 0.014677829960240448 + - 0.04075501216737736 + - -0.9990613546178709 + - 0.5798327805617253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968165375331584 + - -0.03911033873179834 + - -0.06947785190036808 + - 0.04847382950898939 + - - -0.0372656443510925 + - -0.998922741211991 + - 0.027651922909971326 + - 0.034999000241442285 + - - -0.07048448234543099 + - -0.02497475713205444 + - -0.9972001801316981 + - 0.575892149563781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996572100217489 + - -0.024352437905027186 + - -0.07906331536297259 + - 0.025728839255735242 + - - -0.019785586825997705 + - -0.9981181650203036 + - 0.05804015170941954 + - -0.030656188306547587 + - - -0.08032795044101379 + - -0.05627688179513258 + - -0.9951785432541048 + - 0.577081101939627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840186263059589 + - -0.016161653326597848 + - -0.17733060662131772 + - 0.06449387404427555 + - - -0.02265202053591833 + - -0.9991432143434957 + - -0.03463702061360974 + - -0.03288457091413122 + - - -0.17661888078168198 + - 0.03810036998636837 + - -0.9835416273642553 + - 0.575648799307828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998028138416506 + - -0.018998373543557514 + - 0.005778861221498148 + - -0.03479806321268681 + - - -0.01880521076380731 + - -0.9993166633926421 + - -0.031820910010956716 + - 0.03732759148635968 + - - 0.006379457848960742 + - 0.0317059626647114 + - -0.9994768803974693 + - 0.579768175396413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963629207280881 + - -0.03830204035138046 + - -0.07611756632417335 + - 0.04842414216197432 + - - -0.03704785645911203 + - -0.9991545634678425 + - 0.01782174607524974 + - 0.03499432979140847 + - - -0.07673582299017023 + - -0.014936934300815257 + - -0.9969395676086464 + - 0.5756420714056314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995504962177203 + - -0.02997609056935297 + - -0.0004893925695487068 + - -0.04285786627600228 + - - -0.029948969787256342 + - -0.9991235759574529 + - 0.029242762774308623 + - -0.023741583186191084 + - - -0.0013655473595552891 + - -0.02921496123855774 + - -0.9995722191618968 + - 0.5791317904575174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967338992717873 + - -0.023936803529447624 + - -0.07712693095962722 + - 0.02573491605658222 + - - -0.02063381737368556 + - -0.9988472225021441 + - 0.043341339161836134 + - -0.030611633395503456 + - - -0.07807547388935832 + - -0.04160835897442415 + - -0.9960787944938931 + - 0.5771761335213148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883848348752744 + - -0.01633426841871706 + - -0.15109139573053745 + - 0.06454105884158177 + - - -0.022981789937540395 + - -0.9988382471161347 + - -0.04235555960242474 + - -0.0328846483475919 + - - -0.15022401778624925 + - 0.04533594350174142 + - -0.9876119666685715 + - 0.5757832666245243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996423092928679 + - -0.018127838864154408 + - 0.019663034601441184 + - -0.03477962632280315 + - - -0.01752419701238473 + - -0.9993826901401873 + - -0.030448992877179355 + - 0.03729354338644836 + - - 0.020202870852761158 + - 0.03009352266316866 + - -0.9993428960587197 + - 0.5797797402494113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973833023281182 + - -0.03807457997636267 + - -0.06145628199526172 + - 0.04845029080045815 + - - -0.03761065356421674 + - -0.9992546963186993 + - 0.008688534024660969 + - 0.03498458182178229 + - - -0.06174129068565086 + - -0.006354387826437974 + - -0.9980719587183192 + - 0.5758285986986282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967280305359054 + - -0.02247387039455384 + - -0.07764121517276781 + - 0.0257307415263415 + - - -0.016724458974253294 + - -0.997123685754949 + - 0.07392325600570465 + - -0.030607389046945516 + - - -0.0790792363141789 + - -0.0723828740514994 + - -0.9942369908266397 + - 0.576972328728012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878323051420442 + - -0.01948658795090763 + - -0.1542971477629664 + - 0.06452100806876424 + - - -0.023002457775577974 + - -0.9995141156249987 + - -0.021033772905946643 + - -0.032887365585940326 + - - -0.15381230072409 + - 0.024327054001825298 + - -0.9878005722763851 + - 0.5755921400920825 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996612340217788 + - -0.018808840627834243 + - 0.017990128078790284 + - -0.03479517084966747 + - - -0.018356048168488313 + - -0.9995186288517252 + - -0.02501131891772047 + - 0.03733152997080057 + - - 0.018451902061594718 + - 0.024672618276229154 + - -0.9995252819302297 + - 0.5799651253481468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969786972616589 + - -0.03839020855560613 + - -0.06752532186892893 + - 0.048442434678242795 + - - -0.03762583742033331 + - -0.9992130138570476 + - 0.012555847129327648 + - 0.034984276510726255 + - - -0.06795420196620686 + - -0.009977215331617623 + - -0.9976385525877413 + - 0.5757356189217603 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994941714544999 + - -0.03089360196629982 + - -0.007548946021173451 + - -0.042828076917142036 + - - -0.03067217944018134 + - -0.9991408490442043 + - 0.027870794384355465 + - -0.023772852113009044 + - - -0.008403489565178975 + - -0.02762515391402442 + - -0.9995830291848464 + - 0.5792272856739653 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965416772094743 + - -0.02482300574980158 + - -0.07930008808364215 + - 0.025727601124151192 + - - -0.020088286815741572 + - -0.9979988667599701 + - 0.05995600619307353 + - -0.03062211022169177 + - - -0.08062968632790647 + - -0.05815565605648935 + - -0.995046116193266 + - 0.5770718335568674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878658571310439 + - -0.019296863929105425 + - -0.15410606528378282 + - 0.06454253949395983 + - - -0.023553637960476607 + - -0.9993884607779461 + - -0.025844353400991713 + - -0.03288817833448056 + - - -0.15351310840959068 + - 0.029160512793676083 + - -0.987716249760039 + - 0.5758329124191363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997078372834678 + - -0.019528269571530827 + - 0.014243832403992586 + - -0.03481188636572195 + - - -0.019135994390097926 + - -0.9994475125223103 + - -0.02717505164057816 + - 0.037314400903313345 + - - 0.014766644599012552 + - 0.02689454220669265 + - -0.9995292040789896 + - 0.5800077621212897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975325177278792 + - -0.03749273228515667 + - -0.059356306331105266 + - 0.04846499536017121 + - - -0.03662031850391095 + - -0.9992056254251238 + - 0.015718472936626135 + - 0.03495229910218986 + - - -0.059898483688241674 + - -0.013506041040249417 + - -0.9981130990560482 + - 0.5758973958469732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970440141160688 + - -0.023942849563546878 + - -0.0730066700383851 + - 0.025712097881699685 + - - -0.02137168098446584 + - -0.999130483751083 + - 0.03579843140732208 + - -0.030679297533319848 + - - -0.07380030601030388 + - -0.034132336487616634 + - -0.9966887670876408 + - 0.5771711336388419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841310050482069 + - -0.016074546488746216 + - -0.1767138190917374 + - 0.06452438345617889 + - - -0.02319996237099387 + - -0.9989957914657667 + - -0.03832975840871967 + - -0.03290064123624757 + - - -0.17592022808304514 + - 0.04182125761939117 + - -0.9835156611678035 + - 0.5757965686691799 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999722074011015 + - -0.01825240229057049 + - 0.01492060808873743 + - -0.03479733768704263 + - - -0.01777961657533116 + - -0.9993541443182309 + - -0.031227863654309927 + - 0.037288695201764685 + - - 0.015480955059321408 + - 0.030953901928531383 + - -0.9994009185436301 + - 0.5798252277024385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997173701236452 + - -0.038317836523124746 + - -0.06462470863827666 + - 0.048443145759205886 + - - -0.037088601983251965 + - -0.9991095114664842 + - 0.020115160952181566 + - 0.03499295775761484 + - - -0.06533793052525447 + - -0.017661469400685182 + - -0.997706884477243 + - 0.5758638797408323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994712587015046 + - -0.032349205537533794 + - -0.003275962563954748 + - -0.04285719651456214 + - - -0.03226129333758015 + - -0.9991901775974418 + - 0.02404574692079405 + - -0.023721345522163685 + - - -0.004051170425524803 + - -0.02392734615210518 + - -0.9997054916945791 + - 0.5790770124238832 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967187190647023 + - -0.022980986515266914 + - -0.07761230137551756 + - 0.025734068031535745 + - - -0.01837578437646086 + - -0.9980569190515214 + - 0.05953752499000409 + - -0.030543913771889915 + - - -0.07882972545029485 + - -0.05791597872928217 + - -0.9952043075636586 + - 0.5770757688717076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889345718095607 + - -0.021204070141275552 + - -0.14682915272276417 + - 0.06455289749602323 + - - -0.02313812627560364 + - -0.9996664019698724 + - -0.011476579850430704 + - -0.03286519415233981 + - - -0.14653682060252007 + - 0.014746938056863128 + - -0.9890952876369655 + - 0.5756956715797397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996034580401884 + - -0.018967176602946993 + - 0.02081280581301084 + - -0.03478053739702092 + - - -0.01844510605198888 + - -0.9995173798008002 + - -0.02499571040946871 + - 0.03730990372959744 + - - 0.02127685918617597 + - 0.02460190415101562 + - -0.9994708808040964 + - 0.5799515625065113 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997305045080967 + - -0.03774346611091687 + - -0.06291325632952652 + - 0.048454735707695394 + - - -0.03690485607809985 + - -0.9992144618017837 + - 0.014439214799494638 + - 0.03498420844625568 + - - -0.06340882157795849 + - -0.012078497096297982 + - -0.997914541057494 + - 0.5758473637493124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973057137253615 + - -0.02347447707967154 + - -0.06950008846457262 + - 0.025747157456027965 + - - -0.0190279368333996 + - -0.9977708112141495 + - 0.06396362957902145 + - -0.03064410158190831 + - - -0.07084667240323711 + - -0.06246884995655106 + - -0.9955292018793293 + - 0.577058677748747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868974985460455 + - -0.017044028279559024 + - -0.16044571812162464 + - 0.0645273449246446 + - - -0.023680732878640427 + - -0.9989372131686334 + - -0.03954322997954885 + - -0.03289681612255503 + - - -0.15960122259521922 + - 0.042824586943607586 + - -0.9862522519615462 + - 0.5756591915695786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999469076010145 + - -0.01979385232423275 + - 0.02587990551747713 + - -0.034792110848504615 + - - -0.018797386868219978 + - -0.9990934618053223 + - -0.03819571736181254 + - 0.03729476486512562 + - - 0.026612484783528737 + - 0.037688963743030435 + - -0.9989350918180936 + - 0.579931412171642 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974130855168439 + - -0.038220896644727644 + - -0.06087938813294619 + - 0.04846749834382015 + - - -0.03745354630651087 + - -0.9992045024052482 + - 0.013696504741992204 + - 0.034973820956032846 + - - -0.061354451418254144 + - -0.01138092407295718 + - -0.998051153928701 + - 0.5758512554980332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995160715876573 + - -0.030740961894825777 + - 0.0047556177051957865 + - -0.042816036832318424 + - - -0.03089506154065357 + - -0.9988485242633361 + - 0.03670314358954763 + - -0.02374707436456168 + - - 0.003621851788288802 + - -0.0368323069972082 + - -0.9993148969923782 + - 0.5790162700360002 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969154160942345 + - -0.02566168380410709 + - -0.07416961060971855 + - 0.02574008855799089 + - - -0.020839573004651002 + - -0.997662895734522 + - 0.06507271833565388 + - -0.03066942962830172 + - - -0.07566614401859703 + - -0.06332633306094355 + - -0.995120299356018 + - 0.5770573461004926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868668770239426 + - -0.017224318449336265 + - -0.16061472500043827 + - 0.064506568275035 + - - -0.0232664451465888 + - -0.9990875930515697 + - -0.03581415838271461 + - -0.03289713792844276 + - - -0.1598513045403488 + - 0.03908074032534756 + - -0.9863672014885592 + - 0.5755430095824774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996959809341229 + - -0.018867525486520466 + - 0.01587331679824079 + - -0.03477404903636173 + - - -0.018439438036695066 + - -0.9994735071569283 + - -0.02669635960799707 + - 0.037331901020258275 + - - 0.016368653855851914 + - 0.026395548364148733 + - -0.999517554722028 + - 0.5798734082861959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970383262276621 + - -0.03828973429940077 + - -0.06669686859533379 + - 0.04844256608086835 + - - -0.037639407729636205 + - -0.9992310570502683 + - 0.010980419480418613 + - 0.034976290690638734 + - - -0.06706601985285941 + - -0.008437468428684453 + - -0.9977128635572516 + - 0.5756524548024998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967563715185743 + - -0.026520128131825107 + - -0.07598301547712731 + - 0.025740062802176306 + - - -0.023022085199322726 + - -0.9986506765112926 + - 0.046549005323559565 + - -0.030606981813065877 + - - -0.07711497539519101 + - -0.044648730188094156 + - -0.9960219733833133 + - 0.577127336726423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901422947341585 + - -0.019425834743321508 + - -0.13871147437432865 + - 0.06452257428679846 + - - -0.023746509210993614 + - -0.9992808435312175 + - -0.0295617836375157 + - -0.03286497475123815 + - - -0.13803745679657772 + - 0.032564285591184995 + - -0.9898915232615488 + - 0.5756594110541166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994230207584721 + - -0.018966456318112838 + - 0.028176215372965045 + - -0.03479520975991509 + - - -0.017881022968731033 + - -0.9991067532595093 + - -0.038287917269483177 + - 0.037317231078128975 + - - 0.028877233170826938 + - 0.03776200638176144 + - -0.9988694290438679 + - 0.5799534188223099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975707413179543 + - -0.03857205796627807 + - -0.05800700311680475 + - 0.048467927512939754 + - - -0.03727030037435417 + - -0.9990321804636035 + - 0.023358662379153735 + - 0.034977464512425505 + - - -0.05885185448524394 + - -0.02113997971578879 + - -0.9980428650520295 + - 0.5759433174916845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994746503322247 + - -0.03234790400392937 + - -0.0020090917922470307 + - -0.04283794227067002 + - - -0.032298732785931455 + - -0.9992581360245111 + - 0.020975448725678057 + - -0.023737366100213424 + - - -0.0026861131212404872 + - -0.020899538161718387 + - -0.9997779724023367 + - 0.5791053904818432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964702257479021 + - -0.02708902742191935 + - -0.07945611235933692 + - 0.02571381301106493 + - - -0.021809038360168016 + - -0.9975425376662365 + - 0.06658266585388428 + - -0.030608106083862475 + - - -0.08106451161716693 + - -0.06461478267192261 + - -0.9946122233395941 + - 0.5770494810141339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847405145477895 + - -0.01699629169455144 + - -0.17319712779601285 + - 0.06451673933611216 + - - -0.022799469236088485 + - -0.99924141190976 + - -0.03157190091113309 + - -0.032893516270309384 + - - -0.17252913728036587 + - 0.03503893253544511 + - -0.9843810085510942 + - 0.5755639175428424 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996970728448542 + - -0.018117098977083357 + - 0.016659329821000327 + - -0.03477758378954893 + - - -0.017840528197023635 + - -0.9997029846104346 + - -0.01660295499724144 + - 0.037327850696230805 + - - 0.016955179122660726 + - 0.016300714267902035 + - -0.9997233660444647 + - 0.5797587313019146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974594579546501 + - -0.037633327616617585 + - -0.060484397899920314 + - 0.04847601211954924 + - - -0.03694129776175209 + - -0.9992390101575116 + - 0.012519628553410838 + - 0.034985805525404895 + - - -0.060909525170478276 + - -0.010253449757917485 + - -0.9980906254001037 + - 0.575916801269617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962272159000213 + - -0.022268925118304254 + - -0.08387746583062639 + - 0.025731961735113957 + - - -0.016580995929306407 + - -0.9975537469427709 + - 0.06790870735355581 + - -0.030573812194817796 + - - -0.08518453424234274 + - -0.06626173054270404 + - -0.9941594329841675 + - 0.5769899574280468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984544666017547 + - -0.015303516666031285 + - -0.1744637583971221 + - 0.06451156506749335 + - - -0.023429230816465262 + - -0.9987296463221531 + - -0.04461126203746043 + - -0.03288764955643291 + - - -0.17355941852790843 + - 0.048009331747886956 + - -0.9836524957043391 + - 0.5757190560123148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995535911571067 + - -0.019206049955340327 + - 0.02288549868463829 + - -0.03477358290075203 + - - -0.018668575315908226 + - -0.999550172937118 + - -0.023472027544540076 + - 0.037293139285037406 + - - 0.02332600910155595 + - 0.02303430976804727 + - -0.9994625144911157 + - 0.5797315344243436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968010282732725 + - -0.037545578281263786 + - -0.07055522365404278 + - 0.04844758095700495 + - - -0.03680058421888846 + - -0.9992526066836144 + - 0.011829836733903067 + - 0.03498238907716126 + - - -0.07094664921259496 + - -0.009195519970496398 + - -0.9974377250625612 + - 0.575791269366089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996522341146538 + - -0.026823465340493836 + - -0.07889059071239302 + - 0.02574833866081222 + - - -0.02153731832339503 + - -0.9975131104691183 + - 0.06710989764305388 + - -0.03061132491369339 + - - -0.08049451854169784 + - -0.0651774205484671 + - -0.9946218056806256 + - 0.5770134743043502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875185398960636 + - -0.017583396432796557 + - -0.15651823386249217 + - 0.06450887318587803 + - - -0.023727606795049448 + - -0.9990158668681002 + - -0.037473969919903406 + - -0.032884561778033145 + - - -0.15570527941378928 + - 0.04072004316875683 + - -0.9869639020992654 + - 0.5756079094362483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997400672721901 + - -0.01904013312288517 + - 0.012540782322466292 + - -0.034790806588825086 + - - -0.018690852550549582 + - -0.9994496991173224 + - -0.027403484545351336 + - 0.03730526339353972 + - - 0.013055647112659186 + - 0.027161963569604212 + - -0.9995457857514648 + - 0.5797790443271988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972739947448837 + - -0.03933153730709062 + - -0.062430838362486064 + - 0.04846160506409012 + - - -0.03791942781459537 + - -0.9990010130183183 + - 0.02364514712550402 + - 0.03501242100003861 + - - -0.0632984707540049 + - -0.021213348661490935 + - -0.997769160396717 + - 0.5759281192244681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969686691818683 + - -0.024071314706389863 + - -0.07398678583395953 + - 0.025755571935096467 + - - -0.02049514697729481 + - -0.9986021707353391 + - 0.048720155511330375 + - -0.030648621201309366 + - - -0.07505612313538008 + - -0.04705609855242008 + - -0.9960684223329801 + - 0.5771171217656493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861917650228299 + - -0.0185553114607128 + - -0.16456458615920816 + - 0.06454674933359915 + - - -0.02446565118834613 + - -0.9991236582085792 + - -0.03396097053733154 + - -0.03289401548118902 + - - -0.1637902149491406 + - 0.03751820923902504 + - -0.9857814917426743 + - 0.5758275540733626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995585053672591 + - -0.018225242588762763 + - 0.023465610594053884 + - -0.034772362039788285 + - - -0.017485922741444025 + - -0.9993559631963259 + - -0.03133530484652597 + - 0.03729571101408162 + - - 0.02402159140963139 + - 0.030911152623692494 + - -0.9992334380862283 + - 0.5799217008275254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968838963742436 + - -0.03859401763249185 + - -0.06879679463964382 + - 0.04849261693906329 + - - -0.0374410497496691 + - -0.999137235041863 + - 0.017970902774885115 + - 0.03500278358574666 + - - -0.06943100851456228 + - -0.015339079368869506 + - -0.9974688204153385 + - 0.5759635907925117 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999522404145646 + - -0.030881935815296597 + - 0.0011267880048250424 + - -0.04281643948003865 + - - -0.030902369554105334 + - -0.9989538777432417 + - 0.03370747243092879 + - -0.02375328695283462 + - - 8.465724670672409e-05 + - -0.033726194301169264 + - -0.9994311065056511 + - 0.5792232193145128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968730178766598 + - -0.023686530970833113 + - -0.07538656697348883 + - 0.025740039771970265 + - - -0.019044478105968876 + - -0.9979123711351887 + - 0.06171067483844971 + - -0.030591622157715256 + - - -0.07669089961104789 + - -0.060082008837199864 + - -0.9952430146104694 + - 0.5770860175966521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854434327352279 + - -0.017811812599227275 + - -0.1690679751193002 + - 0.06454068788358626 + - - -0.022395961462450868 + - -0.9994303684626447 + - -0.025245979972956547 + - -0.03288699617562058 + - - -0.16852199200455328 + - 0.02866492502262157 + - -0.9852810057462109 + - 0.5757554333687546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995618746463485 + - -0.01843820872953843 + - 0.02315364360793821 + - -0.03478018349866566 + - - -0.017733699915379857 + - -0.9993843456342015 + - -0.030272852336873265 + - 0.037319783308203965 + - - 0.023697566136392605 + - 0.029848989265046307 + - -0.9992734676749236 + - 0.5798500006083163 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968193218811727 + - -0.03848109903253764 + - -0.06978857027914334 + - 0.04847764842029983 + - - -0.037888265394720406 + - -0.9992339350904191 + - 0.009799097361247818 + - 0.03498412755311679 + - - -0.07011218774035033 + - -0.007123761714432359 + - -0.9975136756703127 + - 0.5758260311439363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965012867903178 + - -0.02477184104535239 + - -0.07982193505838275 + - 0.02574027910823601 + - - -0.018998861363152812 + - -0.9972028390070454 + - 0.07228790454282602 + - -0.03059817600029626 + - - -0.08138936473609176 + - -0.07051846401838899 + - -0.9941845490352096 + - 0.5770780427090079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872795156237402 + - -0.01915283474236295 + - -0.1578363929868041 + - 0.0645124049481575 + - - -0.023253573794292846 + - -0.9994372580751584 + - -0.02417516239867119 + - -0.0328965821236074 + - - -0.15728454894091318 + - 0.027537902834829004 + - -0.9871693039048127 + - 0.5756234657038743 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996221441070047 + - -0.019195656344048868 + - 0.019674750022201724 + - -0.03479717636985716 + - - -0.01867421485853368 + - -0.999478268504238 + - -0.026352694116314468 + - 0.037316216744115074 + - - 0.020170342345440503 + - 0.02597532608634378 + - -0.9994590735614822 + - 0.579853281338284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975450182897674 + - -0.03717857653428544 + - -0.059343828088117986 + - 0.04847999388477029 + - - -0.036218883493138454 + - -0.9991964266412531 + - 0.017166638164223518 + - 0.03498684552733661 + - - -0.05993437213968529 + - -0.014975127185943782 + - -0.9980899842208549 + - 0.5759690270937801 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994854090871593 + - -0.03180087580655329 + - -0.004197775578800262 + - -0.042830118745139534 + - - -0.03162503071716462 + - -0.9988208579899669 + - 0.036834102083865346 + - -0.023726432831732473 + - - -0.005364182511081516 + - -0.03668239280802702 + - -0.9993125775271045 + - 0.5791400993462177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968053767375172 + - -0.024341184270814338 + - -0.07606936081939128 + - 0.025720433032109018 + - - -0.019866078005661085 + - -0.9980577981476048 + - 0.05904210786741967 + - -0.030652799645120944 + - - -0.07735877359323551 + - -0.05734229072028158 + - -0.9953529433538142 + - 0.5770539051215581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865081323642065 + - -0.018667468084722118 + - -0.16264449088300215 + - 0.06452079275572918 + - - -0.022692064880197607 + - -0.9994796886715415 + - -0.022922088135951625 + - -0.03289484764304308 + - - -0.16213196776317124 + - 0.026303565696409167 + - -0.9864184444042485 + - 0.575653752662475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999648477706426 + - -0.019445777090224953 + - 0.018021730565692846 + - -0.03481679397129171 + - - -0.018998298562154892 + - -0.9995149345942108 + - -0.024677118447552104 + - 0.037323261783329925 + - - 0.018492854592203144 + - 0.02432606167238288 + - -0.999533019490874 + - 0.579896799361092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964657331545115 + - -0.0384220758589646 + - -0.0746979700897547 + - 0.0484395055111919 + - - -0.03778709855484199 + - -0.9992368119341545 + - 0.009895901094546855 + - 0.034972108003869476 + - - -0.07502118255298684 + - -0.007038306781773963 + - -0.9971571011661083 + - 0.5758378276409135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973140985272979 + - -0.02562571253487453 + - -0.06861422400467006 + - 0.025694840158003603 + - - -0.02224376287508413 + - -0.9985210510057282 + - 0.04960771826614837 + - -0.030669931608722688 + - - -0.06978398019488495 + - -0.04794823829398214 + - -0.9964091341174387 + - 0.5770921335984562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867971085014993 + - -0.01650794438798159 + - -0.16111782776950423 + - 0.06452353083845111 + - - -0.024227712498596326 + - -0.9986444905997636 + - -0.04606733486783179 + - -0.032893578061019 + - - -0.1601389540373162 + - 0.049362629253544614 + - -0.9858594454753742 + - 0.5755720629233498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997008995106095 + - -0.01887411042308181 + - 0.015552474832498652 + - -0.034797491915461345 + - - -0.018503948789713915 + - -0.9995499719307004 + - -0.02361053774321453 + - 0.037288207130547715 + - - 0.015991103678790725 + - 0.02331569362196689 + - -0.9996002516176458 + - 0.5799442440704532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971433679220109 + - -0.038029659523841804 + - -0.0652598560039017 + - 0.048441945243115736 + - - -0.03719526106828364 + - -0.999210588796872 + - 0.013953916664193667 + - 0.03497283789540097 + - - -0.06573900184222102 + - -0.011486698076893424 + - -0.9977707348905756 + - 0.5758580096882159 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996806389792279 + - -0.026895445322318245 + - -0.07519079923898501 + - 0.02570793222050771 + - - -0.02187314556340495 + - -0.9975240934091926 + - 0.06683747879245377 + - -0.030686387758761785 + - - -0.07680225759992514 + - -0.06497936664114079 + - -0.9949266782725611 + - 0.5769780778528479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888412717929609 + - -0.022046481736257943 + - -0.14733258920528192 + - 0.06454205797228392 + - - -0.023467583181489074 + - -0.9996932732519752 + - -0.007914035277399215 + - -0.0328900547412786 + - - -0.1471129217251136 + - 0.01128326450123691 + - -0.989055345369356 + - 0.5757742489442407 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996345203582556 + - -0.01839339131861466 + - 0.019811836460066047 + - -0.03477462937252287 + - - -0.017972695501945638 + - -0.9996135409829243 + - -0.021207331278928102 + - 0.03730525455253997 + - - 0.020194254740258044 + - 0.020843508327058818 + - -0.9995787814055007 + - 0.5798569336940711 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968196560763624 + - -0.03926491561648743 + - -0.06934579772006941 + - 0.048442299036678745 + - - -0.0378343604675251 + - -0.9990456793969301 + - 0.021824106999800908 + - 0.03497501572457371 + - - -0.07013654131632124 + - -0.01913104492586609 + - -0.9973539335121848 + - 0.5757426363307148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995583010165757 + - -0.029360171147212386 + - -0.004602523119239886 + - -0.042836540872383914 + - - -0.029266383804715614 + - -0.9993859100583101 + - 0.01926866772559639 + - -0.023791261292408213 + - - -0.00516542813828824 + - -0.019125457566572298 + - -0.9998037483551552 + - 0.5790591936076751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967187512668558 + - -0.026284495621202303 + - -0.07655622876669545 + - 0.025737578398074383 + - - -0.02256921246113959 + - -0.9985438769818417 + - 0.04899751413037238 + - -0.030638704391013478 + - - -0.07773262842541447 + - -0.04710892730694572 + - -0.9958606265166149 + - 0.5770883447458881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870924728916314 + - -0.01827656701657497 + - -0.1591050503873857 + - 0.06453247742432114 + - - -0.02329522917710798 + - -0.9992863201428521 + - -0.029735209313924198 + - -0.03289017115546635 + - - -0.15844804277197594 + - 0.03305778990564117 + - -0.9868137616938083 + - 0.5757173388132507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997420011100163 + - -0.018054518042157332 + - 0.01378280068801726 + - -0.03479501682573644 + - - -0.017637542983006023 + - -0.999400321102552 + - -0.02979790693386044 + - 0.037313768089234645 + - - 0.014312522281652829 + - 0.029547124367386553 + - -0.9994609142670642 + - 0.5798090303061206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972410072734424 + - -0.03798430412446561 + - -0.06377747292289102 + - 0.0484525751370431 + - - -0.036993832868428146 + - -0.9991769403529208 + - 0.016640258311658395 + - 0.0349857602524986 + - - -0.0643570488909552 + - -0.01423497478592836 + - -0.9978254034403471 + - 0.575771755076528 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969532881260331 + - -0.022415671579864453 + - -0.07471063486756321 + - 0.02573903335982237 + - - -0.018688060492449213 + - -0.9985630725927673 + - 0.05022495842828778 + - -0.03059371595335595 + - - -0.07572910728195106 + - -0.048675740587240515 + - -0.9959396440490575 + - 0.5771471705415466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862098563867462 + - -0.021057433227397546 + - -0.16415451157829045 + - 0.06451662476821546 + - - -0.022843840305188157 + - -0.9996985151088741 + - -0.009002102489050406 + - -0.03288623600019698 + - - -0.16391546030117007 + - 0.012627881650775798 + - -0.98639356165745 + - 0.5755259037878139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996567261971384 + - -0.019056263523520665 + - 0.017980227733308485 + - -0.03479688210734746 + - - -0.018516935560900925 + - -0.9993873347059485 + - -0.029699803480389596 + - 0.037306220076426415 + - - 0.018535179153516226 + - 0.029356669597596644 + - -0.9993971348187288 + - 0.5799662055123568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961616118444047 + - -0.038209197203495776 + - -0.07875341476166031 + - 0.048464091920918446 + - - -0.03717036171250086 + - -0.9992020572392938 + - 0.014615506112514541 + - 0.03498057786989634 + - - -0.07924902079975232 + - -0.011632113214178714 + - -0.9967869815785382 + - 0.575816011949591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994842762355132 + - -0.031218348578998887 + - 0.007523049246982284 + - -0.04284760872453156 + - - -0.031459912079968566 + - -0.9989102750549759 + - 0.03447515513398985 + - -0.02375532624011917 + - - 0.006438593782267245 + - -0.034694049945086215 + - -0.999377239789117 + - 0.5792223241624166 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967537818867075 + - -0.020531030307182934 + - -0.07784841096047797 + - 0.025728767549538577 + - - -0.015791811774752546 + - -0.998012115817514 + - 0.061011764130533275 + - -0.030633646710588394 + - - -0.07894629171415664 + - -0.05958433918383736 + - -0.9950965729760146 + - 0.5770225802353381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871232586228091 + - -0.019018712037514346 + - -0.15882682669599882 + - 0.06452679056404705 + - - -0.021961533700529424 + - -0.9996177574007087 + - -0.01679375260916473 + - -0.032910322832388754 + - - -0.15844672077202246 + - 0.020065584507096317 + - -0.9871636181479647 + - 0.5755779303344968 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997211402090485 + - -0.019649579930614 + - 0.01309716868909306 + - -0.03479752516756439 + - - -0.019183230158214448 + - -0.9992091639765539 + - -0.03482887172984225 + - 0.037314580057428715 + - - 0.01377118367523721 + - 0.03456791335656875 + - -0.9993074671322917 + - 0.5798473930382428 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997203088750013 + - -0.037719687591533504 + - -0.0645230575486841 + - 0.04844818674198169 + - - -0.03701092753307281 + - -0.9992410539853992 + - 0.012145257234431875 + - 0.03496090642784572 + - - -0.06493220333990925 + - -0.009723229820692273 + - -0.997842306064079 + - 0.5756066004668416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9952939959262503 + - -0.026663289639269793 + - -0.09316077854316993 + - 0.025726523109956583 + - - -0.020872435254200693 + - -0.9978210104323758 + - 0.06259051514624156 + - -0.030619862030640696 + - - -0.09462665121262795 + - -0.06035147160861201 + - -0.9936817884790677 + - 0.5769288710844125 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986334999547778 + - -0.019659157988548948 + - -0.16357501696245086 + - 0.06452448409542338 + - - -0.022840352215938192 + - -0.9995843722649415 + - -0.017589799156175288 + - -0.03284877913308671 + - - -0.1631612300080405 + - 0.021085545543902098 + - -0.9863740734586341 + - 0.575798309726305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997328618329874 + - -0.020360498615718314 + - 0.010938695870369155 + - -0.034777183854031495 + - - -0.02008689725796803 + - -0.9994964011984407 + - -0.024565434046907687 + - 0.03729688776996179 + - - 0.011433351642144802 + - 0.02433914722180026 + - -0.9996383768057038 + - 0.5799193174096522 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978288583888927 + - -0.03705405756454212 + - -0.05444782993217113 + - 0.04847109395600495 + - - -0.03653387886437988 + - -0.9992770568233716 + - 0.010518526586103496 + - 0.034985192830203196 + - - -0.054798221334655096 + - -0.008506498952174573 + - -0.9984612132747743 + - 0.575858447464376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995531573075874 + - -0.029759917959555706 + - 0.002798749626861658 + - -0.04285445517307517 + - - -0.029817268705431884 + - -0.9992823057378174 + - 0.02336244692361647 + - -0.023760064739179586 + - - 0.002101476476531874 + - -0.023435458654595134 + - -0.999723143212293 + - 0.5791609900138366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969968661138646 + - -0.024201981966604485 + - -0.07356298680736593 + - 0.0257296427421549 + - - -0.02101825251706572 + - -0.9988214231666678 + - 0.043749259244477846 + - -0.030650962179940525 + - - -0.07453510595861122 + - -0.04207170892892064 + - -0.9963305120729457 + - 0.5771914663196437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855241512331204 + - -0.01827824101393122 + - -0.16854688736869086 + - 0.06452275573009007 + - - -0.023722615582252266 + - -0.9992579378994476 + - -0.03034486867461909 + - -0.03287102421418647 + - - -0.16786716428823775 + - 0.03390397396146711 + - -0.9852264387964045 + - 0.5756909696884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993605317789944 + - -0.018413405130364588 + - 0.030650840672166273 + - -0.03477024104974429 + - - -0.017401915633784425 + - -0.9993056165488409 + - -0.0329462906290722 + - 0.03729915226436389 + - - 0.031236210632535254 + - 0.03239183917973329 + - -0.9989870208865949 + - 0.5797196546434052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969214034615126 + - -0.037431400587820296 + - -0.06889561357853094 + - 0.04846112854988699 + - - -0.03662252139808053 + - -0.9992450395928533 + - 0.01296694935302997 + - 0.03497677873008454 + - - -0.0693289711936883 + - -0.010403898265123354 + - -0.9975395995418496 + - 0.5757634927485539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966566390023582 + - -0.023785865955777547 + - -0.07816505941440041 + - 0.02574838385472803 + - - -0.018908779377148088 + - -0.9978625022708422 + - 0.06255305447570232 + - -0.0306169829557437 + - - -0.07948586034628613 + - -0.06086591116961633 + - -0.9949760493913928 + - 0.577021669518986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867337699211788 + - -0.014195494337149598 + - -0.161724936969109 + - 0.06453969539890138 + - - -0.025012763325560364 + - -0.9975685733912767 + - -0.06504846695282072 + - -0.03290364658804658 + - - -0.16040831950979922 + - 0.0682307065961995 + - -0.984689667717411 + - 0.5757755608327383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996704750038616 + - -0.019906649754027513 + - 0.016206995437904968 + - -0.03478077602515381 + - - -0.01932787155175155 + - -0.9991962772711025 + - -0.035117415463681974 + - 0.037291535788448016 + - - 0.01689303959720657 + - 0.034792596671423266 + - -0.9992517702911647 + - 0.5798246363343543 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969091725800088 + - -0.03824205685945911 + - -0.0686268658252739 + - 0.04845453136510589 + - - -0.037221392133576905 + - -0.9991774902102847 + - 0.016090712374430653 + - 0.03498962563561128 + - - -0.06918576149382726 + - -0.013486591275635684 + - -0.9975126276204652 + - 0.5759421844460588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995026130444916 + - -0.030675426713805413 + - -0.0073174253094345915 + - -0.04282749404144152 + - - -0.030410473492459487 + - -0.9989616816304864 + - 0.033922879240357216 + - -0.02373547305337754 + - - -0.008350426288377108 + - -0.03368348007432417 + - -0.9993976653719407 + - 0.5790726662905563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969888064305199 + - -0.022073931277383885 + - -0.07433748321142328 + - 0.02573950764211975 + - - -0.01833020904314725 + - -0.9985471081695652 + - 0.05067224292088034 + - -0.030594367520213307 + - - -0.07534801449727674 + - -0.049157037381839006 + - -0.9959449093133406 + - 0.5771354186554075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867093665614196 + - -0.01988120430584244 + - -0.16127418781476313 + - 0.06452555406217417 + - - -0.0225627990393462 + - -0.9996356803363828 + - -0.014813058358305809 + - -0.032879097526572726 + - - -0.16092093101729252 + - 0.018254980519459545 + - -0.986798464554319 + - 0.5756664590806867 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996635674744471 + - -0.02057579451647108 + - 0.01579204053558412 + - -0.034802315952109183 + - - -0.019856269212128966 + - -0.9988146546074814 + - -0.04444113313490347 + - 0.03727077987764632 + - - 0.016687733136559697 + - 0.04411261068396105 + - -0.998887179385845 + - 0.579832381767446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970756937642988 + - -0.038096212065328657 + - -0.0662475624511247 + - 0.048464853909751617 + - - -0.037395114961720925 + - -0.9992309877457127 + - 0.011791459016038503 + - 0.03499536038252087 + - - -0.06664582718701775 + - -0.009279641965116292 + - -0.9977335425671311 + - 0.5758310146216805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971295204422275 + - -0.0205658864849673 + - -0.07286812592444651 + - 0.025739848899279192 + - - -0.016736569468613453 + - -0.9984660247459713 + - 0.052777691029451936 + - -0.0306478234284265 + - - -0.07384176802512134 + - -0.05140663129466328 + - -0.9959441508206468 + - 0.5770947197116634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899705969490884 + - -0.019494538831882686 + - -0.13992205019937942 + - 0.06456015018365802 + - - -0.0250423410987402 + - -0.9989639577121636 + - -0.03799858345182481 + - -0.03293181702458876 + - - -0.13903632017771395 + - 0.04112145605135067 + - -0.9894331344379252 + - 0.5760672117871883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996390456062976 + - -0.017747666896240605 + - 0.020169254301302456 + - -0.034786594496856754 + - - -0.017330389994880235 + - -0.9996359606988175 + - -0.020678579747598062 + - 0.03731730020712792 + - - 0.02052890844530895 + - 0.020321574680435155 + - -0.9995827116955115 + - 0.5798609630982421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974297498837498 + - -0.03758578663803633 + - -0.06100166136787113 + - 0.04845527563431467 + - - -0.03727084327939073 + - -0.9992853862750645 + - 0.006292934000734521 + - 0.03497547105781624 + - - -0.061194593618092645 + - -0.004003176225763189 + - -0.9981178268581428 + - 0.5758264075834554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994955334583756 + - -0.031144261358824605 + - -0.006222023880569921 + - -0.04283804173743659 + - - -0.030996368630286607 + - -0.9992640000547163 + - 0.022598303617398292 + - -0.023748920499933737 + - - -0.006921251945460588 + - -0.022394043383497257 + - -0.999725263806235 + - 0.5791972092110251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965724600260002 + - -0.026058637832399503 + - -0.07851292449046962 + - 0.025734631041715215 + - - -0.020952163265518502 + - -0.9976538023722306 + - 0.06517589636304028 + - -0.03063530846062978 + - - -0.0800271127320073 + - -0.06330748776053705 + - -0.9947802889187283 + - 0.5769912208817141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879123398330844 + - -0.02024335049724507 + - -0.1536860942511268 + - 0.06450999495585344 + - - -0.022220269578080053 + - -0.9996908491949298 + - -0.011156417695538306 + - -0.03287128683395239 + - - -0.15341273879765657 + - 0.01443650915441673 + - -0.9880567386430985 + - 0.5756599912130465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997576862983654 + - -0.01847666044345976 + - 0.011965855848883608 + - -0.03478228249784427 + - - -0.018266526182403667 + - -0.9996810639921582 + - -0.017438587005102018 + - 0.03730578061544085 + - - 0.012284246357295752 + - 0.017215786777375033 + - -0.9997763319748421 + - 0.5798303565267334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970187359839204 + - -0.037127212513018405 + - -0.06764030002918965 + - 0.048450823287693706 + - - -0.03633378415782377 + - -0.9992561463554205 + - 0.012923238746047064 + - 0.03493802601080124 + - - -0.06806978937677345 + - -0.010427083097771253 + - -0.9976260720892743 + - 0.5758288299995256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997067246856055 + - -0.025417427061988393 + - -0.0721862843512194 + - 0.025731621915928267 + - - -0.022175937253569436 + - -0.9987246982647157 + - 0.04535642052651746 + - -0.03065381633126206 + - - -0.07324706856804819 + - -0.04362260282927927 + - -0.9963593405336182 + - 0.5770774922937123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872704187136863 + - -0.016886443099865617 + - -0.15815172579626738 + - 0.06453350309994067 + - - -0.021805478662232265 + - -0.9993292742315902 + - -0.02941976825321785 + - -0.03290800402566163 + - - -0.15754885411583822 + - 0.03249384100405971 + - -0.9869764479781613 + - 0.5757646877953158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996616976221184 + - -0.017978083830489877 + - 0.018795712517705728 + - -0.03478149446573056 + - - -0.017720619101871754 + - -0.9997480685117544 + - -0.013776035919823234 + - 0.03728729162582349 + - - 0.019038644014496914 + - 0.013438303791839228 + - -0.9997284341386359 + - 0.5798036577984165 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958613960701546 + - -0.0392366598171214 + - -0.08197904819890399 + - 0.04842331734246322 + - - -0.03768056832738937 + - -0.9990806897150496 + - 0.020443830585922806 + - 0.034966389488123736 + - - -0.082705831642803 + - -0.017270204541245664 + - -0.9964243500875397 + - 0.5757183067044237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995198597406212 + - -0.03079497901566645 + - -0.0034233392343819323 + - -0.04282287254624454 + - - -0.03072164781349859 + - -0.9993332006066076 + - 0.01973156154434734 + - -0.023759989115756976 + - - -0.004028689577561575 + - -0.019616917004964672 + - -0.9997994530042058 + - 0.5791770712951745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968744788273459 + - -0.021398645994482376 + - -0.07604848067062417 + - 0.025723254798743145 + - - -0.01774102393717791 + - -0.9986680265292255 + - 0.04845027201040202 + - -0.03064339487138564 + - - -0.07698395633096519 + - -0.046949661743449105 + - -0.9959263023586671 + - 0.577139035523401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866220713831627 + - -0.020028764643204165 + - -0.16178917407065418 + - 0.06454317303525045 + - - -0.023347168053674153 + - -0.9995537163130198 + - -0.018635395050948207 + - -0.03290104533405141 + - - -0.16134372626002785 + - 0.02216341110250276 + - -0.9866493729815222 + - 0.5757219616289655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997335400342449 + - -0.018425326890331953 + - 0.013905260140729358 + - -0.03479603682676449 + - - -0.01818730590297242 + - -0.9996891441002661 + - -0.017053945938388406 + - 0.03733223717016043 + - - 0.014215162137262129 + - 0.01679650252469782 + - -0.99975787402168 + - 0.5798511747146143 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964975107379672 + - -0.03863303325902989 + - -0.07416333214090118 + - 0.04841868326520073 + - - -0.03829505811675703 + - -0.999248615768035 + - 0.005974312470887007 + - 0.03498408676462616 + - - -0.07433841279492814 + - -0.0031132983911415315 + - -0.9972282124750874 + - 0.575815611821345 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963744040602173 + - -0.026320398409324593 + - -0.08090292677784476 + - 0.02571176309562925 + - - -0.021046038375953872 + - -0.9976392053160618 + - 0.06536880207725045 + - -0.030601877749224172 + - - -0.08243246449260609 + - -0.0634291151121572 + - -0.9945761087788929 + - 0.5769932983326769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988325459223624 + - -0.017693666791217037 + - -0.1513265370181124 + - 0.06453049046940813 + - - -0.02340160713084363 + - -0.9990769678142346 + - -0.036021898434277215 + - -0.03290430795669849 + - - -0.15054949828580103 + - 0.0391426434799327 + - -0.9878272632537014 + - 0.575664581257839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997904026962748 + - -0.01864052384597151 + - 0.008466495565955712 + - -0.03480353196691277 + - - -0.01842126481178215 + - -0.999510766638093 + - -0.02527616223372883 + - 0.03730935375964241 + - - 0.008933514378718874 + - 0.025114900861427873 + - -0.9996446539023585 + - 0.5797389779994498 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971498191674772 + - -0.037503857061197445 + - -0.06546524910057716 + - 0.04844530463495673 + - - -0.03733066835484573 + - -0.9992954848931248 + - 0.003867178867788381 + - 0.03497785825839487 + - - -0.06556416196709805 + - -0.0014122952057624655 + - -0.997847356106035 + - 0.5757316447172844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967325360663307 + - -0.026475302336268863 + - -0.0763106146809473 + - 0.02571236439083051 + - - -0.021296489006901825 + - -0.9974649957489534 + - 0.06789728869048567 + - -0.030673240981979696 + - - -0.07791476819422466 + - -0.06605028858183284 + - -0.9947696458354048 + - 0.5770208260417722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983886758708491 + - -0.016517549175743468 + - -0.17802813431400824 + - 0.06452658562415932 + - - -0.02337790223269646 + - -0.9990599321326042 + - -0.036506515779989826 + - -0.03290592077313124 + - - -0.1772577776158162 + - 0.0400802018011768 + - -0.9833479840312273 + - 0.5756709724000957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997723826549613 + - -0.018929068986848378 + - 0.00984241980982192 + - -0.03478804123107953 + - - -0.018615951755315333 + - -0.9993464253424811 + - -0.03098658573396588 + - 0.037295252051214894 + - - 0.01042253427269069 + - 0.030796306637254096 + - -0.999471339397403 + - 0.5797937935715274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974043742478456 + - -0.03870200007056479 + - -0.0607179497496547 + - 0.04842750984827034 + - - -0.03742559279742616 + - -0.9990567644895058 + - 0.02202058880960767 + - 0.034979239317338574 + - - -0.06151291925298972 + - -0.019691026339390686 + - -0.9979120323188196 + - 0.5757292123436402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995089210779615 + - -0.03130716717061752 + - 0.0013334051598579927 + - -0.042788540577454626 + - - -0.03132989105861146 + - -0.9992319203258666 + - 0.02353736026273764 + - -0.023734036298693098 + - - 0.0005954929259567433 + - -0.023567576999627523 + - -0.9997220687283757 + - 0.5792024988836795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965736958823181 + - -0.02396340722252625 + - -0.07916200976317007 + - 0.025741508176934293 + - - -0.020546806175006743 + - -0.9988335716871014 + - 0.043695821617120906 + - -0.030609983090778694 + - - -0.08011677372101027 + - -0.04191957997256082 + - -0.995903635591045 + - 0.5771325883907367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869607370968468 + - -0.01640305001040796 + - -0.16012321311916244 + - 0.06454846363467291 + - - -0.02307410898310599 + - -0.9989375470337261 + - -0.039891886654792486 + - -0.0328842631401772 + - - -0.1592987411246065 + - 0.04306642632723452 + - -0.9862906234977179 + - 0.5757200504166281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998004631748041 + - -0.01839842013399135 + - 0.007780229560910598 + - -0.0347819633188409 + - - -0.01820608571734575 + - -0.9995435561234908 + - -0.0241084602340876 + - 0.0373166521440012 + - - 0.008220235902940052 + - 0.02396200218218556 + - -0.99967907358968 + - 0.5798253990093054 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974712306660077 + - -0.037608139679395323 + - -0.06030565332947712 + - 0.048478711153765716 + - - -0.036766545199495425 + - -0.9992112200691223 + - 0.015005293801504282 + - 0.03498219691517894 + - - -0.0608224066256297 + - -0.012750118345768172 + - -0.9980671667450219 + - 0.5759189755461847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964675579013842 + - -0.025504946667812316 + - -0.08001189752482761 + - 0.025736366790403132 + - - -0.021574110428969864 + - -0.9985354431988945 + - 0.04961377263207567 + - -0.03066000300069785 + - - -0.08116011218110826 + - -0.047712329340126924 + - -0.9955584210982752 + - 0.5770958642983329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863746228126231 + - -0.019609577663539848 + - -0.16334187440798187 + - 0.06450705775787538 + - - -0.022313324016997742 + - -0.9996424438619583 + - -0.014734313726979946 + - -0.032874014751626796 + - - -0.1629945368488398 + - 0.01817825331406175 + - -0.9864594933720711 + - 0.5756565652494499 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996705284342375 + - -0.019261582238286945 + - 0.01696543632477334 + - -0.03477097585874623 + - - -0.018643948875317354 + - -0.9991835953909701 + - -0.03584056182469572 + - 0.037293635021420544 + - - 0.017641931593416364 + - 0.03551245065118701 + - -0.9992135047618208 + - 0.5798688274118329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979167619822076 + - -0.03684933691996402 + - -0.05295528796546148 + - 0.04847881909263392 + - - -0.03685476714803819 + - -0.9993202498409435 + - 0.0008742976033518993 + - 0.03495520276610231 + - - -0.052951508886998275 + - 0.0010791785738786595 + - -0.9985965016362699 + - 0.5758366468009283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972486671517992 + - -0.02483608347035754 + - -0.0698445761803556 + - 0.02572885770602717 + - - -0.02062693277048723 + - -0.9979639454972102 + - 0.06035307061056362 + - -0.030682783233852658 + - - -0.07120130271590445 + - -0.05874633984764763 + - -0.995730506736669 + - 0.5770408195140344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872863151008763 + - -0.01723522729372505 + - -0.15801480612482785 + - 0.06452310706032972 + - - -0.022820407413884566 + - -0.9991747996212436 + - -0.03359983344172379 + - -0.03290514446783099 + - - -0.15730531148056512 + - 0.03677861799987722 + - -0.9868649209684277 + - 0.5756943260327724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998093745601137 + - -0.018719400812770442 + - 0.005549646378399757 + - -0.034793043437086627 + - - -0.01854433604198461 + - -0.9993755770199394 + - -0.0300759647696519 + - 0.0372923724263729 + - - 0.00610918509102375 + - 0.029967317018282452 + - -0.9995322094701349 + - 0.5799402247834138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968833840876338 + - -0.03912796101247856 + - -0.06850197951149427 + - 0.04845305909443754 + - - -0.03752013111820669 + - -0.9989929561492762 + - 0.02460311616450642 + - 0.03500152431233971 + - - -0.06939566478433505 + - -0.02195623444804635 + - -0.9973475650333758 + - 0.5758890496132296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965248700645317 + - -0.0232583204595436 + - -0.07998270983324667 + - 0.025729762818786302 + - - -0.01965895577405837 + - -0.99877094891748 + - 0.04549853905730817 + - -0.03059767110800975 + - - -0.0809426265989792 + - -0.0437680491669089 + - -0.9957573243875139 + - 0.577136761974958 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870215292256415 + - -0.01755310442624956 + - -0.15962577915260867 + - 0.06450856898909578 + - - -0.022475680768340573 + - -0.9993242208156552 + - -0.029085141656590104 + - -0.03288293426951008 + - - -0.1590073728450221 + - 0.032295359050263636 + - -0.9867490385932682 + - 0.5756441701099828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997835922758687 + - -0.019322704995752935 + - 0.007707249029754732 + - -0.03477553596968895 + - - -0.01909777896944275 + - -0.9994181226780381 + - -0.028261119955516324 + - 0.037308892766562386 + - - 0.008248845640079633 + - 0.02810781269243264 + - -0.9995708616257544 + - 0.5797480053537959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9981801661468191 + - -0.0367467985530218 + - -0.04781243255903446 + - 0.048484202426753616 + - - -0.036269060380784625 + - -0.9992834663876282 + - 0.010821694110460679 + - 0.03498284553665583 + - - -0.04817583595749618 + - -0.00906788842173388 + - -0.9987977083620921 + - 0.5758535821348941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994315460185171 + - -0.033464839845231034 + - -0.0040852560714990304 + - -0.042822161343949734 + - - -0.03333319384117238 + - -0.9990266670519414 + - 0.028889733599255035 + - -0.02371464968809662 + - - -0.0050480700652338435 + - -0.028737136482644456 + - -0.9995742563588731 + - 0.5790313791034731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962826738759754 + - -0.026151736411735713 + - -0.0820787452218171 + - 0.025723015186836798 + - - -0.0198621087992719 + - -0.9968693315110215 + - 0.07653125196162953 + - -0.030609637222157086 + - - -0.08382320900909696 + - -0.07461650337170482 + - -0.9936830717366565 + - 0.5769531005699737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844603636718486 + - -0.01897556609151861 + - -0.1745786935756993 + - 0.0645240158014693 + - - -0.021864271237051154 + - -0.9996537789212555 + - -0.014638166952386995 + - -0.03288669274294676 + - - -0.17424048324762006 + - 0.018227731069985268 + - -0.9845344096666586 + - 0.5757531267535452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997378313861263 + - -0.01875481416920316 + - 0.013134894017238762 + - -0.034774203880566255 + - - -0.018326719613051247 + - -0.9993202393331926 + - -0.03198735073863417 + - 0.03729027991043996 + - - 0.013725882251791359 + - 0.031738245139428446 + - -0.9994019631519044 + - 0.579881614094375 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974120931249335 + - -0.037437166004346045 + - -0.06138057583390798 + - 0.04848430826472497 + - - -0.03676700734901946 + - -0.9992516715754666 + - 0.012011828513319422 + - 0.034994923666810396 + - - -0.061784331822366104 + - -0.00972396293695534 + - -0.9980421538622829 + - 0.5757284118707506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968958378641509 + - -0.023019480173447994 + - -0.07529138052710012 + - 0.02573665546121302 + - - -0.01833230176624523 + - -0.9978851504207058 + - 0.06236307626950828 + - -0.030606714361029644 + - - -0.07656771618040907 + - -0.060789226861257414 + - -0.9952095531778856 + - 0.5769817851275596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839812805698452 + - -0.016463645605352017 + - -0.17750996552731627 + - 0.06452363646161643 + - - -0.02328835118818033 + - -0.999064741483089 + - -0.036432060390043604 + - -0.03288938361807838 + - - -0.17674414328928587 + - 0.03998237985299496 + - -0.9834444148574064 + - 0.5756589163404144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997902661895303 + - -0.020109731828606727 + - 0.003875863574695916 + - -0.034795671223220206 + - - -0.019976691428961368 + - -0.9992960600998111 + - -0.03175399295438937 + - 0.03730647487242633 + - - 0.004511699482478235 + - 0.031669906137796966 + - -0.9994881998367983 + - 0.5798469372397932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973740926335574 + - -0.03820283111696305 + - -0.061526116715073804 + - 0.048465588848467994 + - - -0.03738611704194455 + - -0.99919754530163 + - 0.014371628847236551 + - 0.0349884535006069 + - - -0.062025781703369996 + - -0.012033667680532724 + - -0.9980020006223634 + - 0.5758947008424387 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.995819402733049 + - -0.02368760407132214 + - -0.08821912804915796 + - 0.025745177579103724 + - - -0.018205178844345884 + - -0.9978826835274738 + - 0.06243974198580799 + - -0.03060580430239137 + - - -0.08951138812262285 + - -0.06057266156748583 + - -0.9941421749764936 + - 0.5769938764066722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875259561660774 + - -0.019045537641887704 + - -0.15630020279643245 + - 0.06453502483114912 + - - -0.023402140065817437 + - -0.9993858864829367 + - -0.026080447447377225 + - -0.03288029635802827 + - - -0.15570750058559904 + - 0.02941287804086811 + - -0.9873652094674693 + - 0.5756631657269297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998115086637092 + - -0.019235042470417855 + - 0.002638235159912248 + - -0.034793234911962435 + - - -0.01914737961138876 + - -0.9993670548182089 + - -0.029981120692799307 + - 0.037280882190129976 + - - 0.0032132534315160682 + - 0.029924954221185473 + - -0.9995469834466234 + - 0.5798024401068462 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967182200638673 + - -0.03731758525617816 + - -0.07183444593900631 + - 0.048443896176842416 + - - -0.03702502402210901 + - -0.9992997462577835 + - 0.005400437509366833 + - 0.03496654563151272 + - - -0.07198567488659391 + - -0.0027230423753956553 + - -0.9974019488908894 + - 0.5757664518398988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995474170806854 + - -0.02988625432132475 + - -0.0034311528633163 + - -0.04282780321414899 + - - -0.02975948445850787 + - -0.9990308469327934 + - 0.03243054056764655 + - -0.02376404668524642 + - - -0.004397054934177486 + - -0.032313753718610866 + - -0.9994681021566016 + - 0.5790058887222425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969231440978591 + - -0.02409156917440764 + - -0.07459115937397734 + - 0.025731088191242278 + - - -0.020186205832040748 + - -0.998407647546823 + - 0.052675292254781944 + - -0.030595582561213197 + - - -0.07574141440550103 + - -0.051007505474537154 + - -0.9958220084578973 + - 0.5770989940359279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849333962727916 + - -0.018043079603459956 + - -0.17199026770421344 + - 0.06452692443898563 + - - -0.023141934266357977 + - -0.999348721799844 + - -0.027687237410576215 + - -0.03288037774252173 + - - -0.17137869116361976 + - 0.03125027224587414 + - -0.9847094823853396 + - 0.5756468704505393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997974197402238 + - -0.018934822455503535 + - 0.0068258317712360595 + - -0.03476808810841466 + - - -0.018725568007064194 + - -0.9993888710214803 + - -0.02951673391864108 + - 0.0372934983566768 + - - 0.007380554423853964 + - 0.02938293683397904 + - -0.9995409798699637 + - 0.5798051750356916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968153131805386 + - -0.03799085572750342 + - -0.07011366692647421 + - 0.04843428770036405 + - - -0.037384313814628325 + - -0.9992514915813768 + - 0.009943322030546419 + - 0.0349775142727457 + - - -0.07043894156923379 + - -0.0072905043368604395 + - -0.9974894505994139 + - 0.575782069384057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968031013178879 + - -0.02387807089218437 + - -0.07624575354410512 + - 0.025729867234053128 + - - -0.020549849179038793 + - -0.9988139158175342 + - 0.044141423492703384 + - -0.030650889226073605 + - - -0.07720933170128699 + - -0.04243346909823948 + - -0.9961114996819026 + - 0.5771513697302997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858747256142952 + - -0.016510808882616017 + - -0.16666858907718582 + - 0.06451889514765784 + - - -0.023319371171468373 + - -0.998967975206226 + - -0.03897680644357607 + - -0.032885250312354286 + - - -0.16585304435887024 + - 0.04231285504919789 + - -0.985242300134581 + - 0.5756835716317303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998204001635899 + - -0.018319643426023713 + - 0.004853666805865781 + - -0.034788919802262355 + - - -0.018145208128212895 + - -0.9992629273469512 + - -0.033828293660561545 + - 0.03728298553491488 + - - 0.0054698115783684735 + - 0.03373414731017664 + - -0.9994158736314689 + - 0.5796494182752228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973645232283613 + - -0.03755112494340462 + - -0.062079955065611356 + - 0.04845452694343184 + - - -0.03730733507849814 + - -0.9992909169993845 + - 0.00508192403220683 + - 0.034965260820771525 + - - -0.06222676718908167 + - -0.002752493054173845 + - -0.9980582414003614 + - 0.575828791903888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963528371476051 + - -0.023838048432146347 + - -0.08193150404371076 + - 0.025737677293275182 + - - -0.019467668900094617 + - -0.9983655556379677 + - 0.053732924574122265 + - -0.0306247078063552 + - - -0.0830784796172525 + - -0.05194193645445526 + - -0.9951884251044357 + - 0.5770838056508383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883424312586098 + - -0.02401170016888921 + - -0.15034186652033948 + - 0.06454250093595601 + - - -0.023464163788280378 + - -0.999710013090932 + - 0.005415047870955952 + - -0.032885783571707634 + - - -0.15042829385304135 + - -0.0018242753978933318 + - -0.9886192393574662 + - 0.5757107081623302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996952622027993 + - -0.019463363351360764 + - 0.015184209440380708 + - -0.03478122850848489 + - - -0.018919216127315154 + - -0.9992014567746419 + - -0.0351924997771043 + - 0.0372839449968852 + - - 0.015857048603204138 + - 0.03489450195211925 + - -0.9992651939015536 + - 0.5797652078021371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977206240633749 + - -0.03746879373956462 + - -0.05612170537583125 + - 0.048461777141438935 + - - -0.036949158559925074 + - -0.9992643867802161 + - 0.010268641315799732 + - 0.03497078038721865 + - - -0.056465175110887236 + - -0.008171585431297677 + - -0.9983711279835953 + - 0.5757318570007015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995583878128619 + - -0.029683386531626835 + - -0.0013877741049189308 + - -0.0428500658543263 + - - -0.029650540641910913 + - -0.9993683033169662 + - 0.01959182903688349 + - -0.02375427071146276 + - - -0.0019684492867834166 + - -0.01954202879391279 + - -0.9998070985535276 + - 0.579134409553066 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996170100488358 + - -0.02329615263357397 + - -0.08427585754822053 + - 0.02575290090737792 + - - -0.019152447924801003 + - -0.9985831720234958 + - 0.049647077355893215 + - -0.03058132115814366 + - - -0.08531303904739604 + - -0.04784284506556319 + - -0.9952048771707918 + - 0.5770112610432019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859925209750419 + - -0.017403435302902864 + - -0.16587907951558942 + - 0.06451981858492085 + - - -0.02363923566309882 + - -0.9990831977228046 + - -0.03569244409171783 + - -0.032896034555449594 + - - -0.1651058300561977 + - 0.03911373758200053 + - -0.9854999646949871 + - 0.575729102153045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997926160609363 + - -0.019095083999545657 + - 0.0070783216287251425 + - -0.034794987061394084 + - - -0.01886018499995429 + - -0.9993135394713386 + - -0.031886411698928266 + - 0.03728767230483852 + - - 0.00768233635015298 + - 0.0317463005138606 + - -0.9994664347099844 + - 0.5799002377319777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973810648677955 + - -0.0370708307928881 + - -0.06210285780467172 + - 0.048461945526869894 + - - -0.03623053893291986 + - -0.9992367600527217 + - 0.014602924637555166 + - 0.03495778113665577 + - - -0.06259680097107514 + - -0.012314660517651196 + - -0.997962919974747 + - 0.5758222175678069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973021339575343 + - -0.022673240530459486 + - -0.0698167441778572 + - 0.025734935595724606 + - - -0.019283670614992206 + - -0.998620124336202 + - 0.04884656915651095 + - -0.030663181375917645 + - - -0.07082791576321383 + - -0.047368464558155673 + - -0.9963632043155962 + - 0.5771646220386033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877731272938388 + - -0.01889619104198832 + - -0.15474877369547843 + - 0.06451963816208148 + - - -0.02301633820350262 + - -0.9994255427373386 + - -0.02487634820224309 + - -0.03289756718813535 + - - -0.15418980891048442 + - 0.028133938371332545 + - -0.9876406149707835 + - 0.5757473138405469 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998176762718642 + - -0.018896166118722336 + - 0.0027475662582187787 + - -0.03480554233834765 + - - -0.01882567004868768 + - -0.9995407050815217 + - -0.023748116395867692 + - 0.03725339502953035 + - - 0.003195052667421267 + - 0.02369206177493606 + - -0.9997141980822841 + - 0.5797698764093826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968057417641524 + - -0.03614407049975108 + - -0.0712174090635649 + - 0.04845089776166511 + - - -0.03594214875205124 + - -0.9993453994906082 + - 0.004115150063138865 + - 0.034924691921900564 + - - -0.07131952838531348 + - -0.001542298500859603 + - -0.9974523277762355 + - 0.5757200519248329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995271140213626 + - -0.030457304315204214 + - -0.004230951426932663 + - -0.04279905939658724 + - - -0.03031694279185053 + - -0.9990897115517059 + - 0.030010519010579967 + - -0.023765044692474 + - - -0.005141139550885888 + - -0.029868057944562813 + - -0.9995406283882302 + - 0.5790276878176481 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9957014858140961 + - -0.022897968049199434 + - -0.08974538543467951 + - 0.025755099951206832 + - - -0.01713069967258042 + - -0.9977697523103617 + - 0.06451403338226237 + - -0.030642275435887836 + - - -0.09102247127127013 + - -0.06269931764969737 + - -0.9938730830895529 + - 0.5770647576684941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862033783171852 + - -0.018004882050546022 + - -0.16455613272715452 + - 0.06452236934016542 + - - -0.023529820738110056 + - -0.9992208284936791 + - -0.031687275686589356 + - -0.032900307512785505 + - - -0.16385738961610297 + - 0.03512207463620902 + - -0.9858586083924232 + - 0.5757062170609479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999761754398462 + - -0.019425746494629567 + - 0.009953633268090246 + - -0.0347976338003074 + - - -0.019110510847442662 + - -0.999341539383173 + - -0.03084276314503676 + - 0.037318762900239125 + - - 0.010546222890638253 + - 0.030645195975836873 + - -0.9994746865960862 + - 0.5798475419360007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970157893816223 + - -0.03917993910341922 + - -0.06651652498133935 + - 0.04846423576948683 + - - -0.037731929337145816 + - -0.9990257430589292 + - 0.02288812386482994 + - 0.03500029009629766 + - - -0.06734847609439591 + - -0.02031002406220938 + - -0.9975227745221439 + - 0.5757521284497722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961927802303657 + - -0.0225101790897013 + - -0.08422135390887343 + - 0.025762153240935854 + - - -0.017306081845890775 + - -0.997924954389033 + - 0.06201842418822269 + - -0.030657471523502296 + - - -0.08544263659343306 + - -0.06032476477365303 + - -0.9945151977757637 + - 0.5770204845304439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882192739574315 + - -0.019899758157818286 + - -0.1517453992854715 + - 0.06454941477397061 + - - -0.023774051204418233 + - -0.9994349702667696 + - -0.023759938913859045 + - -0.03290475631890304 + - - -0.151186841584764 + - 0.0270876324753744 + - -0.9881339985540938 + - 0.5758355639197887 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997980948149482 + - -0.018371494492851095 + - 0.008139889096231766 + - -0.03479957258583466 + - - -0.01827346884094682 + - -0.9997615190872444 + - -0.01195764562466329 + - 0.0373001799309263 + - - 0.00835762770879133 + - 0.011806487304241903 + - -0.9998953729849022 + - 0.5798288344352236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972778497356857 + - -0.03804882391719113 + - -0.06315993528405324 + - 0.048461696125883386 + - - -0.037129779333619085 + - -0.9991877107478668 + - 0.015661997863454003 + - 0.03498198635098547 + - - -0.06370455174635455 + - -0.013274249092007754 + - -0.997880516092904 + - 0.5759129823890959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995270066510507 + - -0.03068477290265105 + - -0.002051264757043109 + - -0.042826763057767524 + - - -0.03062490116311499 + - -0.9992263105144445 + - 0.024675814159634688 + - -0.023755711387955628 + - - -0.0028068494687449055 + - -0.024601322883213445 + - -0.9996934012528322 + - 0.5791031863131961 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970381749041581 + - -0.024334495407050752 + - -0.07295690589018662 + - 0.025755626935262347 + - - -0.020357934038453818 + - -0.9982918611312208 + - 0.05476234583040364 + - -0.030648014482115765 + - - -0.07416489941657904 + - -0.053114897462453875 + - -0.9958304952963035 + - 0.5770623112170856 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869675782778202 + - -0.02072702502066466 + - -0.15957878888563906 + - 0.06453146848766018 + - - -0.022184523965661916 + - -0.9997268224018796 + - -0.007357137123804412 + - -0.03290736790140518 + - - -0.15938270397013468 + - 0.010801435276583851 + - -0.9871577800286715 + - 0.5757087380231276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998144923767134 + - -0.01912159092325385 + - 0.0023120540778402273 + - -0.034817866198896735 + - - -0.019024248752716168 + - -0.9991491924048437 + - -0.036591929112082526 + - 0.03730586216999231 + - - 0.003009782864244334 + - 0.036541155938374904 + - -0.9993276165151235 + - 0.5797618169355904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975603481593411 + - -0.03889325927778858 + - -0.057971252901458006 + - 0.048471202987746695 + - - -0.0379159286082419 + - -0.9991212267020717 + - 0.017864957630013584 + - 0.03499162852774799 + - - -0.05861513574145158 + - -0.01562333946690621 + - -0.9981583928044251 + - 0.5758167535451252 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965416136187909 + - -0.024000033920430566 + - -0.07955382264778106 + - 0.025727917708993783 + - - -0.020096029696858055 + - -0.9985711219726973 + - 0.04951629986794777 + - -0.03058214912246475 + - - -0.08062854281505662 + - -0.04774633738840821 + - -0.9955999825981887 + - 0.5771900285359333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835267870263711 + - -0.01863853639869534 + - -0.17979895484261807 + - 0.06450313166155672 + - - -0.02288271428809915 + - -0.9995056547662863 + - -0.021559858001101783 + - -0.03286591682594307 + - - -0.17930822788816056 + - 0.025318985981530904 + - -0.9834670855501345 + - 0.5755471330706576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997965750836558 + - -0.02005594166644453 + - 0.0021372072580521104 + - -0.03485194348340198 + - - -0.019972830498505772 + - -0.9992353326950166 + - -0.03361303223093207 + - 0.03730217157509638 + - - 0.002809714019193798 + - 0.03356350842435717 + - -0.9994326372544469 + - 0.5800292902345203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973906807543036 + - -0.03782608970638872 + - -0.06148997383306553 + - 0.048436309483986056 + - - -0.03718786329359701 + - -0.9992422197161119 + - 0.011491264528949491 + - 0.03498390935637188 + - - -0.06187804754614993 + - -0.009174599410425815 + - -0.9980415492140269 + - 0.5758315861548721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999500127967665 + - -0.03126462760490318 + - -0.004692254612470359 + - -0.04282296195588932 + - - -0.031090435343568163 + - -0.9989557683353909 + - 0.033477720047767515 + - -0.023736530613086275 + - - -0.005734023261980262 + - -0.03331510123316472 + - -0.9994284491683512 + - 0.5791844175517988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967506084530913 + - -0.024764645510150826 + - -0.07664813684068807 + - 0.025732830767540158 + - - -0.019976846839999125 + - -0.9978379327490382 + - 0.06261298233958774 + - -0.030646891647503026 + - - -0.07803300672615078 + - -0.06087834015380903 + - -0.9950902861355818 + - 0.5770275140171721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867124981819011 + - -0.02038544938596256 + - -0.16119205745000034 + - 0.06455567521247571 + - - -0.02314575665296923 + - -0.9996155531186419 + - -0.015264989756730594 + - -0.032911613762482195 + - - -0.16081890399015095 + - 0.01879306831371392 + - -0.986804996289927 + - 0.575866178081781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99981686753844 + - -0.01884367447342399 + - 0.003338759943626201 + - -0.03480396469888924 + - - -0.018689656490474413 + - -0.9989701859713778 + - -0.04134324951644779 + - 0.03727775616731839 + - - 0.004114380377359538 + - 0.04127327794894443 + - -0.9991394239051223 + - 0.5798667164780364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978810051642361 + - -0.03783337165983298 + - -0.052935201154456275 + - 0.04844566707734537 + - - -0.03661587368809465 + - -0.9990463466067336 + - 0.02378392578606955 + - 0.034982654000619194 + - - -0.05378454542404631 + - -0.021795259131029223 + - -0.9983146745154764 + - 0.5755719613145482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997025373969665 + - -0.024695758635649386 + - -0.07301043189886969 + - 0.025756809009878468 + - - -0.020930015085982558 + - -0.9984328915473848 + - 0.05190082412474943 + - -0.030629817746518746 + - - -0.074177746859488 + - -0.05021832914123467 + - -0.9959798096794491 + - 0.5771530599887755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838345085076755 + - -0.017661062411193574 + - -0.1782070333740182 + - 0.06454117929998596 + - - -0.022612562502595763 + - -0.9994115443370554 + - -0.025792189959133422 + - -0.032883964352093516 + - - -0.1776466489594631 + - 0.02940496421235279 + - -0.9836549273973791 + - 0.575715978192691 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997373931322084 + - -0.020015856163406332 + - 0.011158417238208068 + - -0.03480539793709891 + - - -0.0196546518179905 + - -0.999307607983893 + - -0.03159112671976077 + - 0.03730190199399736 + - - 0.011783014687662612 + - 0.03136351586726604 + - -0.9994385876267307 + - 0.5798209490317334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996574550768616 + - -0.03888321383628737 + - -0.07298808424731161 + - 0.048460320413858504 + - - -0.037238104319775533 + - -0.9990237503676318 + - 0.023766989461476637 + - 0.03501356706053929 + - - -0.07384096659037327 + - -0.020967638950391554 + - -0.9970495824029245 + - 0.5758431559108206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995005329561906 + - -0.03157715884661589 + - 0.0012520620857773336 + - -0.0428380604401648 + - - -0.031601345008554806 + - -0.9989454762565119 + - 0.03330601237465128 + - -0.023719091187378354 + - - 0.00019903251327784224 + - -0.03332894396505422 + - -0.999444416603661 + - 0.5791965095782072 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9959204173473662 + - -0.025229523165031714 + - -0.08663713679198407 + - 0.025744228525434183 + - - -0.020557915461280003 + - -0.998307749689241 + - 0.054396774006289304 + - -0.030601080291298013 + - - -0.0878629297402192 + - -0.052393778936717046 + - -0.9947537371159739 + - 0.5770534161603003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829934112996473 + - -0.012470149985689995 + - -0.18321694436054964 + - 0.06453282965509752 + - - -0.0235871902674787 + - -0.9980014658233998 + - -0.05862353341135184 + - -0.03289561767193376 + - - -0.1821197347811821 + - 0.06194812001732194 + - -0.9813230011721686 + - 0.5757511183355214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997593004371822 + - -0.020057419246401535 + - 0.00889050743940277 + - -0.034793749614982425 + - - -0.01976852483949332 + - -0.9993091425731813 + - -0.03147130431558671 + - 0.037280353894579794 + - - 0.009515598511198878 + - 0.0312879769692451 + - -0.9994651148900328 + - 0.5798401140780545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966384290349126 + - -0.037639164969063534 + - -0.07276767847920668 + - 0.04848016613657323 + - - -0.03689693740573679 + - -0.9992526976762234 + - 0.011517907660110831 + - 0.03497162299259316 + - - -0.07314682345050069 + - -0.008794284918133975 + - -0.9972824087347975 + - 0.5759856354582056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971185241719528 + - -0.026355134986072164 + - -0.07113406787899 + - 0.025705795917865506 + - - -0.02262318281280925 + - -0.998350456985791 + - 0.052768898374717786 + - -0.030678261201271928 + - - -0.07240746061397992 + - -0.05100756704773319 + - -0.9960699713129126 + - 0.5771034816651902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884023052116847 + - -0.021140779495287268 + - -0.15037935528043536 + - 0.06452521792228423 + - - -0.022558172512040488 + - -0.9997156810364153 + - -0.007725667790803701 + - -0.03292661211709617 + - - -0.15017327293877822 + - 0.011028351292395528 + - -0.9885981810435558 + - 0.5757262082147012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997313036071095 + - -0.020626869336505312 + - 0.010576050747049363 + - -0.034792570152962096 + - - -0.020234128733156446 + - -0.999147424631676 + - -0.03598616242806754 + - 0.037306603310728555 + - - 0.01130931573701429 + - 0.03576249590372496 + - -0.9992963240522285 + - 0.5797512748249865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961334016438488 + - -0.038151638781466546 + - -0.07913721367184336 + - 0.04841478623785744 + - - -0.03741581579994828 + - -0.9992418448718058 + - 0.01076067773025726 + - 0.03496782057625738 + - - -0.0794877528772756 + - -0.007758087101767536 + - -0.9968056526861405 + - 0.5756103704425118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994761305538394 + - -0.031127268287662612 + - -0.008863273778481819 + - -0.04281987672048623 + - - -0.030809461031659564 + - -0.9989474721541137 + - 0.033981244648257095 + - -0.023726260569682654 + - - -0.009911688254939252 + - -0.0336903702243523 + - -0.9993831684544636 + - 0.5790967545051413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961764138000058 + - -0.028212318568140982 + - -0.08268384164738313 + - 0.02573174324117451 + - - -0.022154083614081877 + - -0.9970643791251204 + - 0.07329270399609958 + - -0.03059817669347213 + - - -0.08450887034968618 + - -0.0711806782831502 + - -0.9938770355890973 + - 0.57694965819745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863791139648421 + - -0.01970193724830617 + - -0.16330363499505085 + - 0.06451945872415044 + - - -0.023294191296672116 + - -0.9995263397785501 + - -0.020111607114516292 + - -0.032879418147242864 + - - -0.16283004693780273 + - 0.02364169531904223 + - -0.986370846110465 + - 0.5756141636384268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998130609984671 + - -0.01898989766416966 + - 0.0036368727747445586 + - -0.034797638593853514 + - - -0.018892244775033328 + - -0.9995031968656425 + - -0.02522781288026742 + - 0.03727933937489762 + - - 0.004114139549837904 + - 0.025154388127440596 + - -0.9996751125309159 + - 0.5798206390530732 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961384666587622 + - -0.03879343026963456 + - -0.07876055491580347 + - 0.048434034580764306 + - - -0.037911640018868854 + - -0.9992008841054931 + - 0.012660993400245422 + - 0.03494542438291352 + - - -0.07918877946912678 + - -0.009626160746442888 + - -0.9968131591404049 + - 0.5758316911486839 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967356297023503 + - -0.022564930767023955 + - -0.07751714895001358 + - 0.02575117675675121 + - - -0.017984958604482258 + - -0.9980792719731159 + - 0.059281600194415966 + - -0.03065252548439978 + - - -0.07870594479360651 + - -0.0576939403845407 + - -0.995227000988745 + - 0.5770200897941582 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883598328870785 + - -0.022182408341747662 + - -0.15050841004935955 + - 0.06453620887387213 + - - -0.02130613073889392 + - -0.9997453718147211 + - 0.0074323837348105205 + - -0.03290730178700709 + - - -0.15063495453699766 + - -0.004139117684275256 + - -0.9885807899086608 + - 0.5756975587879067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997606167137637 + - -0.020190870221480715 + - 0.008428406006726978 + - -0.03481730797909997 + - - -0.01986375817268659 + - -0.9991089041609112 + - -0.0372401495383652 + - 0.03729602168119393 + - - 0.009172806515561899 + - 0.037063815050289925 + - -0.9992708007515008 + - 0.5798824919864831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974342705812389 + - -0.03743906365827831 + - -0.061017967701844804 + - 0.048469997139768996 + - - -0.03684375721447585 + - -0.9992621056670807 + - 0.010852729247192784 + - 0.03498271904445734 + - - -0.06137925891042307 + - -0.008576752892761911 + - -0.9980776652572804 + - 0.5757694681177876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995547674005153 + - -0.029796725321322652 + - -0.0015563184209398048 + - -0.042834465993939135 + - - -0.029713751099480774 + - -0.9988020351477391 + - 0.038879140684074345 + - -0.023774815761607164 + - - -0.002712925081865017 + - -0.03881558636501051 + - -0.999242708401037 + - 0.5790778151794821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996183034224972 + - -0.02655711227544128 + - -0.08315095976546497 + - 0.025738173947210025 + - - -0.020991918728809733 + - -0.9975252670938181 + - 0.06710201828178734 + - -0.030658320103647545 + - - -0.08472721918257092 + - -0.06510039398495128 + - -0.9942752320321532 + - 0.577010701560418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852222437465816 + - -0.017745613622629174 + - -0.17035910197024334 + - 0.06450292347910344 + - - -0.02293892823395292 + - -0.9993287090171968 + - -0.028564609318185417 + - -0.032889839100750995 + - - -0.1697378449210104 + - 0.03205034369830323 + - -0.9849679382956543 + - 0.575646603092287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997877259117771 + - -0.019575072089637942 + - 0.006428037713222612 + - -0.03480626264076183 + - - -0.01934747073901981 + - -0.999243286204707 + - -0.03374211538747267 + - 0.03731771170380919 + - - 0.007083677869575009 + - 0.0336105865391282 + - -0.9994099008816836 + - 0.5798322139470714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970421371411695 + - -0.038249486130944414 + - -0.06666298504933624 + - 0.04847770925601232 + - - -0.03703228053453219 + - -0.9991257313533152 + - 0.01940059654019183 + - 0.03501654572767059 + - - -0.06734676653990929 + - -0.016874529872630096 + - -0.9975869201619462 + - 0.5760696270335315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974245627125712 + - -0.022735672095752623 + - -0.06802448759079768 + - 0.025714323004380653 + - - -0.019266769814266792 + - -0.9985013512142099 + - 0.0512234634159119 + - -0.03063087482287654 + - - -0.0690871426428987 + - -0.04978092845409397 + - -0.9963678165635863 + - 0.57710621579398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896949386211946 + - -0.022216928628153963 + - -0.14145789673935208 + - 0.06454328718717056 + - - -0.022627723408782677 + - -0.9997431203352181 + - -0.001295945885261189 + - -0.0328989328214192 + - - -0.1413927671450181 + - 0.004483461244776162 + - -0.9899434246331158 + - 0.575770647070192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997790220436753 + - -0.018596568493167917 + - 0.009801771353755623 + - -0.03479761743583224 + - - -0.018386689979452676 + - -0.9996086150964566 + - -0.021084265615455462 + - 0.03729640977451555 + - - 0.010190030078065744 + - 0.020899384326398165 + - -0.9997296529671335 + - 0.5798056462240478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970871106713791 + - -0.03837512560733543 + - -0.0659139095155358 + - 0.04846547136614721 + - - -0.037509381403689784 + - -0.9991936292229338 + - 0.014322626400746205 + - 0.034982455346743956 + - - -0.06641039105225585 + - -0.011808516203319117 + - -0.9977225159859643 + - 0.5757900541532244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959801882479297 + - -0.02515204970280899 + - -0.0859699890273694 + - 0.025706452155394452 + - - -0.019812289871959484 + - -0.9978539037025845 + - 0.062410416082110905 + - -0.030677163234818984 + - - -0.08735523903949917 + - -0.06045627561519302 + - -0.9943410385532176 + - 0.5769947920960807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889786012698212 + - -0.019293376971609592 + - -0.14679608930560561 + - 0.06455165099750589 + - - -0.02282189140361518 + - -0.9994887811069155 + - -0.02239057199300526 + - -0.032923223080766104 + - - -0.14628905462525066 + - 0.0254939609798815 + - -0.9889133280780509 + - 0.5758208197512422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997508602854039 + - -0.01918511727561437 + - 0.011408270408596237 + - -0.03480353035196704 + - - -0.018662369741067903 + - -0.9988445537619278 + - -0.04428626622083441 + - 0.037311441820396155 + - - 0.012244725976615503 + - 0.044062327392636325 + - -0.998953741667001 + - 0.5800551223278476 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972785850318292 + - -0.03844060591675735 + - -0.0629106004872409 + - 0.04847899264316857 + - - -0.037434846949395584 + - -0.9991529420200392 + - 0.01708890536504667 + - 0.03500318012719455 + - - -0.06351421943776056 + - -0.014687350661462146 + - -0.9978728504472698 + - 0.5759399692088247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967612315697929 + - -0.021966937739016985 + - -0.07735955587928227 + - 0.02574531517578067 + - - -0.018304172549951134 + - -0.9986919647889281 + - 0.047742190285877006 + - -0.03059036165416091 + - - -0.0783071165778134 + - -0.0461715617279882 + - -0.9958595194006372 + - 0.577114140628421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859107211574705 + - -0.01796975662929237 + - -0.16630435277959682 + - 0.06454996997797899 + - - -0.02318275587401606 + - -0.9992971447111214 + - -0.02945804478043815 + - -0.03287891906091282 + - - -0.16565811099020283 + - 0.03289839538464647 + - -0.9856343570737951 + - 0.5757963297414908 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996710382234651 + - -0.018228702283464505 + - 0.018042443024158084 + - -0.03481358542267484 + - - -0.017770618680883355 + - -0.9995236628574528 + - -0.0252319737579284 + - 0.03731119820948638 + - - 0.018493794876060843 + - 0.024903048027961637 + - -0.9995187930949574 + - 0.5799936670189578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974393340931325 + - -0.037294899343818716 + - -0.06102348143774624 + - 0.048463772079980406 + - - -0.03668055503437333 + - -0.9992647567864205 + - 0.011157182751327979 + - 0.03495906954136449 + - - -0.0613947203448215 + - -0.008890237764573651 + - -0.9980739711996655 + - 0.575937493008765 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995087503637897 + - -0.03126107111498614 + - -0.002236823408137441 + - -0.04281728487025485 + - - -0.031200324538506085 + - -0.9992396054007169 + - 0.023382701882196343 + - -0.02373921889703446 + - - -0.002966090846098204 + - -0.023301425522133885 + - -0.9997240848722858 + - 0.5791649705345935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996531932612329 + - -0.025351592881980346 + - -0.07925530911101707 + - 0.02572991422597829 + - - -0.020485603980018186 + - -0.9978895712108091 + - 0.061617722274370346 + - -0.030635361116116047 + - - -0.08065015383438771 + - -0.05978043498548581 + - -0.9949481656244388 + - 0.5770064396004135 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863902710469595 + - -0.020921473138185882 + - -0.16308441110551886 + - 0.06452838872880079 + - - -0.021175252226566556 + - -0.9997757626013606 + - 0.0001822306498915939 + - -0.03290610505183685 + - - -0.16305165401506055 + - 0.003273602999240801 + - -0.9866121029291891 + - 0.5757000661582656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997970208142942 + - -0.019504253746807445 + - 0.005049876893735691 + - -0.03480602542197493 + - - -0.01934309981483719 + - -0.9993565521352571 + - -0.030204737937694622 + - 0.037309230335155326 + - - 0.005635748434323819 + - 0.0301009267317754 + - -0.9995309762831133 + - 0.579966099846807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962825690917738 + - -0.038902325383132715 + - -0.0768612490379892 + - 0.048415167042352894 + - - -0.038240575193602556 + - -0.9992178879453941 + - 0.010063340340546982 + - 0.03497820955122555 + - - -0.07719262226895364 + - -0.007086712194813596 + - -0.9969910117837131 + - 0.57555174223157 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961545702229028 + - -0.021943932203010705 + - -0.08482061107710578 + - 0.025727829175346002 + - - -0.016234196185489914 + - -0.9975920277284902 + - 0.06742845902710896 + - -0.030611781674755277 + - - -0.08609601093102395 + - -0.06579217318214346 + - -0.994112099740133 + - 0.5770392066993844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863075581250045 + - -0.020473912904221375 + - -0.1636405196639307 + - 0.06453500043187813 + - - -0.02327718897485015 + - -0.9996130132646359 + - -0.01523142099164132 + - -0.032879237730857845 + - - -0.16326534616666225 + - 0.01883195694519968 + - -0.9864024453227469 + - 0.5756981171399139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995976016344792 + - -0.0182631216673529 + - 0.02170468137431547 + - -0.034769511083348886 + - - -0.01775224959688049 + - -0.9995661744968186 + - -0.023501498591503106 + - 0.03729631335283491 + - - 0.022124476058138602 + - 0.023106734705704984 + - -0.9994881621962283 + - 0.5797090977752015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977110266416175 + - -0.038116500349605356 + - -0.05585552541000952 + - 0.04846141706678089 + - - -0.03706688059226253 + - -0.9991184104064182 + - 0.01970909308191037 + - 0.03499873580335258 + - - -0.056557525413411046 + - -0.017593589402137087 + - -0.9982443147501823 + - 0.5758295121373977 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995444667260296 + - -0.02997564445810578 + - 0.0035099539453109035 + - -0.0428380327955853 + - - -0.030050158924397805 + - -0.9992707534262765 + - 0.02355736181113097 + - -0.023753993990148176 + - - 0.002801247221400937 + - -0.02365210532285295 + - -0.9997163252282127 + - 0.5791176640953453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966074402218317 + - -0.02633413013420383 + - -0.07797514786496514 + - 0.02574525438213001 + - - -0.022695866428654874 + - -0.9986283670176979 + - 0.04718349536245322 + - -0.03061791500014272 + - - -0.07911073088741512 + - -0.0452537089931953 + - -0.9958381364864564 + - 0.5771458215448511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843561937296429 + - -0.017814275938320443 + - -0.1752870087567338 + - 0.06451836276012693 + - - -0.02177916033420189 + - -0.9995480396597421 + - -0.020721597127243717 + - -0.03285650969825412 + - - -0.17483864573150587 + - 0.024215036344388284 + - -0.9842992837412883 + - 0.5756061449858377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997207852492124 + - -0.018749546553474414 + - 0.0143807525789643 + - -0.034797456672122695 + - - -0.018407375281600958 + - -0.9995527593588569 + - -0.02356798237732088 + - 0.03730643292057185 + - - 0.014816209904715803 + - 0.02329668993944198 + - -0.999618799424023 + - 0.5796942361666695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971352707938295 + - -0.03740600496727194 + - -0.06574224312650621 + - 0.0484644980200684 + - - -0.03725215665806109 + - -0.9992995388508892 + - 0.0035648950509343576 + - 0.03497677072406602 + - - -0.06582954172132373 + - -0.001105642251964064 + - -0.9978302706332234 + - 0.57592513182581 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971912379726964 + - -0.02192016270415406 + - -0.07161802411058732 + - 0.025756173022145168 + - - -0.018393573870603926 + - -0.9986029832897005 + - 0.04953542374076271 + - -0.030651959442739716 + - - -0.07260379708216291 + - -0.04807897910660848 + - -0.9962013352818389 + - 0.5771117614602224 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869667239274369 + - -0.018138194937279445 + - -0.1598990048260458 + - 0.06454330105649905 + - - -0.023307399665471004 + - -0.9992626255125893 + - -0.0305118071330088 + - -0.03290566306195201 + - - -0.15922767027365742 + - 0.033840968338763225 + - -0.9866617140039028 + - 0.5759210372422755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997463802131543 + - -0.019238959241580013 + - 0.011706310178528431 + - -0.034791936923250055 + - - -0.019009045051411738 + - -0.9996302192397132 + - -0.01944430479591896 + - 0.03731449810542753 + - - 0.012076069597700004 + - 0.01921684755791181 + - -0.9997424074795506 + - 0.5797703659620757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964560669558924 + - -0.03930108099054453 + - -0.07436888905832124 + - 0.04845253132693882 + - - -0.0374969072437416 + - -0.9989712603448061 + - 0.02550299888763381 + - 0.034987101877391874 + - - -0.07529467825781895 + - -0.0226240146323121 + - -0.9969046420736375 + - 0.5758670354018406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972431266929226 + - -0.02201612863931648 + - -0.0708620938405053 + - 0.025737171095360653 + - - -0.01815715789096158 + - -0.9983405632906552 + - 0.05464830560794977 + - -0.030629663973493648 + - - -0.07194764680687064 + - -0.05321099292659601 + - -0.9959880151641983 + - 0.5771078394735633 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881544836717594 + - -0.015863903451729236 + - -0.15264027308241007 + - 0.06453972287292112 + - - -0.022930245265561776 + - -0.9987396935182273 + - -0.04464558705156371 + - -0.03290045572059112 + - - -0.15173964627433295 + - 0.04761681592034252 + - -0.9872728693680125 + - 0.5757925186811677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997528272166375 + - -0.017901860946659076 + - 0.01318362040512988 + - -0.034766478754072586 + - - -0.01770297799406733 + - -0.9997300012517387 + - -0.015050885932060939 + - 0.03729279685541587 + - - 0.013449499711202727 + - 0.014813776420778888 + - -0.99979981145511 + - 0.5798288678689293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977990040640229 + - -0.03803398669688049 + - -0.05431908821754747 + - 0.04846130048318492 + - - -0.03720237989644497 + - -0.9991757833424841 + - 0.01623997881694892 + - 0.03500055260107807 + - - -0.05489198865849891 + - -0.014183435334074753 + - -0.9983915563260942 + - 0.5759110174211153 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966480383381935 + - -0.025974426761064852 + - -0.07757587789425838 + - 0.025745935404324585 + - - -0.02061465840365962 + - -0.9973960643822096 + - 0.06910952621584864 + - -0.03064325543499232 + - - -0.07916895562991363 + - -0.06727867351035334 + - -0.994588284947674 + - 0.5770051520002437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882371536968936 + - -0.017775121867519676 + - -0.15189263673943254 + - 0.06454408725505274 + - - -0.02422328896384562 + - -0.9988774313405356 + - -0.04070760899767785 + - -0.03290724559373276 + - - -0.1509985441149564 + - 0.043908110880890916 + - -0.9875583615533996 + - 0.5757824949203436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998013117865637 + - -0.018964929063013933 + - 0.006137460020342084 + - -0.0348050928388491 + - - -0.018762840361854674 + - -0.9993288656349618 + - -0.03146067593516749 + - 0.03731804689179914 + - - 0.0067299904473933 + - 0.03133926888708349 + - -0.9994861467044966 + - 0.5799087195145728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966935086252768 + - -0.03899783865023317 + - -0.07128266580905589 + - 0.0484719413051045 + - - -0.03771094833908598 + - -0.9991020750432134 + - 0.019311344326902746 + - 0.034981470536961656 + - - -0.07197176001461929 + - -0.016559354605653897 + - -0.99726919812829 + - 0.5758215732657981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963824872856041 + - -0.02661437609354836 + - -0.08070696386126937 + - 0.025716106186250625 + - - -0.021485431940217598 + - -0.9977335776366559 + - 0.06376585505347722 + - -0.030634341081078164 + - - -0.08222113624181653 + - -0.061801157282934026 + - -0.9946960851001649 + - 0.5770338952180886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877035403634322 + - -0.01681587815157982 + - -0.15543147234563903 + - 0.06453353154489531 + - - -0.023368273008577075 + - -0.9989092579202297 + - -0.04042546546240378 + - -0.032920577846052325 + - - -0.15458214699679435 + - 0.043560540437953855 + - -0.9870191685811447 + - 0.575780348047693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998124874512151 + - -0.01876539115068602 + - 0.004780170663864462 + - -0.03482177814262985 + - - -0.018595603760288675 + - -0.9992696718311863 + - -0.033381529012076895 + - 0.03731437080697126 + - - 0.0054030970196965004 + - 0.03328637939691772 + - -0.9994312500063428 + - 0.5797831084897823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969118398910186 + - -0.03835868012636249 + - -0.06852295341027943 + - 0.048449447046413775 + - - -0.03676576759287093 + - -0.9990269934457252 + - 0.024358667863858638 + - 0.034968831486708506 + - - -0.06939064647638703 + - -0.02176414541759409 + - -0.9973521244554657 + - 0.5758607428405926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968651431708063 + - -0.021241137464030155 + - -0.0762148306452363 + - 0.02574166129465082 + - - -0.01795622743174312 + - -0.998890737463542 + - 0.043530087364495804 + - -0.030597061662556914 + - - -0.07705491695840956 + - -0.04202509594010817 + - -0.9961407687087991 + - 0.5771541754648617 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884068118139823 + - -0.014967954040057737 + - -0.1510891614629382 + - 0.06454141502972725 + - - -0.023159720014864976 + - -0.9983468144495209 + - -0.05260480441297785 + - -0.03287907624876172 + - - -0.1500519967496339 + - 0.05549412969269192 + - -0.9871194455794593 + - 0.5757493848386706 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999780057398604 + - -0.01877009447019955 + - 0.009355232847124894 + - -0.03481229668192206 + - - -0.018469818331065455 + - -0.9993421393740923 + - -0.031211444728323642 + - 0.03733830380552225 + - - 0.009934920173890622 + - 0.031031790550845553 + - -0.9994690216991952 + - 0.5799010399993951 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974758438786439 + - -0.038218273331832676 + - -0.05984400105374531 + - 0.04847624009828839 + - - -0.03728613411207262 + - -0.9991664703089903 + - 0.016616522297138208 + - 0.03500128818931525 + - - -0.06042917409301468 + - -0.014343228151573274 + - -0.9980694298116886 + - 0.5758031933422814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994803579717999 + - -0.03169584687646926 + - -0.005864070203027443 + - -0.04284123335249757 + - - -0.03158243918486106 + - -0.9993296514797445 + - 0.018514783512277342 + - -0.02372222224464247 + - - -0.0064469809754002915 + - -0.01831996081205847 + - -0.9998113899491978 + - 0.5791641233722363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965146248502978 + - -0.025010572353957955 + - -0.07958061152063158 + - 0.02572709024315038 + - - -0.019612491174724384 + - -0.9974990321685869 + - 0.06790457284051239 + - -0.03058732294499096 + - - -0.08107991520340659 + - -0.06610712588865537 + - -0.9945128934595814 + - 0.5770567567671221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881675865654291 + - -0.020437241063264503 + - -0.15201032872531067 + - 0.06452752160706947 + - - -0.022375512655997912 + - -0.9996885563866335 + - -0.011051093293908876 + - -0.03289642928301807 + - - -0.15173713222160312 + - 0.014321641223386925 + - -0.9883171218277224 + - 0.5757201959016719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997041953626676 + - -0.01942169547019235 + - 0.014639655711260507 + - -0.03479709901684018 + - - -0.018858244269689833 + - -0.9991115079113159 + - -0.03769033539572361 + - 0.03727792019300474 + - - 0.015358658709205143 + - 0.03740310821630384 + - -0.999182225171372 + - 0.579791276424783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968186082842835 + - -0.03779503972659128 + - -0.0701726239373277 + - 0.04847664528106264 + - - -0.03746506802740555 + - -0.9992798472385812 + - 0.006012951067451672 + - 0.034993143924271185 + - - -0.07034934865289164 + - -0.0033647993852651426 + - -0.9975167403453491 + - 0.5761260088025423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997071393726618 + - -0.02383611236346604 + - -0.07266688076046572 + - 0.025744014768747908 + - - -0.01973114048036323 + - -0.9981966142016756 + - 0.05669392817274183 + - -0.0306830896064208 + - - -0.07388719718194549 + - -0.05509409354647792 + - -0.9957436030168052 + - 0.5771144101652179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891152370743471 + - -0.02199956483386654 + - -0.14548906121931773 + - 0.06452417313920601 + - - -0.023308789814443617 + - -0.999701660277749 + - -0.007300051732577572 + - -0.03290457116944513 + - - -0.1452850580918216 + - 0.010611766348385262 + - -0.989332927941966 + - 0.5757525101481227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997792390548554 + - -0.019603491700341216 + - 0.007561499060954199 + - -0.03480220905968976 + - - -0.0193906721943578 + - -0.9994402854799479 + - -0.027260183264455853 + - 0.037332264415505856 + - - 0.008091661556510962 + - 0.027107542731044675 + - -0.9995997729793359 + - 0.5798124631350923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970333152589177 + - -0.03865023037843539 + - -0.06656371350447184 + - 0.048455376148667316 + - - -0.037303850340374145 + - -0.9990758110253976 + - 0.021352905510185552 + - 0.0349974111905846 + - - -0.06732749077156004 + - -0.018806475364560357 + - -0.9975536704713023 + - 0.5757074614790069 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959425058192732 + - -0.02571126657326395 + - -0.08624068572098362 + - 0.02572312253948819 + - - -0.019667374613352374 + - -0.9973380939699417 + - 0.07021339396597918 + - -0.03063596918832725 + - - -0.08781639640889946 + - -0.06823237565556618 + - -0.9937970735689217 + - 0.5770224256808774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9841630042675489 + - -0.0203265455197189 + - -0.17609660013273212 + - 0.06451972402882168 + - - -0.02325521745248882 + - -0.9996231927034921 + - -0.014583122797070532 + - -0.0328675613823075 + - - -0.17573382113955757 + - 0.01844733467229817 + - -0.9842648627027067 + - 0.5755846716275039 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997728949886877 + - -0.018932380670787497 + - 0.009783834017131164 + - -0.03481745180953521 + - - -0.018611313202241565 + - -0.9993169304710131 + - -0.031926344840574876 + - 0.03729314600492192 + - - 0.010381592692186 + - 0.03173700420845712 + - -0.9994423370545421 + - 0.5798200100348365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979400815163739 + - -0.03891786531792777 + - -0.050999935903769715 + - 0.048461958913678424 + - - -0.03731149997972979 + - -0.9987886278009627 + - 0.0320800396622674 + - 0.03500821403121283 + - - -0.052186642662233114 + - -0.03011107328817191 + - -0.998183288576341 + - 0.5758286877255352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966686205062609 + - -0.024619072743018364 + - -0.0777532131517461 + - 0.02574232529577894 + - - -0.020432972839798707 + - -0.9983219708231322 + - 0.05418243435601965 + - -0.03060250587858048 + - - -0.07895666228428694 + - -0.05241320281274844 + - -0.995499222326082 + - 0.57708366775474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855151257001908 + - -0.016543368814484816 + - -0.16877871300731326 + - 0.06454042278946324 + - - -0.022906889867924718 + - -0.9990954737132444 + - -0.03582609108297694 + - -0.032887915000089876 + - - -0.1680333639867864 + - 0.03917335004789511 + - -0.9850026584904775 + - 0.5757693408999793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997934240379378 + - -0.01961063800628525 + - 0.005341547292942192 + - -0.03478158926045313 + - - -0.019419220310492473 + - -0.9992400527633571 + - -0.03379660983021916 + - 0.03730227409089938 + - - 0.006000261080057611 + - 0.03368589957934849 + - -0.9994144570879999 + - 0.5798362447419874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972407069833923 + - -0.03869788011205648 + - -0.0633517672215778 + - 0.04847185585322495 + - - -0.0375470473426473 + - -0.9991092960837582 + - 0.01925704325347369 + - 0.03499063719230622 + - - -0.06404054630554833 + - -0.016825235625394914 + - -0.9978054519168739 + - 0.5758232350424631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967614893977983 + - -0.021851120853373908 + - -0.07738902875042596 + - 0.025733562113445532 + - - -0.017148081938089144 + - -0.9979951611951594 + - 0.060922914546936026 + - -0.030619655804949165 + - - -0.07856511019102301 + - -0.0593985416361373 + - -0.9951378480955155 + - 0.5770355085071067 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877958034997353 + - -0.020163159011457023 + - -0.15444383317889734 + - 0.06454901796361379 + - - -0.02256531625188362 + - -0.9996498984576802 + - -0.013816186738866266 + - -0.03288760536731539 + - - -0.1541111841845518 + - 0.017132645219855764 + - -0.9879049627251635 + - 0.5756950978011492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996690367610981 + - -0.018540856359541613 + - 0.017834056930299512 + - -0.034760980779796134 + - - -0.018180310343993845 + - -0.9996312410196362 + - -0.020170728626870582 + - 0.03729856272623952 + - - 0.018201463043788238 + - 0.019839824167507923 + - -0.9996374783490607 + - 0.5797783002897658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972270285374525 + - -0.03780638183220007 + - -0.06410094419835566 + - 0.04846292465564033 + - - -0.036447722949324135 + - -0.9990881787535297 + - 0.02223453545196037 + - 0.03499364939972526 + - - -0.06488310293267519 + - -0.019836546264737333 + - -0.9976956922760141 + - 0.5758954194775919 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997482115399409 + - -0.021595191506434786 + - -0.06755055264111702 + - 0.025735751121313773 + - - -0.018783907416841935 + - -0.9989418888310263 + - 0.04197937065819762 + - -0.030637464669359078 + - - -0.06838562919558046 + - -0.040604808120507596 + - -0.9968323105101593 + - 0.5771246371606512 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888441736594825 + - -0.018032195373130402 + - -0.1478581757959982 + - 0.06453151868787399 + - - -0.023001200986721697 + - -0.9992242671486187 + - -0.03196574251406043 + - -0.03290517100078024 + - - -0.14716706483742714 + - 0.035010053860741665 + - -0.9884918568990871 + - 0.575690534444373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997807645218555 + - -0.018974930990902847 + - 0.008852959165429821 + - -0.03478493684179027 + - - -0.018725882683219 + - -0.999448758456062 + - -0.02741387492441315 + - 0.03731875405815256 + - - 0.009368255431435027 + - 0.027242085355705135 + - -0.9995849661612787 + - 0.579942056801211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997702419553062 + - -0.03889463631722572 + - -0.05547151777008299 + - 0.048460551705005794 + - - -0.03747948854469555 + - -0.9989505178468364 + - 0.026327757822603205 + - 0.035000978520587714 + - - -0.05643730996773253 + - -0.024188223566197573 + - -0.9981130997458745 + - 0.5758718848231446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967129659078711 + - -0.02837811466136011 + - -0.07588113203821951 + - 0.02569804062245362 + - - -0.023510031313509455 + - -0.9976539569973509 + - 0.06429510490826888 + - -0.03058957148088523 + - - -0.0775276854986192 + - -0.062299796916155316 + - -0.9950418047928603 + - 0.5770149790257955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880864952474021 + - -0.0199645177393153 + - -0.1525991347981441 + - 0.06454591987525068 + - - -0.022494150003228738 + - -0.9996364056424129 + - -0.014868413834374417 + - -0.0328775545340675 + - - -0.15224680990200692 + - 0.018123866744007382 + - -0.9881763174296925 + - 0.5758143116593553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997663328196049 + - -0.01971092712767473 + - 0.008874633074464712 + - -0.03477733728321401 + - - -0.01945003589694062 + - -0.9994022094940976 + - -0.028581808233977848 + - 0.03726985984082069 + - - 0.009432701842346538 + - 0.02840251767156671 + - -0.9995520602379199 + - 0.5797932534725233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966444044317114 + - -0.037426266465521205 + - -0.072795643368344 + - 0.04846212884309208 + - - -0.037337487903508104 + - -0.9992993811683948 + - 0.0025804638186959824 + - 0.03496980534645548 + - - -0.07284121849622445 + - 0.00014620162795179613 + - -0.9973435393649824 + - 0.5757250427997673 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994773481426512 + - -0.03220451766468795 + - 0.002810621233537339 + - -0.04284569164915489 + - - -0.0322759897804518 + - -0.9990025915078635 + - 0.030855836470045143 + - -0.02375157213668342 + - - 0.0018141205653925364 + - -0.03093042519201439 + - -0.9995198936309456 + - 0.5790791864924891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961876141436582 + - -0.025309751863368004 + - -0.08348445296808724 + - 0.0257379247887943 + - - -0.021567896649880267 + - -0.9987350157745257 + - 0.045422396457679357 + - -0.03064653167322623 + - - -0.08452847603539362 + - -0.04344864470237546 + - -0.9954733306385768 + - 0.5771392943485875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850609117436547 + - -0.015654340164661516 + - -0.17149327038915724 + - 0.06451833152254928 + - - -0.022288171630759246 + - -0.9990731195203091 + - -0.03682579608531168 + - -0.03286225516664676 + - - -0.17075783308568115 + - 0.04009792371143678 + - -0.9844967846336093 + - 0.5755284921125984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997170584914632 + - -0.020095158122714358 + - 0.012727434195453177 + - -0.0348024729416656 + - - -0.019697597808927287 + - -0.9993367692536455 + - -0.030627214340270433 + - 0.037320697192284744 + - - 0.013334451684798541 + - 0.03036784875012109 + - -0.9994498417432245 + - 0.5798573469693866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980177053909176 + - -0.03741595154073705 + - -0.050603421786959576 + - 0.048452493075000054 + - - -0.03705400329598863 + - -0.9992806607723147 + - 0.008072288782412571 + - 0.03498959656345289 + - - -0.05086905312651871 + - -0.006181227770193935 + - -0.9986862028972184 + - 0.5758346136352196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995249319496472 + - -0.030819098314713453 + - 0.0003059250253467807 + - -0.042824240368271434 + - - -0.030817079854182097 + - -0.9992106273874886 + - 0.025068500257558867 + - -0.02374432268263195 + - - -0.00046690503752983605 + - -0.025066018729951744 + - -0.9996856889566422 + - 0.5791368721699024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963113448076829 + - -0.01998360867257644 + - -0.0834527386724234 + - 0.025738615644169426 + - - -0.016341063503371916 + - -0.9988932354670034 + - 0.044105257984066545 + - -0.03062005647026414 + - - -0.0842417583570359 + - -0.042578862393018765 + - -0.9955352161657727 + - 0.5771386940160401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886783495943688 + - -0.01646742608337602 + - -0.14914404085159952 + - 0.06453277975528719 + - - -0.021501597322104417 + - -0.999249999031544 + - -0.032204359146836704 + - -0.032870937974393485 + - - -0.14850185977270827 + - 0.03504658776042142 + - -0.9882909158392578 + - 0.5757036788421297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997929293003373 + - -0.019617699336536856 + - 0.005407808594256956 + - -0.03480750971134777 + - - -0.019464619435217073 + - -0.9994448651997228 + - -0.027038676301728664 + - 0.03732169156352124 + - - 0.005935243153658305 + - 0.026927816447843204 + - -0.9996197605039917 + - 0.5797626010944701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996954055511026 + - -0.03795415202771778 + - -0.06813291087260959 + - 0.048481113869801966 + - - -0.03693117392992343 + - -0.9991862952922388 + - 0.01621220812624293 + - 0.03499792293354193 + - - -0.0686927914142075 + - -0.013646598258458386 + - -0.9975445206925334 + - 0.575920884646937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970413700680074 + - -0.025245679706069453 + - -0.07260276874258387 + - 0.02573903982915207 + - - -0.02038178683628851 + - -0.9975467423874632 + - 0.06697073627727668 + - -0.03061181274399374 + - - -0.07411537720521064 + - -0.06529282049612345 + - -0.9951099227991803 + - 0.577017341144823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985356654774982 + - -0.018249062807537967 + - -0.16952650116516776 + - 0.06452288877298532 + - - -0.024155171106093293 + - -0.999168623988913 + - -0.03284187182450017 + - -0.03288256209813925 + - - -0.16878622751721317 + - 0.03645589860020017 + - -0.984978262124479 + - 0.5756896784711909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996704419572184 + - -0.018577140641480378 + - 0.01771714770064371 + - -0.03478715709103108 + - - -0.01803654586443668 + - -0.9993811561764064 + - -0.030199133974137787 + - 0.037286774042733284 + - - 0.018267197112305945 + - 0.029869625459561913 + - -0.9993868695277942 + - 0.5798634705885436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997112622714677 + - -0.03843911897606571 + - -0.06548932550730632 + - 0.04847915570059315 + - - -0.03752094003348927 + - -0.9991803331439292 + - 0.015193449818639767 + - 0.03498895228459957 + - - -0.06601966890299707 + - -0.012692359541554432 + - -0.9977375944241091 + - 0.5758915661703059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964314341374665 + - -0.024440499746884878 + - -0.08079021620762267 + - 0.02574594912697212 + - - -0.02072554662085105 + - -0.9987029897996963 + - 0.04650580482492418 + - -0.03064873900442972 + - - -0.08182205558416891 + - -0.044665424404896584 + - -0.9956455951204278 + - 0.5771289623056909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849602623599933 + - -0.014965628521954703 + - -0.17213166917995062 + - 0.06453878948382252 + - - -0.02271735303715109 + - -0.9988101950676493 + - -0.04315224327783692 + - -0.03288804744814593 + - - -0.17128106562816145 + - 0.04641362075799555 + - -0.9841283312482241 + - 0.5757498352568594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997828875733181 + - -0.01963894893906366 + - 0.00696343307046982 + - -0.03481622619650987 + - - -0.019429285799781742 + - -0.9993906686738346 + - -0.028996451868739778 + - 0.03729694132760418 + - - 0.007528649870226524 + - 0.02885486184743558 + - -0.9995552592922999 + - 0.5798066498975011 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997453776276856 + - -0.03875325887411262 + - -0.05986776359340396 + - 0.048467052642871815 + - - -0.03789266183806098 + - -0.9991624573378961 + - 0.015444417286635157 + - 0.03498602048231738 + - - -0.06041614328857852 + - -0.013136543424103956 + - -0.998086830319387 + - 0.5757617553564045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964273533343817 + - -0.021046592991868226 + - -0.08178979429289464 + - 0.025714412204836418 + - - -0.0168409434816553 + - -0.9985168081553949 + - 0.051774187138090635 + - -0.03058182505925795 + - - -0.08275815458120771 + - -0.05021179895798378 + - -0.9953039048932321 + - 0.5771265048881767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883783717901525 + - -0.022328620504935455 + - -0.15036497891395362 + - 0.06454830936614044 + - - -0.02437882700260121 + - -0.9996330885899571 + - -0.01180512558511981 + - -0.03289837421041473 + - - -0.15004621611831598 + - 0.015333652612792043 + - -0.9885600700645997 + - 0.5757261525968371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997788980116659 + - -0.01935676708297077 + - 0.008214052512284851 + - -0.03477822171108183 + - - -0.019176362197945416 + - -0.999584902164917 + - -0.021500941765572077 + - 0.037332167241113184 + - - 0.00862683159869044 + - 0.021338672218508135 + - -0.9997350843321039 + - 0.5798806824010548 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973447980714476 + - -0.03835413292807902 + - -0.06190568832634687 + - 0.04847535086259967 + - - -0.03735839286707026 + - -0.9991545281475835 + - 0.01716331449835914 + - 0.034990147588322806 + - - -0.06251163285511896 + - -0.014805045407400675 + - -0.9979344198835272 + - 0.5759816825001177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994876758564959 + - -0.03198110678093655 + - -0.0012627826599693993 + - -0.042837781436696185 + - - -0.03193238258680681 + - -0.999086398609577 + - 0.028402307224509565 + - -0.02372296809848402 + - - -0.002169966200147455 + - -0.028347432377765103 + - -0.9995957754634013 + - 0.579071083911437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966135596399921 + - -0.023537679749021614 + - -0.07878699368383356 + - 0.02573971292449822 + - - -0.01766561093625047 + - -0.9970708646307839 + - 0.07441516710099771 + - -0.030595775918176436 + - - -0.08030777628569329 + - -0.07277134419847472 + - -0.9941101511057985 + - 0.5769940298379311 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986653011971439 + - -0.01851795515314255 + - -0.16178046638773716 + - 0.06453606587566388 + - - -0.02386702556188843 + - -0.9992286953056143 + - -0.03118300127744247 + - -0.032880617729812704 + - - -0.16107823893535625 + - 0.03462802065938819 + - -0.9863339703805695 + - 0.5757806950968223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997250083394512 + - -0.02014378572311693 + - 0.012005648563293747 + - -0.034796052900007694 + - - -0.01967961425349574 + - -0.9990990036699393 + - -0.03760177719959902 + - 0.037279243133325035 + - - 0.012752273660715326 + - 0.03735517049185866 + - -0.9992206817085034 + - 0.5799279412381981 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996447294848562 + - -0.03811253442346045 + - -0.07510142015170901 + - 0.04842169813313055 + - - -0.03711726986687715 + - -0.9992041951900915 + - 0.014604266231172228 + - 0.034980479403558945 + - - -0.07559825967978626 + - -0.011764821900143062 + - -0.9970689505240073 + - 0.5757129678261772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994926064536571 + - -0.030473157313872932 + - -0.009269106094917622 + - -0.04286872946372693 + - - -0.030282985660189676 + - -0.9993410896262656 + - 0.020008182428546597 + - -0.023767046109128286 + - - -0.009872711075466199 + - -0.01971733419895313 + - -0.9997568485927506 + - 0.579163871358956 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9954721714870325 + - -0.023829324507294393 + - -0.09201803675594392 + - 0.02572106960621074 + - - -0.018597223600837903 + - -0.9981835356702364 + - 0.05730420919274745 + - -0.030622781402873743 + - - -0.09321640987096974 + - -0.05533346555559107 + - -0.994107091072373 + - 0.5770546121931559 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876082018111833 + - -0.01773439682977813 + - -0.15593438005893692 + - 0.06453304690327799 + - - -0.021445424028676597 + - -0.999524656297066 + - -0.02214848171913411 + - -0.032865128208608894 + - - -0.15546746766932076 + - 0.02521810110449462 + - -0.9875190701313938 + - 0.5757209459394109 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997849093606603 + - -0.019801160018314303 + - 0.006168393358513372 + - -0.03482332402644622 + - - -0.019589714182290014 + - -0.9992753147391087 + - -0.03263569290382027 + - 0.037312689866007075 + - - 0.0068101477922601844 + - 0.032507836208911074 + - -0.9994482790380217 + - 0.579946237707578 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972633699193485 + - -0.0371215689574993 + - -0.06393559364890844 + - 0.04845163623809417 + - - -0.03672973994798779 + - -0.9992986202309899 + - 0.007293408516821415 + - 0.035016977737478076 + - - -0.06416149328419585 + - -0.004925111427539175 + - -0.9979273751415825 + - 0.5758622171680059 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971712856083125 + - -0.022825511304879517 + - -0.07161300993490087 + - 0.025754961953694522 + - - -0.019652204066900436 + - -0.998806788668112 + - 0.04470782689649294 + - -0.03060362489521651 + - - -0.07254803948817841 + - -0.04317400773804411 + - -0.9964300211365861 + - 0.577228488710106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866027803782029 + - -0.0174052282984775 + - -0.16220977707239886 + - 0.06450989546889391 + - - -0.02299421399092498 + - -0.9992025740920221 + - -0.032641722546703854 + - -0.03287933801948212 + - - -0.1615122901606531 + - 0.035934300546334876 + - -0.9862162573043023 + - 0.5756662937501568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997791182330698 + - -0.019384725154119535 + - 0.008120786649388069 + - -0.03481329200527557 + - - -0.019090394737378523 + - -0.9992093019181988 + - -0.034875891227573126 + - 0.03732027221610696 + - - 0.008790425124913154 + - 0.03471315875638065 + - -0.9993586568571257 + - 0.5798264016578357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996432165304117 + - -0.0375158668543116 + - -0.07560092381392151 + - 0.0484610625306227 + - - -0.0371105816659964 + - -0.9992883067860313 + - 0.0067590420266409445 + - 0.0349660307784824 + - - -0.07580069047020753 + - -0.003929332624766057 + - -0.9971152469345576 + - 0.5757906900382683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995137844246915 + - -0.030437639609973838 + - 0.006763493180650797 + - -0.04283730365672039 + - - -0.03059057689206427 + - -0.9992487511795717 + - 0.023793904082261376 + - -0.023748549380469223 + - - 0.006034181837006705 + - -0.02398923427370083 + - -0.9996940058280425 + - 0.5791503509656301 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961606918591315 + - -0.020732883334838244 + - -0.08505306310392599 + - 0.025746688864764812 + - - -0.01691892277109706 + - -0.9988292176749913 + - 0.045320458636582135 + - -0.030609808433693608 + - - -0.0858931082625497 + - -0.04370745322469024 + - -0.9953451825801987 + - 0.5771043118459507 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845604331541314 + - -0.015378847264707292 + - -0.1743681293245927 + - 0.06450997038724815 + - - -0.022109018682887546 + - -0.9990809617446589 + - -0.036720881964439914 + - -0.032871935130666025 + - - -0.17364315350807472 + - 0.040009035681648264 + - -0.9839955956728643 + - 0.5756508651975806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996460450443638 + - -0.01937983486508138 + - 0.018226536362235313 + - -0.03481044281698134 + - - -0.018858176230406615 + - -0.9994195900508327 + - -0.028369917375428887 + - 0.03729612642399291 + - - 0.018765761813063622 + - 0.02801615646779392 + - -0.9994313088753761 + - 0.5798652049620253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965442067437473 + - -0.03761024995175202 + - -0.07406154943047163 + - 0.04846500160692448 + - - -0.037554738171349564 + - -0.9992922752701581 + - 0.0021424813354452422 + - 0.03498805668345886 + - - -0.07408971349895233 + - 0.0006462847345312623 + - -0.9972513708537512 + - 0.5759404854740356 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965529657840962 + - -0.02271979847486128 + - -0.07978719912482024 + - 0.025740503999738696 + - - -0.019962978657485725 + - -0.9991815339932039 + - 0.03518155212761598 + - -0.030617863361731473 + - - -0.0805212137889314 + - -0.03346748996039413 + - -0.996190875909686 + - 0.5772076736088865 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890641440373149 + - -0.019985476927199243 + - -0.14612562982490745 + - 0.06455526504114434 + - - -0.022964928383310997 + - -0.9995607832306038 + - -0.01873106221686761 + - -0.032903182573436995 + - - -0.14568709978609257 + - 0.021881986642331066 + - -0.9890886955255848 + - 0.5758517884868423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997712987706476 + - -0.0196547591805183 + - 0.008428558358837686 + - -0.03480986367304011 + - - -0.019425867761995088 + - -0.9994619268267997 + - -0.026429008406556518 + - 0.03732568852133094 + - - 0.008943478973306806 + - 0.026259231999740337 + - -0.999615159408178 + - 0.5798521931338141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978458638414902 + - -0.038725615153969294 + - -0.05295241963666025 + - 0.04847073293478454 + - - -0.037744124109333886 + - -0.9990988760341808 + - 0.019411774840457318 + - 0.03499007330524376 + - - -0.05365643586420457 + - -0.017371316535717007 + - -0.9984083454439707 + - 0.575878665806126 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961556947738635 + - -0.02133449448562339 + - -0.08496276310622446 + - 0.025731906072036733 + - - -0.017279779555359677 + - -0.9986893731545137 + - 0.04817618879449163 + - -0.030568746372753485 + - - -0.08587922326220519 + - -0.04652284700324382 + - -0.9952187617396453 + - 0.5771442025553406 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895936626841313 + - -0.0200784490706248 + - -0.1424824152600038 + - 0.06451994416680218 + - - -0.023667475501811888 + - -0.9994427227419113 + - -0.023539213275018164 + - -0.032878859839589776 + - - -0.1419303821553968 + - 0.026666455354133277 + - -0.9895173908426621 + - 0.575642029837843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999768464300876 + - -0.018417018869629875 + - 0.011127947044435418 + - -0.034799261732345266 + - - -0.01810754830570524 + - -0.9994633041239872 + - -0.02729872531673731 + - 0.03732110252104712 + - - 0.011624735860423374 + - 0.027090904848635463 + - -0.999565379747947 + - 0.5798844832088639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972935031882121 + - -0.03892442679456643 + - -0.06237433364211666 + - 0.04846307786793547 + - - -0.03766913404227972 + - -0.9990658553597972 + - 0.021176708778816226 + - 0.035002965964046666 + - - -0.06314035824326951 + - -0.01876980694925943 + - -0.9978281362579431 + - 0.5759471704726549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995383221164674 + - -0.03036751887081754 + - 0.0009779663734090414 + - -0.04284405868159414 + - - -0.030383260978353505 + - -0.9990294109807862 + - 0.03189190254132196 + - -0.023744614244309986 + - - 8.539217735981813e-06 + - -0.0319068925628062 + - -0.9994908454478549 + - 0.5792456161014731 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963061843185653 + - -0.025499852001857868 + - -0.0819984428904858 + - 0.025722670527288473 + - - -0.019634827355595293 + - -0.9972434980699814 + - 0.07155333054346819 + - -0.030612696809226504 + - - -0.08359701336349812 + - -0.06967900045946551 + - -0.9940605495902514 + - 0.5769989704530777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901212341131543 + - -0.02081250256306775 + - -0.13866067032618323 + - 0.06452690366539772 + - - -0.02274719199212588 + - -0.9996645640419457 + - -0.012382433335152612 + - -0.03289030455090019 + - - -0.1383564491258631 + - 0.015414251064791728 + - -0.9902625378400384 + - 0.5757019130777474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997207147389824 + - -0.019390178509499388 + - 0.013509755702749216 + - -0.03481775849120691 + - - -0.01901957725843169 + - -0.9994533771661163 + - -0.02704075724078816 + - 0.03731743766407912 + - - 0.014026696071732824 + - 0.026776255313513075 + - -0.9995430375670158 + - 0.5798573639453801 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971106684847392 + - -0.038945022321789945 + - -0.06521962917919681 + - 0.04845711109653451 + - - -0.0378186030206139 + - -0.9991148726005619 + - 0.018418051306570028 + - 0.03501366353965026 + - - -0.06587919291768739 + - -0.015898320185400574 + - -0.9977009448506079 + - 0.5758744917560644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995199111438162 + - -0.03088025285990283 + - -0.0025213509010070098 + - -0.042846601075455085 + - - -0.03080265937225893 + - -0.999173634165383 + - 0.026518766267272384 + - -0.023741422374797785 + - - -0.0033381735506313693 + - -0.02642837059014607 + - -0.9996451359484004 + - 0.5791905029083855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976289625067584 + - -0.023792657933206535 + - -0.06457834463782959 + - 0.02574312845181499 + - - -0.020280542792527202 + - -0.9983074456132908 + - 0.0545063630882453 + - -0.03058033867920694 + - - -0.06576589352946817 + - -0.05306744257584475 + - -0.9964229492473217 + - 0.5771095940599875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885169341954463 + - -0.017346075616116712 + - -0.15011124031715795 + - 0.06454885392242454 + - - -0.023513301085372012 + - -0.9989465357331628 + - -0.03940740309614898 + - -0.032903438012601094 + - - -0.14926953969549256 + - 0.04248449608308529 + - -0.9878834304267194 + - 0.5757848749261212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997202193265954 + - -0.020001320812453274 + - 0.012626568628945473 + - -0.03483822001462984 + - - -0.01958976249162011 + - -0.9992985112763587 + - -0.0319174962422629 + - 0.037279647299204785 + - - 0.013256103315305759 + - 0.031661214863145666 + - -0.9994107479901762 + - 0.5798855040151641 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996830783573023 + - -0.03739743461331163 + - -0.07021268265446115 + - 0.0484898732881477 + - - -0.03738771934331127 + - -0.9992997784713349 + - 0.0014529932715912192 + - 0.03498730332492219 + - - -0.07021785644334907 + - 0.001176703651979367 + - -0.9975309859874113 + - 0.5759539453372223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994119410631749 + - -0.029472626749035145 + - -0.01752530549945093 + - -0.0428365137976862 + - - -0.028684363830576574 + - -0.9986351928986216 + - 0.04364583343194105 + - -0.02372226741245865 + - - -0.018787744195941605 + - -0.043117464870347955 + - -0.9988933400975215 + - 0.5790702060627817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963954320887696 + - -0.025304230345456768 + - -0.08096813471519572 + - 0.025753930310460735 + - - -0.020533276916171208 + - -0.9980335537129736 + - 0.05922339235587164 + - -0.030599963215854585 + - - -0.08230751758932987 + - -0.057347376484698495 + - -0.9949556527597625 + - 0.5771445560586513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854513144714611 + - -0.017763741345950153 + - -0.1690270874737649 + - 0.06451931768643605 + - - -0.023282385945847566 + - -0.9992567193463937 + - -0.030723595911817163 + - -0.0328707093992905 + - - -0.16835568689871508 + - 0.03421196186245696 + - -0.9851324298562022 + - 0.5756325558009454 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997360171078276 + - -0.01985754091452456 + - 0.011557429048265679 + - -0.03479777895572952 + - - -0.019464210194165665 + - -0.999259038093172 + - -0.033204206218894625 + - 0.03730434812120322 + - - 0.012208219317126052 + - 0.03297048464820507 + - -0.9993817621525661 + - 0.5798352086407965 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970099495504693 + - -0.038608826819572284 + - -0.06693667895098299 + - 0.04845498477594416 + - - -0.03752300161633522 + - -0.9991441929309068 + - 0.017404197256622785 + - 0.03500669859497729 + - - -0.06755134970576973 + - -0.014840492716322052 + - -0.9976054204588435 + - 0.5757054251420815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974419762718473 + - -0.025871886752130476 + - -0.0666344463982136 + - 0.025722719193582034 + - - -0.02295336391570849 + - -0.9987590545632052 + - 0.044198348532117536 + - -0.030628287365088356 + - - -0.06769525135387648 + - -0.042555803410327254 + - -0.9967980520347329 + - 0.5771534354769248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847961128041454 + - -0.015212380752810246 + - -0.17304681354383988 + - 0.064512509512721 + - - -0.02325495501591784 + - -0.9987367141879752 + - -0.04454416684835538 + - -0.0328921820534186 + - - -0.17215058313305998 + - 0.04789111822496958 + - -0.9839057970771944 + - 0.5756921373786179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997693659942094 + - -0.020070714177737464 + - 0.007640762522953102 + - -0.03478090495728345 + - - -0.019774186714804468 + - -0.999116465364902 + - -0.03708463531589778 + - 0.03730486704622851 + - - 0.008378326760436525 + - 0.03692499247312923 + - -0.9992829171818935 + - 0.5798751910046978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976629991999781 + - -0.03795151919887411 + - -0.05681744642098845 + - 0.04846544384209604 + - - -0.0369792973014634 + - -0.9991527094724048 + - 0.01806639767753157 + - 0.034975002336986374 + - - -0.057454952775147124 + - -0.01592310724859397 + - -0.9982211093025212 + - 0.575814265681597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995176021887651 + - -0.03089855790978923 + - -0.0031372016060721777 + - -0.042838402306155036 + - - -0.030809134728563968 + - -0.999202766657016 + - 0.02538953174523052 + - -0.023711477233107275 + - - -0.003919200441280591 + - -0.025280629423736194 + - -0.9996727112629618 + - 0.57921000947076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972730989273607 + - -0.02441175602782442 + - -0.06964504521828149 + - 0.02574190890370248 + - - -0.021258473792030514 + - -0.9987306369724283 + - 0.045663903300983626 + - -0.03064331297279441 + - - -0.07067137643948962 + - -0.04405883498557366 + - -0.9965261540029254 + - 0.5772034240237385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9837751361571225 + - -0.016510617153933357 + - -0.1786445661088833 + - 0.06453508364527517 + - - -0.02410762841652756 + - -0.9988911471163273 + - -0.040438823731143346 + - -0.03288478332566328 + - - -0.17777880562982068 + - 0.04408940614052418 + - -0.9830823060837839 + - 0.5757595770788493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995713088775876 + - -0.01967036036555205 + - 0.02168583389762985 + - -0.034771646254946414 + - - -0.01875582093460933 + - -0.9989583641220693 + - -0.041598148175475115 + - 0.03730391046685135 + - - 0.022481495720150454 + - 0.04117357980124187 + - -0.9988990532964461 + - 0.5799173818835308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975607691826426 + - -0.03881994664948409 + - -0.05801313239143193 + - 0.04847680824364074 + - - -0.037753663798478714 + - -0.9990994272270894 + - 0.019364797553636907 + - 0.035002825658584716 + - - -0.0587126277518392 + - -0.017127354046469433 + - -0.9981279883290725 + - 0.5759339253851774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995388815336024 + - -0.03036123350664696 + - 0.0004688310036439806 + - -0.04287157007736389 + - - -0.030364141836522283 + - -0.99929064698522 + - 0.02227603506895668 + - -0.023721831866784508 + - - -0.000207829465372727 + - -0.022279998828920268 + - -0.9997517484151243 + - 0.5790980989416097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967353751503713 + - -0.026337505800891572 + - -0.07632121403670675 + - 0.02571642082284913 + - - -0.02171765249322928 + - -0.9979172117456798 + - 0.06074193009701698 + - -0.03066728121679783 + - - -0.07776204404484319 + - -0.05888611287829727 + - -0.9952313752168648 + - 0.5770286429389944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869318782949963 + - -0.01883732842210357 + - -0.16003319237904512 + - 0.06453373713931854 + - - -0.022279419912610277 + - -0.9995568528931562 + - -0.019741461006913187 + - -0.032887623925478865 + - - -0.15959039774832395 + - 0.023048923884808552 + - -0.9869142070384258 + - 0.5757722912396619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999824287733847 + - -0.01855993606290304 + - 0.0026310512816349672 + - -0.03482561214651218 + - - -0.018493591355607675 + - -0.9995568639114993 + - -0.023325155651806356 + - 0.037300537634072026 + - - 0.003062798765416165 + - 0.0232723995486102 + - -0.9997244693829261 + - 0.5799395720117491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968531471178121 + - -0.03805196705847074 + - -0.06954028245768534 + - 0.04845221370038939 + - - -0.03738225959758613 + - -0.9992415133914248 + - 0.0109070886397345 + - 0.034978554009271044 + - - -0.06990257326230762 + - -0.008273192745089614 + - -0.9975195158657857 + - 0.5758114659207855 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995322563562553 + - -0.030492241332318006 + - 0.0023434423195130894 + - -0.04284110830051364 + - - -0.030543417851446753 + - -0.9991867547096105 + - 0.02632354153280157 + - -0.0237237674031395 + - - 0.0015388727449439639 + - -0.026382805601544403 + - -0.9996507287244213 + - 0.5791207442529643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962802490251708 + - -0.023293896447008633 + - -0.08296420788906463 + - 0.025736726956335255 + - - -0.01820450445343099 + - -0.9979360494638273 + - 0.06158114320255736 + - -0.030605996521263626 + - - -0.08422743864055766 + - -0.05984175439310669 + - -0.9946480297126242 + - 0.5770653759711244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864183552149809 + - -0.01959219237902061 + - -0.16307965689427747 + - 0.0645307034021593 + - - -0.024419268171412396 + - -0.9993194240646817 + - -0.027647568229517413 + - -0.03287732735132317 + - - -0.16242699232869043 + - 0.03125435465365781 + - -0.9862254496200346 + - 0.575729854956191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997955650626317 + - -0.019568671667480695 + - 0.005088729729849685 + - -0.034791311969612035 + - - -0.019420467122675016 + - -0.999427534580444 + - -0.027702862292405806 + - 0.037325316393958016 + - - 0.005627924824499401 + - 0.027598373351073412 + - -0.9996032494197605 + - 0.5797974615508396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968697514755532 + - -0.03787697860144631 + - -0.06939764466532275 + - 0.04846131100100504 + - - -0.036915799938579845 + - -0.9992045728707535 + - 0.015081288707229721 + - 0.034993499875412476 + - - -0.06991367754569608 + - -0.012472210958833451 + - -0.9974750731952332 + - 0.5758219672117625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968012930628499 + - -0.023776971464888462 + - -0.07630096838303126 + - 0.02574529483152877 + - - -0.020120706200172665 + - -0.9986284968938225 + - 0.048335104981698206 + - -0.030624280441522746 + - - -0.07734558377979177 + - -0.04664526577846174 + - -0.9959125864503473 + - 0.5772404232866785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845905546178529 + - -0.021396768472578605 + - -0.17356156848864746 + - 0.06449603130715705 + - - -0.023095480780244503 + - -0.9997030417815586 + - -0.0077734818600845475 + - -0.0328497101774228 + - - -0.1733437005628931 + - 0.011662184685151112 + - -0.9847923410158772 + - 0.5755376819628637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996596435624945 + - -0.01888705876142283 + - 0.017996556444192638 + - -0.03478732105824977 + - - -0.018312794640539577 + - -0.9993341698100543 + - -0.03155722742105463 + - 0.03727909519908573 + - - 0.018580597002246062 + - 0.031216919473152666 + - -0.999339914820602 + - 0.579837635784828 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966190716373048 + - -0.0377097040087133 + - -0.07299591955973919 + - 0.04846277533858859 + - - -0.03734348122074015 + - -0.9992821490419833 + - 0.006375814955849098 + - 0.034998877945922255 + - - -0.07318394946375134 + - -0.0036283370309597913 + - -0.9973118593054413 + - 0.5759982373345445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9959825375708513 + - -0.027671917268826975 + - -0.08516483927416767 + - 0.025725460790841627 + - - -0.02265712398912022 + - -0.9979832334446175 + - 0.059296884369818836 + - -0.030655490158551412 + - - -0.08663394015320582 + - -0.057129071041749205 + - -0.99460083935991 + - 0.5770483558219823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986126470455874 + - -0.01872112084422612 + - -0.16493666633158377 + - 0.06452435439666705 + - - -0.022024507734585815 + - -0.9995913559979938 + - -0.018222021653516312 + - -0.03288316221694774 + - - -0.16452812928277488 + - 0.02160186678108932 + - -0.9861358192593364 + - 0.57571544998239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997204877834198 + - -0.018270468605668253 + - 0.015004542079327672 + - -0.03478806496540031 + - - -0.017893442960488493 + - -0.9995300817152051 + - -0.0248885605332022 + - 0.03728936719822914 + - - 0.01545221683451177 + - 0.02461312095863538 + - -0.9995776224343833 + - 0.579834014161652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972137848041166 + - -0.0378477841324757 + - -0.06428228864089 + - 0.04846826123564517 + - - -0.03735685486396561 + - -0.9992630441456256 + - 0.008822357932511822 + - 0.03496878219331581 + - - -0.06456882213051268 + - -0.006396392817695461 + - -0.9978927564461019 + - 0.5758658340232892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995512498945833 + - -0.029810556228353196 + - -0.00293761323740621 + - -0.04285611063879746 + - - -0.02971560917816236 + - -0.9991574084529001 + - 0.028309993021113714 + - -0.023748465994819393 + - - -0.0037790746681039193 + - -0.028209995941881782 + - -0.9995948752987943 + - 0.5791443068875677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964432113472755 + - -0.022322222700223396 + - -0.08125666085712768 + - 0.02574732617039061 + - - -0.0184052760913664 + - -0.9986468537931871 + - 0.048638536377758355 + - -0.03063021122065942 + - - -0.08223242895554778 + - -0.046969988106146866 + - -0.9955057246673071 + - 0.577116945481615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835625620510438 + - -0.015259441294126867 + - -0.17992174961070642 + - 0.06453889279357462 + - - -0.024017279957627168 + - -0.9986249412678422 + - -0.04659825040960215 + - -0.032881587264887824 + - - -0.17896328337126474 + - 0.05015352559083082 + - -0.98257659603503 + - 0.5757254428626445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997716110340235 + - -0.018614423720676097 + - 0.010498999951449815 + - -0.03479066536852044 + - - -0.018456870446625234 + - -0.9997184946664897 + - -0.01490890187385223 + - 0.03732539966228532 + - - 0.010773565043656825 + - 0.014711718163246382 + - -0.9998337340002762 + - 0.5798217451810446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965078321638258 + - -0.03812520187097647 + - -0.07428734359532367 + - 0.04847383284224846 + - - -0.03792016484433339 + - -0.9992720750850561 + - 0.0041690590528156955 + - 0.034991516136703094 + - - -0.07439221420505622 + - -0.001337511683902035 + - -0.997228163224528 + - 0.575905297368017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995119936229914 + - -0.03016296162828434 + - 0.008122213343905092 + - -0.04284159272149152 + - - -0.03047082345758034 + - -0.9986982147854765 + - 0.040907269551009484 + - -0.023729169505349132 + - - 0.006877755564879808 + - -0.04113479707148951 + - -0.9991299339666873 + - 0.5791097023041575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964148128500728 + - -0.02299131141194886 + - -0.08141818183006272 + - 0.025740161095320038 + - - -0.018623001919805256 + - -0.9983666335245119 + - 0.05401156232167344 + - -0.03059212388467359 + - - -0.08252699275054978 + - -0.05230166980596197 + - -0.9952154695356474 + - 0.5770280359137798 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870913237292741 + - -0.021412778281399064 + - -0.15872054543965372 + - 0.06454379783809742 + - - -0.022905435275016497 + - -0.9997088947031233 + - -0.0075806916783070335 + - -0.03286972951450449 + - - -0.15851201737802587 + - 0.011118398163906884 + - -0.9872944452234182 + - 0.5758000007747843 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997804842670468 + - -0.019260375822121107 + - 0.008247496707490271 + - -0.034794499720639326 + - - -0.018977941274840617 + - -0.999273398939627 + - -0.033053168026884 + - 0.03732882069790891 + - - 0.00887812050594669 + - 0.03288939182829896 + - -0.9994195649883217 + - 0.5798309309892393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975349023047095 + - -0.038914077273223956 + - -0.05839360644717001 + - 0.04847525572967892 + - - -0.03745747488145831 + - -0.9989641943568627 + - 0.025835556282949163 + - 0.03499737695523333 + - - -0.0593384888536803 + - -0.02358459206596689 + - -0.9979592730956729 + - 0.5759145301706562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994884647411001 + - -0.03144124499987789 + - -0.005852944757667429 + - -0.04284192347840647 + - - -0.0313672943617492 + - -0.9994319365788231 + - 0.012324649720265538 + - -0.023739182049222828 + - - -0.0062371222452369725 + - -0.012134754186283223 + - -0.9999069186914035 + - 0.579379721573531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972200256153426 + - -0.023741464679970337 + - -0.070629762611701 + - 0.02572765027906564 + - - -0.020207145105672727 + - -0.998527667350535 + - 0.05034052862433047 + - -0.030556884317220014 + - - -0.07172092998848943 + - -0.04877335738237086 + - -0.9962315332347381 + - 0.5771473210651963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858056341166432 + - -0.019232123149571376 + - -0.16678542257356543 + - 0.0645101759621914 + - - -0.02376690503301344 + - -0.9993989604438652 + - -0.02523592853202344 + - -0.032877348745347194 + - - -0.16619983745189038 + - 0.0288416938282306 + - -0.9856702139803576 + - 0.5755988027855964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999702502099545 + - -0.019234672302281607 + - 0.014997822419706801 + - -0.034779636751121654 + - - -0.01873162250501557 + - -0.9992801385090834 + - -0.03298986358862743 + - 0.03727274792998785 + - - 0.015621575280323471 + - 0.03269911562551031 + - -0.9993431513864846 + - 0.5798616347470256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971583288407083 + - -0.038817028974310976 + - -0.06456396429288802 + - 0.04845822463501838 + - - -0.03786319539262283 + - -0.9991559112017406 + - 0.01593246827330209 + - 0.03499746837706583 + - - -0.06512791765645423 + - -0.013442595442369577 + - -0.9977863754178582 + - 0.5759315609776822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995071747864891 + - -0.031150943143044677 + - 0.003876376094948084 + - -0.04281725841108132 + - - -0.031238408198942986 + - -0.9991984163992632 + - 0.02503370764394333 + - -0.02372180816271585 + - - 0.003093445251964001 + - -0.02514246222041535 + - -0.9996790921040459 + - 0.5791050645836023 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996644751349389 + - -0.02003404790454711 + - -0.07935916161523411 + - 0.0257648385230559 + - - -0.016856682604050384 + - -0.999037038596378 + - 0.040507379132269664 + - -0.030649489476271875 + - - -0.08009426857959838 + - -0.03903373460402479 + - -0.9960227285075185 + - 0.5771659012198456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9829461614774819 + - -0.016474688676744825 + - -0.1831541107092286 + - 0.0644947020178783 + - - -0.022719276348116487 + - -0.9992280591597841 + - -0.03204871713483236 + - -0.03287900672594003 + - - -0.18248473393383335 + - 0.03566329234345755 + - -0.9825616781965002 + - 0.5754912721452226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997996727740973 + - -0.019685388807609044 + - 0.0036193629689880847 + - -0.034806026497975796 + - - -0.019569742739985938 + - -0.9993699798667166 + - -0.02960858845485999 + - 0.03731854967837943 + - - 0.004199939273226365 + - 0.029531827046286204 + - -0.9995550168457009 + - 0.5797025226493566 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.998225156450784 + - -0.0373854372411489 + - -0.04635586382644253 + - 0.04849114086835583 + - - -0.03647440077741722 + - -0.9991274503737714 + - 0.0203459086190907 + - 0.035016287507029877 + - - -0.04707605672458041 + - -0.01861899545883613 + - -0.9987177668848036 + - 0.5759941802457549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964304428170113 + - -0.02655418957525032 + - -0.08013268773413468 + - 0.025712680841186324 + - - -0.022848986201899957 + - -0.9986426226300308 + - 0.046806368115446764 + - -0.030581494291374963 + - - -0.0812668226094761 + - -0.04480833943157225 + - -0.9956846469943907 + - 0.5771068788868963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864192798882337 + - -0.020034268659260963 + - -0.1630203433442187 + - 0.06452534363444634 + - - -0.021841049860531796 + - -0.9997182155316147 + - -0.009298283458468842 + - -0.03286893994556982 + - - -0.1627881224345565 + - 0.012732541520561603 + - -0.9865788917165516 + - 0.5757240989763874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997215235772106 + - -0.01943616314492005 + - 0.013383230501822777 + - -0.03478498368746327 + - - -0.019026575497352507 + - -0.9993663830362911 + - -0.030080257342732994 + - 0.03734586712796209 + - - 0.01395939544910213 + - 0.0298172436547302 + - -0.9994578866863428 + - 0.5798118076228714 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997638964727628 + - -0.03848521249905536 + - -0.05688044018895374 + - 0.04849717779049521 + - - -0.0375488520099591 + - -0.9991425906753896 + - 0.017440390225130636 + - 0.03501019601923612 + - - -0.05750286749302839 + - -0.015263417617728816 + - -0.9982286553253746 + - 0.5761415839796302 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999445826978629 + - -0.0324114764866897 + - -0.007585191293366123 + - -0.04280997706335364 + - - -0.032228224030926664 + - -0.9992124327567551 + - 0.023148559353423238 + - -0.023698690204684108 + - - -0.008329496432353941 + - -0.022891273802025932 + - -0.999703260509289 + - 0.5791618032632677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970290913562787 + - -0.02538273575995535 + - -0.07272350180384221 + - 0.025736447081215547 + - - -0.02266453105904997 + - -0.9990221307456004 + - 0.03796184021348282 + - -0.030613926227766243 + - - -0.07361596308645643 + - -0.03620081498890496 + - -0.9966294150650947 + - 0.577188304163434 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877443932347858 + - -0.01927951800112657 + - -0.154884840507033 + - 0.06452083362973793 + - - -0.023174976722863585 + - -0.9994578985539511 + - -0.023384385217814035 + - -0.032847785278115854 + - - -0.15435003753527093 + - 0.026687247961613144 + - -0.9876557379517907 + - 0.5755889505584897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999681398879291 + - -0.019277337076504312 + - 0.016293710749327325 + - -0.03477013462212793 + - - -0.018687161778355738 + - -0.9991903699107888 + - -0.0356285652561364 + - 0.037321903465424036 + - - 0.01696734273283454 + - 0.03531273074657413 + - -0.9992322654557381 + - 0.5799413313552344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975879264547951 + - -0.03847905078624681 + - -0.057772758651562416 + - 0.0484499797421076 + - - -0.037187439562569986 + - -0.9990373787967144 + - 0.02326822094125658 + - 0.035003220221002995 + - - -0.05861248442441632 + - -0.021063675310362275 + - -0.9980585645401867 + - 0.5758911399108274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971254935671312 + - -0.02531417906457737 + - -0.07141388112119094 + - 0.02573721496976787 + - - -0.02205500640562319 + - -0.9986950380151588 + - 0.04606297576524299 + - -0.030590550943799096 + - - -0.07248673513790645 + - -0.04435553383951044 + - -0.9963825870853323 + - 0.5771733658958212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986819723207609 + - -0.020215134912780614 + - -0.16055585386063048 + - 0.06452972651707613 + - - -0.021811893301546013 + - -0.9997285556371561 + - -0.00818879443188905 + - -0.032861066007697406 + - - -0.16034673429496477 + - 0.011582891008027446 + - -0.986992786922395 + - 0.5757019317958989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997426735624414 + - -0.019841770382284036 + - 0.01099503553057208 + - -0.03482377429375099 + - - -0.019466701223592325 + - -0.9992581508177705 + - -0.0332294382697193 + - 0.03731761729453358 + - - 0.011646209756535193 + - 0.03300685038513085 + - -0.9993872690933981 + - 0.5798723817719205 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973956354563565 + - -0.03811673579120567 + - -0.06122957475954295 + - 0.04846959405038948 + - - -0.037279760351971045 + - -0.9991959375088425 + - 0.01475459026628207 + - 0.03503107085233621 + - - -0.06174273917401661 + - -0.012433540061047722 + - -0.9980146498127372 + - 0.5759846556688911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964941478004368 + - -0.02578388648002773 + - -0.07959022928391568 + - 0.0257332305901782 + - - -0.021530607339036337 + - -0.9983172675921966 + - 0.053842977024515834 + - -0.030589374486474846 + - - -0.080844581433102 + - -0.05194058553034754 + - -0.9953724575392223 + - 0.5771851548885395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869388569280421 + - -0.018986144001081045 + - -0.1599725570888328 + - 0.06454430029567472 + - - -0.0229601491358255 + - -0.9994710864037937 + - -0.023029958629615706 + - -0.03285084207158332 + - - -0.15945069531748773 + - 0.026402154813411984 + - -0.9868527762457676 + - 0.5757277634862823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997719457476242 + - -0.01895300601531176 + - 0.009840734677508033 + - -0.03480044743558844 + - - -0.018659538485267142 + - -0.999402243591924 + - -0.029102871455337062 + - 0.03733072149707007 + - - 0.010386439213050224 + - 0.02891261085430706 + - -0.9995279800055931 + - 0.579986090256357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977526112710194 + - -0.037551769794604756 + - -0.05549406533274498 + - 0.048479466837281125 + - - -0.03675773139673946 + - -0.9992076718985844 + - 0.01526098298196502 + - 0.03497875121454815 + - - -0.05602317274509819 + - -0.013186849673204036 + - -0.998342381706431 + - 0.5758736230564218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965245574975751 + - -0.02355758059319312 + - -0.079898978096452 + - 0.02574184860932056 + - - -0.020682690845267943 + - -0.9991151972011114 + - 0.03662033616972337 + - -0.030656431443513592 + - - -0.08069096977767198 + - -0.034840538434124275 + - -0.9961300639364116 + - 0.5771344883549228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868907078859155 + - -0.019261527929392726 + - -0.16023646348525633 + - 0.06453243330874016 + - - -0.023463557635926762 + - -0.9994275419410412 + - -0.02437313834437819 + - -0.03287627389962464 + - - -0.15967527094544792 + - 0.02781334125044813 + - -0.986777698317602 + - 0.5757340452824191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997923472958141 + - -0.019080527240694558 + - 0.007155121867809591 + - -0.0347978531625433 + - - -0.018994305241240354 + - -0.9997484056449102 + - -0.011930707391558704 + - 0.03733578388733463 + - - 0.007380965866923062 + - 0.011792323379110549 + - -0.9999032265435461 + - 0.5798121197335417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966647885764324 + - -0.03791824192829873 + - -0.07225998990425088 + - 0.048446905448732626 + - - -0.0376174235857863 + - -0.99927696895997 + - 0.005519850445757109 + - 0.034989942995889645 + - - -0.07241704671320807 + - -0.0027832059289611888 + - -0.9973705555660318 + - 0.5758542201518472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994958344343826 + - -0.030157924203417286 + - -0.00992857271001959 + - -0.042854750839594835 + - - -0.029796828912343497 + - -0.9989533694165894 + - 0.03470323786064309 + - -0.023750685577159425 + - - -0.010964758779186097 + - -0.034389901700714105 + - -0.9993483420339127 + - 0.5791988302843988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963141660248761 + - -0.022106713261636254 + - -0.08288169765951597 + - 0.02571324788475425 + - - -0.017838564734142415 + - -0.9984935567652984 + - 0.05188836773700102 + - -0.030593409278407833 + - - -0.0839039223539724 + - -0.05021862529930736 + - -0.9952076273254075 + - 0.5771026153032063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852945011885399 + - -0.01459837042789805 + - -0.170239929242455 + - 0.0645398253742717 + - - -0.02338472762155941 + - -0.9984893394704731 + - -0.04972115724602951 + - -0.032890354085250165 + - - -0.1692569066292176 + - 0.052970997202891966 + - -0.9841474345918096 + - 0.5757335270075251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997395043443429 + - -0.01856280241962476 + - 0.013279526334085662 + - -0.03477755322962198 + - - -0.018130145814529982 + - -0.9993237076476833 + - -0.031991016645789634 + - 0.03730788282078146 + - - 0.013864388413182254 + - 0.031741923376148486 + - -0.9993999344778399 + - 0.5799589262638993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997014963040131 + - -0.0378718652367409 + - -0.06728213208256931 + - 0.04846554564916403 + - - -0.037115797440270236 + - -0.9992333833257817 + - 0.012452438624008702 + - 0.034999277232487 + - - -0.06770214955567508 + - -0.009918037648749389 + - -0.9976562792238314 + - 0.5760305592258316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995920923213164 + - -0.027923312106260235 + - -0.005994798554519766 + - -0.04283497849269713 + - - -0.027735795437180577 + - -0.9991838599482932 + - 0.029365620550158057 + - -0.023773102879231935 + - - -0.0068098913471335825 + - -0.029187371581651075 + - -0.9995507604519114 + - 0.5790557396542303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968615437828116 + - -0.020679945751747558 + - -0.07641598242942681 + - 0.025719637353608164 + - - -0.016973710481832126 + - -0.9986625762163315 + - 0.04883597052827326 + - -0.030550340301290363 + - - -0.07732370709833196 + - -0.047385638211004506 + - -0.995879332857102 + - 0.5771520682403757 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873603496967056 + - -0.02072606158218597 + - -0.15713042422806164 + - 0.0645365136819543 + - - -0.02348247533941776 + - -0.9996008692600308 + - -0.01570590737666339 + - -0.03287003856168631 + - - -0.15674218704207502 + - 0.01919720151173414 + - -0.9874529630597019 + - 0.5756934944198162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997659382445419 + - -0.019122007023782243 + - 0.010120156786994546 + - -0.034805104736431634 + - - -0.01873466066124805 + - -0.9991367820136959 + - -0.03707699174992246 + - 0.037291476902474675 + - - 0.010820407382294532 + - 0.0368787157409034 + - -0.9992611666173076 + - 0.5799550426591613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977464307581679 + - -0.037938632629055384 + - -0.055341847309012523 + - 0.04847657055526113 + - - -0.03727608710358784 + - -0.9992210172736239 + - 0.012955769715026079 + - 0.035007511646012235 + - - -0.055790261153558104 + - -0.010863645470127827 + - -0.9983834072977755 + - 0.5760000531007012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961974472406424 + - -0.02596096628562464 + - -0.08316654580264937 + - 0.025741925249039312 + - - -0.020330950257569664 + - -0.9974889447608735 + - 0.06784141464816267 + - -0.03058000727997151 + - - -0.08471893869054159 + - -0.065892589183886 + - -0.9942237515357358 + - 0.5769900977762701 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850038441193114 + - -0.019636564702863846 + - -0.1714112960013125 + - 0.06451345316003299 + - - -0.022528930234419937 + - -0.9996344843629319 + - -0.014944730675002646 + - -0.03286868139931137 + - - -0.1710551793213873 + - 0.01858233029321047 + - -0.9850862006079482 + - 0.5755728714591437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998013315510826 + - -0.01983594315194127 + - -0.001957750738753862 + - -0.034787599090596 + - - -0.019884090556169746 + - -0.9993881255494964 + - -0.028774944889934533 + - 0.03731046230698463 + - - -0.0013857746700593795 + - 0.028808156309241356 + - -0.9995839983506274 + - 0.5797935615099092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961155543758263 + - -0.03836401320012065 + - -0.0792590992992043 + - 0.04845567644962659 + - - -0.037311190747310104 + - -0.9991952395913986 + - 0.014722371510911767 + - 0.03499601477107597 + - - -0.07976012396904861 + - -0.011707931886906142 + - -0.9967453270296146 + - 0.5757991413931123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965183830149728 + - -0.021880547838303024 + - -0.08045094119722661 + - 0.025724032611076128 + - - -0.017855367485328608 + - -0.9985686738711764 + - 0.050416162241133905 + - -0.030535183744496985 + - - -0.08143892291274334 + - -0.04880415135473824 + - -0.9954827254379437 + - 0.5770982076676181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863345469130205 + - -0.013727012817316104 + - -0.16418200475387001 + - 0.06455046300867466 + - - -0.023961812380578085 + - -0.997879270305456 + - -0.06052101653217895 + - -0.03289129056354531 + - - -0.16300304633142454 + - 0.06362806781416157 + - -0.9845717220563017 + - 0.5759544083766248 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997871004831572 + - -0.020402210860678605 + - -0.003082774639456989 + - -0.03482382854890362 + - - -0.020537694117149456 + - -0.9983643995152757 + - -0.05335474581379168 + - 0.03739198469911939 + - - -0.001989177677251509 + - 0.053406699696763926 + - -0.9985708625829561 + - 0.5801499375359844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996935855362492 + - -0.03930889430975566 + - -0.06762921795201447 + - 0.04847485062004065 + - - -0.0376008072613441 + - -0.9989454432567051 + - 0.026347308970005243 + - 0.03517850718137336 + - - -0.0685935826878278 + - -0.023723663815062905 + - -0.9973625760921846 + - 0.5757895287313688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995007090852671 + - -0.03159053154352792 + - -0.000608978526368279 + - -0.04281706914869916 + - - -0.03156535944467455 + - -0.9991874190856553 + - 0.025062514320700974 + - -0.023585923869793586 + - - -0.001400221831248731 + - -0.025030778208921384 + - -0.9996857003684102 + - 0.5789890891785654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9956508076329595 + - -0.028525003446831093 + - -0.08868930847736851 + - 0.025789537429517603 + - - -0.022184970270694902 + - -0.9971818347635291 + - 0.07166739503937379 + - -0.030419796482448365 + - - -0.09048368004189451 + - -0.06938813008000395 + - -0.9934777254926634 + - 0.5770250924511058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9816974454937897 + - -0.015529751975777958 + - -0.18981294032425386 + - 0.06452220272390487 + - - -0.024242328412458554 + - -0.9987520419228603 + - -0.04366541272059532 + - -0.03275962756223564 + - - -0.1888979487027597 + - 0.047467731760515414 + - -0.980848805584939 + - 0.5756270829984719 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997493463385242 + - -0.02115673700784142 + - 0.007323726843255292 + - -0.034828373251088895 + - - -0.020894382671228052 + - -0.999196049955462 + - -0.034215179762641 + - 0.0372228812458854 + - - 0.008041720492647687 + - 0.03405357885131292 + - -0.9993876547661248 + - 0.5800728691846668 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967070714998885 + - -0.03776195379603303 + - -0.07175687052556406 + - 0.04844308661885155 + - - -0.03611302840760139 + - -0.9990561129828902 + - 0.024139848606615104 + - 0.034911103306957174 + - - -0.0726007079948128 + - -0.021468999907419732 + - -0.9971299911454009 + - 0.5759626430165878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968131703482273 + - -0.025499250490287596 + - -0.075586319163919 + - 0.02569540845090847 + - - -0.021631881337073992 + - -0.9984361379998327 + - 0.05154939423307284 + - -0.03071592172534412 + - - -0.07678258350781778 + - -0.049750040808139856 + - -0.9958058888706435 + - 0.5771246984063382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878332776594505 + - -0.01834618501379441 + - -0.15443067390912524 + - 0.06453881602896618 + - - -0.02373732491420047 + - -0.999168848059211 + - -0.03313838369545228 + - -0.03299264179412868 + - - -0.15369435563645345 + - 0.03640096926551497 + - -0.9874477274681565 + - 0.5756937839173144 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997930970700615 + - -0.02033523045458091 + - 0.0004913790936425886 + - -0.03481372924574247 + - - -0.020289628524391146 + - -0.9986874520440611 + - -0.04702875826645457 + - 0.03734609197199758 + - - 0.001447074772358767 + - 0.047009057979303215 + - -0.9988934149560217 + - 0.5801392186195105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967345507615812 + - -0.03936739902655204 + - -0.07050137028450627 + - 0.04845208951562397 + - - -0.03808490060990118 + - -0.9990853103453905 + - 0.019444356445728676 + - 0.03501037867624854 + - - -0.07120235714948477 + - -0.016695824206634163 + - -0.9973221514588044 + - 0.5758613087496773 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995538514537856 + - -0.02923771736417657 + - 0.006103599531091798 + - -0.042829845408810116 + - - -0.029443328746879886 + - -0.9988862282307842 + - 0.036869953121491834 + - -0.023651878372828644 + - - 0.0050188082456468506 + - -0.037033213933040925 + - -0.9993014323163874 + - 0.5791096809544393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9957744419758401 + - -0.022221186595677327 + - -0.08910375735054248 + - 0.025725136690449128 + - - -0.01904371501527941 + - -0.9991575300862714 + - 0.03635336284746037 + - -0.0305003127401497 + - - -0.08983650497498823 + - -0.034502883041600756 + - -0.9953587059124449 + - 0.5772325327453866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9832430344636102 + - -0.017394986391790684 + - -0.18146776470552944 + - 0.0645236640936328 + - - -0.0245398206801321 + - -0.9990064227288127 + - -0.0372016739887745 + - -0.032809702900005844 + - - -0.18064033984627836 + - 0.041031473224946685 + - -0.9826929763793016 + - 0.5755964925463105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995836234132904 + - -0.01994475470383168 + - 0.02085153624462855 + - -0.03480486033199913 + - - -0.019148596187252048 + - -0.999105287995659 + - -0.037708815456979135 + - 0.03727958142771944 + - - 0.02158497319930304 + - 0.037293836741678056 + - -0.9990711979999574 + - 0.5798795235198446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996383080484922 + - -0.0376526333254509 + - -0.0761776616012637 + - 0.04846283472252191 + - - -0.03617960774846197 + - -0.9991324317732259 + - 0.020625706341563528 + - 0.03492227896611778 + - - -0.07688818444042579 + - -0.017795026905855667 + - -0.9968809076870093 + - 0.5758850597852339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972572369872944 + - -0.027303350133210842 + - -0.0687933888391227 + - 0.02571810002798313 + - - -0.02251922767697078 + - -0.9973358373954089 + - 0.06938380093099453 + - -0.030732929809974364 + - - -0.07050452227552634 + - -0.06764432362218148 + - -0.9952152319073487 + - 0.5769780366400541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870731142139557 + - -0.02036268924707054 + - -0.15897178391963307 + - 0.0645154315844618 + - - -0.022173803766140983 + - -0.9997077786287544 + - -0.009627033587866733 + - -0.03295466001528658 + - - -0.1587292966736259 + - 0.013027595165205278 + - -0.9872361886305158 + - 0.5756097909719148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997647236973055 + - -0.01950992761266373 + - 0.00947945014222878 + - -0.03481631136031302 + - - -0.019197926950632285 + - -0.9993047885988755 + - -0.03195902195241894 + - 0.03729875098936125 + - - 0.010096378125276735 + - 0.03176951696053357 + - -0.9994442260280691 + - 0.5801284655990426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971899632577506 + - -0.037650539443932374 + - -0.06476584020598368 + - 0.048446491949369466 + - - -0.03715814821894391 + - -0.9992707301915061 + - 0.008790893212485234 + - 0.03494088630977657 + - - -0.0650495903057438 + - -0.00635961178966258 + - -0.9978617670493944 + - 0.5757977815060745 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965409877506514 + - -0.02500044157258858 + - -0.0792529977611675 + - 0.025732673493544272 + - - -0.02212077648666251 + - -0.9990701356761897 + - 0.037007232368663136 + - -0.030690319067082448 + - - -0.0801045003765903 + - -0.03512608604921268 + - -0.9961673690190226 + - 0.5771721707175688 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9849034926118411 + - -0.019791239665272638 + - -0.17196923292702312 + - 0.0645056207491759 + - - -0.021545669021232727 + - -0.9997330677573072 + - -0.008341305592707217 + - -0.032897735891237 + - - -0.1717582440158972 + - 0.01192057318568094 + - -0.9850670056130701 + - 0.5756666470541416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998190506327447 + - -0.01890696193803847 + - -0.002095896493300304 + - -0.03481857080391654 + - - -0.018967732962241506 + - -0.9992320891414084 + - -0.03428494037284078 + - 0.03728537403937217 + - - -0.0014460629689473958 + - 0.03431849093957535 + - -0.999409900932305 + - 0.5799894397310565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967910625047599 + - -0.03812706496946663 + - -0.07038397990626678 + - 0.048448951706554375 + - - -0.03717058998653045 + - -0.999198592160027 + - 0.014849938231318728 + - 0.03497934249028394 + - - -0.07089375819269943 + - -0.01218607164901021 + - -0.9974094318318235 + - 0.5760327284238315 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999538633367705 + - -0.03036248743201296 + - -0.0007998514621082232 + - -0.042838293753234 + - - -0.030314351056782388 + - -0.9988979267890314 + - 0.03583255470350754 + - -0.02373624330145961 + - - -0.001886935459081245 + - -0.03579177578040183 + - -0.9993574877195135 + - 0.5791939248864726 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968635543236798 + - -0.02227703885564905 + - -0.07593936792589186 + - 0.02573964599265247 + - - -0.01678269273474154 + - -0.9972462801168047 + - 0.07223709585639751 + - -0.03062210432741416 + - - -0.07733948076972928 + - -0.07073606105105804 + - -0.9944923400314601 + - 0.5769318210228254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848755102117219 + - -0.020101704242791958 + - -0.17209343645745406 + - 0.06452141062380448 + - - -0.02378314549012911 + - -0.9995297266220073 + - -0.019356848646693098 + - -0.0329006914306374 + - - -0.1716233998491925 + - 0.02315700942416686 + - -0.9848904312352382 + - 0.5756957066228636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997016399667292 + - -0.019628250522961275 + - 0.014538322779463495 + - -0.034792860107487486 + - - -0.018935955288035527 + - -0.9987473425883404 + - -0.046316036856133246 + - 0.03726004683206127 + - - 0.015429214016323583 + - 0.04602692097172093 + - -0.9988210359722619 + - 0.579845465965589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997234069516315 + - -0.0377055635836518 + - -0.06405076947835012 + - 0.04846243225985176 + - - -0.03758067667384438 + - -0.9992886198098664 + - 0.003153895880894448 + - 0.03496719327408947 + - - -0.06412412445145371 + - -0.0007381011656582969 + - -0.997941657548177 + - 0.5759872109571306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970490675506736 + - -0.022306640335782554 + - -0.07345454848586541 + - 0.025726188972519996 + - - -0.019077378423141823 + - -0.9988327899076697 + - 0.04437467112848658 + - -0.0306552857898697 + - - -0.07435866142442693 + - -0.04284240425315947 + - -0.9963108540355146 + - 0.577110825509755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880176114261235 + - -0.019792217339927386 + - -0.1530668731129851 + - 0.06453637847704628 + - - -0.02266744864638314 + - -0.9995974607605764 + - -0.01706174706386794 + - -0.03291901382422547 + - - -0.15266756788421432 + - 0.020326942066550516 + - -0.9880685346384338 + - 0.5756914537005167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997377511515382 + - -0.018794439243861653 + - 0.013084264441454952 + - -0.03478297272944211 + - - -0.01842199941922879 + - -0.999437432178977 + - -0.028025864783987855 + - 0.037338683409070456 + - - 0.01360363406825778 + - 0.02777747672127959 + - -0.9995215620121136 + - 0.579796081086661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996599984027159 + - -0.036929679070243936 + - -0.07365236344364798 + - 0.04843526392941379 + - - -0.03685296359906253 + - -0.9993178149718829 + - 0.0024007819117053113 + - 0.034959563735081696 + - - -0.07369077900953822 + - 0.0003216886541154778 + - -0.9972810865575347 + - 0.5758052454589844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969010875291027 + - -0.023327951329742528 + - -0.07512674869877842 + - 0.025740556631521208 + - - -0.019031157485403436 + - -0.9981692505537451 + - 0.05741047198675261 + - -0.030636061528881903 + - - -0.07632847914152366 + - -0.05580281297329998 + - -0.9955199693307061 + - 0.5770493041928212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868546700452568 + - -0.01825313727409197 + - -0.16057609781508725 + - 0.06453691201820572 + - - -0.02397609874076798 + - -0.9991418310017746 + - -0.033774964568360016 + - -0.03288393014806898 + - - -0.1598217973213925 + - 0.03718096989152091 + - -0.9864454209832824 + - 0.575752890298772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997386133004751 + - -0.01943721940593392 + - 0.012037424052042112 + - -0.03480286540740285 + - - -0.019035566011492203 + - -0.9992862779081566 + - -0.03262793298823722 + - 0.03725381358969783 + - - 0.012663028968821755 + - 0.03239026530037014 + - -0.9993950762391752 + - 0.5798409661031007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977252702883247 + - -0.03755475866932407 + - -0.05598147130415732 + - 0.04847768177844547 + - - -0.036469110810110054 + - -0.999128772279995 + - 0.020290400661137898 + - 0.03494920098722412 + - - -0.05669469979468341 + - -0.018202651003587905 + - -0.9982256130312586 + - 0.576070962932569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964699480170637 + - -0.024246868439645613 + - -0.08037245840299417 + - 0.02573457905627867 + - - -0.019415235080273697 + - -0.997987761317475 + - 0.06036122022716589 + - -0.030705755265943328 + - - -0.08167430039889059 + - -0.058587691808136874 + - -0.9949355712924063 + - 0.57697297044623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887090103366718 + - -0.01657660528962246 + - -0.14892853667498016 + - 0.06452909270242922 + - - -0.02353238124687472 + - -0.9987068370055497 + - -0.045065294309723634 + - -0.032950935357717925 + - - -0.14798891820650148 + - 0.0480611056410725 + - -0.9878205354276793 + - 0.5758115697300467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998144569203639 + - -0.019187354339168138 + - 0.001702106489393316 + - -0.03481595378344519 + - - -0.019133429792431645 + - -0.9994399517992012 + - -0.027453499084599473 + - 0.037363328236307176 + - - 0.002227913242502602 + - 0.027415838142818477 + - -0.9996216325297839 + - 0.5798932132096986 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.995563680395168 + - -0.03858468993695637 + - -0.08581480047460718 + - 0.04843687889700496 + - - -0.037584864013894916 + - -0.9992057662664148 + - 0.013236867341076843 + - 0.03500073287215895 + - - -0.08625738388732138 + - -0.00995280676076743 + - -0.9962231704605647 + - 0.5756451007085661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995144248162162 + - -0.031047538552930166 + - -0.0026391161612664797 + - -0.04282941695953998 + - - -0.0309360646081476 + - -0.9989061764531917 + - 0.03506295124810153 + - -0.02366786681415641 + - - -0.003724847764521465 + - -0.03496428168103189 + - -0.9993816210615751 + - 0.5790474042082917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964793410016403 + - -0.024093871663559724 + - -0.08030198195061301 + - 0.025730841704939084 + - - -0.018292326002592958 + - -0.9972213404421637 + - 0.07221488057283534 + - -0.030512212947046913 + - - -0.08181878614567394 + - -0.07049172657123617 + - -0.9941511971117142 + - 0.5770077975375625 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9840156029355611 + - -0.018587316721826876 + - -0.17710958425914347 + - 0.06452043208251436 + - - -0.02324705587207436 + - -0.9994350838228103 + - -0.024271127237394805 + - -0.032842626093592855 + - - -0.1765583970607028 + - 0.02800044430318294 + - -0.9838918169932 + - 0.5756308878115532 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998092449835049 + - -0.019527719947791147 + - 0.0003765622851475789 + - -0.0348204375842338 + - - -0.01949565945287259 + - -0.9989617513167302 + - -0.0411744905094098 + - 0.03728860475202544 + - - 0.001180215239511594 + - 0.04115929493871946 + - -0.9991519001293728 + - 0.5800013815003904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972684387616775 + - -0.037359741869368975 + - -0.06371742883466393 + - 0.048472669573274924 + - - -0.03707208086815362 + - -0.9992963870818034 + - 0.005691360589579867 + - 0.034981618236405304 + - - -0.06388522419113375 + - -0.00331367661513057 + - -0.9979517511770496 + - 0.5758543899416251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969478187362051 + - -0.024180891893274742 + - -0.0742316050235237 + - 0.02574946391194396 + - - -0.020496908359883437 + - -0.9985391150598684 + - 0.049995124193679435 + - -0.030641081580442743 + - - -0.07533208788298125 + - -0.04832101160676017 + - -0.995987026206913 + - 0.5771226104804273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885418748804686 + - -0.019709425173384258 + - -0.14965460289327132 + - 0.06455556376827666 + - - -0.021544445197346353 + - -0.9997111631741665 + - -0.010650216246290601 + - -0.032878364963757525 + - - -0.14940146749261368 + - 0.013752410126555254 + - -0.9886809762136438 + - 0.575738001158281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997841050252961 + - -0.020497384632388368 + - 0.0034059597765665702 + - -0.034803284933890025 + - - -0.020352835417452076 + - -0.9990662325024434 + - -0.0381106961868191 + - 0.037295313958836035 + - - 0.004183949000378554 + - 0.03803314734025898 + - -0.9992677190193611 + - 0.579804951951878 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971394165725663 + - -0.038742366837148774 + - -0.06490002256685169 + - 0.04846518735988035 + - - -0.03785306290731923 + - -0.9991725653214744 + - 0.014877175048992284 + - 0.034996423691639356 + - - -0.06542269901079133 + - -0.01237795301169063 + - -0.9977808660890344 + - 0.5758152797507182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995029445570318 + - -0.03149307347851901 + - -0.0014318326367135654 + - -0.0428242622354176 + - - -0.03143925868687571 + - -0.9990959781697761 + - 0.02861467138023675 + - -0.023700883329878766 + - - -0.0023317021770942192 + - -0.028555432545416506 + - -0.9995894909597152 + - 0.5790862918409883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966238110649345 + - -0.0240083733210053 + - -0.07851482171466145 + - 0.025745129527701797 + - - -0.01861164682210956 + - -0.9974596996170735 + - 0.06875866667109803 + - -0.030583913251608832 + - - -0.07996615422148856 + - -0.06706523428943903 + - -0.9945389225810765 + - 0.5770711234964847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9847489064928926 + - -0.015713865026332475 + - -0.1732704983746121 + - 0.0645492624580473 + - - -0.025101101645426182 + - -0.9983253557935342 + - -0.05211927355498761 + - -0.03289382364033692 + - - -0.172161336708444 + - 0.05567367803233277 + - -0.9834942377650793 + - 0.5757829268826495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998085562816758 + - -0.019560312893218496 + - 0.0004949196608393909 + - -0.03482328464218464 + - - -0.01953118832005974 + - -0.9992016721205618 + - -0.0348504105324587 + - 0.03732570285193823 + - - 0.00117620948714807 + - 0.034834072271182084 + - -0.9993924173918118 + - 0.5798351960206256 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975655874882381 + - -0.03719163561286353 + - -0.05898882012454798 + - 0.04843279606452729 + - - -0.0370860735893167 + - -0.9993079142693252 + - 0.002883682440799763 + - 0.034984432178107726 + - - -0.059055243670431856 + - -0.0006889986440999801 + - -0.998254478314971 + - 0.5758177148111916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994755832597448 + - -0.031947255829399945 + - -0.005285008284165006 + - -0.042836012904439176 + - - -0.031776214918920576 + - -0.9990512247360317 + - 0.029781244414273277 + - -0.02371525009583055 + - - -0.006231423033255796 + - -0.029597689072070898 + - -0.9995424684167125 + - 0.5791751915435916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962581154795036 + - -0.02421858864060163 + - -0.08296521744372931 + - 0.025715245625757936 + - - -0.020587881928708227 + - -0.9988042792825116 + - 0.04434129908598688 + - -0.03055008459625287 + - - -0.0839398978967543 + - -0.04246730096439722 + - -0.9955654784542716 + - 0.5771187805440712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859152631522224 + - -0.017576429007614355 + - -0.16631946075797704 + - 0.06451856502589558 + - - -0.023425129128962437 + - -0.9991718682195816 + - -0.03326922126954717 + - -0.03286611659618896 + - - -0.16559697222103853 + - 0.03669668788775012 + - -0.985510525509136 + - 0.5756822278451805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996058289156261 + - -0.019495272228070383 + - 0.020202008777779643 + - -0.034831612216395774 + - - -0.018956739320586044 + - -0.9994686698264834 + - -0.026514525634301636 + - 0.03731689536618177 + - - 0.020708182736189216 + - 0.026121110160828145 + - -0.9994442749707116 + - 0.5798973983571172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971595966977278 + - -0.038440531491517785 + - -0.06476931566933931 + - 0.048466825279579726 + - - -0.0375110425985828 + - -0.999175892890944 + - 0.015506667880405608 + - 0.03497924539350738 + - - -0.06531202337083274 + - -0.01303305813059722 + - -0.9977797747995163 + - 0.5758545976155627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962363283072894 + - -0.023610753561018896 + - -0.08340090213595808 + - 0.025719630749405493 + - - -0.020377855923336095 + - -0.999015539760563 + - 0.03940424221932636 + - -0.03065368247677801 + - - -0.08424916111617123 + - -0.037556406020709955 + - -0.995736709787296 + - 0.5771754277924435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859347605571739 + - -0.015928838762098677 + - -0.1663698290579131 + - 0.0645152979920298 + - - -0.023196370285951423 + - -0.998855371385778 + - -0.041831512754588615 + - -0.03286991820347585 + - - -0.16551306996918758 + - 0.04510231867067749 + - -0.9851757226606349 + - 0.5756507583055733 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997813611551994 + - -0.018661982256025094 + - 0.00943187706305143 + - -0.034776236267749776 + - - -0.01837886324172613 + - -0.999402807468412 + - -0.029261678184941995 + - 0.037320243931906874 + - - 0.009972325335579419 + - 0.02908193326677212 + - -0.9995272852127998 + - 0.5797597577977124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970080656115659 + - -0.03814190662190336 + - -0.06723177868188222 + - 0.04848418561536037 + - - -0.03739214909248471 + - -0.9992240344297727 + - 0.012375629443947867 + - 0.03498468846043659 + - - -0.06765163923903829 + - -0.009824661680410126 + - -0.9976606295384902 + - 0.5759255236993173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963974589992305 + - -0.024691555877682687 + - -0.0811321808422286 + - 0.02574318061456273 + - - -0.02030851593228495 + - -0.9983120515208503 + - 0.05441150584996071 + - -0.03055046581925915 + - - -0.08233873863804898 + - -0.052567811981967194 + - -0.9952170402796189 + - 0.5771558671856518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.988021188873745 + - -0.016570283340080663 + - -0.15342606051952515 + - 0.06452750098549918 + - - -0.023016948933258834 + - -0.9989209693370414 + - -0.04033753934674139 + - -0.032891055687856656 + - - -0.15259210463951042 + - 0.04338574338161788 + - -0.9873364810807457 + - 0.5757293734809659 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999764497654926 + - -0.01889285651160952 + - 0.0106775091489173 + - -0.03479079054278174 + - - -0.018669142435470926 + - -0.9996118884170482 + - -0.02067693536351172 + - 0.03728096893410739 + - - 0.011064011456862182 + - 0.020472725957587493 + - -0.9997291909023902 + - 0.57986510239549 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974030046500276 + - -0.03748756013333465 + - -0.061497391410908556 + - 0.04845538968238391 + - - -0.03732283295383251 + - -0.9992959378340411 + - 0.003825541619726749 + - 0.03494806701631753 + - - -0.06159750364582306 + - -0.0015203498392033987 + - -0.9980999128749432 + - 0.5759068068089805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968059226410511 + - -0.024401778400130837 + - -0.07604278926126938 + - 0.02571091602778776 + - - -0.021486261955781523 + - -0.9990110787957706 + - 0.038925634105027994 + - -0.030680595991760026 + - - -0.07691744363205562 + - -0.03716742732853447 + - -0.9963444631305419 + - 0.5771734619347857 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896705985624501 + - -0.02184360823343726 + - -0.14168614300765575 + - 0.06453333380327482 + - - -0.02241602293420295 + - -0.9997457395876398 + - -0.002445013737604102 + - -0.0329046170568246 + - - -0.14159670990829926 + - 0.005595798040306434 + - -0.9899086113310852 + - 0.575771068036466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998028201505003 + - -0.01972586120606853 + - 0.002282809406272641 + - -0.03482513179722724 + - - -0.019641094583418537 + - -0.9992762746714327 + - -0.03257536311922637 + - 0.03732524350769665 + - - 0.002923734370912172 + - 0.0325241030385646 + - -0.999466675031672 + - 0.5799012381940594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968618435389794 + - -0.03743961985470089 + - -0.06974768642186495 + - 0.048449993527250136 + - - -0.03752763266725896 + - -0.9992955891203305 + - 4.8487555367575765e-05 + - 0.0349745884641068 + - - -0.06970037074835826 + - 0.0025691301615984935 + - -0.9975646635119721 + - 0.5758262953173281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964856690272147 + - -0.022130444054499668 + - -0.08078709593329218 + - 0.025728525688455767 + - - -0.018235281211077974 + - -0.9986499694814288 + - 0.048638595517292715 + - -0.030593467083552133 + - - -0.08175442460526035 + - -0.0469944879820236 + - -0.9955439378333689 + - 0.5771305225133696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862032714960614 + - -0.012468131706407565 + - -0.16506863112722964 + - 0.06453593667493963 + - - -0.024492068862564075 + - -0.997174986806026 + - -0.07100833930766884 + - -0.03290495520387857 + - - -0.1637169687396427 + - 0.07407152880934267 + - -0.9837226045824856 + - 0.5757903338614794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999820143485742 + - -0.01892386425072 + - 0.0012522148260892807 + - -0.03480122890031945 + - - -0.01887979480245667 + - -0.9994040365123397 + - -0.028898531987961076 + - 0.037304448919611106 + - - 0.0017983404481594896 + - 0.028869692839765388 + - -0.9995815658599203 + - 0.5797246949441414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974074621901106 + - -0.03849901331266024 + - -0.06079621979559883 + - 0.0484491293904879 + - - -0.037573982183081424 + - -0.9991611238302942 + - 0.016286328287520666 + - 0.03499231357567591 + - - -0.06137222686515972 + - -0.013959749286252463 + - -0.9980173220788686 + - 0.5756664072408898 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970865023304053 + - -0.026866458578418163 + - -0.07139117784413408 + - 0.025744552379290683 + - - -0.023373012733951995 + - -0.998509179046991 + - 0.04932668278571391 + - -0.03061210893677287 + - - -0.07260997966021722 + - -0.047514342701526116 + - -0.9962279749592382 + - 0.577197540808293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876950790408889 + - -0.017871939790009603 + - -0.15536738591658963 + - 0.06453067467127271 + - - -0.022701706695061587 + - -0.9993108558790598 + - -0.02936742813718936 + - -0.03287645256511765 + - - -0.15473546248854406 + - 0.03253316908024573 + - -0.9874201383190708 + - 0.5757374979134753 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997761352900185 + - -0.019002622059254376 + - 0.009304819150730044 + - -0.03478072639221892 + - - -0.018783954167576708 + - -0.9995578454654794 + - -0.023049438913768563 + - 0.03731164069096846 + - - 0.009738704759105868 + - 0.02286949766134599 + - -0.9996910241201193 + - 0.5797637795255937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965696797460168 + - -0.038600703193553854 + - -0.07320422886612749 + - 0.04842342374341424 + - - -0.037894742085310046 + - -0.9992210947966742 + - 0.011008734515089054 + - 0.03497040656948863 + - - -0.07357215460491179 + - -0.008196915657675313 + - -0.9972562101288174 + - 0.5757076463389982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995013866689477 + - -0.030938396863301056 + - 0.006308220539854813 + - -0.04281187507864356 + - - -0.031157398602018077 + - -0.9987834608980506 + - 0.03822060633830245 + - -0.023765576556514456 + - - 0.0051180620556539585 + - -0.038398096776290976 + - -0.9992494141127897 + - 0.5790285756682827 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9972917536940027 + - -0.02407180015313219 + - -0.06949608946788656 + - 0.025762903316846737 + - - -0.02082729115379076 + - -0.9986758919571266 + - 0.04703920457271193 + - -0.030638906263674538 + - - -0.07053638746871048 + - -0.04546439553129326 + - -0.9964725820522302 + - 0.5772082942868446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9899303116999869 + - -0.020189141161245778 + - -0.14010844570095718 + - 0.06454113753558094 + - - -0.023380814714108956 + - -0.9995024324549213 + - -0.02117132541908096 + - -0.03289707680641629 + - - -0.1396113014081284 + - 0.024233986380028546 + - -0.9899097930737235 + - 0.5758120181767974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998101589530989 + - -0.01912631364620943 + - 0.00371889506252988 + - -0.034815674121916135 + - - -0.01898369479944145 + - -0.9991998413721497 + - -0.03520364091443585 + - 0.0373241763536887 + - - 0.0043892352341775576 + - 0.035126359449531706 + - -0.9993732403290981 + - 0.579928028044273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99674283258366 + - -0.03870651303997934 + - -0.07074978121088321 + - 0.04841672436406105 + - - -0.03805733689395398 + - -0.999220377869053 + - 0.010501217061247466 + - 0.03498901707563901 + - - -0.07110108861080836 + - -0.007774464580487539 + - -0.9974388166192677 + - 0.5757579188771453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995186278750439 + - -0.030690615112409954 + - 0.004538576297867143 + - -0.04283331162540398 + - - -0.030831011271103555 + - -0.9989105440816092 + - 0.03503103861699559 + - -0.023715797022158435 + - - 0.00345850759587618 + - -0.035154104548491404 + - -0.9993759190908112 + - 0.5790968819756228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965266550979038 + - -0.027087975353352233 + - -0.07874558572161097 + - 0.025721429870564284 + - - -0.022246175469190433 + - -0.9978451450975251 + - 0.06172660757156045 + - -0.030631646456741407 + - - -0.08024794923471495 + - -0.059760421656440944 + - -0.994981888602535 + - 0.5770838068908468 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873642326170092 + - -0.019589561291358318 + - -0.15725177657831615 + - 0.06451568140187083 + - - -0.02365615024046977 + - -0.9994313026110929 + - -0.024030354073424794 + - -0.03287507093542841 + - - -0.1566916038096007 + - 0.02744668376153953 + - -0.9872661347610729 + - 0.5756973683259698 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996229646517101 + - -0.02012958414978661 + - -0.018674270611799524 + - -0.03486694352457857 + - - -0.020820718778695225 + - -0.999076503015741 + - -0.03758508735358457 + - 0.03733555734846404 + - - -0.017900452800545228 + - 0.037959728183889235 + - -0.9991189282691729 + - 0.5799741345606351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971393724924862 + - -0.03837289221924107 + - -0.06511983544221717 + - 0.04842973270783295 + - - -0.037948826198626655 + - -0.9992497311017549 + - 0.007737020306129592 + - 0.03500887887610579 + - - -0.0653678699013312 + - -0.005243666255735818 + - -0.997847456051656 + - 0.5758067025580792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99633624317874 + - -0.02490921820641023 + - -0.08181455479815371 + - 0.025722336953344985 + - - -0.0191634626943844 + - -0.9973433301287791 + - 0.07027832912923783 + - -0.03058071158044355 + - - -0.08334777877085624 + - -0.06845299625277175 + - -0.9941666535737265 + - 0.5770223191371529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850392256769429 + - -0.019329070567563802 + - -0.17124284191978006 + - 0.06450491953713669 + - - -0.0211497501069052 + - -0.9997374661193238 + - -0.008814017683822215 + - -0.03286104635668963 + - - -0.17102751810215838 + - 0.012303896468574733 + - -0.9851894245187104 + - 0.575607593538172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996672675991792 + - -0.020147094313542568 + - -0.01610741076375108 + - -0.03482247991749215 + - - -0.02060117728731917 + - -0.9993803247532992 + - -0.028540462336234834 + - 0.03729201338960363 + - - -0.015522422013572111 + - 0.02886279762446487 + - -0.9994628524002886 + - 0.5798111744684538 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976725657706557 + - -0.03871400697271731 + - -0.05613089321143246 + - 0.04845535500777428 + - - -0.03777371269781581 + - -0.9991292391836564 + - 0.017717506520736025 + - 0.03499467666276701 + - - -0.05676793230002048 + - -0.015555997955960603 + - -0.9982662033696102 + - 0.5756522470375245 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995191773001836 + - -0.030893740071171447 + - -0.0026440562738176262 + - -0.04283594354244862 + - - -0.030784614876865707 + - -0.9989335715278796 + - 0.034409695747543316 + - -0.023727810986840906 + - - -0.0037042807732780335 + - -0.03431175453063188 + - -0.9994043134812773 + - 0.5792794349099702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966808323332819 + - -0.025085839637763153 + - -0.0774468792728603 + - 0.02573248549414256 + - - -0.01979087170588313 + - -0.9974619932783988 + - 0.06839512674309821 + - -0.030619547280151746 + - - -0.0789660677541806 + - -0.06663537059814122 + - -0.9946477203154342 + - 0.5771136333023459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856926843768634 + - -0.02093372340396827 + - -0.16724745495934837 + - 0.06451260532824729 + - - -0.022753591190773984 + - -0.9997008415806923 + - -0.008972258956335032 + - -0.03288744472632424 + - - -0.16700959868778872 + - 0.012649370233436631 + - -0.9858741234959167 + - 0.5756165052326231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997001552764043 + - -0.019292822655739405 + - -0.015079341308797862 + - -0.03480500230845595 + - - -0.01946172715741724 + - -0.9997485867397904 + - -0.011135730233931879 + - 0.037324542006807876 + - - -0.014860710493892194 + - 0.011425861270243245 + - -0.9998242890517567 + - 0.5798143450071579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997168668407019 + - -0.03851645196707578 + - -0.06458428350024863 + - 0.04844607619860345 + - - -0.037962614692954776 + - -0.9992312882170235 + - 0.009781233757673468 + - 0.034999503448918515 + - - -0.06491137522073305 + - -0.00730175157177654 + - -0.9978643183273652 + - 0.575611495114783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994788560146766 + - -0.03207663843925715 + - -0.0036201720995621247 + - -0.04283350090853144 + - - -0.03192295116335499 + - -0.9988201807508084 + - 0.036594695161246096 + - -0.023730010914504565 + - - -0.004789735756315799 + - -0.03646005747883081 + - -0.9993236325835715 + - 0.5791698936499281 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971262979766893 + - -0.021149837837226765 + - -0.07274496713011662 + - 0.025737296248981533 + - - -0.017798478331099793 + - -0.9987637290304242 + - 0.04641365900613212 + - -0.030637034268414992 + - - -0.073636676000483 + - -0.044985530259175 + - -0.9962700146119522 + - 0.5771985771575657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892945038486832 + - -0.025097942560911995 + - -0.14375840126405404 + - 0.06452382660794806 + - - -0.02330742093073336 + - -0.9996285425964093 + - 0.014125896648924037 + - -0.03287941294904181 + - - -0.14405953208429223 + - -0.010624034346124503 + - -0.9895119913926597 + - 0.575753699042926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996942376467414 + - -0.02013717048550548 + - -0.014350107342401705 + - -0.03483113226289569 + - - -0.02059850146383637 + - -0.9992509454206528 + - -0.03276049165345777 + - 0.03730581403109584 + - - -0.013679654723168094 + - 0.03304606543553457 + - -0.9993602076358082 + - 0.5798590365774231 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975815926656196 + - -0.037819228368014456 + - -0.058315280504973366 + - 0.04842397934062973 + - - -0.037628227264770935 + - -0.9992822508015797 + - 0.0043703255988387845 + - 0.0349803002309046 + - - -0.058438707101000326 + - -0.0021654557435069185 + - -0.9982886497971349 + - 0.5757119250856136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963662800026634 + - -0.02614461117034702 + - -0.08105982593372504 + - 0.02571417445861269 + - - -0.02250590350163397 + - -0.998711583722323 + - 0.04548248944839848 + - -0.030592450621366757 + - - -0.08214450913621418 + - -0.04349289419663751 + - -0.995670953565067 + - 0.577160411184882 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889472207479894 + - -0.019183380187310577 + - -0.14702174158748377 + - 0.06452613535075932 + - - -0.023557418205631973 + - -0.9993284035840131 + - -0.028067594084866043 + - -0.03289124546282231 + - - -0.14638457098448837 + - 0.031220821815207685 + - -0.9887349582486048 + - 0.5756269061577189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997453511795009 + - -0.021043606805668115 + - -0.00814858316425263 + - -0.03482931818659453 + - - -0.021381371928158886 + - -0.998808923558582 + - -0.043858535705340346 + - 0.03728490195586768 + - - -0.0072159357983592135 + - 0.04402159506827659 + - -0.9990045192281158 + - 0.5798140193685396 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978554968743656 + - -0.03753035570089296 + - -0.05362722963735283 + - 0.048459582057212125 + - - -0.03685708381273523 + - -0.9992294999696785 + - 0.013489320337489948 + - 0.034997757091268795 + - - -0.05409216884572047 + - -0.011483849150474804 + - -0.9984699086493569 + - 0.5758208588690796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994707415025469 + - -0.03220786961768642 + - 0.004570559598024838 + - -0.04285488441089331 + - - -0.03234727504695007 + - -0.9988746689977667 + - 0.03468500297879974 + - -0.023737293872057547 + - - 0.003448286151981377 + - -0.034814490794674816 + - -0.9993878429085086 + - 0.5793041131175326 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967991482208445 + - -0.024749624722235204 + - -0.076019169834374 + - 0.025738761926750214 + - - -0.02150796695415808 + - -0.998836229792087 + - 0.04316935732933629 + - -0.030686709691227783 + - - -0.07699912638269162 + - -0.04139616082244344 + - -0.9961714171795257 + - 0.5771944900461441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855697597769749 + - -0.019863447542898507 + - -0.16810024409520175 + - 0.0645247541039768 + - - -0.023282920359196223 + - -0.9995596637688813 + - -0.018395221819533947 + - -0.032904537205332665 + - - -0.16766083094361428 + - 0.02204363894535227 + - -0.9855982567706506 + - 0.5757526769196393 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995683533647679 + - -0.019651824077576537 + - -0.021838332401318442 + - -0.03484816922600543 + - - -0.020041935624582115 + - -0.9996408418927231 + - -0.017790672736828755 + - 0.037332060676389944 + - - -0.021480869816341192 + - 0.018220675904938834 + - -0.9996032108799479 + - 0.579788382227119 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973584036380648 + - -0.03823520638841418 + - -0.06175988734580376 + - 0.048456987348682735 + - - -0.03753922636415818 + - -0.9992183314084228 + - 0.012390829728012864 + - 0.03498134477540991 + - - -0.06218537751362045 + - -0.010039679765982953 + - -0.9980141199670902 + - 0.5759204987031417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971447686442546 + - -0.021655825319021535 + - -0.07234179701353803 + - 0.02573427394681989 + - - -0.018002112270950624 + - -0.9985475033812586 + - 0.050781959836540345 + - -0.030599369618536106 + - - -0.07333644604955984 + - -0.04933466044078882 + - -0.9960862698381163 + - 0.5771515713215949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884209520927887 + - -0.020182014927787848 + - -0.1503885226253639 + - 0.0645412529263708 + - - -0.022617825190427782 + - -0.9996389718487436 + - -0.014503790705988274 + - -0.03288391096940756 + - - -0.15004151241453245 + - 0.017737311933954645 + - -0.9885205775894189 + - 0.5757127225699171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999686739941174 + - -0.02018390090828605 + - -0.014799734116265567 + - -0.03483209696914817 + - - -0.020543285316724617 + - -0.9994875733181756 + - -0.02454718336062537 + - 0.03730673050168909 + - - -0.014296692421092097 + - 0.024843528869083913 + - -0.9995891174173255 + - 0.5799133389003717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973354621469028 + - -0.03743878871504433 + - -0.06261240327422311 + - 0.04844714575657531 + - - -0.03726042345389369 + - -0.99929752623553 + - 0.004014337253902718 + - 0.03496963363467262 + - - -0.0627187116278723 + - -0.0016706762408710838 + - -0.9980298452714925 + - 0.5758380710397797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968253113923368 + - -0.024304065678660544 + - -0.07581959482256671 + - 0.025751683560269384 + - - -0.019699351858818416 + - -0.997949457763926 + - 0.06090004339102511 + - -0.030643134214810457 + - - -0.07714424219546977 + - -0.05921310784086264 + - -0.995260053330743 + - 0.5771149135217891 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989916906379437 + - -0.0225749887151967 + - -0.13983879414766723 + - 0.06453500295037604 + - - -0.02402732674261385 + - -0.9996733929286687 + - -0.008706034693659664 + - -0.03289527592810071 + - - -0.1395965831736887 + - 0.011978203329058744 + - -0.990136009147854 + - 0.5758281776492286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997439630694147 + - -0.019302819757972753 + - -0.01180717814095 + - -0.03483379563507803 + - - -0.019628719752332983 + - -0.9994112915883926 + - -0.028138649692301614 + - 0.037327912465712966 + - - -0.011257071872617836 + - 0.02836320494959816 + - -0.999534295028361 + - 0.5798935748626622 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979220142503933 + - -0.037502614855834546 + - -0.05239472638933056 + - 0.04845646520875357 + - - -0.036991569989836534 + - -0.9992583985928208 + - 0.010690022984002723 + - 0.03499383779187058 + - - -0.05275677420128053 + - -0.008729646080249742 + - -0.9985692344826117 + - 0.5759977686402262 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973625094163202 + - -0.02312388360835527 + - -0.06879906116836033 + - 0.025732127172016513 + - - -0.02046175903317014 + - -0.9990238002752366 + - 0.039150515972235664 + - -0.030641097232357924 + - - -0.06963721151833284 + - -0.03763950704367737 + - -0.996862039743444 + - 0.5772160872096344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880007370176087 + - -0.018196263689387832 + - -0.15337352979053565 + - 0.06452868570781929 + - - -0.023168575615847727 + - -0.9992602501728571 + - -0.03069478014926208 + - -0.03289400570170145 + - - -0.15270154143490106 + - 0.033879911632485896 + - -0.9876914451543963 + - 0.5756899617385589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997472046028199 + - -0.020802998421283025 + - -0.008530073008575823 + - -0.034825843166435125 + - - -0.021142930972224125 + - -0.9988975228855586 + - -0.041913186982128536 + - 0.03732472031874038 + - - -0.007648748835679193 + - 0.042082942266186654 + - -0.9990848425491549 + - 0.5799745517828473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972650030617 + - -0.03766307057413984 + - -0.0635925057162785 + - 0.04847163803241991 + - - -0.037443181616741886 + - -0.9992879559121878 + - 0.004646430808483403 + - 0.03498900192716676 + - - -0.06372222390001181 + - -0.002252617093449865 + - -0.9979651316040394 + - 0.5759511205818978 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995176003249355 + - -0.030553141525759078 + - 0.005574242871405844 + - -0.042796853658094824 + - - -0.030737440880939586 + - -0.998854113174078 + - 0.03668337938791076 + - -0.023760772065407193 + - - 0.004447062937853058 + - -0.036837021298329595 + - -0.999311391655821 + - 0.5792067875352835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974289745048827 + - -0.02497285450604722 + - -0.06716991406841251 + - 0.025733699541835384 + - - -0.022343165346553638 + - -0.9989649750985714 + - 0.03962021565573488 + - -0.03061018536405142 + - - -0.06808982141579377 + - -0.0380175625748176 + - -0.9969545832962677 + - 0.57719658999423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882410179947012 + - -0.021480891674045946 + - -0.15138778565552966 + - 0.06453186751392584 + - - -0.024294278307521823 + - -0.99956437147335 + - -0.016758738693688185 + - -0.032908695078036045 + - - -0.15096184416703898 + - 0.0202395299840325 + - -0.98833237477668 + - 0.5757214640146474 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999721949169756 + - -0.018222870080690134 + - -0.01496500431827615 + - -0.034817083379498695 + - - -0.01851948443591044 + - -0.9996299010379083 + - -0.01992710834945961 + - 0.03729816477640675 + - - -0.01459633667917421 + - 0.02019871176499433 + - -0.999689431272825 + - 0.5798147912226295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965772505582748 + - -0.038191123581347686 + - -0.07331590379517873 + - 0.04843514195217484 + - - -0.037241737006466144 + - -0.9992043447092616 + - 0.014273420713956271 + - 0.03498243361082751 + - - -0.07380268758284404 + - -0.01149415476364465 + - -0.9972066223766365 + - 0.5758538566803526 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995649063065858 + - -0.029435445515396605 + - -0.0018848415361336788 + - -0.04286478099687539 + - - -0.029343213438266985 + - -0.9988540177972877 + - 0.03781040802917525 + - -0.0237416852370825 + - - -0.002995647746736038 + - -0.037738649651604256 + - -0.9992831532739115 + - 0.5792478100860596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963791170925484 + - -0.025910752971278924 + - -0.08097708257485621 + - 0.025705501277540618 + - - -0.022759919819998715 + - -0.9989566050965193 + - 0.039594029648721565 + - -0.030665837421718252 + - - -0.08191850262096438 + - -0.037607632396868235 + - -0.9959292268599416 + - 0.5771604501185644 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861859984626802 + - -0.018483672228524574 + - -0.1646072000160235 + - 0.06452639080539094 + - - -0.02290033451850841 + - -0.9994257674651305 + - -0.02497418678707454 + - -0.03289739475253395 + - - -0.16405106252355425 + - 0.028398753276926543 + - -0.9860429806540937 + - 0.5756644565752969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999762930012374 + - -0.02057015002618804 + - -0.007138116066097246 + - -0.0348491080181897 + - - -0.020766210148367936 + - -0.9993759100549031 + - -0.028575425071365627 + - 0.03732744639828367 + - - -0.006545860458853369 + - 0.028716882313989566 + - -0.9995661520785 + - 0.5798309557796713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971253539791005 + - -0.03758065182399888 + - -0.06579303200595837 + - 0.0484465703209729 + - - -0.037420850990840616 + - -0.9992928923513121 + - 0.0036599463479436564 + - 0.03496072417551599 + - - -0.0658840524191932 + - -0.001187394050807258 + - -0.9978265789866457 + - 0.5758151025168106 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964962210250993 + - -0.02421124715572824 + - -0.08005683602204568 + - 0.025725211705076353 + - - -0.020002078120798496 + - -0.9983958912052774 + - 0.05296754945501852 + - -0.03063705026693442 + - - -0.08121082657839375 + - -0.051180659780669095 + - -0.9953820079300559 + - 0.5771161921333929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892896078273747 + - -0.022364740048565642 + - -0.14424247033144988 + - 0.0645314312925881 + - - -0.023322619819487907 + - -0.9997157208389283 + - -0.004953070992609905 + - -0.03287720930661407 + - - -0.1440906910578013 + - 0.008264133957184368 + - -0.989529977737119 + - 0.5758007375780972 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997264091356454 + - -0.020169845800282762 + - -0.011844162998748981 + - -0.034827983385871224 + - - -0.020490508077059807 + - -0.9994088254091631 + - -0.02760686097734012 + - 0.037318888372057976 + - - -0.011280334901591589 + - 0.02784200090997509 + - -0.9995486866730595 + - 0.5798584910222888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970334113185233 + - -0.03818108896769815 + - -0.06683248581183429 + - 0.048456276081703 + - - -0.03747843463664769 + - -0.9992285128503756 + - 0.011736526062402811 + - 0.034971423062043094 + - - -0.0672290387536133 + - -0.009196931665922716 + - -0.9976951803011768 + - 0.5757573937297206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995125035157462 + - -0.02932892441115847 + - 0.01070371470893435 + - -0.04286272692016629 + - - -0.02975205612811332 + - -0.9986836225649206 + - 0.041783216448188006 + - -0.023766296925133455 + - - 0.009464167783556006 + - -0.04208130479786822 + - -0.9990693636152962 + - 0.5792557431193988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962924698715894 + - -0.022837421493977873 + - -0.0829443587995868 + - 0.025726947704748992 + - - -0.019412846164469918 + - -0.9989347870264439 + - 0.041862067223554844 + - -0.030581762288980838 + - - -0.08381202706630368 + - -0.04009667627049898 + - -0.9956745455574817 + - 0.5771701537156652 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866974181679183 + - -0.02144697677791345 + - -0.1611466169916442 + - 0.06450372177889813 + - - -0.024062828066277762 + - -0.999608189684885 + - -0.014298511123881915 + - -0.03288124134746261 + - - -0.16077681824882836 + - 0.017985947347711796 + - -0.9868268948563311 + - 0.5755359140747717 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998042168925136 + - -0.0194832710256419 + - -0.00345398814258407 + - -0.03483058266343407 + - - -0.019607504672704112 + - -0.9989834433744228 + - -0.04059095495663053 + - 0.03728971259502617 + - - -0.002659632391443406 + - 0.04065073202197846 + - -0.9991698776192263 + - 0.5799648932219212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975203038497109 + - -0.03746547174232516 + - -0.05957836717052148 + - 0.048466330226897156 + - - -0.03686462429356041 + - -0.9992580326155873 + - 0.011152745353546153 + - 0.03494622738464298 + - - -0.05995200483115701 + - -0.008928755812062743 + - -0.9981613268587268 + - 0.5758486324324305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995201172074465 + - -0.030611331864127445 + - -0.004741482797269737 + - -0.04284747685639288 + - - -0.0305178987830886 + - -0.9993599856435115 + - 0.01866217962794573 + - -0.023759734803344434 + - - -0.005309722354107447 + - -0.018508523876981903 + - -0.9998146035102795 + - 0.5792458435366845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962704682400123 + - -0.02527060389513556 + - -0.08250182235321779 + - 0.025719059198666065 + - - -0.021146144789030104 + - -0.9985007254354671 + - 0.05048902717825394 + - -0.0306071661426661 + - - -0.08365401767630842 + - -0.048556131267021775 + - -0.9953111611164575 + - 0.5771194455225737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901800069766473 + - -0.021980251636437412 + - -0.1380594883437043 + - 0.06454171361596743 + - - -0.023499503305716273 + - -0.9996798074235644 + - -0.009383814468016831 + - -0.03289157264112702 + - - -0.1378090241171135 + - 0.012535994878126847 + - -0.9903794836850696 + - 0.5757145357364398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997985133216343 + - -0.01988052953601198 + - -0.002774401776519081 + - -0.03483353778075533 + - - -0.0199638967670452 + - -0.999214700154883 + - -0.03422609852528702 + - 0.03731336053494069 + - - -0.002091790076599263 + - 0.034274590293038476 + - -0.9994102645433058 + - 0.5799444373211077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977581753614216 + - -0.03863529744999533 + - -0.05464373056807883 + - 0.04843714211399095 + - - -0.03742754478034438 + - -0.9990356360276358 + - 0.022955976097127403 + - 0.034968917784825304 + - - -0.05547794508777091 + - -0.020859332151508408 + - -0.9982419976493829 + - 0.5756912005277304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967462419849895 + - -0.020811977453081696 + - -0.07787034533950175 + - 0.025728827042576525 + - - -0.017310489251848787 + - -0.9988200965854243 + - 0.04537357842339729 + - -0.03056809245194008 + - - -0.07872277974425491 + - -0.043877970002895256 + - -0.9959304432026171 + - 0.5771813131157162 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986328160976383 + - -0.021422486837107943 + - -0.16339472428037638 + - 0.0645185751653154 + - - -0.02257453002682134 + - -0.9997316550762434 + - -0.005196963785028678 + - -0.03286479559964804 + - - -0.16323954624726944 + - 0.008814470842239748 + - -0.9865470873935802 + - 0.5756417845905918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998180677473345 + - -0.01875997298323615 + - -0.0034488867268798597 + - -0.0348176135477407 + - - -0.01885239337274214 + - -0.999399628624939 + - -0.02906836026427162 + - 0.03731062369630754 + - - -0.0029014944607885025 + - 0.029128091561280614 + - -0.9995714759895321 + - 0.5800831992857418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997137055654758 + - -0.038831972507705856 + - -0.06488274155213343 + - 0.048460485556067835 + - - -0.03825875707316216 + - -0.9992172824736197 + - 0.010054347977457481 + - 0.03498850235305637 + - - -0.06522238685740449 + - -0.007543229891486487 + - -0.9978422420079378 + - 0.5759428830311236 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975516400203099 + - -0.02234272323770739 + - -0.06626860652762477 + - 0.02573145556118471 + - - -0.019492466042858536 + - -0.9988697814124798 + - 0.04334978141296899 + - -0.03059223694422681 + - - -0.06716226068528329 + - -0.041951906980581884 + - -0.9968597033887638 + - 0.5772408639220103 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884779881643867 + - -0.018812807327400684 + - -0.15019102900955425 + - 0.06456142703964378 + - - -0.024261230303708414 + - -0.9991092435076374 + - -0.034526978462464886 + - -0.03292326282608356 + - - -0.14940769598195766 + - 0.03777297735232414 + - -0.9880539168301011 + - 0.5760047442016587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997982813342562 + - -0.019789556580156343 + - -0.003430756684497987 + - -0.034809106608045114 + - - -0.019887701913882946 + - -0.999308102876287 + - -0.0314292035912706 + - 0.03728854846009476 + - - -0.00280641295107712 + - 0.03149109360053714 + - -0.999500092581382 + - 0.5799698586101076 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997302029730088 + - -0.03754172681998121 + - -0.06308153647162117 + - 0.04846119297102532 + - - -0.03698373827785325 + - -0.9992659278447825 + - 0.009990422989110178 + - 0.03498194696287779 + - - -0.06341028780286224 + - -0.007630478089870423 + - -0.9979583714789302 + - 0.5759058693386419 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994436819916587 + - -0.03249076743071258 + - 0.007528383539621565 + - -0.0428155368228616 + - - -0.03265228287962263 + - -0.9992150792409149 + - 0.022428861770519105 + - -0.0237211359659444 + - - 0.006793743423577425 + - -0.022662203099771582 + - -0.9997200956272506 + - 0.5791507986838456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964360032618412 + - -0.023998341498820255 + - -0.08086637749320766 + - 0.025730024028684358 + - - -0.02031967401075531 + - -0.9987342663384027 + - 0.046010608446194916 + - -0.030639416532408745 + - - -0.08186820049118337 + - -0.04420344835867932 + - -0.99566241914694 + - 0.5771026753366583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892765144901412 + - -0.02071758912490365 + - -0.14457786614516385 + - 0.06454134264378181 + - - -0.023634741933357184 + - -0.9995496848117587 + - -0.01848855230830935 + - -0.03289936231747429 + - - -0.14412972230591733 + - 0.021707351141149335 + - -0.9893206831227443 + - 0.5758087272616661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997364557947053 + - -0.019189090230787215 + - -0.012601498766251806 + - -0.03483932467765996 + - - -0.019647965733304122 + - -0.9991086693342491 + - -0.037360732108588125 + - 0.03732158456619648 + - - -0.011873348204447054 + - 0.037598479720082935 + - -0.9992223866212943 + - 0.5799926200899275 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967910256378215 + - -0.03778691008535585 + - -0.07056770248563575 + - 0.048459953998270466 + - - -0.03785840184714658 + - -0.9992830610320724 + - 0.0003245673304540556 + - 0.034984349934540575 + - - -0.07052937414637918 + - 0.0023480546359192548 + - -0.9975069393352346 + - 0.5759459373849364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999518547913991 + - -0.030317084048543223 + - 0.006598999219612622 + - -0.04281667299552241 + - - -0.030613848312649513 + - -0.9982378306112579 + - 0.05083331415537763 + - -0.023736622464260632 + - - 0.005046252807476903 + - -0.051010861111363284 + - -0.9986853495377209 + - 0.579217203241164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967406905170735 + - -0.024417503302711283 + - -0.07688810961396869 + - 0.025704316407758308 + - - -0.020007589951404826 + - -0.9981385485129457 + - 0.057611928598226614 + - -0.030582632549062037 + - - -0.0781517255848137 + - -0.05588580772372177 + - -0.9953738414702207 + - 0.5770781623311663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862455361666551 + - -0.018476865892227304 + - -0.16425086854609816 + - 0.06453971724635647 + - - -0.024000859913074293 + - -0.9992088855893024 + - -0.031710592596431206 + - -0.03288997365651066 + - - -0.16353501495025446 + - 0.03521659248400534 + - -0.9859087637804196 + - 0.575779287081383 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997794586895382 + - -0.018782005079985224 + - -0.009395225789165981 + - -0.03484464140534334 + - - -0.019000985209995144 + - -0.9995364324625658 + - -0.02378828999856119 + - 0.03733704346823799 + - - -0.008944078683886124 + - 0.02396156224417577 + - -0.999672869988635 + - 0.5801024595992472 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971531139521848 + - -0.03766715352598925 + - -0.06532115186301338 + - 0.048467419657162454 + - - -0.0373974435518019 + - -0.9992861643229999 + - 0.005347243066894201 + - 0.034999841722625616 + - - -0.0654759387198923 + - -0.0028891759856770607 + - -0.9978499657317591 + - 0.5759555746124905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969966162372513 + - -0.02652478796753007 + - -0.0727611354690719 + - 0.025737222205006953 + - - -0.023008050777800812 + - -0.9985458669048662 + - 0.048752243913656436 + - -0.03061557427503021 + - - -0.0739484740266978 + - -0.04693173031636575 + - -0.9961571341302717 + - 0.5771626210890367 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889034966691503 + - -0.020841321563766557 + - -0.14709015463654748 + - 0.06454326425883883 + - - -0.021806112819511912 + - -0.9997499664204106 + - -0.0049495541305511325 + - -0.03289419250609702 + - - -0.14695022190942922 + - 0.00810209589329926 + - -0.989110705797337 + - 0.57582116523013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997814850155776 + - -0.018966845106331856 + - 0.008788686293120953 + - -0.03481785830440809 + - - -0.018734438176778938 + - -0.9994912575709989 + - -0.02581175827688303 + - 0.037303955701323936 + - - 0.009273782736668177 + - 0.025641466920911665 + - -0.9996281869414735 + - 0.5798704785692634 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980563626281024 + - -0.03844478877783276 + - -0.04904584827882692 + - 0.048471765067782176 + - - -0.037352997160418476 + - -0.9990377217263186 + - 0.022986608514979533 + - 0.03499090736008606 + - - -0.049882367833691044 + - -0.0211099214521273 + - -0.998531982760487 + - 0.5758330497845685 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971056526452279 + - -0.022764740614373023 + - -0.07254022365346302 + - 0.02574115033565047 + - - -0.020011698038625493 + - -0.9990599155752337 + - 0.03845539016078741 + - -0.030628783591809077 + - - -0.07334745670127216 + - -0.03689243385259134 + - -0.9966238502664322 + - 0.5772234642096739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890406556786404 + - -0.02074377575057617 + - -0.14617892181287634 + - 0.06452560472755235 + - - -0.02301923634687389 + - -0.9996385014258707 + - -0.013891768247633789 + - -0.03288910119736839 + - - -0.14583791061576534 + - 0.01710445072631724 + - -0.9891606247685857 + - 0.5757014655951708 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998025040461432 + - -0.019824492262398647 + - -0.00139370355515112 + - -0.034820498103922896 + - - -0.01986296912633526 + - -0.999090592077945 + - -0.03772865328668688 + - 0.03732814932268021 + - - -0.0006444847149444243 + - 0.037748885121005535 + - -0.9992870490062267 + - 0.5799601889430861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972490436936228 + - -0.03724598020569943 + - -0.06408651816623878 + - 0.04847533173012729 + - - -0.03718499859207974 + - -0.9993060978394482 + - 0.0021444581137348806 + - 0.034987867699075956 + - - -0.06412192083727714 + - 0.0002444982846197424 + - -0.9979420421491051 + - 0.5760052699687561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9993845351034717 + - -0.03121081677294273 + - -0.016013616467979806 + - -0.04285925454166293 + - - -0.03067755585752985 + - -0.998999837021299 + - 0.032530189025369693 + - -0.023731915220673163 + - - -0.017012894010893422 + - -0.03201890922226963 + - -0.9993424592648861 + - 0.5792746552894212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963407267539915 + - -0.0254327713468658 + - -0.08159859283680033 + - 0.025730904217753713 + - - -0.02207004287328681 + - -0.9988800645686348 + - 0.04185128211811732 + - -0.03062189399862298 + - - -0.08257160177021615 + - -0.03989725239884328 + - -0.9957861918263995 + - 0.5771386206327738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885142207258174 + - -0.02011025007672495 + - -0.14978388853505392 + - 0.06454417895129319 + - - -0.022890774247028366 + - -0.9995957520596352 + - -0.01686253002084096 + - -0.03287769714413818 + - - -0.14938422901096843 + - 0.020097519901315287 + - -0.9885749550826254 + - 0.5758287072804105 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997558922863199 + - -0.019432111772153548 + - -0.010514222313551796 + - -0.034842687474858004 + - - -0.019743950145734556 + - -0.9993423099099916 + - -0.030415852057856692 + - 0.03731838184498568 + - - -0.009916262976898467 + - 0.030616019594931154 + - -0.9994820293895914 + - 0.5799422042108286 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967467799666418 + - -0.03938717307021467 + - -0.0703171901007695 + - 0.04844034952006769 + - - -0.03778739761229751 + - -0.9989990318765105 + - 0.023938397847070483 + - 0.03499221123895842 + - - -0.0711896706539715 + - -0.02120341735031061 + - -0.9972374069823331 + - 0.5758490633612272 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973582081770647 + - -0.01981907105602082 + - -0.06988425433752096 + - 0.02573436175808201 + - - -0.016640950237856056 + - -0.9988134129334663 + - 0.045769475847807675 + - -0.030601442668390804 + - - -0.07070843907919422 + - -0.04448562202193254 + - -0.9965045640017443 + - 0.5772059165253506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866025895896766 + - -0.021139258864821417 + - -0.16176668986410733 + - 0.06450471879000443 + - - -0.022785555562663817 + - -0.9997056851472822 + - -0.008328357695476686 + - -0.0328665949990148 + - - -0.16154302421536185 + - 0.011902723169473233 + - -0.9867938875512484 + - 0.5755834348509088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999809320434289 + - -0.01952445901051622 + - -0.0003439085226083378 + - -0.034809973333157496 + - - -0.019525100613285405 + - -0.9992566987147959 + - -0.03323884052804754 + - 0.03733661907679018 + - - 0.00030531748448545923 + - 0.033239217408876615 + - -0.9994473779080515 + - 0.5798962840705404 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9983294435861642 + - -0.03827263718229006 + - -0.04328426171315364 + - 0.04848392761748335 + - - -0.03736217536209351 + - -0.9990672013491266 + - 0.021651675238548825 + - 0.03499880425414472 + - - -0.044072552923017316 + - -0.01999831071706318 + - -0.9988281522100343 + - 0.5758547343024369 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994705292108255 + - -0.03242191908119879 + - -0.002735032380904421 + - -0.04284474712266596 + - - -0.032367564251677264 + - -0.9993138352662495 + - 0.0180055388664932 + - -0.023725164242134063 + - - -0.0033169298222818005 + - -0.017907479123300703 + - -0.9998341463302814 + - 0.5792849156064366 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963988228298682 + - -0.024840730272701197 + - -0.08106987099269213 + - 0.025731563392932665 + - - -0.021568693423214973 + - -0.9989267323735406 + - 0.04098993551515241 + - -0.030617656845048222 + - - -0.08200108125670173 + - -0.03909375230186911 + - -0.9958652023259433 + - 0.5771091243224241 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872804275877161 + - -0.020499636245616404 + - -0.15766141638338127 + - 0.06450788384833143 + - - -0.022620314348021447 + - -0.9996760367239343 + - -0.011668032341595533 + - -0.032878922983857875 + - - -0.15737114945571568 + - 0.01508597075846412 + - -0.9874242932018953 + - 0.5756949364512288 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997889890767376 + - -0.01986563988186414 + - -0.005228161531457236 + - -0.034809457019095755 + - - -0.0200305397985654 + - -0.9992330522836952 + - -0.03364646637003053 + - 0.03731922568888734 + - - -0.00455574322070593 + - 0.03374408949572646 + - -0.9994201226850562 + - 0.5799306881154574 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975042491128058 + - -0.03774693659998091 + - -0.05966943756408828 + - 0.048473635797896535 + - - -0.03704889455146103 + - -0.9992319573934091 + - 0.01276223868494256 + - 0.03498775108206978 + - - -0.06010534430824209 + - -0.010519700616165133 + - -0.998136605622965 + - 0.5758213526982243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.997057969823512 + - -0.024630364319253396 + - -0.07258615546312834 + - 0.025750546721475268 + - - -0.022099939612808248 + - -0.9991266952763851 + - 0.03546039276715386 + - -0.03061935197543455 + - - -0.07339616802345213 + - -0.03375191756910173 + - -0.9967315639528442 + - 0.577273893541993 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987043749094891 + - -0.01648014844188278 + - -0.15960276338470902 + - 0.06452499113618915 + - - -0.022747053879259134 + - -0.9990370024698625 + - -0.037518518572117465 + - -0.032893392321915405 + - - -0.15883075556237836 + - 0.04066291188989975 + - -0.9864681032269206 + - 0.575745060555136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997701108141261 + - -0.01975381138505575 + - -0.008337413176366475 + - -0.034811646186561705 + - - -0.02007694512669771 + - -0.9989721777489442 + - -0.0406387051702211 + - 0.03727233607532157 + - - -0.007526074480722119 + - 0.04079675255821506 + - -0.9991391210355118 + - 0.5797459649911285 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9959728158789325 + - -0.03873388870672852 + - -0.08085688527172419 + - 0.04842450772677242 + - - -0.037261688097804016 + - -0.9991125594485268 + - 0.01963823190400395 + - 0.034961119437437876 + - - -0.08154579468183487 + - -0.016546281088759395 + - -0.9965322392937619 + - 0.5757840336290513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996826756586807 + - -0.017724019304180647 + - -0.07760332784315162 + - 0.025743544569210637 + - - -0.01699393533128145 + - -0.9998049998708944 + - 0.010058250102089187 + - -0.030642989557734583 + - - -0.07776646780317893 + - -0.008707546891345732 + - -0.9969335760784424 + - 0.5773701593267861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.990898483230801 + - -0.019617010359219877 + - -0.13317420484262074 + - 0.06452596502626404 + - - -0.02395139443330629 + - -0.9992316570777662 + - -0.03102299467042618 + - -0.032932435789253665 + - - -0.13246330297708206 + - 0.03393034627273006 + - -0.9906069881472743 + - 0.5758030919468418 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997246830480108 + - -0.020492789187697917 + - -0.011428197402168163 + - -0.03482419369104138 + - - -0.021046508404420926 + - -0.9984949963142155 + - -0.0506437243837579 + - 0.03734391191701984 + - - -0.010373166755479795 + - 0.0508703049605953 + - -0.9986513953751226 + - 0.5800473368332999 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996538477649924 + - -0.03973911349605304 + - -0.07301962353860693 + - 0.04843365757670339 + - - -0.038538414799982226 + - -0.9990989242899493 + - 0.017780046888912753 + - 0.03500541768129535 + - - -0.07366039063076284 + - -0.014904440318752004 + - -0.9971720034732772 + - 0.5755706431443682 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995031248831934 + - -0.031077304345488835 + - -0.005263506753990397 + - -0.042849073412088906 + - - -0.03095894777775909 + - -0.9992948414021074 + - 0.021245317122408916 + - -0.02368259464252341 + - - -0.00592004233307728 + - -0.021071808222257453 + - -0.999760437303367 + - 0.5791639336941335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995953761037663 + - -0.024076899335098514 + - -0.08658180405455344 + - 0.025706229161945895 + - - -0.01853219826979097 + - -0.9977596118592217 + - 0.06428308152092305 + - -0.030495570621172842 + - - -0.08793556449027158 + - -0.06241842565255883 + - -0.9941686359148706 + - 0.5770731120652769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883002900675536 + - -0.017915860286494063 + - -0.1514647107500103 + - 0.06453941554807147 + - - -0.02377247781728062 + - -0.9990345215576276 + - -0.036944472313869686 + - -0.03286943961654889 + - - -0.1506565828326674 + - 0.04011292418059556 + - -0.9877720118341411 + - 0.575807053829845 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996255241827088 + - -0.01972875391827577 + - -0.018962797031999608 + - -0.03483206858033781 + - - -0.020190506410068323 + - -0.9994965189604859 + - -0.02447553956048873 + - 0.037367384360018366 + - - -0.018470377726231925 + - 0.024849242537835582 + - -0.999520565217118 + - 0.5799607133971274 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977936955674596 + - -0.03780731262448725 + - -0.05457424482250016 + - 0.048471636158587246 + - - -0.037227988096938086 + - -0.9992395439407481 + - 0.011593564048216048 + - 0.03503670799703908 + - - -0.054971065007748704 + - -0.009536295779816106 + - -0.9984424074901436 + - 0.5757412391034542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995313017098156 + - -0.030586161108305848 + - 0.0012898259333398564 + - -0.04282014286622661 + - - -0.03061136515045076 + - -0.9990583362280921 + - 0.03074711591000662 + - -0.023640879106000334 + - - 0.00034817511014714617 + - -0.030772188121977486 + - -0.9995263634403444 + - 0.5791531356891604 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966854007750788 + - -0.02466320714459886 + - -0.0775237905108048 + - 0.025745430475403838 + - - -0.020804058585786697 + - -0.9985225024869313 + - 0.050199633201797496 + - -0.030521116177889204 + - - -0.07864733325536025 + - -0.04842043205691645 + - -0.9957258953804714 + - 0.5772633926355009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888917213240388 + - -0.01960377962203471 + - -0.14733925247981383 + - 0.0645173127493805 + - - -0.0229740838417498 + - -0.9995110988063848 + - -0.021207424041741498 + - -0.03281594853560127 + - - -0.14685147247614466 + - 0.02435683040513854 + - -0.9888586298577791 + - 0.5756241964163931 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997986898433459 + - -0.020060770729875173 + - 0.0003811367895901506 + - -0.03480858803744264 + - - -0.02004512716579815 + - -0.9994907497264133 + - -0.024828090708702684 + - 0.03736663006751046 + - - 0.0008790133309436062 + - 0.024815452626457797 + - -0.9996916627873358 + - 0.5797113411122388 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970295285444809 + - -0.03829104785326235 + - -0.0668275008111883 + - 0.048461538733538374 + - - -0.0377247253066089 + - -0.999240931043822 + - 0.00971631757491051 + - 0.035096361426929186 + - - -0.06714882211112197 + - -0.007166406419872217 + - -0.9977172336429364 + - 0.5757000215756433 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968586810022854 + - -0.026349122756672297 + - -0.07468931543626366 + - 0.02572776466164232 + - - -0.022011943535642196 + - -0.9980558465505339 + - 0.05830953188015047 + - -0.03050230762871893 + - - -0.0760805129594141 + - -0.05648230604580871 + - -0.9955006301613181 + - 0.5771582203854392 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850957524916526 + - -0.015465043824139841 + - -0.17131021814947908 + - 0.06451696082468522 + - - -0.02336689732634208 + - -0.9987491283644613 + - -0.04420595774971469 + - -0.032855874429554274 + - - -0.1704122839828305 + - 0.047550089492521534 + - -0.9842248942477573 + - 0.5755853127542894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997921527151319 + - -0.020332141104022414 + - -0.0015018013745620223 + - -0.034799639793817824 + - - -0.020358544087663848 + - -0.9995849594735859 + - -0.020382307936574404 + - 0.03729167851470375 + - - -0.0010867621051368875 + - 0.020408646018705373 + - -0.9997911312448271 + - 0.579829153825415 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965526865878863 + - -0.03784108101627222 + - -0.0738295025175308 + - 0.04845202755572399 + - - -0.037560278554781945 + - -0.9992808933261865 + - 0.0051886133124196725 + - 0.034967505967469954 + - - -0.0739727539662635 + - -0.002397669856038065 + - -0.9972573804439394 + - 0.5757637419659914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969796107087835 + - -0.023175618608693695 + - -0.07412520848582367 + - 0.02571634952020058 + - - -0.020538534770217255 + - -0.9991355636830638 + - 0.03614268907011879 + - -0.030695806224076323 + - - -0.07489876114098971 + - -0.03451110090725995 + - -0.9965937785746579 + - 0.5772430927004422 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989313879063238 + - -0.015297782880832882 + - -0.14499664317417757 + - 0.06452812204743295 + - - -0.02230833681160327 + - -0.998652904124431 + - -0.0468477874882101 + - -0.03291196497504145 + - - -0.14408465151274422 + - 0.04958180031797277 + - -0.9883224465100852 + - 0.575786672757405 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999698644982468 + - -0.020088129451328422 + - -0.014109793597501233 + - -0.034818191221741464 + - - -0.020543799626238354 + - -0.9992465485730355 + - -0.032928520492023904 + - 0.03731560063079734 + - - -0.013437690171096523 + - 0.03320846608958838 + - -0.9993581071181855 + - 0.5798300137887196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963765554030263 + - -0.03788809693709136 + - -0.07614625370749206 + - 0.048422216534651605 + - - -0.03782057546349918 + - -0.9992818318006115 + - 0.0023290995737694194 + - 0.034976670991296255 + - - -0.07617981304000387 + - 0.0005592349241039264 + - -0.9970939390756972 + - 0.5757540732729847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970214279944862 + - -0.023926863542670408 + - -0.07331969258559408 + - 0.02570109837905453 + - - -0.02106122209556263 + - -0.9989931805373886 + - 0.03961123784526286 + - -0.030649633516073513 + - - -0.07419364557478607 + - -0.03794905059158964 + - -0.9965215364032631 + - 0.5771730098966803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9873781884338237 + - -0.016309229863337504 + - -0.15753831923187867 + - 0.06454533388297809 + - - -0.02427918798874124 + - -0.998513471269811 + - -0.0487992697006858 + - -0.032932110386970956 + - - -0.15650825548752328 + - 0.052008236982017834 + - -0.9863063972469585 + - 0.575832591747995 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997461307515565 + - -0.019346018015346623 + - -0.011550135680655117 + - -0.03482781637974215 + - - -0.019702673716984382 + - -0.9993061265788361 + - -0.031608069071133255 + - 0.037328505377795196 + - - -0.010930631074815006 + - 0.03182761330909627 + - -0.9994336017641958 + - 0.5799484812817601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965272556813369 + - -0.03929118516982785 + - -0.07341410935354094 + - 0.04844010889501422 + - - -0.03788113478771965 + - -0.9990719130905875 + - 0.020502002358525263 + - 0.03499962798712169 + - - -0.07415152265070478 + - -0.017649794374571606 + - -0.9970907864618538 + - 0.5757485646673337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994817547815196 + - -0.031911203487692774 + - -0.004230478793396723 + - -0.04285275864093799 + - - -0.03174166617145538 + - -0.9988681065609519 + - 0.03542558854837705 + - -0.02370273230458473 + - - -0.005356163507044983 + - -0.03527294696089458 + - -0.9993633627090699 + - 0.5792883483151433 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969833757962129 + - -0.024260396209949728 + - -0.07372639664139044 + - 0.02571513339626349 + - - -0.02070455538670092 + - -0.9986028473484105 + - 0.04861763727174115 + - -0.030630211078329105 + - - -0.07480287275383482 + - -0.04694450386769272 + - -0.9960927385461608 + - 0.5771327345188036 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863006852863909 + - -0.01791197842807917 + - -0.16398206985029692 + - 0.0645262225667562 + - - -0.023274939197983575 + - -0.9992532545706614 + - -0.030841699617097082 + - -0.032889822011494325 + - - -0.163307181130916 + - 0.034235862173065026 + - -0.985981069966529 + - 0.5756687360971237 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997677069264942 + - -0.018740538426536484 + - -0.010645393671588383 + - -0.03480644016221639 + - - -0.019005052465917886 + - -0.9994988465672257 + - -0.025315285729234995 + - 0.037323311535952815 + - - -0.010165636611019156 + - 0.02551172142895516 + - -0.999622834824227 + - 0.5799256771283005 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972468530463166 + - -0.038235719080986705 + - -0.06353537499360655 + - 0.04844197683511043 + - - -0.037575154502437466 + - -0.9992269406215509 + - 0.01155979672030558 + - 0.03499328016046738 + - - -0.06392825551613533 + - -0.009140619369424802 + - -0.9979126350659201 + - 0.5758499950888982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967191822461919 + - -0.027636787533571624 + - -0.0760728579541126 + - 0.025697324697185435 + - - -0.024259105116223503 + - -0.9986936423944014 + - 0.04497226322928189 + - -0.030652040113837074 + - - -0.07721636848131612 + - -0.04297925797204998 + - -0.9960875542956702 + - 0.5771847951561189 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866218820362416 + - -0.018903300340599494 + - -0.16192568395253973 + - 0.0645514480795872 + - - -0.02208747800924137 + - -0.9995960220273171 + - -0.01788675661922695 + - -0.03291776845346375 + - - -0.16152215081051877 + - 0.02122399546261898 + - -0.986640834759107 + - 0.5759006132167329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997761190544743 + - -0.018870163673419385 + - -0.009572287673912437 + - -0.034847755738971475 + - - -0.019169572925741722 + - -0.999297078051899 + - -0.03221610266280791 + - 0.03733840497554865 + - - -0.008957635972646044 + - 0.032392386757913845 + - -0.999435087455862 + - 0.5800938963925787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971696448397204 + - -0.03791688227656885 + - -0.06492310412057326 + - 0.04846762769680839 + - - -0.03750815767311902 + - -0.9992681516044677 + - 0.007503285744165075 + - 0.03498966215366647 + - - -0.06516009145323862 + - -0.00504690275465724 + - -0.9978620602339735 + - 0.5759885097200539 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972851733654541 + - -0.02566204656675397 + - -0.06901986925112191 + - 0.025715448348109418 + - - -0.021467399528571483 + - -0.9979163971661691 + - 0.060844186446795616 + - -0.0306277120833626 + - - -0.0704374456018736 + - -0.059197327920248975 + - -0.9957581245584616 + - 0.5771171502532959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868096759574653 + - -0.01747836730831448 + - -0.16093840471732632 + - 0.06453052926244328 + - - -0.0240955159252682 + - -0.9989386048624679 + - -0.03925646224154635 + - -0.03288854318952971 + - - -0.16008144661083443 + - 0.042616550677670416 + - -0.9861834312435596 + - 0.5757840519333838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997865764051704 + - -0.020602682521016928 + - -0.0015267982730395686 + - -0.03481998295585703 + - - -0.02064456424054973 + - -0.9991265013611239 + - -0.03633230305387658 + - 0.03732847930898327 + - - -0.0007769217117498366 + - 0.03635606896818051 + - -0.9993385975943466 + - 0.5799726752049739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964668942083953 + - -0.03713895155452436 + - -0.07532879279601862 + - 0.04841932773954114 + - - -0.037496303455050034 + - -0.9992912023678565 + - -0.0033346810060696976 + - 0.034982225304263384 + - - -0.0751515533697183 + - 0.006147450498876099 + - -0.9971531742307618 + - 0.5756607409899133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966356907929192 + - -0.02486582333816021 + - -0.07809603490213934 + - 0.025754883377472854 + - - -0.021850237500994164 + - -0.9989911260530832 + - 0.03923387806912972 + - -0.030581673734116216 + - - -0.07899282852810696 + - -0.037395466261414594 + - -0.9961735351555073 + - 0.57717639209497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875058236755461 + - -0.01994096237456031 + - -0.15631572610091943 + - 0.06452104558391565 + - - -0.024079053696375596 + - -0.99940676006533 + - -0.024623710297312598 + - -0.032869561190325254 + - - -0.1557319728892187 + - 0.028079992081467685 + - -0.987400155288997 + - 0.5756984238409815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997887007399723 + - -0.019294674647473597 + - -0.007090091884185366 + - -0.03484324729683573 + - - -0.019551845739767103 + - -0.9990789857466441 + - -0.03819562236206902 + - 0.037283364924381134 + - - -0.0063465897020685376 + - 0.03832617603812798 + - -0.999245127598553 + - 0.5798912217579915 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970688931933209 + - -0.038213396965222184 + - -0.06628241485208868 + - 0.04846900907475877 + - - -0.03687411117604616 + - -0.9990926110829343 + - 0.021313244813079862 + - 0.035005322200297284 + - - -0.06703672240811469 + - -0.018806668281863094 + - -0.9975732489781963 + - 0.5760374736707174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964871085807593 + - -0.02309382477193874 + - -0.08049917819307746 + - 0.02576203354489727 + - - -0.019315674709349258 + - -0.9986891715063997 + - 0.04740088001697955 + - -0.030674975050251255 + - - -0.08148832519373837 + - -0.04567946993195603 + - -0.9956269576924158 + - 0.577171385649202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901160139322703 + - -0.024235813969973256 + - -0.1381408856062719 + - 0.06453037375005417 + - - -0.023371453854199774 + - -0.9996958259814973 + - 0.007875954539809656 + - -0.032883353616305934 + - - -0.13828974690704032 + - -0.0045695553815428315 + - -0.990381272573347 + - 0.5757105522836817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994326772538235 + - -0.02048664350710292 + - -0.02673239748072931 + - -0.03485694730521352 + - - -0.02131932503085711 + - -0.999284369484925 + - -0.03124476409488933 + - 0.03730171876441643 + - - -0.026073166617875447 + - 0.031796954900265115 + - -0.9991542141439367 + - 0.5798410992962391 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975709270735373 + - -0.03887118629625254 + - -0.05780377438857346 + - 0.048458422331561696 + - - -0.03789582089137973 + - -0.9991217982258624 + - 0.017875655761022537 + - 0.035033613820974426 + - - -0.058447858956607986 + - -0.01564171300849557 + - -0.9981679140292716 + - 0.5758122102341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994806454283014 + - -0.031239869329463425 + - -0.007906325221244955 + - -0.04283311752921614 + - - -0.03088277976038467 + - -0.9986466552429021 + - 0.041846288801225026 + - -0.02371908388502556 + - - -0.009202897831532133 + - -0.04158038643930581 + - -0.9990927775412353 + - 0.5791800833314196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971653451164176 + - -0.023479139342961794 + - -0.07148429558000523 + - 0.02574846900085893 + - - -0.019421135512684803 + - -0.9981885213002953 + - 0.05694291386756162 + - -0.03059650853439466 + - - -0.07269177391048938 + - -0.05539319416719343 + - -0.9958149928805564 + - 0.5772167461829963 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9846000590168407 + - -0.020070165698330904 + - -0.17366609407963138 + - 0.064499151802701 + - - -0.021418847207484545 + - -0.9997532097114494 + - -0.005895138332215689 + - -0.03288439397708595 + - - -0.17350491857101993 + - 0.009524081084024269 + - -0.9847869490966905 + - 0.575679144409133 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994897247304768 + - -0.019873588360548908 + - -0.02500661200304999 + - -0.0347869713054614 + - - -0.02052182787826213 + - -0.9994528672303548 + - -0.025938788822129542 + - 0.03725409489003534 + - - -0.024477433254543088 + - 0.026438734287017304 + - -0.9993507135088117 + - 0.5796930860821811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997087623528804 + - -0.038345303216110634 + - -0.06592350663417829 + - 0.04847699237378532 + - - -0.03812119618272234 + - -0.9992622828065281 + - 0.004654520586048025 + - 0.03498051424503525 + - - -0.06605335273307789 + - -0.0021278819403540133 + - -0.9978138236721161 + - 0.5757860320470024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964350793717331 + - -0.021771986026826572 + - -0.08150529566780007 + - 0.025739176798566715 + - - -0.01750348692933661 + - -0.9984557177307083 + - 0.05272388145964559 + - -0.03061188968235018 + - - -0.08252733209526636 + - -0.05110929812963475 + - -0.9952773880190053 + - 0.5771260301924868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.992752957399019 + - -0.022305328810060455 + - -0.11808487575543535 + - 0.06453552104686189 + - - -0.02398229684514172 + - -0.9996304446766386 + - -0.01279935598447433 + - -0.03291630315445437 + - - -0.11775574301720075 + - 0.015538545049678252 + - -0.9929210132755808 + - 0.5758869820902901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995220037200507 + - -0.02018468298737743 + - -0.02341671736503219 + - -0.034825436413077934 + - - -0.02097412616379288 + - -0.9992026788308592 + - -0.03397193913951917 + - 0.03725579354134346 + - - -0.022712333898567597 + - 0.034446845863343886 + - -0.9991484197550162 + - 0.5797238200950223 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966998227314103 + - -0.038556543082019 + - -0.07143427995535212 + - 0.048469149593174866 + - - -0.03712746911788527 + - -0.9990850674431392 + - 0.02122684736458206 + - 0.034995038251473355 + - - -0.07218735626185299 + - -0.01850462098242494 + - -0.997219416476746 + - 0.5757435262800175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964024765728393 + - -0.02553825891384255 + - -0.08080780909764723 + - 0.025732130139883753 + - - -0.021315177803618426 + - -0.998382947824426 + - 0.05269869721927325 + - -0.030686391307800306 + - - -0.08202297162815056 + - -0.05078667960260886 + - -0.9953355943098934 + - 0.5771497970960191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9909143486243218 + - -0.02322904757951727 + - -0.13247326160015999 + - 0.06451761176352938 + - - -0.022991533762202795 + - -0.9997301388760987 + - 0.003322468666254076 + - -0.03289978356529793 + - - -0.13251468999962757 + - -0.0002465184075766758 + - -0.9911810107962005 + - 0.5757311532159542 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994677967965789 + - -0.020284536702603828 + - -0.025547225629274136 + - -0.03481006221266539 + - - -0.02093191240071067 + - -0.9994598977266456 + - -0.025333137971697152 + - 0.03730951257263421 + - - -0.02501955654765484 + - 0.025854407883469065 + - -0.9993525761127325 + - 0.5798232852359102 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975800801540372 + - -0.039039853503363225 + - -0.05753150022640342 + - 0.048482350587976134 + - - -0.038030459541262746 + - -0.9991046284558784 + - 0.018537139615428043 + - 0.03504255705249815 + - - -0.05820367537316777 + - -0.0163043318316769 + - -0.9981715789064413 + - 0.5759992630373831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969300293297948 + - -0.026675604518846464 + - -0.07361337340489493 + - 0.025727346455067485 + - - -0.024390988643505043 + - -0.9991978106606363 + - 0.03176184572697099 + - -0.030695408548432262 + - - -0.0744015879769162 + - -0.029868834837428714 + - -0.9967809470550527 + - 0.5772702458647693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877200770017533 + - -0.02459308110372099 + - -0.1542861946172637 + - 0.06451648172967402 + - - -0.022466662274726785 + - -0.9996272587413819 + - 0.015511049849198757 + - -0.032880973682148915 + - - -0.15461015029383982 + - -0.011854279523309799 + - -0.9879044374245417 + - 0.5756117958182672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9992378385701965 + - -0.021492880941949986 + - -0.032585242647201425 + - -0.034801722844644084 + - - -0.02232725509158078 + - -0.9994264260262707 + - -0.02546198422022913 + - 0.03722765394228553 + - - -0.03201930120470014 + - 0.02617011710273533 + - -0.9991445787878711 + - 0.579806086989847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967664393200049 + - -0.03922882113874209 + - -0.07012677831886872 + - 0.048485647083424385 + - - -0.038100269684785866 + - -0.9991231274927631 + - 0.017359307561840863 + - 0.03500372592840708 + - - -0.07074627124637568 + - -0.014631326021402859 + - -0.9973870308980309 + - 0.5757108125699063 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995507631743026 + - -0.029804767101360107 + - -0.003153996782325408 + - -0.042813911367351944 + - - -0.02965646432812213 + - -0.9987733232801572 + - 0.03965277830701303 + - -0.023767111828512016 + - - -0.004331969670260459 + - -0.03954142842569026 + - -0.999208541535165 + - 0.5791706685760601 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963655808801745 + - -0.025403519399080636 + - -0.08130369265570302 + - 0.025755431160333832 + - - -0.02185341651797363 + - -0.9987809656120799 + - 0.04426071528448996 + - -0.03069164120660435 + - - -0.0823289585978375 + - -0.04232308983454846 + - -0.9957061306645921 + - 0.5771670640058291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900124575652166 + - -0.021306892442401627 + - -0.1393605044484564 + - 0.06451959581285684 + - - -0.023213903111953173 + - -0.9996576238505335 + - -0.01207268734850027 + - -0.03293111625721687 + - - -0.13905555928473037 + - 0.015187212119204636 + - -0.9901681170488462 + - 0.5757848074554253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994980650275764 + - -0.01916310742665224 + - -0.025226837294541355 + - -0.03479456547083638 + - - -0.019629666214301393 + - -0.9996383850218433 + - -0.018378666851473872 + - 0.037328830397408294 + - - -0.024865522525090663 + - 0.01886463635156893 + - -0.9995127969590378 + - 0.5797028247164918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974890998477657 + - -0.03864715966831016 + - -0.059345536769551045 + - 0.048505071324512115 + - - -0.037816644400214275 + - -0.9991712822141356 + - 0.015054906338727445 + - 0.03505589350842947 + - - -0.0598781854367827 + - -0.01277285591135571 + - -0.9981239687837709 + - 0.5759808589169729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9978595809208525 + - -0.023958316196636575 + - -0.0608461654460059 + - 0.02573546279140181 + - - -0.019785362600104793 + - -0.997469867769922 + - 0.06828178613536807 + - -0.030556519207066563 + - - -0.06232813322443658 + - -0.06693177105139046 + - -0.9958088882073108 + - 0.5772985822079758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9905828010148157 + - -0.023442304609624223 + - -0.13489318992533236 + - 0.0645468450885509 + - - -0.02339468004066713 + - -0.9997244278067585 + - 0.0019383994028430635 + - -0.0328749865800517 + - - -0.13490145766238779 + - 0.0012356379080143646 + - -0.9908582491555107 + - 0.5757651893978386 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996707708700999 + - -0.02027653426414739 + - -0.01572297765103581 + - -0.0348100074927586 + - - -0.020673180339329543 + - -0.999461321089809 + - -0.025488963495424354 + - 0.03729753161559921 + - - -0.015197680172897222 + - 0.025805615738601812 + - -0.9995514497581972 + - 0.5796893993487141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976640047247006 + - -0.03787785871016272 + - -0.056848935752619165 + - 0.04850221430752502 + - - -0.03734530750302238 + - -0.9992482854760439 + - 0.0104015374195634 + - 0.035035871621261726 + - - -0.05720018954668919 + - -0.008254198490394323 + - -0.998328606483408 + - 0.5758684448002613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996608138313684 + - -0.02527068348448868 + - -0.07831737484849526 + - 0.025721950102493125 + - - -0.02152451037819298 + - -0.9986002571758049 + - 0.04831378500382633 + - -0.03067433259497081 + - - -0.07942867303381058 + - -0.046464168179831684 + - -0.995757082312471 + - 0.5771804603659969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9929284742291831 + - -0.021387680004532672 + - -0.11677162415985427 + - 0.06453526002236164 + - - -0.02330408721868743 + - -0.9996148200293554 + - -0.015070869138290048 + - -0.03289779401549232 + - - -0.11640431514256831 + - 0.017685551212879052 + - -0.9930444384288583 + - 0.5758075932531987 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999502387494736 + - -0.021431409584631567 + - -0.023144590632340034 + - -0.03480907883135261 + - - -0.022085813737792826 + - -0.999352641698859 + - -0.028399196486012898 + - 0.03725783643539843 + - - -0.02252097297770151 + - 0.028896231808445333 + - -0.9993286814474054 + - 0.5796432322549809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974591222682189 + - -0.03907603657154511 + - -0.05956813552373144 + - 0.04848426256040284 + - - -0.037646838253667506 + - -0.998980099036098 + - 0.024929446430497867 + - 0.03501335762717392 + - - -0.06048152588531942 + - -0.022623551792062525 + - -0.9979129019763681 + - 0.5757918077627164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9976594282387643 + - -0.02535465609353257 + - -0.06350438300369941 + - 0.025744549023791967 + - - -0.02146129561249969 + - -0.997891237014098 + - 0.06125758631472869 + - -0.03061523981849174 + - - -0.0649236323455085 + - -0.05975132220170719 + - -0.9960997447335349 + - 0.5773279542652934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890933803810623 + - -0.024314104710164316 + - -0.14526909237173044 + - 0.06453269129007501 + - - -0.0221190474981684 + - -0.9996157441345509 + - 0.01670663988065173 + - -0.03288684700113128 + - - -0.14561947886233131 + - -0.013311212960176767 + - -0.9892511202851335 + - 0.5757725687813665 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9994925458740471 + - -0.020854278474224264 + - -0.0240779943420421 + - -0.034771822713152684 + - - -0.02168461381675962 + - -0.9991605722458449 + - -0.034755264248372525 + - 0.03728423234537159 + - - -0.02333298664624618 + - 0.03525974955492041 + - -0.9991057610661099 + - 0.5797456775747079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979446604266079 + - -0.03917224040954891 + - -0.05071479377182546 + - 0.048487119722259525 + - - -0.03846396264646535 + - -0.9991493754456653 + - 0.014867720876715031 + - 0.035037336620781886 + - - -0.05125405645949989 + - -0.012886470728368283 + - -0.9986025037864731 + - 0.5756975580244721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995092276585528 + - -0.030568142429408102 + - -0.00684780941751678 + - -0.04280144191082919 + - - -0.030259257263123788 + - -0.9986842457361538 + - 0.04140235099960407 + - -0.0237405738981842 + - - -0.008104392345345917 + - -0.04117482224400909 + - -0.9991190884163347 + - 0.5790813167749225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966893227442871 + - -0.023069804169429293 + - -0.07796267095936722 + - 0.025757323320933022 + - - -0.018084411787630674 + - -0.9977823289442469 + - 0.06405761544805554 + - -0.030627197268809 + - - -0.07926757204449865 + - -0.062435632311843695 + - -0.9948961975201188 + - 0.5770551766223412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877544303074962 + - -0.02504039490495222 + - -0.15399403894604982 + - 0.06451317983736791 + - - -0.023352709264078706 + - -0.9996458687831149 + - 0.012758839872009108 + - -0.03288362636893895 + - - -0.15425899123856893 + - -0.009006422589252612 + - -0.9879893966911809 + - 0.5756693923962051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997231535282587 + - -0.019175203685279803 + - -0.013635536774978446 + - -0.034779191484378094 + - - -0.019706975273823046 + - -0.9990054241596453 + - -0.03999747023454497 + - 0.03726446976133835 + - - -0.012855015560888475 + - 0.04025511226210176 + - -0.9991067382976127 + - 0.5797566791792985 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975975801972122 + - -0.03891357325720719 + - -0.05731319046277706 + - 0.048483103117334975 + - - -0.037502034950118376 + - -0.9989710957595279 + - 0.025501906038729694 + - 0.03502380046616191 + - - -0.05824659096691145 + - -0.02329127848281556 + - -0.9980304860009884 + - 0.5758298858511794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994486037174848 + - -0.03152967260330434 + - -0.010410008294832287 + - -0.042828794857945676 + - - -0.03117336724238771 + - -0.9989763856511771 + - 0.03277807325153611 + - -0.023691812227521813 + - - -0.011432834379158386 + - -0.03243548453222609 + - -0.9994084398489036 + - 0.5792172663956409 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967033168473489 + - -0.02666254011127912 + - -0.0766264128111692 + - 0.02569989508756433 + - - -0.02213912692159355 + - -0.9979954445221477 + - 0.059287028700979176 + - -0.030638852011290782 + - - -0.07805355369643881 + - -0.05739513627351702 + - -0.9952956551133447 + - 0.5771064140959707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878685574020553 + - -0.024124131150036185 + - -0.15340710411398262 + - 0.06450565017258843 + - - -0.0214691082811395 + - -0.9995900861198045 + - 0.018940356929451303 + - -0.03286963833113745 + - - -0.15380114006728024 + - -0.015417069347257945 + - -0.9879815399524159 + - 0.5755888575984243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997080662098081 + - -0.02060629949901085 + - -0.012615973050191423 + - -0.03479452607657453 + - - -0.02102839053023289 + - -0.9991905942030262 + - -0.03429232053844863 + - 0.037292234386414914 + - - -0.011899123780938776 + - 0.03454760305955768 + - -0.9993322140189845 + - 0.5796389189450959 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973857395129027 + - -0.03884224128195363 + - -0.06093411941182772 + - 0.04851345987482771 + - - -0.03729382463758035 + - -0.9989569731431337 + - 0.026346469452489394 + - 0.035023260009096994 + - - -0.06189391941218286 + - -0.02400512655463515 + - -0.9977940151348349 + - 0.5757779164613452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969925478089167 + - -0.02638862110214644 + - -0.0728663179377988 + - 0.02575080550558298 + - - -0.022807182845727813 + - -0.9985110618508435 + - 0.049552918906374366 + - -0.030605292652249077 + - - -0.07406545769875839 + - -0.047742015435332505 + - -0.9961099376765824 + - 0.5772666614975115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901395362184513 + - -0.026346208004571544 + - -0.13758479618362587 + - 0.0645455742544424 + - - -0.023215041260858865 + - -0.999434794727199 + - 0.024313637075897714 + - -0.032884638567122634 + - - -0.1381476046711149 + - -0.020879856617843372 + - -0.9901915324376652 + - 0.5757798882548655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999524626883858 + - -0.021940928153263626 + - -0.021659084109389496 + - -0.03478253380227415 + - - -0.022380405107375063 + - -0.9995441971030448 + - -0.020261182217715706 + - 0.03728808919670762 + - - -0.021204662692767957 + - 0.020736289673010996 + - -0.9995600875238482 + - 0.5796986558725344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962905065706291 + - -0.03737745161001212 + - -0.07751227404985839 + - 0.04843746656948142 + - - -0.03660996718003071 + - -0.9992657470514409 + - 0.011299427985657721 + - 0.03498791429528475 + - - -0.07787770425684248 + - -0.008419791022774412 + - -0.996927364605274 + - 0.5757377113312704 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995077179994922 + - -0.030481113535213156 + - -0.007431243307885212 + - -0.04281243489743778 + - - -0.030183368914891262 + - -0.9988468265626601 + - 0.03733605906694465 + - -0.02375385067598731 + - - -0.008560718450873115 + - -0.037093379238837876 + - -0.9992751349434491 + - 0.5791513222735953 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963520268027699 + - -0.027979426658727293 + - -0.08062127740157247 + - 0.025742067378762966 + - - -0.023274126724889158 + - -0.9980029650448862 + - 0.058723051579502916 + - -0.03070180232565712 + - - -0.08210331120732099 + - -0.05663244163431469 + - -0.9950134736993913 + - 0.5770945087766928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875950129582164 + - -0.021803136358809174 + - -0.1555014907484158 + - 0.06447768553623538 + - - -0.024112901800061693 + - -0.9996249389401594 + - -0.012982658266471398 + - -0.032898780044862255 + - - -0.15516010552600512 + - 0.016571200735087666 + - -0.9877503414119162 + - 0.5755129713775777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9993913155383265 + - -0.020410074865412783 + - -0.02829182338700327 + - -0.03479390699146809 + - - -0.021399660050892166 + - -0.9991536837496651 + - -0.035127920507484964 + - 0.03726859474330911 + - - -0.02755091606969521 + - 0.0357119740908029 + - -0.9989822830912758 + - 0.5797211783022233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977590405851273 + - -0.03821583290075907 + - -0.05492219083710597 + - 0.048493947588204654 + - - -0.0372286597861977 + - -0.9991282836602079 + - 0.018886494664979527 + - 0.03502745573691933 + - - -0.05559607739013404 + - -0.01679949123955885 + - -0.9983120019677826 + - 0.5756575502740253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995264074687181 + - -0.030691040192620145 + - 0.002240719655164946 + - -0.042817348507339176 + - - -0.03076324637169197 + - -0.9983733805030529 + - 0.04800224760968947 + - -0.023704765396394965 + - - 0.0007638359461615773 + - -0.048048445914538516 + - -0.998844714357465 + - 0.579191932581647 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968609220605674 + - -0.0240378925558366 + - -0.07543528212997815 + - 0.025731599381100055 + - - -0.019206119372887295 + - -0.9977563218738252 + - 0.06413616093476887 + - -0.030601404758080784 + - - -0.0768077277830151 + - -0.062486013493342846 + - -0.9950859616488018 + - 0.5770910115446426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9908760129258286 + - -0.02242911149647118 + - -0.1328971856951529 + - 0.06452799369399316 + - - -0.02318900536771001 + - -0.9997223906392134 + - -0.0041727310808413525 + - -0.03288577379997058 + - - -0.1327667015417247 + - 0.007216412688834216 + - -0.9911210452561462 + - 0.5757483850773534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996699659950444 + - -0.02083068558627907 + - -0.015034680757243126 + - -0.03479492675876328 + - - -0.021325614345920042 + - -0.9992096270240065 + - -0.03354607928379781 + - 0.037295008087574584 + - - -0.01432400992165673 + - 0.03385563174054422 + - -0.9993240810363838 + - 0.5798328756131019 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969135274886263 + - -0.03949697609923803 + - -0.06784841626154751 + - 0.048455711758195165 + - - -0.03775934027160665 + - -0.9989299558405171 + - 0.026705346781424517 + - 0.03500879626070411 + - - -0.06883059590354444 + - -0.024061010026167565 + - -0.9973381657512583 + - 0.5756100687935075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996239054262744 + - -0.023091294586486864 + - -0.0835137047196062 + - 0.02574073645631816 + - - -0.01870353091273324 + - -0.9984222318895295 + - 0.05294548894973655 + - -0.030627687480910815 + - - -0.08460451934187632 + - -0.051184362680904066 + - -0.9950991087946364 + - 0.5771532102757171 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860849616340597 + - -0.025111863320572452 + - -0.1643345452414799 + - 0.06450196585439376 + - - -0.022049535140623373 + - -0.9995480591646045 + - 0.0204327046754563 + - -0.032864157941018476 + - - -0.16477337903689881 + - -0.01652488247585703 + - -0.9861930144854613 + - 0.5755104988221774 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996549958305858 + - -0.019547787864120012 + - -0.017543468886480208 + - -0.0348342013589039 + - - -0.020138445063083283 + - -0.9992138653363684 + - -0.03414812366726163 + - 0.03730107963119593 + - - -0.01686215708006284 + - 0.03448964060660504 + - -0.9992627944386973 + - 0.5799051580334897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977920347006147 + - -0.03742372261972215 + - -0.05486821004269566 + - 0.04846669364852344 + - - -0.036405222927140775 + - -0.9991478846377455 + - 0.019446448712899342 + - 0.03499783513061569 + - - -0.05554921450058908 + - -0.017406022210727463 + - -0.9983042197442457 + - 0.5758436029625122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994819143169347 + - -0.02894346268694902 + - -0.014077603526342373 + - -0.04286748695534179 + - - -0.028331674785850303 + - -0.9987212190580227 + - 0.04187174234596217 + - -0.023757526297651484 + - - -0.01527151456747207 + - -0.04145120711085525 + - -0.9990238126650782 + - 0.5791084595725537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968086971232705 + - -0.021935747301030435 + - -0.07675444175911487 + - 0.025748481220314243 + - - -0.018385905608758003 + - -0.9987418795233106 + - 0.04665422340143309 + - -0.03065674900472877 + - - -0.07768127067932053 + - -0.045094135722844514 + - -0.9959579002694119 + - 0.5771545697971228 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890346914087462 + - -0.01947765916032963 + - -0.1463933058020079 + - 0.0645281443104011 + - - -0.02282470517563612 + - -0.9995142889529071 + - -0.021218364984379887 + - -0.03290009016115506 + - - -0.14590891687505417 + - 0.024327083109141875 + - -0.988998878161017 + - 0.5758076641702158 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996276874453365 + - -0.0200937699736859 + - -0.018458789259680156 + - -0.03484329334729117 + - - -0.02083776797593337 + - -0.9989402223487326 + - -0.041039244628106666 + - 0.03730576868678265 + - - -0.017614593905902295 + - 0.041408605169807586 + - -0.9989870136790672 + - 0.5798436106378783 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997390608294426 + - -0.03927628826960393 + - -0.06057514065883529 + - 0.048459258337037694 + - - -0.03814786880204314 + - -0.9990784089349877 + - 0.019674168490572467 + - 0.0350182767122867 + - - -0.061292043463542736 + - -0.017312018359980547 + - -0.9979697287134348 + - 0.5757098309534803 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995317717616146 + - -0.030299100453882337 + - -0.004266350990389943 + - -0.04283466610275508 + - - -0.030114646568914938 + - -0.9988182573404576 + - 0.0381470426822459 + - -0.02374312193290672 + - - -0.005417130339671923 + - -0.03800070150743664 + - -0.9992630291288807 + - 0.5791510267016675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969490286379111 + - -0.021740893425239806 + - -0.07496644483365839 + - 0.025753915799623595 + - - -0.01790927434657682 + - -0.9985170394619484 + - 0.05140991924253827 + - -0.03062981254281575 + - - -0.07597297012954426 + - -0.04991047442388848 + - -0.9958599561948844 + - 0.5771275853219088 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895481529636118 + - -0.01935046279537904 + - -0.14289860935610613 + - 0.0645295503297064 + - - -0.023558816051045664 + - -0.9993353833039237 + - -0.02781679102759895 + - -0.032882878531109744 + - - -0.14226536877461557 + - 0.030892576234506045 + - -0.9893463567330796 + - 0.575763169356639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999785639985792 + - -0.018882704041090166 + - 0.008492206209039769 + - -0.034795583737165375 + - - -0.01865537672702927 + - -0.999485367665927 + - -0.026095531051870104 + - 0.0373130448787753 + - - 0.008980590034784524 + - 0.025931511907389806 + - -0.999623381925825 + - 0.5797320460762332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964853007520561 + - -0.03772528624858781 + - -0.07479203274778999 + - 0.04845728191184788 + - - -0.037499832677870194 + - -0.9992868723586099 + - 0.0044169311608271405 + - 0.03498532543171771 + - - -0.07490532647426427 + - -0.001596718262518048 + - -0.9971893714618977 + - 0.5758600201357812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963236534284371 + - -0.025677420179928016 + - -0.08173033532241915 + - 0.025721443623279026 + - - -0.02167524480139743 + - -0.9985396804153084 + - 0.049484243945852234 + - -0.030616487411805553 + - - -0.08288161063716813 + - -0.047530797689461786 + - -0.9954252668529123 + - 0.5770971678036718 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858814005745163 + - -0.0182501185132109 + - -0.1664475808640181 + - 0.06450072370405101 + - - -0.021797376131487328 + - -0.9995720340882581 + - -0.019509563358636076 + - -0.0328500711015532 + - - -0.16602029512988029 + - 0.022862236174878554 + - -0.9858572816397267 + - 0.5755307489348808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999802864464129 + - -0.019787456191343106 + - 0.0016397520538471862 + - -0.034790763276465964 + - - -0.019729597211051674 + - -0.9993579000387578 + - -0.02990870482006405 + - 0.0373328108633121 + - - 0.002230516355483794 + - 0.02987045710396374 + - -0.9995512896240932 + - 0.5799475511775077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968579365946829 + - -0.03723871055640737 + - -0.06991089102770172 + - 0.04842629743554541 + - - -0.037646325305767794 + - -0.9992808963000087 + - -0.004521557344924571 + - 0.03496548758785882 + - - -0.06969224088206218 + - 0.007139238471100983 + - -0.9975429929756858 + - 0.5756950091377926 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995269631726865 + - -0.030607768370845903 + - -0.0030024000638657487 + - -0.042832177761382574 + - - -0.030511563949804074 + - -0.9991398752532311 + - 0.02808120624715189 + - -0.02374614537385291 + - - -0.003859320681657893 + - -0.027976314880890068 + - -0.9996011361786068 + - 0.5790717946546217 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9976016267444484 + - -0.02216573005296455 + - -0.06557190502074399 + - 0.025744899553194457 + - - -0.019332591482425568 + - -0.9988650487603592 + - 0.04353005021291952 + - -0.030588021144767337 + - - -0.06646235944806665 + - -0.04215797405218558 + - -0.9968979185455308 + - 0.5772518897486398 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879765619074146 + - -0.02169946658609575 + - -0.15307333625254138 + - 0.0645390108159341 + - - -0.024311417501934725 + - -0.9995886886662546 + - -0.015212115879299045 + - -0.032884402859556856 + - - -0.15268028065421974 + - 0.01875064373181663 + - -0.988097740741771 + - 0.5757526265806338 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998013742769891 + - -0.01941372076238981 + - 0.004507708952866945 + - -0.03481362368109685 + - - -0.01930033002638255 + - -0.9995264558086244 + - -0.023965838176924298 + - 0.037301546036347076 + - - 0.004970840443679333 + - 0.023874077674535636 + - -0.9997026153614251 + - 0.5797896676169518 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979585250598121 + - -0.037685398520120296 + - -0.051561545737342056 + - 0.04845789533250734 + - - -0.03698349632104699 + - -0.9992106699158673 + - 0.01450028020954603 + - 0.035006431740186736 + - - -0.052067295496457326 + - -0.012563752013788055 + - -0.9985645441707918 + - 0.5759005321649504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995200322224896 + - -0.030890188237538307 + - -0.0023455184081133435 + - -0.04288212724748273 + - - -0.030828060672591612 + - -0.9992591398676874 + - 0.023039142042521284 + - -0.02375732162518549 + - - -0.003055464141560034 + - -0.02295577621292539 + - -0.9997318122763428 + - 0.5792474444039354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971233467210278 + - -0.025149725184540714 + - -0.07150190729623329 + - 0.02569990731082357 + - - -0.021394059986099882 + - -0.9983751367646422 + - 0.05281458593507469 + - -0.030639284967421385 + - - -0.0727139987978121 + - -0.05113294058945083 + - -0.9960412123830558 + - 0.5771405594230062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879123168900222 + - -0.018565416508423624 + - -0.1538979514056539 + - 0.06455577289601129 + - - -0.023919390834970446 + - -0.9991687331359786 + - -0.03301068714111276 + - -0.03287534646928125 + - - -0.1531571639822055 + - 0.03629280966408149 + - -0.987535171569912 + - 0.5757909758771584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999723085895155 + - -0.01927017585796018 + - 0.013505993139037343 + - -0.03481249079616998 + - - -0.018841036356182738 + - -0.9993351992362414 + - -0.031211775285728816 + - 0.03731626231992983 + - - 0.014098470743078321 + - 0.030948665397155992 + - -0.9994215393080347 + - 0.5798870394635354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997037913273393 + - -0.0368399774500938 + - -0.0675145581109336 + - 0.04846375358733277 + - - -0.036497394681423496 + - -0.9993138829034457 + - 0.006301080693554983 + - 0.03501416516725261 + - - -0.06770036688900916 + - -0.00381831087195268 + - -0.9976983917122342 + - 0.5759920975407227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995558094953603 + - -0.029530505405091372 + - 0.004016584941830614 + - -0.04284794770315832 + - - -0.02957414404565997 + - -0.9994989661426691 + - 0.011277707377969015 + - -0.023741254199234455 + - - 0.0036815360981017568 + - -0.011391484989078944 + - -0.9999283376131026 + - 0.5792007188604062 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964212411532681 + - -0.021951256996815324 + - -0.08162629781412721 + - 0.025750550227385587 + - - -0.018258244134038832 + - -0.9987875442045862 + - 0.04571737156611193 + - -0.030602774184551824 + - - -0.0825308833087509 + - -0.044063407244922276 + - -0.9956139158540552 + - 0.5771622168998333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891526391623263 + - -0.017468180975722614 + - -0.1458489598578066 + - 0.06453578391504088 + - - -0.025147032983235708 + - -0.9983833996934826 + - -0.050972678452521666 + - -0.0328881801027187 + - - -0.14472278041256925 + - 0.054087428020599335 + - -0.9879928476258176 + - 0.5758539402114797 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997277090407256 + - -0.01899618086597302 + - 0.013551859233678857 + - -0.03479122814132579 + - - -0.018595175000257338 + - -0.9994027433946033 + - -0.029126894136702688 + - 0.03734254505010203 + - - 0.014097065045320989 + - 0.02886696395272841 + - -0.9994838523704422 + - 0.5798809013820938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964104471525116 + - -0.03782980879505572 + - -0.07573061713640944 + - 0.04844249456142982 + - - -0.03712409929518841 + - -0.9992533197586184 + - 0.010705335254035758 + - 0.03499932983106362 + - - -0.0760790513666732 + - -0.007855476937133354 + - -0.9970708447373423 + - 0.5758514648323181 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994763866880417 + - -0.031449412440707106 + - -0.007608344770734868 + - -0.04283124485548958 + - - -0.03116358479109685 + - -0.9988960721011955 + - 0.0351492265031863 + - -0.023711928788033933 + - - -0.008705368227949265 + - -0.034893718602901504 + - -0.9993531132518066 + - 0.579051550026178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963585341547861 + - -0.024352459369973104 + - -0.08171064275576059 + - 0.025732875561472905 + - - -0.02175359720175309 + - -0.9992334536306332 + - 0.03254667654585361 + - -0.03064485953113462 + - - -0.08244059937742812 + - -0.030650658525231505 + - -0.9961245327298487 + - 0.5771959865077475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886297851612553 + - -0.01796981736199505 + - -0.149292443063896 + - 0.06452127005118244 + - - -0.023226800725555545 + - -0.9991673140997333 + - -0.03354391394545398 + - -0.03289557978749057 + - - -0.14856535134433407 + - 0.036630098262238266 + - -0.9882239484455095 + - 0.575630585055295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997001548899318 + - -0.01931545296107833 + - 0.015050368432529632 + - -0.03478401459063604 + - - -0.018758474550923544 + - -0.9991645346640421 + - -0.03630912147258688 + - 0.03732359958156253 + - - 0.015739121499272684 + - 0.03601591240683882 + - -0.9992272684969794 + - 0.5798596719188683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969525899380998 + - -0.0381178255318402 + - -0.0680629472799937 + - 0.048460883387949835 + - - -0.03723411050501187 + - -0.9992055899094866 + - 0.01420598847444375 + - 0.03497142326142096 + - - -0.06855037877806054 + - -0.01162843370190741 + - -0.9975798840689528 + - 0.5758975905656836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995451789946637 + - -0.03011312822895432 + - 0.0016231625896386483 + - -0.04285802211033479 + - - -0.030145667385534116 + - -0.999191569721187 + - 0.02659785209358833 + - -0.02375115325517533 + - - 0.0008209058451447604 + - -0.026634686151299228 + - -0.9996448967544508 + - 0.5791767476995936 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965898345643271 + - -0.023138173673268883 + - -0.07920433423817652 + - 0.025736272829172364 + - - -0.019682572934184503 + - -0.9988316636970421 + - 0.0441350645053223 + - -0.030648692477144183 + - - -0.08013300172673954 + - -0.042425611548498623 + - -0.9958809012723348 + - 0.5771181633362017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889046426717205 + - -0.019920933188861047 + - -0.14720993214862194 + - 0.06453048630038614 + - - -0.022771347133935575 + - -0.9995839496169897 + - -0.01770292116587161 + - -0.032890563947985035 + - - -0.1467960266901756 + - 0.020858669396301273 + - -0.9889468350012517 + - 0.5757742176006954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99961549428208 + - -0.02013200553590975 + - 0.019067405284804315 + - -0.03480458108638834 + - - -0.019389794607527593 + - -0.9990765509843076 + - -0.03834163713741549 + - 0.03730144129249675 + - - 0.01982169155926855 + - 0.0379571814865309 + - -0.9990827557901932 + - 0.5798555824441123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962702572951261 + - -0.038682025888508005 + - -0.07713154544195203 + - 0.048418578225556 + - - -0.037816284305688376 + - -0.9992045868067537 + - 0.012653945853263146 + - 0.03498780847419794 + - - -0.07755967425417967 + - -0.00968992143965909 + - -0.9969406212769546 + - 0.5757477495327772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994988027143319 + - -0.03144818913300658 + - -0.0036269509056066347 + - -0.042837772178026395 + - - -0.03132398514020561 + - -0.999049058573825 + - 0.030327982420369177 + - -0.023723491306180264 + - - -0.0045772620149180585 + - -0.03019917156162882 + - -0.9995334205065072 + - 0.5791699763695812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997010671646449 + - -0.02206149386351016 + - -0.07404735722230162 + - 0.02573349119044758 + - - -0.018403797297951108 + - -0.9985935887395214 + - 0.04972066746675668 + - -0.0306263745626055 + - - -0.07504012838550296 + - -0.04820928351297261 + - -0.9960144798721821 + - 0.5771465124383598 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860940551840245 + - -0.015734023434884156 + - -0.16544169618713594 + - 0.06453029063545203 + - - -0.023036493333636034 + - -0.9988387749380672 + - -0.042313374423579485 + - -0.03290819787578801 + - - -0.1645838215184452 + - 0.045536163505187875 + - -0.9853114347796907 + - 0.5757230130232458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997229342440735 + - -0.018819648729847902 + - 0.014137735607405187 + - -0.03478529541784663 + - - -0.018483174350062467 + - -0.9995514344990931 + - -0.023564847904267452 + - 0.03729959938971198 + - - 0.014574876066881362 + - 0.023297008659722812 + - -0.999622339873987 + - 0.5798159491309027 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997007005086012 + - -0.039675834823659384 + - -0.06635404991759235 + - 0.048462087096146446 + - - -0.03828958168394073 + - -0.9990237045087129 + - 0.02203510299856422 + - 0.03501101228180047 + - - -0.0671635298647225 + - -0.01942848323298038 + - -0.997552802760524 + - 0.57589950604952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9974086787223447 + - -0.023875319747087263 + - -0.06786675707826878 + - 0.02572757660221382 + - - -0.020909526529659463 + - -0.9988091775211518 + - 0.04407968466115459 + - -0.03069219051211565 + - - -0.06883835638400926 + - -0.04254639827876979 + - -0.9967201636787798 + - 0.5771878336911794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871109945360911 + - -0.016493545633433433 + - -0.1591849472104911 + - 0.06452799754004564 + - - -0.02251684548712136 + - -0.9990941530109088 + - -0.03610907211110411 + - -0.03289448631921634 + - - -0.15844518337670632 + - 0.039228004943581606 + - -0.9865882056323546 + - 0.5756711863207606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996768559224644 + - -0.01902735665616225 + - 0.016856554560636897 + - -0.03479562481009933 + - - -0.018434905972424597 + - -0.9992301280084795 + - -0.03463099077337558 + - 0.037311164502519555 + - - 0.01750251338420841 + - 0.034309050975463586 + - -0.9992580002413785 + - 0.5799045939355452 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967439768450163 + - -0.037595814842536164 + - -0.07133021330058764 + - 0.048449717614602185 + - - -0.03762326718946849 + - -0.999291533961445 + - 0.0009591240657958955 + - 0.03498228513704662 + - - -0.07131573731772992 + - 0.001727674538060625 + - -0.9974522949753138 + - 0.5758980549173894 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967994032271426 + - -0.022438635114229066 + - -0.07672976854013659 + - 0.025723831203227465 + - - -0.017639497056476713 + - -0.9978789436778939 + - 0.06266148663960393 + - -0.03060915538720643 + - - -0.07797305861390201 + - -0.06110745796137488 + - -0.9950809417891049 + - 0.5770431022319029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880991898740057 + - -0.014320435955258674 + - -0.15314997905447128 + - 0.06454385707105548 + - - -0.024157281972834888 + - -0.9977485837470541 + - -0.0625634826271078 + - -0.03292606379357972 + - - -0.15190923835639028 + - 0.06551861372769426 + - -0.9862205101077457 + - 0.575788028605378 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997709164670163 + - -0.018800753897333603 + - 0.010229674461789278 + - -0.03482003748531855 + - - -0.018552546418880673 + - -0.9995436202827369 + - -0.02384017981172002 + - 0.03730476506823367 + - - 0.01067321919935904 + - 0.023644931908799405 + - -0.9996634431582215 + - 0.5799164446567426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979748747089487 + - -0.038134923053160984 + - -0.05091048117419067 + - 0.048452552380671365 + - - -0.03744929753627487 + - -0.9991954288601755 + - 0.014354269712174485 + - 0.03501703627814081 + - - -0.05141691904128143 + - -0.012418638760338604 + - -0.9986000590064287 + - 0.5759465649536046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966430265816557 + - -0.02646661967421737 + - -0.07747383822412232 + - 0.025726117236788415 + - - -0.02193812480338776 + - -0.9980327901430994 + - 0.058730473174417104 + - -0.03064177874014789 + - - -0.07887582802271004 + - -0.05683368580516553 + - -0.9952630486014897 + - 0.5771262566846871 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854816333937586 + - -0.012708181909209658 + - -0.16930579540031152 + - 0.06453441514066005 + - - -0.02400263399387055 + - -0.997607502083281 + - -0.06483166933307068 + - -0.03289786591907714 + - - -0.16807683899016543 + - 0.06795420443003335 + - -0.9834289004779934 + - 0.5757674619894131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998061970861536 + - -0.019071463657625586 + - 0.004883394524225626 + - -0.03479493376300351 + - - -0.018921002590258338 + - -0.9993945749728103 + - -0.029197246032722658 + - 0.03727559197167351 + - - 0.005437272211578841 + - 0.0290991888009231 + - -0.9995617406053642 + - 0.5798627822059049 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967463503250312 + - -0.038305169729758275 + - -0.07091845377406691 + - 0.04843425067118355 + - - -0.037216636723117 + - -0.9991692064219082 + - 0.016607796037853523 + - 0.03497885414395949 + - - -0.07149569962417035 + - -0.013914413756598399 + - -0.9973438494446446 + - 0.5758366498332991 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996786253432821 + - -0.022035980883034403 + - -0.07701675476078279 + - 0.025736713842177048 + - - -0.018794465085096395 + - -0.9989170001044203 + - 0.042562835720274576 + - -0.030662668446394818 + - - -0.07787125945767867 + - -0.040978560844770175 + - -0.99612088849776 + - 0.577136164408651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889751458179902 + - -0.014697660725760984 + - -0.1473503977716906 + - 0.06456767619852505 + - - -0.02423597271843631 + - -0.9977098986594216 + - -0.06314725444069683 + - -0.03291529897457075 + - - -0.1460848335066862 + - 0.0660222453889393 + - -0.9870665046151281 + - 0.5759023162379734 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999795839438815 + - -0.01917480471287454 + - 0.006372307671349482 + - -0.034812577727616686 + - - -0.01898927728753142 + - -0.9994275282227013 + - -0.028000413903353432 + - 0.03730932509888148 + - - 0.006905562173527828 + - 0.027873691805804793 + - -0.9995876002213027 + - 0.5797514759800513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968722093907701 + - -0.03831292880625956 + - -0.06912248281602124 + - 0.04845642739441769 + - - -0.037301683979957555 + - -0.9991781510142677 + - 0.01586212179908829 + - 0.03498225410197396 + - - -0.06967339891683227 + - -0.013234123393569368 + - -0.9974820677392552 + - 0.5759134081423192 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9975433444630055 + - -0.023340016691806804 + - -0.06604937197572575 + - 0.02575371225509008 + - - -0.01972868226668366 + - -0.9983018790660262 + - 0.05481001139629323 + - -0.030661846573021092 + - - -0.06721647873536554 + - -0.0533722950046907 + - -0.9963098630006383 + - 0.5771619117682287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9838211025667866 + - -0.015152641370781622 + - -0.1785117239952624 + - 0.06452700883540413 + - - -0.02309051254497483 + - -0.9988307333468807 + - -0.0424734546763466 + - -0.03289543762843529 + - - -0.17765941116271503 + - 0.04590820821184144 + - -0.9830206356145818 + - 0.5756682847737861 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997635245085259 + - -0.01842748185683308 + - 0.011546556833369198 + - -0.03480362126322892 + - - -0.018070955889755963 + - -0.9993788150768872 + - -0.030255983354495187 + - 0.0373179950620661 + - - 0.012096925870676048 + - 0.030040171236747026 + - -0.9994754886922173 + - 0.5799673415725051 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973715947147875 + - -0.03744515282276182 + - -0.06203033601522374 + - 0.048452302513403635 + - - -0.036505564632766906 + - -0.9992019336986221 + - 0.0162123238241161 + - 0.03496071115685179 + - - -0.06258790463759295 + - -0.013905258825895217 + - -0.9979425825016492 + - 0.5758857252037058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994979368662508 + - -0.030122976958046575 + - -0.009822446706059005 + - -0.04285167878731197 + - - -0.029768824228360427 + - -0.998964629670696 + - 0.0344018280175707 + - -0.02373574545321403 + - - -0.010848562308866345 + - -0.03409215343850438 + - -0.9993598119645178 + - 0.5790537967548097 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969924605394037 + - -0.021502589916232027 + - -0.07445584096952867 + - 0.02574416365482278 + - - -0.01826338246019563 + - -0.9988682779022333 + - 0.04391596818629926 + - -0.030635295825963565 + - - -0.07531588470367992 + - -0.04242407367900667 + - -0.9962568521640295 + - 0.5771191936772178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889726937800475 + - -0.016964171546322997 + - -0.14712317234611094 + - 0.06453056746050909 + - - -0.023571538513823907 + - -0.9987847083112542 + - -0.04328381932887686 + - -0.03290761104302145 + - - -0.1462101006412616 + - 0.046274434922000535 + - -0.9881706751078593 + - 0.5756664877077674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997988130626299 + - -0.019989451017739 + - 0.001659893540515446 + - -0.03481613645714598 + - - -0.01993482585052424 + - -0.9994047314657777 + - -0.028156445836203352 + - 0.03730240603955787 + - - 0.0022217373529970254 + - 0.02811769143843775 + - -0.9996021505135471 + - 0.5797846984717565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962157772736007 + - -0.038279828780513975 + - -0.07803063385421294 + - 0.04844949896162034 + - - -0.03788096356467943 + - -0.9992605552423284 + - 0.006585995460420706 + - 0.03497260761883188 + - - -0.0782250452896458 + - -0.003605196988763137 + - -0.9969292075388827 + - 0.5758013444080583 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971597141889815 + - -0.02416979298685662 + - -0.07133249964442029 + - 0.025758609967368267 + - - -0.020819874645160268 + - -0.9986619451088015 + - 0.04733764053334975 + - -0.03065725653930617 + - - -0.07238119381654695 + - -0.045718054403893 + - -0.9963286718162906 + - 0.577144722498176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868193415871879 + - -0.016722119926381784 + - -0.16095949109821597 + - 0.06454431907354873 + - - -0.023407686529847427 + - -0.9989362612682626 + - -0.03972941145683627 + - -0.032897449281639776 + - - -0.16012391227030823 + - 0.04297344096711245 + - -0.9861610497736654 + - 0.5757885513156087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998252326423204 + - -0.01860335589388822 + - -0.0018491406694043627 + - -0.0348171296767731 + - - -0.018655750729792944 + - -0.9992404183764464 + - -0.03421329051075373 + - 0.03727988765242782 + - - -0.0012112540764599765 + - 0.03424180825176638 + - -0.999412843339134 + - 0.5797938814253838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996636094808666 + - -0.038782923377500736 + - -0.07219681003220649 + - 0.048446531868480976 + - - -0.03774208401494278 + - -0.9991637640489549 + - 0.015726020022023324 + - 0.03499057708503001 + - - -0.07274633749365397 + - -0.01294826111178582 + - -0.9972664202285366 + - 0.5759036896949883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965619459184867 + - -0.02112722133626317 + - -0.08011197454667944 + - 0.025728967295193812 + - - -0.016886877184354734 + - -0.9984387788104749 + - 0.053243200001577784 + - -0.030617220363976398 + - - -0.08111178290556674 + - -0.051707305925333596 + - -0.9953628650837965 + - 0.5771287716046866 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864179914834943 + - -0.015981506238708927 + - -0.16347518935915314 + - 0.06452891508915119 + - - -0.023562952050953836 + - -0.9987295356905829 + - -0.04454325796255239 + - -0.03289864716469234 + - - -0.1625556316105761 + - 0.047790229101942416 + - -0.9855413540963524 + - 0.575717617379823 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997721361698387 + - -0.019734721012095287 + - 0.008137353683607662 + - -0.03483963092062751 + - - -0.019489298626596853 + - -0.9993832799862296 + - -0.029210048322604914 + - 0.03731188705954179 + - - 0.00870878736912828 + - 0.029044801093144865 + - -0.9995401725553701 + - 0.5799308345394463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968871317817715 + - -0.038226481294010475 + - -0.06895493177280189 + - 0.048448961150329234 + - - -0.0377907621037136 + - -0.9992566752946468 + - 0.007612829875275931 + - 0.03499752743100543 + - - -0.06919468756728091 + - -0.004983272716602646 + - -0.9975907288089133 + - 0.5759162341330306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995437787327244 + - -0.030203147729619392 + - 6.529877057401799e-05 + - -0.0427956370819879 + - - -0.03018483047374755 + - -0.9988574885908538 + - 0.03704852892145127 + - -0.023754782317361944 + - - -0.001053758026196035 + - -0.03703359762695594 + - -0.9993134654555732 + - 0.5791405140882211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964981997906603 + - -0.022740440127599855 + - -0.0804624769490494 + - 0.0257438026620189 + - - -0.019439534584859107 + - -0.9989463646937872 + - 0.04157240623527366 + - -0.03062624088542726 + - - -0.08132307365746408 + - -0.03986267487098175 + - -0.9958903176771187 + - 0.5771570739582941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9828331507364112 + - -0.018156914578010757 + - -0.18360099200861021 + - 0.06453331901637413 + - - -0.023083620478551895 + - -0.9994275725886316 + - -0.02473203621212092 + - -0.032874586146557375 + - - -0.1830468362991863 + - 0.028545640693498218 + - -0.9826896774253083 + - 0.5757907442816048 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998169719666502 + - -0.019120295864971507 + - 0.0006609489197312145 + - -0.03481537059455197 + - - -0.019080049390778314 + - -0.9990589221867219 + - -0.038951530321040415 + - 0.03729316404704208 + - - 0.0014050916994988467 + - 0.03893179016101654 + - -0.9992408825864635 + - 0.5800581725645727 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968449488954839 + - -0.03884145170701424 + - -0.06922058574478941 + - 0.04843092278845661 + - - -0.03728686382511459 + - -0.9990256249180254 + - 0.023611237647277655 + - 0.034984582715901276 + - - -0.07007023367769959 + - -0.02095572443129899 + - -0.9973219239372572 + - 0.5758947618283597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971194733448927 + - -0.02276213715169624 + - -0.07235081885294244 + - 0.025741656687327655 + - - -0.020010801015126492 + - -0.9990571445462961 + - 0.03852777924736749 + - -0.030679163040531504 + - - -0.07315957708418587 + - -0.03696900111293567 + - -0.9966348224086767 + - 0.5771928395492172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862136913164158 + - -0.018488686815952858 + - -0.16444063828588976 + - 0.06451198974032533 + - - -0.02289861683408735 + - -0.9994260982004755 + - -0.02496252356750545 + - -0.03288796636792949 + - - -0.16388474122728716 + - 0.02838384568014392 + - -0.9860710668594176 + - 0.5755934571395596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997374792904513 + - -0.01921282336606056 + - 0.012483586034435046 + - -0.03480711563368935 + - - -0.018801286710709082 + - -0.999301786393636 + - -0.03228701485907523 + - 0.037304872888843085 + - - 0.01309519453831437 + - 0.032043831368814 + - -0.9994006747802461 + - 0.5799974666759335 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9958440151300652 + - -0.03918656106614957 + - -0.08221381247357164 + - 0.04844361132843561 + - - -0.03755536666930659 + - -0.999067625533752 + - 0.02129493002298279 + - 0.034961396382572354 + - - -0.0829716334897934 + - -0.018118858743274357 + - -0.9963871812673403 + - 0.5759577041683801 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995823216461757 + - -0.028846469033438953 + - 0.001750279047532922 + - -0.04283130523165919 + - - -0.02889624975669683 + - -0.998545571424517 + - 0.045516464476974806 + - -0.02381918476519145 + - - 0.00043474410862444303 + - -0.045548029735521585 + - -0.9989620553278149 + - 0.5792858813983643 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966279199907901 + - -0.024171811508546505 + - -0.07841245196540272 + - 0.02573201785893324 + - - -0.020411538718805453 + - -0.9986191049773726 + - 0.04840715093167428 + - -0.030736362485657986 + - - -0.07947426112875788 + - -0.046643399346386484 + - -0.9957450653231738 + - 0.5770245458805849 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9885797926473073 + - -0.018948056696607166 + - -0.14950239033817816 + - 0.06450120271319916 + - - -0.022455650495775865 + - -0.9995099452538263 + - -0.02180855564922484 + - -0.03292371297643383 + - - -0.14901589623331593 + - 0.024916670847365145 + - -0.9885208253667023 + - 0.5755925449610416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997679905105591 + - -0.01911806392353308 + - -0.009922942219642593 + - -0.03486493684987015 + - - -0.019515966347860646 + - -0.9989401898509254 + - -0.04168481927641169 + - 0.037362642237322205 + - - -0.009115492745202167 + - 0.04186880380920425 + - -0.999081533739664 + - 0.5799789452360179 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974416872049513 + - -0.03989223922537629 + - -0.05931854579577398 + - 0.04848322992277596 + - - -0.03727084863972376 + - -0.9983067305806453 + - 0.044660446919598445 + - 0.03504706465434574 + - - -0.060999708748606225 + - -0.04233533898492864 + - -0.9972395673084864 + - 0.5759607710824596 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966998058116173 + - -0.025351406835532362 + - -0.07711551897344482 + - 0.02576723703400182 + - - -0.020466614913924864 + - -0.9977727470018406 + - 0.06348750282036265 + - -0.030523463174728947 + - - -0.07855326071557764 + - -0.061699688101803 + - -0.9949987606620876 + - 0.5770439478652587 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854600597190073 + - -0.01811207966279425 + - -0.16893911112853388 + - 0.06453691802453967 + - - -0.02329756850817884 + - -0.9993147286416911 + - -0.028762761018191113 + - -0.03283597420784254 + - - -0.16830238857549595 + - 0.032280422705898 + - -0.985206719582094 + - 0.5756975081556853 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997872102936813 + - -0.02047192346547226 + - 0.002536628234880539 + - -0.034789430588485215 + - - -0.020345395285002926 + - -0.9988853867401869 + - -0.04259165467089226 + - 0.0373257573305917 + - - 0.003405733970105055 + - 0.04253098290107347 + - -0.9990893435872458 + - 0.5798728073870401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974474216988098 + - -0.03880519260865581 + - -0.05993995306139071 + - 0.04845936201379989 + - - -0.03730575267474273 + - -0.9989672742722366 + - 0.02593580055576968 + - 0.035018951250057974 + - - -0.06088449526576962 + - -0.023633492329803097 + - -0.9978649890022846 + - 0.5758052913641475 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965295752743443 + - -0.020141840923989955 + - -0.08076578389223914 + - 0.0257352189973816 + - - -0.016047278540716102 + - -0.9985682269461275 + - 0.05102921697521861 + - -0.030549342033020548 + - - -0.08167796798997796 + - -0.04955605288821891 + - -0.9954259928127094 + - 0.5771146827621381 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9887966239833976 + - -0.01820977169946468 + - -0.14815411102527243 + - 0.06453701746052384 + - - -0.022698339122469553 + - -0.9993314041548966 + - -0.02866234587197971 + - -0.03286789752071613 + - - -0.14753312102750604 + - 0.03170408308809765 + - -0.9885488502423272 + - 0.5757039879921176 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998060338537558 + - -0.019400151170524207 + - 0.003395409280670036 + - -0.034794893876052196 + - - -0.01931157991555368 + - -0.9995152656535972 + - -0.024419185215426655 + - 0.03731261746174176 + - - 0.0038674992938119053 + - 0.024348878002506322 + - -0.9996960410991095 + - 0.5798699474353964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970413077351232 + - -0.03837914211867282 + - -0.06660084173694789 + - 0.04846559014377968 + - - -0.03727032632885314 + - -0.999146454173958 + - 0.017812520510798437 + - 0.034974623030224944 + - - -0.06722762412264813 + - -0.01527758363883283 + - -0.9976206904394987 + - 0.5758477929779637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969501934713163 + - -0.02401586885075285 + - -0.07425328128001103 + - 0.02574348183635185 + - - -0.019938157245212935 + - -0.9982774433608378 + - 0.05517803877099684 + - -0.03063862347475219 + - - -0.07545052433992862 + - -0.0535292828299792 + - -0.995711722466165 + - 0.5770947651714703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.989509563113835 + - -0.020420305641980906 + - -0.1430169067759315 + - 0.06452977614667167 + - - -0.023537282031894084 + - -0.9995201438874107 + - -0.020136492193058908 + - -0.03290117841828072 + - - -0.14253708591387185 + - 0.02329148086271307 + - -0.9895153793945821 + - 0.5756262957288492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998135983059645 + - -0.019010746102223773 + - 0.003370485887253812 + - -0.034795363473765314 + - - -0.018866300849823284 + - -0.9990737317655977 + - -0.03867481335710436 + - 0.03729772934273658 + - - 0.0041026009705247505 + - 0.03860401570561908 + - -0.9992461651848743 + - 0.5798995459800519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9980291968981403 + - -0.03874277444478671 + - -0.04936313976211055 + - 0.048483123762521486 + - - -0.03748120164862157 + - -0.9989529819730202 + - 0.0262316474927852 + - 0.035017924261695144 + - - -0.05032774246703944 + - -0.02432976028510677 + - -0.9984363680789278 + - 0.575904198958221 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995164024159169 + - -0.029948007455368023 + - 0.00837126937782808 + - -0.042827853609432545 + - - -0.03021527927537797 + - -0.9989694480692413 + - 0.0338685506413662 + - -0.023745275875746565 + - - 0.0073483467428977125 + - -0.03410511213424013 + - -0.9993912362665871 + - 0.5792144044297052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971795346502815 + - -0.022201609896139084 + - -0.07169424100070908 + - 0.02574929720629669 + - - -0.0172692988339987 + - -0.9974880252809563 + - 0.06869796750182097 + - -0.03063119455652056 + - - -0.07303935235494731 + - -0.06726609799236802 + - -0.9950580511047844 + - 0.5770170263247831 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886634218499348 + - -0.017026814388704212 + - -0.149180179272417 + - 0.06453861704596339 + - - -0.02256283078461607 + - -0.9991150850881121 + - -0.03549599155340981 + - -0.0329113551536777 + - - -0.1484437838474978 + - 0.038459515612492765 + - -0.988172711976955 + - 0.5758360107276435 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998010270696617 + - -0.01972734049584553 + - 0.002956062822500228 + - -0.034828322559029117 + - - -0.019607439835682246 + - -0.9991515274842063 + - -0.03621841284578528 + - 0.03732391862205355 + - - 0.0036680476468682883 + - 0.03615324553810648 + - -0.9993395260188211 + - 0.5800401890877239 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968695350442618 + - -0.03932886721711363 + - -0.06858841231619217 + - 0.048450309060647595 + - - -0.03793192012193038 + - -0.9990478782029312 + - 0.021552412720718516 + - 0.035019846629873994 + - - -0.06937073977190117 + - -0.018883253470716874 + - -0.9974122132808779 + - 0.57573811338588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995338342429961 + - -0.029677833879116402 + - -0.007165220145843338 + - -0.04285632909689197 + - - -0.02946335567191222 + - -0.9991628199160418 + - 0.02838256454188751 + - -0.023749054559234643 + - - -0.008001554601777497 + - -0.028158222132577595 + - -0.9995714529988778 + - 0.5791598336356154 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973126764954744 + - -0.023616459069974855 + - -0.06935191534795103 + - 0.025751356487950534 + - - -0.02009417529811666 + - -0.998493709348555 + - 0.05105425065997342 + - -0.03060553500139569 + - - -0.07045317182726211 + - -0.04952348182790706 + - -0.9962849870027746 + - 0.5771454556013695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898293733882044 + - -0.024456342623353267 + - -0.1401417100059926 + - 0.06455330969681083 + - - -0.02270877001311823 + - -0.9996433087268328 + - 0.014055855796108406 + - -0.03286342659880086 + - - -0.14043547750624083 + - -0.010730453073325747 + - -0.9900316833487881 + - 0.5757708577771836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998017659832393 + - -0.019499914081024014 + - 0.004022696561835271 + - -0.03482471978640379 + - - -0.01937774397166228 + - -0.9994073151099773 + - -0.02845209207134548 + - 0.03734067854261757 + - - 0.0045751257211825444 + - 0.028368501114798005 + - -0.9995870629260546 + - 0.5800834193989565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967721980508913 + - -0.038862529628236636 + - -0.07024876499760735 + - 0.0484580440834838 + - - -0.037378466830744805 + - -0.9990519113116139 + - 0.022318797503323995 + - 0.034988267605314885 + - - -0.07104952786737956 + - -0.01962096571287715 + - -0.9972797913796895 + - 0.5758750556711812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9958094328994195 + - -0.02219765885354507 + - -0.08871773943219058 + - 0.025746110973970063 + - - -0.01730412490786351 + - -0.9983058400736367 + - 0.055551930083869855 + - -0.03062228715470178 + - - -0.08980056018594476 + - -0.05378395314860873 + - -0.9945064835253706 + - 0.5770201082001593 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986750408421764 + - -0.01934638630664883 + - -0.16108801574405193 + - 0.06452987874615707 + - - -0.02402599407843261 + - -0.9993425220019132 + - -0.027152814355055826 + - -0.03288481192858373 + - - -0.160456795082119 + - 0.03066335036702472 + - -0.9865664579014661 + - 0.5756768754807544 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997345661802954 + - -0.019742460261119383 + - 0.011875708279287299 + - -0.03480962293103272 + - - -0.019363405422986858 + - -0.9993246872951297 + - -0.031228638985982098 + - 0.03731726421717205 + - - 0.012484218626796556 + - 0.03099039569495491 + - -0.999441713988339 + - 0.5798524132955306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971322609913565 + - -0.03877611195087874 + - -0.06498974713166879 + - 0.048466087086000455 + - - -0.03758352340561304 + - -0.9991037182991822 + - 0.019474055796580934 + - 0.035008656637985566 + - - -0.06568662617827976 + - -0.016975665604668632 + - -0.9976958925036193 + - 0.5759153430052439 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995371466001227 + - -0.030418840363853464 + - 0.00043210809199260673 + - -0.04283573749955399 + - - -0.030418480237491094 + - -0.9991104022452066 + - 0.02920822119648221 + - -0.0237435321294082 + - - -0.00045675652828377133 + - -0.02920784614345379 + - -0.9995732554931299 + - 0.5792205414481291 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965075860131598 + - -0.024350615355231968 + - -0.0798728899567702 + - 0.02573875678624592 + - - -0.02093529412161778 + - -0.9988417991804788 + - 0.04332174592450121 + - -0.030684296140410464 + - - -0.08083529228168929 + - -0.041498286009511554 + - -0.9958632174048845 + - 0.5772184585601395 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987253662134003 + - -0.019819284448513344 + - -0.15791580847701311 + - 0.0645492019960699 + - - -0.0241371102298832 + - -0.999384108406016 + - -0.025471626867218156 + - -0.03289790714433229 + - - -0.15731372003976715 + - 0.02895858818142278 + - -0.9871240011557759 + - 0.5758555655906763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997847482985888 + - -0.01985659914819847 + - 0.006014361129425614 + - -0.03482205123402219 + - - -0.0195688660167005 + - -0.998812339826875 + - -0.044620278936650895 + - 0.037311712657141574 + - - 0.006893225104971281 + - 0.044492980118574554 + - -0.9989859148996152 + - 0.5799139858369666 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972181616616516 + - -0.038612469339269415 + - -0.06375747221840089 + - 0.04844613749792806 + - - -0.03779153306063299 + - -0.9991871136679935 + - 0.014032530375950498 + - 0.03500775085937137 + - - -0.06424747528956501 + - -0.011584001525762555 + - -0.9978667610595959 + - 0.5759043135535314 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966954411408264 + - -0.02083915959152303 + - -0.07851068103521049 + - 0.025718335891789585 + - - -0.017212810184285273 + - -0.9987659614173829 + - 0.04658619408762918 + - -0.030573988016645952 + - - -0.07938461295901929 + - -0.045080857817143674 + - -0.995824181009789 + - 0.5770830401929554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851495653686403 + - -0.018059385819567744 + - -0.17074598805769667 + - 0.06453569372112064 + - - -0.022564431910075074 + - -0.9994456193612608 + - -0.024480611760356145 + - -0.03287677391628032 + - - -0.1702092249748958 + - 0.02796985025711967 + - -0.985010917305001 + - 0.5757085719579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997461637720204 + - -0.018763439494646282 + - 0.012471622246493388 + - -0.034814819360901215 + - - -0.018432285840662144 + - -0.9994878929964832 + - -0.026157266526526904 + - 0.0373222624314257 + - - 0.012956035729211559 + - 0.02592074635851343 + - -0.999580039839933 + - 0.5799119944569546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972468811326013 + - -0.03811266510891342 + - -0.06360882666419172 + - 0.0484775085354152 + - - -0.03759079180057163 + - -0.999249177579253 + - 0.009381549924833803 + - 0.03499672839695771 + - - -0.0639186236014626 + - -0.006964615242918019 + - -0.997930811074301 + - 0.5760311898580327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966492730236365 + - -0.023043330792690116 + - -0.07848077145030839 + - 0.025725642055299428 + - - -0.0198352637316127 + - -0.9989451546629831 + - 0.04141425223334023 + - -0.03057544955432968 + - - -0.07935230868824329 + - -0.03971879758159876 + - -0.996055032728874 + - 0.577186142320909 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855375649679039 + - -0.017950532126507806 + - -0.16850366890222238 + - 0.06450884919660316 + - - -0.02313576723550533 + - -0.9993157007785073 + - -0.028859425704360696 + - -0.03288004659774642 + - - -0.1678703199245152 + - 0.03234050979709825 + - -0.9852784617124769 + - 0.5755029456157938 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997655567784554 + - -0.019032764148652778 + - 0.010324019000714424 + - -0.03477807204696319 + - - -0.018733160713753062 + - -0.9994216754665942 + - -0.02837927584027111 + - 0.03729153315647639 + - - 0.010858184431020405 + - 0.028179221004265783 + - -0.9995439116589399 + - 0.5798112601886318 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997669052863627 + - -0.03674768138216268 + - -0.05749842494563285 + - 0.048463384090285576 + - - -0.03651707323004787 + - -0.9993202359317745 + - 0.005056621399105154 + - 0.034967316278043135 + - - -0.057645158694419794 + - -0.0029451604875831016 + - -0.9983327910615767 + - 0.5757429860261456 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971532218340743 + - -0.019721649301059494 + - -0.07277711683469923 + - 0.02576188233691133 + - - -0.017234621190343653 + - -0.9992510853610737 + - 0.0346444257730068 + - -0.030620594800155627 + - - -0.07340585820185472 + - -0.033291514738173746 + - -0.9967463343439428 + - 0.5772207294777273 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98583503627178 + - -0.020031509921461663 + - -0.1665173260333125 + - 0.06452205209954609 + - - -0.02365055756263341 + - -0.9995246063603032 + - -0.019779090152433558 + - -0.03286041587095777 + - - -0.16604195971499094 + - 0.023437147662373793 + - -0.9858401329442101 + - 0.575685909183164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996617810162268 + - -0.0194333966166379 + - 0.017281975332861806 + - -0.0348321187993787 + - - -0.01884091441034636 + - -0.9992506919767075 + - -0.033809385209632246 + - 0.037304863388404656 + - - 0.017926057002230024 + - 0.03347234201563649 + - -0.9992788693854889 + - 0.5799039459291554 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964021831623036 + - -0.03833152951278364 + - -0.07558692502414588 + - 0.04846029427570074 + - - -0.0372204530603001 + - -0.9991781131492596 + - 0.01605416075263829 + - 0.034997265839956125 + - - -0.07614018166107336 + - -0.013183021227933717 + - -0.9970099702048736 + - 0.5758465346213844 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965665157196323 + - -0.025667616795288076 + - -0.07871691809568032 + - 0.02572713550850687 + - - -0.02146737811778917 + - -0.9983237174293431 + - 0.053748552490331385 + - -0.03065648947675597 + - - -0.07996456354648393 + - -0.051874161835236306 + - -0.9954470050739582 + - 0.5770951634275503 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9898960718761217 + - -0.020013692933153485 + - -0.1403752790893091 + - 0.06453652491663661 + - - -0.023626635018725556 + - -0.9994298793548935 + - -0.024118423877937892 + - -0.03289330683934595 + - - -0.13981254951511293 + - 0.02719132854130882 + - -0.9898045679073438 + - 0.5757529148813841 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999802648842809 + - -0.019418381445047317 + - 0.0041940230039298615 + - -0.03483180651363276 + - - -0.019248021626957622 + - -0.9991140993493628 + - -0.037423657554539164 + - 0.03734194661630815 + - - 0.004917014373684761 + - 0.037335545306930853 + - -0.9992906884517051 + - 0.5801795376650246 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99736254472358 + - -0.037389759305905025 + - -0.062209004826883955 + - 0.04848190758277779 + - - -0.03707725688582927 + - -0.9992933503168047 + - 0.00617065915753569 + - 0.035007533279721434 + - - -0.06239576431399017 + - -0.0038478450674034894 + - -0.9980440685080046 + - 0.575957085851214 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996190781105761 + - -0.02499592248204058 + - -0.08354119641928544 + - 0.02572563268554834 + - - -0.01867035081764198 + - -0.9969589129037782 + - 0.07565939453936069 + - -0.030526294306462774 + - - -0.0851783167257958 + - -0.07381144789928107 + - -0.9936279608177154 + - 0.5770092377273184 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983414765865275 + - -0.019852795353159376 + - -0.1802810716487227 + - 0.06452472300906739 + - - -0.02356946674610034 + - -0.999551067807957 + - -0.018497110079087872 + - -0.03286182058853847 + - - -0.17983291833101855 + - 0.022439459900786322 + - -0.983441199118641 + - 0.5756033249334662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997895639607394 + - -0.019951230644144828 + - 0.004772440777936246 + - -0.034823619934009536 + - - -0.01977865387971646 + - -0.9992321081329515 + - -0.033823053186901264 + - 0.03729544061662192 + - - 0.005443587594697943 + - 0.03372154314324466 + - -0.9994164421711988 + - 0.5798343540693353 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965952180344791 + - -0.03880854410614393 + - -0.07274522867632228 + - 0.048449612402067146 + - - -0.038082736480621715 + - -0.9992102598617555 + - 0.011338508241848988 + - 0.0349790351284353 + - - -0.07312780984657251 + - -0.008529565719568285 + - -0.9972861023476056 + - 0.5758986287405354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963034403420066 + - -0.02771499616704602 + - -0.08131010853603851 + - 0.025715361344094672 + - - -0.02366606742630216 + - -0.998451488943695 + - 0.05034422984506079 + - -0.030639154605872496 + - - -0.08257948907116983 + - -0.04823383888494895 + - -0.9954165584172113 + - 0.5771260632270276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854486304218262 + - -0.01881875280840167 + - -0.16892853915926492 + - 0.06451448369190929 + - - -0.02416242081202524 + - -0.9992687687264304 + - -0.02963284104616597 + - -0.03290058733891629 + - - -0.1682473602177747 + - 0.033283365074778776 + - -0.9851827461892796 + - 0.5756726419032763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998059702223573 + - -0.018776709575051835 + - 0.005954585230314413 + - -0.03479845824567784 + - - -0.018577212917108267 + - -0.9993166913393077 + - -0.031953678518949584 + - 0.037322730208405555 + - - 0.006550501352060594 + - 0.03183685895615506 + - -0.9994716130755509 + - 0.5798947148344819 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969643953063707 + - -0.03837783773512921 + - -0.06774316247547656 + - 0.04846372788582101 + - - -0.03685919349197298 + - -0.9990434717148453 + - 0.023527462231839325 + - 0.035002047884472795 + - - -0.06858129735229583 + - -0.020959083823617414 + - -0.9974253468098506 + - 0.5759067116629271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995362646987097 + - -0.030425094788518365 + - -0.0012526608721711574 + - -0.04282347859215073 + - - -0.030376028634606835 + - -0.9991179880072987 + - 0.028992118319234313 + - -0.023738552455800945 + - - -0.002133643958241759 + - -0.028940622787987976 + - -0.9995788552766122 + - 0.5792868767812811 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970368352948733 + - -0.026199016370596438 + - -0.07232676272581867 + - 0.025749409759054057 + - - -0.02223034735163847 + - -0.9982310560388069 + - 0.055141367558974204 + - -0.03063590808100841 + - - -0.07364347032703683 + - -0.05337012554661654 + - -0.9958555462401809 + - 0.5771222601011068 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845953197468544 + - -0.01746834401594479 + - -0.17397388680468673 + - 0.0645256728419849 + - - -0.023991869392882358 + - -0.9990828966107808 + - -0.03546485447377978 + - -0.032867432201392766 + - - -0.17319482248503915 + - 0.03909248850037701 + - -0.9841114422702457 + - 0.5756192028459161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997479353878752 + - -0.01970112429488375 + - 0.010767143966645683 + - -0.0348107506911352 + - - -0.01927609779023006 + - -0.9990823911461033 + - -0.038246669865049564 + - 0.03732228363601739 + - - 0.011510766336887437 + - 0.038029480713022416 + - -0.999210318629184 + - 0.5799408697072619 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973725765382698 + - -0.0380516333672885 + - -0.061644276031880364 + - 0.048464457381692 + - - -0.03721033859790159 + - -0.999198755665542 + - 0.014738974790062566 + - 0.03498618598250224 + - - -0.06215572596987922 + - -0.012406444878128527 + - -0.9979893515737747 + - 0.5758534156562061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995130189791447 + - -0.030859466022721802 + - 0.004627985305550859 + - -0.04281613957785496 + - - -0.030992971134002522 + - -0.9989987929293151 + - 0.03226216772101157 + - -0.023716438782383494 + - - 0.0036277584653340066 + - -0.032389891672623315 + - -0.9994687260169542 + - 0.5791235214860501 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966993650729516 + - -0.02235759787638731 + - -0.07804174191016618 + - 0.02574469899286401 + - - -0.017557640767593412 + - -0.9979428796714022 + - 0.06165823678816462 + - -0.030586861820230606 + - - -0.07925973072028046 + - -0.06008449658894545 + - -0.9950415812194994 + - 0.5771986682356116 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879853512118617 + - -0.016554576362071558 + - -0.1536583606324322 + - 0.06453948089252555 + - - -0.02336938536907548 + - -0.9988166984646123 + - -0.04265061190327123 + - -0.03290972950259405 + - - -0.1527704736467289 + - 0.045729081225453924 + - -0.9872031369034593 + - 0.5758501841975534 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998116115660913 + - -0.01878092768511035 + - 0.004900829817669975 + - -0.0347856591251068 + - - -0.018643746145325223 + - -0.9994702098139324 + - -0.026677901419759082 + - 0.03732211001048231 + - - 0.005399269143483984 + - 0.026581505784668568 + - -0.9996320680345022 + - 0.5798963886804533 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971100214425611 + - -0.03779270243391264 + - -0.065903844967931 + - 0.04845839107173183 + - - -0.037181202066669056 + - -0.9992535739613844 + - 0.010481084785354384 + - 0.03499223630922425 + - - -0.06625076114047956 + - -0.00800041049834294 + - -0.9977709306650325 + - 0.575918837526509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963036483952873 + - -0.023589211297437157 + - -0.08259896672843198 + - 0.025728213876011305 + - - -0.019675912802368738 + - -0.998659533705925 + - 0.04787477617344629 + - -0.030605126049304515 + - - -0.08361757380858004 + - -0.04607260410079793 + - -0.9954322762005144 + - 0.5771086573398461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852606225754229 + - -0.019168831380328374 + - -0.1699825329432487 + - 0.06453378543270369 + - - -0.022610895088573977 + - -0.9995761667329706 + - -0.018336693341881722 + - -0.032852742135648656 + - - -0.1695589957082301 + - 0.02190987911726686 + - -0.9852764607821926 + - 0.5756861426367449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997447556612372 + - -0.018812265861016586 + - 0.012510882503943773 + - -0.03481339313720587 + - - -0.018385725110317178 + - -0.9992737203262394 + - -0.033376593258228976 + - 0.03733237807470212 + - - 0.013129685450189166 + - 0.03313805242514764 + - -0.9993645385150746 + - 0.5799842050067465 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971713630962918 + - -0.03709209193503592 + - -0.06537162485793228 + - 0.04847707748999469 + - - -0.036853660677092684 + - -0.9993089045086853 + - 0.004849851992519115 + - 0.0350068048332394 + - - -0.06550633797871087 + - -0.0024269498417711192 + - -0.9978492018331651 + - 0.5758250320739247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999529717865233 + - -0.02915859635168738 + - -0.00949312188097356 + - -0.04286986125084784 + - - -0.028739422992178024 + - -0.9987190602047245 + - 0.04164473976228849 + - -0.023717413344090107 + - - -0.010695263920274456 + - -0.04135232813991766 + - -0.9990873817074682 + - 0.5792304138077191 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967476842767519 + - -0.026194105741091475 + - -0.0762097284692522 + - 0.025721127932216627 + - - -0.022065788195416533 + - -0.9982689903254869 + - 0.0545171894529448 + - -0.03059118660178938 + - - -0.07750583771721745 + - -0.052658254613666966 + - -0.9956002979814714 + - 0.57710644945934 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876018729147126 + - -0.018336326491776883 + - -0.1559048419586087 + - 0.0645329578965696 + - - -0.02249912570040516 + - -0.9994347806727437 + - -0.02497816094797569 + - -0.03287406796705314 + - - -0.15535871381441457 + - 0.02817620117071446 + - -0.9874562125631289 + - 0.575762505307964 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997868980552341 + - -0.020600835790686237 + - -0.0013281723601103845 + - -0.03484532454258247 + - - -0.020631802160156233 + - -0.9993204228966694 + - -0.030545394435929494 + - 0.03732177036869462 + - - -0.0006980091096488523 + - 0.03056628774233994 + - -0.9995324981394732 + - 0.5798732764982912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975964820519199 + - -0.038278817639362195 + - -0.05775803942107174 + - 0.048487232984566586 + - - -0.03764797636045501 + - -0.9992193526064989 + - 0.011971434860195444 + - 0.03499614582930121 + - - -0.058171203130038866 + - -0.009768187998893953 + - -0.998258830980033 + - 0.5759944615732445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967441631405985 + - -0.023865440753435045 + - -0.07701632283348926 + - 0.025729564713548966 + - - -0.01969189732708409 + - -0.9983194637690911 + - 0.05450208656056508 + - -0.03056706312968826 + - - -0.0781876104303459 + - -0.052808039136480266 + - -0.995539054270476 + - 0.5771792359999034 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9851950674040716 + - -0.015266065051461683 + - -0.17075604358420604 + - 0.0645199081172234 + - - -0.023408842530677848 + - -0.9986774515425557 + - -0.04577525392435833 + - -0.032875514519353784 + - - -0.1698314024380081 + - 0.049094755710870935 + - -0.9842494601002474 + - 0.5756683747888527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997005631728093 + - -0.02060351232946977 + - 0.013201487478968243 + - -0.034802680456195514 + - - -0.02019436255910096 + - -0.9993334723367896 + - -0.030410504568771764 + - 0.03731460648895896 + - - 0.013819251528196066 + - 0.030134802919300707 + - -0.9994503098904998 + - 0.5799493856251492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9963822678841949 + - -0.03891334913821581 + - -0.07555215089456996 + - 0.04842074037336362 + - - -0.03728102699166919 + - -0.9990424628186877 + - 0.022897216241658018 + - 0.03499612551221466 + - - -0.07637081427086517 + - -0.019997718470318906 + - -0.9968789244354536 + - 0.5758113205661061 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9955320479352631 + - -0.024799459199460177 + - -0.09110943067122837 + - 0.025702334768781095 + - - -0.019297534021776228 + - -0.9979646018408206 + - 0.060780413402433855 + - -0.030616717730855093 + - - -0.09243130808605626 + - -0.0587506620907942 + - -0.9939843122451147 + - 0.5771132391948744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.983012041933155 + - -0.014879191914604947 + - -0.18293697019022043 + - 0.0645267423609716 + - - -0.02185218012073619 + - -0.9991070598223655 + - -0.03616027152939014 + - -0.03286059467403513 + - - -0.1822355827997928 + - 0.039543553976301576 + - -0.9824594137675833 + - 0.5756128803108295 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997802101484139 + - -0.020108705364519093 + - 0.0059305450134406875 + - -0.034810561117764906 + - - -0.019906685415010658 + - -0.9992781904383682 + - -0.03235462857163331 + - 0.037328393897697675 + - - 0.006576873982469723 + - 0.0322294598586993 + - -0.999458856904993 + - 0.5798208988885218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970187617367988 + - -0.037633745758878075 + - -0.06735940858541152 + - 0.04847010021158096 + - - -0.03749875126622145 + - -0.9992913314493067 + - 0.003267804116933672 + - 0.03499410956430868 + - - -0.0674346528002802 + - -0.0007321683062794951 + - -0.9977234243673332 + - 0.5760159196923244 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994902099764011 + - -0.031195516994856797 + - -0.00679410632483968 + - -0.042820264054921474 + - - -0.031045468598185157 + - -0.9992937209951082 + - 0.021171633363293137 + - -0.02372557189000788 + - - -0.007449767838578932 + - -0.020949914061260694 + - -0.9997527704687678 + - 0.5792903107821764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9953294455047019 + - -0.021644453684353058 + - -0.09407875709217518 + - 0.02574404533727136 + - - -0.016232566394429746 + - -0.9981895730357329 + - 0.057914420233589746 + - -0.03058076779464635 + - - -0.0951619603599728 + - -0.05611678810702101 + - -0.9938788192697336 + - 0.5769911878733576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870712385045314 + - -0.01568502223863718 + - -0.1595128527564598 + - 0.06453654450390331 + - - -0.023823700216277777 + - -0.9985028875467309 + - -0.049238347543815675 + - -0.03288823777822363 + - - -0.15850173950192312 + - 0.052401943076703844 + - -0.9859671571288013 + - 0.5757204195626988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997237719089263 + - -0.01987122823584234 + - 0.012550464875386465 + - -0.034789297073857806 + - - -0.01946844914277703 + - -0.9993160699656002 + - -0.03143838094564049 + - 0.03730914404628023 + - - 0.013166600478648684 + - 0.031185358694540758 + - -0.9994268927915283 + - 0.5798631051584123 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965810067694858 + - -0.037823749092260286 + - -0.07345516286091662 + - 0.04844556914459937 + - - -0.03745901176972513 + - -0.9992780702921261 + - 0.006337244707307049 + - 0.034980684282905475 + - - -0.07364183175039606 + - -0.003564019900398503 + - -0.9972783855968183 + - 0.5758498905692199 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967896476387063 + - -0.026946317158694392 + - -0.07539425940936657 + - 0.025724618114603914 + - - -0.02457179166801311 + - -0.9991778339569235 + - 0.03224721977742543 + - -0.03063584769923074 + - - -0.07620121662104594 + - -0.03029112280409672 + - -0.9966322403297713 + - 0.57723151297328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861674782915592 + - -0.017809683868001514 + - -0.1647923539506278 + - 0.06452415429660033 + - - -0.022944271622824846 + - -0.9993070932963884 + - -0.029306888050792297 + - -0.032869653496685844 + - - -0.16415622181253192 + - 0.03268254041603076 + - -0.9858927864591513 + - 0.5756421741292872 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997977092622771 + - -0.01919738924410346 + - 0.006000066675780943 + - -0.034819442475620105 + - - -0.01901471510996627 + - -0.9993942269256475 + - -0.029148238316813995 + - 0.03732766734046811 + - - 0.006556002073692206 + - 0.029028252339700782 + - -0.9995570916175384 + - 0.5799485665395805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967688506013905 + - -0.038371113162150125 + - -0.07056568674278117 + - 0.048461472989847994 + - - -0.038091744654683846 + - -0.9992601860999161 + - 0.005300892823217253 + - 0.03498923737311341 + - - -0.07071688242524 + - -0.002595794725770992 + - -0.9974930497952336 + - 0.5758919508988838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995260372623216 + - -0.030383301603644875 + - -0.00495538276443232 + - -0.042869861297513474 + - - -0.030244258706505423 + - -0.999202683058149 + - 0.02606305785379323 + - -0.023742038913158292 + - - -0.005743313501285927 + - -0.02590083305722333 + - -0.9996480186530495 + - 0.5791648235251052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966975784072627 + - -0.023423297980938597 + - -0.07775143927153057 + - 0.02573779224477188 + - - -0.019632248169984726 + - -0.9985974635394326 + - 0.049169916050406014 + - -0.030635949613673052 + - - -0.07879411163843704 + - -0.047481100706575886 + - -0.9957595257123086 + - 0.5771099075448892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859191824310348 + - -0.015574840052933935 + - -0.1664956157736449 + - 0.06454575123614197 + - - -0.023705577456337876 + - -0.9986154793523029 + - -0.04695923759422951 + - -0.032896417766160264 + - - -0.16553371654131743 + - 0.05024488785235028 + - -0.9849233675432434 + - 0.5758541593865769 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997511288936483 + - -0.019753070436679388 + - 0.01036805112831762 + - -0.03482653733080246 + - - -0.01937707920803231 + - -0.9991927175574618 + - -0.035191504393833783 + - 0.03734055622048314 + - - 0.011054821447742495 + - 0.034981843697254766 + - -0.9993268041708381 + - 0.579858726463029 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974763580244855 + - -0.037358686516678515 + - -0.06037585381555209 + - 0.04846422158929478 + - - -0.03700275935509519 + - -0.9992906258132437 + - 0.00700292523774987 + - 0.03500387747109582 + - - -0.06059464483200877 + - -0.0047511791720732145 + - -0.9981511485312023 + - 0.5758733621010363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996828204146274 + - -0.025853433894191 + - -0.07526706699741206 + - 0.025718854597487486 + - - -0.02376331241589754 + - -0.9993103228003817 + - 0.02853390487861276 + - -0.030657322935412533 + - - -0.07595285644094413 + - -0.026654806329740374 + - -0.9967550776885893 + - 0.577217357888309 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860182248256978 + - -0.017813696721211605 + - -0.16568262588667665 + - 0.06454329554395137 + - - -0.022485711226622723 + - -0.9993994435283621 + - -0.026365603839739744 + - -0.03290758657323125 + - - -0.16511345524278964 + - 0.029722457575474162 + - -0.9858266188399776 + - 0.5756907328443306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99976953247046 + - -0.01918042083455124 + - 0.00964330858198922 + - -0.03482852813820447 + - - -0.01889746148136125 + - -0.9994116064380927 + - -0.028623886290851993 + - 0.037326341150128964 + - - 0.010186652706282974 + - 0.028435055362011682 + - -0.9995437357780804 + - 0.5798730417885942 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972855420632671 + - -0.038809786408619096 + - -0.0625727422324828 + - 0.04848662782305764 + - - -0.03854613228741029 + - -0.9992421458876433 + - 0.005415677939096937 + - 0.0349977493684888 + - - -0.06273550252653468 + - -0.0029890401094530604 + - -0.9980257122749734 + - 0.5759354269287384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965720742614471 + - -0.022842937056597505 + - -0.07951289850624982 + - 0.02574194322680774 + - - -0.01915008906976086 + - -0.998716003078645 + - 0.046900098968294675 + - -0.030559474155668523 + - - -0.08048214019804073 + - -0.045216649823311035 + - -0.9957299230654358 + - 0.5772084232035776 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845946464994281 + - -0.020477730327560863 + - -0.17364919995582484 + - 0.06453624173561041 + - - -0.023772829744996875 + - -0.999574246564515 + - -0.016916801438132834 + - -0.03288195337971301 + - - -0.17322885051451947 + - 0.020784324997784157 + - -0.9846622655427618 + - 0.5756993709296294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999782745081881 + - -0.020134683197540457 + - 0.005390470208898307 + - -0.03480904339206971 + - - -0.019866142580004173 + - -0.9987467687628643 + - -0.04593722090775904 + - 0.03733365622598684 + - - 0.006308646093202828 + - 0.04582015297084888 + - -0.9989297846026007 + - 0.5799969173872079 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972284235355314 + - -0.03810505255884023 + - -0.06390208339582318 + - 0.04846370813915207 + - - -0.03744982443154029 + - -0.9992332452768852 + - 0.011420691024238993 + - 0.035021422648464993 + - - -0.06428827220329944 + - -0.00899591590180502 + - -0.9978908214600444 + - 0.575927362957917 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995076164072015 + - -0.03121547540906448 + - -0.003181012257210729 + - -0.04285247213227308 + - - -0.031098641493727496 + - -0.9990095870131627 + - 0.03182325490947901 + - -0.023685746233966225 + - - -0.0041712397724231335 + - -0.03170866050111799 + - -0.9994884499622718 + - 0.5791961547858556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965849493996038 + - -0.02255068140361899 + - -0.07943491296918162 + - 0.02572471545420385 + - - -0.018541596896412688 + - -0.9985341158096424 + - 0.05085104471676691 + - -0.030522336546875774 + - - -0.08046519629454665 + - -0.049204535690199946 + - -0.9955421969222559 + - 0.5770936944001944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861154040078928 + - -0.02019233646084528 + - -0.16482924354192266 + - 0.06452132857368681 + - - -0.023511464127418124 + - -0.9995576978092829 + - -0.018210431208280226 + - -0.03286833819919707 + - - -0.16438862805235513 + - 0.021832963574796575 + - -0.9861539943987482 + - 0.575633221016506 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998109435761365 + - -0.018561261188129494 + - 0.005792813522095723 + - -0.03478901324098243 + - - -0.018482991781663675 + - -0.9997409165443187 + - -0.013284532431505177 + - 0.03729479651520621 + - - 0.006037890376173648 + - 0.013174952380589373 + - -0.9998949767398443 + - 0.5799465342153545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966901142022804 + - -0.03817763235289244 + - -0.07177245042056561 + - 0.048444663844571384 + - - -0.03680241373289278 + - -0.9991145836359622 + - 0.02038703287314848 + - 0.03499275694584071 + - - -0.07248723056427354 + - -0.017678154707582817 + - -0.9972126574864845 + - 0.5760635321110747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995088943708602 + - -0.031280911811901596 + - -0.0018640358785770002 + - -0.04285066864417559 + - - -0.031196893223816614 + - -0.9989038459158732 + - 0.034897857637105775 + - -0.02374524122332951 + - - -0.002953629415206341 + - -0.03482256697450595 + - -0.9993891458799141 + - 0.5791180795799906 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996568170643853 + - -0.020022936395827556 + - -0.08031788890186917 + - 0.025732541721399632 + - - -0.016638342870751666 + - -0.9989540753240866 + - 0.04259015073835091 + - -0.030653432181640756 + - - -0.08108666231927208 + - -0.041107632034560075 + - -0.9958589838839798 + - 0.5771114625430339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888759464757432 + - -0.015533745502029812 + - -0.14792925752663375 + - 0.06454941633712458 + - - -0.022198666169052052 + - -0.9988063011781346 + - -0.04351082563188469 + - -0.032915591412642504 + - - -0.1470767884542559 + - 0.04631064108314047 + - -0.9880403548542187 + - 0.5758224861963139 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998145282307096 + - -0.019120412615985228 + - 0.0023062871022622115 + - -0.0348180422995198 + - - -0.019037385905671642 + - -0.9993120518869826 + - -0.03182767492776135 + - 0.037321526633775456 + - - 0.0029132587736283785 + - 0.031777866115005056 + - -0.9994907103862921 + - 0.5798777046457514 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971377584904046 + - -0.038002944946781234 + - -0.06536104931917394 + - 0.04845264849351932 + - - -0.03750638891865345 + - -0.9992575702070227 + - 0.008807904077628149 + - 0.03499791610072478 + - - -0.06564724962261773 + - -0.006331236793068401 + - -0.9978228069440268 + - 0.5759630261006417 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961929476054057 + - -0.023878687569728167 + - -0.08384163298266997 + - 0.025718553061092542 + - - -0.01933556561911254 + - -0.998321791540693 + - 0.054586962153707425 + - -0.030624517378150678 + - - -0.08500439425960529 + - -0.05275802133257655 + - -0.9949828361040352 + - 0.5771063442203355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985960048733724 + - -0.016105653885758825 + - -0.1662028586213391 + - 0.06453316629744475 + - - -0.023500627720780022 + - -0.9988147848942187 + - -0.04262330317379328 + - -0.032897128146391154 + - - -0.16531939631429216 + - 0.045930745581015044 + - -0.9851699669664369 + - 0.5757382373213824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998162540349006 + - -0.01895593684166831 + - 0.0028514252706133636 + - -0.03479978928518959 + - - -0.018865583591882354 + - -0.999403234607702 + - -0.02893552161960905 + - 0.03732893441316597 + - - 0.003398223558995177 + - 0.02887641103246464 + - -0.9995772131068844 + - 0.5799372371105892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9961062954045412 + - -0.03874400257725591 + - -0.07919059615721138 + - 0.048448638051050805 + - - -0.037979985266027264 + - -0.9992164935131823 + - 0.011131927524574033 + - 0.03499647620195929 + - - -0.07955984524012918 + - -0.008080925411956482 + - -0.996797336307563 + - 0.5758387803739808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995638262677685 + - -0.029469863395612753 + - 0.001919470859974147 + - -0.04284520367805198 + - - -0.029509214916200083 + - -0.999240173906649 + - 0.02546136457536208 + - -0.023753111705088 + - - 0.001167669460027497 + - -0.025506901075079896 + - -0.9996739641230926 + - 0.5792110884392868 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963608016775544 + - -0.023893402852527425 + - -0.08181844645670114 + - 0.025748148307834066 + - - -0.020205567547925046 + - -0.9987550226632713 + - 0.045608549033657284 + - -0.03061983954857411 + - - -0.08280632778071659 + - -0.043789382331977655 + - -0.9956031348255475 + - 0.5771697056247924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858234716597126 + - -0.019146238027955 + - -0.16668984460418898 + - 0.06452067157077919 + - - -0.02294019588111022 + - -0.999519087764843 + - -0.020864817436828925 + - -0.032870598562522814 + - - -0.1662101986573871 + - 0.02439292444773272 + - -0.9857885955412341 + - 0.5756342937221716 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999798547130221 + - -0.019861999316358393 + - 0.0028924279517744097 + - -0.03482997564252558 + - - -0.01973411272527861 + - -0.99904351888417 + - -0.03902066337827809 + - 0.03732076610587968 + - - 0.0036646897884028496 + - 0.0389557230544098 + - -0.9992342176337151 + - 0.5798617804056693 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970263041837445 + - -0.03836751966730858 + - -0.06683174545290609 + - 0.04847873819936829 + - - -0.03740517239958815 + - -0.9991785291176164 + - 0.015592306696369684 + - 0.034994862090446506 + - - -0.06737508325382933 + - -0.013046086958749575 + - -0.9976424197935874 + - 0.5759576332908121 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999494720149551 + - -0.031060164745679703 + - 0.006750596947080739 + - -0.04282244325108031 + - - -0.031221619349286408 + - -0.9991923265821955 + - 0.02529634330230478 + - -0.023769549158063775 + - - 0.00595943607893941 + - -0.025494326138006295 + - -0.999657203473466 + - 0.5792066835578028 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995657764395974 + - -0.023613984214378346 + - -0.09004441097333175 + - 0.025719046551710884 + - - -0.018126160425289445 + - -0.9979557823570744 + - 0.06128375615378736 + - -0.030622358758870025 + - - -0.09130749425018654 + - -0.059385488207164626 + - -0.9940504540938299 + - 0.5770392484585243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864104815804544 + - -0.020810558169092164 + - -0.16297632495827974 + - 0.06452727111639456 + - - -0.021891611441597604 + - -0.9997486348031166 + - -0.004839892333071524 + - -0.03290359203571654 + - - -0.16283463752133964 + - 0.008341934907228836 + - -0.9866181089688646 + - 0.5756950251208837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999787504765274 + - -0.01957958991256732 + - 0.006448641258664172 + - -0.034804004584374354 + - - -0.01935650961083147 + - -0.9992676434781981 + - -0.033007608717016364 + - 0.037324602646192064 + - - 0.007090193996855288 + - 0.032875771570954164 + - -0.9994342963860617 + - 0.5798923400308108 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968290087331871 + - -0.03922028527066768 + - -0.06923652627984091 + - 0.04847529419144366 + - - -0.03783202238067745 + - -0.9990581406426893 + - 0.02125016936782726 + - 0.035029388200954664 + - - -0.0700047529143527 + - -0.018563427454564282 + - -0.9973739187138094 + - 0.5760407262211399 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969523173034345 + - -0.023558292216100854 + - -0.0743712571574043 + - 0.025743580469873767 + - - -0.019580771062364083 + - -0.9983615963052761 + - 0.05376538316970742 + - -0.03058383877747202 + - - -0.0755160276227189 + - -0.052145276781727555 + - -0.9957801964698049 + - 0.5771716942365952 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986416122094183 + - -0.017990294175380707 + - -0.16327762672257723 + - 0.0645383634735543 + - - -0.022764263524099236 + - -0.9993649162208748 + - -0.02741445846716757 + - -0.0328990659544794 + - - -0.16268073757786866 + - 0.030758958732797728 + - -0.9861992010130577 + - 0.5758353714742812 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997825963531719 + - -0.019526148317875674 + - 0.007313655801229327 + - -0.03483308290555808 + - - -0.019280670403492416 + - -0.9992937832678215 + - -0.03225198398665979 + - 0.03732120488306198 + - - 0.007938247797998376 + - 0.03210396010077555 + - -0.9994530103850532 + - 0.5799974502120651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970277204119609 + - -0.03804261717932388 + - -0.0669961492048327 + - 0.04847086840660282 + - - -0.036688260131086135 + - -0.9990990627153649 + - 0.021331536508981747 + - 0.03502403366001661 + - - -0.06774729735334502 + - -0.018810161068626628 + - -0.9975251783999692 + - 0.5759151043936821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994600122912037 + - -0.03142747941392143 + - 0.009591525872060651 + - -0.04282140952965083 + - - -0.031640878567693084 + - -0.9992352521657035 + - 0.022973150258671016 + - -0.023750317894382564 + - - 0.008862202566595088 + - -0.023264229345295765 + - -0.9996900704711628 + - 0.5792953537243168 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962865893539818 + - -0.024740414139426722 + - -0.0824678348304367 + - 0.02572190349612701 + - - -0.01981903015535791 + - -0.9980034182255522 + - 0.05996985287472472 + - -0.03057143789265183 + - - -0.08378686005043719 + - -0.05811272767926807 + - -0.9947877527214362 + - 0.5770550559612186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872766969638318 + - -0.020820758428290446 + - -0.15764269615385584 + - 0.0645310255043774 + - - -0.023223983071955646 + - -0.9996402389595395 + - -0.013417871037836013 + - -0.032902528807848344 + - - -0.15730661220196585 + - 0.016908242705415997 + - -0.9874050542133935 + - 0.5757344678782875 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999819241176218 + - -0.01889103800581457 + - 0.002147942474692963 + - -0.03481118487892466 + - - -0.01881113589776632 + - -0.9992926897483241 + - -0.03256165508380604 + - 0.037335784124736836 + - - 0.0027615466766810056 + - 0.03251536403954067 + - -0.9994674206602884 + - 0.5798309182333747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968741873538337 + - -0.03824843185301364 + - -0.06912967559897176 + - 0.0484544110860734 + - - -0.037517806905771243 + - -0.9992258500427884 + - 0.011837008543037795 + - 0.03501110110531559 + - - -0.06952890587816671 + - -0.009206414451460358 + - -0.9975374545250583 + - 0.575863862581971 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999501995035886 + - -0.031550475551739315 + - 0.0005739440240348242 + - -0.042819270953403335 + - - -0.03155206265176558 + - -0.9989456264822688 + - 0.03334820346536828 + - -0.023706909124691245 + - - -0.00047881280547330845 + - -0.033349705012303194 + - -0.9994436291827022 + - 0.5791605378671703 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968767226878442 + - -0.025308546742727537 + - -0.07480826976286906 + - 0.025745636709098206 + - - -0.022861286187972656 + - -0.999180862040226 + - 0.033391114482487785 + - -0.030648226417976203 + - - -0.07559207205107307 + - -0.03157661150792103 + - -0.9966387290531628 + - 0.5772340971397045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9833193562780007 + - -0.0191484660741557 + - -0.18087669782485863 + - 0.06452258981134773 + - - -0.02144638569275841 + - -0.9997121282058353 + - -0.010757009755372129 + - -0.032854953167771206 + - - -0.1806186482889731 + - 0.014456727332513129 + - -0.9834469517595231 + - 0.5755905561173786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997990095311593 + - -0.01843232159818548 + - 0.007886067525314828 + - -0.034819332396786695 + - - -0.018253715052235945 + - -0.9995879916113265 + - -0.02215059622733934 + - 0.03732846046943119 + - - 0.008291105312594626 + - 0.02200219413912872 + - -0.9997235422984495 + - 0.579932427133967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975433859005454 + - -0.03885188408536952 + - -0.058290002136668115 + - 0.048478321863854326 + - - -0.03773640126464353 + - -0.9990852080350654 + - 0.02011743286613908 + - 0.03501409865147177 + - - -0.059018279080887914 + - -0.017868357186569053 + - -0.9980969715141828 + - 0.5759048089643389 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995216120788099 + - -0.030900965874959933 + - -0.0012951043864386819 + - -0.04281969947275126 + - - -0.030827807429907934 + - -0.9987761774788865 + - 0.038675490814324434 + - -0.02374783957991298 + - - -0.0024886294303741304 + - -0.038617063698046 + - -0.9992509840449995 + - 0.5791749203175686 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961454603369606 + - -0.022567145364781587 + - -0.08476405960163479 + - 0.02572826153874543 + - - -0.01828948782529455 + - -0.9985358958970347 + - 0.050907359391294406 + - -0.030580291665095294 + - - -0.08578878997370858 + - -0.04916084371927342 + - -0.995099741211732 + - 0.5770902130508802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865901571218013 + - -0.02007880556638562 + - -0.16197747817955035 + - 0.06451657098819684 + - - -0.023508594172047186 + - -0.9995375996659904 + - -0.019285560764594454 + - -0.03287470825176631 + - - -0.16151534871470705 + - 0.022834807224457968 + - -0.9866059819951372 + - 0.5756275368568485 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997794707924985 + - -0.01890094645141342 + - 0.00915226775790278 + - -0.03482822427251256 + - - -0.01866984996843162 + - -0.9995203250701793 + - -0.024709440984351547 + - 0.037322803966204236 + - - 0.009614909465397899 + - 0.024533120365002502 + - -0.9996527794795192 + - 0.5798389330664271 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969341608598279 + - -0.0389069152726059 + - -0.06788616099531054 + - 0.04846429615654828 + - - -0.03753697201632394 + - -0.9990673400567465 + - 0.021340706731124502 + - 0.03500219847898295 + - - -0.06865314736089433 + - -0.01872703863157265 + - -0.9974648080917621 + - 0.5758518317474497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999532675527124 + - -0.02981624247481888 + - -0.006739602233954719 + - -0.04283504900718137 + - - -0.02972042156137928 + - -0.999461644189139 + - 0.013896702377063964 + - -0.023741122028679618 + - - -0.007150321377604109 + - -0.01368990428840174 + - -0.9998807225988364 + - 0.5793116238519344 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963352745012206 + - -0.02580378817644118 + - -0.0815486682927617 + - 0.025744973408112663 + - - -0.02245856053827384 + - -0.9988787451003694 + - 0.04167572009287649 + - -0.030612146714557233 + - - -0.08253262290225732 + - -0.039691524315103525 + - -0.9957976446318887 + - 0.5771304874516441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868055894699704 + - -0.018394643228113804 + - -0.16086132441122855 + - 0.06453421608943236 + - - -0.0242806063519453 + - -0.9991027328470126 + - -0.03470131658617475 + - -0.03287657824327294 + - - -0.1600786704904997 + - 0.03814926366448585 + - -0.9863667943193609 + - 0.57582471214349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997983141279909 + - -0.01982406957561251 + - 0.003215172201968729 + - -0.034795873904390665 + - - -0.01972879205044071 + - -0.9994308797601285 + - -0.027362224802205397 + - 0.037325083576941503 + - - 0.003755773030616386 + - 0.02729327476425706 + - -0.999620413617882 + - 0.5798556420073446 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996997942782108 + - -0.03811491494511399 + - -0.0673969980560803 + - 0.04846098309330266 + - - -0.0380319777476123 + - -0.9992733609975487 + - 0.002513696335472158 + - 0.0350117958730574 + - - -0.06744383409066902 + - 5.7091055080051197e-05 + - -0.9977230707885636 + - 0.5758440540199525 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995116173649834 + - -0.031093385066505323 + - 0.003118999445501039 + - -0.04282315813262548 + - - -0.031193282298222408 + - -0.9987141406307777 + - 0.039963038467946604 + - -0.023720725475882887 + - - 0.001872402707330014 + - -0.04004081304410788 + - -0.9991962907251349 + - 0.5792043980605904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973990001765233 + - -0.023849316693249068 + - -0.0680179721848325 + - 0.0257432314318694 + - - -0.02068895246259155 + - -0.9986902139168697 + - 0.04679555398408987 + - -0.03064859363477927 + - - -0.06904492517826465 + - -0.04526661816330389 + - -0.996586038226096 + - 0.5771781917673479 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843416928694269 + - -0.01577243559494824 + - -0.17556384011052534 + - 0.06453781213775885 + - - -0.021973269563566936 + - -0.9991994281436803 + - -0.03343169487223213 + - -0.03286223423821547 + - - -0.17489598938694312 + - 0.036765922710390656 + - -0.9839002285921153 + - 0.5757538902338478 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997830964458578 + - -0.018770903524078595 + - 0.00902292868321146 + - -0.034805448484067164 + - - -0.01850860292449275 + - -0.9994274213376823 + - -0.028324213953678904 + - 0.03732503823221699 + - - 0.009549433434295707 + - 0.02815106852679049 + - -0.9995580651777481 + - 0.5798445309379333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973888748840517 + - -0.03669291896168643 + - -0.06220178418338571 + - 0.04849318988579234 + - - -0.036527318552138074 + - -0.9993254385700034 + - 0.00379773962521857 + - 0.034966016115508265 + - - -0.062299175411204354 + - -0.001515758866521456 + - -0.9980563687578686 + - 0.5758690633123911 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995101294522837 + - -0.03099031319865796 + - -0.0043705388830467895 + - -0.04286993791126941 + - - -0.03089007698690747 + - -0.9992938869171225 + - 0.021389967597277224 + - -0.023737120861240846 + - - -0.00503033458351101 + - -0.021244482999563122 + - -0.9997616554339638 + - 0.5792651335543384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965422720684125 + - -0.021349981927902346 + - -0.08029743615087721 + - 0.02573814213749023 + - - -0.01678130244312841 + - -0.9982246966995583 + - 0.05714755276814456 + - -0.030618268764229142 + - - -0.08137498306628525 + - -0.05560245651726061 + - -0.9951313877876673 + - 0.5770729292796056 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845897396845448 + - -0.018602440106818968 + - -0.17388787689195714 + - 0.06451708103548849 + - - -0.024095240280475612 + - -0.9992734194240711 + - -0.02953053721742849 + - -0.03289486350869419 + - - -0.17321219328830859 + - 0.033265334127226154 + - -0.9843225861686081 + - 0.5755822956245336 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998055817052051 + - -0.01906319276787702 + - 0.0050391936469431475 + - -0.03482459840726043 + - - -0.01899155907975069 + - -0.9997230143023211 + - -0.01390019273257982 + - 0.03731358847804741 + - - 0.005302779915946918 + - 0.013801788136951204 + - -0.999890689610313 + - 0.5798784160387096 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9957569400962646 + - -0.03835742468870919 + - -0.0836470215929664 + - 0.04842231508577414 + - - -0.03737478218600444 + - -0.9992130409861637 + - 0.013282483944366897 + - 0.03499019567561408 + - - -0.08409067669291827 + - -0.010099836356775414 + - -0.9964069205896223 + - 0.5757700704552822 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995842524857573 + - -0.02806933509951403 + - -0.0065904938783783 + - -0.0428609433447907 + - - -0.02778219829140534 + - -0.9988042144301686 + - 0.040227983974245124 + - -0.02372376934994899 + - - -0.007711785823451434 + - -0.04002816088213744 + - -0.9991687918944467 + - 0.5790406298463264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996423890147048 + - -0.02385556607905806 + - -0.08105765300865353 + - 0.02571875653892786 + - - -0.02060904487146159 + - -0.9989606646685578 + - 0.04065535283869994 + - -0.030603374599141298 + - - -0.08194326338210889 + - -0.03883944402280753 + - -0.9958799120246825 + - 0.5772267624127536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882914854101855 + - -0.019307294279282884 + - -0.15135114222675133 + - 0.06453842878154094 + - - -0.024175035835545464 + - -0.9992457859126747 + - -0.030387941327300133 + - -0.032873016466650196 + - - -0.15065028213740334 + - 0.033691062959997464 + - -0.9880128565805945 + - 0.5757558910417874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997727236868319 + - -0.02040261414996376 + - 0.006183389657889489 + - -0.03482192826901595 + - - -0.02019023082147677 + - -0.9992626771553218 + - -0.03265664746657578 + - 0.03732048398854206 + - - 0.0068451114811291115 + - 0.03252438131968723 + - -0.9994475019072208 + - 0.5798616076555131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971001680643393 + - -0.03853300962993124 + - -0.06562363914722959 + - 0.04845927593168961 + - - -0.03764897387337897 + - -0.9991835513585421 + - 0.01465556074715339 + - 0.03500832357170451 + - - -0.06613478367960242 + - -0.012142399408333684 + - -0.9977368152595457 + - 0.5759312138445243 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967537709423736 + - -0.025726339054629985 + - -0.07628941991524313 + - 0.025736438850967307 + - - -0.02182865139633117 + - -0.9984348255477701 + - 0.05149183538788133 + - -0.030626610823484172 + - - -0.07749471007995012 + - -0.049659385943056515 + - -0.9957552486918582 + - 0.5771174353688351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843586131770586 + - -0.017604381428391568 + - -0.17529462746662086 + - 0.06451698456052196 + - - -0.022810620759648147 + - -0.9993551722058801 + - -0.027729323214155003 + - -0.03288662893550521 + - - -0.17469343503605736 + - 0.03129417741176893 + - -0.9841254382523721 + - 0.5755877182492815 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997847140912122 + - -0.019924636154914622 + - 0.005790884530667483 + - -0.034823597303617296 + - - -0.019696930784055263 + - -0.999120153688752 + - -0.03702633401584346 + - 0.03731864541265141 + - - 0.0065235256756903314 + - 0.03690430011609676 + - -0.9992975113777176 + - 0.5799399802701131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974155254157817 + - -0.03643748422792814 + - -0.06192398083698777 + - 0.048477192606558035 + - - -0.036583852608795014 + - -0.9993298284340146 + - -0.0012311500075058942 + - 0.03497985534385121 + - - -0.06183762113679748 + - 0.003493385919492342 + - -0.9980801094436056 + - 0.5758629170637792 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970347775668903 + - -0.024584862405191116 + - -0.07291938605514645 + - 0.025748410831602554 + - - -0.02129695628917426 + - -0.9987359552503965 + - 0.0455294557720039 + - -0.030616916362834628 + - - -0.07394654809359708 + - -0.0438414898309316 + - -0.9962980637311535 + - 0.5771889740151941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9868218571422205 + - -0.019547255097214743 + - -0.16062542477622754 + - 0.06452211369503004 + - - -0.02291841219047691 + - -0.9995536878676954 + - -0.01916171841869738 + - -0.03287341650312285 + - - -0.16017917670236204 + - 0.022590482249267265 + - -0.9868294186244648 + - 0.5756996550408808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996403614049485 + - -0.018808582523415576 + - 0.019115048355777847 + - -0.03480976748007088 + - - -0.018072277722840053 + - -0.9991147379980282 + - -0.03798859161696638 + - 0.03731660746051377 + - - 0.019812638090178664 + - 0.037629476990678146 + - -0.9990953317042955 + - 0.5799091758190045 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971434557955324 + - -0.037694826559975844 + - -0.06545249127998454 + - 0.048464185955335574 + - - -0.03746942585419362 + - -0.9992868702301619 + - 0.0046683093047579 + - 0.03498238413835708 + - - -0.06558178626951389 + - -0.002202506803881096 + - -0.9978447666212811 + - 0.5758806937651486 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999517423142844 + - -0.029685655813229354 + - 0.009147823392894968 + - -0.04284084417070147 + - - -0.029926178060143225 + - -0.9991768989320943 + - 0.027385187732728695 + - -0.02376172266698769 + - - 0.008327346552276805 + - -0.027645731666618524 + - -0.9995830975061635 + - 0.5792179915853194 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966448032179552 + - -0.024932562515562848 + - -0.07795834493529716 + - 0.02573514980666252 + - - -0.02229439873690143 + - -0.9991549644720593 + - 0.03452993999124801 + - -0.030638060337584604 + - - -0.07875338725161776 + - -0.03267605082084876 + - -0.9963584594407533 + - 0.5772085661151249 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9896801382909172 + - -0.018230357945106735 + - -0.14212979251960003 + - 0.06454323492746009 + - - -0.022678370591973394 + - -0.9993004114501008 + - -0.029738513462378022 + - -0.03289010618610078 + - - -0.14148821639897927 + - 0.03265488822293236 + - -0.9894012042116096 + - 0.5758672837793173 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998069230555678 + - -0.01903406961290922 + - 0.004880656116621032 + - -0.03478400756341512 + - - -0.018917902936734652 + - -0.999560245016851 + - -0.02283483151522259 + - 0.03730357363705224 + - - 0.005313149596432513 + - 0.02273809085704519 + - -0.9997273376603953 + - 0.5800354566853864 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968925346062042 + - -0.03795655774256869 + - -0.06902589492902682 + - 0.048469651767924726 + - - -0.036899673803246005 + - -0.9991823682387504 + - 0.01652298623180873 + - 0.03497795594359364 + - - -0.06959661284597148 + - -0.013924608617032996 + - -0.9974780282067525 + - 0.5759032390781316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971281756838241 + - -0.02679986234382242 + - -0.07083197467105704 + - 0.025733079124712517 + - - -0.02341838421197155 + - -0.9985657307634851 + - 0.048146242072329024 + - -0.03065130870247047 + - - -0.07202069520873552 + - -0.04634920412627376 + - -0.996325634889774 + - 0.5772240734201712 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863524718708877 + - -0.017810997553781942 + - -0.16368130498113959 + - 0.064529053974475 + - - -0.021983961522145688 + - -0.9994769354132521 + - -0.02371836867761607 + - -0.032893868413331875 + - - -0.16317324128049449 + - 0.02699303508451161 + - -0.9862281021076942 + - 0.5756816146281918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997748376707724 + - -0.019780753456784164 + - 0.007680869290814417 + - -0.03481642390051233 + - - -0.019498993827849455 + - -0.9991910471159411 + - -0.035171588008655365 + - 0.03732208307968313 + - - 0.008370376340532332 + - 0.0350138994690826 + - -0.9993517717219932 + - 0.57983544819664 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970222974438315 + - -0.03833898401185531 + - -0.06690785234008531 + - 0.04843815379218166 + - - -0.03750273031239717 + - -0.9992024638608997 + - 0.01371063213065122 + - 0.03500393703048093 + - - -0.067380142615904 + - -0.011160578804217183 + - -0.9976649527079793 + - 0.5758462606052932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994598520658273 + - -0.03224663550635362 + - -0.0063370819053346975 + - -0.04282936863813667 + - - -0.03209483957399946 + - -0.9992258781230917 + - 0.022750071689013107 + - -0.023736361920356646 + - - -0.00706578950109504 + - -0.022534395657668994 + - -0.9997210989226294 + - 0.5792080379587305 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963181866454679 + - -0.023426436923426386 + - -0.08246983092355206 + - 0.02572369869437376 + - - -0.018332389344118696 + - -0.9979082164031223 + - 0.06199286358989689 + - -0.030578802469113407 + - - -0.08374959379258018 + - -0.06025274838721173 + - -0.9946635671679976 + - 0.577061580703527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848555553104396 + - -0.020127184368241048 + - -0.17220462137693246 + - 0.06452641005148772 + - - -0.024747875963807002 + - -0.9993878550589064 + - -0.024727672677359758 + - -0.03286478083207432 + - - -0.17160150876214889 + - 0.028614884416426595 + - -0.9847507860267942 + - 0.5756782243938294 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997482221417171 + - -0.01853234047942858 + - 0.012650876682286635 + - -0.034786375217931514 + - - -0.018260810324272465 + - -0.9996073786405917 + - -0.02125162049318322 + - 0.037320360765753284 + - - 0.013039751944605198 + - 0.02101525454615941 + - -0.9996941151900334 + - 0.5798516279399413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972822369435945 + - -0.03856047116652926 + - -0.06277921582972618 + - 0.04846998945351175 + - - -0.037614018595216014 + - -0.9991611988214402 + - 0.01618902019341089 + - 0.034992043323142985 + - - -0.06335081279588148 + - -0.01378364368079744 + - -0.9978961297073876 + - 0.5759437236646949 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996520334537056 + - -0.02103322081144285 + - -0.0806525044648399 + - 0.02573965532151066 + - - -0.016603092880122787 + - -0.998336651092662 + - 0.05521112561705741 + - -0.030554398432544774 + - - -0.08167961900601611 + - -0.053679928347433216 + - -0.9952119900461642 + - 0.5770678885077458 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865543071973248 + - -0.014556086817323502 + - -0.16278427223467565 + - 0.06455241744203387 + - - -0.02439544641198098 + - -0.9979828589171605 + - -0.05860951716138912 + - -0.03291512970558042 + - - -0.16160278817138837 + - 0.06179266658833831 + - -0.984919390209745 + - 0.5758481966940932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998114451642749 + - -0.019165945272139866 + - 0.003121003099897156 + - -0.03481247575175814 + - - -0.019051572138373597 + - -0.9992644578311227 + - -0.033280338257431284 + - 0.037329342190272424 + - - 0.003756556612188215 + - 0.0332146030730165 + - -0.9994411830743827 + - 0.5798289224360414 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976507752717615 + - -0.038138150382228966 + - -0.05690704776278444 + - 0.04845190742209308 + - - -0.03753419473677355 + - -0.9992274933042434 + - 0.011644777815813832 + - 0.03500999488077767 + - - -0.05730719697485912 + - -0.009481461403190852 + - -0.9983115681311843 + - 0.5757713049812944 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994805531318306 + - -0.031994950328161686 + - 0.003866143399887304 + - -0.0428428853086556 + - - -0.032072454615937857 + - -0.9992434147917735 + - 0.021998992026557092 + - -0.023731660518589624 + - - 0.003159361675818747 + - -0.022111561427777607 + - -0.9997505175217601 + - 0.5792369651342821 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967338855801277 + - -0.0234681695092278 + - -0.07727099298072403 + - 0.025739119090967103 + - - -0.01853012664953316 + - -0.9977769760950573 + - 0.06401359528220914 + - -0.030566411287704404 + - - -0.07860149962114725 + - -0.06237267826932204 + - -0.9949529904788554 + - 0.5770876647287613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880265738033971 + - -0.020192902880106105 + - -0.15295664788297025 + - 0.06454028853400093 + - - -0.023544619366582892 + - -0.999520038481747 + - -0.020133146111075525 + - -0.03289180548810873 + - - -0.15247668791393348 + - 0.023493389426002122 + - -0.9880277932811786 + - 0.5758171719097099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999652155951156 + - -0.019786751224161826 + - 0.017437074817722577 + - -0.034805766081573916 + - - -0.019291745869948897 + - -0.9994185703652799 + - -0.02811315973541643 + - 0.0373120435467769 + - - 0.01798320448349053 + - 0.02776698912400948 + - -0.9994526495394825 + - 0.5798474593304584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970167756967421 + - -0.0394021338996082 + - -0.0663703308973947 + - 0.04846582118170499 + - - -0.037756689919546935 + - -0.9989521199771778 + - 0.025866858321437893 + - 0.034982014181699314 + - - -0.06731999216868272 + - -0.02328376767749379 + - -0.9974597158868868 + - 0.5758035652025207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965124957795373 + - -0.020542896182514425 + - -0.0808754299628269 + - 0.02572740934610621 + - - -0.015302357887683915 + - -0.9977749354388824 + - 0.06489234202131179 + - -0.03058314191489281 + - - -0.08202855355493552 + - -0.06342844493102527 + - -0.9946095458899017 + - 0.577086570813599 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853594641606993 + - -0.017955676325296648 + - -0.1695414995705793 + - 0.06455850737709742 + - - -0.023068127844251184 + - -0.9993351595422882 + - -0.0282329661982208 + - -0.03288105340910055 + - - -0.1689218395196454 + - 0.031730625431746165 + - -0.9851185611605381 + - 0.5758290634174672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997698811180326 + - -0.01934733431934227 + - 0.009266361959842102 + - -0.0348128843685686 + - - -0.019027601327346703 + - -0.9992598563664452 + - -0.03343186866208913 + - 0.03735239529012263 + - - 0.00990632106095709 + - 0.03324785871672376 + - -0.9993980411696785 + - 0.5799736024593679 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996892087766569 + - -0.037527081042004966 + - -0.06926675636175146 + - 0.048465964450950735 + - - -0.03768774515925973 + - -0.9992890504422595 + - -0.0010136720467649816 + - 0.03498431983098231 + - - -0.06917947103890097 + - 0.003621029504780375 + - -0.9975976588445382 + - 0.5758729159253371 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969564323986182 + - -0.022058827519610295 + - -0.07477486226988009 + - 0.02572858050958636 + - - -0.018694880734286608 + - -0.9987942655364852 + - 0.045392913166760265 + - -0.03061730490314009 + - - -0.0756860180835949 + - -0.04385684963485546 + - -0.9961667548190698 + - 0.5771677803249445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853388544608364 + - -0.01621868960818466 + - -0.1698360856743937 + - 0.06454353035614951 + - - -0.024712682820533 + - -0.9985406684888395 + - -0.04801892003860439 + - -0.03288145746097172 + - - -0.1688094345634105 + - 0.05151201298003712 + - -0.9843017257534027 + - 0.5757984396657128 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997629119875826 + - -0.019397693493180396 + - 0.009891880572153627 + - -0.03479475293923941 + - - -0.019051206641657475 + - -0.9992404239058658 + - -0.03399451070280791 + - 0.03731984392532804 + - - 0.010543782035208693 + - 0.03379799875097759 + - -0.9993730654469449 + - 0.5798591349621147 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967188616785586 + - -0.03888179402392242 + - -0.0709909632818129 + - 0.04844728933695263 + - - -0.03763251343112502 + - -0.9991138107113894 + - 0.01885171553525485 + - 0.03499304006974799 + - - -0.07166104037100376 + - -0.016118292069795887 + - -0.9972987997354144 + - 0.5757456112468324 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995157800052674 + - -0.030696743658037876 + - -0.005090721879508226 + - -0.042840012690971735 + - - -0.03053136295925195 + - -0.9990869417976561 + - 0.029885090015897058 + - -0.023737842825388402 + - - -0.006003448701555666 + - -0.02971519238033911 + - -0.9995403773462522 + - 0.5791715643128674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966680875077357 + - -0.026426079942558925 + - -0.077164665764467 + - 0.025739315101282717 + - - -0.02166099762716256 + - -0.9978442276800972 + - 0.06194916034383642 + - -0.03058899081194033 + - - -0.07863538977755803 + - -0.0600712875205766 + - -0.995091913287487 + - 0.5771746858317416 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862702468694873 + - -0.016505371299463986 + - -0.16431242454016495 + - 0.06454270084972615 + - - -0.022049800968491233 + - -0.9992453680684675 + - -0.031976564402121405 + - -0.03286154394072179 + - - -0.16366064406952116 + - 0.035160590324679206 + - -0.9858899160001434 + - 0.5757687334403172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998111664970255 + - -0.018079129797632126 + - 0.007125757055752868 + - -0.03479460034010512 + - - -0.017907113256363356 + - -0.999563290967148 + - -0.023506651095994074 + - 0.03731637355885902 + - - 0.007547624969552839 + - 0.023374610514089723 + - -0.9996982849543327 + - 0.5798807248068739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975079822531348 + - -0.038106669054964244 + - -0.05937766511757875 + - 0.048436613128640935 + - - -0.03760873122822413 + - -0.9992475596225361 + - 0.00948145156660326 + - 0.0349734352284483 + - - -0.05969429350183396 + - -0.0072247049726667225 + - -0.9981905604449359 + - 0.5757741322887444 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966345883822323 + - -0.025469999472603193 + - -0.07791518701154503 + - 0.02573148066522395 + - - -0.021314675650499944 + - -0.9983292860831602 + - 0.05370587631350452 + - -0.030619646287753568 + - - -0.07915290166565232 + - -0.05186439699401752 + - -0.9955123818829951 + - 0.5771349560725363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865244576860572 + - -0.01722345364658942 + - -0.16270478490725027 + - 0.06451409462826989 + - - -0.024131647959664333 + - -0.9988849285635872 + - -0.040577864104307415 + - -0.032892555566647226 + - - -0.16182446648755439 + - 0.043957389970295066 + - -0.985840042762018 + - 0.5755509226950781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998106440484981 + - -0.019434877877126076 + - 0.000980596363851232 + - -0.03479905902266556 + - - -0.01938963173518863 + - -0.9992194800200378 + - -0.034416172501576796 + - 0.03732380559365128 + - - 0.001648705098363218 + - 0.034390642192109765 + - -0.9994071069894951 + - 0.579873885344789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996820355602959 + - -0.03891605045815357 + - -0.06953214848060495 + - 0.04846042087218642 + - - -0.03726362291019913 + - -0.9989950389839568 + - 0.024906515072356104 + - 0.03501587752422222 + - - -0.07043153457931277 + - -0.02223630145013923 + - -0.9972687430350066 + - 0.5758902773258325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9956239375232249 + - -0.02217957569530313 + - -0.09078018204831859 + - 0.025702989928855762 + - - -0.016911223288682883 + - -0.9981501649861494 + - 0.058397420020098775 + - -0.03055304195976542 + - - -0.09190748368674803 + - -0.05660666533280195 + - -0.9941572812599981 + - 0.577071498663751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865189161025811 + - -0.023682445461897423 + - -0.16192458105158888 + - 0.06453264393727358 + - - -0.022321499531516086 + - -0.999698614726624 + - 0.010219117982185525 + - -0.03286575543718489 + - - -0.16211779307174415 + - -0.006466953735226081 + - -0.986750221524644 + - 0.5757377175212793 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997616600252093 + - -0.01896860304502769 + - 0.01080811001785292 + - -0.034806032900778286 + - - -0.01861806275387743 + - -0.9993252939085867 + - -0.03165951190100481 + - 0.037297045075002165 + - - 0.011401354434036698 + - 0.03145074010317323 + - -0.9994402733850746 + - 0.5800147332491031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975480668126344 + - -0.0383053624565157 + - -0.05857092798864417 + - 0.048473180515535286 + - - -0.037400216076323316 + - -0.9991645804849606 + - 0.016473158220487772 + - 0.03498889422029131 + - - -0.0591530069888278 + - -0.014242201774580167 + - -0.9981473245231848 + - 0.57586027186132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968607097419853 + - -0.022429915950506883 + - -0.0759317077587383 + - 0.025747918842477572 + - - -0.019475086034848266 + - -0.9990323860101669 + - 0.03943364967598452 + - -0.030604849253814764 + - - -0.07674272862389307 + - -0.03783107946234436 + - -0.9963329579162146 + - 0.5771685633157754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879182200955868 + - -0.017414598298011615 + - -0.15399455240133147 + - 0.06452281766974889 + - - -0.02325963949958827 + - -0.999072534004107 + - -0.03623618314560542 + - -0.03288046351512162 + - - -0.15322068911709258 + - 0.03938024333001963 + - -0.987407016818167 + - 0.5756768043979912 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997480126413754 + - -0.018882675426733598 + - 0.012139019249884376 + - -0.03480333651790019 + - - -0.018567825284798414 + - -0.9995011806387217 + - -0.025546541174772053 + - 0.03729995824918287 + - - 0.012615351117334512 + - 0.025314708580778767 + - -0.9995999291945035 + - 0.5798366542492787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996591698735163 + - -0.037481863445323824 + - -0.07348534496638282 + - 0.04844941096217052 + - - -0.03685642404856712 + - -0.999272033692179 + - 0.009849197279367478 + - 0.03499073122609038 + - - -0.07380101637860004 + - -0.0071072212123863355 + - -0.9972476610091009 + - 0.5758578330600359 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996278905095748 + - -0.025665661401130888 + - -0.08227768279466725 + - 0.025727824702163088 + - - -0.02112112769935436 + - -0.9982276702944947 + - 0.055636464869118614 + - -0.030600649688976227 + - - -0.08355980628223685 + - -0.05369163885809041 + - -0.9950552581092202 + - 0.5770893192124842 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857364020035926 + - -0.020967709639826984 + - -0.1669853314440275 + - 0.06452453515114356 + - - -0.022996440541734012 + - -0.9996832603539354 + - -0.010224611999371115 + - -0.03286511098955784 + - - -0.16671805387366512 + - 0.013918840490037165 + - -0.9859063628925375 + - 0.575638807677509 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998089595798441 + - -0.017770775288470916 + - 0.008139034925374336 + - -0.03478387332016278 + - - -0.01750862557922101 + - -0.9993591531862364 + - -0.031220681818551022 + - 0.03728397257218011 + - - 0.008688634771725618 + - 0.031072214091294268 + - -0.9994793770445033 + - 0.5797645724966602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969635182089024 + - -0.038927359669601924 + - -0.06744185665950281 + - 0.04845157238879966 + - - -0.03795548752806088 + - -0.9991571412137421 + - 0.0156329180925706 + - 0.0349822134562065 + - - -0.06799356092333073 + - -0.01302566047213176 + - -0.9976007256624414 + - 0.5759041855521178 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994603910875344 + - -0.03147742020037297 + - -0.009386088891658755 + - -0.042824373118874826 + - - -0.03119454101520603 + - -0.9990954903116528 + - 0.028898128828149117 + - -0.023737209615901717 + - - -0.010287237627448726 + - -0.028589740405376648 + - -0.9995382931561697 + - 0.5790703985509265 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996687335061087 + - -0.021479064714944165 + - -0.07844109833371626 + - 0.025745169346847986 + - - -0.017649587021093358 + - -0.9986334373679261 + - 0.04919095291520157 + - -0.030590090870213388 + - - -0.07939047932096996 + - -0.047643546779096595 + - -0.9957043960149493 + - 0.5771711846776293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853051470852395 + - -0.017795821083537392 + - -0.16987370567364843 + - 0.0645292826878767 + - - -0.023305930235884214 + - -0.999263092504291 + - -0.03049763227859723 + - -0.032896225152404104 + - - -0.16920579405911226 + - 0.03400853879135597 + - -0.9849938165014549 + - 0.5756570605876924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998029478091439 + - -0.018820881869462427 + - 0.0063118901924906455 + - -0.034817914602039195 + - - -0.018592518100206328 + - -0.9992326913703912 + - -0.03447240588324037 + - 0.03728731334107095 + - - 0.006955848103561429 + - 0.03434825908748659 + - -0.9993857179662015 + - 0.5800033525174595 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997115897070724 + - -0.03797743369689569 + - -0.06570846474118255 + - 0.0484707012914534 + - - -0.0374794583184306 + - -0.9992586928352989 + - 0.008795168972046852 + - 0.035005185823060246 + - - -0.0659937725319773 + - -0.006307085134015875 + - -0.9978001015554719 + - 0.5759159783984877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9971528755088032 + - -0.021158432231792767 + - -0.07237723129560736 + - 0.02574109872165433 + - - -0.018820585174416978 + - -0.9992836724716081 + - 0.03283180630651583 + - -0.03060921067206382 + - - -0.07302005504118528 + - -0.03137614822040287 + - -0.9968368015300367 + - 0.5772721161941924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9901169916697193 + - -0.017852966744101268 + - -0.13910289136225323 + - 0.06454823478461814 + - - -0.022602245185830403 + - -0.9992116543806592 + - -0.03263752843624536 + - -0.03288607074837487 + - - -0.13841055349742815 + - 0.03545900912745775 + - -0.9897399544083463 + - 0.5758138066059053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997934579722678 + - -0.01934389256907159 + - 0.006233395233048462 + - -0.034810312190766246 + - - -0.019159475752576004 + - -0.9994130432530017 + - -0.028398652514868387 + - 0.03732600442321211 + - - 0.006779076983013726 + - 0.028273358414769287 + - -0.9995772412971438 + - 0.5798990505959136 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970133431136503 + - -0.03833920025825096 + - -0.06704102756447147 + - 0.04847610262790907 + - - -0.03759000019948618 + - -0.9992162879645767 + - 0.012401683405702612 + - 0.034997806023431464 + - - -0.0674639573279327 + - -0.009844571593034401 + - -0.9976731423025305 + - 0.5758949408361935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995737995288624 + - -0.02913686967399828 + - -0.0018061342790826535 + - -0.04285432901613305 + - - -0.029058741574156822 + - -0.9989999393400182 + - 0.03398103495727168 + - -0.023720485494130486 + - - -0.0027944290221811018 + - -0.03391406823489906 + - -0.9994208458613417 + - 0.5791550530786527 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967156775786066 + - -0.02308675472673805 + - -0.07761997053082728 + - 0.02575568978960084 + - - -0.020117769810685467 + - -0.9990437966956732 + - 0.03881710475730881 + - -0.030609250402032162 + - - -0.078441911035258 + - -0.03712807616996943 + - -0.9962270687714999 + - 0.577172178988529 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856574235628119 + - -0.017292640688294506 + - -0.16787021163251425 + - 0.06454747055855796 + - - -0.023525906215307184 + - -0.9991028556165515 + - -0.035213855733229216 + - -0.03288268256025392 + - - -0.16711066726055568 + - 0.03865809717093756 + - -0.9851799715843061 + - 0.575884941290074 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998186759208159 + - -0.01903075092353019 + - -0.0006676819850615439 + - -0.03480935744053369 + - - -0.01904235484299796 + - -0.9993148671086526 + - -0.03173617963225055 + - 0.03730938235582568 + - - -6.326120432684581e-05 + - 0.03174313933598373 + - -0.9994960575725736 + - 0.5798332247526448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968023000884892 + - -0.03771048294354336 + - -0.07044923004875296 + - 0.04844459804697049 + - - -0.03756320639764822 + - -0.9992884197249152 + - 0.0034146345059546533 + - 0.03497787048788123 + - - -0.0705278672825506 + - -0.000757416560620412 + - -0.9975095218877504 + - 0.5757750417044482 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965364471184442 + - -0.025526405744046424 + - -0.07914235385897007 + - 0.025686569704678138 + - - -0.021822109333100595 + - -0.998641276521284 + - 0.047322260852517846 + - -0.03058882408480773 + - - -0.08024278851586804 + - -0.045431304600791 + - -0.9957394696673759 + - 0.5771571316260605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865188854728664 + - -0.018169855958140906 + - -0.16263562014464758 + - 0.06451580135689805 + - - -0.024082687094157118 + - -0.9991159157702428 + - -0.034458831043924575 + - -0.032870570972600786 + - - -0.16186572456112694 + - 0.03791099034645803 + - -0.9860842986394479 + - 0.5756324867736565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999779005142893 + - -0.019026380558971125 + - 0.008940789579912678 + - -0.0348038199535901 + - - -0.018784639901749955 + - -0.9994753273854851 + - -0.026385739546925212 + - 0.03729988878319912 + - - 0.009438123714417653 + - 0.0262119589214884 + - -0.9996118521857615 + - 0.5798850377247541 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971447663015944 + - -0.03882828033025696 + - -0.06476634684721327 + - 0.04846627271175462 + - - -0.03749758125376373 + - -0.9990624428823115 + - 0.021637158365783695 + - 0.03500802631700413 + - - -0.06554575834831677 + - -0.01914679786866715 + - -0.9976658527252104 + - 0.5757900347910463 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9969811736867479 + - -0.02370803667767618 + - -0.07393556864652238 + - 0.025734860775680986 + - - -0.019296845498265332 + - -0.998022851447073 + - 0.05981655074701021 + - -0.03058672290459446 + - - -0.07520752002300528 + - -0.058209251724648824 + - -0.9954674841227341 + - 0.5770581987609881 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9888046655031186 + - -0.017568392265608124 + - -0.14817788320956468 + - 0.06455404877376317 + - - -0.023837191780896095 + - -0.9988896119814229 + - -0.04063657667180963 + - -0.03290482332359287 + - - -0.1472994289441288 + - 0.043713781222914166 + - -0.9881254897855482 + - 0.5758620748440101 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998139138503153 + - -0.018854944813248897 + - 0.004077833665527668 + - -0.034825534485156046 + - - -0.018799431573722755 + - -0.9997354969796586 + - -0.013248299941505403 + - 0.03732919731901526 + - - 0.004326551030473138 + - 0.01316917366141531 + - -0.9999039222951656 + - 0.5798121271174188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997588263362294 + - -0.038515722534662525 + - -0.057742496650520635 + - 0.04846539276822357 + - - -0.037299347720226375 + - -0.9990619897078294 + - 0.021997713078383076 + - 0.035013471658593094 + - - -0.05853559140769093 + - -0.01979090292700442 + - -0.9980891266314277 + - 0.5760300125851681 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.99699101982763 + - -0.024803167399584568 + - -0.07344187681432382 + - 0.025747140031470613 + - - -0.021075191939693975 + - -0.9984707403023885 + - 0.05110789610916733 + - -0.030652811772515883 + - - -0.07459720281463098 + - -0.04940631181285006 + - -0.9959890931557857 + - 0.5770767705888251 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859897907952188 + - -0.021405759602811925 + - -0.1654264969810679 + - 0.06451814676933536 + - - -0.022257418093734094 + - -0.9997468398017273 + - -0.003296004590354681 + - -0.03286933674490727 + - - -0.16531406409438174 + - 0.006931793583593362 + - -0.98621661436538 + - 0.5756591080729747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998016229950512 + - -0.019298428891679865 + - 0.004928011645125549 + - -0.034811458344068034 + - - -0.019130034277332116 + - -0.9992985466311505 + - -0.0321940443159513 + - 0.03733093453550999 + - - 0.005545849349722325 + - 0.03209338472617236 + - -0.9994694883846165 + - 0.5799161575630729 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997495826143586 + - -0.03753265462504459 + - -0.05994478011405057 + - 0.0484664705320317 + - - -0.03657043744449621 + - -0.9991852885488557 + - 0.017069336620350706 + - 0.0350362426493167 + - - -0.06053659993130555 + - -0.014834385202554728 + - -0.9980557404696493 + - 0.5758491265920491 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961818761908694 + - -0.023547084215745702 + - -0.08406666624635534 + - 0.025738906553502174 + - - -0.01861649109889179 + - -0.9980867068687339 + - 0.0589605955795186 + - -0.0305583936585401 + - - -0.08529417218077917 + - -0.05717045038184713 + - -0.9947142523333689 + - 0.577041049608721 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98756102061322 + - -0.020643674265354 + - -0.15587517210319668 + - 0.0645448717160689 + - - -0.022622009322399318 + - -0.999684358261392 + - -0.010928336640456537 + - -0.032873636775505484 + - - -0.15560037037100038 + - 0.014318608882703218 + - -0.9877163065273715 + - 0.575739590144702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997613363201613 + - -0.01871389061668975 + - 0.011272120355631117 + - -0.0348008573699424 + - - -0.01839258884445906 + - -0.999439724338775 + - -0.027963370491271 + - 0.03732084627930603 + - - 0.011789108317593075 + - 0.027749373175262482 + - -0.9995453912721803 + - 0.579934711475423 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967911214189751 + - -0.03889951958149906 + - -0.06995918550576948 + - 0.04846412850977758 + - - -0.037322703020871616 + - -0.9990220136920434 + - 0.02370721404787474 + - 0.03501600331384742 + - - -0.07081296561730709 + - -0.02102007457228684 + - -0.9972681085673294 + - 0.5758992601240216 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995415067741032 + - -0.029910649223862117 + - -0.004704178861654938 + - -0.04285105448053941 + - - -0.029762575612593028 + - -0.999139018894925 + - 0.028903460252910813 + - -0.023734538166205 + - - -0.005564649913520816 + - -0.02875019973311471 + - -0.9995711383821794 + - 0.5791540530163565 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966695323855347 + - -0.02474612648935799 + - -0.07770117398194319 + - 0.02574823514418717 + - - -0.020435889737067215 + - -0.9982336247499088 + - 0.0557853460087197 + - -0.030609043166518083 + - - -0.07894439577990285 + - -0.05401166209654026 + - -0.995414749103365 + - 0.5771023106234122 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861448994429325 + - -0.014453199579065075 + - -0.16525538516071508 + - 0.06454473243357933 + - - -0.024093859667784642 + - -0.9981127998118146 + - -0.056482960068758775 + - -0.03290296301992241 + - - -0.16412715567205105 + - 0.059682023036653264 + - -0.984632079965534 + - 0.5758358996608735 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996296734681841 + - -0.018961339215442654 + - 0.019518799580110133 + - -0.03479693580479118 + - - -0.01846631750190639 + - -0.999510936472347 + - -0.025236540771101927 + - 0.037318542295324074 + - - 0.019987772257317137 + - 0.02486675466018074 + - -0.9994909371639449 + - 0.5798138923452545 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962196809540332 + - -0.03815578737441432 + - -0.07804154771455135 + - 0.0484578177729827 + - - -0.0375073964957316 + - -0.999248707947494 + - 0.009757810890603937 + - 0.034996585373270404 + - - -0.07835523267756972 + - -0.006793787978977013 + - -0.9969023532708414 + - 0.5758884011238955 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995726842899454 + - -0.028928455910498967 + - 0.004194432026792629 + - -0.04286699826285485 + - - -0.029019614713740143 + - -0.9993001144654029 + - 0.02360388085248175 + - -0.023752817458873112 + - - 0.0035086725779335387 + - -0.023715515344735722 + - -0.9997125904722186 + - 0.5792263649393277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967827931186839 + - -0.022799671822043538 + - -0.07683904155650356 + - 0.025734934165871068 + - - -0.019350818826442254 + - -0.9987844639099235 + - 0.045333657065278664 + - -0.030582184161717638 + - - -0.07777923343194618 + - -0.043700910939855654 + - -0.9960123599784116 + - 0.5771727448437579 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897833260544979 + - -0.01802110702931213 + - -0.14143623003295036 + - 0.06454976361313666 + - - -0.02248532148517607 + - -0.9992960899780122 + - -0.030028900618645434 + - -0.032879693777537015 + - - -0.14079551762113685 + - 0.03290234423402505 + - -0.9894918180367646 + - 0.5757912132192328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997689625460124 + - -0.019562037994784384 + - 0.008907760614233023 + - -0.034806465806767606 + - - -0.019252844358745573 + - -0.999251070661112 + - -0.03356524641232415 + - 0.03732594138877239 + - - 0.009557693956587416 + - 0.033385991854559795 + - -0.9993968311107055 + - 0.5798744239327258 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972979381983206 + - -0.03810627942355663 + - -0.06280711690463522 + - 0.04845531643819484 + - - -0.037952581721700976 + - -0.9992729160744899 + - 0.003638782851919828 + - 0.03501577016711408 + - - -0.06290011133564313 + - -0.0012452583987434549 + - -0.9980190505824447 + - 0.5758923213662382 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964126014279925 + - -0.022495080062862546 + - -0.08158369376576437 + - 0.025723137249954325 + - - -0.019065859816083778 + - -0.9989114925630042 + - 0.0425713872809507 + - -0.030580291123048203 + - - -0.08245253607363486 + - -0.04086320347839426 + - -0.9957568869440518 + - 0.577211726475696 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9853329096588224 + - -0.020583020910551343 + - -0.16939715580101913 + - 0.06452443052154211 + - - -0.022687299220389937 + - -0.9996875138113699 + - -0.010495769801584563 + - -0.0328797552720583 + - - -0.1691281868801396 + - 0.014184991358445252 + - -0.9854919798876085 + - 0.5756591368627297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997945848071199 + - -0.01931406988297604 + - 0.006144501193284619 + - -0.034819244950330744 + - - -0.01910637117923705 + - -0.9992977230408158 + - -0.03223363624854828 + - 0.037319843321090854 + - - 0.006762748754757781 + - 0.0321096158494309 + - -0.9994614738944585 + - 0.5799681809223141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975971556731963 + - -0.03841789187455954 + - -0.05765397277433056 + - 0.0484468575298783 + - - -0.036891116357771946 + - -0.9989458636742934 + - 0.027316789377548042 + - 0.0349918700579121 + - - -0.0586426510879746 + - -0.02512423196706006 + - -0.9979628311923442 + - 0.5759516078161588 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973129989831814 + - -0.022246025823995645 + - -0.06979897129765476 + - 0.025733578163355784 + - - -0.019782274377980122 + - -0.9991634210425627 + - 0.03579273209685704 + - -0.03065101167661278 + - - -0.0705368249895544 + - -0.03431577458780711 + - -0.9969187449009234 + - 0.5772202086091751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9889016849759341 + - -0.020413037250576728 + - -0.14716237753571695 + - 0.06452251360507046 + - - -0.021960598794517276 + - -0.9997192323956962 + - -0.00889879085875371 + - -0.032858810853252235 + - - -0.14693940775824763 + - 0.012031803205179145 + - -0.9890723159401889 + - 0.5756242262998299 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997979110872026 + - -0.01956908654109651 + - 0.004603024832982736 + - -0.03482668738717304 + - - -0.019461302218504176 + - -0.9995596862647838 + - -0.022398466693216792 + - 0.03732712731145274 + - - 0.005039315591032659 + - 0.022304359354040477 + - -0.9997385262418268 + - 0.5797794400332621 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997707843904924 + - -0.038037547743667924 + - -0.055966089484938114 + - 0.04846664992392309 + - - -0.03733103571722571 + - -0.9992101863457954 + - 0.013616066799193189 + - 0.03501703158027996 + - - -0.05643980849424575 + - -0.01149558456317278 + - -0.9983398216803153 + - 0.5759147835055131 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960060653653078 + - -0.023759536551465066 + - -0.08606626620446442 + - 0.025733356634873472 + - - -0.019162036649119703 + - -0.998364839229246 + - 0.05385595735125347 + - -0.03056333469515862 + - - -0.08720512660948285 + - -0.05199165523064095 + - -0.9948327164299547 + - 0.5771194820766883 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9844729644122101 + - -0.017971561278473804 + - -0.17461387495456787 + - 0.06451876639846257 + - - -0.02272849975708733 + - -0.999421975114824 + - -0.025281039463909423 + - -0.03285945820709355 + - - -0.17405860403963802 + - 0.02885721127894595 + - -0.984312381166149 + - 0.5756804330049146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997969392201946 + - -0.0190459483207032 + - 0.006582718169230027 + - -0.03479175137154941 + - - -0.018894518861387564 + - -0.9995716965383156 + - -0.022347721058528284 + - 0.037322271461564666 + - - 0.007005532308617075 + - 0.02221880582025555 + - -0.9997285867599236 + - 0.5798593108898672 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968297067054632 + - -0.03827547423598444 + - -0.06975330745929326 + - 0.04845960147473899 + - - -0.037705316566220955 + - -0.9992440019145423 + - 0.009472789475753002 + - 0.03500657795170578 + - - -0.07006314960192175 + - -0.006812687415503871 + - -0.9975192942284565 + - 0.5757834127347984 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999523929843622 + - -0.03077245020531471 + - 0.0022293448193092162 + - -0.04284040482019017 + - - -0.03081372296737709 + - -0.9992883269512156 + - 0.021756702322043256 + - -0.02370820597204904 + - - 0.0015582512158479362 + - -0.021815039019027482 + - -0.9997608093567913 + - 0.579205873082876 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967888090697222 + - -0.022626260456653963 + - -0.07681225456339934 + - 0.02574109812359949 + - - -0.018551455287474653 + - -0.9984033158570126 + - 0.05335412254398864 + - -0.030551248831055616 + - - -0.07789681392766738 + - -0.05175781316351944 + - -0.9956170022435578 + - 0.5771134491076702 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98487534804193 + - -0.021404579025660734 + - -0.17193717694559746 + - 0.0645416561186521 + - - -0.023373054985201754 + - -0.9996823153543788 + - -0.009432320412638777 + - -0.03286302790457959 + - - -0.17168066029680273 + - 0.013308356939990428 + - -0.985062758668508 + - 0.575824548364805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998061468675672 + - -0.01952804503696525 + - 0.0025147848541978053 + - -0.03480224631685166 + - - -0.019455056597009288 + - -0.999463293619075 + - -0.026355748536490475 + - 0.037343331568410854 + - - 0.0030281113975234196 + - 0.026301714110411344 + - -0.9996494637502784 + - 0.5799912511935836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979559663159517 + - -0.03814982294514002 + - -0.05126870686539074 + - 0.04846328851828639 + - - -0.037390574366644114 + - -0.9991775783908765 + - 0.01568795045493661 + - 0.03500883794095042 + - - -0.05182503490522078 + - -0.013738917359040967 + - -0.9985616695562044 + - 0.5759486800075104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9958204776823782 + - -0.021941983286585635 + - -0.08865734937325394 + - 0.02574253075110629 + - - -0.01831350120033759 + - -0.9989691878013691 + - 0.04153525607551699 + - -0.030583371017658553 + - - -0.08947732619063474 + - -0.0397380320716154 + - -0.9951958083235934 + - 0.577146374084972 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984108464528483 + - -0.01933952493997691 + - -0.17651207555996673 + - 0.06451834259602264 + - - -0.023133920252089133 + - -0.9995428859259329 + - -0.01946383643140364 + - -0.03286456601706621 + - - -0.1760549680558926 + - 0.023237942463877184 + - -0.9841060137266132 + - 0.5756315075598445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998065688527407 + - -0.01898961953267406 + - 0.005120471551932195 + - -0.03479007177976386 + - - -0.0188527589838904 + - -0.9994952846263314 + - -0.02556852534709426 + - 0.03731499270927889 + - - 0.005603423739572354 + - 0.025467044581850198 + - -0.9996599578269911 + - 0.5798311465804358 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962837773285551 + - -0.03887273604952466 + - -0.076860558311594 + - 0.04845633844960817 + - - -0.03705895841011584 + - -0.9990031649453961 + - 0.024885940421038588 + - 0.03500342603229199 + - - -0.07775132560608378 + - -0.02194508649119805 + - -0.9967312298435276 + - 0.5758296393381003 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995204627675529 + - -0.03047493708949533 + - -0.005488416741477509 + - -0.04281571444747853 + - - -0.03025975909476151 + - -0.998902361844286 + - 0.035754978414668195 + - -0.023709158916644178 + - - -0.006572023163670882 + - -0.03557175440286425 + - -0.9993455152249586 + - 0.5790675699936267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99711235874176 + - -0.021053464185783608 + - -0.07296366006596411 + - 0.025722356969742035 + - - -0.018188867975042936 + - -0.9990458787094874 + - 0.039705129585169745 + - -0.030540695891904817 + - - -0.07372997440817469 + - -0.038263349034900106 + - -0.9965439312917438 + - 0.5772249727688954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854583519559937 + - -0.017796205207165426 + - -0.16898263709742806 + - 0.06451464612524001 + - - -0.022842891091228452 + - -0.9993477817695238 + - -0.02796807821297853 + - -0.03286543133005577 + - - -0.1683746978817509 + - 0.03142142823866329 + - -0.9852221348308575 + - 0.5757296984696403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997958757463098 + - -0.019670953837822195 + - 0.004610901840176582 + - -0.03482162680764691 + - - -0.01954406356324134 + - -0.9994678836579746 + - -0.026114729860487546 + - 0.03732844133236467 + - - 0.005122149949528794 + - 0.026019283452096177 + - -0.9996483183942915 + - 0.5798621994738897 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971647295677947 + - -0.0385811871741596 + - -0.06460645557697309 + - 0.048463220417833124 + - - -0.03775535189282502 + - -0.9991895605630832 + - 0.01395548154674134 + - 0.03498799433773743 + - - -0.06509251500315447 + - -0.01147667451768789 + - -0.9978132342440537 + - 0.5758635768671193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995365549841015 + - -0.03042616039544647 + - -0.0009612565238711641 + - -0.042854117135908185 + - - -0.030380912705005435 + - -0.9990436033977269 + - 0.0314464410274925 + - -0.023752207906542148 + - - -0.0019171316399662565 + - -0.031402663480591717 + - -0.9995049761419895 + - 0.5792641701401584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970692257490406 + - -0.021721851639287425 + - -0.07335611921012154 + - 0.02574468918550558 + - - -0.0183498752792533 + - -0.9987575224253008 + - 0.04633242359417472 + - -0.030590770508201817 + - - -0.0742714019084373 + - -0.044850558081644606 + - -0.9962289828640402 + - 0.5771972831026874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875479895221185 + - -0.01982914107997582 + - -0.15606336390983053 + - 0.06453219763284956 + - - -0.02290183904785427 + - -0.9995771861091115 + - -0.017915210811425483 + - -0.03289404668748534 + - - -0.15564213490905335 + - 0.021266268460217806 + - -0.9875845643117003 + - 0.5757719493000182 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998165765885665 + - -0.019000822700971837 + - 0.0024045613748880914 + - -0.03481677393545822 + - - -0.018957408222767473 + - -0.9996766693308895 + - -0.01694619334758109 + - 0.03733672920859379 + - - 0.0027257755217036097 + - 0.016897500767406013 + - -0.999853511578381 + - 0.5798911087057939 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996767265205912 + - -0.0374103158139812 + - -0.0711019499354656 + - 0.04846678718175127 + - - -0.037185217544607005 + - -0.9992983155481149 + - 0.0044873309283245885 + - 0.034999003466043725 + - - -0.07121993126988764 + - -0.0018288831013039614 + - -0.9974589598457242 + - 0.576104582857264 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994958651475099 + - -0.031201525372309566 + - 0.005871998592639261 + - -0.042830796650253494 + - - -0.03138141405384608 + - -0.9989442181681679 + - 0.03355079492900919 + - -0.02371419706626611 + - - 0.004818963063969975 + - -0.03371815242311594 + - -0.9994197635589158 + - 0.5792121339596075 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9959998481720105 + - -0.020640282036673816 + - -0.08693837586922513 + - 0.025747058243691265 + - - -0.017107840363789536 + - -0.9990051658045268 + - 0.04118252656111035 + - -0.0305968728141139 + - - -0.08770190556321568 + - -0.039530462346347855 + - -0.9953621041145099 + - 0.5771981131897319 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9897515575596315 + - -0.021915247414987942 + - -0.14110838472260745 + - 0.06452847680039067 + - - -0.024865823088597878 + - -0.9995067753472292 + - -0.019180638078816297 + - -0.032875248611536775 + - - -0.14061843815947495 + - 0.02249284254432617 + - -0.9898083283564887 + - 0.5756571103010212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997865098741627 + - -0.019293820411587892 + - 0.007394806797082404 + - -0.03479000972454848 + - - -0.019049212506208626 + - -0.9993116765013923 + - -0.03183238462429928 + - 0.03731774715773749 + - - 0.008003885090010132 + - 0.03168472347838016 + - -0.9994658654109023 + - 0.5799520548859795 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970599801883808 + - -0.037346373524534515 + - -0.06690772968283792 + - 0.048476181248685794 + - - -0.037433831001970855 + - -0.9992991070936842 + - -5.346289528359292e-05 + - 0.035008781653850726 + - - -0.06685883788446856 + - 0.002557918358985176 + - -0.9977591657561492 + - 0.5760048503631814 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995280435343907 + - -0.03063683798720058 + - -0.002252631008176874 + - -0.04281458499035091 + - - -0.030498558002968676 + - -0.9984460203285052 + - 0.04664099537864092 + - -0.02372908445381744 + - - -0.0036780630843599796 + - -0.04655028086184735 + - -0.9989091766540296 + - 0.5791378200861333 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9974543956786962 + - -0.02229763032012227 + - -0.06773141238269045 + - 0.02573639006860693 + - - -0.01940164057164614 + - -0.9988815833298675 + - 0.043117964093239036 + - -0.03053822418005083 + - - -0.06861708886549739 + - -0.041694102299058566 + - -0.9967714366639426 + - 0.5772370739758325 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866029206955773 + - -0.017487138960891206 + - -0.16220011358170752 + - 0.06452101145350501 + - - -0.022404739236722655 + - -0.999341572619102 + - -0.028538551030395983 + - -0.03286569297258588 + - - -0.16159425897812954 + - 0.03179026904797341 + - -0.9863451091069324 + - 0.5756715632188638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997472759814542 + - -0.01982644024429479 + - 0.010597001222115193 + - -0.034794466154321364 + - - -0.019461717319200444 + - -0.9992499388599947 + - -0.03347836984210128 + - 0.0373299604711721 + - - 0.011252809722448714 + - 0.03326367321172439 + - -0.9993832609753949 + - 0.5798801388176924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964883220233293 + - -0.03807799384990689 + - -0.07457271924434597 + - 0.048429843956281374 + - - -0.037441509173121494 + - -0.9992496307405283 + - 0.009915082236600554 + - 0.035005886118662455 + - - -0.07489430860865634 + - -0.007088148509021612 + - -0.9971662853750859 + - 0.5757353326252722 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994819377103732 + - -0.03190484112052063 + - -0.004235245422880756 + - -0.04283124062175097 + - - -0.031753227385511694 + - -0.9989827402920041 + - 0.032019012309600754 + - -0.023704302194937566 + - - -0.005252498578932392 + - -0.03186794175582588 + - -0.9994782866810693 + - 0.5791859953752663 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968339458918599 + - -0.02291960732766012 + - -0.07613656097835154 + - 0.025733941303593338 + - - -0.019441683162750505 + - -0.9987470961375856 + - 0.04611137508835729 + - -0.03058589241067041 + - - -0.07709802379739443 + - -0.044485161084184266 + - -0.9960306045347453 + - 0.5772146634406364 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98733706814198 + - -0.01862400675862041 + - -0.15753939267705086 + - 0.06454913103061458 + - - -0.02278744143517084 + - -0.9994360774535818 + - -0.02466291947512413 + - -0.03285897505061611 + - - -0.15699123028257922 + - 0.027940534290751478 + - -0.9872046799716405 + - 0.5757101837014397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997625521100896 + - -0.019282701134475853 + - 0.010149720945860615 + - -0.03481499086383914 + - - -0.019049936161009147 + - -0.9995641849909462 + - -0.022550831817194583 + - 0.037328118920169906 + - - 0.01058013849539949 + - 0.02235212563369316 + - -0.9996941748100138 + - 0.5799322882958796 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974354384495403 + - -0.0386661258572971 + - -0.060228538386391264 + - 0.048471564494034454 + - - -0.037517961459164965 + - -0.9990941983053357 + - 0.02007947909105384 + - 0.035003888149444266 + - - -0.06095037893993735 + - -0.017768332049101197 + - -0.9979826339587637 + - 0.5759794415941802 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970164452929895 + - -0.022435233105750435 + - -0.07385707908401029 + - 0.025729709357576413 + - - -0.01855715147607888 + - -0.9984336325983948 + - 0.0527817527699443 + - -0.03060619013961973 + - - -0.0749255626900791 + - -0.05125369851888056 + - -0.9958710852533629 + - 0.5771668438703553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987122226778174 + - -0.020810929311103073 + - -0.15860836870010192 + - 0.06452654526863313 + - - -0.023643202972390677 + - -0.9995925629971054 + - -0.01599083969291147 + - -0.03288810364371935 + - - -0.1582109615472504 + - 0.01953492314001587 + - -0.9872120736823514 + - 0.5757625964791677 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996985392578883 + - -0.018594489286120047 + - 0.016033576451705767 + - -0.03478626739370961 + - - -0.01822631272267369 + - -0.9995736373405715 + - -0.022811073150434975 + - 0.037327452366982074 + - - 0.01645090058871034 + - 0.022511963528922995 + - -0.9996112141067108 + - 0.5797251401972836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970287443309535 + - -0.037684399270877175 + - -0.0671831007727046 + - 0.048462529860972124 + - - -0.03756467542006972 + - -0.9992895595203557 + - 0.0030448964182855694 + - 0.03496939451833155 + - - -0.06725011627073281 + - -0.0005121378783005952 + - -0.9977360169786226 + - 0.5758288385789089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995255484903576 + - -0.030721580395654494 + - -0.00220508798989846 + - -0.04284477868034717 + - - -0.030652369499170884 + - -0.9991779706333043 + - 0.02652951649007967 + - -0.023738897540766576 + - - -0.0030183040165224404 + - -0.026449338349086315 + - -0.999645598370622 + - 0.5791407173431675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962515255191255 + - -0.022686537511945406 + - -0.08347585828569884 + - 0.025733770980143456 + - - -0.017146226136448294 + - -0.997639187086468 + - 0.06649856629078071 + - -0.030578385900340906 + - - -0.08478740962013617 + - -0.06481800216892428 + - -0.994288550554987 + - 0.5770950764981759 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9876397245551328 + - -0.0212685383738918 + - -0.1552914155904943 + - 0.06454769080948622 + - - -0.022813007484409762 + - -0.9997063653438094 + - -0.008170053891347314 + - -0.032893962606135925 + - - -0.15507205154436304 + - 0.011611734000981385 + - -0.9878349186292791 + - 0.575833832658328 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996388843567756 + - -0.01955768127507724 + - 0.018428184530317065 + - -0.034798330416801776 + - - -0.018921775122576263 + - -0.9992402530552851 + - -0.034071734623012224 + - 0.03732876244541063 + - - 0.019080547899669394 + - 0.03371073682304807 + - -0.9992494778155734 + - 0.5800002570074225 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970012699463898 + - -0.038941889446268856 + - -0.06687299134658506 + - 0.048469150722241845 + - - -0.03791911494564721 + - -0.9991446363165765 + - 0.016496558476078407 + - 0.03501797869996982 + - - -0.06745819777480466 + - -0.013911325104764623 + - -0.9976251132498644 + - 0.5759016067686675 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972831678209284 + - -0.022653825894367777 + - -0.0700934187595511 + - 0.02572102008281582 + - - -0.01988115364142444 + - -0.9990016812043626 + - 0.04000475822629049 + - -0.030614691717183846 + - - -0.07092970400995759 + - -0.03850253398421398 + - -0.9967379454830919 + - 0.577227761933283 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854870675777311 + - -0.016856689511070232 + - -0.16891149059721158 + - 0.064544197218322 + - - -0.023353184034307983 + - -0.9990589812311624 + - -0.036548335349397075 + - -0.032896085091994334 + - - -0.16813645777315597 + - 0.039962532953750816 + - -0.9849533631230549 + - 0.575738361693905 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997984925140377 + - -0.019269562131984858 + - 0.005626574615085174 + - -0.034793225402790284 + - - -0.019163785643917707 + - -0.9996491567312067 + - -0.018284221787684834 + - 0.03736440275149735 + - - 0.005976929517027893 + - 0.018172710910286622 + - -0.999816997700939 + - 0.5798480116714657 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968176376824828 + - -0.03759944521422792 + - -0.07029138584988093 + - 0.04844684933621756 + - - -0.03755434438210044 + - -0.9992926577889107 + - 0.0019634936225235845 + - 0.03500433235422111 + - - -0.07031549205648191 + - 0.0006825018368929503 + - -0.9975245690047426 + - 0.575750087880208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962742640630922 + - -0.022802534248871773 + - -0.08317232230359535 + - 0.02572219807502287 + - - -0.016997918421458553 + - -0.9974132046012857 + - 0.06984246599548852 + - -0.030569154589417842 + - - -0.08454975774584782 + - -0.0681684950605671 + - -0.9940847019979212 + - 0.5770180135605606 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852146052641962 + - -0.01835052620401046 + - -0.17033919032961836 + - 0.06453175454190928 + - - -0.02292290596282831 + - -0.9994267310034335 + - -0.024914849748884957 + - -0.032873878612091734 + - - -0.16978433954971628 + - 0.028451143102274604 + - -0.9850704596625767 + - 0.5755881528279608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997115851196549 + - -0.01833294800149421 + - 0.015512884809778226 + - -0.03477778428666287 + - - -0.017962647420490953 + - -0.9995581483050641 + - -0.02368230256119106 + - 0.037336440932501505 + - - 0.01594019683674164 + - 0.023396819752418842 + - -0.9995991691424517 + - 0.5798697002202946 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966193715747493 + - -0.03850301054343801 + - -0.07257648641980213 + - 0.04846544527457556 + - - -0.03790627843480675 + - -0.9992353559837801 + - 0.009582140011054487 + - 0.034993487328083564 + - - -0.07288993248161729 + - -0.006798641854109392 + - -0.9973168183740637 + - 0.5758577089272651 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994833914191763 + - -0.031723699147016816 + - 0.005153366826763351 + - -0.042855144573324136 + - - -0.03184986705188756 + - -0.9991388897673409 + - 0.02659069241787314 + - -0.02375345505361398 + - - 0.004305374083480712 + - -0.026741089486302046 + - -0.999633121643679 + - 0.5792510188011232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9975083629812985 + - -0.02301369082522486 + - -0.06668909818681737 + - 0.025734314931978034 + - - -0.02038035764264322 + - -0.9989957471971969 + - 0.03990160528442022 + - -0.030579892977160385 + - - -0.0675404086804926 + - -0.038443037295675254 + - -0.9969756396616504 + - 0.577249174788683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835876560648416 + - -0.014381197616460561 + - -0.17985689864997478 + - 0.06453116211244153 + - - -0.022027631623782018 + - -0.9989330798792486 + - -0.04058922724081737 + - -0.032849524751328164 + - - -0.17908128400789947 + - 0.04388488439173631 + - -0.9828550303274675 + - 0.5757094813695334 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997384548651982 + - -0.01914991811298822 + - 0.012502099824102225 + - -0.03479193895532389 + - - -0.01871066892100848 + - -0.999234595964415 + - -0.03435306531244661 + - 0.03731836153914252 + - - 0.013150389054107056 + - 0.03411015778472244 + - -0.9993315587949915 + - 0.5799081504343373 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976771822912346 + - -0.03652006155774193 + - -0.057502391595842396 + - 0.04849069974303025 + - - -0.03623615205273653 + - -0.9993254066606734 + - 0.005972678368340649 + - 0.035005416880016266 + - - -0.057681723447152854 + - -0.0038751395199949626 + - -0.9983275024128443 + - 0.5759219225935175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995446932683957 + - -0.029848463971908625 + - 0.00441308933815301 + - -0.042847034680204496 + - - -0.02996713503349632 + - -0.9991050034434626 + - 0.029852351869220167 + - -0.023725828225470435 + - - 0.003518092789146512 + - -0.029971007536571205 + - -0.9995445771602038 + - 0.5791558433752889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962249617969166 + - -0.025313527658854272 + - -0.08303644266342591 + - 0.025734920650698302 + - - -0.02114700483809958 + - -0.9984911110353996 + - 0.050678450742607115 + - -0.030571894443337744 + - - -0.08419400025601226 + - -0.04873116560023864 + - -0.995257074237673 + - 0.57709060745137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864655347972784 + - -0.01741277425362304 + - -0.16304154056531678 + - 0.06454298919768207 + - - -0.023016090260174527 + - -0.9992053341316217 + - -0.03254166301912531 + - -0.032872754005686615 + - - -0.16234533638591214 + - 0.035853807827163506 + - -0.9860823982903449 + - 0.5757142840418645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999694920558463 + - -0.019132226569970885 + - 0.01562125846670958 + - -0.03479766266384736 + - - -0.018675526641855997 + - -0.9994085225844093 + - -0.028876109334493947 + - 0.037313193378261306 + - - 0.016164483111370205 + - 0.028575564598510062 + - -0.9994609279974973 + - 0.5798032348576591 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969682518921978 + - -0.039562430426339876 + - -0.06700088669395422 + - 0.048470274016320196 + - - -0.03790330939201246 + - -0.9989468508561206 + - 0.025855914251342572 + - 0.03501916134663222 + - - -0.06795324757617148 + - -0.023237970294335455 + - -0.9974178426719922 + - 0.575932169625024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994960979350617 + - -0.030132260006923466 + - -0.009979835642974657 + - -0.042836128279042554 + - - -0.02985556589904936 + - -0.9991948320799944 + - 0.026801729971773904 + - -0.023779897903568693 + - - -0.010779396895612846 + - -0.026490270883996695 + - -0.9995909514151576 + - 0.5792542172524967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995868486637575 + - -0.022142500043065193 + - -0.08806626490336149 + - 0.025719248127002922 + - - -0.01625328823877427 + - -0.9976181566492107 + - 0.06703614059042477 + - -0.03055737133141917 + - - -0.08934085260178294 + - -0.06532781349222345 + - -0.9938563723399436 + - 0.5770291212951809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.982577310608026 + - -0.017305099674978442 + - -0.1850469189247361 + - 0.06449559278745703 + - - -0.022410327786374303 + - -0.999422759626834 + - -0.02553281708687789 + - -0.0328513589601207 + - - -0.18449825442753123 + - 0.029234928854433097 + - -0.9823979402706783 + - 0.5755486728120576 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997897822136014 + - -0.018724687621196147 + - 0.008353290056506044 + - -0.03478493824049403 + - - -0.01854301999288068 + - -0.9996007338741222 + - -0.021319691551716185 + - 0.03733536142843254 + - - 0.008749159435232986 + - 0.02116031454882736 + - -0.999737812277485 + - 0.5798001325351007 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964016690506852 + - -0.037488824650033156 + - -0.07601514282935909 + - 0.04845132432228607 + - - -0.03723629620763548 + - -0.9992952603758556 + - 0.004737175855794003 + - 0.0350294224328927 + - - -0.07613916310116645 + - -0.0018896075546400207 + - -0.9970954102920864 + - 0.5758322510949492 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995056851281408 + - -0.030136854304374624 + - 0.00895295533121622 + - -0.042856294701888176 + - - -0.030353065534202046 + - -0.9992244285013306 + - 0.025084515121206893 + - -0.023749696222151652 + - - 0.008190043296728771 + - -0.025343865112222294 + - -0.9996452429196928 + - 0.579264258142052 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967597293481608 + - -0.024311372130865313 + - -0.07667463162543266 + - 0.025736387548132903 + - - -0.022469268397654795 + - -0.9994399654422819 + - 0.02479692429325275 + - -0.030595459943700075 + - - -0.07723453843621624 + - -0.02299375266992629 + - -0.9967477681995077 + - 0.5772970242402087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878536849314976 + - -0.01908178061267678 + - -0.15421083884056605 + - 0.0645279057644427 + - - -0.024558795051376484 + - -0.9991305592550737 + - -0.03368962968436087 + - -0.032867626004584725 + - - -0.15343390353140943 + - 0.03706765721345977 + - -0.9874634302270746 + - 0.5756242316694177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999679288936528 + - -0.01802836633392963 + - 0.017784748485355217 + - -0.034800198721786746 + - - -0.01762477948518653 + - -0.9995893455949444 + - -0.022594409068824494 + - 0.03733857222846809 + - - 0.01818478538383833 + - 0.022273710521609622 + - -0.999586512213997 + - 0.5798569797007511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977860288736621 + - -0.03827189657472478 + - -0.05439027961962754 + - 0.04847014961488681 + - - -0.03756950850302061 + - -0.9991976371201513 + - 0.013878544748925947 + - 0.035020276281873625 + - - -0.05487779710747474 + - -0.01180440197892497 + - -0.998423298745853 + - 0.576015698500412 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968232503827553 + - -0.02308784177770049 + - -0.07622571126861634 + - 0.025740181085936946 + - - -0.018134998544321736 + - -0.9977178195058372 + - 0.06504056017837337 + - -0.030595449501606507 + - - -0.07755339659973666 + - -0.0634515894408251 + - -0.994967017781634 + - 0.5770571822318605 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865816939497632 + - -0.019472650530939162 + - -0.16210298283657743 + - 0.06453059585846196 + - - -0.022766418498481183 + - -0.9995698841071657 + - -0.018486129252486654 + - -0.03287295617228618 + - - -0.16167328583278012 + - 0.021928581059602187 + - -0.9866006719948781 + - 0.5757433095807047 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997223806691635 + - -0.018497935089182998 + - 0.014594107941785426 + - -0.034771319453914526 + - - -0.018131375638389197 + - -0.9995264636317733 + - -0.02486165153849465 + - 0.03732658853258984 + - - 0.015047086317282122 + - 0.02459013821023133 + - -0.9995843687734229 + - 0.5798570532022516 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997460018014687 + - -0.03839653943237933 + - -0.05999348482758777 + - 0.04846498143516863 + - - -0.03774210029926294 + - -0.9992154079355087 + - 0.012004266294773273 + - 0.03500412632187137 + - - -0.06040733669961489 + - -0.009709495552972522 + - -0.9981265848423068 + - 0.5759248266809089 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965171836683168 + - -0.022867317153483006 + - -0.08019094998793941 + - 0.025723602520390312 + - - -0.017602630923453894 + - -0.9976805262408629 + - 0.06575496136663284 + - -0.030575157902917507 + - - -0.08150858873970793 + - -0.06411437721725707 + - -0.9946083131543313 + - 0.5770412045376626 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9892986992606954 + - -0.021360884741435 + - -0.14433224256609917 + - 0.06453087573670022 + - - -0.023919537763578955 + - -0.9995855958836298 + - -0.016015374336737706 + - -0.03289663995431369 + - - -0.14393032812535683 + - 0.01929634952606958 + - -0.9893996722966384 + - 0.5757793412971212 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997339910363596 + - -0.019229564600742502 + - 0.01273463826646789 + - -0.034823266485586785 + - - -0.01882244034665677 + - -0.9993311289231703 + - -0.03135299833410989 + - 0.03732675335653317 + - - 0.013329024942150299 + - 0.031104961186409173 + - -0.9994272452178217 + - 0.5798932984666658 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996729251285782 + - -0.0384434573430632 + - -0.0710837549570679 + - 0.048442184162116556 + - - -0.03788693657811511 + - -0.9992400359999416 + - 0.009161358608889555 + - 0.03500480659663106 + - - -0.07138192816119693 + - -0.006438248391206332 + - -0.9974282777671998 + - 0.575825157686767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964053377591545 + - -0.024836159781918093 + - -0.08099116033464662 + - 0.02571065334745012 + - - -0.01984319470219161 + - -0.9978862731787765 + - 0.061880800135283534 + - -0.030599264621391967 + - - -0.08235684858635811 + - -0.0600512361959271 + - -0.99479203782613 + - 0.5770472278512253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845254039770543 + - -0.020420847527682567 + - -0.1740480333415723 + - 0.06452214916309153 + - - -0.023397003095091202 + - -0.9996127405409214 + - -0.015064833037132066 + - -0.03287244341241527 + - - -0.1736729949358455 + - 0.018903913206516625 + - -0.9846219238344707 + - 0.5756652133082846 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995905830698165 + - -0.01854251033630157 + - 0.02179085928944661 + - -0.03480142558288845 + - - -0.01769850562044963 + - -0.9991092852630652 + - -0.038306644331362445 + - 0.03733818672193513 + - - 0.022481751198410345 + - 0.03790529529702597 + - -0.9990284077299793 + - 0.5800412212916767 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974757403965029 + - -0.03855210568839546 + - -0.05963122057646768 + - 0.04846197347823736 + - - -0.037719950081046595 + - -0.9991754820333866 + - 0.015018703979823137 + - 0.034998845082119215 + - - -0.06016105622686414 + - -0.012731506208653747 + - -0.9981074872293704 + - 0.575847278622922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996871739435772 + - -0.018870846169253178 + - -0.07675041549825454 + - 0.025750339482843932 + - - -0.017245856033208412 + - -0.9996140224842273 + - 0.021780415574204657 + - -0.030636919437190283 + - - -0.0771318064353492 + - -0.020388654142919547 + - -0.9968124132545003 + - 0.577333199024715 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886140674832024 + - -0.018344378652403553 + - -0.149350960312197 + - 0.06455551310605845 + - - -0.023274687515569607 + - -0.9992380452121483 + - -0.03133078233395499 + - -0.03289397985144468 + - - -0.14866241789830673 + - 0.034450149092018725 + - -0.988287747941948 + - 0.5759111929256713 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996948345616559 + - -0.0188961695263187 + - 0.015911396166776948 + - -0.03481511721108137 + - - -0.01846052265316439 + - -0.9994623866518839 + - -0.027095142950207884 + - 0.03732053815181529 + - - 0.016414836402337492 + - 0.026793141759652226 + - -0.9995062184401515 + - 0.5800025713443879 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969070604550087 + - -0.03808812147478862 + - -0.06874305650373363 + - 0.04842324649853844 + - - -0.03743439780611029 + - -0.9992410116506414 + - 0.010773416185054969 + - 0.03498821681049115 + - - -0.06910122050910283 + - -0.008166739736532879 + - -0.9975762255017045 + - 0.5758946923264489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962833186473856 + - -0.025226751095633985 + - -0.08235994180492492 + - 0.025735170908415473 + - - -0.02210467150871394 + - -0.9990101417192452 + - 0.03860207558650164 + - -0.030662160615271074 + - - -0.08325222208712235 + - -0.036638064512922425 + - -0.9958547684006458 + - 0.5771838482318044 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869180540088903 + - -0.015140321643642637 + - -0.1605102032016413 + - 0.06455718099170302 + - - -0.02200140240432475 + - -0.9989146374528733 + - -0.041054663250816616 + - -0.03290968221392838 + - - -0.15971441063206573 + - 0.04404903793412548 + - -0.9861799984249986 + - 0.5758327373545555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999716693815312 + - -0.019972512399060404 + - 0.012947233505701802 + - -0.03482648358338688 + - - -0.019662692813189966 + - -0.9995273753940808 + - -0.023630580804422516 + - 0.03729365050712771 + - - 0.013413076392681755 + - 0.023369308639529598 + - -0.999636916482877 + - 0.5796921649365346 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9979188186629893 + - -0.037735970114804764 + - -0.052287932812061705 + - 0.048476978768062895 + - - -0.037295893245004826 + - -0.9992603635062335 + - 0.009367084522244077 + - 0.035007085556455035 + - - -0.05260273477036456 + - -0.007397464760593541 + - -0.9985881181997881 + - 0.5758555997560854 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995129369265103 + - -0.030841710537367558 + - -0.004762122181440779 + - -0.04285332060973424 + - - -0.03070109237184038 + - -0.9991580250046436 + - 0.027215510210110976 + - -0.023743168474865888 + - - -0.0055974854816661845 + - -0.027056052187083048 + - -0.9996182462301962 + - 0.579240943757374 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963400937495582 + - -0.023796689853495135 + - -0.08209832604345889 + - 0.02574500653483633 + - - -0.019638774448556297 + - -0.9985011164225215 + - 0.05108658376851913 + - -0.030570871771305352 + - - -0.08319096180042788 + - -0.04928730115349948 + - -0.9953140337701086 + - 0.5771324928110847 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987542556606671 + - -0.01939719420433279 + - -0.15615200206132276 + - 0.06452262181678267 + - - -0.024123268122264268 + - -0.9993047245089131 + - -0.028427724306852805 + - -0.032868276041630624 + - - -0.15549201531223814 + - 0.031840484154052676 + - -0.9873238661872678 + - 0.5757867684870928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996737400628503 + - -0.01889387965582831 + - 0.017188215157603513 + - -0.03480408552538328 + - - -0.018512524301183282 + - -0.9995847504061142 + - -0.022081965481919315 + - 0.03734493511864073 + - - 0.017598291756619235 + - 0.021756563770449936 + - -0.9996083993545429 + - 0.5799474205488724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99672025606099 + - -0.03869525454141158 + - -0.07107326103176943 + - 0.048429741208872286 + - - -0.03833259037568566 + - -0.9992441544115247 + - 0.006460061105565738 + - 0.035006447375685944 + - - -0.07126951432979294 + - -0.003714451557514124 + - -0.9974501787943211 + - 0.5757703114902427 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994836015631277 + - -0.03176314694744394 + - -0.004861347796048475 + - -0.042858172746578806 + - - -0.031597548362504356 + - -0.9990193922635107 + - 0.031013687606058455 + - -0.023739279624900782 + - - -0.005841673037603257 + - -0.03084406551416444 + - -0.9995071377827578 + - 0.5792778609402124 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.995946128890595 + - -0.02476033098653874 + - -0.08647678507712533 + - 0.025733290136331806 + - - -0.020141847257541295 + - -0.9983443962737241 + - 0.053877383176125164 + - -0.03059032912559905 + - - -0.08766763562964472 + - -0.05191716901267044 + - -0.9947959555732107 + - 0.5770687943422227 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877446805943327 + - -0.02234886676460228 + - -0.1544699780278929 + - 0.06454766544780495 + - - -0.02335972532178754 + - -0.9997159261379919 + - -0.004731834628081818 + - -0.032881077244448 + - - -0.1543203460030151 + - 0.008282220740534014 + - -0.9879861515371127 + - 0.5757542111306206 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997572620851832 + - -0.018778193798552858 + - 0.011523729674121965 + - -0.034818043240755936 + - - -0.018620942553026282 + - -0.9997340505765685 + - -0.013604727715200386 + - 0.03731760346966567 + - - 0.011776137158471924 + - 0.01338684262370472 + - -0.9998410448857327 + - 0.5799142148377725 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971680496597752 + - -0.03857259340922094 + - -0.06456032663646451 + - 0.04845865682245942 + - - -0.03803687152060224 + - -0.9992311100050932 + - 0.009507113279781923 + - 0.03500183380536463 + - - -0.06487740086228223 + - -0.007024516757495374 + - -0.9978685179028741 + - 0.5760730729672099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964536491460354 + - -0.025402367756116276 + - -0.08021748447771758 + - 0.025721834204390868 + - - -0.021131620245777104 + - -0.9983363435024899 + - 0.05364699309249993 + - -0.030594660810137585 + - - -0.08144679078599783 + - -0.05176161661367906 + - -0.9953326857469318 + - 0.5770769882933471 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872745655473726 + - -0.020128040454812743 + - -0.15774598001437654 + - 0.06454996316029117 + - - -0.02279697776140855 + - -0.9996256516420257 + - -0.01512793390393225 + - -0.032887777722312675 + - - -0.157382432400165 + - 0.01853155597097342 + - -0.9873638394255192 + - 0.575898305026137 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997114742141537 + - -0.018437653226276694 + - 0.015395495057674406 + - -0.0347992173864269 + - - -0.018127954166475013 + - -0.9996352397190343 + - -0.020019110609797917 + - 0.037357514036258734 + - - 0.01575898481189349 + - 0.019734245751401567 + - -0.9996810561085582 + - 0.5799403147749969 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969449134661934 + - -0.03809925986694823 + - -0.06818567233279245 + - 0.04844870388291722 + - - -0.03705515495788082 + - -0.9991767799133637 + - 0.016512963786343617 + - 0.035007773238254776 + - - -0.0687586722161767 + - -0.01393588459884781 + - -0.9975359823663086 + - 0.5759165218669009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994778675834535 + - -0.031976292399317895 + - 0.004637772657847181 + - -0.04285377568396859 + - - -0.03208259416371665 + - -0.9991720800151783 + - 0.025017227461669886 + - -0.02373272241683945 + - - 0.0038339747728440873 + - -0.025152956934245324 + - -0.9996762622944019 + - 0.5791274998924377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968560608349308 + - -0.025514735204827544 + - -0.07501328058478883 + - 0.02573364100188478 + - - -0.021407717932441128 + - -0.9982538672466076 + - 0.055053847641361675 + - -0.030600867322715008 + - - -0.07628698178319655 + - -0.05327489854162802 + - -0.9956616300710751 + - 0.577146879157115 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884083227057856 + - -0.018350874528119815 + - -0.15070578293479295 + - 0.06454892497744326 + - - -0.023825882578635625 + - -0.9991170540713408 + - -0.03460403998314243 + - -0.032898734573402234 + - - -0.14993770348142857 + - 0.037793619406707474 + - -0.9879728373831218 + - 0.5758810148862337 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998095871188485 + - -0.019418877521577973 + - 0.0019226806910711887 + - -0.03481432655605317 + - - -0.019356660477667414 + - -0.999411200440623 + - -0.02832970400453898 + - 0.037305199483456154 + - - 0.0024716796698141634 + - 0.02828709298663327 + - -0.9995967842935346 + - 0.5799232921143234 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.99722089044889 + - -0.037642780827521025 + - -0.06429243115557491 + - 0.048480499786152736 + - - -0.03745176802579833 + - -0.9992897190308696 + - 0.004174028144196703 + - 0.0350179062946854 + - - -0.06440388749186583 + - -0.001754562845261364 + - -0.9979223721237831 + - 0.5759063697588538 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996844187923335 + - -0.026534578448629113 + - -0.07481698436866023 + - 0.02574870972695434 + - - -0.023008865771228116 + - -0.998601484656175 + - 0.04759902245220145 + - -0.030582824596763446 + - - -0.07597537166337794 + - -0.04572735493156277 + - -0.9960606165849422 + - 0.5770838943645041 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9870642322919704 + - -0.015676455643796886 + - -0.15955704330524267 + - 0.06452594894872103 + - - -0.022182541749403126 + - -0.9989899608813148 + - -0.03907675651695912 + - -0.032850012114535976 + - - -0.158783299409601 + - 0.04211064944640237 + - -0.9864150024365017 + - 0.5756886436240464 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997192258424408 + - -0.019216279441883057 + - 0.01386376880225441 + - -0.0348079785370639 + - - -0.018746281198478622 + - -0.9992705821635861 + - -0.0332698146023528 + - 0.03730531073743717 + - - 0.014492978376388584 + - 0.033000579189747914 + - -0.9993502465857116 + - 0.5797816457229645 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997623856647422 + - -0.03850645823860452 + - -0.057130493800092025 + - 0.04845475314656407 + - - -0.03718520306292271 + - -0.9990198397853317 + - 0.02401292128125364 + - 0.034989243336467676 + - - -0.0579991493135283 + - -0.021831454124933748 + - -0.9980778959027689 + - 0.5758323338704303 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961763994115588 + - -0.022235146754552765 + - -0.08448774765743212 + - 0.02573117756778962 + - - -0.017194518533191296 + - -0.9980546447306993 + - 0.05992724475470034 + - -0.03058744130400444 + - - -0.08565588005405213 + - -0.05824538076346931 + - -0.9946208050467699 + - 0.5771115973959058 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871754642085373 + - -0.016794085140177106 + - -0.15875314664271528 + - 0.06454122262067603 + - - -0.023899973071316735 + - -0.9987909783891081 + - -0.042957802268255685 + - -0.03289971711269882 + - - -0.15783977366889917 + - 0.04620108432529155 + - -0.9863833259211746 + - 0.5757944272661092 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997356618683381 + - -0.019097017660343604 + - 0.012802746000630211 + - -0.03482882962518978 + - - -0.01873264601301503 + - -0.9994323687807894 + - -0.028000503684231026 + - 0.03731189998771548 + - - 0.01333020487566491 + - 0.027753272774577193 + - -0.999525918367439 + - 0.5799715547702994 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967727925532218 + - -0.038385424284096734 + - -0.0705021930735613 + - 0.04845052758166294 + - - -0.037840610730671784 + - -0.9992428287915769 + - 0.009047501762236364 + - 0.03499981813668492 + - - -0.07079610303668986 + - -0.006350457553419239 + - -0.9974705927914272 + - 0.5758677614882004 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995013947428704 + - -0.03148392422714815 + - 0.002392576501630703 + - -0.04282542013990671 + - - -0.0315400203894425 + - -0.9990837026979975 + - 0.028930643219476047 + - -0.023728185633214313 + - - 0.001479534011272783 + - -0.02899168016031941 + - -0.9995785579235836 + - 0.5791529106048379 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963883415053543 + - -0.023462658373934936 + - -0.08160745415853687 + - 0.02573458289880042 + - - -0.020619640040693547 + - -0.9991566571537839 + - 0.03550781477178225 + - -0.030618432706036324 + - - -0.08237173882346968 + - -0.033696856341548995 + - -0.9960318360955608 + - 0.5772898945847466 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9900154084061761 + - -0.023979863595169876 + - -0.13890448970537053 + - 0.06454351700461569 + - - -0.0233925847245397 + - -0.999709186031773 + - 0.005859210151271922 + - -0.03288691434162405 + - - -0.13900459739971757 + - -0.0025513732867972535 + - -0.9902884490874845 + - 0.5757792754532495 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997612757637916 + - -0.018913307288921478 + - 0.010939757335095283 + - -0.03479808653850057 + - - -0.01858576770567393 + - -0.9993977229440327 + - -0.0293046176066808 + - 0.03729591899028538 + - - 0.011487415808033995 + - 0.029094298095638745 + - -0.9995106608217724 + - 0.5798367068221608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972621522398719 + - -0.03722965516810493 + - -0.06389172470643091 + - 0.048470023140281114 + - - -0.037111237573092176 + - -0.9993065180214681 + - 0.003039586419745488 + - 0.0349678411360861 + - - -0.06396057970103046 + - -0.0006601635203395113 + - -0.9979522074871295 + - 0.5757805589495255 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964960973601689 + - -0.022064845709042314 + - -0.08067633190588824 + - 0.025735158782606266 + - - -0.01784069306113119 + - -0.9984504659145302 + - 0.052710310055597176 + - -0.030585296437341647 + - - -0.08171436603836188 + - -0.05108629658621615 + - -0.995345644831008 + - 0.5771166659673195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880199261609296 + - -0.01948651236981711 + - -0.15309115371115384 + - 0.06452304727082338 + - - -0.021617789868432737 + - -0.9996910204322361 + - -0.012269263562200847 + - -0.03286591795729412 + - - -0.15280476651647834 + - 0.015431769270418328 + - -0.9881359035208817 + - 0.5757062931674233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998102031095307 + - -0.01917188348148737 + - 0.003463616874172826 + - -0.034808344386149895 + - - -0.019032448289214098 + - -0.9991491022643545 + - -0.036590126488624905 + - 0.037329368556137284 + - - 0.004162171332030249 + - 0.03651726068734415 + - -0.9993243547525978 + - 0.5799048207945667 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970670631773599 + - -0.03906707070095831 + - -0.06581060335326516 + - 0.04846895541639901 + - - -0.03815696908390679 + - -0.9991587153956772 + - 0.015030208221791862 + - 0.03502864098663187 + - - -0.06634242411311372 + - -0.012474992413102431 + - -0.9977189270165668 + - 0.5760133010401012 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995072104905884 + - -0.03137120124021527 + - 0.0010880763155771444 + - -0.04281445687604113 + - - -0.031387778244499225 + - -0.9992521847576793 + - 0.022580492330299552 + - -0.023719010724388492 + - - 0.000378885466526583 + - -0.02260351719866826 + - -0.9997444360715656 + - 0.5791559465971889 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.99627972122921 + - -0.02244084489771679 + - -0.08320532163103601 + - 0.02573396534418208 + - - -0.018281813466626898 + - -0.9985610421961989 + - 0.05041448506542646 + - -0.03058841180385858 + - - -0.08421693632410877 + - -0.048705784957407953 + - -0.995256376090032 + - 0.5771339072830749 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864606204552885 + - -0.022523473706729163 + - -0.16244425943427312 + - 0.06453034948736934 + - - -0.023669190418946696 + - -0.9997067300514366 + - -0.005120870509624824 + - -0.03284026810748924 + - - -0.16228127962238528 + - 0.008896461209210282 + - -0.9867044335879286 + - 0.5756619851680053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997702226530538 + - -0.01918663274129071 + - 0.009559028209713499 + - -0.03483843505621912 + - - -0.018968894228512077 + - -0.9995697729914138 + - -0.02237073922875715 + - 0.037345370498191276 + - - 0.009984134815335192 + - 0.02218427474461052 + - -0.9997040437079591 + - 0.5799728899558851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967709407565435 + - -0.038704322912424524 + - -0.07035387019351531 + - 0.04848477554173562 + - - -0.037508348303707986 + - -0.9991297940371116 + - 0.018242216830365237 + - 0.034995934026244374 + - - -0.07099870048700159 + - -0.015544454163755776 + - -0.9973552799649217 + - 0.5759830177518046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995656700420835 + - -0.029236645774961104 + - -0.0036999752904624036 + - -0.04283655270044112 + - - -0.029138791045268484 + - -0.9992824395414547 + - 0.024197869338000656 + - -0.02374331490011674 + - - -0.0044047848688402915 + - -0.02407954667156797 + - -0.9997003417536432 + - 0.5791389443193535 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965168099367734 + - -0.021984130986169956 + - -0.08044218730379958 + - 0.025717522759306694 + - - -0.018549148487997567 + - -0.998894137065388 + - 0.043202222474819384 + - -0.030559901631706077 + - - -0.08130299258826128 + - -0.04155960684578829 + - -0.9958225858429887 + - 0.5771837179645483 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.986136205769839 + - -0.019296852399559618 + - -0.16481206010888744 + - 0.06454370939397774 + - - -0.02272713767352659 + - -0.9995620381359351 + - -0.018952813266240615 + - -0.03289441166281612 + - - -0.16437414907166664 + - 0.022435761743387014 + - -0.9861428779400886 + - 0.5757527763637426 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998131887225903 + - -0.019019423654419627 + - 0.0034422638219567237 + - -0.03480877043426941 + - - -0.018918153663929207 + - -0.9994459318077107 + - -0.0273849019528187 + - 0.0373100085102614 + - - 0.0039612016250389105 + - 0.027314664868367592 + - -0.9996190364157813 + - 0.5799306166732161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974824397644582 + - -0.038214929262822314 + - -0.05973609916107383 + - 0.04846093520653601 + - - -0.037492713992367366 + - -0.9992101784012752 + - 0.013164944997138885 + - 0.03499943437919095 + - - -0.06019201574154747 + - -0.010892132974245154 + - -0.998127388002273 + - 0.5758529595515467 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970439272800912 + - -0.02423327998297337 + - -0.07291196894309612 + - 0.025745499966905106 + - - -0.02096448470159618 + - -0.9987548647222085 + - 0.04526820710963179 + - -0.03060026646746138 + - - -0.07391818081560672 + - -0.04360582914004504 + - -0.9963105109401995 + - 0.5771906210702493 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865887168173908 + - -0.018268012299339484 + - -0.1622004425864662 + - 0.06454198713970472 + - - -0.02425086582796715 + - -0.9990936496805578 + - -0.034982490971586684 + - -0.032875115607735886 + - - -0.16141437158818378 + - 0.03844683204913494 + - -0.9861375369339602 + - 0.575871901104365 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998112402526568 + - -0.01925428554116671 + - 0.002599298509881767 + - -0.034794642941527884 + - - -0.019165297720920647 + - -0.9993430241094586 + - -0.030760551474754115 + - 0.03732686070758068 + - - 0.0031898632749271265 + - 0.03070492879102217 + - -0.9995234024875186 + - 0.5798646800419134 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969001908089934 + - -0.03825257335073622 + - -0.06875136505582352 + - 0.04844354680328498 + - - -0.03727199060830586 + - -0.9991850999507088 + - 0.015489827390501197 + - 0.035013245843886494 + - - -0.06928786532349604 + - -0.012879311648520153 + - -0.9975135663490369 + - 0.5758980095291789 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9965295211771719 + - -0.02442432899351189 + - -0.07957616210658366 + - 0.02574070263751288 + - - -0.02007436125762928 + - -0.9982838253661873 + - 0.05501294422541992 + - -0.030625259772913433 + - - -0.08078324976438359 + - -0.05322458234188094 + - -0.9953096052947731 + - 0.5771777103955053 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852763307532068 + - -0.018448707710646384 + - -0.1699711659114707 + - 0.06455534798576862 + - - -0.0238332640116593 + - -0.9992748760361126 + - -0.029693394039117322 + - -0.03288072232352133 + - - -0.1693001109983337 + - 0.03330716599800828 + - -0.9850015761962683 + - 0.5758178499459203 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997934764863966 + - -0.01981868438936667 + - 0.004497124005382777 + - -0.034814402826075536 + - - -0.01968049388195359 + - -0.9993875775348472 + - -0.02893351049547846 + - 0.037333794973784355 + - - 0.005067793978399618 + - 0.028839029423755727 + - -0.9995712219977564 + - 0.5797836256128304 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969235395564984 + - -0.03735133428956259 + - -0.06890815702753916 + - 0.0484669484453914 + - - -0.03715047544362895 + - -0.9993008796369746 + - 0.004194535860097352 + - 0.034998246326977865 + - - -0.06901665344288269 + - -0.001621660740927593 + - -0.9976141898369263 + - 0.5760046618689966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968942475712904 + - -0.022840864406743867 + - -0.07536679688313204 + - 0.025755566160193342 + - - -0.020743862456353544 + - -0.9993787985620045 + - 0.02849050991393544 + - -0.030593444614217535 + - - -0.07597072679435433 + - -0.026838626975255436 + - -0.9967487831808075 + - 0.5773294540629805 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867602260578212 + - -0.01584415883683032 + - -0.16141009541249532 + - 0.06453824687338186 + - - -0.02465003691735394 + - -0.9983060939285667 + - -0.052700270445806635 + - -0.03287581283354566 + - - -0.16030169041619816 + - 0.05598129558916411 + - -0.9854793060201054 + - 0.5758457142346148 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997363765430483 + - -0.018051330553329473 + - 0.014188970428849123 + - -0.034806765516716555 + - - -0.017740940622879935 + - -0.9996069971963414 + - -0.021705072723438013 + - 0.03733791252961513 + - - 0.014575199566104384 + - 0.021447625075255262 + - -0.999663724927658 + - 0.5797928897304612 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975805368629906 + - -0.0390665443938131 + - -0.05750545696952313 + - 0.048488017380769494 + - - -0.03799590542630939 + - -0.9990857445903499 + - 0.0195955639668911 + - 0.035031807146665477 + - - -0.05821841326403871 + - -0.01736318131771359 + - -0.9981528621867221 + - 0.5759629705773834 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994541290126974 + - -0.03206044214976583 + - -0.007973208176901945 + - -0.042831665109900545 + - - -0.031856582563728725 + - -0.9991921142293199 + - 0.024500551204052094 + - -0.023705538990697963 + - - -0.008752265239984043 + - -0.0242331778993916 + - -0.999668020365794 + - 0.5792130248969445 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962238107766502 + - -0.023078060438363867 + - -0.08369899621890402 + - 0.02573527882529034 + - - -0.01843693305380043 + - -0.9982714240355312 + - 0.055805407028735154 + - -0.030589648195622418 + - - -0.08484219670198649 + - -0.05405152246215038 + - -0.9949272508974238 + - 0.577132865099639 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984192834067696 + - -0.01698689998622757 + - -0.1762836084230593 + - 0.06451684791045634 + - - -0.02378701616740611 + - -0.9990492880070145 + - -0.03653351878111478 + - -0.03287119672598686 + - - -0.17549542225268489 + - 0.04014928843125875 + - -0.983661217801544 + - 0.5756438003114293 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997498693016548 + - -0.019021677393246044 + - 0.01176327422410865 + - -0.0348008618417963 + - - -0.018706370041830258 + - -0.9994775451364979 + - -0.0263573232286247 + - 0.03731207309732804 + - - 0.012258488943683964 + - 0.02613068229241931 + - -0.9995833716562869 + - 0.5799847367526254 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969343178813105 + - -0.037526351245776 + - -0.06865667332972687 + - 0.048456295502706345 + - - -0.0373849901902835 + - -0.9992953447146288 + - 0.0033431332825849683 + - 0.034993008238007106 + - - -0.06873374963581276 + - -0.0007661552397308143 + - -0.9976347451182479 + - 0.576089233634441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996525132842863 + - -0.025721855826842336 + - -0.07922149799983226 + - 0.025715347566470335 + - - -0.022793170736306576 + - -0.9990308759104848 + - 0.037653424084859693 + - -0.03064351285760185 + - - -0.08011323848341088 + - -0.03571687430825732 + - -0.9961456589823335 + - 0.5772106652079623 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862248256588011 + - -0.017027408895317044 + - -0.164531640120006 + - 0.06452980554567594 + - - -0.02362276846343383 + - -0.9989903803348552 + - -0.038212364602897494 + - -0.03290775102765602 + - - -0.1637148681836518 + - 0.04157267545796704 + - -0.9856313482184282 + - 0.5757569001772282 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996938758327046 + - -0.01911507155763863 + - 0.01570887207698784 + - -0.03479076407012158 + - - -0.018570785621223617 + - -0.9992461172327056 + - -0.03409286020229118 + - 0.03733666670428852 + - - 0.016348716891406725 + - 0.03379069745815807 + - -0.999295205743176 + - 0.5798517338465329 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970023153086193 + - -0.038223084517779234 + - -0.06727093784985778 + - 0.04846016465036335 + - - -0.037562608975700414 + - -0.9992331109389075 + - 0.011056238523621012 + - 0.035007609461525244 + - - -0.0676419520430284 + - -0.008496223472771647 + - -0.9976734839167116 + - 0.5759393613007403 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9955649158612807 + - -0.02149093596199142 + - -0.09158950801046331 + - 0.025744646315725508 + - - -0.019164968028268593 + - -0.9994729944978896 + - 0.026199947898753285 + - -0.030616705600481325 + - - -0.09210430123830582 + - -0.024328438932646874 + - -0.9954521207735229 + - 0.577264359842607 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839616896679761 + - -0.016945701156254992 + - -0.17757318625869253 + - 0.06453955771276575 + - - -0.024136158043756042 + - -0.9989704827522521 + - -0.038411202332380115 + - -0.032887123757323576 + - - -0.17673946684492473 + - 0.04208108603702038 + - -0.9833576882586095 + - 0.5757251573733313 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998085785064377 + - -0.01939999021650291 + - 0.0025390400816191257 + - -0.03480548231126101 + - - -0.01932060985919614 + - -0.9994142873488935 + - -0.02824528770560645 + - 0.03732108785967016 + - - 0.0030855112388727297 + - 0.028190825147613917 + - -0.9995977976155669 + - 0.5798818751864312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965377051148337 + - -0.037603380231334395 + - -0.0741524650948191 + - 0.04848218831652669 + - - -0.037459050071816956 + - -0.9992925928326911 + - 0.003336686595343647 + - 0.03499024779502584 + - - -0.07422547980429486 + - -0.000547453099475699 + - -0.9972413341026971 + - 0.5759948085238615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995430564374393 + - -0.03012010189052496 + - 0.00254121817370802 + - -0.04285396450320276 + - - -0.030196962874846838 + - -0.9987650065018909 + - 0.0394538365740651 + - -0.0237100618531232 + - - 0.001349726208203253 + - -0.039512545468272604 + - -0.9992181628602338 + - 0.5792496617842615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997254733596701 + - -0.023000248902182954 + - -0.07038454993399194 + - 0.025745667954029324 + - - -0.020992939182869902 + - -0.9993552408376142 + - 0.02912729158123602 + - -0.03063069658257007 + - - -0.07100910380674648 + - -0.027569750830061 + - -0.9970945872963762 + - 0.577200416842276 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9852633489536246 + - -0.01907972969703945 + - -0.16997675465597084 + - 0.06452346538244474 + - - -0.02228146273624311 + - -0.9996080649896351 + - -0.016948534627244667 + - -0.03284589739372576 + - - -0.16958676135542422 + - 0.020486100711590106 + - -0.9853023140390024 + - 0.5756379043274296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998158515182317 + - -0.0184112105121059 + - 0.00541205879052018 + - -0.03477299529820414 + - - -0.018298639469883412 + - -0.9996292686117497 + - -0.020161476342033288 + - 0.037294332325479164 + - - 0.005781249555619494 + - 0.020058730324177154 + - -0.9997820885029689 + - 0.5797704277214022 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974100374951098 + - -0.038415184128854606 + - -0.06080699575172253 + - 0.04849386534618903 + - - -0.037607283712737895 + - -0.9991891843927891 + - 0.014375882728479316 + - 0.03500888152673544 + - - -0.06130994467256876 + - -0.01205186379028358 + - -0.9980460125983308 + - 0.575994937310316 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995769608360962 + - -0.028759152283210975 + - 0.004337110285028298 + - -0.0428313291761193 + - - -0.028888582607134426 + - -0.999020445811755 + - 0.03352012298654546 + - -0.023773779732098328 + - - 0.0033688515289616956 + - -0.03363123563048858 + - -0.9994286321840806 + - 0.5792620469890306 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964219746866734 + - -0.02363020538854957 + - -0.08114716110133091 + - 0.025752807548946006 + - - -0.01971130866015927 + - -0.9986160147460452 + - 0.048759813408488624 + - -0.030642706443575855 + - - -0.0821870590325163 + - -0.04698583282247596 + - -0.9955087236391071 + - 0.5771379541713838 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9882126698762517 + - -0.01958907425479012 + - -0.15182880907749613 + - 0.06453945783877506 + - - -0.024448979250905094 + - -0.999244562713355 + - -0.030208464068619344 + - -0.0329051024740081 + - - -0.1511223560881687 + - 0.033564446332936475 + - -0.9879450700482919 + - 0.5757592700799046 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997263469641656 + - -0.019060280620380177 + - 0.013562333440719283 + - -0.03480976468118823 + - - -0.018599412097624002 + - -0.9992712342890888 + - -0.03333259953834139 + - 0.03730713013365064 + - - 0.014187778378155286 + - 0.03307122654261614 + - -0.9993522906961584 + - 0.5798434604329584 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973729647133074 + - -0.03732631072091254 + - -0.06207991452115247 + - 0.04848518117166058 + - - -0.03691174738662825 + - -0.9992879959388814 + - 0.007811790916325016 + - 0.03501759906558054 + - - -0.06232729870492905 + - -0.00549979094334731 + - -0.9980406104641868 + - 0.5760555016278754 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996163513700333 + - -0.022108657916176888 + - -0.08467267101817469 + - 0.025720037179467616 + - - -0.019125792267378615 + - -0.9991731133476168 + - 0.035878874471991735 + - -0.03061853776817559 + - - -0.0853958900788068 + - -0.03412179374501476 + - -0.9957626449858783 + - 0.5771798286010521 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9881533591370915 + - -0.018238733958078266 + - -0.15238204424960566 + - 0.06454368758176289 + - - -0.022094224137937154 + - -0.9994762071009402 + - -0.023646494430701607 + - -0.03288241742478855 + - - -0.15187094549592073 + - 0.026733125943762166 + - -0.9880387421004553 + - 0.5757842679810432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996952146701257 + - -0.019319947473661416 + - 0.015369365480273319 + - -0.0347743926656664 + - - -0.018835253516446344 + - -0.9993394301747198 + - -0.031079519350186217 + - 0.037312889234876356 + - - 0.01595966762255558 + - 0.030780560873420872 + - -0.9993987422854285 + - 0.5798529087880555 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972811682618797 + - -0.038289173013766414 + - -0.06296197789255173 + - 0.048436004362991565 + - - -0.03686375161735128 + - -0.9990404639716175 + - 0.023647730632538427 + - 0.03498591850714143 + - - -0.06380701565591781 + - -0.021262421717591972 + - -0.9977357236141183 + - 0.575723025143497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994621692564133 + - -0.0327205048737262 + - 0.0021773346259180847 + - -0.04281647874261285 + - - -0.032765323028421736 + - -0.999139841002481 + - 0.025416760776713072 + - -0.02374414047414186 + - - 0.0013438125270802182 + - -0.02547443193372414 + - -0.9996745707906881 + - 0.5792188327364296 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966750914345623 + - -0.023806237532516317 + - -0.07792320045052191 + - 0.025760988420812758 + - - -0.022157694693989295 + - -0.9995134373421025 + - 0.021952793408212615 + - -0.03064925973143897 + - - -0.07840789934537697 + - -0.020153203892213173 + - -0.9967176378960717 + - 0.5773087396137988 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875633794539527 + - -0.018488941508153115 + - -0.15613049222812483 + - 0.06453236313986369 + - - -0.02377414509084891 + - -0.999203419172677 + - -0.03205178838740427 + - -0.032896226451768325 + - - -0.15541351803072898 + - 0.03536504143274502 + - -0.9872162641781043 + - 0.5757533254724354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999759538091202 + - -0.019708771807128177 + - 0.009614068312678404 + - -0.03482811202092451 + - - -0.01951872472393052 + - -0.9996197736283748 + - -0.019476333235715165 + - 0.037310826777571617 + - - 0.009994267397749612 + - 0.01928399556657669 + - -0.9997640932410861 + - 0.5798074055822384 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974809720122149 + - -0.03840119113834488 + - -0.05964108477151609 + - 0.04844192048153035 + - - -0.03785734917954166 + - -0.9992308668948933 + - 0.010222316644397836 + - 0.0349938231412649 + - - -0.059987761974132046 + - -0.007938712971028668 + - -0.998167543676761 + - 0.5759768404595347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995143662479297 + - -0.030897678706326887 + - 0.004045381880632021 + - -0.042860985266059096 + - - -0.030988425345348358 + - -0.9992141537520285 + - 0.024714215266377848 + - -0.023742082351610422 + - - 0.0032785909496799736 + - -0.024827573223689954 + - -0.9996863720433556 + - 0.5792491519967723 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9968129899573313 + - -0.02346466462157149 + - -0.07624481993238925 + - 0.025734307572147945 + - - -0.01915314558022777 + - -0.9982020901939144 + - 0.056795634928077154 + - -0.030610784255361234 + - - -0.0774404291485261 + - -0.05515429853327833 + - -0.9954702322453417 + - 0.5771092754657929 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872750569909859 + - -0.01727331560302689 + - -0.15808097422372994 + - 0.06456077088272401 + - - -0.021579502786804206 + - -0.9994402344867014 + - -0.025564482170433337 + - -0.032884784208352946 + - - -0.15755090257729296 + - 0.028650484415561322 + - -0.9870951640241354 + - 0.5758588697253193 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998075236475525 + - -0.01908814538835195 + - 0.00453413314559181 + - -0.034795904584907715 + - - -0.018871869313588703 + - -0.9988653852809285 + - -0.04372407387461398 + - 0.03728256585051562 + - - 0.0053636001304762666 + - 0.04363009045618643 + - -0.9990333563001913 + - 0.5798015897256928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976037959079307 + - -0.03891266943363145 + - -0.05720551151451087 + - 0.04843630540197089 + - - -0.03776332390854786 + - -0.9990652408745733 + - 0.021037486627670708 + - 0.03499784124434893 + - - -0.05797066290345496 + - -0.01882680625544999 + - -0.9981407483961138 + - 0.5757897909238268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9956561806245036 + - -0.022634929453709672 + - -0.09031295562017372 + - 0.02573276967766161 + - - -0.016779700344563123 + - -0.9977394080846212 + - 0.06507315276898434 + - -0.030579553628299047 + - - -0.09158172110510127 + - -0.06327506241462344 + - -0.9937852156456406 + - 0.5770776549373202 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9859260928850336 + - -0.017432504845788427 + - -0.16627040369005458 + - 0.0645091370497984 + - - -0.02232951285013733 + - -0.9993688393161942 + - -0.027628171486344423 + - -0.03287477625497244 + - - -0.1656838321150489 + - 0.030952072282883845 + - -0.9856930744390304 + - 0.5755639993319355 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997669728073088 + - -0.02020270896135965 + - 0.007605960447740778 + - -0.034825257033615345 + - - -0.019804963386799608 + - -0.9985942116490746 + - -0.04916669488801734 + - 0.03729683642560923 + - - 0.008588568504560325 + - 0.04900460194294472 + - -0.9987616259545902 + - 0.5800598561078957 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971156910230421 + - -0.037345074635900546 + - -0.06607302109091354 + - 0.048465754076990865 + - - -0.037427168476211956 + - -0.999299358069515 + - -4.659200915444394e-06 + - 0.03497781417455291 + - - -0.0660265535636575 + - 0.0024775718544423455 + - -0.9978147903605213 + - 0.5759114690796099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995079430015313 + - -0.03134845412072549 + - 0.0010706545139855818 + - -0.04284359292420661 + - - -0.031363842184308356 + - -0.9992968082059618 + - 0.02054746974241863 + - -0.023735450699281922 + - - 0.00042577022599989134 + - -0.020570939055341613 + - -0.999788305185701 + - 0.5792521875435497 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969096003782149 + - -0.023985704988444788 + - -0.07480597990772693 + - 0.025756246665473218 + - - -0.01957625309895951 + - -0.9980582437572856 + - 0.05913131473870517 + - -0.030592126478611197 + - - -0.07607903120015021 + - -0.05748415455001167 + - -0.9954433951698692 + - 0.5770282413046697 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854501750824085 + - -0.018744998044994236 + - -0.16892772856563118 + - 0.06452075577556776 + - - -0.024084192977676944 + - -0.9992712493021355 + - -0.029612868263005396 + - -0.03287897355539491 + - - -0.16824952920785372 + - 0.03325049422852626 + - -0.9851834857298883 + - 0.5756676967906494 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997695505445633 + - -0.01956638814869761 + - 0.008831888741180209 + - -0.03482106392766422 + - - -0.01933465113245243 + - -0.9994852046058482 + - -0.025602676414643432 + - 0.03729427834946247 + - - 0.009328294029909005 + - 0.025426014804154597 + - -0.9996331830735069 + - 0.5798948515376826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970607474238256 + - -0.03815816730612297 + - -0.06643658792021295 + - 0.04849299077493571 + - - -0.0372819828610413 + - -0.9992013305208509 + - 0.01437897212286795 + - 0.035001157571271896 + - - -0.06693220226909674 + - -0.011859820959825627 + - -0.9976870375755162 + - 0.5759746873910914 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994907758717536 + - -0.031502651096758615 + - -0.005076605278712694 + - -0.042859465395516175 + - - -0.031429355523010426 + - -0.9994089970349547 + - 0.013923083602179717 + - -0.02376079261608712 + - - -0.005512219034851082 + - -0.013756439199915241 + - -0.9998901818809153 + - 0.5791575225695674 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966779157228826 + - -0.024316551641151516 + - -0.0777292584975175 + - 0.025752003202168017 + - - -0.01998213773483833 + - -0.9982272885903873 + - 0.05606241597567479 + - -0.03063331170926798 + - - -0.07895471158731843 + - -0.05432297515570054 + - -0.9953969900941014 + - 0.577044100842928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9839567222067468 + - -0.015449182607709996 + - -0.17773714181596534 + - 0.06451688555069887 + - - -0.02172701474338583 + - -0.9992049092928443 + - -0.03342882102946269 + - -0.03287637635777751 + - - -0.17707937670574642 + - 0.03675421066806881 + - -0.9835100519789678 + - 0.5756226943884892 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997517317104478 + - -0.019426643534701086 + - 0.010912399504066464 + - -0.03482268404705194 + - - -0.018977211117264633 + - -0.9990242433111471 + - -0.03988015464865345 + - 0.037307018894221916 + - - 0.011676489205727081 + - 0.03966316676168716 + - -0.9991448807866969 + - 0.5798506371770747 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973642650773289 + - -0.037753275744283527 + - -0.06196138246791958 + - 0.04848065130789189 + - - -0.03678762081611445 + - -0.9991843467714224 + - 0.016652691123541466 + - 0.03501589692418473 + - - -0.06253953710613393 + - -0.014329387200518623 + - -0.9979396148870975 + - 0.5759199756776954 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970523560527454 + - -0.020811909080440175 + - -0.07384757091534463 + - 0.025720795577504098 + - - -0.018108880736793554 + - -0.9991480035563792 + - 0.03708551506670371 + - -0.03053227769378018 + - - -0.07455647341532423 + - -0.03563890331827864 + - -0.9965797513707275 + - 0.577282059537597 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9826470997056989 + - -0.01797027713259032 + - -0.18461242260410393 + - 0.06448535737409697 + - - -0.023010474226487276 + - -0.9994176882562613 + - -0.025195286789055336 + - -0.032858115853955025 + - - -0.18405215433634708 + - 0.029006094881739646 + - -0.9824883973583918 + - 0.5755256399073436 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997594849238254 + - -0.01858297793375414 + - 0.011646683474751224 + - -0.03480433554505462 + - - -0.018200965933400013 + - -0.9993192542367981 + - -0.03208976395522297 + - 0.03731007052636384 + - - 0.012235078419799714 + - 0.03187006499403982 + - -0.999417131038556 + - 0.5798818861494489 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965819962271503 + - -0.03746356381295246 + - -0.07362612431970765 + - 0.04843685210644745 + - - -0.037573176413186665 + - -0.9992938735140444 + - -0.00010378593513100031 + - 0.03496926365044486 + - - -0.07357024677226358 + - 0.002869798552096742 + - -0.9972859083763985 + - 0.5756140209672186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964791747423448 + - -0.025764312884787383 + - -0.0797837983953518 + - 0.02569227623866871 + - - -0.021632112384122115 + - -0.9984007269039399 + - 0.05223064456318711 + - -0.03062637604810343 + - - -0.08100188898177665 + - -0.05032085749726504 + - -0.9954428689192186 + - 0.5771625975620737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883691535413309 + - -0.021678229070006064 + - -0.15052066539974285 + - 0.06453542741013052 + - - -0.022715829372799354 + - -0.999728556842337 + - -0.005177231870844316 + - -0.032877260887797945 + - - -0.1503675743765885 + - 0.008536218034174379 + - -0.9885933064500156 + - 0.5758057953511937 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998192609729246 + - -0.018923123583431827 + - 0.0018332434101958808 + - -0.034796098374659766 + - - -0.01886868196474475 + - -0.9994791366839385 + - -0.026180683231008216 + - 0.037324346002171535 + - - 0.0023277088452331477 + - 0.026141360472921926 + - -0.9996555461978675 + - 0.5799677623953363 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9964949246903867 + - -0.03841492786857609 + - -0.07431122649474074 + - 0.04843217662627644 + - - -0.03794545270661105 + - -0.9992499926527522 + - 0.0077197669890999715 + - 0.03499320604398406 + - - -0.07455204682093515 + - -0.004872935493904062 + - -0.9972052180040386 + - 0.5757552215267556 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995194975140854 + - -0.030917014588134333 + - 0.002216370489628769 + - -0.042823565659913215 + - - -0.030967729669414572 + - -0.9991126665547906 + - 0.028546089905585544 + - -0.023722844281848256 + - - 0.001331843951921164 + - -0.028601009400592858 + - -0.999590020184753 + - 0.5792175805724638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9959599934793176 + - -0.021071500922591906 + - -0.08729079698081971 + - 0.025734858714488284 + - - -0.017640137187742225 + - -0.9990481058519579 + - 0.039896212271500246 + - -0.030579490289996798 + - - -0.08804837845568259 + - -0.03819520967980384 + - -0.9953836491568668 + - 0.5771466877986502 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9835151361938068 + - -0.018121358098331396 + - -0.17991551700270236 + - 0.06453950698531491 + - - -0.023666458907744173 + - -0.9993072355020158 + - -0.028721904464815595 + - -0.03287591396851831 + - - -0.1792703980038135 + - 0.032506390971468624 + - -0.9832626602010084 + - 0.5758080351284077 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997989084477915 + - -0.01936506480455062 + - 0.005209312019852815 + - -0.03479732599282285 + - - -0.01918569736154276 + - -0.9992868695874791 + - -0.03252170485704746 + - 0.037300251081424686 + - - 0.005835382023134337 + - 0.03241522073306255 + - -0.9994574537124989 + - 0.5798107334017661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965719170108284 + - -0.03841489129947745 + - -0.07327148389252121 + - 0.04844204050980296 + - - -0.03751634354502467 + - -0.9992034525945699 + - 0.01360089298918419 + - 0.03499956192485402 + - - -0.07373559650788993 + - -0.010805389837524857 + - -0.9972192864952448 + - 0.5757952510116138 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994991891161115 + - -0.03144239662060826 + - 0.0035702452279950617 + - -0.04283870026915816 + - - -0.031508065677295 + - -0.9993007270463292 + - 0.020132032236071434 + - -0.023741616284392298 + - - 0.002934749309723722 + - -0.02023444141634053 + - -0.9997909554637204 + - 0.5791483311364709 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967710126829591 + - -0.022692745123969932 + - -0.07702329254015816 + - 0.02574408186474702 + - - -0.020209271634104943 + - -0.9992552656329435 + - 0.032870951383459 + - -0.030570402853209767 + - - -0.07771186276886694 + - -0.03120822685724556 + - -0.9964872869040622 + - 0.5772552203063575 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984436042503026 + - -0.01978642901849828 + - -0.17462581552472783 + - 0.06453003597532012 + - - -0.023997925611995215 + - -0.9994690600497802 + - -0.02203854735527031 + - -0.03289287678368549 + - - -0.17409703555001016 + - 0.02588619767183425 + - -0.9843881993313378 + - 0.5757042709627099 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998014145442169 + - -0.019493153125258657 + - 0.004141069501722121 + - -0.03483094035409431 + - - -0.019336935706369546 + - -0.999203631717378 + - -0.03490251108860832 + - 0.03733955604279662 + - - 0.004818131678421095 + - 0.03481550436282541 + - -0.9993821422574509 + - 0.5800271862842511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965247554691535 + - -0.03812433404891397 + - -0.07406042729062928 + - 0.048441787655825824 + - - -0.03715514448689005 + - -0.9992054501869618 + - 0.014420941537548488 + - 0.0349855871326156 + - - -0.07455137138444934 + - -0.011619099362596318 + - -0.9971494820510615 + - 0.5758504976014904 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994638686253855 + - -0.031210244849077702 + - -0.009894237152941597 + - -0.04281651389528819 + - - -0.030930849227233867 + - -0.9991504252961435 + - 0.02723435691582872 + - -0.02372078134399042 + - - -0.010735822206992682 + - -0.026913718565022567 + - -0.9995801087829548 + - 0.5790383906299689 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966414054999095 + - -0.024553159853778355 + - -0.07812202752335486 + - 0.025740314562016694 + - - -0.021028452796225842 + - -0.9987372776636672 + - 0.045625150717175586 + - -0.030579756724207305 + - - -0.07914362271315302 + - -0.04382912896879075 + - -0.9958992390988539 + - 0.5771446972238772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9836190027059266 + - -0.017063527421200875 + - -0.17945053231390629 + - 0.06451481141932983 + - - -0.023445110587436126 + - -0.9991636499876985 + - -0.03350115420106765 + - -0.03287522238376048 + - - -0.17872880099564614 + - 0.03715960945982543 + - -0.9831964092283153 + - 0.5755989805652397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997495822059767 + - -0.01940770598204425 + - 0.011140638558434062 + - -0.03478574787081851 + - - -0.01902606205936167 + - -0.9992610426137958 + - -0.03339727050080466 + - 0.037319212729745255 + - - 0.011780570507766689 + - 0.033176944749405766 + - -0.9993800620862953 + - 0.5798450993510104 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975617914722377 + - -0.036761668971576136 + - -0.05932159715587604 + - 0.0485034336818494 + - - -0.0362106270836849 + - -0.9992907083978594 + - 0.01033782355772831 + - 0.03498267985210715 + - - -0.059659556492703575 + - -0.008164545555551345 + - -0.9981853923570337 + - 0.5759884544117043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994652826648599 + - -0.03231858509176237 + - 0.004965662626298704 + - -0.04281603855230513 + - - -0.0324155302457092 + - -0.999256535143291 + - 0.020871281041548347 + - -0.023718258812036704 + - - 0.004287440558330409 + - -0.021021085392821624 + - -0.9997698394242385 + - 0.5791087214686017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973298380683974 + - -0.021035526235364845 + - -0.06993354513011259 + - 0.025734330617749563 + - - -0.018635148911012513 + - -0.9992205159574804 + - 0.03480074301981654 + - -0.030575055492464955 + - - -0.07061108499045037 + - -0.033404597373238885 + - -0.9969444355383119 + - 0.5772659486068279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9831141453815719 + - -0.019964161374318057 + - -0.18190109788366238 + - 0.06450209774606531 + - - -0.022781553762748832 + - -0.9996504965089735 + - -0.013412145149707459 + - -0.032862032815916264 + - - -0.18156976058478602 + - 0.017329659257527934 + - -0.9832253581713607 + - 0.5755471863621207 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998075593962761 + - -0.01950773650764133 + - 0.002071808487879724 + - -0.03483057451956991 + - - -0.019454886882309265 + - -0.9995453435172784 + - -0.023035052188390366 + - 0.037331183262993624 + - - 0.0025202282552506386 + - 0.022990312509266912 + - -0.9997325112150085 + - 0.5798773424173608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974148597107629 + - -0.03818535895937522 + - -0.060872621015550625 + - 0.04847507825970856 + - - -0.03739442704804816 + - -0.9992013817552801 + - 0.014080324005053383 + - 0.035019056405975295 + - - -0.06136166925620095 + - -0.011767627606392914 + - -0.998046225626153 + - 0.5760713136506763 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994802744162872 + - -0.032230419853898185 + - 0.0006173238896243397 + - -0.0428176500185087 + - - -0.03223270208468816 + - -0.9988971484900246 + - 0.03414000080283414 + - -0.023711038176916572 + - - -0.00048370348664724175 + - -0.034142155388012956 + - -0.9994168696076717 + - 0.5791830929012902 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.997195049060403 + - -0.02505762198259931 + - -0.07052765209474565 + - 0.025715290340500248 + - - -0.022173921585945278 + - -0.9988974944225366 + - 0.04137768526487918 + - -0.030653971722350012 + - - -0.07148672136082809 + - -0.03969774826052739 + - -0.9966512617019675 + - 0.577239371045807 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9866934426724197 + - -0.019165795862787844 + - -0.1614581136276358 + - 0.06455198634058061 + - - -0.023175544753781033 + - -0.9994670842923005 + - -0.022987856394475117 + - -0.03288036500096219 + - - -0.1609314894997685 + - 0.026423846903762187 + - -0.9866117959978952 + - 0.5759113556809453 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997725664032002 + - -0.019429572852209243 + - 0.008792449393610725 + - -0.034797732990219016 + - - -0.019064186062315972 + - -0.9990222215405105 + - -0.039889317843826454 + - 0.0373032143291584 + - - 0.009558884733059051 + - 0.03971262478161205 + - -0.9991654193153485 + - 0.5799341459536261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973221649759738 + - -0.037438012058016695 + - -0.06282431456673739 + - 0.0484568223076712 + - - -0.03747730760635616 + - -0.9992973258046567 + - 0.0005532216915793366 + - 0.034997041538316814 + - - -0.06280088106241132 + - 0.0018027459070185249 + - -0.99802444832027 + - 0.5759470297463728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964479943177142 + - -0.022286760980722985 + - -0.08120772688108292 + - 0.025748711830777937 + - - -0.02044484070341354 + - -0.999516099132342 + - 0.0234430387082908 + - -0.030615569917918674 + - - -0.08169089979193815 + - -0.021699489861618855 + - -0.9964214615467337 + - 0.5772589264102341 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861711231539217 + - -0.019437479980272766 + - -0.16458645214399914 + - 0.06453858510200561 + - - -0.022753948582397654 + - -0.9995737976914209 + - -0.01828881605409356 + - -0.03289451178001893 + - - -0.16416081652222014 + - 0.02178089393866473 + - -0.986193094164622 + - 0.5757547477227744 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998103047722448 + - -0.01916912264978685 + - 0.00344952287549496 + - -0.034825545086155776 + - - -0.019060629380686343 + - -0.9993938428513034 + - -0.02913141394640087 + - 0.037336740827437084 + - - 0.0040058555694446555 + - 0.029060137779127464 + - -0.9995696381510469 + - 0.5798561195948261 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974745570692591 + - -0.03777335042537355 + - -0.06014716948558018 + - 0.04846847404400033 + - - -0.037151657582934816 + - -0.9992443656825716 + - 0.011421558145739091 + - 0.03498660625503455 + - - -0.060533150738463444 + - -0.009158146607150868 + - -0.9981241736439397 + - 0.5759090532219553 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9958490155698764 + - -0.02466441768455549 + - -0.08761509395526554 + - 0.025734552637042878 + - - -0.019900251615292 + - -0.9982968563216006 + - 0.05483946247054719 + - -0.03059258903246171 + - - -0.08881845626983328 + - -0.052868262300668364 + - -0.9946437697322356 + - 0.577009306269707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9895767035861716 + - -0.02029523890991428 + - -0.1425694602539965 + - 0.06456390334604657 + - - -0.02283157367702651 + - -0.9996084403873486 + - -0.016176685377498293 + - -0.03285501906550918 + - - -0.14218532611685672 + - 0.019263156126698405 + - -0.9896525975578911 + - 0.5758961419610461 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996373617937155 + - -0.019048372358014497 + - 0.01903429580023239 + - -0.03478185244117969 + - - -0.018411383362782568 + - -0.9992825115767155 + - -0.03309808181150767 + - 0.03732784140704436 + - - 0.019651103500031967 + - 0.0327356314654694 + - -0.9992708404450664 + - 0.5799124648543268 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968124974676226 + - -0.03803571461904301 + - -0.07012937548402703 + - 0.048431021258867925 + - - -0.03744615069558449 + - -0.9992515400702217 + - 0.009702858618648776 + - 0.03496729815197249 + - - -0.07044594161798473 + - -0.007045855569668427 + - -0.9974907143572047 + - 0.575671893958397 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995098374639336 + - -0.031305326856542366 + - -0.00024763526831874077 + - -0.042810156779585835 + - - -0.03127343647779527 + - -0.9987915533190392 + - 0.03791312687460266 + - -0.02372020447932132 + - - -0.0014342188432636491 + - -0.037886798874350175 + - -0.9992810082691274 + - 0.579133668471177 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9960289625422961 + - -0.02295668214199821 + - -0.08601916369012445 + - 0.025735061609741997 + - - -0.01829190470530754 + - -0.998339067923297 + - 0.054630684420887775 + - -0.030585114460793615 + - - -0.08713043095939048 + - -0.05284028958166243 + - -0.9947945475311759 + - 0.5770587707143737 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9880306961669701 + - -0.01691176372560479 + - -0.1533275437731322 + - 0.06454216899885191 + - - -0.022104141228546082 + - -0.9992362405603538 + - -0.03222332216516529 + - -0.032875854119544475 + - - -0.15266548520330633 + - 0.035226805113448216 + - -0.9876498984099269 + - 0.575728125333824 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998122775687368 + - -0.018995782694101106 + - 0.003817048945670966 + - -0.03479834523179023 + - - -0.01892253751696696 + - -0.9996518662894242 + - -0.018387055174522646 + - 0.0373178625055171 + - - 0.004164996606737738 + - 0.018311375259942954 + - -0.9998236576213607 + - 0.5797595302101146 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965965874223495 + - -0.03852119007465996 + - -0.07287907692444627 + - 0.048449184034505745 + - - -0.03774562889550096 + - -0.9992154487121098 + - 0.011989768735888485 + - 0.03500131868430588 + - - -0.07328375971121133 + - -0.009198096014332824 + - -0.9972687128313514 + - 0.5757700570790942 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995209339481267 + - -0.03082870732860555 + - -0.0027374082472183614 + - -0.04281039571250221 + - - -0.03073577037230081 + - -0.9991008356767667 + - 0.02920329723863153 + - -0.02372006840341418 + - - -0.003635246770984384 + - -0.029105170579019988 + - -0.9995697444533225 + - 0.5791751036004213 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9960976329985798 + - -0.020934080632960463 + - -0.08573954631720102 + - 0.025749726955487773 + - - -0.019140333097162142 + - -0.9995815110667425 + - 0.02168986819827578 + - -0.030600798447353555 + - - -0.08615772271570568 + - -0.019964142896242883 + - -0.9960814624391237 + - 0.5772466352727568 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9886940195827799 + - -0.02192830958239367 + - -0.14833504265716968 + - 0.06455518807345353 + - - -0.02236860775640258 + - -0.9997489455764978 + - -0.0013004636559208816 + - -0.03287661608648603 + - - -0.14826928551890256 + - 0.004603809025021207 + - -0.988936309331483 + - 0.5758898901612196 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997610784260972 + - -0.019548668000949038 + - 0.009779347814443973 + - -0.03481509843232938 + - - -0.019236061672955197 + - -0.9993311895782528 + - -0.031098994636935922 + - 0.03731305140106625 + - - 0.010380751206028537 + - 0.030903448278510545 + - -0.999468467180879 + - 0.5799777748260806 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972181052590652 + - -0.038940791872925956 + - -0.06355836114807634 + - 0.04847546050532029 + - - -0.03764588489574716 + - -0.9990609888926447 + - 0.021445927894751565 + - 0.03501120388579315 + - - -0.06433380055566429 + - -0.018993556832783882 + - -0.9977476669503687 + - 0.5761094266533899 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9972378347038835 + - -0.02277089570478983 + - -0.07069785954264494 + - 0.025755602809261705 + - - -0.01999909752856463 + - -0.9990126913604382 + - 0.03966961808257627 + - -0.030608326136189853 + - - -0.07153137167112712 + - -0.03814615065214426 + - -0.9967086505379954 + - 0.5771873665431817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850746799135092 + - -0.017374972935234805 + - -0.17124831476191926 + - 0.06452977539483647 + - - -0.024058301496175123 + - -0.9990245400546317 + - -0.03702926542277939 + - -0.03288900379854075 + - - -0.1704378864056248 + - 0.04059653537103093 + - -0.9845317913574207 + - 0.575660208369354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997994493490611 + - -0.01977817778938561 + - 0.003144004555609087 + - -0.03481294144931897 + - - -0.019697911340058997 + - -0.9995230000506966 + - -0.023785807921850588 + - 0.03730269833000306 + - - 0.0036129448035379878 + - 0.023719107339599622 + - -0.9997121338549713 + - 0.5797736909895863 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970393916126056 + - -0.037815460778386246 + - -0.06695104553988365 + - 0.04843025501953456 + - - -0.03773692170360652 + - -0.9992847350613354 + - 0.002437829717810907 + - 0.035000483311627896 + - - -0.0669953454584803 + - 9.591410481186698e-05 + - -0.9977532833758974 + - 0.5757438887021562 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964982321281832 + - -0.023306995114541748 + - -0.08029979666310536 + - 0.025733956261926018 + - - -0.020092824733987873 + - -0.9989732157478007 + - 0.04060532739318646 + - -0.03057596725802928 + - - -0.0811637342636142 + - -0.038849687221769756 + - -0.9959433468040021 + - 0.5771743992634402 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848563711817372 + - -0.015720790600466626 + - -0.1726579997730673 + - 0.06452766045479094 + - - -0.022847803942548622 + - -0.998963507196292 + - -0.039368631486080066 + - -0.03289612679935606 + - - -0.1718601349869803 + - 0.04271730367169954 + - -0.9841947601817826 + - 0.5757308756983837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997256417468697 + - -0.019049107489253092 + - 0.013629847309213081 + - -0.03479587790931153 + - - -0.018508612573931625 + - -0.9990779307601829 + - -0.03873912142188113 + - 0.037308887527424686 + - - 0.014355225334270494 + - 0.03847622346091195 + - -0.9991563980347563 + - 0.5799674690570377 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997681758709138 + - -0.03831555423969015 + - -0.05624079162268976 + - 0.048469725559895926 + - - -0.03723675574916938 + - -0.9991041776403043 + - 0.020106373192797997 + - 0.03500939620032595 + - - -0.056960796696659266 + - -0.017965537147458938 + - -0.9982147600164432 + - 0.5759656462121695 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9968154683691888 + - -0.024052682482815033 + - -0.07602887928475348 + - 0.0257592646275756 + - - -0.020000374981389808 + - -0.9983611592479826 + - 0.05361884655257403 + - -0.03059712520883885 + - - -0.07719395715027523 + - -0.05192748954460986 + - -0.9956629092263487 + - 0.5771809029389676 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9869751159329041 + - -0.01846881025517138 + - -0.15980933507461045 + - 0.06453927703098465 + - - -0.023407529073136694 + - -0.9993030770267863 + - -0.029076585554128384 + - -0.03287033833691474 + - - -0.1591609503361955 + - 0.03243860805513645 + - -0.9867195795136143 + - 0.5757852870878974 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997929471351654 + - -0.0190890614504079 + - 0.007047736638310718 + - -0.034805678413145205 + - - -0.01887614655444274 + - -0.9993973113759497 + - -0.029132543757417206 + - 0.037329910816437925 + - - 0.007599601965605542 + - 0.028993477671110445 + - -0.9995507112210459 + - 0.5798400218891009 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966837738347356 + - -0.03916400713313345 + - -0.07132766307559363 + - 0.0484359666822089 + - - -0.03786103867180986 + - -0.9990921646345755 + - 0.019529165790944984 + - 0.03498341834060393 + - - -0.07202774968886122 + - -0.01676386325028839 + - -0.9972617390453143 + - 0.5756636296992896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995011164026655 + - -0.030294803951167397 + - -0.00892990276463415 + - -0.04286619592278433 + - - -0.030050203529721604 + - -0.9992007848514061 + - 0.02635861946605709 + - -0.02376438842440739 + - - -0.009721295060216807 + - -0.02607712418757921 + - -0.9996126649940255 + - 0.5790391163443627 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962588956478643 + - -0.02351208102922794 + - -0.08315885333608747 + - 0.02573055983883849 + - - -0.02019810708814038 + - -0.9989765668833415 + - 0.040470424856045475 + - -0.030650190491880867 + - - -0.08402528972014259 + - -0.03863936934847449 + - -0.995714190831786 + - 0.5771755585435413 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850160414624267 + - -0.019477202717353082 + - -0.17135937860531014 + - 0.0645355751875117 + - - -0.02426826262228071 + - -0.9993696962388487 + - -0.025908718007035966 + - -0.032886691387158246 + - - -0.17074674079169683 + - 0.02967909725344136 + - -0.9848678600173908 + - 0.5757236147560064 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996681613185673 + - -0.01908341358510645 + - 0.01730290645801149 + - -0.03475524839219117 + - - -0.018703307581933414 + - -0.9995858654866869 + - -0.02186970060898794 + - 0.03733513265703198 + - - 0.017713089268970368 + - 0.021538821814828916 + - -0.9996110871851006 + - 0.5797967072051451 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975595508005733 + - -0.0368844665921553 + - -0.05928303914924213 + - 0.048446687834128255 + - - -0.0366347840193095 + - -0.9993147012459703 + - 0.005293436835925966 + - 0.03498261021281052 + - - -0.05943765815051044 + - -0.00310869713699676 + - -0.9982271789506103 + - 0.575855199949608 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961456570797143 + - -0.02077460726190176 + - -0.08521880997959391 + - 0.025733299031583477 + - - -0.01629821706090571 + - -0.9984672440560837 + - 0.05289168807748112 + - -0.030630297114678552 + - - -0.08618699438929286 + - -0.05129891071127821 + - -0.9949573979613283 + - 0.5771354519116351 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856833722341212 + - -0.017801701274236414 + - -0.16766451363634982 + - 0.06452581441099958 + - - -0.023649990317690175 + - -0.9991771879995375 + - -0.03294882303376184 + - -0.032897853151169235 + - - -0.16694001215749343 + - 0.03644237112318356 + - -0.9852933501895647 + - 0.5756759758270188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997687820393382 + - -0.019101019818916546 + - 0.009875905095525028 + - -0.034778913401966614 + - - -0.01893335507054782 + - -0.9996795808881302 + - -0.016800702994364106 + - 0.03733342229445978 + - - 0.01019365122765249 + - 0.01660983435226345 + - -0.9998100834045631 + - 0.5798523615860637 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970921860807754 + - -0.03886939026938317 + - -0.06554649461829928 + - 0.04844908690039942 + - - -0.037535572682754786 + - -0.9990648415110446 + - 0.021459805215544275 + - 0.035028189002927576 + - - -0.06631932780146363 + - -0.0189370788823897 + - -0.9976187316822817 + - 0.575846638660586 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962989392547177 + - -0.025719599103306866 + - -0.0820178386809211 + - 0.02574421269528267 + - - -0.02318653693003165 + - -0.9992288066818015 + - 0.03168874251931927 + - -0.030621827836238756 + - - -0.0827696088254421 + - -0.029669750912817098 + - -0.9961269486042706 + - 0.5772485260372071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9894907579934586 + - -0.020257594152956145 + - -0.14317007272703575 + - 0.06452172038594935 + - - -0.02360964951297352 + - -0.999484563071276 + - -0.021752991336724745 + - -0.0328793750046524 + - - -0.14265561431435198 + - 0.024904579124233148 + - -0.9894590126140851 + - 0.5757170075866437 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997063701316876 + - -0.01980380515976679 + - 0.01396362486315865 + - -0.034814662797380436 + - - -0.01930830778998153 + - -0.9992088456440276 + - -0.0347688371536615 + - 0.037329587046944085 + - - 0.014641132757145764 + - 0.034489014017864986 + - -0.9992978260477022 + - 0.5799099702507571 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971840650165165 + - -0.03745296186942592 + - -0.06497088674431939 + - 0.04845891953165222 + - - -0.03757224513969055 + - -0.9992937248879078 + - -0.000614650155036571 + - 0.03498400719362686 + - - -0.06490197895518171 + - 0.00305402142386304 + - -0.997886970593786 + - 0.5757808031872788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995091502886918 + - -0.03083601775581256 + - 0.005531590923105239 + - -0.04283568989405542 + - - -0.03102464613003785 + - -0.9987931640940206 + - 0.038074751365710334 + - -0.023726000285141012 + - - 0.004350841491400853 + - -0.03822767803591982 + - -0.9992595832967021 + - 0.5791860634413661 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9967776865386463 + - -0.02459479092043174 + - -0.0763501138063621 + - 0.025747791158407488 + - - -0.022152106528921526 + - -0.9992204451710787 + - 0.0326769969312015 + - -0.03060774065002532 + - - -0.0770942786138862 + - -0.03088038554957966 + - -0.99654547010827 + - 0.5772183604114546 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860036247553585 + - -0.018252238920634375 + - -0.16572177812127822 + - 0.06453695876630687 + - - -0.0229974908273106 + - -0.9993773116351841 + - -0.02676012713871735 + - -0.03287227571939111 + - - -0.16513015286416302 + - 0.030196767429919252 + - -0.9858094074677122 + - 0.5757869060685785 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997938895092233 + - -0.01913776910850251 + - 0.006776746532708191 + - -0.03478154998660556 + - - -0.018934191817366684 + - -0.9994021521985881 + - -0.02892809293842226 + - 0.037304991829937066 + - - 0.007326314233097711 + - 0.02879381833624152 + - -0.9995585231217721 + - 0.5798663233965848 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976802486582916 + - -0.038027913476572583 + - -0.05646237006846096 + - 0.04848485268422265 + - - -0.03739655775749255 + - -0.9992260650264734 + - 0.012197066844138389 + - 0.034999770389375226 + - - -0.056882500868193644 + - -0.010057274398571672 + - -0.9983302220841818 + - 0.575871275430473 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994805135156807 + - -0.030607043927320825 + - 0.010095145588956547 + - -0.042839691605829566 + - - -0.03082714200356195 + - -0.9992732650747124 + - 0.022419389438966847 + - -0.023744656024317412 + - - 0.009401617856699018 + - -0.02271894735578401 + - -0.9996976838088212 + - 0.5792367271452233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9960726949505609 + - -0.02556261421313544 + - -0.08476873909948913 + - 0.025738320045951998 + - - -0.022036075782276354 + - -0.9988627658881097 + - 0.042279856746128865 + - -0.030602892240559253 + - - -0.08575312086475119 + - -0.04024584049247588 + - -0.9955032268079345 + - 0.5771656270507448 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9891770808964304 + - -0.020684132288896557 + - -0.14526138268883504 + - 0.06454768242407781 + - - -0.024459205996301425 + - -0.9994066600191038 + - -0.024250260854065633 + - -0.03289824617189202 + - - -0.14467359769925975 + - 0.02754078032509541 + - -0.9890960800386572 + - 0.575860349354927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998004591614629 + - -0.018203260491205926 + - 0.008226978061067714 + - -0.03480589957210259 + - - -0.01798000233970744 + - -0.9994886402093458 + - -0.026441966801600165 + - 0.03733251027334537 + - - 0.008704101124878039 + - 0.026288769464585283 + - -0.9996164960741923 + - 0.5799288316625447 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969267593488207 + - -0.03803408237394603 + - -0.0684868240775588 + - 0.04845718179826794 + - - -0.03706914122450528 + - -0.9991954778323378 + - 0.015306072268332457 + - 0.03499072876270422 + - - -0.06901387732287095 + - -0.012720285271078654 + - -0.9975346004422532 + - 0.5758833672194787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964928672989581 + - -0.022904849014607008 + - -0.08048188189846896 + - 0.025733320853569414 + - - -0.020588051934256155 + - -0.9993527457623735 + - 0.02949951956824828 + - -0.030654247422440363 + - - -0.08110547170107217 + - -0.027739095674213104 + - -0.9963194492888933 + - 0.5772258180059401 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854287642804134 + - -0.01762044255113418 + - -0.1691734924066997 + - 0.0645398661706243 + - - -0.023377494059728887 + - -0.9992112604303972 + - -0.03209906230070893 + - -0.03289490417916568 + - - -0.16847445889589568 + - 0.03558619161134881 + - -0.9850634394120695 + - 0.5757619007705755 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996980897805919 + - -0.01884893004889806 + - 0.015762205589552446 + - -0.03480432279323528 + - - -0.01830003941003803 + - -0.9992450217626556 + - -0.03427090661394402 + - 0.03733615727308242 + - - 0.016396275388838328 + - 0.03397211089353095 + - -0.9992882756416247 + - 0.5798378760428922 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972637853485377 + - -0.03872923799228584 + - -0.06296815510115213 + - 0.048450968901182855 + - - -0.037428735855134544 + - -0.9990635789313906 + - 0.021703801166816115 + - 0.03496770210394159 + - - -0.06374976207479079 + - -0.01928759646350488 + - -0.99777951294766 + - 0.5757396502323339 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994570710427164 + - -0.031921695233709656 + - 0.008158953126510752 + - -0.04284462183500785 + - - -0.03212385376352755 + - -0.9991461729506266 + - 0.025980436822683327 + - -0.023740350862292658 + - - 0.007322647205344417 + - -0.026228428308308925 + - -0.9996291554303443 + - 0.5791723042514141 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961445502241 + - -0.023186896279217686 + - -0.08460734542439159 + - 0.02573562823736373 + - - -0.020545735290113627 + - -0.9992781117968592 + - 0.0319550941962679 + - -0.030614378939935148 + - - -0.08528720783455217 + - -0.030093572812821278 + - -0.9959018370578223 + - 0.5772299312160504 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871752340852524 + - -0.018186915653402802 + - -0.1586010507775507 + - 0.06453642692422017 + - - -0.02304612959472064 + - -0.9993179683628493 + - -0.028852625839791368 + - -0.03287915954076664 + - - -0.1579681395707076 + - 0.03213773803744855 + - -0.9869210873592711 + - 0.5756594023997043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996972648331409 + - -0.018407070144782763 + - 0.01632661795418673 + - -0.034783299788875566 + - - -0.017820741785176123 + - -0.9992157837836216 + - -0.03535871321059123 + - 0.037317907253190535 + - - 0.01696466466992505 + - 0.035057056441860725 + - -0.9992413136706615 + - 0.5800124682105886 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971679999656072 + - -0.038418773897752355 + - -0.06465274670718996 + - 0.04844832539394589 + - - -0.037903693232275444 + - -0.9992392741037337 + - 0.00917513640207861 + - 0.03498915322257572 + - - -0.06495606117941755 + - -0.006698574537659031 + - -0.9978656418652859 + - 0.5757760301414563 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994777811848818 + - -0.031117392148387248 + - -0.00871050076797474 + - -0.04281858401072411 + - - -0.03073886774659637 + - -0.9987002684594399 + - 0.040655821092439155 + - -0.02370830582667957 + - - -0.009964282583440632 + - -0.0403668389266072 + - -0.9991352417904551 + - 0.5790951858417935 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996125935506161 + - -0.02339173242197875 + - -0.0847699679501772 + - 0.025747267356385033 + - - -0.019936151197438037 + - -0.9989443988584905 + - 0.04138402910160175 + - -0.03060272445716236 + - - -0.0856485288105313 + - -0.03953371780579052 + - -0.9955407649458882 + - 0.5772425621961778 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884140495424469 + - -0.01622043219644223 + - -0.15091243900507992 + - 0.06451845522046382 + - - -0.02322612641881066 + - -0.9987270210567062 + - -0.044775936202111004 + - -0.032884049562014364 + - - -0.14999404561074672 + - 0.04776227581008583 + - -0.9875325570788859 + - 0.5757461077839031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997574353121483 + - -0.01947817829107421 + - 0.010279645350721105 + - -0.03478132260107748 + - - -0.019080201145757345 + - -0.9991148994863949 + - -0.03748817878384876 + - 0.03727706288676168 + - - 0.011000748261500968 + - 0.03728294777446513 + - -0.9992441970524196 + - 0.5797983787912441 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968618458428611 + - -0.03742797504172025 + - -0.06975390302370406 + - 0.04846060294089116 + - - -0.03727401394591213 + - -0.9992989253483877 + - 0.0035079455407630725 + - 0.034984683724040316 + - - -0.06983629562859052 + - -0.0008969291127939622 + - -0.9975580621352536 + - 0.5758651871529775 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962246730731813 + - -0.021836343324937307 + - -0.08402127629611764 + - 0.025748671700246705 + - - -0.017393401007110967 + - -0.9984296042254746 + - 0.05325218312490235 + - -0.03060061819363486 + - - -0.08505216259236978 + - -0.05158972297229138 + - -0.9950400143320887 + - 0.5771173272453208 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9863210911594654 + - -0.01942449011904894 + - -0.1636868788804302 + - 0.06452867146829214 + - - -0.02326379936886945 + - -0.9994966205187107 + - -0.02157084167576383 + - -0.03288323125057459 + - - -0.16318547966325514 + - 0.025083754808458213 + - -0.9862764848011849 + - 0.5756707829814149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997455139296784 + - -0.019952298328083796 + - 0.010526783407594257 + - -0.03482613932050438 + - - -0.019671612561354537 + - -0.9994650952777757 + - -0.026125676653855495 + - 0.03731017281897764 + - - 0.011042419876060484 + - 0.025911949228357874 + - -0.9996032392156734 + - 0.5797944694791259 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972025677348346 + - -0.03731954096208281 + - -0.0647633443039505 + - 0.04847015473685455 + - - -0.03723288508942758 + - -0.9993033752959298 + - 0.00254487525809877 + - 0.03500190487981007 + - - -0.06481320213482819 + - -0.0001264299854649199 + - -0.9978974059714197 + - 0.5759663159604655 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995068707740421 + - -0.02972577865838796 + - -0.010118960353451951 + - -0.04285116519396693 + - - -0.02921061575670229 + - -0.9984330194948812 + - 0.04773097012892222 + - -0.02373073831446474 + - - -0.011521944393048492 + - -0.04741185152982634 + - -0.9988089712912659 + - 0.5790963645944618 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965375808291412 + - -0.022034243806010198 + - -0.08017070596608318 + - 0.025729354391997014 + - - -0.018711517699812157 + - -0.9989439143561292 + - 0.04196349694942098 + - -0.030571262367078744 + - - -0.08101067275718972 + - -0.040318086149416225 + - -0.9958974459394279 + - 0.5771422431389055 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9864811112632276 + - -0.016985312343907526 + - -0.1629923810656426 + - 0.06454940792030314 + - - -0.023145444477062186 + - -0.9990848181797777 + - -0.035969632784325696 + - -0.03286414867951318 + - - -0.16223225795391918 + - 0.03925589442695083 + - -0.9859714342879882 + - 0.5758118130945997 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998265228951851 + - -0.01853680831352241 + - 0.001819574915070764 + - -0.03479685907552769 + - - -0.01850321303152746 + - -0.9996841088569167 + - -0.017009221218552986 + - 0.0373213255975435 + - - 0.0021342968007615317 + - 0.01697260252582046 + - -0.9998536770651325 + - 0.5797577468200739 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9962621886205426 + - -0.038436767693816175 + - -0.07735804039825503 + - 0.04842456759518359 + - - -0.03762813271002521 + - -0.9992211403880482 + - 0.011884285017026739 + - 0.03498380356509366 + - - -0.07775458284733563 + - -0.008929025190960352 + - -0.9969325440346387 + - 0.5757982418974118 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9963333630493278 + - -0.022576627228338808 + - -0.08252348500765604 + - 0.025731965380426852 + - - -0.02046464462047947 + - -0.9994432967707261 + - 0.0263494755283458 + - -0.03060099199070145 + - - -0.08307242620372708 + - -0.024564047774217588 + - -0.996240723701642 + - 0.5772240100733511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987241225238329 + - -0.017308574837782323 + - -0.15828827002342213 + - 0.06454238275866014 + - - -0.023765475848882757 + - -0.9989569280380365 + - -0.038990487076788455 + - -0.03290669514044047 + - - -0.15744829420352283 + - 0.04225481229273094 + - -0.9866228081138744 + - 0.5758228644727031 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997757512859666 + - -0.020776756452862213 + - -0.004095550253576717 + - -0.034821741070932076 + - - -0.020914012159591898 + - -0.9990985693570992 + - -0.03694120739751292 + - 0.037319530016805325 + - - -0.0033243399299058046 + - 0.03701857776706271 + - -0.9993090481248202 + - 0.5798840686988349 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966173872070302 + - -0.038883629403993744 + - -0.0724006000044561 + - 0.048437975480061755 + - - -0.03806758285597703 + - -0.9991955021563494 + - 0.012617749641822511 + - 0.034990474529562804 + - - -0.07283297777885851 + - -0.00981895284097351 + - -0.9972958164521551 + - 0.5758426123222989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9956824989491602 + - -0.02631607989733865 + - -0.0890158706366027 + - 0.025735325099628437 + - - -0.020559963970314583 + - -0.9976751418774309 + - 0.06497383443654603 + - -0.030570133625550867 + - - -0.09051877798498421 + - -0.06286314674501442 + - -0.9939087360585076 + - 0.5769726683667589 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.985477333379039 + - -0.019926011063399297 + - -0.16863386219629672 + - 0.06451830130818041 + - - -0.02189894240524388 + - -0.9997116886137967 + - -0.009847637812385164 + - -0.03285188093516003 + - - -0.1683890189937281 + - 0.013397527087242461 + - -0.9856295676116242 + - 0.5755854802201967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998036285011785 + - -0.019750061591782667 + - 0.0016246547319700858 + - -0.03481235217727417 + - - -0.019709654359028623 + - -0.9995645486396629 + - -0.021960023402408834 + - 0.037346016318329775 + - - 0.0020576590886115347 + - 0.021923689696479256 + - -0.9997575295386213 + - 0.5798977528968777 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971884476309422 + - -0.037677018287842826 + - -0.06477377713495834 + - 0.04845249274691186 + - - -0.036785282421916046 + - -0.9992120273919802 + - 0.01490527800304619 + - 0.03500242652443818 + - - -0.06528432360476417 + - -0.01248064934792157 + - -0.9977886502077092 + - 0.5758661084314284 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995401986111043 + - -0.030123237594748224 + - 0.0034614906159905288 + - -0.04285640072975783 + - - -0.0301833332761104 + - -0.9993663104967854 + - 0.018866473872636787 + - -0.023748394124663 + - - 0.002890977830681151 + - -0.018962278366641157 + - -0.999816020198881 + - 0.5792687631602385 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963177347223362 + - -0.023019559138891935 + - -0.08258977766529953 + - 0.02576004295397622 + - - -0.020039631924392037 + - -0.9991242603089385 + - 0.03673044533425512 + - -0.030631560685586322 + - - -0.08336296917749174 + - -0.03494012534563768 + - -0.9959065232293365 + - 0.5772252197896421 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879613177020906 + - -0.016233590073988426 + - -0.1538470190730337 + - 0.06454838107571427 + - - -0.023614704080242917 + - -0.998649731966569 + - -0.04627157436595288 + - -0.03290112800886355 + - - -0.15288813059080567 + - 0.049347577411774264 + - -0.9870106565422884 + - 0.5757952999373352 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997921494476106 + - -0.019078554644338885 + - 0.007187952115148664 + - -0.03478517156097444 + - - -0.018866183413495205 + - -0.9994146711188923 + - -0.02853738382761701 + - 0.03732468973775001 + - - 0.007728196835941312 + - 0.028395843093652874 + - -0.9995668817386186 + - 0.5798684088238628 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971737373323334 + - -0.03818282368935616 + - -0.06470401494323244 + - 0.04846141865781177 + - - -0.036758920790894434 + - -0.9990581523861746 + - 0.023056233278949255 + - 0.035004397779538746 + - - -0.06552342571138398 + - -0.02061262054742482 + - -0.9976381110188274 + - 0.5759175283145449 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967544684819629 + - -0.02265467121304913 + - -0.07724827139469354 + - 0.0257405158771146 + - - -0.02023946201130399 + - -0.9992859157104321 + - 0.03190647019425321 + - -0.030591157287495112 + - - -0.07791594020951403 + - -0.030239453285276652 + - -0.9965012201328585 + - 0.5772656055017015 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9874161950326129 + - -0.017151148023064083 + - -0.15721035560295596 + - 0.06452960822213527 + - - -0.02320896936615407 + - -0.9990538882483311 + - -0.03677869107041679 + - -0.03288454170746622 + - - -0.15643082026339258 + - 0.03996456552226208 + - -0.986880049435766 + - 0.5757788376804357 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997718228155615 + - -0.019387222183681982 + - 0.008968718974865175 + - -0.03480508941067904 + - - -0.019091381256835967 + - -0.9993064060892878 + - -0.03197226783664693 + - 0.037332362680863526 + - - 0.009582351786262579 + - 0.03179374726125728 + - -0.9994485160173746 + - 0.5798705644387013 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9965854309690777 + - -0.039845156629468706 + - -0.07231764842243318 + - 0.04846642013133783 + - - -0.038503215467775465 + - -0.9990611620895805 + - 0.01985690818984934 + - 0.03500297855540416 + - - -0.07304095548950329 + - -0.01700464340676264 + - -0.997183965436564 + - 0.5758382570095638 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995523834565921 + - -0.02977271353855481 + - 0.0029356864268891697 + - -0.04280712128155154 + - - -0.029838211997148992 + - -0.9992267763755478 + - 0.02560332945036223 + - -0.02375299255380799 + - - 0.002171135891431037 + - -0.0256794646104966 + - -0.9996678704781198 + - 0.5791761142012084 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9959552456110068 + - -0.02521361960261719 + - -0.08624049006385355 + - 0.02572822687427519 + - - -0.022436357539296684 + - -0.9992027317161875 + - 0.03302288284322925 + - -0.030634092916847083 + - - -0.08700435966253615 + - -0.030954390923475107 + - -0.9957269038658486 + - 0.5772457283883229 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9883570545438578 + - -0.016048012341847467 + - -0.15130364844664446 + - 0.06454375354956907 + - - -0.02418770263101897 + - -0.9983483368548984 + - -0.05211097140229723 + - -0.03288513184579498 + - - -0.15021746827457605 + - 0.05516393386020936 + - -0.98711278617301 + - 0.5757516375411222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997626599758763 + - -0.01972663196377501 + - 0.00924574006373046 + - -0.03480513696029607 + - - -0.019389913210129974 + - -0.9991923999253456 + - -0.035193453896018426 + - 0.03730001017750898 + - - 0.0099325215159056 + - 0.0350058269834226 + - -0.9993377492587489 + - 0.5798331613059297 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.997379336614263 + - -0.03893164216202725 + - -0.060981850853024155 + - 0.048494712102176256 + - - -0.0377294742994027 + - -0.9990726789452963 + - 0.02074292540024339 + - 0.035019802859010296 + - - -0.06173285724784923 + - -0.018387752000644714 + - -0.9979233161482799 + - 0.5761107802805161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9964495069911878 + - -0.02185775132992542 + - -0.08130571150797371 + - 0.025744948597838727 + - - -0.01914518367719589 + - -0.9992386473485175 + - 0.033993934562964845 + - -0.030580103982373933 + - - -0.0819868401573395 + - -0.03231662655513176 + - -0.9961093281809537 + - 0.5771798231811808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9872268425492838 + - -0.018186899978065166 + - -0.15827949336335184 + - 0.06453001490275602 + - - -0.02284060937636617 + - -0.9993571698915751 + - -0.027632472738024712 + - -0.03288516364444501 + - - -0.15767519752163855 + - 0.030894718893190763 + - -0.987007623289214 + - 0.5757383928417347 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997741968133074 + - -0.01916565909105423 + - 0.009177848217943685 + - -0.034784262112652634 + - - -0.01884139730179753 + - -0.99923732776393 + - -0.03420182087134138 + - 0.03730368547401029 + - - 0.009826348967034432 + - 0.03402117450654807 + - -0.999372804588544 + - 0.5798720224514057 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972594080687158 + - -0.03758089825329597 + - -0.0637287149165096 + - 0.04845311821422727 + - - -0.03694448139333263 + - -0.999255270779545 + - 0.011135937943279413 + - 0.03498740780229222 + - - -0.0640997528311306 + - -0.008750994559150795 + - -0.9979051266434171 + - 0.5758315864699788 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9960528023198773 + - -0.023476626993146024 + - -0.08560176969983861 + - 0.025741157831606975 + - - -0.021003180256418542 + - -0.9993387061551009 + - 0.029681927150462226 + - -0.030638658015691066 + - - -0.08624199330857278 + - -0.027766857317198215 + - -0.9958872025610584 + - 0.5772591587578014 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9878303181497889 + - -0.019989655646751293 + - -0.15424550629179185 + - 0.06453826160569387 + - - -0.024556183051968418 + - -0.9993130307286883 + - -0.027757170060392054 + - -0.03288280150303308 + - - -0.15358468809749592 + - 0.031207055019139663 + - -0.9876425787191573 + - 0.5757465937735287 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998057451911435 + - -0.01952272849044908 + - 0.00270831221806164 + - -0.03482876677735052 + - - -0.019435541328823636 + - -0.9993858139034918 + - -0.029159127245340158 + - 0.037327915838789354 + - - 0.0032759145345815366 + - 0.029100825430605194 + - -0.9995711131996655 + - 0.579730143593916 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9975516344682405 + - -0.03783252028067209 + - -0.0588169786622415 + - 0.04846298489567925 + - - -0.03745942746450584 + - -0.9992705020588982 + - 0.0074333713071021755 + - 0.03499723050881834 + - - -0.05905529496813527 + - -0.005211921351129473 + - -0.9982411071540064 + - 0.5760083750855511 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995610459631303 + - -0.029597800097444095 + - -0.0012983152485770324 + - -0.04284668403832889 + - - -0.029530929928804163 + - -0.9989002245079011 + - 0.03641793041352461 + - -0.02371396050028279 + - - -0.0023747780176277605 + - -0.03636360415932393 + - -0.9993358037826476 + - 0.5791735098789924 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9963260144095455 + - -0.021271701556034202 + - -0.08295774661658248 + - 0.025730284652294714 + - - -0.017159865740074935 + - -0.9986034294446988 + - 0.049967286388894486 + - -0.030602164705876015 + - - -0.08390477947395306 + - -0.04836016350466786 + - -0.9952995943771051 + - 0.5771745621723852 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9862684911483697 + - -0.015866157958230962 + - -0.1643859130204371 + - 0.06453967499044624 + - - -0.02278113500333479 + - -0.9989292655044157 + - -0.040265896323918596 + - -0.032853241714323286 + - - -0.16357103428137293 + - 0.0434578824892929 + - -0.98557390853942 + - 0.5757830882650496 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999761830064349 + - -0.019041546631577706 + - 0.01066314438902306 + - -0.0347938565936653 + - - -0.01870897960911467 + - -0.9993607314985588 + - -0.030464773438381734 + - 0.037320480679307225 + - - 0.01123642418073623 + - 0.030258021094309015 + - -0.9994789617251019 + - 0.5798819292695307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996739632534103 + - -0.03723662983092242 + - -0.07157889587452466 + - 0.04845317483508682 + - - -0.037347739264587926 + - -0.9993023068883045 + - -0.00021405498912858566 + - 0.03497818030270312 + - - -0.07152098508553655 + - 0.0028866670311749523 + - -0.9974349181003473 + - 0.5758354118940132 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995285921619185 + - -0.029986545994015706 + - -0.006587906356498419 + - -0.042838591312988984 + - - -0.02978707567021166 + - -0.9991488639391934 + - 0.028535553473453903 + - -0.02369532082677752 + - - -0.007437981838529605 + - -0.02832586712473324 + - -0.9995710688479343 + - 0.57909404552513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9973910151443398 + - -0.023609155840329663 + - -0.06821855077506742 + - 0.025739172621973422 + - - -0.019919253720751002 + - -0.9983274666192412 + - 0.054272393763468936 + - -0.030650343506038562 + - - -0.06938577837389856 + - -0.05277193528870911 + - -0.9961931221431582 + - 0.577198867266602 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9875620708233103 + - -0.017890302848942878 + - -0.15620849315945767 + - 0.06453900811858539 + - - -0.02345874446168999 + - -0.9991506610406033 + - -0.03387689257306665 + - -0.032897670904133584 + - - -0.1554697513327154 + - 0.03711998930628988 + - -0.9871429799246131 + - 0.5757491788780167 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997122296417222 + - -0.01901417256492793 + - 0.014625975059723784 + - -0.034819985645797955 + - - -0.018536741924563848 + - -0.9993123238328092 + - -0.032113371587146694 + - 0.03732081638272897 + - - 0.015226526314252937 + - 0.03183301238562235 + - -0.9993772121770936 + - 0.5798620931208758 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969693137457836 + - -0.03957907266003437 + - -0.06697525256863864 + - 0.048459471194648246 + - - -0.038465045999903 + - -0.9991006382101243 + - 0.01784250443038241 + - 0.035008814037000555 + - - -0.0676212073648982 + - -0.015212223226556649 + - -0.9975950884898238 + - 0.5758719020411323 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995530561338458 + - -0.029787072637835064 + - -0.0025334318931446616 + - -0.042865526690819625 + - - -0.02970176351466902 + - -0.999142812113419 + - 0.028834809626696663 + - -0.023745388818793352 + - - -0.0033901648348629394 + - -0.028746674690431587 + - -0.9995809799494162 + - 0.5792539918428781 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9969330232770186 + - -0.025679196208599472 + - -0.07392649039298267 + - 0.025719685494973173 + - - -0.021838319558461355 + - -0.9983924523596819 + - 0.05230295278550881 + - -0.03058301249845775 + - - -0.07515074782466262 + - -0.050528110525734984 + - -0.9958911964407022 + - 0.5771304873057082 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850620082129725 + - -0.015994741048623834 + - -0.17145555760666714 + - 0.0645414225134186 + - - -0.02432559570706746 + - -0.9986174612746672 + - -0.04659862048209046 + - -0.03289166091409885 + - - -0.17047318079076834 + - 0.050073289248111774 + - -0.984089203443952 + - 0.5757970166379247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996619538033698 + - -0.01902050806108609 + - 0.017725642192249102 + - -0.0347853074612187 + - - -0.01858605813092348 + - -0.9995304569234563 + - -0.02436029814144119 + - 0.03732337846069775 + - - 0.018180664486850188 + - 0.024022613419112607 + - -0.9995460857225803 + - 0.5799290584716033 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970797010829997 + - -0.03871467947221414 + - -0.06582737486486682 + - 0.048485283280973485 + - - -0.037558041470199 + - -0.9991191103668733 + - 0.01871888940699591 + - 0.034994822075380815 + - - -0.06649408401624006 + - -0.01619187737948421 + - -0.9976554314480375 + - 0.5759863603973692 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994910667521031 + - -0.030241645208705904 + - -0.010151373198427039 + - -0.04283840701459186 + - - -0.029831624865805706 + - -0.9988183624517387 + - 0.03836603950229699 + - -0.023733116503156158 + - - -0.011299630109381032 + - -0.03804368179207588 + - -0.9992121879936681 + - 0.579082299667174 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9966399871413865 + - -0.02640064274628362 + - -0.07753542476442715 + - 0.025758709203056826 + - - -0.021579584359134804 + - -0.9978196790892578 + - 0.06237154448221999 + - -0.030610229527389746 + - - -0.07901302151989903 + - -0.06048879305122283 + - -0.9950367070342191 + - 0.5771057858614269 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9855640426322232 + - -0.014660390179991867 + - -0.1686671006159758 + - 0.06454024387076099 + - - -0.024411544726769815 + - -0.9981387139938899 + - -0.05588545526947917 + - -0.03289998873778138 + - - -0.16753386032227105 + - 0.05919611969035165 + - -0.9840875088421374 + - 0.5758036747058592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996220239208127 + - -0.018461453447995466 + - 0.020371156792031202 + - -0.03478590062940766 + - - -0.017857359685467564 + - -0.9994067861546875 + - -0.029448098292147975 + - 0.037313812429289994 + - - 0.020902727035529606 + - 0.02907319254137163 + - -0.999358707110681 + - 0.5799193132555188 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996966128148285 + - -0.03774844336350741 + - -0.06807051012479204 + - 0.04848139252321171 + - - -0.03782568189181128 + - -0.9992843409032138 + - 0.00015432125244483307 + - 0.034977975853448535 + - - -0.06802762023205605 + - 0.002420960400652783 + - -0.9976805008800671 + - 0.5758046766781515 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996882795883408 + - -0.020478835698530116 + - -0.07619257549205255 + - 0.025743622408023956 + - - -0.01803242471625973 + - -0.9993038716025763 + - 0.03265890168014716 + - -0.03061054960629925 + - - -0.07680835195818189 + - -0.03118316033588806 + - -0.9965581205233007 + - 0.5772288500942457 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9856642334851379 + - -0.01907361590467394 + - -0.16763715579929298 + - 0.06452963982132526 + - - -0.023358712134930005 + - -0.9994479155526221 + - -0.023626990178956333 + - -0.03288086064090407 + - - -0.16709395379711658 + - 0.027204067229735975 + - -0.9855655986947837 + - 0.5757009780842348 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998116458262234 + - -0.019242726106487223 + - 0.002527916582737739 + - -0.03479218717988947 + - - -0.019172952310808025 + - -0.9994982820583338 + - -0.025210752906784466 + - 0.037321227664174894 + - - 0.0030117718947567243 + - 0.02515753673216389 + - -0.9996789622551951 + - 0.5798492939374222 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970736434136611 + - -0.038713092529364786 + - -0.06591999754717973 + - 0.04848768692750822 + - - -0.03772077015652691 + - -0.9991564677915102 + - 0.01623257124399301 + - 0.03501227896632805 + - - -0.0664928049386233 + - -0.013698515876023953 + - -0.997692867346554 + - 0.5760654870911175 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994686753446059 + - -0.03240869566377384 + - -0.0034703674548351056 + - -0.04284083187913271 + - - -0.03228974493662162 + - -0.9990248184201332 + - 0.030112863572704845 + - -0.02371544884090142 + - - -0.004442901847510313 + - -0.02998480658589117 + - -0.9995404804194679 + - 0.5792014122004874 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961609291368658 + - -0.019718636957251248 + - -0.08529114032374255 + - 0.025747710125516916 + - - -0.018260696681611795 + - -0.9996740825903906 + - 0.017840278971022777 + - -0.030601031209307183 + - - -0.08561512844047126 + - -0.01621431323275429 + - -0.9961963389957386 + - 0.5773074997561531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9850650217894155 + - -0.018033891032195583 + - -0.17123574866615118 + - 0.06453878321979185 + - - -0.02275650613490303 + - -0.9994117629046987 + - -0.0256567651167098 + - -0.03288210355062405 + - - -0.1706723301403907 + - 0.02917030925377364 + - -0.9848959583542255 + - 0.5758601145890592 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996432429626365 + - -0.020974010070738205 + - 0.016537161204262123 + - -0.034801608396899913 + - - -0.020256295160289903 + - -0.9988938966553814 + - -0.042434251861044193 + - 0.0373053830239503 + - - 0.017408885820821382 + - 0.042084131524600686 + - -0.9989623899668579 + - 0.5799420276692901 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967916256747528 + - -0.03766249187572291 + - -0.07062571550359566 + - 0.04845645874797869 + - - -0.037101615795804156 + - -0.9992688061704555 + - 0.00923705147829891 + - 0.034975583300976325 + - - -0.07092196479246936 + - -0.006587087397576772 + - -0.9974601170922034 + - 0.5758032566781195 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995186144578289 + - -0.03035764243352469 + - -0.0063994451462794245 + - -0.042809090646358294 + - - -0.030165194770449513 + - -0.999144668041303 + - 0.028284153674726753 + - -0.023739273985962244 + - - -0.0072526117201201 + - -0.028077497582814866 + - -0.9995794384403495 + - 0.5791528151445569 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962871498401107 + - -0.024421258295406728 + - -0.08255614578417408 + - 0.025739828750946967 + - - -0.02181211394401776 + - -0.9992382372250102 + - 0.03236011360837795 + - -0.03062878478525095 + - - -0.08328353227836799 + - -0.0304392412967697 + - -0.9960608946447576 + - 0.5772238817895787 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845870074937464 + - -0.018041772126630308 + - -0.17396240724087533 + - 0.0645237371432424 + - - -0.023820836822238678 + - -0.9992295922562873 + - -0.031189576663068153 + - -0.032883871258268506 + - - -0.17326567002034096 + - 0.034852782067775784 + - -0.9842582441486267 + - 0.5756526051624307 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997346398733588 + - -0.01861893797008156 + - 0.013564106537173985 + - -0.034794048149377116 + - - -0.018190308422416784 + - -0.9993517867257622 + - -0.031066365212637097 + - 0.03732385031242947 + - - 0.014133736830113396 + - 0.030811386156644274 + - -0.9994252828332512 + - 0.5798527948824932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974851830414231 + - -0.037754451155533504 + - -0.05998258939695021 + - 0.04846201224975649 + - - -0.03724009416000721 + - -0.999259555519107 + - 0.009670371797939082 + - 0.034997144296940265 + - - -0.06030327519938271 + - -0.0074122953058424045 + - -0.998152579958859 + - 0.5760090838373724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.999496367266766 + - -0.03114979235704881 + - 0.006058238741642736 + - -0.04280428586775417 + - - -0.03133856061533842 + - -0.9989281689690613 + - 0.03406475977718081 + - -0.02376881839317332 + - - 0.004990635139614678 + - -0.03423746013113444 + - -0.9994012657009556 + - 0.5791324078375537 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964428595624142 + - -0.024969246680565247 + - -0.0804870445928041 + - 0.025739136154347482 + - - -0.0187182680908087 + - -0.9968163104039396 + - 0.0775039982991656 + - -0.030569628573648585 + - - -0.08216601527857832 + - -0.07572172761421608 + - -0.9937378758507489 + - 0.577089689013724 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9858247448537323 + - -0.017778804817518243 + - -0.16683370922368845 + - 0.06453971163751235 + - - -0.022602041424858332 + - -0.9993783596007273 + - -0.02705627626242722 + - -0.03285564723570873 + - - -0.16624897039531594 + - 0.030443529050035983 + - -0.9856137536486984 + - 0.5756147839160024 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997721686031764 + - -0.019434799289284262 + - 0.008826067249178268 + - -0.034805154796094556 + - - -0.01927905327802314 + - -0.9996627033934816 + - -0.017401078953317932 + - 0.037329368675575736 + - - 0.009161276723520937 + - 0.017226956220461435 + - -0.9998096333743608 + - 0.579843517077772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9967898780222755 + - -0.0377180223319727 + - -0.07062074669459366 + - 0.04846487659744793 + - - -0.037374340664357505 + - -0.999282212556184 + - 0.006182097437137038 + - 0.03500415379947992 + - - -0.07080323249853572 + - -0.0035228483053506066 + - -0.9974840809795291 + - 0.5759955491442941 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995381552168474 + - -0.030291933603333484 + - -0.002423844935783747 + - -0.04284141575564647 + - - -0.030203852237000086 + - -0.9990766359472277 + - 0.03055491473423501 + - -0.023749635255931188 + - - -0.0033471742928855124 + - -0.030467593651979513 + - -0.9995301507014739 + - 0.5790816798978017 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9971744184618885 + - -0.022260262841412314 + - -0.0717471941153508 + - 0.0257420116339482 + - - -0.019096639205942328 + - -0.9988276311713475 + - 0.04448237380888107 + - -0.03060080292859166 + - - -0.0726532692742223 + - -0.042986554954615765 + - -0.9964304584650661 + - 0.5772192206518332 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9854642840829351 + - -0.013249087348481021 + - -0.16936530483348922 + - 0.06453305445571095 + - - -0.024110805135560597 + - -0.9977701243279539 + - -0.06223703137437559 + - -0.03288656299275448 + - - -0.16816305739556303 + - 0.06541590542836129 + - -0.9835862674134713 + - 0.5758296279276927 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996043574837373 + - -0.018838596734285146 + - 0.02088625798480439 + - -0.034804420512244 + - - -0.018142803712893826 + - -0.9992901122034584 + - -0.033016818832766345 + - 0.037308964398441696 + - - 0.021493421620584985 + - 0.03262482069656919 + - -0.9992365355117663 + - 0.5798267451183893 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966945186278193 + - -0.038218580550427476 + - -0.07168944579204059 + - 0.048455883474440055 + - - -0.037573375689636666 + - -0.9992405031965458 + - 0.010327546213845192 + - 0.03499446549666868 + - - -0.07202970204398224 + - -0.007599794222488809 + - -0.997373533412247 + - 0.5759657603085186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995190914452373 + - -0.031007096148628423 + - 0.0003818702882365562 + - -0.042851347746620624 + - - -0.031005373401797324 + - -0.999112374290811 + - 0.028515440715402303 + - -0.023735598642442835 + - - -0.0005026496816318509 + - -0.028513567426897264 + - -0.9995932791970389 + - 0.5792271290707751 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970733276725013 + - -0.020271050523554778 + - -0.07371474584339484 + - 0.025733125648319116 + - - -0.016896145713718568 + - -0.998792903592866 + - 0.04612218547025975 + - -0.030575389000140077 + - - -0.07456071019045886 + - -0.044741705859340446 + - -0.9962122666644347 + - 0.5771745839261948 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879065925013449 + - -0.01795154286886152 + - -0.15400748878223144 + - 0.06453013607056086 + - - -0.024537797154142497 + - -0.9988589455089653 + - -0.04097198417870787 + - -0.03288712271863819 + - - -0.15309624751509707 + - 0.044255497797963575 + - -0.9872198285647684 + - 0.5757084786043809 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.99966587729317 + - -0.018726729634697063 + - 0.01781694061464215 + - -0.034790024094290745 + - - -0.018258477342190722 + - -0.9994928250048571 + - -0.026090626074431418 + - 0.037333147647494895 + - - 0.018296496408368303 + - 0.025756598397304938 + - -0.9995007933254377 + - 0.5799077104074631 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9972157089663751 + - -0.038863845531337524 + - -0.06364299883888316 + - 0.04846687998284567 + - - -0.03765802543018208 + - -0.9990897562080501 + - 0.020038267411109978 + - 0.0349931205705911 + - - -0.06436383232366999 + - -0.017585805374100136 + - -0.9977715352413874 + - 0.5759567944607085 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996726225105761 + - -0.022433722304030436 + - -0.07767599558425597 + - 0.02571464082901874 + - - -0.019924579396417043 + - -0.9992590896916076 + - 0.03292844977486724 + - -0.030620686526218747 + - - -0.07835715233656454 + - -0.03127298790147383 + - -0.996434722852139 + - 0.5771868992043112 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9860970074942075 + - -0.01598324987403792 + - -0.1654002041547502 + - 0.06454206885004082 + - - -0.024284585423990545 + - -0.9985381290220002 + - -0.048289375643386694 + - -0.03289728861643515 + - - -0.1643865892393716 + - 0.051634684202648794 + - -0.9850436074943784 + - 0.5757661674408794 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996755591985541 + - -0.02020926146973049 + - 0.015503615446281626 + - -0.03477209002098956 + - - -0.01981999339378953 + - -0.9994943503852554 + - -0.024863857500948022 + - 0.03730590100821018 + - - 0.015998256246486837 + - 0.024548509095368223 + - -0.9995706210659993 + - 0.5798046161532233 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969033572104815 + - -0.038732536142085355 + - -0.06843600679812642 + - 0.04846245067360295 + - - -0.03769039031819199 + - -0.9991539814874475 + - 0.016454657560804123 + - 0.0350362159873022 + - - -0.06901543928812953 + - -0.013824323556074639 + - -0.9975198029202643 + - 0.575986962794043 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9961418391270992 + - -0.02379211177040612 + - -0.08447112973072489 + - 0.02573240422724214 + - - -0.01924988598826835 + - -0.9983453075297 + - 0.05418568835834605 + - -0.03063940637469073 + - - -0.08562054794217987 + - -0.052350571639034 + - -0.9949515261655452 + - 0.5770609529678425 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9845985038980634 + - -0.018235203343069287 + - -0.17387715054236455 + - 0.06451671936005994 + - - -0.022440831094537435 + - -0.9995005041222776 + - -0.022251996744092055 + - -0.03287240530661752 + - - -0.17338452993702072 + - 0.025811230469498278 + - -0.9845159141223511 + - 0.5756668426294247 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997432005989128 + - -0.019583164044616994 + - 0.011403181233487457 + - -0.03480918809011767 + - - -0.019287181645299894 + - -0.9994884416357542 + - -0.025511951330960216 + - 0.03732954224499001 + - - 0.011896952568760933 + - 0.025285464649353308 + - -0.9996094776446667 + - 0.5798250720148552 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9966659810775838 + - -0.03839363023219092 + - -0.07199202261536418 + - 0.04848300292925326 + - - -0.037663425866846165 + - -0.9992246112471219 + - 0.011473562219758437 + - 0.03499925510244493 + - - -0.07237671251604273 + - -0.008723842939432163 + - -0.9973392131314893 + - 0.5759647893461636 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995274415233559 + - -0.029731218302288472 + - -0.007806939223278724 + - -0.04285730980666022 + - - -0.02958167820950747 + - -0.999388954666725 + - 0.018618313684657595 + - -0.02378146304584378 + - - -0.008355713978078216 + - -0.01837857307880088 + - -0.9997961842773277 + - 0.5792627227140263 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9965183961222827 + - -0.02181923575135499 + - -0.08046742906977951 + - 0.02573404613712208 + - - -0.018091199640530305 + - -0.9987417837450364 + - 0.046771336279288714 + - -0.03060741593441219 + - - -0.08138669845521244 + - -0.045152744689671134 + - -0.995659296627893 + - 0.5771355641237226 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9861321827067807 + - -0.015880626098780062 + - -0.16520025406963243 + - 0.06454314229779698 + - - -0.02391364437646898 + - -0.9986202827922567 + - -0.046751132698039675 + - -0.032901641533468515 + - - -0.16422988717829692 + - 0.050053336658255725 + - -0.9851513628101927 + - 0.5757937808343327 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997784679939843 + - -0.01896840976918 + - 0.009122190878853489 + - -0.03479923533673386 + - - -0.018800425165204294 + - -0.9996583027899929 + - -0.018160993272366338 + - 0.037318422309692824 + - - 0.009463559013886597 + - 0.01798546896413488 + - -0.9997934606492139 + - 0.5798070751031519 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969076554182964 + - -0.03832550177173213 + - -0.06860235041410853 + - 0.04846991181626785 + - - -0.03754254517143355 + - -0.9992147494380096 + - 0.012666562579746484 + - 0.03500936752333874 + - - -0.06903393274648381 + - -0.010051886364296015 + - -0.9975636700031099 + - 0.5760458245851656 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994534442652631 + - -0.031267287789605185 + - -0.010731703526686728 + - -0.04282540565886918 + - - -0.031009233306074017 + - -0.9992445791440422 + - 0.023424314312612673 + - -0.02372044835250999 + - - -0.011456011350909338 + - -0.02307872972086219 + - -0.9996680109108222 + - 0.5790890378752164 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961291189318429 + - -0.0241723983307146 + - -0.08451315622441044 + - 0.025741983330242878 + - - -0.021010201528600593 + - -0.999052727408027 + - 0.03810799509695818 + - -0.030644431693471603 + - - -0.08535426086492653 + - -0.03618484513609897 + - -0.9956933800797705 + - 0.5771443763199432 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9848477005274499 + - -0.015884577999858606 + - -0.17269246349381018 + - 0.06453740419124447 + - - -0.022443873582014346 + - -0.9990962531180907 + - -0.03609639239629154 + - -0.032856148642397665 + - - -0.171963017257866 + - 0.03942533686804595 + - -0.984314158949475 + - 0.5757514171030615 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997192874587683 + - -0.01905797099912056 + - 0.014076221947997462 + - -0.034778636573115536 + - - -0.01874703709907592 + - -0.999584373332687 + - -0.02190043810306787 + - 0.03732754827740585 + - - 0.014487749409017151 + - 0.021630402920359938 + - -0.9996610579524269 + - 0.57967613736149 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968726158980835 + - -0.039546752785136606 + - -0.06841814099099394 + - 0.04848351341426561 + - - -0.03810142919802754 + - -0.999024955970291 + - 0.022302879671147805 + - 0.03500374233741376 + - - -0.06923343675984842 + - -0.019626301045008277 + - -0.9974074090068263 + - 0.5757588041361683 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994988698535292 + - -0.031553672790816036 + - -0.002524855427177623 + - -0.04284556422825825 + - - -0.03148996909076935 + - -0.9992574695709309 + - 0.022201156577144405 + - -0.023723989073111282 + - - -0.0032235086754068307 + - -0.022110523288936593 + - -0.9997503357097257 + - 0.5791679606600943 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9953285939016578 + - -0.022762469045623353 + - -0.09382355868701482 + - 0.0257198287865664 + - - -0.020740123487553892 + - -0.9995322753854697 + - 0.02247393469036356 + - -0.030575817375308394 + - - -0.09429123734191684 + - -0.0204230376215868 + - -0.9953351506376321 + - 0.5772779828011025 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9879281062065632 + - -0.02007017319961539 + - -0.15360743834479826 + - 0.0645272234227599 + - - -0.02362054908461427 + - -0.9994935681126298 + - -0.021323155545683297 + - -0.03288098507910345 + - - -0.15310168721491899 + - 0.02469403671378004 + - -0.9879018564223492 + - 0.5757017399969531 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9995204847811114 + - -0.019258835878584287 + - 0.024246602721487345 + - -0.034783948888665664 + - - -0.018243474595105915 + - -0.9989751227517725 + - -0.041423178991700636 + - 0.03730101095693924 + - - 0.025019515135781666 + - 0.04096097366619229 + - -0.9988474470602042 + - 0.5798777106660001 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9976059276027769 + - -0.03747177251355545 + - -0.05812296857951582 + - 0.0484710839464087 + - - -0.03654780018314435 + - -0.9991893398055849 + - 0.016879618498419766 + - 0.03499425211148999 + - - -0.05870835982699556 + - -0.014714940828001722 + - -0.9981667190418904 + - 0.5759191579425186 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995526809817272 + - -0.029906215909117 + - -0.00023704902168878242 + - -0.04282414363373574 + - - -0.029879110249268117 + - -0.9989271682868592 + - 0.03538009651072534 + - -0.02375593215969742 + - - -0.001294879513115895 + - -0.03535718750683424 + - -0.9993739002889022 + - 0.5791648910984322 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996952677806955 + - -0.020302029165769012 + - -0.07532055380368592 + - 0.025739948120455457 + - - -0.01796073750795407 + - -0.9993381752170277 + - 0.03163263286658488 + - -0.030607026315268328 + - - -0.0759129114295589 + - -0.030183425346604363 + - -0.996657509234057 + - 0.5772399477335859 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9857935031464768 + - -0.01937078851133067 + - -0.16684106720662784 + - 0.0645372038932535 + - - -0.022985705539313225 + - -0.9995404358411466 + - -0.01976295674617843 + - -0.0328950861351216 + - - -0.16638156897642598 + - 0.023317154006023848 + - -0.985785719025186 + - 0.5756450995733662 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997025346504699 + - -0.018413877759183062 + - 0.015992852131376356 + - -0.03479122247598914 + - - -0.017973065259540327 + - -0.9994661678240013 + - -0.02728274730268403 + - 0.037301518899243866 + - - 0.01648669580608894 + - 0.026987191055678084 + - -0.9994998150976929 + - 0.5797539338851998 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969877480848679 + - -0.038735563241853635 + - -0.06719364783221943 + - 0.04847549371805832 + - - -0.038000522315322444 + - -0.999203444205362 + - 0.012183488494877277 + - 0.03504534616063273 + - - -0.06761205863177552 + - -0.009593395044429423 + - -0.9976655633523165 + - 0.575926192601772 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.996734078650469 + - -0.01996774955190344 + - -0.0782461847928261 + - 0.02572849317474316 + - - -0.017224891600342546 + - -0.9992186003790118 + - 0.03557375108089823 + - -0.030590787838083302 + - - -0.07889537100589034 + - -0.03410978795656343 + - -0.9962991733407198 + - 0.5772594807179354 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877430835357668 + - -0.018540584325918413 + - -0.15498337865754774 + - 0.06454003838696648 + - - -0.023605570595037612 + - -0.9992435591962613 + - -0.03090447284245781 + - -0.03287503090889112 + - - -0.15429315592124626 + - 0.03418415038641483 + - -0.9874335754359483 + - 0.5757175247866786 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997983041629348 + - -0.01925080090744052 + - 0.005723430557085897 + - -0.034812527233854224 + - - -0.019161266494088853 + - -0.999699224403295 + - -0.015307076592021046 + - 0.03735270069067194 + - - 0.006016382572792827 + - 0.015194321040230063 + - -0.9998664589578277 + - 0.5798980540704561 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9968405597567107 + - -0.037987048156030746 + - -0.06975587857893537 + - 0.04847402504362507 + - - -0.03699253310288848 + - -0.9991954140369018 + - 0.015494420358849141 + - 0.03500265812776729 + - - -0.07028834127050854 + - -0.012865020016168618 + - -0.9974437529712764 + - 0.5759524607927982 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995194152032277 + - -0.030997581058838323 + - -0.00029765802261678975 + - -0.04283197887808174 + - - -0.03098007576695855 + - -0.9991984103824987 + - 0.025352940550579444 + - -0.023738789505880657 + - - -0.0010832992528327897 + - -0.025331534844704056 + - -0.999678518227305 + - 0.5792765458485707 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996994570505864 + - -0.02085962615325559 + - -0.07461033694183425 + - 0.025753273380149936 + - - -0.017073850498761544 + - -0.9985514979462272 + - 0.051023421861844526 + - -0.030591693373196855 + - - -0.07556659322063924 + - -0.0495961888262821 + - -0.9959065759612867 + - 0.5772331073599093 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867182922955028 + - -0.015128086269771815 + - -0.1617348220243898 + - 0.06455293236503391 + - - -0.02264419760360952 + - -0.9987424475536532 + - -0.04472989793669688 + - -0.032865754720183146 + - - -0.1608547542484691 + - 0.04779816377595457 + - -0.9858200056680286 + - 0.5758617235575877 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9998266288966706 + - -0.018593786563603474 + - 0.0009915898075856635 + - -0.03480721653304474 + - - -0.018551970624127074 + - -0.9993039881472597 + - -0.03236299829964911 + - 0.037312748265597016 + - - 0.0015926503322684646 + - 0.032338991545945335 + - -0.9994756890943924 + - 0.5800236749085312 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9977860674034935 + - -0.03914281761099726 + - -0.05376619314163326 + - 0.04848301300034928 + - - -0.038184800467089636 + - -0.9990951115365074 + - 0.018731767592601634 + - 0.0350292979700992 + - - -0.054450754896142255 + - -0.016637245364749923 + - -0.9983778429822621 + - 0.5758674420106884 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994726451680628 + - -0.03241061884383424 + - -0.0019958323866168088 + - -0.04280786850989543 + - - -0.03235237117007017 + - -0.9991787331221548 + - 0.02439637997900896 + - -0.02370925554354936 + - - -0.0027848950482529575 + - -0.02431894451998018 + - -0.9997003717599613 + - 0.5791530570753748 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9961852920440902 + - -0.025202205954187068 + - -0.08354467505516738 + - 0.025735719475081624 + - - -0.020363471082630993 + - -0.9980930054612719 + - 0.05827247630530201 + - -0.030602757677177288 + - - -0.08485395076540408 + - -0.056348924251735905 + - -0.9947987765247674 + - 0.5770811535137459 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9843937843027407 + - -0.015789407944877504 + - -0.17526999749780117 + - 0.06452649321069201 + - - -0.023863609065378644 + - -0.9987440307746591 + - -0.044055523539753366 + - -0.03288531442350076 + - - -0.17435425314142403 + - 0.04755055823791371 + - -0.9835342082626101 + - 0.5756918499674376 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999692135487662 + - -0.01908657350144096 + - 0.0158536101911244 + - -0.03479373330826521 + - - -0.01869389809422725 + - -0.9995236004887083 + - -0.024558302875633622 + - 0.03732670691512891 + - - 0.016314791391883573 + - 0.024254376472356485 + - -0.9995726851028774 + - 0.5799228690874918 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9971772026184761 + - -0.03785114640879902 + - -0.06484533362957158 + - 0.04845570813290118 + - - -0.03737631113456435 + - -0.9992649356250985 + - 0.00852055139878399 + - 0.0349978542746196 + - - -0.06512018077342098 + - -0.0060728202432428656 + - -0.9978589494063426 + - 0.5757727373816837 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9966975894541895 + - -0.025099405619495942 + - -0.07722651755553907 + - 0.025750557553739947 + - - -0.02127759784326447 + - -0.9985265785360196 + - 0.049919292735078974 + - -0.030618140779813546 + - - -0.07836567492358039 + - -0.04811124395292868 + - -0.9957630888916668 + - 0.577146658882161 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.987489526708405 + - -0.01934460422887241 + - -0.15649351720898433 + - 0.06452580733463963 + - - -0.023411276096541353 + - -0.9994333458777567 + - -0.0241846914208992 + - -0.03288716304386804 + - - -0.1559369962284188 + - 0.02754584242351095 + - -0.9873828435680039 + - 0.5757879973034826 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997004376439022 + - -0.019123273092738452 + - 0.015275319990466232 + - -0.03479728896051672 + - - -0.018743462516239894 + - -0.9995208572688433 + - -0.024632062387425498 + - 0.03733704790858869 + - - 0.015739046587798823 + - 0.0243383711611163 + - -0.9995798747982725 + - 0.5799060833024438 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9974629501900303 + - -0.03809122836579388 + - -0.060139182899222314 + - 0.04849818834093192 + - - -0.037212320147231824 + - -0.9991845472161963 + - 0.015667923717715193 + - 0.035022191310898475 + - - -0.06068695269546081 + - -0.013390254887385752 + - -0.9980670292353061 + - 0.5761102757061738 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9962120347798099 + - -0.021533202183141045 + - -0.08424905319118267 + - 0.025732480131450648 + - - -0.019215124813800485 + - -0.9994167683804871 + - 0.028229453737091677 + - -0.030578555481726454 + - - -0.08480778701428793 + - -0.02650366547563752 + - -0.9960447755889769 + - 0.577290563235232 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9884913943552437 + - -0.021041081159673035 + - -0.14980666269982165 + - 0.06453598557512294 + - - -0.022509524560630198 + - -0.9997137075198573 + - -0.00811321766965339 + - -0.03285739166952178 + - - -0.1495930633073622 + - 0.01139192260037096 + - -0.9886820214354999 + - 0.5757355272483513 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997549790636192 + - -0.018583009082205375 + - 0.0120272029563454 + - -0.03482328614426755 + - - -0.018311557944663232 + - -0.9995836234245272 + - -0.022299475938518762 + - 0.037306760751995995 + - - 0.012436586474659832 + - 0.02207377527619616 + - -0.9996789883567198 + - 0.5799947724022967 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996517894955049 + - -0.03903865037806385 + - -0.07367542881461281 + - 0.0484588270146314 + - - -0.03797938521217051 + - -0.9991547942198108 + - 0.01572461403257771 + - 0.035000225368397725 + - - -0.07422702562586855 + - -0.01287171178310294 + - -0.9971582962110429 + - 0.575953633917836 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9973834508154921 + - -0.022588011767445907 + - -0.06867338468267475 + - 0.02574565645067666 + - - -0.019407938428533927 + - -0.9987238165995239 + - 0.04662692444108689 + - -0.03062571789693368 + - - -0.06963895436704329 + - -0.04517211397836407 + - -0.9965489933532574 + - 0.577168099166087 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9871865957690843 + - -0.016121840295549777 + - -0.15875361853933112 + - 0.0645496815525503 + - - -0.022951042995364136 + - -0.9988840444050315 + - -0.04127851085579576 + - -0.03287595321743083 + - - -0.1579109709908454 + - 0.04439315373491602 + - -0.9864549524140455 + - 0.57578504923817 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997947465002065 + - -0.018035382192426203 + - 0.009229835305200102 + - -0.03480321920344481 + - - -0.01785440301109486 + - -0.9996537540957843 + - -0.019328533708558134 + - 0.03735278941832742 + - - 0.009575237005182128 + - 0.019159773260103503 + - -0.999770582646297 + - 0.5799774873817594 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9978205610507971 + - -0.03796588832780387 + - -0.05396961430058016 + - 0.04848937925659753 + - - -0.03724261219642584 + - -0.999203286477558 + - 0.014345038488414246 + - 0.035003399516546484 + - - -0.05447123810837508 + - -0.012303804937017595 + - -0.9984395327725224 + - 0.5759929669746808 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995492706178343 + - -0.02990019210553457 + - 0.002689631834951093 + - -0.042817752433401704 + - - -0.02995447171063868 + - -0.9992837572806368 + - 0.023123625572772803 + - -0.023768497087067218 + - - 0.0019963045589291833 + - -0.02319376957601703 + - -0.9997289951886773 + - 0.57912568735923 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.996648970229574 + - -0.02453163299662874 + - -0.07803223130763595 + - 0.0257363751330631 + - - -0.02206465768945184 + - -0.9992339410149413 + - 0.032321540879050537 + - -0.030607378654458943 + - - -0.07876535419444897 + - -0.030491475960791686 + - -0.9964267604156141 + - 0.5772464829302613 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.98591431014995 + - -0.015147762960422497 + - -0.1665638565801209 + - 0.06454364264200327 + - - -0.024023664092090936 + - -0.9983889898613746 + - -0.05140319530121911 + - -0.03287706578783463 + - - -0.16551687710061053 + - 0.05468061997526862 + - -0.9846898969695903 + - 0.5757851839817654 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997748966969383 + - -0.020290990474717812 + - 0.006199325784404928 + - -0.03481173773081396 + - - -0.020133865103445902 + - -0.9994986380160176 + - -0.024435631363298266 + - 0.03734273296477394 + - - 0.006692040841366703 + - 0.024305314432890468 + - -0.9996821836362279 + - 0.5798753411036932 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973516093418807 + - -0.03826100527797537 + - -0.061853559463294364 + - 0.04846426890988279 + - - -0.037131158732588855 + - -0.9991237337221737 + - 0.01931428912069605 + - 0.03500927888032483 + - - -0.06253834339296047 + - -0.01696644300321338 + - -0.9978983392197235 + - 0.5757580891813172 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995563211088634 + - -0.029427548582260644 + - -0.004602207704291577 + - -0.0428358790495479 + - - -0.029267537526627006 + - -0.999070520581493 + - 0.03164658199794064 + - -0.023724389899454152 + - - -0.0055292113761576354 + - -0.03149784579084085 + - -0.9994885259632021 + - 0.579227002177835 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9970082084429358 + - -0.022841660158369605 + - -0.07384369207059525 + - 0.025714698439154672 + - - -0.018350894529285202 + - -0.9979732719678385 + - 0.060931052081688676 + - -0.03052457812777079 + - - -0.07508579737461933 + - -0.05939366126966714 + - -0.9954067088550295 + - 0.5770644911084858 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.984293939906817 + - -0.018402904216898993 + - -0.17557554778242546 + - 0.06452308026873628 + - - -0.023033422627214358 + - -0.9994375785589175 + - -0.024371869160238237 + - -0.03287204991382218 + - - -0.17502828715608015 + - 0.028033188913701622 + - -0.9841642337610819 + - 0.5757340808985764 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997345503647072 + - -0.019861640326816657 + - 0.011676645520231446 + - -0.03479923808585887 + - - -0.01943765106171133 + - -0.9991853427702037 + - -0.03536705408134823 + - 0.03731128319782907 + - - 0.012369580764121436 + - 0.0351306993485474 + - -0.9993061730195612 + - 0.5799656104104728 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9969134706473449 + - -0.03878220466479442 + - -0.0682603299376977 + - 0.04849324766692912 + - - -0.03783013658787617 + - -0.9991687888894231 + - 0.015185916995240823 + - 0.03503542264554953 + - - -0.06879253453397385 + - -0.01255674761161143 + - -0.9975519611939072 + - 0.5762416442636888 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9967806550243468 + - -0.023218621306659044 + - -0.07674126265479424 + - 0.025741788865278992 + - - -0.020191523893334454 + - -0.998996094894477 + - 0.039988807789790935 + - -0.030584985795197243 + - - -0.07759270669398678 + - -0.03831054698385158 + - -0.9962488011825651 + - 0.5771685511655267 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9867575775389907 + - -0.021051248436194877 + - -0.16083012189468823 + - 0.06452428581767614 + - - -0.02334335466529019 + - -0.9996509080555984 + - -0.012375371371740412 + - -0.03285958852766919 + - - -0.16051346037748096 + - 0.015965806052173508 + - -0.9869045151759879 + - 0.5756707232944211 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9997091172686082 + - -0.019154817847906465 + - 0.01465516302310538 + - -0.034775571265613245 + - - -0.018544220013278247 + - -0.9989983628165454 + - -0.04072324881391842 + - 0.037302190967659195 + - - 0.015420530280097435 + - 0.04043963455664136 + - -0.9990629826005992 + - 0.5797765151908896 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9970728283333925 + - -0.038254835874996715 + - -0.06619926382843246 + - 0.048440320640181 + - - -0.03790682982448672 + - -0.9992601014554042 + - 0.006505527802720479 + - 0.03499845203861232 + - - -0.06639915098784581 + - -0.003977080777609339 + - -0.9977852151523298 + - 0.5757606683982277 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9995217610381977 + - -0.03081599422401989 + - 0.0025736571421353886 + - -0.042822998253335076 + - - -0.03087544829120115 + - -0.999140625094267 + - 0.02765353465752801 + - -0.023751768194215456 + - - 0.0017192742414913595 + - -0.02771977247783451 + - -0.999614254755233 + - 0.5792161422041989 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9962206013482006 + - -0.023608973324363073 + - -0.08358905327852004 + - 0.025740946119786792 + - - -0.019467501033856815 + - -0.9985585338615697 + - 0.05001870505849773 + - -0.03059624347487301 + - - -0.08464945276212088 + - -0.04820239445091619 + - -0.9952441907975508 + - 0.5771313947141928 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9890306451972278 + - -0.01826308733450549 + - -0.14657708723319451 + - 0.06453147968579025 + - - -0.0240746513926201 + - -0.9989887255966876 + - -0.037972849393082056 + - -0.03287875004069964 + - - -0.14573535611195765 + - 0.04108510401250193 + - -0.9884701412825795 + - 0.575758249549308 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.9996408118899697 + - -0.019066132134530116 + - 0.01883427220231642 + - -0.03477842763353716 + - - -0.018392569689917246 + - -0.9992071189792694 + - -0.035310717372364235 + - 0.03731652870725634 + - - 0.01949257766853446 + - 0.03495162351848747 + - -0.9991988908266758 + - 0.5797916529778536 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.9973388699276176 + - -0.03780489370026517 + - -0.06233753719721596 + - 0.048497785820818866 + - - -0.03744733516618384 + - -0.9992748175206522 + - 0.006894647055398974 + - 0.03502374319334084 + - - -0.06255298250646506 + - -0.004541924853922791 + - -0.9980313097784893 + - 0.5760116178086071 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: null + wrist_inside_marker_pose: + - - 0.9970556674693789 + - -0.02295911649798871 + - -0.073163344215687 + - 0.025749383006237858 + - - -0.019543005634677934 + - -0.9987003885943578 + - 0.04707021087951343 + - -0.030595057416554036 + - - -0.07414895075423701 + - -0.045501788878138626 + - -0.9962085726949629 + - 0.5772255531061851 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9865554484049552 + - -0.0169821270164142 + - -0.16254216248252618 + - 0.06455251384244699 + - - -0.023177068839232557 + - -0.9990724025650757 + - -0.036292670236139815 + - -0.03289758433523981 + - - -0.16177506205382536 + - 0.03957198244776332 + - -0.9860339180285003 + - 0.5759128360608687 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null +- backlash_state: + joint_head_pan_looked_left: null + joint_head_tilt_looking_up: null + wrist_extension_retracted: null + camera_measurements: + base_left_marker_pose: + - - 0.999767392314584 + - -0.018464998971460936 + - 0.011144733172247817 + - -0.03479614733491189 + - - -0.01810039655100725 + - -0.9993247825621647 + - -0.03197428031680027 + - 0.03730688423249425 + - - 0.011727613107232821 + - 0.03176511876359008 + - -0.9994265557412114 + - 0.579850707403317 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + base_right_marker_pose: + - - 0.996688067696533 + - -0.038679277040426285 + - -0.07153187568476951 + - 0.04846417021955675 + - - -0.03787468223328337 + - -0.9992034228218744 + - 0.012570929431807307 + - 0.03500131902480176 + - - -0.07196112948723898 + - -0.009820048303426126 + - -0.997359094055015 + - 0.5759280259604279 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + d435i_acceleration: null + shoulder_marker_pose: + - - 0.9994989454676569 + - -0.031155858697668855 + - -0.005583052735971223 + - -0.04286399143552934 + - - -0.03100807626196367 + - -0.9992102832952251 + - 0.024845703121627823 + - -0.02374047026583951 + - - -0.006352732921663655 + - -0.02466013434445792 + - -0.9996757076965206 + - 0.5792767969835966 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_inside_marker_pose: + - - 0.9964171865605204 + - -0.022918716129437168 + - -0.0814095988062551 + - 0.02575805538362634 + - - -0.018479456442272432 + - -0.998322438143354 + - 0.05487093209621765 + - -0.030606095802971047 + - - -0.0825306004850037 + - -0.05316993464814348 + - -0.9951691605114666 + - 0.5771098228880218 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + wrist_top_marker_pose: + - - 0.9877596497566461 + - -0.018820499612083416 + - -0.1548439960314228 + - 0.06453996656868453 + - - -0.022971365346638073 + - -0.9994219607367753 + - -0.025061140659826234 + - -0.032867986778510015 + - - -0.15428282693397533 + - 0.028311361525223195 + - -0.9876210184690531 + - 0.5757391275043253 + - - 0.0 + - 0.0 + - 0.0 + - 1.0 + joints: + joint_head_pan: null + joint_head_tilt: null + joint_lift: null + wrist_extension: null diff --git a/stretch_camera_testrig/launch/test_basic.launch b/stretch_camera_testrig/launch/test_basic.launch deleted file mode 100644 index 4c7375a..0000000 --- a/stretch_camera_testrig/launch/test_basic.launch +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/stretch_camera_testrig/launch/testrig_collect_data.launch b/stretch_camera_testrig/launch/testrig_collect_data.launch new file mode 100644 index 0000000..b9609e8 --- /dev/null +++ b/stretch_camera_testrig/launch/testrig_collect_data.launch @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stretch_camera_testrig/nodes/collect_head_calibration_data.py b/stretch_camera_testrig/nodes/collect_head_calibration_data.py index cfd90cd..8a0ebc9 100755 --- a/stretch_camera_testrig/nodes/collect_head_calibration_data.py +++ b/stretch_camera_testrig/nodes/collect_head_calibration_data.py @@ -25,6 +25,7 @@ import math import time import threading import sys +import os import argparse as ap @@ -270,15 +271,13 @@ class CollectHeadCalibrationDataNode: return samples def get_samples_testrig(self, number_of_samples): - # Collect N observations (samples) centered around the - # provided head and wrist extension pose. If first_move is - # true, it indicates that this is the first movement to a new - # region for calibration, which can induce more vibrations and - # thus benefit from more time to settle prior to collecting a - # sample. + # Collect N observations (samples) within the + # testrig rigid setup. This function allows to + # collect samples in the same data dictionary format + # used for calibration without any robot motion. samples = [] - wait_before_each_sample_s = 0.2 + wait_before_each_sample_s = 0.1 for sample_number in range(number_of_samples): rospy.sleep(wait_before_each_sample_s) observation = {'joints': {'joint_head_pan': None, @@ -298,37 +297,6 @@ class CollectHeadCalibrationDataNode: 'shoulder_marker_pose': None} } - # wait for a sample taken after the robot has - # settled - # timeout_duration = rospy.Duration(secs=10) - # start_wait = rospy.Time.now() - # timeout = False - # data_ready = False - # while (not data_ready) and (not timeout): - # # check the timing of the current sample - # with self.data_lock: - # if (self.data_time is not None) and (self.data_time > settled_time): - # if (self.marker_time is None): - # # joint_states and acceleration - # # were taken after the robot - # # settled and there are no aruco - # # marker poses - # data_ready = True - # elif (self.marker_time > settled_time): - # # joint_states, acceleration, - # # and aruco marker poses were - # # taken after the robot - # # settled - # data_ready = True - # if not data_ready: - # #rospy.sleep(0.2) #0.1 - # rospy.sleep(1.0) - # timeout = (rospy.Time.now() - start_wait) > timeout_duration - - # if timeout: - # rospy.logerr('collect_head_calibration_data get_samples: timeout while waiting for sample.') - # raise Exception('Timed out waiting for joint_states/accelerations/markers messages after 10 seconds') - with self.data_lock: # record the settled camera measurments @@ -671,8 +639,10 @@ class CollectHeadCalibrationDataNode: rospy.loginfo('COLLECT DATA FROM TEST RIG') rospy.loginfo('*************************************') rospy.loginfo('') + rospy.loginfo('Target Number of Frames :{0}'.format(number_of_samples)) + rospy.loginfo('') - while len(calibration_data)<=number_of_samples: + while len(calibration_data)